OSDN Git Service

d3b96a32764ac209e5a12124e6edfa0e3cf2512b
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-11-27 19:39+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: attribs.c:175
20 #, c-format
21 msgid "%qs attribute directive ignored"
22 msgstr ""
23
24 #: attribs.c:183
25 #, c-format
26 msgid "wrong number of arguments specified for %qs attribute"
27 msgstr ""
28
29 #: attribs.c:200
30 #, c-format
31 msgid "%qs attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:246
35 #, c-format
36 msgid "%qs attribute only applies to function types"
37 msgstr ""
38
39 #: builtins.c:341
40 msgid "offset outside bounds of constant string"
41 msgstr ""
42
43 #: builtins.c:923
44 msgid "second argument to %<__builtin_prefetch%> must be a constant"
45 msgstr ""
46
47 #: builtins.c:930
48 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
49 msgstr ""
50
51 #: builtins.c:938
52 msgid "third argument to %<__builtin_prefetch%> must be a constant"
53 msgstr ""
54
55 #: builtins.c:945
56 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
57 msgstr ""
58
59 #: builtins.c:3727
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
62
63 #: builtins.c:3733
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
66
67 #: builtins.c:3739
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
70
71 #: builtins.c:3755 builtins.c:8661
72 msgid "%<va_start%> used in function with fixed args"
73 msgstr ""
74
75 #: builtins.c:3774 builtins.c:8677
76 msgid "second parameter of %<va_start%> not last named argument"
77 msgstr ""
78
79 #. Evidently an out of date version of <stdarg.h>; can't validate
80 #. va_start's second argument, but can still work as intended.
81 #: builtins.c:3779 builtins.c:8683
82 msgid "%<__builtin_next_arg%> called without an argument"
83 msgstr ""
84
85 #: builtins.c:3865
86 msgid "too few arguments to function %<va_start%>"
87 msgstr ""
88
89 #: builtins.c:3869
90 msgid "too many arguments to function %<va_start%>"
91 msgstr ""
92
93 #: builtins.c:4017
94 msgid "first argument to %<va_arg%> not of type %<va_list%>"
95 msgstr ""
96
97 #. Unfortunately, this is merely undefined, rather than a constraint
98 #. violation, so we cannot make this an error.  If this call is never
99 #. executed, the program is still strictly conforming.
100 #: builtins.c:4031
101 msgid "%qT is promoted to %qT when passed through %<...%>"
102 msgstr ""
103
104 #: builtins.c:4036
105 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
106 msgstr ""
107
108 #. We can, however, treat "undefined" any way we please.
109 #. Call abort to encourage the user to fix the program.
110 #: builtins.c:4042 c-typeck.c:1940
111 msgid "if this code is reached, the program will abort"
112 msgstr ""
113
114 #: builtins.c:4160
115 msgid "invalid argument to %<__builtin_frame_address%>"
116 msgstr ""
117
118 #: builtins.c:4162
119 msgid "invalid argument to %<__builtin_return_address%>"
120 msgstr ""
121
122 #: builtins.c:4176
123 msgid "unsupported argument to %<__builtin_frame_address%>"
124 msgstr ""
125
126 #: builtins.c:4178
127 msgid "unsupported argument to %<__builtin_return_address%>"
128 msgstr ""
129
130 #: builtins.c:4281
131 msgid "second argument to %<__builtin_expect%> must be a constant"
132 msgstr ""
133
134 #: builtins.c:5488
135 msgid "%<__builtin_longjmp%> second argument must be 1"
136 msgstr ""
137
138 #: builtins.c:5840
139 msgid "target format does not support infinity"
140 msgstr ""
141
142 #: builtins.c:7518 builtins.c:7613
143 #, c-format
144 msgid "too few arguments to function %qs"
145 msgstr ""
146
147 #: builtins.c:7524 builtins.c:7619
148 #, c-format
149 msgid "too many arguments to function %qs"
150 msgstr ""
151
152 #: builtins.c:7530 builtins.c:7644
153 #, c-format
154 msgid "non-floating-point argument to function %qs"
155 msgstr ""
156
157 #: c-common.c:831
158 msgid "%qD is not defined outside of function scope"
159 msgstr ""
160
161 #: c-common.c:852
162 #, c-format
163 msgid ""
164 "string length %qd is greater than the length %qd ISO C%d compilers are "
165 "required to support"
166 msgstr ""
167
168 #: c-common.c:898
169 msgid "overflow in constant expression"
170 msgstr ""
171
172 #: c-common.c:918
173 msgid "integer overflow in expression"
174 msgstr ""
175
176 #: c-common.c:927
177 msgid "floating point overflow in expression"
178 msgstr ""
179
180 #: c-common.c:933
181 msgid "vector overflow in expression"
182 msgstr ""
183
184 #. This detects cases like converting -129 or 256 to unsigned char.
185 #: c-common.c:955
186 msgid "large integer implicitly truncated to unsigned type"
187 msgstr ""
188
189 #: c-common.c:957
190 msgid "negative integer implicitly converted to unsigned type"
191 msgstr ""
192
193 #: c-common.c:1015
194 msgid "overflow in implicit constant conversion"
195 msgstr ""
196
197 #: c-common.c:1151
198 #, c-format
199 msgid "operation on %qs may be undefined"
200 msgstr ""
201
202 #: c-common.c:1437
203 msgid "case label does not reduce to an integer constant"
204 msgstr ""
205
206 #: c-common.c:1480
207 msgid "case label value is less than minimum value for type"
208 msgstr ""
209
210 #: c-common.c:1488
211 msgid "case label value exceeds maximum value for type"
212 msgstr ""
213
214 #: c-common.c:1496
215 msgid "lower value in case label range less than minimum value for type"
216 msgstr ""
217
218 #: c-common.c:1505
219 msgid "upper value in case label range exceeds maximum value for type"
220 msgstr ""
221
222 #: c-common.c:1821
223 msgid "invalid truth-value expression"
224 msgstr ""
225
226 #: c-common.c:1869
227 #, c-format
228 msgid "invalid operands to binary %s"
229 msgstr ""
230
231 #: c-common.c:2112
232 msgid "comparison is always false due to limited range of data type"
233 msgstr ""
234
235 #: c-common.c:2114
236 msgid "comparison is always true due to limited range of data type"
237 msgstr ""
238
239 #: c-common.c:2184
240 msgid "comparison of unsigned expression >= 0 is always true"
241 msgstr ""
242
243 #: c-common.c:2193
244 msgid "comparison of unsigned expression < 0 is always false"
245 msgstr ""
246
247 #: c-common.c:2235
248 msgid "pointer of type %<void *%> used in arithmetic"
249 msgstr ""
250
251 #: c-common.c:2241
252 msgid "pointer to a function used in arithmetic"
253 msgstr ""
254
255 #: c-common.c:2247
256 msgid "pointer to member function used in arithmetic"
257 msgstr ""
258
259 #. Common Ada/Pascal programmer's mistake.  We always warn
260 #. about this since it is so bad.
261 #: c-common.c:2355
262 msgid "the address of %qD, will always evaluate as %<true%>"
263 msgstr ""
264
265 #: c-common.c:2451
266 msgid "suggest parentheses around assignment used as truth value"
267 msgstr ""
268
269 #: c-common.c:2500 c-common.c:2540
270 msgid "invalid use of %<restrict%>"
271 msgstr ""
272
273 #: c-common.c:2756
274 msgid "invalid application of %<sizeof%> to a function type"
275 msgstr ""
276
277 #: c-common.c:2766
278 #, c-format
279 msgid "invalid application of %qs to a void type"
280 msgstr ""
281
282 #: c-common.c:2772
283 msgid "invalid application of %qs to incomplete type %qT "
284 msgstr ""
285
286 #: c-common.c:2813
287 msgid "%<__alignof%> applied to a bit-field"
288 msgstr ""
289
290 #: c-common.c:3258
291 #, c-format
292 msgid "cannot disable built-in function %qs"
293 msgstr ""
294
295 #: c-common.c:3448
296 msgid "pointers are not permitted as case values"
297 msgstr ""
298
299 #: c-common.c:3452
300 msgid "range expressions in switch statements are non-standard"
301 msgstr ""
302
303 #: c-common.c:3477
304 msgid "empty range specified"
305 msgstr ""
306
307 #: c-common.c:3536
308 msgid "duplicate (or overlapping) case value"
309 msgstr ""
310
311 #: c-common.c:3537
312 msgid "%Jthis is the first entry overlapping that value"
313 msgstr ""
314
315 #: c-common.c:3541
316 msgid "duplicate case value"
317 msgstr ""
318
319 #: c-common.c:3542
320 msgid "%Jpreviously used here"
321 msgstr ""
322
323 #: c-common.c:3546
324 msgid "multiple default labels in one switch"
325 msgstr ""
326
327 #: c-common.c:3547
328 msgid "%Jthis is the first default label"
329 msgstr ""
330
331 #: c-common.c:3596
332 msgid "%Jcase value %qs not in enumerated type"
333 msgstr ""
334
335 #: c-common.c:3599
336 msgid "%Jcase value %qs not in enumerated type %qT"
337 msgstr ""
338
339 #: c-common.c:3666
340 msgid "%Hswitch missing default case"
341 msgstr ""
342
343 #. Warn if there are enumerators that don't correspond to
344 #. case expressions.
345 #: c-common.c:3700
346 msgid "%Henumeration value %qE not handled in switch"
347 msgstr ""
348
349 #: c-common.c:3727
350 msgid "taking the address of a label is non-standard"
351 msgstr ""
352
353 #: c-common.c:3896 c-common.c:3915 c-common.c:3933 c-common.c:3960
354 #: c-common.c:3979 c-common.c:4002 c-common.c:4026 c-common.c:4052
355 #: c-common.c:4086 c-common.c:4130 c-common.c:4158 c-common.c:4186
356 #: c-common.c:4205 c-common.c:4527 c-common.c:4558 c-common.c:4644
357 #: c-common.c:4711 c-common.c:4757 c-common.c:4815 c-common.c:4844
358 #: c-common.c:5123 c-common.c:5146 c-common.c:5185 tree.c:3240
359 #: config/darwin.c:1218 config/arm/arm.c:2645 config/arm/arm.c:2672
360 #: config/avr/avr.c:4514 config/h8300/h8300.c:5779 config/h8300/h8300.c:5802
361 #: config/i386/i386.c:1725 config/i386/i386.c:14480 config/ia64/ia64.c:512
362 #: config/ip2k/ip2k.c:3163 config/m68hc11/m68hc11.c:1314
363 #: config/rs6000/rs6000.c:17094 config/sh/symbian.c:414
364 #: config/sh/symbian.c:421
365 #, c-format
366 msgid "%qs attribute ignored"
367 msgstr ""
368
369 #: c-common.c:4243
370 #, c-format
371 msgid "unknown machine mode %qs"
372 msgstr ""
373
374 #: c-common.c:4263
375 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
376 msgstr ""
377
378 #: c-common.c:4265
379 msgid "use __attribute__ ((vector_size)) instead"
380 msgstr ""
381
382 #: c-common.c:4274
383 #, c-format
384 msgid "unable to emulate %qs"
385 msgstr ""
386
387 #: c-common.c:4284
388 #, c-format
389 msgid "invalid pointer mode %qs"
390 msgstr ""
391
392 #: c-common.c:4299
393 #, c-format
394 msgid "no data type for mode %qs"
395 msgstr ""
396
397 #: c-common.c:4309
398 #, c-format
399 msgid "cannot use mode %qs for enumeral types"
400 msgstr ""
401
402 #: c-common.c:4322
403 #, c-format
404 msgid "mode %qs applied to inappropriate type"
405 msgstr ""
406
407 #: c-common.c:4355
408 msgid "%Jsection attribute cannot be specified for local variables"
409 msgstr ""
410
411 #: c-common.c:4366
412 msgid "%Jsection of %qD conflicts with previous declaration"
413 msgstr ""
414
415 #: c-common.c:4375
416 msgid "%Jsection attribute not allowed for %qD"
417 msgstr ""
418
419 #: c-common.c:4381
420 msgid "%Jsection attributes are not supported for this target"
421 msgstr ""
422
423 #: c-common.c:4419
424 msgid "requested alignment is not a constant"
425 msgstr ""
426
427 #: c-common.c:4424
428 msgid "requested alignment is not a power of 2"
429 msgstr ""
430
431 #: c-common.c:4429
432 msgid "requested alignment is too large"
433 msgstr ""
434
435 #: c-common.c:4455
436 msgid "%Jalignment may not be specified for %qD"
437 msgstr ""
438
439 #: c-common.c:4493
440 msgid "%J%qD defined both normally and as an alias"
441 msgstr ""
442
443 #: c-common.c:4509
444 msgid "alias argument not a string"
445 msgstr ""
446
447 #: c-common.c:4551
448 #, c-format
449 msgid "%qs attribute ignored on non-class types"
450 msgstr ""
451
452 #: c-common.c:4564
453 msgid "visibility argument not a string"
454 msgstr ""
455
456 #: c-common.c:4585
457 msgid ""
458 "visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
459 "\"internal\""
460 msgstr ""
461
462 #: c-common.c:4654
463 msgid "tls_model argument not a string"
464 msgstr ""
465
466 #: c-common.c:4663
467 msgid ""
468 "tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-"
469 "dynamic\" or \"global-dynamic\""
470 msgstr ""
471
472 #: c-common.c:4685 c-common.c:4731
473 msgid "%J%qE attribute applies only to functions"
474 msgstr ""
475
476 #: c-common.c:4690 c-common.c:4736
477 msgid "%Jcan%'t set %qE attribute after definition"
478 msgstr ""
479
480 #: c-common.c:4812
481 #, c-format
482 msgid "%qs attribute ignored for %qs"
483 msgstr ""
484
485 #: c-common.c:4873
486 #, c-format
487 msgid "invalid vector type for attribute %qs"
488 msgstr ""
489
490 #: c-common.c:4882
491 msgid "number of components of the vector not a power of two"
492 msgstr ""
493
494 #: c-common.c:4910
495 msgid "nonnull attribute without arguments on a non-prototype"
496 msgstr ""
497
498 #: c-common.c:4925
499 #, c-format
500 msgid "nonnull argument has invalid operand number (argument %lu)"
501 msgstr ""
502
503 #: c-common.c:4944
504 #, c-format
505 msgid ""
506 "nonnull argument with out-of-range operand number (argument %lu, operand %lu)"
507 msgstr ""
508
509 #: c-common.c:4952
510 #, c-format
511 msgid ""
512 "nonnull argument references non-pointer operand (argument %lu, operand %lu)"
513 msgstr ""
514
515 #: c-common.c:5007 c-common.c:5044
516 msgid "missing sentinel in function call"
517 msgstr ""
518
519 #: c-common.c:5030
520 msgid "not enough arguments to fit a sentinel"
521 msgstr ""
522
523 #: c-common.c:5086
524 #, c-format
525 msgid "null argument where non-null required (argument %lu)"
526 msgstr ""
527
528 #: c-common.c:5157
529 msgid "cleanup argument not an identifier"
530 msgstr ""
531
532 #: c-common.c:5164
533 msgid "cleanup argument not a function"
534 msgstr ""
535
536 #: c-common.c:5202
537 #, c-format
538 msgid "%qs attribute requires prototypes with named arguments"
539 msgstr ""
540
541 #: c-common.c:5213
542 #, c-format
543 msgid "%qs attribute only applies to variadic functions"
544 msgstr ""
545
546 #: c-common.c:5226
547 msgid "requested position is not an integer constant"
548 msgstr ""
549
550 #: c-common.c:5233
551 msgid "requested position is less than zero"
552 msgstr ""
553
554 #: c-common.c:5539
555 msgid ""
556 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
557 msgstr ""
558
559 #: c-common.c:5543
560 msgid ""
561 "%Hignoring return value of function declared with attribute "
562 "warn_unused_result"
563 msgstr ""
564
565 #: c-common.c:5582
566 #, c-format
567 msgid "attempt to take address of bit-field structure member %qs"
568 msgstr ""
569
570 #: c-common.c:5634
571 msgid "invalid lvalue in assignment"
572 msgstr ""
573
574 #: c-common.c:5637
575 msgid "invalid lvalue in increment"
576 msgstr ""
577
578 #: c-common.c:5640
579 msgid "invalid lvalue in decrement"
580 msgstr ""
581
582 #: c-common.c:5643
583 msgid "invalid lvalue in unary %<&%>"
584 msgstr ""
585
586 #: c-common.c:5646
587 msgid "invalid lvalue in asm statement"
588 msgstr ""
589
590 #. Except for passing an argument to an unprototyped function,
591 #. this is a constraint violation.  When passing an argument to
592 #. an unprototyped function, it is compile-time undefined;
593 #. making it a constraint in that case was rejected in
594 #. DR#252.
595 #: c-convert.c:83 c-typeck.c:1354 c-typeck.c:3446 cp/typeck.c:1380
596 #: cp/typeck.c:5940 fortran/convert.c:89 treelang/tree-convert.c:79
597 msgid "void value not ignored as it ought to be"
598 msgstr ""
599
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 ""
604
605 #: c-decl.c:524
606 msgid "%Jarray %qD assumed to have one element"
607 msgstr ""
608
609 #: c-decl.c:637
610 #, c-format
611 msgid "GCC supports only %u nested scopes"
612 msgstr ""
613
614 #: c-decl.c:721
615 msgid "%Jlabel %qD used but not defined"
616 msgstr ""
617
618 #: c-decl.c:727
619 msgid "%Jlabel %qD defined but not used"
620 msgstr ""
621
622 #: c-decl.c:729
623 msgid "%Jlabel %qD declared but not defined"
624 msgstr ""
625
626 #: c-decl.c:772 cp/decl.c:575
627 msgid "%Junused variable %qD"
628 msgstr ""
629
630 #: c-decl.c:776
631 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
632 msgstr ""
633
634 #: c-decl.c:1008
635 msgid ""
636 "a parameter list with an ellipsis can%'t match an empty parameter name list "
637 "declaration"
638 msgstr ""
639
640 #: c-decl.c:1015
641 msgid ""
642 "an argument type that has a default promotion can%'t match an empty "
643 "parameter name list declaration"
644 msgstr ""
645
646 #: c-decl.c:1051
647 msgid ""
648 "%Jprototype for %qD declares more arguments than previous old-style "
649 "definition"
650 msgstr ""
651
652 #: c-decl.c:1057
653 msgid ""
654 "%Jprototype for %qD declares fewer arguments than previous old-style "
655 "definition"
656 msgstr ""
657
658 #: c-decl.c:1066
659 msgid "%Jprototype for %qD declares argument %d with incompatible type"
660 msgstr ""
661
662 #. If we get here, no errors were found, but do issue a warning
663 #. for this poor-style construct.
664 #: c-decl.c:1079
665 msgid "%Jprototype for %qD follows non-prototype definition"
666 msgstr ""
667
668 #: c-decl.c:1094
669 msgid "%Jprevious definition of %qD was here"
670 msgstr ""
671
672 #: c-decl.c:1096
673 msgid "%Jprevious implicit declaration of %qD was here"
674 msgstr ""
675
676 #: c-decl.c:1098
677 msgid "%Jprevious declaration of %qD was here"
678 msgstr ""
679
680 #: c-decl.c:1134
681 msgid "%J%qD redeclared as different kind of symbol"
682 msgstr ""
683
684 #: c-decl.c:1139
685 msgid "%Jbuilt-in function %qD declared as non-function"
686 msgstr ""
687
688 #: c-decl.c:1142 c-decl.c:1246 c-decl.c:1815
689 msgid "%Jdeclaration of %qD shadows a built-in function"
690 msgstr ""
691
692 #: c-decl.c:1151
693 msgid "%Jredeclaration of enumerator %qD"
694 msgstr ""
695
696 #. If types don't match for a built-in, throw away the
697 #. built-in.  No point in calling locate_old_decl here, it
698 #. won't print anything.
699 #: c-decl.c:1172
700 msgid "%Jconflicting types for built-in function %qD"
701 msgstr ""
702
703 #: c-decl.c:1196 c-decl.c:1207
704 msgid "%Jconflicting types for %qD"
705 msgstr ""
706
707 #: c-decl.c:1205
708 msgid "%J conflicting type qualifiers for %qD"
709 msgstr ""
710
711 #. Allow OLDDECL to continue in use.
712 #: c-decl.c:1222
713 msgid "%Jredefinition of typedef %qD"
714 msgstr ""
715
716 #: c-decl.c:1261 c-decl.c:1339
717 msgid "%Jredefinition of %qD"
718 msgstr ""
719
720 #: c-decl.c:1296 c-decl.c:1377
721 msgid "%Jstatic declaration of %qD follows non-static declaration"
722 msgstr ""
723
724 #: c-decl.c:1306 c-decl.c:1313 c-decl.c:1366 c-decl.c:1374
725 msgid "%Jnon-static declaration of %qD follows static declaration"
726 msgstr ""
727
728 #: c-decl.c:1326
729 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
730 msgstr ""
731
732 #: c-decl.c:1329
733 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
734 msgstr ""
735
736 #: c-decl.c:1359
737 msgid "%Jextern declaration of %qD follows declaration with no linkage"
738 msgstr ""
739
740 #: c-decl.c:1395
741 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
742 msgstr ""
743
744 #: c-decl.c:1401
745 msgid "%Jredeclaration of %qD with no linkage"
746 msgstr ""
747
748 #: c-decl.c:1415
749 msgid ""
750 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
751 msgstr ""
752
753 #: c-decl.c:1426
754 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
755 msgstr ""
756
757 #: c-decl.c:1433
758 msgid ""
759 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
760 msgstr ""
761
762 #: c-decl.c:1448
763 msgid "%J%qD declared inline after being called"
764 msgstr ""
765
766 #: c-decl.c:1454
767 msgid "%J%qD declared inline after its definition"
768 msgstr ""
769
770 #: c-decl.c:1474
771 msgid "%Jredefinition of parameter %qD"
772 msgstr ""
773
774 #: c-decl.c:1498
775 msgid "%Jredundant redeclaration of %qD"
776 msgstr ""
777
778 #: c-decl.c:1808
779 msgid "%Jdeclaration of %qD shadows a parameter"
780 msgstr ""
781
782 #: c-decl.c:1811
783 msgid "%Jdeclaration of %qD shadows a global declaration"
784 msgstr ""
785
786 #: c-decl.c:1818
787 msgid "%Jdeclaration of %qD shadows a previous local"
788 msgstr ""
789
790 #: c-decl.c:1823 cp/name-lookup.c:942 cp/name-lookup.c:973
791 #: cp/name-lookup.c:981
792 msgid "%Jshadowed declaration is here"
793 msgstr ""
794
795 #: c-decl.c:1977
796 msgid "nested extern declaration of %qD"
797 msgstr ""
798
799 #: c-decl.c:2067
800 msgid "nested static declaration of %qD"
801 msgstr ""
802
803 #: c-decl.c:2161
804 #, c-format
805 msgid "implicit declaration of function %qE"
806 msgstr ""
807
808 #: c-decl.c:2219
809 msgid "incompatible implicit declaration of built-in function %qD"
810 msgstr ""
811
812 #: c-decl.c:2228
813 msgid "incompatible implicit declaration of function %qD"
814 msgstr ""
815
816 #: c-decl.c:2281
817 #, c-format
818 msgid "%qE undeclared here (not in a function)"
819 msgstr ""
820
821 #: c-decl.c:2286
822 #, c-format
823 msgid "%qE undeclared (first use in this function)"
824 msgstr ""
825
826 #: c-decl.c:2290
827 msgid "(Each undeclared identifier is reported only once"
828 msgstr ""
829
830 #: c-decl.c:2291
831 msgid "for each function it appears in.)"
832 msgstr ""
833
834 #: c-decl.c:2329
835 #, c-format
836 msgid "label %qs referenced outside of any function"
837 msgstr ""
838
839 #: c-decl.c:2372
840 #, c-format
841 msgid "duplicate label declaration %qs"
842 msgstr ""
843
844 #: c-decl.c:2407
845 msgid "%Hduplicate label %qD"
846 msgstr ""
847
848 #: c-decl.c:2429
849 msgid ""
850 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
851 "conflicts"
852 msgstr ""
853
854 #: c-decl.c:2495
855 msgid "%H%qs defined as wrong kind of tag"
856 msgstr ""
857
858 #: c-decl.c:2718
859 msgid "unnamed struct/union that defines no instances"
860 msgstr ""
861
862 #: c-decl.c:2726
863 msgid "empty declaration with storage class specifier does not redeclare tag"
864 msgstr ""
865
866 #: c-decl.c:2737
867 msgid "empty declaration with type qualifier does not redeclare tag"
868 msgstr ""
869
870 #: c-decl.c:2758 c-decl.c:2765
871 msgid "useless type name in empty declaration"
872 msgstr ""
873
874 #: c-decl.c:2773
875 msgid "%<inline%> in empty declaration"
876 msgstr ""
877
878 #: c-decl.c:2779
879 msgid "%<auto%> in file-scope empty declaration"
880 msgstr ""
881
882 #: c-decl.c:2785
883 msgid "%<register%> in file-scope empty declaration"
884 msgstr ""
885
886 #: c-decl.c:2791
887 msgid "useless storage class specifier in empty declaration"
888 msgstr ""
889
890 #: c-decl.c:2797
891 msgid "useless %<__thread%> in empty declaration"
892 msgstr ""
893
894 #: c-decl.c:2805
895 msgid "useless type qualifier in empty declaration"
896 msgstr ""
897
898 #: c-decl.c:2812 c-parse.y:781 c-parse.y:783 objc/objc-parse.y:818
899 #: objc/objc-parse.y:820
900 msgid "empty declaration"
901 msgstr ""
902
903 #: c-decl.c:2878
904 msgid ""
905 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
906 "declarators"
907 msgstr ""
908
909 #: c-decl.c:2881
910 msgid "ISO C90 does not support %<[*]%> array declarators"
911 msgstr ""
912
913 #: c-decl.c:2884
914 msgid "GCC does not yet properly implement %<[*]%> array declarators"
915 msgstr ""
916
917 #: c-decl.c:2903
918 msgid "static or type qualifiers in abstract declarator"
919 msgstr ""
920
921 #: c-decl.c:2960
922 msgid "%J%qD is usually a function"
923 msgstr ""
924
925 #: c-decl.c:2969 cp/decl.c:3718 cp/decl2.c:853
926 msgid "typedef %qD is initialized (use __typeof__ instead)"
927 msgstr ""
928
929 #: c-decl.c:2974
930 msgid "function %qD is initialized like a variable"
931 msgstr ""
932
933 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
934 #: c-decl.c:2980
935 msgid "parameter %qD is initialized"
936 msgstr ""
937
938 #. Although C99 is unclear about whether incomplete arrays
939 #. of VLAs themselves count as VLAs, it does not make
940 #. sense to permit them to be initialized given that
941 #. ordinary VLAs may not be initialized.
942 #: c-decl.c:2999 c-decl.c:3019 c-typeck.c:4280
943 msgid "variable-sized object may not be initialized"
944 msgstr ""
945
946 #: c-decl.c:3005
947 msgid "variable %qD has initializer but incomplete type"
948 msgstr ""
949
950 #: c-decl.c:3010
951 msgid "elements of array %qD have incomplete type"
952 msgstr ""
953
954 #: c-decl.c:3086 c-decl.c:5696 cp/decl.c:3758 cp/decl.c:9944
955 msgid "%Jinline function %qD given attribute noinline"
956 msgstr ""
957
958 #: c-decl.c:3154
959 msgid "%Jinitializer fails to determine size of %qD"
960 msgstr ""
961
962 #: c-decl.c:3159
963 msgid "%Jarray size missing in %qD"
964 msgstr ""
965
966 #: c-decl.c:3175
967 msgid "%Jzero or negative size array %qD"
968 msgstr ""
969
970 #: c-decl.c:3201 varasm.c:1541
971 msgid "%Jstorage size of %qD isn%'t known"
972 msgstr ""
973
974 #: c-decl.c:3211
975 msgid "%Jstorage size of %qD isn%'t constant"
976 msgstr ""
977
978 #: c-decl.c:3266
979 msgid "%Jignoring asm-specifier for non-static local variable %qD"
980 msgstr ""
981
982 #: c-decl.c:3296 fortran/f95-lang.c:647
983 msgid "cannot put object with volatile field into register"
984 msgstr ""
985
986 #: c-decl.c:3430
987 msgid "ISO C forbids forward parameter declarations"
988 msgstr ""
989
990 #: c-decl.c:3614
991 msgid "<anonymous>"
992 msgstr ""
993
994 #: c-decl.c:3623
995 #, c-format
996 msgid "bit-field %qs width not an integer constant"
997 msgstr ""
998
999 #: c-decl.c:3631
1000 #, c-format
1001 msgid "negative width in bit-field %qs"
1002 msgstr ""
1003
1004 #: c-decl.c:3636
1005 #, c-format
1006 msgid "zero width for bit-field %qs"
1007 msgstr ""
1008
1009 #: c-decl.c:3646
1010 #, c-format
1011 msgid "bit-field %qs has invalid type"
1012 msgstr ""
1013
1014 #: c-decl.c:3655
1015 #, c-format
1016 msgid "type of bit-field %qs is a GCC extension"
1017 msgstr ""
1018
1019 #: c-decl.c:3664
1020 #, c-format
1021 msgid "width of %qs exceeds its type"
1022 msgstr ""
1023
1024 #: c-decl.c:3677
1025 #, c-format
1026 msgid "%qs is narrower than values of its type"
1027 msgstr ""
1028
1029 #: c-decl.c:3802
1030 msgid "type defaults to %<int%> in declaration of %qs"
1031 msgstr ""
1032
1033 #: c-decl.c:3830
1034 msgid "duplicate %<const%>"
1035 msgstr ""
1036
1037 #: c-decl.c:3832
1038 msgid "duplicate %<restrict%>"
1039 msgstr ""
1040
1041 #: c-decl.c:3834
1042 msgid "duplicate %<volatile%>"
1043 msgstr ""
1044
1045 #: c-decl.c:3853
1046 msgid "function definition declared %<auto%>"
1047 msgstr ""
1048
1049 #: c-decl.c:3855
1050 msgid "function definition declared %<register%>"
1051 msgstr ""
1052
1053 #: c-decl.c:3857
1054 msgid "function definition declared %<typedef%>"
1055 msgstr ""
1056
1057 #: c-decl.c:3859
1058 msgid "function definition declared %<__thread%>"
1059 msgstr ""
1060
1061 #: c-decl.c:3875
1062 #, c-format
1063 msgid "storage class specified for structure field %qs"
1064 msgstr ""
1065
1066 #: c-decl.c:3879 cp/decl.c:7120
1067 #, c-format
1068 msgid "storage class specified for parameter %qs"
1069 msgstr ""
1070
1071 #: c-decl.c:3882 cp/decl.c:7122
1072 msgid "storage class specified for typename"
1073 msgstr ""
1074
1075 #: c-decl.c:3895 cp/decl.c:7139
1076 msgid "%qs initialized and declared %<extern%>"
1077 msgstr ""
1078
1079 #: c-decl.c:3897 cp/decl.c:7142
1080 msgid "%qs has both %<extern%> and initializer"
1081 msgstr ""
1082
1083 #: c-decl.c:3902
1084 msgid "file-scope declaration of %qs specifies %<auto%>"
1085 msgstr ""
1086
1087 #: c-decl.c:3904
1088 msgid "file-scope declaration of %qs specifies %<register%>"
1089 msgstr ""
1090
1091 #: c-decl.c:3909 cp/decl.c:7146
1092 msgid "nested function %qs declared %<extern%>"
1093 msgstr ""
1094
1095 #: c-decl.c:3912 cp/decl.c:7156
1096 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1097 msgstr ""
1098
1099 #. Only the innermost declarator (making a parameter be of
1100 #. array type which is converted to pointer type)
1101 #. may have static or type qualifiers.
1102 #: c-decl.c:3953 c-decl.c:4142
1103 msgid "static or type qualifiers in non-parameter array declarator"
1104 msgstr ""
1105
1106 #: c-decl.c:3999
1107 #, c-format
1108 msgid "declaration of %qs as array of voids"
1109 msgstr ""
1110
1111 #: c-decl.c:4005
1112 #, c-format
1113 msgid "declaration of %qs as array of functions"
1114 msgstr ""
1115
1116 #: c-decl.c:4010
1117 msgid "invalid use of structure with flexible array member"
1118 msgstr ""
1119
1120 #: c-decl.c:4030
1121 #, c-format
1122 msgid "size of array %qs has non-integer type"
1123 msgstr ""
1124
1125 #: c-decl.c:4035
1126 #, c-format
1127 msgid "ISO C forbids zero-size array %qs"
1128 msgstr ""
1129
1130 #: c-decl.c:4042
1131 #, c-format
1132 msgid "size of array %qs is negative"
1133 msgstr ""
1134
1135 #: c-decl.c:4056
1136 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1137 msgstr ""
1138
1139 #: c-decl.c:4060
1140 #, c-format
1141 msgid "ISO C90 forbids variable-size array %qs"
1142 msgstr ""
1143
1144 #: c-decl.c:4093 c-decl.c:4261 cp/decl.c:7559
1145 #, c-format
1146 msgid "size of array %qs is too large"
1147 msgstr ""
1148
1149 #: c-decl.c:4106
1150 msgid "ISO C90 does not support flexible array members"
1151 msgstr ""
1152
1153 #: c-decl.c:4115
1154 msgid "array type has incomplete element type"
1155 msgstr ""
1156
1157 #: c-decl.c:4174 cp/decl.c:7248
1158 #, c-format
1159 msgid "%qs declared as function returning a function"
1160 msgstr ""
1161
1162 #: c-decl.c:4179 cp/decl.c:7253
1163 #, c-format
1164 msgid "%qs declared as function returning an array"
1165 msgstr ""
1166
1167 #: c-decl.c:4199
1168 msgid "function definition has qualified void return type"
1169 msgstr ""
1170
1171 #: c-decl.c:4201
1172 msgid "type qualifiers ignored on function return type"
1173 msgstr ""
1174
1175 #: c-decl.c:4230 c-decl.c:4274 c-decl.c:4368 c-decl.c:4455
1176 msgid "ISO C forbids qualified function types"
1177 msgstr ""
1178
1179 #: c-decl.c:4282
1180 msgid "%Jtypedef %qD declared %<inline%>"
1181 msgstr ""
1182
1183 #: c-decl.c:4312
1184 msgid "ISO C forbids const or volatile function types"
1185 msgstr ""
1186
1187 #: c-decl.c:4332
1188 #, c-format
1189 msgid "variable or field %qs declared void"
1190 msgstr ""
1191
1192 #: c-decl.c:4361
1193 msgid "attributes in parameter array declarator ignored"
1194 msgstr ""
1195
1196 #: c-decl.c:4396
1197 msgid "%Jparameter %qD declared %<inline%>"
1198 msgstr ""
1199
1200 #: c-decl.c:4409
1201 #, c-format
1202 msgid "field %qs declared as a function"
1203 msgstr ""
1204
1205 #: c-decl.c:4415
1206 #, c-format
1207 msgid "field %qs has incomplete type"
1208 msgstr ""
1209
1210 #: c-decl.c:4432 c-decl.c:4443 c-decl.c:4446
1211 #, c-format
1212 msgid "invalid storage class for function %qs"
1213 msgstr ""
1214
1215 #: c-decl.c:4461
1216 msgid "%<noreturn%> function returns non-void value"
1217 msgstr ""
1218
1219 #: c-decl.c:4489
1220 msgid "cannot inline function %<main%>"
1221 msgstr ""
1222
1223 #: c-decl.c:4546
1224 msgid "variable previously declared %<static%> redeclared %<extern%>"
1225 msgstr ""
1226
1227 #: c-decl.c:4555
1228 msgid "%Jvariable %qD declared %<inline%>"
1229 msgstr ""
1230
1231 #. A mere warning is sure to result in improper semantics
1232 #. at runtime.  Don't bother to allow this to compile.
1233 #: c-decl.c:4586 cp/decl.c:5994
1234 msgid "thread-local storage not supported for this target"
1235 msgstr ""
1236
1237 #: c-decl.c:4648 c-decl.c:5733
1238 msgid "function declaration isn%'t a prototype"
1239 msgstr ""
1240
1241 #: c-decl.c:4656
1242 msgid "parameter names (without types) in function declaration"
1243 msgstr ""
1244
1245 #: c-decl.c:4689
1246 msgid "%Jparameter %u (%qD) has incomplete type"
1247 msgstr ""
1248
1249 #: c-decl.c:4692
1250 msgid "%Jparameter %u has incomplete type"
1251 msgstr ""
1252
1253 #: c-decl.c:4701
1254 msgid "%Jparameter %u (%qD) has void type"
1255 msgstr ""
1256
1257 #: c-decl.c:4704
1258 msgid "%Jparameter %u has void type"
1259 msgstr ""
1260
1261 #: c-decl.c:4761
1262 msgid "%<void%> as only parameter may not be qualified"
1263 msgstr ""
1264
1265 #: c-decl.c:4765 c-decl.c:4800
1266 msgid "%<void%> must be the only parameter"
1267 msgstr ""
1268
1269 #: c-decl.c:4793
1270 msgid "%Jparameter %qD has just a forward declaration"
1271 msgstr ""
1272
1273 #. The %s will be one of 'struct', 'union', or 'enum'.
1274 #: c-decl.c:4839
1275 msgid "%<%s %E%> declared inside parameter list"
1276 msgstr ""
1277
1278 #. The %s will be one of 'struct', 'union', or 'enum'.
1279 #: c-decl.c:4843
1280 #, c-format
1281 msgid "anonymous %s declared inside parameter list"
1282 msgstr ""
1283
1284 #: c-decl.c:4848
1285 msgid ""
1286 "its scope is only this definition or declaration, which is probably not what "
1287 "you want"
1288 msgstr ""
1289
1290 #: c-decl.c:4981
1291 msgid "redefinition of %<union %s%>"
1292 msgstr ""
1293
1294 #: c-decl.c:4983
1295 msgid "redefinition of %<struct %s%>"
1296 msgstr ""
1297
1298 #: c-decl.c:4988
1299 msgid "nested redefinition of %<union %s%>"
1300 msgstr ""
1301
1302 #: c-decl.c:4991
1303 msgid "nested redefinition of %<struct %s%>"
1304 msgstr ""
1305
1306 #: c-decl.c:5063 cp/decl.c:3517
1307 msgid "declaration does not declare anything"
1308 msgstr ""
1309
1310 #: c-decl.c:5067
1311 msgid "ISO C doesn%'t support unnamed structs/unions"
1312 msgstr ""
1313
1314 #: c-decl.c:5110 c-decl.c:5126
1315 msgid "%Jduplicate member %qD"
1316 msgstr ""
1317
1318 #: c-decl.c:5165
1319 msgid "union has no named members"
1320 msgstr ""
1321
1322 #: c-decl.c:5167
1323 msgid "union has no members"
1324 msgstr ""
1325
1326 #: c-decl.c:5172
1327 msgid "struct has no named members"
1328 msgstr ""
1329
1330 #: c-decl.c:5174
1331 msgid "struct has no members"
1332 msgstr ""
1333
1334 #: c-decl.c:5231
1335 msgid "%Jflexible array member in union"
1336 msgstr ""
1337
1338 #: c-decl.c:5236
1339 msgid "%Jflexible array member not at end of struct"
1340 msgstr ""
1341
1342 #: c-decl.c:5241
1343 msgid "%Jflexible array member in otherwise empty struct"
1344 msgstr ""
1345
1346 #: c-decl.c:5248
1347 msgid "%Jinvalid use of structure with flexible array member"
1348 msgstr ""
1349
1350 #: c-decl.c:5353
1351 msgid "union cannot be made transparent"
1352 msgstr ""
1353
1354 #: c-decl.c:5418
1355 msgid "nested redefinition of %<enum %s%>"
1356 msgstr ""
1357
1358 #. This enum is a named one that has been declared already.
1359 #: c-decl.c:5425
1360 msgid "redeclaration of %<enum %s%>"
1361 msgstr ""
1362
1363 #: c-decl.c:5488
1364 msgid "enumeration values exceed range of largest integer"
1365 msgstr ""
1366
1367 #: c-decl.c:5505
1368 msgid "specified mode too small for enumeral values"
1369 msgstr ""
1370
1371 #: c-decl.c:5604
1372 #, c-format
1373 msgid "enumerator value for %qE is not an integer constant"
1374 msgstr ""
1375
1376 #: c-decl.c:5621
1377 msgid "overflow in enumeration values"
1378 msgstr ""
1379
1380 #: c-decl.c:5626
1381 msgid "ISO C restricts enumerator values to range of %<int%>"
1382 msgstr ""
1383
1384 #: c-decl.c:5702
1385 msgid "return type is an incomplete type"
1386 msgstr ""
1387
1388 #: c-decl.c:5710
1389 msgid "return type defaults to %<int%>"
1390 msgstr ""
1391
1392 #: c-decl.c:5739
1393 msgid "%Jno previous prototype for %qD"
1394 msgstr ""
1395
1396 #: c-decl.c:5745
1397 msgid "%J%qD was used with no prototype before its definition"
1398 msgstr ""
1399
1400 #: c-decl.c:5752
1401 msgid "%Jno previous declaration for %qD"
1402 msgstr ""
1403
1404 #: c-decl.c:5758
1405 msgid "%J%qD was used with no declaration before its definition"
1406 msgstr ""
1407
1408 #: c-decl.c:5791 c-decl.c:6280
1409 msgid "%Jreturn type of %qD is not %<int%>"
1410 msgstr ""
1411
1412 #: c-decl.c:5806
1413 msgid "%Jfirst argument of %qD should be %<int%>"
1414 msgstr ""
1415
1416 #: c-decl.c:5815
1417 msgid "%Jsecond argument of %qD should be %<char **%>"
1418 msgstr ""
1419
1420 #: c-decl.c:5824
1421 msgid "%Jthird argument of %qD should probably be %<char **%>"
1422 msgstr ""
1423
1424 #: c-decl.c:5834
1425 msgid "%J%qD takes only zero or two arguments"
1426 msgstr ""
1427
1428 #: c-decl.c:5837
1429 msgid "%J%qD is normally a non-static function"
1430 msgstr ""
1431
1432 #: c-decl.c:5883
1433 msgid "%Jold-style parameter declarations in prototyped function definition"
1434 msgstr ""
1435
1436 #: c-decl.c:5896
1437 msgid "%Jtraditional C rejects ISO C style function definitions"
1438 msgstr ""
1439
1440 #: c-decl.c:5908
1441 msgid "%Jparameter name omitted"
1442 msgstr ""
1443
1444 #: c-decl.c:5948
1445 msgid "%Jold-style function definition"
1446 msgstr ""
1447
1448 #: c-decl.c:5956
1449 msgid "%Jparameter name missing from parameter list"
1450 msgstr ""
1451
1452 #: c-decl.c:5967
1453 msgid "%J%qD declared as a non-parameter"
1454 msgstr ""
1455
1456 #: c-decl.c:5972
1457 msgid "%Jmultiple parameters named %qD"
1458 msgstr ""
1459
1460 #: c-decl.c:5980
1461 msgid "%Jparameter %qD declared with void type"
1462 msgstr ""
1463
1464 #: c-decl.c:5995 c-decl.c:5997
1465 msgid "%Jtype of %qD defaults to %<int%>"
1466 msgstr ""
1467
1468 #: c-decl.c:6016
1469 msgid "%Jparameter %qD has incomplete type"
1470 msgstr ""
1471
1472 #: c-decl.c:6022
1473 msgid "%Jdeclaration for parameter %qD but no such parameter"
1474 msgstr ""
1475
1476 #: c-decl.c:6072
1477 msgid "number of arguments doesn%'t match prototype"
1478 msgstr ""
1479
1480 #: c-decl.c:6073 c-decl.c:6103 c-decl.c:6110
1481 msgid "%Hprototype declaration"
1482 msgstr ""
1483
1484 #: c-decl.c:6101
1485 msgid "promoted argument %qD doesn%'t match prototype"
1486 msgstr ""
1487
1488 #: c-decl.c:6109
1489 msgid "argument %qD doesn%'t match prototype"
1490 msgstr ""
1491
1492 #: c-decl.c:6307 cp/decl.c:10698
1493 msgid "no return statement in function returning non-void"
1494 msgstr ""
1495
1496 #: c-decl.c:6314
1497 msgid "this function may return with or without a value"
1498 msgstr ""
1499
1500 #. If we get here, declarations have been used in a for loop without
1501 #. the C99 for loop scope.  This doesn't make much sense, so don't
1502 #. allow it.
1503 #: c-decl.c:6403
1504 msgid "%<for%> loop initial declaration used outside C99 mode"
1505 msgstr ""
1506
1507 #: c-decl.c:6432
1508 msgid ""
1509 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1510 msgstr ""
1511
1512 #: c-decl.c:6435
1513 msgid ""
1514 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1515 msgstr ""
1516
1517 #: c-decl.c:6440
1518 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1519 msgstr ""
1520
1521 #: c-decl.c:6444
1522 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1523 msgstr ""
1524
1525 #: c-decl.c:6448
1526 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1527 msgstr ""
1528
1529 #: c-decl.c:6452
1530 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1531 msgstr ""
1532
1533 #: c-decl.c:6741 c-decl.c:6890 c-decl.c:7101 cp/decl.c:6828
1534 #, c-format
1535 msgid "duplicate %qs"
1536 msgstr ""
1537
1538 #: c-decl.c:6762 c-decl.c:6899 c-decl.c:7002
1539 msgid "two or more data types in declaration specifiers"
1540 msgstr ""
1541
1542 #: c-decl.c:6774 cp/decl.c:6804
1543 msgid "%<long long long%> is too long for GCC"
1544 msgstr ""
1545
1546 #: c-decl.c:6781 c-decl.c:6973
1547 msgid "both %<long long%> and %<double%> in declaration specifiers"
1548 msgstr ""
1549
1550 #: c-decl.c:6787
1551 msgid "ISO C90 does not support %<long long%>"
1552 msgstr ""
1553
1554 #: c-decl.c:6792 c-decl.c:6812
1555 msgid "both %<long%> and %<short%> in declaration specifiers"
1556 msgstr ""
1557
1558 #: c-decl.c:6795 c-decl.c:6906
1559 msgid "both %<long%> and %<void%> in declaration specifiers"
1560 msgstr ""
1561
1562 #: c-decl.c:6798 c-decl.c:6925
1563 msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1564 msgstr ""
1565
1566 #: c-decl.c:6801 c-decl.c:6944
1567 msgid "both %<long%> and %<char%> in declaration specifiers"
1568 msgstr ""
1569
1570 #: c-decl.c:6804 c-decl.c:6957
1571 msgid "both %<long%> and %<float%> in declaration specifiers"
1572 msgstr ""
1573
1574 #: c-decl.c:6815 c-decl.c:6909
1575 msgid "both %<short%> and %<void%> in declaration specifiers"
1576 msgstr ""
1577
1578 #: c-decl.c:6818 c-decl.c:6928
1579 msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1580 msgstr ""
1581
1582 #: c-decl.c:6821 c-decl.c:6947
1583 msgid "both %<short%> and %<char%> in declaration specifiers"
1584 msgstr ""
1585
1586 #: c-decl.c:6824 c-decl.c:6960
1587 msgid "both %<short%> and %<float%> in declaration specifiers"
1588 msgstr ""
1589
1590 #: c-decl.c:6827 c-decl.c:6976
1591 msgid "both %<short%> and %<double%> in declaration specifiers"
1592 msgstr ""
1593
1594 #: c-decl.c:6835 c-decl.c:6855
1595 msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1596 msgstr ""
1597
1598 #: c-decl.c:6838 c-decl.c:6912
1599 msgid "both %<signed%> and %<void%> in declaration specifiers"
1600 msgstr ""
1601
1602 #: c-decl.c:6841 c-decl.c:6931
1603 msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1604 msgstr ""
1605
1606 #: c-decl.c:6844 c-decl.c:6963
1607 msgid "both %<signed%> and %<float%> in declaration specifiers"
1608 msgstr ""
1609
1610 #: c-decl.c:6847 c-decl.c:6979
1611 msgid "both %<signed%> and %<double%> in declaration specifiers"
1612 msgstr ""
1613
1614 #: c-decl.c:6858 c-decl.c:6915
1615 msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1616 msgstr ""
1617
1618 #: c-decl.c:6861 c-decl.c:6934
1619 msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1620 msgstr ""
1621
1622 #: c-decl.c:6864 c-decl.c:6966
1623 msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1624 msgstr ""
1625
1626 #: c-decl.c:6867 c-decl.c:6982
1627 msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1628 msgstr ""
1629
1630 #: c-decl.c:6875
1631 msgid "ISO C90 does not support complex types"
1632 msgstr ""
1633
1634 #: c-decl.c:6877 c-decl.c:6918
1635 msgid "both %<complex%> and %<void%> in declaration specifiers"
1636 msgstr ""
1637
1638 #: c-decl.c:6880 c-decl.c:6937
1639 msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1640 msgstr ""
1641
1642 #: c-decl.c:7019
1643 #, c-format
1644 msgid "%qs fails to be a typedef or built in type"
1645 msgstr ""
1646
1647 #: c-decl.c:7051
1648 #, c-format
1649 msgid "%qs is not at beginning of declaration"
1650 msgstr ""
1651
1652 #: c-decl.c:7066
1653 msgid "%<__thread%> used with %<auto%>"
1654 msgstr ""
1655
1656 #: c-decl.c:7068
1657 msgid "%<__thread%> used with %<register%>"
1658 msgstr ""
1659
1660 #: c-decl.c:7070
1661 msgid "%<__thread%> used with %<typedef%>"
1662 msgstr ""
1663
1664 #: c-decl.c:7081 cp/parser.c:7114
1665 msgid "%<__thread%> before %<extern%>"
1666 msgstr ""
1667
1668 #: c-decl.c:7090 cp/parser.c:7104
1669 msgid "%<__thread%> before %<static%>"
1670 msgstr ""
1671
1672 #: c-decl.c:7106
1673 msgid "multiple storage classes in declaration specifiers"
1674 msgstr ""
1675
1676 #: c-decl.c:7113
1677 msgid "%<__thread%> used with %qs"
1678 msgstr ""
1679
1680 #: c-decl.c:7167
1681 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1682 msgstr ""
1683
1684 #: c-decl.c:7212 c-decl.c:7238
1685 msgid "ISO C does not support complex integer types"
1686 msgstr ""
1687
1688 #: c-decl.c:7313 toplev.c:844
1689 msgid "%J%qF used but never defined"
1690 msgstr ""
1691
1692 #: c-format.c:96 c-format.c:209
1693 msgid "format string has invalid operand number"
1694 msgstr ""
1695
1696 #: c-format.c:113
1697 msgid "function does not return string type"
1698 msgstr ""
1699
1700 #: c-format.c:142
1701 msgid "format string argument not a string type"
1702 msgstr ""
1703
1704 #: c-format.c:190
1705 msgid "unrecognized format specifier"
1706 msgstr ""
1707
1708 #: c-format.c:202
1709 #, c-format
1710 msgid "%qs is an unrecognized format function type"
1711 msgstr ""
1712
1713 #: c-format.c:215
1714 msgid "%<...%> has invalid operand number"
1715 msgstr ""
1716
1717 #: c-format.c:222
1718 msgid "format string argument follows the args to be formatted"
1719 msgstr ""
1720
1721 #: c-format.c:345 c-format.c:369
1722 msgid "' ' flag"
1723 msgstr ""
1724
1725 #: c-format.c:345 c-format.c:369
1726 msgid "the ' ' printf flag"
1727 msgstr ""
1728
1729 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1730 msgid "'+' flag"
1731 msgstr ""
1732
1733 #: c-format.c:346 c-format.c:370 c-format.c:408
1734 msgid "the '+' printf flag"
1735 msgstr ""
1736
1737 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1738 msgid "'#' flag"
1739 msgstr ""
1740
1741 #: c-format.c:347 c-format.c:371 c-format.c:409
1742 msgid "the '#' printf flag"
1743 msgstr ""
1744
1745 #: c-format.c:348 c-format.c:372 c-format.c:439
1746 msgid "'0' flag"
1747 msgstr ""
1748
1749 #: c-format.c:348 c-format.c:372
1750 msgid "the '0' printf flag"
1751 msgstr ""
1752
1753 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1754 msgid "'-' flag"
1755 msgstr ""
1756
1757 #: c-format.c:349 c-format.c:373
1758 msgid "the '-' printf flag"
1759 msgstr ""
1760
1761 #: c-format.c:350 c-format.c:422
1762 msgid "''' flag"
1763 msgstr ""
1764
1765 #: c-format.c:350
1766 msgid "the ''' printf flag"
1767 msgstr ""
1768
1769 #: c-format.c:351 c-format.c:423
1770 msgid "'I' flag"
1771 msgstr ""
1772
1773 #: c-format.c:351
1774 msgid "the 'I' printf flag"
1775 msgstr ""
1776
1777 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1778 #: c-format.c:1531 config/sol2-c.c:46
1779 msgid "field width"
1780 msgstr ""
1781
1782 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1783 msgid "field width in printf format"
1784 msgstr ""
1785
1786 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1787 msgid "precision"
1788 msgstr ""
1789
1790 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1791 msgid "precision in printf format"
1792 msgstr ""
1793
1794 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1795 #: c-format.c:472 config/sol2-c.c:47
1796 msgid "length modifier"
1797 msgstr ""
1798
1799 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1800 #: config/sol2-c.c:47
1801 msgid "length modifier in printf format"
1802 msgstr ""
1803
1804 #: c-format.c:398 c-format.c:410
1805 msgid "'q' flag"
1806 msgstr ""
1807
1808 #: c-format.c:398 c-format.c:410
1809 msgid "the 'q' diagnostic flag"
1810 msgstr ""
1811
1812 #: c-format.c:418
1813 msgid "assignment suppression"
1814 msgstr ""
1815
1816 #: c-format.c:418
1817 msgid "the assignment suppression scanf feature"
1818 msgstr ""
1819
1820 #: c-format.c:419
1821 msgid "'a' flag"
1822 msgstr ""
1823
1824 #: c-format.c:419
1825 msgid "the 'a' scanf flag"
1826 msgstr ""
1827
1828 #: c-format.c:420
1829 msgid "field width in scanf format"
1830 msgstr ""
1831
1832 #: c-format.c:421
1833 msgid "length modifier in scanf format"
1834 msgstr ""
1835
1836 #: c-format.c:422
1837 msgid "the ''' scanf flag"
1838 msgstr ""
1839
1840 #: c-format.c:423
1841 msgid "the 'I' scanf flag"
1842 msgstr ""
1843
1844 #: c-format.c:437
1845 msgid "'_' flag"
1846 msgstr ""
1847
1848 #: c-format.c:437
1849 msgid "the '_' strftime flag"
1850 msgstr ""
1851
1852 #: c-format.c:438
1853 msgid "the '-' strftime flag"
1854 msgstr ""
1855
1856 #: c-format.c:439
1857 msgid "the '0' strftime flag"
1858 msgstr ""
1859
1860 #: c-format.c:440 c-format.c:464
1861 msgid "'^' flag"
1862 msgstr ""
1863
1864 #: c-format.c:440
1865 msgid "the '^' strftime flag"
1866 msgstr ""
1867
1868 #: c-format.c:441
1869 msgid "the '#' strftime flag"
1870 msgstr ""
1871
1872 #: c-format.c:442
1873 msgid "field width in strftime format"
1874 msgstr ""
1875
1876 #: c-format.c:443
1877 msgid "'E' modifier"
1878 msgstr ""
1879
1880 #: c-format.c:443
1881 msgid "the 'E' strftime modifier"
1882 msgstr ""
1883
1884 #: c-format.c:444
1885 msgid "'O' modifier"
1886 msgstr ""
1887
1888 #: c-format.c:444
1889 msgid "the 'O' strftime modifier"
1890 msgstr ""
1891
1892 #: c-format.c:445
1893 msgid "the 'O' modifier"
1894 msgstr ""
1895
1896 #: c-format.c:463
1897 msgid "fill character"
1898 msgstr ""
1899
1900 #: c-format.c:463
1901 msgid "fill character in strfmon format"
1902 msgstr ""
1903
1904 #: c-format.c:464
1905 msgid "the '^' strfmon flag"
1906 msgstr ""
1907
1908 #: c-format.c:465
1909 msgid "the '+' strfmon flag"
1910 msgstr ""
1911
1912 #: c-format.c:466
1913 msgid "'(' flag"
1914 msgstr ""
1915
1916 #: c-format.c:466
1917 msgid "the '(' strfmon flag"
1918 msgstr ""
1919
1920 #: c-format.c:467
1921 msgid "'!' flag"
1922 msgstr ""
1923
1924 #: c-format.c:467
1925 msgid "the '!' strfmon flag"
1926 msgstr ""
1927
1928 #: c-format.c:468
1929 msgid "the '-' strfmon flag"
1930 msgstr ""
1931
1932 #: c-format.c:469
1933 msgid "field width in strfmon format"
1934 msgstr ""
1935
1936 #: c-format.c:470
1937 msgid "left precision"
1938 msgstr ""
1939
1940 #: c-format.c:470
1941 msgid "left precision in strfmon format"
1942 msgstr ""
1943
1944 #: c-format.c:471
1945 msgid "right precision"
1946 msgstr ""
1947
1948 #: c-format.c:471
1949 msgid "right precision in strfmon format"
1950 msgstr ""
1951
1952 #: c-format.c:472
1953 msgid "length modifier in strfmon format"
1954 msgstr ""
1955
1956 #: c-format.c:840
1957 #, c-format
1958 msgid "function might be possible candidate for %qs format attribute"
1959 msgstr ""
1960
1961 #: c-format.c:931 c-format.c:952 c-format.c:1947
1962 msgid "missing $ operand number in format"
1963 msgstr ""
1964
1965 #: c-format.c:961
1966 #, c-format
1967 msgid "%s does not support %%n$ operand number formats"
1968 msgstr ""
1969
1970 #: c-format.c:968
1971 msgid "operand number out of range in format"
1972 msgstr ""
1973
1974 #: c-format.c:991
1975 #, c-format
1976 msgid "format argument %d used more than once in %s format"
1977 msgstr ""
1978
1979 #: c-format.c:1023
1980 msgid "$ operand number used after format without operand number"
1981 msgstr ""
1982
1983 #: c-format.c:1053
1984 #, c-format
1985 msgid "format argument %d unused before used argument %d in $-style format"
1986 msgstr ""
1987
1988 #: c-format.c:1148
1989 msgid "format not a string literal, format string not checked"
1990 msgstr ""
1991
1992 #: c-format.c:1162
1993 msgid "format not a string literal and no format arguments"
1994 msgstr ""
1995
1996 #: c-format.c:1164
1997 msgid "format not a string literal, argument types not checked"
1998 msgstr ""
1999
2000 #: c-format.c:1177
2001 msgid "too many arguments for format"
2002 msgstr ""
2003
2004 #: c-format.c:1180
2005 msgid "unused arguments in $-style format"
2006 msgstr ""
2007
2008 #: c-format.c:1183
2009 #, c-format
2010 msgid "zero-length %s format string"
2011 msgstr ""
2012
2013 #: c-format.c:1187
2014 msgid "format is a wide character string"
2015 msgstr ""
2016
2017 #: c-format.c:1190
2018 msgid "unterminated format string"
2019 msgstr ""
2020
2021 #: c-format.c:1400
2022 msgid "embedded %<\\0%> in format"
2023 msgstr ""
2024
2025 #: c-format.c:1415
2026 msgid "spurious trailing %<%%%> in format"
2027 msgstr ""
2028
2029 #: c-format.c:1459 c-format.c:1703
2030 #, c-format
2031 msgid "repeated %s in format"
2032 msgstr ""
2033
2034 #: c-format.c:1472
2035 msgid "missing fill character at end of strfmon format"
2036 msgstr ""
2037
2038 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
2039 msgid "too few arguments for format"
2040 msgstr ""
2041
2042 #: c-format.c:1557
2043 #, c-format
2044 msgid "zero width in %s format"
2045 msgstr ""
2046
2047 #: c-format.c:1575
2048 #, c-format
2049 msgid "empty left precision in %s format"
2050 msgstr ""
2051
2052 #: c-format.c:1633
2053 msgid "field precision"
2054 msgstr ""
2055
2056 #: c-format.c:1648
2057 #, c-format
2058 msgid "empty precision in %s format"
2059 msgstr ""
2060
2061 #: c-format.c:1687
2062 #, c-format
2063 msgid "%s does not support the %qs %s length modifier"
2064 msgstr ""
2065
2066 #: c-format.c:1737
2067 msgid "conversion lacks type at end of format"
2068 msgstr ""
2069
2070 #: c-format.c:1748
2071 #, c-format
2072 msgid "unknown conversion type character %qc in format"
2073 msgstr ""
2074
2075 #: c-format.c:1751
2076 #, c-format
2077 msgid "unknown conversion type character 0x%x in format"
2078 msgstr ""
2079
2080 #: c-format.c:1758
2081 msgid "%s does not support the %<%%%c%> %s format"
2082 msgstr ""
2083
2084 #: c-format.c:1774
2085 msgid "%s used with %<%%%c%> %s format"
2086 msgstr ""
2087
2088 #: c-format.c:1783
2089 #, c-format
2090 msgid "%s does not support %s"
2091 msgstr ""
2092
2093 #: c-format.c:1792
2094 msgid "%s does not support %s with the %<%%%c%> %s format"
2095 msgstr ""
2096
2097 #: c-format.c:1825
2098 msgid "%s ignored with %s and %<%%%c%> %s format"
2099 msgstr ""
2100
2101 #: c-format.c:1829
2102 #, c-format
2103 msgid "%s ignored with %s in %s format"
2104 msgstr ""
2105
2106 #: c-format.c:1835
2107 msgid "use of %s and %s together with %<%%%c%> %s format"
2108 msgstr ""
2109
2110 #: c-format.c:1839
2111 #, c-format
2112 msgid "use of %s and %s together in %s format"
2113 msgstr ""
2114
2115 #: c-format.c:1858
2116 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2117 msgstr ""
2118
2119 #: c-format.c:1861
2120 msgid "%<%%%c%> yields only last 2 digits of year"
2121 msgstr ""
2122
2123 #. The end of the format string was reached.
2124 #: c-format.c:1877
2125 msgid "no closing %<]%> for %<%%[%> format"
2126 msgstr ""
2127
2128 #: c-format.c:1890
2129 #, c-format
2130 msgid "use of %qs length modifier with %qc type character"
2131 msgstr ""
2132
2133 #: c-format.c:1911
2134 msgid "%s does not support the %<%%%s%c%> %s format"
2135 msgstr ""
2136
2137 #: c-format.c:1928
2138 msgid "operand number specified with suppressed assignment"
2139 msgstr ""
2140
2141 #: c-format.c:1930
2142 msgid "operand number specified for format taking no argument"
2143 msgstr ""
2144
2145 #: c-format.c:2072
2146 #, c-format
2147 msgid "writing through null pointer (argument %d)"
2148 msgstr ""
2149
2150 #: c-format.c:2080
2151 #, c-format
2152 msgid "reading through null pointer (argument %d)"
2153 msgstr ""
2154
2155 #: c-format.c:2100
2156 #, c-format
2157 msgid "writing into constant object (argument %d)"
2158 msgstr ""
2159
2160 #: c-format.c:2111
2161 #, c-format
2162 msgid "extra type qualifiers in format argument (argument %d)"
2163 msgstr ""
2164
2165 #: c-format.c:2222
2166 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2167 msgstr ""
2168
2169 #: c-format.c:2225
2170 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2171 msgstr ""
2172
2173 #: c-format.c:2232
2174 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2175 msgstr ""
2176
2177 #: c-format.c:2235
2178 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2179 msgstr ""
2180
2181 #: c-format.c:2501
2182 msgid "args to be formatted is not %<...%>"
2183 msgstr ""
2184
2185 #: c-format.c:2510
2186 msgid "strftime formats cannot format arguments"
2187 msgstr ""
2188
2189 #: c-gimplify.c:237
2190 msgid "statement with no effect"
2191 msgstr ""
2192
2193 #: c-gimplify.c:315 c-typeck.c:6728 cp/parser.c:6434
2194 msgid "break statement not within loop or switch"
2195 msgstr ""
2196
2197 #: c-gimplify.c:317
2198 msgid "continue statement not within loop or switch"
2199 msgstr ""
2200
2201 #: c-incpath.c:70
2202 #, c-format
2203 msgid "ignoring duplicate directory \"%s\"\n"
2204 msgstr ""
2205
2206 #: c-incpath.c:73
2207 #, c-format
2208 msgid "  as it is a non-system directory that duplicates a system directory\n"
2209 msgstr ""
2210
2211 #: c-incpath.c:77
2212 #, c-format
2213 msgid "ignoring nonexistent directory \"%s\"\n"
2214 msgstr ""
2215
2216 #: c-incpath.c:283
2217 #, c-format
2218 msgid "#include \"...\" search starts here:\n"
2219 msgstr ""
2220
2221 #: c-incpath.c:287
2222 #, c-format
2223 msgid "#include <...> search starts here:\n"
2224 msgstr ""
2225
2226 #: c-incpath.c:292
2227 #, c-format
2228 msgid "End of search list.\n"
2229 msgstr ""
2230
2231 #: c-lex.c:259
2232 msgid "badly nested C headers from preprocessor"
2233 msgstr ""
2234
2235 #: c-lex.c:307
2236 msgid "%Hignoring #pragma %s %s"
2237 msgstr ""
2238
2239 #. ... or not.
2240 #: c-lex.c:411
2241 msgid "%Hstray %<@%> in program"
2242 msgstr ""
2243
2244 #: c-lex.c:425
2245 #, c-format
2246 msgid "stray %qs in program"
2247 msgstr ""
2248
2249 #: c-lex.c:435
2250 #, c-format
2251 msgid "missing terminating %c character"
2252 msgstr ""
2253
2254 #: c-lex.c:437
2255 #, c-format
2256 msgid "stray %qc in program"
2257 msgstr ""
2258
2259 #: c-lex.c:439
2260 msgid "stray %<\\%o%> in program"
2261 msgstr ""
2262
2263 #: c-lex.c:599
2264 msgid "this decimal constant is unsigned only in ISO C90"
2265 msgstr ""
2266
2267 #: c-lex.c:602
2268 msgid "this decimal constant would be unsigned in ISO C90"
2269 msgstr ""
2270
2271 #: c-lex.c:618
2272 #, c-format
2273 msgid "integer constant is too large for %qs type"
2274 msgstr ""
2275
2276 #: c-lex.c:684
2277 msgid "floating constant exceeds range of %<%s%>"
2278 msgstr ""
2279
2280 #: c-lex.c:766
2281 msgid "traditional C rejects string constant concatenation"
2282 msgstr ""
2283
2284 #: c-objc-common.c:81
2285 msgid ""
2286 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2287 "inline"
2288 msgstr ""
2289
2290 #: c-objc-common.c:91
2291 msgid ""
2292 "%Jfunction %qF can never be inlined because it might not be bound within "
2293 "this unit of translation"
2294 msgstr ""
2295
2296 #: c-objc-common.c:99
2297 msgid ""
2298 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2299 "with inlining"
2300 msgstr ""
2301
2302 #: c-objc-common.c:114
2303 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2304 msgstr ""
2305
2306 #: c-objc-common.c:127
2307 msgid ""
2308 "%Jnested function %qF can never be inlined because it has possibly saved "
2309 "pending sizes"
2310 msgstr ""
2311
2312 #: c-objc-common.c:263
2313 msgid "used array that cannot be converted to pointer where scalar is required"
2314 msgstr ""
2315
2316 #: c-objc-common.c:267
2317 msgid "used struct type value where scalar is required"
2318 msgstr ""
2319
2320 #: c-objc-common.c:271
2321 msgid "used union type value where scalar is required"
2322 msgstr ""
2323
2324 #: c-opts.c:144
2325 #, c-format
2326 msgid "no class name specified with %qs"
2327 msgstr ""
2328
2329 #: c-opts.c:148
2330 #, c-format
2331 msgid "assertion missing after %qs"
2332 msgstr ""
2333
2334 #: c-opts.c:153
2335 #, c-format
2336 msgid "macro name missing after %qs"
2337 msgstr ""
2338
2339 #: c-opts.c:162
2340 #, c-format
2341 msgid "missing path after %qs"
2342 msgstr ""
2343
2344 #: c-opts.c:171
2345 #, c-format
2346 msgid "missing filename after %qs"
2347 msgstr ""
2348
2349 #: c-opts.c:176
2350 #, c-format
2351 msgid "missing makefile target after %qs"
2352 msgstr ""
2353
2354 #: c-opts.c:303
2355 msgid "-I- specified twice"
2356 msgstr ""
2357
2358 #: c-opts.c:306
2359 msgid "obsolete option -I- used, please use -iquote instead"
2360 msgstr ""
2361
2362 #: c-opts.c:540
2363 #, c-format
2364 msgid "switch %qs is no longer supported"
2365 msgstr ""
2366
2367 #: c-opts.c:655
2368 msgid ""
2369 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2370 msgstr ""
2371
2372 #: c-opts.c:841
2373 msgid "output filename specified twice"
2374 msgstr ""
2375
2376 #: c-opts.c:971
2377 msgid "-Wformat-y2k ignored without -Wformat"
2378 msgstr ""
2379
2380 #: c-opts.c:973
2381 msgid "-Wformat-extra-args ignored without -Wformat"
2382 msgstr ""
2383
2384 #: c-opts.c:975
2385 msgid "-Wformat-zero-length ignored without -Wformat"
2386 msgstr ""
2387
2388 #: c-opts.c:977
2389 msgid "-Wformat-nonliteral ignored without -Wformat"
2390 msgstr ""
2391
2392 #: c-opts.c:979
2393 msgid "-Wformat-security ignored without -Wformat"
2394 msgstr ""
2395
2396 #: c-opts.c:981
2397 msgid "-Wmissing-format-attribute ignored without -Wformat"
2398 msgstr ""
2399
2400 #: c-opts.c:995
2401 #, c-format
2402 msgid "opening output file %s: %m"
2403 msgstr ""
2404
2405 #: c-opts.c:1000
2406 #, c-format
2407 msgid "too many filenames given.  Type %s --help for usage"
2408 msgstr ""
2409
2410 #: c-opts.c:1083
2411 msgid "YYDEBUG was not defined at build time, -dy ignored"
2412 msgstr ""
2413
2414 #: c-opts.c:1124
2415 #, c-format
2416 msgid "opening dependency file %s: %m"
2417 msgstr ""
2418
2419 #: c-opts.c:1134
2420 #, c-format
2421 msgid "closing dependency file %s: %m"
2422 msgstr ""
2423
2424 #: c-opts.c:1137
2425 #, c-format
2426 msgid "when writing output to %s: %m"
2427 msgstr ""
2428
2429 #: c-opts.c:1216
2430 msgid "to generate dependencies you must specify either -M or -MM"
2431 msgstr ""
2432
2433 #: c-opts.c:1281
2434 msgid "<built-in>"
2435 msgstr ""
2436
2437 #: c-opts.c:1296
2438 msgid "<command line>"
2439 msgstr ""
2440
2441 #: c-opts.c:1379
2442 msgid "too late for # directive to set debug directory"
2443 msgstr ""
2444
2445 #. Depending on the version of Bison used to compile this grammar,
2446 #. it may issue generic diagnostics spelled "syntax error" or
2447 #. "parse error".  To prevent this from changing the translation
2448 #. template randomly, we list all the variants of this particular
2449 #. diagnostic here.  Translators: there is no fine distinction
2450 #. between diagnostics with "syntax error" in them, and diagnostics
2451 #. with "parse error" in them.  It's okay to give them both the same
2452 #. translation.
2453 #: c-parse.y:54 c-parse.c:5313 c-parse.y:2927 gengtype-yacc.c:1559
2454 #: java/parse-scan.c:3063 java/parse-scan.y:1373
2455 #: java/parse.c:6166 java/parse.y:16413 objc/objc-parse.y:53
2456 #: objc/objc-parse.c:6384 objc/objc-parse.y:3517
2457 msgid "syntax error"
2458 msgstr ""
2459
2460 #: c-parse.c:2153 c-parse.y:2931 gengtype-yacc.c:555 java/parse-scan.c:1932
2461 #: java/parse-scan.y:1377 java/parse.c:2931
2462 #: java/parse.y:16417 objc/objc-parse.c:2666
2463 #: objc/objc-parse.y:3521
2464 msgid "syntax error: cannot back up"
2465 msgstr ""
2466
2467 #: c-parse.y:343 objc/objc-parse.y:365
2468 msgid "ISO C forbids an empty source file"
2469 msgstr ""
2470
2471 #: c-parse.y:376 objc/objc-parse.y:399
2472 msgid "data definition has no type or storage class"
2473 msgstr ""
2474
2475 #: c-parse.y:388 objc/objc-parse.y:411
2476 msgid "ISO C does not allow extra %<;%> outside of a function"
2477 msgstr ""
2478
2479 #: c-parse.y:445
2480 msgid "traditional C rejects the unary plus operator"
2481 msgstr ""
2482
2483 #: c-parse.y:498 objc/objc-parse.y:520
2484 msgid "%<sizeof%> applied to a bit-field"
2485 msgstr ""
2486
2487 #: c-parse.y:595 objc/objc-parse.y:617
2488 msgid "ISO C forbids omitting the middle term of a ?: expression"
2489 msgstr ""
2490
2491 #: c-parse.y:636 objc/objc-parse.y:658
2492 msgid "compound literal has variable size"
2493 msgstr ""
2494
2495 #: c-parse.y:648 objc/objc-parse.y:670
2496 msgid "ISO C90 forbids compound literals"
2497 msgstr ""
2498
2499 #: c-parse.y:661 objc/objc-parse.y:683
2500 msgid "ISO C forbids braced-groups within expressions"
2501 msgstr ""
2502
2503 #: c-parse.y:697 objc/objc-parse.y:719
2504 msgid "first argument to %<__builtin_choose_expr%> not a constant"
2505 msgstr ""
2506
2507 #: c-parse.y:1224 objc/objc-parse.y:1273
2508 msgid "%<typeof%> applied to a bit-field"
2509 msgstr ""
2510
2511 #: c-parse.y:1358 objc/objc-parse.y:1407
2512 msgid "ISO C forbids empty initializer braces"
2513 msgstr ""
2514
2515 #: c-parse.y:1372 objc/objc-parse.y:1421
2516 msgid "ISO C90 forbids specifying subobject to initialize"
2517 msgstr ""
2518
2519 #: c-parse.y:1375 objc/objc-parse.y:1424
2520 msgid "obsolete use of designated initializer without %<=%>"
2521 msgstr ""
2522
2523 #: c-parse.y:1379 objc/objc-parse.y:1428
2524 msgid "obsolete use of designated initializer with %<:%>"
2525 msgstr ""
2526
2527 #: c-parse.y:1410 objc/objc-parse.y:1459
2528 msgid "ISO C forbids specifying range of elements to initialize"
2529 msgstr ""
2530
2531 #: c-parse.y:1418 c-parse.y:1448 objc/objc-parse.y:1467 objc/objc-parse.y:1497
2532 msgid "ISO C forbids nested functions"
2533 msgstr ""
2534
2535 #: c-parse.y:1623 objc/objc-parse.y:1672
2536 msgid "ISO C forbids forward references to %<enum%> types"
2537 msgstr ""
2538
2539 #: c-parse.y:1635 cp/parser.c:9850 objc/objc-parse.y:1684
2540 msgid "comma at end of enumerator list"
2541 msgstr ""
2542
2543 #: c-parse.y:1655 objc/objc-parse.y:1704
2544 msgid "no semicolon at end of struct or union"
2545 msgstr ""
2546
2547 #: c-parse.y:1664 objc/objc-parse.y:1713 objc/objc-parse.y:2699
2548 msgid "extra semicolon in struct or union specified"
2549 msgstr ""
2550
2551 #: c-parse.y:1684 objc/objc-parse.y:1736
2552 msgid "ISO C forbids member declarations with no members"
2553 msgstr ""
2554
2555 #: c-parse.y:1850 objc/objc-parse.y:1902
2556 msgid "label at end of compound statement"
2557 msgstr ""
2558
2559 #: c-parse.y:1869 objc/objc-parse.y:1921
2560 msgid "ISO C90 forbids mixed declarations and code"
2561 msgstr ""
2562
2563 #: c-parse.y:1909 objc/objc-parse.y:1961
2564 msgid "ISO C forbids label declarations"
2565 msgstr ""
2566
2567 #: c-parse.y:1953 objc/objc-parse.y:2005
2568 msgid "braced-group within expression allowed only inside a function"
2569 msgstr ""
2570
2571 #: c-parse.y:2249 objc/objc-parse.y:2344
2572 #, c-format
2573 msgid "%E qualifier ignored on asm"
2574 msgstr ""
2575
2576 #: c-parse.y:2343 objc/objc-parse.y:2438
2577 msgid "ISO C requires a named argument before %<...%>"
2578 msgstr ""
2579
2580 #: c-parse.c:5309 c-parse.y:2929 gengtype-yacc.c:1555 java/parse-scan.c:3059
2581 #: java/parse-scan.y:1375 java/parse.c:6162
2582 #: java/parse.y:16415 objc/objc-parse.c:6380
2583 #: objc/objc-parse.y:3519
2584 msgid "syntax error; also virtual memory exhausted"
2585 msgstr ""
2586
2587 #: c-parse.c:5427 gengtype-yacc.c:1673 java/parse-scan.c:3177
2588 #: java/parse.c:6280 objc/objc-parse.c:6498
2589 msgid "parser stack overflow"
2590 msgstr ""
2591
2592 #: c-parse.y:2849 objc/objc-parse.y:3439
2593 #, c-format
2594 msgid "syntax error at %qs token"
2595 msgstr ""
2596
2597 #: c-parse.y:2928 java/parse-scan.y:1374
2598 #: java/parse.y:16414 objc/objc-parse.y:3518
2599 msgid "parse error"
2600 msgstr ""
2601
2602 #: c-parse.y:2930 java/parse-scan.y:1376
2603 #: java/parse.y:16416 objc/objc-parse.y:3520
2604 msgid "parse error; also virtual memory exhausted"
2605 msgstr ""
2606
2607 #: c-parse.y:2932 java/parse-scan.y:1378
2608 #: java/parse.y:16418 objc/objc-parse.y:3522
2609 msgid "parse error: cannot back up"
2610 msgstr ""
2611
2612 #: c-pch.c:130
2613 msgid "can%'t create precompiled header %s: %m"
2614 msgstr ""
2615
2616 #: c-pch.c:158
2617 msgid "can%'t write to %s: %m"
2618 msgstr ""
2619
2620 #: c-pch.c:164
2621 #, c-format
2622 msgid "%qs is not a valid output file"
2623 msgstr ""
2624
2625 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2626 msgid "can%'t write %s: %m"
2627 msgstr ""
2628
2629 #: c-pch.c:198 c-pch.c:215
2630 msgid "can%'t seek in %s: %m"
2631 msgstr ""
2632
2633 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2634 msgid "can%'t read %s: %m"
2635 msgstr ""
2636
2637 #: c-pch.c:483
2638 msgid "malformed #pragma GCC pch_preprocess, ignored"
2639 msgstr ""
2640
2641 #: c-pch.c:489
2642 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2643 msgstr ""
2644
2645 #: c-pch.c:490
2646 msgid "use #include instead"
2647 msgstr ""
2648
2649 #: c-pch.c:498
2650 msgid "%s: couldn%'t open PCH file: %m\n"
2651 msgstr ""
2652
2653 #: c-pch.c:503
2654 msgid "use -Winvalid-pch for more information"
2655 msgstr ""
2656
2657 #: c-pch.c:504
2658 #, c-format
2659 msgid "%s: PCH file was invalid"
2660 msgstr ""
2661
2662 #: c-pragma.c:98
2663 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2664 msgstr ""
2665
2666 #: c-pragma.c:111
2667 #, c-format
2668 msgid ""
2669 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2670 msgstr ""
2671
2672 #: c-pragma.c:125
2673 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2674 msgstr ""
2675
2676 #: c-pragma.c:127
2677 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2678 msgstr ""
2679
2680 #: c-pragma.c:148
2681 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2682 msgstr ""
2683
2684 #: c-pragma.c:161 c-pragma.c:201
2685 msgid "malformed %<#pragma pack%> - ignored"
2686 msgstr ""
2687
2688 #: c-pragma.c:166
2689 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2690 msgstr ""
2691
2692 #: c-pragma.c:168
2693 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2694 msgstr ""
2695
2696 #: c-pragma.c:177
2697 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2698 msgstr ""
2699
2700 #: c-pragma.c:204
2701 msgid "junk at end of %<#pragma pack%>"
2702 msgstr ""
2703
2704 #: c-pragma.c:207
2705 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2706 msgstr ""
2707
2708 #: c-pragma.c:227
2709 #, c-format
2710 msgid "alignment must be a small power of two, not %d"
2711 msgstr ""
2712
2713 #: c-pragma.c:260
2714 msgid ""
2715 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2716 msgstr ""
2717
2718 #: c-pragma.c:307 c-pragma.c:312
2719 msgid "malformed #pragma weak, ignored"
2720 msgstr ""
2721
2722 #: c-pragma.c:316
2723 msgid "junk at end of #pragma weak"
2724 msgstr ""
2725
2726 #: c-pragma.c:379 c-pragma.c:381
2727 msgid "malformed #pragma redefine_extname, ignored"
2728 msgstr ""
2729
2730 #: c-pragma.c:384
2731 msgid "junk at end of #pragma redefine_extname"
2732 msgstr ""
2733
2734 #: c-pragma.c:389
2735 msgid "#pragma redefine_extname not supported on this target"
2736 msgstr ""
2737
2738 #: c-pragma.c:406 c-pragma.c:492
2739 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2740 msgstr ""
2741
2742 #: c-pragma.c:429
2743 msgid ""
2744 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2745 "redefine_extname"
2746 msgstr ""
2747
2748 #: c-pragma.c:448
2749 msgid "malformed #pragma extern_prefix, ignored"
2750 msgstr ""
2751
2752 #: c-pragma.c:451
2753 msgid "junk at end of #pragma extern_prefix"
2754 msgstr ""
2755
2756 #: c-pragma.c:457
2757 msgid "#pragma extern_prefix not supported on this target"
2758 msgstr ""
2759
2760 #: c-pragma.c:483
2761 msgid "asm declaration ignored due to conflict with previous rename"
2762 msgstr ""
2763
2764 #: c-pragma.c:514
2765 msgid ""
2766 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2767 msgstr ""
2768
2769 #: c-pragma.c:574
2770 msgid "#pragma GCC visibility must be followed by push or pop"
2771 msgstr ""
2772
2773 #: c-pragma.c:581
2774 msgid "No matching push for %<#pragma GCC visibility pop%>"
2775 msgstr ""
2776
2777 #: c-pragma.c:592 c-pragma.c:621
2778 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2779 msgstr ""
2780
2781 #: c-pragma.c:596
2782 msgid "malformed #pragma GCC visibility push"
2783 msgstr ""
2784
2785 #: c-pragma.c:600
2786 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2787 msgstr ""
2788
2789 #: c-pragma.c:616
2790 msgid ""
2791 "#pragma GCC visibility push() must specify default, internal, hidden or "
2792 "protected"
2793 msgstr ""
2794
2795 #: c-pragma.c:625
2796 msgid "junk at end of %<#pragma GCC visibility%>"
2797 msgstr ""
2798
2799 #: c-typeck.c:138
2800 #, c-format
2801 msgid "%qs has an incomplete type"
2802 msgstr ""
2803
2804 #: c-typeck.c:160 cp/call.c:2671
2805 msgid "invalid use of void expression"
2806 msgstr ""
2807
2808 #: c-typeck.c:168
2809 msgid "invalid use of flexible array member"
2810 msgstr ""
2811
2812 #: c-typeck.c:174
2813 msgid "invalid use of array with unspecified bounds"
2814 msgstr ""
2815
2816 #: c-typeck.c:182
2817 msgid "invalid use of undefined type %<%s %s%>"
2818 msgstr ""
2819
2820 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2821 #: c-typeck.c:186
2822 #, c-format
2823 msgid "invalid use of incomplete typedef %qs"
2824 msgstr ""
2825
2826 #: c-typeck.c:373 c-typeck.c:387
2827 msgid "function types not truly compatible in ISO C"
2828 msgstr ""
2829
2830 #: c-typeck.c:745
2831 msgid "types are not quite compatible"
2832 msgstr ""
2833
2834 #: c-typeck.c:987
2835 msgid "function return types not compatible due to %<volatile%>"
2836 msgstr ""
2837
2838 #: c-typeck.c:1128 c-typeck.c:2362
2839 msgid "arithmetic on pointer to an incomplete type"
2840 msgstr ""
2841
2842 #: c-typeck.c:1483
2843 msgid "%qT has no member named %qs"
2844 msgstr ""
2845
2846 #: c-typeck.c:1519
2847 #, c-format
2848 msgid "request for member %qs in something not a structure or union"
2849 msgstr ""
2850
2851 #: c-typeck.c:1548
2852 msgid "dereferencing pointer to incomplete type"
2853 msgstr ""
2854
2855 #: c-typeck.c:1552
2856 msgid "dereferencing %<void *%> pointer"
2857 msgstr ""
2858
2859 #: c-typeck.c:1569 cp/typeck.c:2150
2860 #, c-format
2861 msgid "invalid type argument of %qs"
2862 msgstr ""
2863
2864 #: c-typeck.c:1597 cp/typeck.c:2301
2865 msgid "subscripted value is neither array nor pointer"
2866 msgstr ""
2867
2868 #: c-typeck.c:1608 cp/typeck.c:2220 cp/typeck.c:2306
2869 msgid "array subscript is not an integer"
2870 msgstr ""
2871
2872 #: c-typeck.c:1614
2873 msgid "subscripted value is pointer to function"
2874 msgstr ""
2875
2876 #: c-typeck.c:1627 cp/typeck.c:2216
2877 msgid "array subscript has type %<char%>"
2878 msgstr ""
2879
2880 #: c-typeck.c:1667
2881 msgid "ISO C forbids subscripting %<register%> array"
2882 msgstr ""
2883
2884 #: c-typeck.c:1669
2885 msgid "ISO C90 forbids subscripting non-lvalue array"
2886 msgstr ""
2887
2888 #: c-typeck.c:1904
2889 #, c-format
2890 msgid "called object %qE is not a function"
2891 msgstr ""
2892
2893 #. This situation leads to run-time undefined behavior.  We can't,
2894 #. therefore, simply error unless we can prove that all possible
2895 #. executions of the program must execute the code.
2896 #: c-typeck.c:1936
2897 msgid "function called through a non-compatible type"
2898 msgstr ""
2899
2900 #: c-typeck.c:1983 c-typeck.c:4227 c-typeck.c:4229 c-typeck.c:4237
2901 #: c-typeck.c:4262 c-typeck.c:5649
2902 msgid "initializer element is not constant"
2903 msgstr ""
2904
2905 #: c-typeck.c:2044
2906 #, c-format
2907 msgid "too many arguments to function %qE"
2908 msgstr ""
2909
2910 #: c-typeck.c:2071
2911 #, c-format
2912 msgid "type of formal parameter %d is incomplete"
2913 msgstr ""
2914
2915 #: c-typeck.c:2084
2916 #, c-format
2917 msgid ""
2918 "passing argument %d of %qE as integer rather than floating due to prototype"
2919 msgstr ""
2920
2921 #: c-typeck.c:2089
2922 #, c-format
2923 msgid ""
2924 "passing argument %d of %qE as integer rather than complex due to prototype"
2925 msgstr ""
2926
2927 #: c-typeck.c:2094
2928 #, c-format
2929 msgid ""
2930 "passing argument %d of %qE as complex rather than floating due to prototype"
2931 msgstr ""
2932
2933 #: c-typeck.c:2099
2934 #, c-format
2935 msgid ""
2936 "passing argument %d of %qE as floating rather than integer due to prototype"
2937 msgstr ""
2938
2939 #: c-typeck.c:2104
2940 #, c-format
2941 msgid ""
2942 "passing argument %d of %qE as complex rather than integer due to prototype"
2943 msgstr ""
2944
2945 #: c-typeck.c:2109
2946 #, c-format
2947 msgid ""
2948 "passing argument %d of %qE as floating rather than complex due to prototype"
2949 msgstr ""
2950
2951 #: c-typeck.c:2121
2952 msgid ""
2953 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
2954 "prototype"
2955 msgstr ""
2956
2957 #: c-typeck.c:2141
2958 #, c-format
2959 msgid "passing argument %d of %qE with different width due to prototype"
2960 msgstr ""
2961
2962 #: c-typeck.c:2168
2963 #, c-format
2964 msgid "passing argument %d of %qE as unsigned due to prototype"
2965 msgstr ""
2966
2967 #: c-typeck.c:2171
2968 #, c-format
2969 msgid "passing argument %d of %qE as signed due to prototype"
2970 msgstr ""
2971
2972 #: c-typeck.c:2202
2973 #, c-format
2974 msgid "too few arguments to function %qE"
2975 msgstr ""
2976
2977 #: c-typeck.c:2238
2978 msgid "suggest parentheses around + or - inside shift"
2979 msgstr ""
2980
2981 #: c-typeck.c:2245
2982 msgid "suggest parentheses around && within ||"
2983 msgstr ""
2984
2985 #: c-typeck.c:2254
2986 msgid "suggest parentheses around arithmetic in operand of |"
2987 msgstr ""
2988
2989 #: c-typeck.c:2258
2990 msgid "suggest parentheses around comparison in operand of |"
2991 msgstr ""
2992
2993 #: c-typeck.c:2267
2994 msgid "suggest parentheses around arithmetic in operand of ^"
2995 msgstr ""
2996
2997 #: c-typeck.c:2271
2998 msgid "suggest parentheses around comparison in operand of ^"
2999 msgstr ""
3000
3001 #: c-typeck.c:2278
3002 msgid "suggest parentheses around + or - in operand of &"
3003 msgstr ""
3004
3005 #: c-typeck.c:2282
3006 msgid "suggest parentheses around comparison in operand of &"
3007 msgstr ""
3008
3009 #: c-typeck.c:2288
3010 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
3011 msgstr ""
3012
3013 #: c-typeck.c:2314
3014 msgid "pointer of type %<void *%> used in subtraction"
3015 msgstr ""
3016
3017 #: c-typeck.c:2316
3018 msgid "pointer to a function used in subtraction"
3019 msgstr ""
3020
3021 #: c-typeck.c:2405
3022 msgid "wrong type argument to unary plus"
3023 msgstr ""
3024
3025 #: c-typeck.c:2418
3026 msgid "wrong type argument to unary minus"
3027 msgstr ""
3028
3029 #: c-typeck.c:2435
3030 msgid "ISO C does not support %<~%> for complex conjugation"
3031 msgstr ""
3032
3033 #: c-typeck.c:2441
3034 msgid "wrong type argument to bit-complement"
3035 msgstr ""
3036
3037 #: c-typeck.c:2449
3038 msgid "wrong type argument to abs"
3039 msgstr ""
3040
3041 #: c-typeck.c:2461
3042 msgid "wrong type argument to conjugation"
3043 msgstr ""
3044
3045 #: c-typeck.c:2475
3046 msgid "wrong type argument to unary exclamation mark"
3047 msgstr ""
3048
3049 #: c-typeck.c:2512
3050 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3051 msgstr ""
3052
3053 #: c-typeck.c:2528 c-typeck.c:2560
3054 msgid "wrong type argument to increment"
3055 msgstr ""
3056
3057 #: c-typeck.c:2530 c-typeck.c:2562
3058 msgid "wrong type argument to decrement"
3059 msgstr ""
3060
3061 #: c-typeck.c:2551
3062 msgid "increment of pointer to unknown structure"
3063 msgstr ""
3064
3065 #: c-typeck.c:2553
3066 msgid "decrement of pointer to unknown structure"
3067 msgstr ""
3068
3069 #: c-typeck.c:2723
3070 #, c-format
3071 msgid "assignment of read-only member %qs"
3072 msgstr ""
3073
3074 #: c-typeck.c:2724
3075 #, c-format
3076 msgid "increment of read-only member %qs"
3077 msgstr ""
3078
3079 #: c-typeck.c:2725
3080 #, c-format
3081 msgid "decrement of read-only member %qs"
3082 msgstr ""
3083
3084 #: c-typeck.c:2729
3085 #, c-format
3086 msgid "assignment of read-only variable %qs"
3087 msgstr ""
3088
3089 #: c-typeck.c:2730
3090 #, c-format
3091 msgid "increment of read-only variable %qs"
3092 msgstr ""
3093
3094 #: c-typeck.c:2731
3095 #, c-format
3096 msgid "decrement of read-only variable %qs"
3097 msgstr ""
3098
3099 #: c-typeck.c:2734
3100 msgid "assignment of read-only location"
3101 msgstr ""
3102
3103 #: c-typeck.c:2735
3104 msgid "increment of read-only location"
3105 msgstr ""
3106
3107 #: c-typeck.c:2736
3108 msgid "decrement of read-only location"
3109 msgstr ""
3110
3111 #: c-typeck.c:2755
3112 msgid "cannot take address of bit-field %qD"
3113 msgstr ""
3114
3115 #: c-typeck.c:2783
3116 msgid "global register variable %qD used in nested function"
3117 msgstr ""
3118
3119 #: c-typeck.c:2786
3120 msgid "register variable %qD used in nested function"
3121 msgstr ""
3122
3123 #: c-typeck.c:2791
3124 msgid "address of global register variable %qD requested"
3125 msgstr ""
3126
3127 #: c-typeck.c:2793
3128 msgid "address of register variable %qD requested"
3129 msgstr ""
3130
3131 #: c-typeck.c:2841
3132 msgid "non-lvalue array in conditional expression"
3133 msgstr ""
3134
3135 #: c-typeck.c:2885
3136 msgid "signed and unsigned type in conditional expression"
3137 msgstr ""
3138
3139 #: c-typeck.c:2892
3140 msgid "ISO C forbids conditional expr with only one void side"
3141 msgstr ""
3142
3143 #: c-typeck.c:2908 c-typeck.c:2916
3144 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3145 msgstr ""
3146
3147 #: c-typeck.c:2923
3148 msgid "pointer type mismatch in conditional expression"
3149 msgstr ""
3150
3151 #: c-typeck.c:2930 c-typeck.c:2940
3152 msgid "pointer/integer type mismatch in conditional expression"
3153 msgstr ""
3154
3155 #: c-typeck.c:2954
3156 msgid "type mismatch in conditional expression"
3157 msgstr ""
3158
3159 #: c-typeck.c:2993
3160 msgid "left-hand operand of comma expression has no effect"
3161 msgstr ""
3162
3163 #: c-typeck.c:3026
3164 msgid "cast specifies array type"
3165 msgstr ""
3166
3167 #: c-typeck.c:3032
3168 msgid "cast specifies function type"
3169 msgstr ""
3170
3171 #: c-typeck.c:3042
3172 msgid "ISO C forbids casting nonscalar to the same type"
3173 msgstr ""
3174
3175 #: c-typeck.c:3060
3176 msgid "ISO C forbids casts to union type"
3177 msgstr ""
3178
3179 #: c-typeck.c:3069
3180 msgid "cast to union type from type not present in union"
3181 msgstr ""
3182
3183 #: c-typeck.c:3120
3184 msgid "cast adds new qualifiers to function type"
3185 msgstr ""
3186
3187 #. There are qualifiers present in IN_OTYPE that are not
3188 #. present in IN_TYPE.
3189 #: c-typeck.c:3125
3190 msgid "cast discards qualifiers from pointer target type"
3191 msgstr ""
3192
3193 #: c-typeck.c:3140
3194 msgid "cast increases required alignment of target type"
3195 msgstr ""
3196
3197 #: c-typeck.c:3146
3198 msgid "cast from pointer to integer of different size"
3199 msgstr ""
3200
3201 #: c-typeck.c:3151
3202 msgid "cast from function call of type %qT to non-matching type %qT"
3203 msgstr ""
3204
3205 #: c-typeck.c:3159
3206 msgid "cast to pointer from integer of different size"
3207 msgstr ""
3208
3209 #: c-typeck.c:3171
3210 msgid "type-punning to incomplete type might break strict-aliasing rules"
3211 msgstr ""
3212
3213 #: c-typeck.c:3178
3214 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3215 msgstr ""
3216
3217 #: c-typeck.c:3181
3218 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3219 msgstr ""
3220
3221 #: c-typeck.c:3193
3222 msgid "ISO C forbids conversion of function pointer to object pointer type"
3223 msgstr ""
3224
3225 #: c-typeck.c:3202
3226 msgid "ISO C forbids conversion of object pointer to function pointer type"
3227 msgstr ""
3228
3229 #: c-typeck.c:3457
3230 msgid "cannot pass rvalue to reference parameter"
3231 msgstr ""
3232
3233 #: c-typeck.c:3566 c-typeck.c:3675
3234 #, c-format
3235 msgid ""
3236 "passing argument %d of %qE makes qualified function pointer from unqualified"
3237 msgstr ""
3238
3239 #: c-typeck.c:3569 c-typeck.c:3678
3240 msgid "assignment makes qualified function pointer from unqualified"
3241 msgstr ""
3242
3243 #: c-typeck.c:3572 c-typeck.c:3680
3244 msgid "initialization makes qualified function pointer from unqualified"
3245 msgstr ""
3246
3247 #: c-typeck.c:3575 c-typeck.c:3682
3248 msgid "return makes qualified function pointer from unqualified"
3249 msgstr ""
3250
3251 #: c-typeck.c:3579 c-typeck.c:3643
3252 #, c-format
3253 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
3254 msgstr ""
3255
3256 #: c-typeck.c:3581 c-typeck.c:3645
3257 msgid "assignment discards qualifiers from pointer target type"
3258 msgstr ""
3259
3260 #: c-typeck.c:3583 c-typeck.c:3647
3261 msgid "initialization discards qualifiers from pointer target type"
3262 msgstr ""
3263
3264 #: c-typeck.c:3585 c-typeck.c:3649
3265 msgid "return discards qualifiers from pointer target type"
3266 msgstr ""
3267
3268 #: c-typeck.c:3590
3269 msgid "ISO C prohibits argument conversion to union type"
3270 msgstr ""
3271
3272 #: c-typeck.c:3628
3273 msgid ""
3274 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
3275 "*%>"
3276 msgstr ""
3277
3278 #: c-typeck.c:3631
3279 msgid "ISO C forbids assignment between function pointer and %<void *%>"
3280 msgstr ""
3281
3282 #: c-typeck.c:3633
3283 msgid "ISO C forbids initialization between function pointer and %<void *%>"
3284 msgstr ""
3285
3286 #: c-typeck.c:3635
3287 msgid "ISO C forbids return between function pointer and %<void *%>"
3288 msgstr ""
3289
3290 #: c-typeck.c:3658
3291 #, c-format
3292 msgid "pointer targets in passing argument %d of %qE differ in signedness"
3293 msgstr ""
3294
3295 #: c-typeck.c:3660
3296 msgid "pointer targets in assignment differ in signedness"
3297 msgstr ""
3298
3299 #: c-typeck.c:3662
3300 msgid "pointer targets in initialization differ in signedness"
3301 msgstr ""
3302
3303 #: c-typeck.c:3664
3304 msgid "pointer targets in return differ in signedness"
3305 msgstr ""
3306
3307 #: c-typeck.c:3687
3308 #, c-format
3309 msgid "passing argument %d of %qE from incompatible pointer type"
3310 msgstr ""
3311
3312 #: c-typeck.c:3689
3313 msgid "assignment from incompatible pointer type"
3314 msgstr ""
3315
3316 #: c-typeck.c:3690
3317 msgid "initialization from incompatible pointer type"
3318 msgstr ""
3319
3320 #: c-typeck.c:3692
3321 msgid "return from incompatible pointer type"
3322 msgstr ""
3323
3324 #. ??? This should not be an error when inlining calls to
3325 #. unprototyped functions.
3326 #: c-typeck.c:3699 c-typeck.c:4187 cp/typeck.c:1406
3327 msgid "invalid use of non-lvalue array"
3328 msgstr ""
3329
3330 #: c-typeck.c:3713
3331 #, c-format
3332 msgid "passing argument %d of %qE makes pointer from integer without a cast"
3333 msgstr ""
3334
3335 #: c-typeck.c:3715
3336 msgid "assignment makes pointer from integer without a cast"
3337 msgstr ""
3338
3339 #: c-typeck.c:3717
3340 msgid "initialization makes pointer from integer without a cast"
3341 msgstr ""
3342
3343 #: c-typeck.c:3719
3344 msgid "return makes pointer from integer without a cast"
3345 msgstr ""
3346
3347 #: c-typeck.c:3726
3348 #, c-format
3349 msgid "passing argument %d of %qE makes integer from pointer without a cast"
3350 msgstr ""
3351
3352 #: c-typeck.c:3728
3353 msgid "assignment makes integer from pointer without a cast"
3354 msgstr ""
3355
3356 #: c-typeck.c:3730
3357 msgid "initialization makes integer from pointer without a cast"
3358 msgstr ""
3359
3360 #: c-typeck.c:3732
3361 msgid "return makes integer from pointer without a cast"
3362 msgstr ""
3363
3364 #. ??? This should not be an error when inlining calls to
3365 #. unprototyped functions.
3366 #: c-typeck.c:3745
3367 #, c-format
3368 msgid "incompatible type for argument %d of %qE"
3369 msgstr ""
3370
3371 #: c-typeck.c:3748
3372 msgid "incompatible types in assignment"
3373 msgstr ""
3374
3375 #: c-typeck.c:3751
3376 msgid "incompatible types in initialization"
3377 msgstr ""
3378
3379 #: c-typeck.c:3754
3380 msgid "incompatible types in return"
3381 msgstr ""
3382
3383 #: c-typeck.c:3835
3384 msgid "traditional C rejects automatic aggregate initialization"
3385 msgstr ""
3386
3387 #. Use `%s' to print the string in case there are any escape
3388 #. characters in the message.
3389 #: c-typeck.c:4000 c-typeck.c:4015 c-typeck.c:4030 final.c:2856 final.c:2858
3390 #: gcc.c:4649 rtl-error.c:113 toplev.c:606 config/cris/cris.c:568
3391 #: cp/parser.c:1861 cp/typeck.c:4175 java/expr.c:404
3392 #: java/parse.y:5021 java/verify.c:1593 java/verify.c:1594
3393 #: java/verify.c:1613
3394 #, c-format
3395 msgid "%s"
3396 msgstr ""
3397
3398 #: c-typeck.c:4003 c-typeck.c:4018 c-typeck.c:4033
3399 #, c-format
3400 msgid "(near initialization for %qs)"
3401 msgstr ""
3402
3403 #: c-typeck.c:4047
3404 msgid "array initialized from parenthesized string constant"
3405 msgstr ""
3406
3407 #: c-typeck.c:4111 cp/typeck2.c:702
3408 msgid "char-array initialized from wide string"
3409 msgstr ""
3410
3411 #: c-typeck.c:4116
3412 msgid "wchar_t-array initialized from non-wide string"
3413 msgstr ""
3414
3415 #: c-typeck.c:4134 cp/typeck2.c:724
3416 msgid "initializer-string for array of chars is too long"
3417 msgstr ""
3418
3419 #: c-typeck.c:4140
3420 msgid "array of inappropriate type initialized from string constant"
3421 msgstr ""
3422
3423 #: c-typeck.c:4210
3424 msgid "array initialized from non-constant array expression"
3425 msgstr ""
3426
3427 #: c-typeck.c:4269 c-typeck.c:5653
3428 msgid "initializer element is not computable at load time"
3429 msgstr ""
3430
3431 #: c-typeck.c:4284 cp/typeck2.c:803
3432 msgid "invalid initializer"
3433 msgstr ""
3434
3435 #: c-typeck.c:4554 cp/decl.c:4542
3436 msgid "opaque vector types cannot be initialized"
3437 msgstr ""
3438
3439 #: c-typeck.c:4750
3440 msgid "extra brace group at end of initializer"
3441 msgstr ""
3442
3443 #: c-typeck.c:4770
3444 msgid "missing braces around initializer"
3445 msgstr ""
3446
3447 #: c-typeck.c:4830
3448 msgid "braces around scalar initializer"
3449 msgstr ""
3450
3451 #: c-typeck.c:4887
3452 msgid "initialization of flexible array member in a nested context"
3453 msgstr ""
3454
3455 #: c-typeck.c:4889
3456 msgid "initialization of a flexible array member"
3457 msgstr ""
3458
3459 #: c-typeck.c:4916
3460 msgid "missing initializer"
3461 msgstr ""
3462
3463 #: c-typeck.c:4938
3464 msgid "empty scalar initializer"
3465 msgstr ""
3466
3467 #: c-typeck.c:4943
3468 msgid "extra elements in scalar initializer"
3469 msgstr ""
3470
3471 #: c-typeck.c:5031
3472 msgid "initialization designators may not nest"
3473 msgstr ""
3474
3475 #: c-typeck.c:5053 c-typeck.c:5128
3476 msgid "array index in non-array initializer"
3477 msgstr ""
3478
3479 #: c-typeck.c:5058 c-typeck.c:5181
3480 msgid "field name not in record or union initializer"
3481 msgstr ""
3482
3483 #: c-typeck.c:5104
3484 msgid "array index in initializer not of integer type"
3485 msgstr ""
3486
3487 #: c-typeck.c:5124 c-typeck.c:5126
3488 msgid "nonconstant array index in initializer"
3489 msgstr ""
3490
3491 #: c-typeck.c:5130 c-typeck.c:5133
3492 msgid "array index in initializer exceeds array bounds"
3493 msgstr ""
3494
3495 #: c-typeck.c:5144
3496 msgid "empty index range in initializer"
3497 msgstr ""
3498
3499 #: c-typeck.c:5153
3500 msgid "array index range in initializer exceeds array bounds"
3501 msgstr ""
3502
3503 #: c-typeck.c:5193
3504 #, c-format
3505 msgid "unknown field %qs specified in initializer"
3506 msgstr ""
3507
3508 #: c-typeck.c:5229 c-typeck.c:5250 c-typeck.c:5716
3509 msgid "initialized field with side-effects overwritten"
3510 msgstr ""
3511
3512 #: c-typeck.c:5925
3513 msgid "excess elements in char array initializer"
3514 msgstr ""
3515
3516 #: c-typeck.c:5932 c-typeck.c:5978
3517 msgid "excess elements in struct initializer"
3518 msgstr ""
3519
3520 #: c-typeck.c:5993
3521 msgid "non-static initialization of a flexible array member"
3522 msgstr ""
3523
3524 #: c-typeck.c:6061
3525 msgid "excess elements in union initializer"
3526 msgstr ""
3527
3528 #: c-typeck.c:6083
3529 msgid "traditional C rejects initialization of unions"
3530 msgstr ""
3531
3532 #: c-typeck.c:6147
3533 msgid "excess elements in array initializer"
3534 msgstr ""
3535
3536 #: c-typeck.c:6177
3537 msgid "excess elements in vector initializer"
3538 msgstr ""
3539
3540 #: c-typeck.c:6200
3541 msgid "excess elements in scalar initializer"
3542 msgstr ""
3543
3544 #: c-typeck.c:6362
3545 msgid "ISO C forbids %<goto *expr;%>"
3546 msgstr ""
3547
3548 #: c-typeck.c:6376 cp/typeck.c:6160
3549 msgid "function declared %<noreturn%> has a %<return%> statement"
3550 msgstr ""
3551
3552 #: c-typeck.c:6383
3553 msgid "%<return%> with no value, in function returning non-void"
3554 msgstr ""
3555
3556 #: c-typeck.c:6390
3557 msgid "%<return%> with a value, in function returning void"
3558 msgstr ""
3559
3560 #: c-typeck.c:6447
3561 msgid "function returns address of local variable"
3562 msgstr ""
3563
3564 #: c-typeck.c:6508 cp/semantics.c:880
3565 msgid "switch quantity not an integer"
3566 msgstr ""
3567
3568 #: c-typeck.c:6518
3569 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3570 msgstr ""
3571
3572 #: c-typeck.c:6555 cp/parser.c:5942
3573 msgid "case label not within a switch statement"
3574 msgstr ""
3575
3576 #: c-typeck.c:6557
3577 msgid "%<default%> label not within a switch statement"
3578 msgstr ""
3579
3580 #: c-typeck.c:6621
3581 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3582 msgstr ""
3583
3584 #: c-typeck.c:6631
3585 msgid "%Hempty body in an if-statement"
3586 msgstr ""
3587
3588 #: c-typeck.c:6639
3589 msgid "%Hempty body in an else-statement"
3590 msgstr ""
3591
3592 #: c-typeck.c:6730 cp/parser.c:6445
3593 msgid "continue statement not within a loop"
3594 msgstr ""
3595
3596 #: c-typeck.c:6747
3597 msgid "%Hstatement with no effect"
3598 msgstr ""
3599
3600 #: c-typeck.c:6776
3601 msgid "expression statement has incomplete type"
3602 msgstr ""
3603
3604 #: c-typeck.c:7099 c-typeck.c:7138
3605 msgid "division by zero"
3606 msgstr ""
3607
3608 #: c-typeck.c:7183 cp/typeck.c:2971
3609 msgid "right shift count is negative"
3610 msgstr ""
3611
3612 #: c-typeck.c:7190 cp/typeck.c:2977
3613 msgid "right shift count >= width of type"
3614 msgstr ""
3615
3616 #: c-typeck.c:7211 cp/typeck.c:2996
3617 msgid "left shift count is negative"
3618 msgstr ""
3619
3620 #: c-typeck.c:7214 cp/typeck.c:2998
3621 msgid "left shift count >= width of type"
3622 msgstr ""
3623
3624 #: c-typeck.c:7231 cp/typeck.c:3033
3625 msgid "comparing floating point with == or != is unsafe"
3626 msgstr ""
3627
3628 #: c-typeck.c:7255 c-typeck.c:7262
3629 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3630 msgstr ""
3631
3632 #: c-typeck.c:7266 c-typeck.c:7312
3633 msgid "comparison of distinct pointer types lacks a cast"
3634 msgstr ""
3635
3636 #: c-typeck.c:7280 c-typeck.c:7285 c-typeck.c:7332 c-typeck.c:7337
3637 msgid "comparison between pointer and integer"
3638 msgstr ""
3639
3640 #: c-typeck.c:7304
3641 msgid "comparison of complete and incomplete pointers"
3642 msgstr ""
3643
3644 #: c-typeck.c:7307
3645 msgid "ISO C forbids ordered comparisons of pointers to functions"
3646 msgstr ""
3647
3648 #: c-typeck.c:7320 c-typeck.c:7327
3649 msgid "ordered comparison of pointer with integer zero"
3650 msgstr ""
3651
3652 #: c-typeck.c:7548
3653 msgid "comparison between signed and unsigned"
3654 msgstr ""
3655
3656 #: c-typeck.c:7594 cp/typeck.c:3440
3657 msgid "comparison of promoted ~unsigned with constant"
3658 msgstr ""
3659
3660 #: c-typeck.c:7602 cp/typeck.c:3448
3661 msgid "comparison of promoted ~unsigned with unsigned"
3662 msgstr ""
3663
3664 #: calls.c:1909
3665 msgid "function call has aggregate value"
3666 msgstr ""
3667
3668 #: cfghooks.c:90
3669 #, c-format
3670 msgid "bb %d on wrong place"
3671 msgstr ""
3672
3673 #: cfghooks.c:96
3674 #, c-format
3675 msgid "prev_bb of %d should be %d, not %d"
3676 msgstr ""
3677
3678 #: cfghooks.c:113
3679 #, c-format
3680 msgid "verify_flow_info: Wrong count of block %i %i"
3681 msgstr ""
3682
3683 #: cfghooks.c:119
3684 #, c-format
3685 msgid "verify_flow_info: Wrong frequency of block %i %i"
3686 msgstr ""
3687
3688 #: cfghooks.c:127
3689 #, c-format
3690 msgid "verify_flow_info: Duplicate edge %i->%i"
3691 msgstr ""
3692
3693 #: cfghooks.c:133
3694 #, c-format
3695 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3696 msgstr ""
3697
3698 #: cfghooks.c:139
3699 #, c-format
3700 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3701 msgstr ""
3702
3703 #: cfghooks.c:151
3704 #, c-format
3705 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3706 msgstr ""
3707
3708 #: cfghooks.c:165 cfgrtl.c:2048
3709 #, c-format
3710 msgid "Wrong amount of branch edges after unconditional jump %i"
3711 msgstr ""
3712
3713 #: cfghooks.c:173 cfghooks.c:184
3714 #, c-format
3715 msgid "basic block %d pred edge is corrupted"
3716 msgstr ""
3717
3718 #: cfghooks.c:185
3719 #, c-format
3720 msgid "its dest_idx should be %d, not %d"
3721 msgstr ""
3722
3723 #: cfghooks.c:214
3724 #, c-format
3725 msgid "basic block %i edge lists are corrupted"
3726 msgstr ""
3727
3728 #: cfghooks.c:228
3729 msgid "verify_flow_info failed"
3730 msgstr ""
3731
3732 #: cfghooks.c:289
3733 #, c-format
3734 msgid "%s does not support redirect_edge_and_branch."
3735 msgstr ""
3736
3737 #: cfghooks.c:307
3738 #, c-format
3739 msgid "%s does not support redirect_edge_and_branch_force."
3740 msgstr ""
3741
3742 #: cfghooks.c:325
3743 #, c-format
3744 msgid "%s does not support split_block."
3745 msgstr ""
3746
3747 #: cfghooks.c:361
3748 #, c-format
3749 msgid "%s does not support move_block_after."
3750 msgstr ""
3751
3752 #: cfghooks.c:374
3753 #, c-format
3754 msgid "%s does not support delete_basic_block."
3755 msgstr ""
3756
3757 #: cfghooks.c:406
3758 #, c-format
3759 msgid "%s does not support split_edge."
3760 msgstr ""
3761
3762 #: cfghooks.c:467
3763 #, c-format
3764 msgid "%s does not support create_basic_block."
3765 msgstr ""
3766
3767 #: cfghooks.c:495
3768 #, c-format
3769 msgid "%s does not support can_merge_blocks_p."
3770 msgstr ""
3771
3772 #: cfghooks.c:506
3773 #, c-format
3774 msgid "%s does not support predict_edge."
3775 msgstr ""
3776
3777 #: cfghooks.c:515
3778 #, c-format
3779 msgid "%s does not support predicted_by_p."
3780 msgstr ""
3781
3782 #: cfghooks.c:529
3783 #, c-format
3784 msgid "%s does not support merge_blocks."
3785 msgstr ""
3786
3787 #: cfghooks.c:575
3788 #, c-format
3789 msgid "%s does not support make_forwarder_block."
3790 msgstr ""
3791
3792 #: cfghooks.c:680
3793 #, c-format
3794 msgid "%s does not support can_duplicate_block_p."
3795 msgstr ""
3796
3797 #: cfghooks.c:707
3798 #, c-format
3799 msgid "%s does not support duplicate_block."
3800 msgstr ""
3801
3802 #: cfghooks.c:773
3803 #, c-format
3804 msgid "%s does not support block_ends_with_call_p"
3805 msgstr ""
3806
3807 #: cfghooks.c:784
3808 #, c-format
3809 msgid "%s does not support block_ends_with_condjump_p"
3810 msgstr ""
3811
3812 #: cfghooks.c:802
3813 #, c-format
3814 msgid "%s does not support flow_call_edges_add"
3815 msgstr ""
3816
3817 #: cfgloop.c:1304
3818 #, c-format
3819 msgid "Size of loop %d should be %d, not %d."
3820 msgstr ""
3821
3822 #: cfgloop.c:1321
3823 #, c-format
3824 msgid "Bb %d do not belong to loop %d."
3825 msgstr ""
3826
3827 #: cfgloop.c:1338
3828 #, c-format
3829 msgid "Loop %d's header does not have exactly 2 entries."
3830 msgstr ""
3831
3832 #: cfgloop.c:1345
3833 #, c-format
3834 msgid "Loop %d's latch does not have exactly 1 successor."
3835 msgstr ""
3836
3837 #: cfgloop.c:1350
3838 #, c-format
3839 msgid "Loop %d's latch does not have header as successor."
3840 msgstr ""
3841
3842 #: cfgloop.c:1355
3843 #, c-format
3844 msgid "Loop %d's latch does not belong directly to it."
3845 msgstr ""
3846
3847 #: cfgloop.c:1361
3848 #, c-format
3849 msgid "Loop %d's header does not belong directly to it."
3850 msgstr ""
3851
3852 #: cfgloop.c:1367
3853 #, c-format
3854 msgid "Loop %d's latch is marked as part of irreducible region."
3855 msgstr ""
3856
3857 #: cfgloop.c:1400
3858 #, c-format
3859 msgid "Basic block %d should be marked irreducible."
3860 msgstr ""
3861
3862 #: cfgloop.c:1406
3863 #, c-format
3864 msgid "Basic block %d should not be marked irreducible."
3865 msgstr ""
3866
3867 #: cfgloop.c:1414
3868 #, c-format
3869 msgid "Edge from %d to %d should be marked irreducible."
3870 msgstr ""
3871
3872 #: cfgloop.c:1421
3873 #, c-format
3874 msgid "Edge from %d to %d should not be marked irreducible."
3875 msgstr ""
3876
3877 #: cfgloop.c:1456
3878 #, c-format
3879 msgid "Wrong single exit %d->%d recorded for loop %d."
3880 msgstr ""
3881
3882 #: cfgloop.c:1460
3883 #, c-format
3884 msgid "Right exit is %d->%d."
3885 msgstr ""
3886
3887 #: cfgloop.c:1477
3888 #, c-format
3889 msgid "Single exit not recorded for loop %d."
3890 msgstr ""
3891
3892 #: cfgloop.c:1484
3893 #, c-format
3894 msgid "Loop %d should not have single exit (%d -> %d)."
3895 msgstr ""
3896
3897 #: cfgrtl.c:1940
3898 #, c-format
3899 msgid "end insn %d for block %d not found in the insn stream"
3900 msgstr ""
3901
3902 #: cfgrtl.c:1954
3903 #, c-format
3904 msgid "insn %d is in multiple basic blocks (%d and %d)"
3905 msgstr ""
3906
3907 #: cfgrtl.c:1966
3908 #, c-format
3909 msgid "head insn %d for block %d not found in the insn stream"
3910 msgstr ""
3911
3912 #: cfgrtl.c:1990
3913 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3914 msgstr ""
3915
3916 #: cfgrtl.c:2005
3917 #, c-format
3918 msgid "Fallthru edge crosses section boundary (bb %i)"
3919 msgstr ""
3920
3921 #: cfgrtl.c:2030
3922 #, c-format
3923 msgid "Missing REG_EH_REGION note in the end of bb %i"
3924 msgstr ""
3925
3926 #: cfgrtl.c:2038
3927 #, c-format
3928 msgid "Too many outgoing branch edges from bb %i"
3929 msgstr ""
3930
3931 #: cfgrtl.c:2043
3932 #, c-format
3933 msgid "Fallthru edge after unconditional jump %i"
3934 msgstr ""
3935
3936 #: cfgrtl.c:2054
3937 #, c-format
3938 msgid "Wrong amount of branch edges after conditional jump %i"
3939 msgstr ""
3940
3941 #: cfgrtl.c:2059
3942 #, c-format
3943 msgid "Call edges for non-call insn in bb %i"
3944 msgstr ""
3945
3946 #: cfgrtl.c:2068
3947 #, c-format
3948 msgid "Abnormal edges for no purpose in bb %i"
3949 msgstr ""
3950
3951 #: cfgrtl.c:2080
3952 #, c-format
3953 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3954 msgstr ""
3955
3956 #: cfgrtl.c:2084
3957 #, c-format
3958 msgid "insn %d inside basic block %d but block_for_insn is %i"
3959 msgstr ""
3960
3961 #: cfgrtl.c:2098 cfgrtl.c:2108
3962 #, c-format
3963 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3964 msgstr ""
3965
3966 #: cfgrtl.c:2121
3967 #, c-format
3968 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3969 msgstr ""
3970
3971 #: cfgrtl.c:2131
3972 #, c-format
3973 msgid "in basic block %d:"
3974 msgstr ""
3975
3976 #: cfgrtl.c:2132
3977 msgid "flow control insn inside a basic block"
3978 msgstr ""
3979
3980 #: cfgrtl.c:2180
3981 #, c-format
3982 msgid "missing barrier after block %i"
3983 msgstr ""
3984
3985 #: cfgrtl.c:2193
3986 #, c-format
3987 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3988 msgstr ""
3989
3990 #: cfgrtl.c:2208
3991 #, c-format
3992 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3993 msgstr ""
3994
3995 #: cfgrtl.c:2210
3996 msgid "wrong insn in the fallthru edge"
3997 msgstr ""
3998
3999 #: cfgrtl.c:2227
4000 msgid "basic blocks not laid down consecutively"
4001 msgstr ""
4002
4003 #: cfgrtl.c:2252
4004 msgid "insn outside basic block"
4005 msgstr ""
4006
4007 #: cfgrtl.c:2259
4008 msgid "return not followed by barrier"
4009 msgstr ""
4010
4011 #: cfgrtl.c:2266
4012 #, c-format
4013 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
4014 msgstr ""
4015
4016 #: cgraph.c:231
4017 msgid "function body not available"
4018 msgstr ""
4019
4020 #: cgraph.c:233 cgraphunit.c:651
4021 msgid "redefined extern inline functions are not considered for inlining"
4022 msgstr ""
4023
4024 #: cgraph.c:236 cgraphunit.c:656
4025 msgid "function not considered for inlining"
4026 msgstr ""
4027
4028 #: cgraph.c:238 cgraphunit.c:654
4029 msgid "function not inlinable"
4030 msgstr ""
4031
4032 #: cgraph.c:556
4033 msgid "%D renamed after being referenced in assembly"
4034 msgstr ""
4035
4036 #: cgraphunit.c:502
4037 msgid "Shared call_expr:"
4038 msgstr ""
4039
4040 #: cgraphunit.c:508
4041 msgid "Edge points to wrong declaration:"
4042 msgstr ""
4043
4044 #: cgraphunit.c:517
4045 msgid "Missing callgraph edge for call expr:"
4046 msgstr ""
4047
4048 #: cgraphunit.c:543
4049 #, c-format
4050 msgid "Aux field set for edge %s->%s"
4051 msgstr ""
4052
4053 #: cgraphunit.c:555
4054 msgid "Inlined_to pointer is wrong"
4055 msgstr ""
4056
4057 #: cgraphunit.c:560
4058 msgid "Multiple inline callers"
4059 msgstr ""
4060
4061 #: cgraphunit.c:567
4062 msgid "Inlined_to pointer set for noninline callers"
4063 msgstr ""
4064
4065 #: cgraphunit.c:573
4066 msgid "Inlined_to pointer is set but no predecesors found"
4067 msgstr ""
4068
4069 #: cgraphunit.c:578
4070 msgid "Inlined_to pointer reffers to itself"
4071 msgstr ""
4072
4073 #: cgraphunit.c:588
4074 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4075 msgstr ""
4076
4077 #: cgraphunit.c:602
4078 #, c-format
4079 msgid "Edge %s->%s has no corresponding call_expr"
4080 msgstr ""
4081
4082 #: cgraphunit.c:613
4083 msgid "verify_cgraph_node failed."
4084 msgstr ""
4085
4086 #: cgraphunit.c:797
4087 msgid "failed to reclaim unneeded function"
4088 msgstr ""
4089
4090 #: cgraphunit.c:1184
4091 msgid "--param large-function-growth limit reached"
4092 msgstr ""
4093
4094 #: cgraphunit.c:1221
4095 msgid "recursive inlining"
4096 msgstr ""
4097
4098 #: cgraphunit.c:1386 cgraphunit.c:1638
4099 msgid "--param max-inline-insns-single limit reached"
4100 msgstr ""
4101
4102 #: cgraphunit.c:1410
4103 msgid ""
4104 "--param max-inline-insns-single limit reached after inlining into the callee"
4105 msgstr ""
4106
4107 #: cgraphunit.c:1460
4108 msgid "--param inline-unit-growth limit reached"
4109 msgstr ""
4110
4111 #: cgraphunit.c:1809
4112 msgid "Nodes with no released memory found."
4113 msgstr ""
4114
4115 #: collect2.c:402 gcc.c:6744
4116 #, c-format
4117 msgid "internal gcc abort in %s, at %s:%d"
4118 msgstr ""
4119
4120 #: collect2.c:895
4121 msgid "no arguments"
4122 msgstr ""
4123
4124 #: collect2.c:1187
4125 #, c-format
4126 msgid "unknown demangling style '%s'"
4127 msgstr ""
4128
4129 #: collect2.c:1261 collect2.c:1409 collect2.c:1444
4130 #, c-format
4131 msgid "fopen %s"
4132 msgstr ""
4133
4134 #: collect2.c:1264 collect2.c:1414 collect2.c:1447
4135 #, c-format
4136 msgid "fclose %s"
4137 msgstr ""
4138
4139 #: collect2.c:1273
4140 #, c-format
4141 msgid "collect2 version %s"
4142 msgstr ""
4143
4144 #: collect2.c:1363
4145 #, c-format
4146 msgid "%d constructor(s) found\n"
4147 msgstr ""
4148
4149 #: collect2.c:1364
4150 #, c-format
4151 msgid "%d destructor(s)  found\n"
4152 msgstr ""
4153
4154 #: collect2.c:1365
4155 #, c-format
4156 msgid "%d frame table(s) found\n"
4157 msgstr ""
4158
4159 #: collect2.c:1507
4160 #, c-format
4161 msgid "%s terminated with signal %d [%s]%s"
4162 msgstr ""
4163
4164 #: collect2.c:1525
4165 #, c-format
4166 msgid "%s returned %d exit status"
4167 msgstr ""
4168
4169 #: collect2.c:1550
4170 #, c-format
4171 msgid "[cannot find %s]"
4172 msgstr ""
4173
4174 #: collect2.c:1565
4175 #, c-format
4176 msgid "cannot find '%s'"
4177 msgstr ""
4178
4179 #: collect2.c:1576 collect2.c:1579
4180 #, c-format
4181 msgid "redirecting stdout: %s"
4182 msgstr ""
4183
4184 #: collect2.c:1618
4185 #, c-format
4186 msgid "[Leaving %s]\n"
4187 msgstr ""
4188
4189 #: collect2.c:1838
4190 #, c-format
4191 msgid ""
4192 "\n"
4193 "write_c_file - output name is %s, prefix is %s\n"
4194 msgstr ""
4195
4196 #: collect2.c:2042
4197 msgid "cannot find 'nm'"
4198 msgstr ""
4199
4200 #: collect2.c:2052 collect2.c:2218
4201 msgid "pipe"
4202 msgstr ""
4203
4204 #: collect2.c:2056 collect2.c:2222
4205 msgid "fdopen"
4206 msgstr ""
4207
4208 #: collect2.c:2082 collect2.c:2248
4209 #, c-format
4210 msgid "dup2 %d 1"
4211 msgstr ""
4212
4213 #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4214 #: collect2.c:2254 collect2.c:2267
4215 #, c-format
4216 msgid "close %d"
4217 msgstr ""
4218
4219 #: collect2.c:2091 collect2.c:2257
4220 #, c-format
4221 msgid "execv %s"
4222 msgstr ""
4223
4224 #: collect2.c:2145
4225 #, c-format
4226 msgid "init function found in object %s"
4227 msgstr ""
4228
4229 #: collect2.c:2153
4230 #, c-format
4231 msgid "fini function found in object %s"
4232 msgstr ""
4233
4234 #: collect2.c:2176 collect2.c:2306
4235 msgid "fclose"
4236 msgstr ""
4237
4238 #: collect2.c:2209
4239 msgid "cannot find 'ldd'"
4240 msgstr ""
4241
4242 #: collect2.c:2270
4243 msgid ""
4244 "\n"
4245 "ldd output with constructors/destructors.\n"
4246 msgstr ""
4247
4248 #: collect2.c:2285
4249 #, c-format
4250 msgid "dynamic dependency %s not found"
4251 msgstr ""
4252
4253 #: collect2.c:2297
4254 #, c-format
4255 msgid "unable to open dynamic dependency '%s'"
4256 msgstr ""
4257
4258 #: collect2.c:2456
4259 #, c-format
4260 msgid "%s: not a COFF file"
4261 msgstr ""
4262
4263 #: collect2.c:2576
4264 #, c-format
4265 msgid "%s: cannot open as COFF file"
4266 msgstr ""
4267
4268 #: collect2.c:2631
4269 #, c-format
4270 msgid "library lib%s not found"
4271 msgstr ""
4272
4273 #: combine.c:12382
4274 #, c-format
4275 msgid ""
4276 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4277 "space),\n"
4278 ";; %d successes.\n"
4279 "\n"
4280 msgstr ""
4281
4282 #: combine.c:12391
4283 #, c-format
4284 msgid ""
4285 "\n"
4286 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4287 ";; %d successes.\n"
4288 msgstr ""
4289
4290 #: convert.c:69
4291 msgid "cannot convert to a pointer type"
4292 msgstr ""
4293
4294 #: convert.c:302
4295 msgid "pointer value used where a floating point value was expected"
4296 msgstr ""
4297
4298 #: convert.c:306
4299 msgid "aggregate value used where a float was expected"
4300 msgstr ""
4301
4302 #: convert.c:331
4303 msgid "conversion to incomplete type"
4304 msgstr ""
4305
4306 #: convert.c:660 convert.c:736
4307 msgid "can't convert between vector values of different size"
4308 msgstr ""
4309
4310 #: convert.c:666
4311 msgid "aggregate value used where an integer was expected"
4312 msgstr ""
4313
4314 #: convert.c:716
4315 msgid "pointer value used where a complex was expected"
4316 msgstr ""
4317
4318 #: convert.c:720
4319 msgid "aggregate value used where a complex was expected"
4320 msgstr ""
4321
4322 #: convert.c:742
4323 msgid "can't convert value to a vector"
4324 msgstr ""
4325
4326 #: coverage.c:168
4327 #, c-format
4328 msgid "%qs is not a gcov data file"
4329 msgstr ""
4330
4331 #: coverage.c:179
4332 msgid "%qs is version %q.*s, expected version %q.*s"
4333 msgstr ""
4334
4335 #: coverage.c:259 coverage.c:267
4336 #, c-format
4337 msgid "coverage mismatch for function %u while reading execution counters."
4338 msgstr ""
4339
4340 #: coverage.c:261 coverage.c:344
4341 #, c-format
4342 msgid "checksum is %x instead of %x"
4343 msgstr ""
4344
4345 #: coverage.c:269 coverage.c:352
4346 #, c-format
4347 msgid "number of counters is %d instead of %d"
4348 msgstr ""
4349
4350 #: coverage.c:275
4351 #, c-format
4352 msgid "cannot merge separate %s counters for function %u"
4353 msgstr ""
4354
4355 #: coverage.c:296
4356 #, c-format
4357 msgid "%qs has overflowed"
4358 msgstr ""
4359
4360 #: coverage.c:296
4361 #, c-format
4362 msgid "%qs is corrupted"
4363 msgstr ""
4364
4365 #: coverage.c:333
4366 #, c-format
4367 msgid "no coverage for function %qs found."
4368 msgstr ""
4369
4370 #: coverage.c:341 coverage.c:349
4371 #, c-format
4372 msgid "coverage mismatch for function %qs while reading counter %qs."
4373 msgstr ""
4374
4375 #: coverage.c:532
4376 #, c-format
4377 msgid "cannot open %s"
4378 msgstr ""
4379
4380 #: coverage.c:567
4381 #, c-format
4382 msgid "error writing %qs"
4383 msgstr ""
4384
4385 #: cppspec.c:106
4386 #, c-format
4387 msgid "\"%s\" is not a valid option to the preprocessor"
4388 msgstr ""
4389
4390 #: cppspec.c:128
4391 msgid "too many input files"
4392 msgstr ""
4393
4394 #: cse.c:6784
4395 #, c-format
4396 msgid ";; Processing block from %d to %d, %d sets.\n"
4397 msgstr ""
4398
4399 #: diagnostic.c:168
4400 #, c-format
4401 msgid "%s:%d: confused by earlier errors, bailing out\n"
4402 msgstr ""
4403
4404 #: diagnostic.c:228
4405 msgid "compilation terminated due to -Wfatal-errors.\n"
4406 msgstr ""
4407
4408 #: diagnostic.c:237
4409 #, c-format
4410 msgid ""
4411 "Please submit a full bug report,\n"
4412 "with preprocessed source if appropriate.\n"
4413 "See %s for instructions.\n"
4414 msgstr ""
4415
4416 #: diagnostic.c:246
4417 msgid "compilation terminated.\n"
4418 msgstr ""
4419
4420 #: diagnostic.c:537
4421 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4422 msgstr ""
4423
4424 #: diagnostic.c:556
4425 #, c-format
4426 msgid "in %s, at %s:%d"
4427 msgstr ""
4428
4429 #: dominance.c:834
4430 #, c-format
4431 msgid "dominator of %d status unknown"
4432 msgstr ""
4433
4434 #: dominance.c:836
4435 #, c-format
4436 msgid "dominator of %d should be %d, not %d"
4437 msgstr ""
4438
4439 #: dominance.c:848
4440 #, c-format
4441 msgid "ENTRY does not dominate bb %d"
4442 msgstr ""
4443
4444 #: dwarf2out.c:3388
4445 #, c-format
4446 msgid "DW_LOC_OP %s not implemented\n"
4447 msgstr ""
4448
4449 #: emit-rtl.c:1215
4450 msgid "can't access real part of complex value in hard register"
4451 msgstr ""
4452
4453 #: emit-rtl.c:1242
4454 msgid "can't access imaginary part of complex value in hard register"
4455 msgstr ""
4456
4457 #: emit-rtl.c:2303
4458 msgid "Invalid rtl sharing found in the insn"
4459 msgstr ""
4460
4461 #: emit-rtl.c:2305
4462 msgid "Shared rtx"
4463 msgstr ""
4464
4465 #: emit-rtl.c:2307
4466 msgid "Internal consistency failure"
4467 msgstr ""
4468
4469 #: emit-rtl.c:3343
4470 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4471 msgstr ""
4472
4473 #: errors.c:133 java/jv-scan.c:294
4474 #, c-format
4475 msgid "abort in %s, at %s:%d"
4476 msgstr ""
4477
4478 #: except.c:340
4479 msgid "exception handling disabled, use -fexceptions to enable"
4480 msgstr ""
4481
4482 #: except.c:2577
4483 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4484 msgstr ""
4485
4486 #: except.c:2708
4487 msgid "__builtin_eh_return not supported on this target"
4488 msgstr ""
4489
4490 #: explow.c:1355
4491 msgid "stack limits not supported on this target"
4492 msgstr ""
4493
4494 #: final.c:1061
4495 msgid "negative insn length"
4496 msgstr ""
4497
4498 #: final.c:2501
4499 msgid "could not split insn"
4500 msgstr ""
4501
4502 #: final.c:2851
4503 msgid "invalid 'asm': "
4504 msgstr ""
4505
4506 #: final.c:3034
4507 msgid "nested assembly dialect alternatives"
4508 msgstr ""
4509
4510 #: final.c:3051 final.c:3063
4511 msgid "unterminated assembly dialect alternative"
4512 msgstr ""
4513
4514 #: final.c:3110
4515 #, c-format
4516 msgid "operand number missing after %%-letter"
4517 msgstr ""
4518
4519 #: final.c:3113 final.c:3154
4520 msgid "operand number out of range"
4521 msgstr ""
4522
4523 #: final.c:3173
4524 #, c-format
4525 msgid "invalid %%-code"
4526 msgstr ""
4527
4528 #: final.c:3203
4529 #, c-format
4530 msgid "'%%l' operand isn't a label"
4531 msgstr ""
4532
4533 #. We can't handle floating point constants;
4534 #. PRINT_OPERAND must handle them.
4535 #. We can't handle floating point constants; PRINT_OPERAND must
4536 #. handle them.
4537 #. We can't handle floating point constants;
4538 #. PRINT_OPERAND must handle them.
4539 #: final.c:3305 vmsdbgout.c:487 config/i386/i386.c:5836
4540 #: config/pdp11/pdp11.c:1690
4541 msgid "floating constant misused"
4542 msgstr ""
4543
4544 #: final.c:3361 vmsdbgout.c:544 config/i386/i386.c:5914
4545 #: config/pdp11/pdp11.c:1737
4546 msgid "invalid expression as operand"
4547 msgstr ""
4548
4549 #: flow.c:495 flow.c:519 flow.c:541
4550 msgid "internal consistency failure"
4551 msgstr ""
4552
4553 #: flow.c:1578
4554 msgid "Attempt to delete prologue/epilogue insn:"
4555 msgstr ""
4556
4557 #: fold-const.c:3186 fold-const.c:3197
4558 #, c-format
4559 msgid "comparison is always %d due to width of bit-field"
4560 msgstr ""
4561
4562 #: fold-const.c:4755 fold-const.c:4770
4563 #, c-format
4564 msgid "comparison is always %d"
4565 msgstr ""
4566
4567 #: fold-const.c:4899
4568 msgid "%<or%> of unmatched not-equal tests is always 1"
4569 msgstr ""
4570
4571 #: fold-const.c:4904
4572 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4573 msgstr ""
4574
4575 #: fold-const.c:9334
4576 msgid "fold check: original tree changed by fold"
4577 msgstr ""
4578
4579 #: function.c:831 varasm.c:1569
4580 msgid "%Jsize of variable %qD is too large"
4581 msgstr ""
4582
4583 #: function.c:1442
4584 msgid "impossible constraint in %<asm%>"
4585 msgstr ""
4586
4587 #: function.c:3495
4588 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4589 msgstr ""
4590
4591 #: function.c:3516
4592 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4593 msgstr ""
4594
4595 #: function.c:3907
4596 msgid "function returns an aggregate"
4597 msgstr ""
4598
4599 #: function.c:4249
4600 msgid "%Junused parameter %qD"
4601 msgstr ""
4602
4603 #: gcc.c:1242
4604 #, c-format
4605 msgid "ambiguous abbreviation %s"
4606 msgstr ""
4607
4608 #: gcc.c:1269
4609 #, c-format
4610 msgid "incomplete '%s' option"
4611 msgstr ""
4612
4613 #: gcc.c:1280
4614 #, c-format
4615 msgid "missing argument to '%s' option"
4616 msgstr ""
4617
4618 #: gcc.c:1293
4619 #, c-format
4620 msgid "extraneous argument to '%s' option"
4621 msgstr ""
4622
4623 #: gcc.c:1637
4624 msgid "Using built-in specs.\n"
4625 msgstr ""
4626
4627 #: gcc.c:1825
4628 #, c-format
4629 msgid ""
4630 "Setting spec %s to '%s'\n"
4631 "\n"
4632 msgstr ""
4633
4634 #: gcc.c:1934
4635 #, c-format
4636 msgid "Reading specs from %s\n"
4637 msgstr ""
4638
4639 #: gcc.c:2030 gcc.c:2049
4640 #, c-format
4641 msgid "specs %%include syntax malformed after %ld characters"
4642 msgstr ""
4643
4644 #: gcc.c:2057
4645 #, c-format
4646 msgid "could not find specs file %s\n"
4647 msgstr ""
4648
4649 #: gcc.c:2074 gcc.c:2082 gcc.c:2091 gcc.c:2100
4650 #, c-format
4651 msgid "specs %%rename syntax malformed after %ld characters"
4652 msgstr ""
4653
4654 #: gcc.c:2109
4655 #, c-format
4656 msgid "specs %s spec was not found to be renamed"
4657 msgstr ""
4658
4659 #: gcc.c:2116
4660 #, c-format
4661 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4662 msgstr ""
4663
4664 #: gcc.c:2121
4665 #, c-format
4666 msgid "rename spec %s to %s\n"
4667 msgstr ""
4668
4669 #: gcc.c:2123
4670 #, c-format
4671 msgid ""
4672 "spec is '%s'\n"
4673 "\n"
4674 msgstr ""
4675
4676 #: gcc.c:2136
4677 #, c-format
4678 msgid "specs unknown %% command after %ld characters"
4679 msgstr ""
4680
4681 #: gcc.c:2147 gcc.c:2160
4682 #, c-format
4683 msgid "specs file malformed after %ld characters"
4684 msgstr ""
4685
4686 #: gcc.c:2213
4687 msgid "spec file has no spec for linking"
4688 msgstr ""
4689
4690 #: gcc.c:2635
4691 #, c-format
4692 msgid "system path '%s' is not absolute"
4693 msgstr ""
4694
4695 #: gcc.c:2698
4696 msgid "-pipe not supported"
4697 msgstr ""
4698
4699 #: gcc.c:2760
4700 msgid ""
4701 "\n"
4702 "Go ahead? (y or n) "
4703 msgstr ""
4704
4705 #: gcc.c:2885
4706 #, c-format
4707 msgid ""
4708 "Internal error: %s (program %s)\n"
4709 "Please submit a full bug report.\n"
4710 "See %s for instructions."
4711 msgstr ""
4712
4713 #: gcc.c:2903
4714 #, c-format
4715 msgid "# %s %.2f %.2f\n"
4716 msgstr ""
4717
4718 #: gcc.c:3033
4719 #, c-format
4720 msgid "Usage: %s [options] file...\n"
4721 msgstr ""
4722
4723 #: gcc.c:3034
4724 msgid "Options:\n"
4725 msgstr ""
4726
4727 #: gcc.c:3036
4728 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4729 msgstr ""
4730
4731 #: gcc.c:3037
4732 msgid "  --help                   Display this information\n"
4733 msgstr ""
4734
4735 #: gcc.c:3038
4736 msgid ""
4737 "  --target-help            Display target specific command line options\n"
4738 msgstr ""
4739
4740 #: gcc.c:3040
4741 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4742 msgstr ""
4743
4744 #: gcc.c:3041
4745 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4746 msgstr ""
4747
4748 #: gcc.c:3042
4749 msgid "  -dumpversion             Display the version of the compiler\n"
4750 msgstr ""
4751
4752 #: gcc.c:3043
4753 msgid "  -dumpmachine             Display the compiler's target processor\n"
4754 msgstr ""
4755
4756 #: gcc.c:3044
4757 msgid ""
4758 "  -print-search-dirs       Display the directories in the compiler's search "
4759 "path\n"
4760 msgstr ""
4761
4762 #: gcc.c:3045
4763 msgid ""
4764 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4765 "library\n"
4766 msgstr ""
4767
4768 #: gcc.c:3046
4769 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4770 msgstr ""
4771
4772 #: gcc.c:3047
4773 msgid ""
4774 "  -print-prog-name=<prog>  Display the full path to compiler component "
4775 "<prog>\n"
4776 msgstr ""
4777
4778 #: gcc.c:3048
4779 msgid ""
4780 "  -print-multi-directory   Display the root directory for versions of "
4781 "libgcc\n"
4782 msgstr ""
4783
4784 #: gcc.c:3049
4785 msgid ""
4786 "  -print-multi-lib         Display the mapping between command line options "
4787 "and\n"
4788 "                           multiple library search directories\n"
4789 msgstr ""
4790
4791 #: gcc.c:3052
4792 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4793 msgstr ""
4794
4795 #: gcc.c:3053
4796 msgid ""
4797 "  -Wa,<options>            Pass comma-separated <options> on to the "
4798 "assembler\n"
4799 msgstr ""
4800
4801 #: gcc.c:3054
4802 msgid ""
4803 "  -Wp,<options>            Pass comma-separated <options> on to the "
4804 "preprocessor\n"
4805 msgstr ""
4806
4807 #: gcc.c:3055
4808 msgid ""
4809 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4810 msgstr ""
4811
4812 #: gcc.c:3056
4813 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4814 msgstr ""
4815
4816 #: gcc.c:3057
4817 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4818 msgstr ""
4819
4820 #: gcc.c:3058
4821 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4822 msgstr ""
4823
4824 #: gcc.c:3059
4825 msgid ""
4826 "  -combine                 Pass multiple source files to compiler at once\n"
4827 msgstr ""
4828
4829 #: gcc.c:3060
4830 msgid "  -save-temps              Do not delete intermediate files\n"
4831 msgstr ""
4832
4833 #: gcc.c:3061
4834 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4835 msgstr ""
4836
4837 #: gcc.c:3062
4838 msgid "  -time                    Time the execution of each subprocess\n"
4839 msgstr ""
4840
4841 #: gcc.c:3063
4842 msgid ""
4843 "  -specs=<file>            Override built-in specs with the contents of "
4844 "<file>\n"
4845 msgstr ""
4846
4847 #: gcc.c:3064
4848 msgid ""
4849 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4850 msgstr ""
4851
4852 #: gcc.c:3065
4853 msgid ""
4854 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4855 msgstr ""
4856
4857 #: gcc.c:3066
4858 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4859 msgstr ""
4860
4861 #: gcc.c:3067
4862 msgid ""
4863 "  -V <version>             Run gcc version number <version>, if installed\n"
4864 msgstr ""
4865
4866 #: gcc.c:3068
4867 msgid ""
4868 "  -v                       Display the programs invoked by the compiler\n"
4869 msgstr ""
4870
4871 #: gcc.c:3069
4872 msgid ""
4873 "  -###                     Like -v but options quoted and commands not "
4874 "executed\n"
4875 msgstr ""
4876
4877 #: gcc.c:3070
4878 msgid ""
4879 "  -E                       Preprocess only; do not compile, assemble or "
4880 "link\n"
4881 msgstr ""
4882
4883 #: gcc.c:3071
4884 msgid "  -S                       Compile only; do not assemble or link\n"
4885 msgstr ""
4886
4887 #: gcc.c:3072
4888 msgid "  -c                       Compile and assemble, but do not link\n"
4889 msgstr ""
4890
4891 #: gcc.c:3073
4892 msgid "  -o <file>                Place the output into <file>\n"
4893 msgstr ""
4894
4895 #: gcc.c:3074
4896 msgid ""
4897 "  -x <language>            Specify the language of the following input "
4898 "files\n"
4899 "                           Permissible languages include: c c++ assembler "
4900 "none\n"
4901 "                           'none' means revert to the default behavior of\n"
4902 "                           guessing the language based on the file's "
4903 "extension\n"
4904 msgstr ""
4905
4906 #: gcc.c:3081
4907 #, c-format
4908 msgid ""
4909 "\n"
4910 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4911 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4912 " other options on to these processes the -W<letter> options must be used.\n"
4913 msgstr ""
4914
4915 #: gcc.c:3201
4916 #, c-format
4917 msgid "'-%c' option must have argument"
4918 msgstr ""
4919
4920 #: gcc.c:3223
4921 #, c-format
4922 msgid "couldn't run '%s': %s"
4923 msgstr ""
4924
4925 #. translate_options () has turned --version into -fversion.
4926 #: gcc.c:3408
4927 #, c-format
4928 msgid "%s (GCC) %s\n"
4929 msgstr ""
4930
4931 #: gcc.c:3410 gcov.c:412 java/gjavah.c:2368 java/jcf-dump.c:916
4932 #: java/jv-scan.c:128
4933 msgid "(C)"
4934 msgstr ""
4935
4936 #: gcc.c:3411 java/gjavah.c:2369 java/jcf-dump.c:917 java/jv-scan.c:129
4937 #, c-format
4938 msgid ""
4939 "This is free software; see the source for copying conditions.  There is NO\n"
4940 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4941 "\n"
4942 msgstr ""
4943
4944 #: gcc.c:3512
4945 msgid "argument to '-Xlinker' is missing"
4946 msgstr ""
4947
4948 #: gcc.c:3520
4949 msgid "argument to '-Xpreprocessor' is missing"
4950 msgstr ""
4951
4952 #: gcc.c:3527
4953 msgid "argument to '-Xassembler' is missing"
4954 msgstr ""
4955
4956 #: gcc.c:3534
4957 msgid "argument to '-l' is missing"
4958 msgstr ""
4959
4960 #: gcc.c:3555
4961 msgid "argument to '-specs' is missing"
4962 msgstr ""
4963
4964 #: gcc.c:3569
4965 msgid "argument to '-specs=' is missing"
4966 msgstr ""
4967
4968 #: gcc.c:3606
4969 #, c-format
4970 msgid "'-%c' must come at the start of the command line"
4971 msgstr ""
4972
4973 #: gcc.c:3615
4974 msgid "argument to '-B' is missing"
4975 msgstr ""
4976
4977 #: gcc.c:3788
4978 msgid "warning: -pipe ignored because -save-temps specified"
4979 msgstr ""
4980
4981 #: gcc.c:3792
4982 msgid "warning: -pipe ignored because -time specified"
4983 msgstr ""
4984
4985 #: gcc.c:4004
4986 msgid "argument to '-x' is missing"
4987 msgstr ""
4988
4989 #: gcc.c:4032
4990 #, c-format
4991 msgid "argument to '-%s' is missing"
4992 msgstr ""
4993
4994 #: gcc.c:4093
4995 #, c-format
4996 msgid "warning: '-x %s' after last input file has no effect"
4997 msgstr ""
4998
4999 #: gcc.c:4370
5000 #, c-format
5001 msgid "switch '%s' does not start with '-'"
5002 msgstr ""
5003
5004 #: gcc.c:4597
5005 #, c-format
5006 msgid "spec '%s' invalid"
5007 msgstr ""
5008
5009 #: gcc.c:4663
5010 #, c-format
5011 msgid "%s\n"
5012 msgstr ""
5013
5014 #: gcc.c:4736
5015 #, c-format
5016 msgid "spec '%s' has invalid '%%0%c'"
5017 msgstr ""
5018
5019 #: gcc.c:4933
5020 #, c-format
5021 msgid "spec '%s' has invalid '%%W%c"
5022 msgstr ""
5023
5024 #: gcc.c:4964
5025 #, c-format
5026 msgid "spec '%s' has invalid '%%x%c'"
5027 msgstr ""
5028
5029 #. Catch the case where a spec string contains something like
5030 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
5031 #. hand side of the :.
5032 #: gcc.c:5176
5033 #, c-format
5034 msgid "spec failure: '%%*' has not been initialized by pattern match"
5035 msgstr ""
5036
5037 #: gcc.c:5185
5038 #, c-format
5039 msgid "warning: use of obsolete %%[ operator in specs"
5040 msgstr ""
5041
5042 #: gcc.c:5203
5043 #, c-format
5044 msgid "Processing spec %c%s%c, which is '%s'\n"
5045 msgstr ""
5046
5047 #: gcc.c:5266
5048 #, c-format
5049 msgid "spec failure: unrecognized spec option '%c'"
5050 msgstr ""
5051
5052 #: gcc.c:5345
5053 #, c-format
5054 msgid "unknown spec function '%s'"
5055 msgstr ""
5056
5057 #: gcc.c:5364
5058 #, c-format
5059 msgid "error in args to spec function '%s'"
5060 msgstr ""
5061
5062 #: gcc.c:5412
5063 msgid "malformed spec function name"
5064 msgstr ""
5065
5066 #. )
5067 #: gcc.c:5415
5068 msgid "no arguments for spec function"
5069 msgstr ""
5070
5071 #: gcc.c:5434
5072 msgid "malformed spec function arguments"
5073 msgstr ""
5074
5075 #: gcc.c:5657
5076 #, c-format
5077 msgid "braced spec '%s' is invalid at '%c'"
5078 msgstr ""
5079
5080 #: gcc.c:5745
5081 #, c-format
5082 msgid "braced spec body '%s' is invalid"
5083 msgstr ""
5084
5085 #: gcc.c:6171
5086 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5087 msgstr ""
5088
5089 #: gcc.c:6181
5090 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5091 msgstr ""
5092
5093 #: gcc.c:6274
5094 #, c-format
5095 msgid "unrecognized option '-%s'"
5096 msgstr ""
5097
5098 #: gcc.c:6280
5099 #, c-format
5100 msgid "install: %s%s\n"
5101 msgstr ""
5102
5103 #: gcc.c:6281
5104 #, c-format
5105 msgid "programs: %s\n"
5106 msgstr ""
5107
5108 #: gcc.c:6282
5109 #, c-format
5110 msgid "libraries: %s\n"
5111 msgstr ""
5112
5113 #: gcc.c:6339
5114 #, c-format
5115 msgid ""
5116 "\n"
5117 "For bug reporting instructions, please see:\n"
5118 msgstr ""
5119
5120 #: gcc.c:6355
5121 #, c-format
5122 msgid "Configured with: %s\n"
5123 msgstr ""
5124
5125 #: gcc.c:6369
5126 #, c-format
5127 msgid "Thread model: %s\n"
5128 msgstr ""
5129
5130 #: gcc.c:6380
5131 #, c-format
5132 msgid "gcc version %s\n"
5133 msgstr ""
5134
5135 #: gcc.c:6382
5136 #, c-format
5137 msgid "gcc driver version %s executing gcc version %s\n"
5138 msgstr ""
5139
5140 #: gcc.c:6390
5141 msgid "no input files"
5142 msgstr ""
5143
5144 #: gcc.c:6461 gcc.c:6524
5145 #, c-format
5146 msgid "%s: %s compiler not installed on this system"
5147 msgstr ""
5148
5149 #: gcc.c:6470
5150 #, c-format
5151 msgid "spec '%s' is invalid"
5152 msgstr ""
5153
5154 #: gcc.c:6607
5155 #, c-format
5156 msgid "%s: linker input file unused because linking not done"
5157 msgstr ""
5158
5159 #: gcc.c:6647
5160 #, c-format
5161 msgid "language %s not recognized"
5162 msgstr ""
5163
5164 #: gcc.c:6718
5165 #, c-format
5166 msgid "%s: %s"
5167 msgstr ""
5168
5169 #: gcc.c:6938
5170 #, c-format
5171 msgid "multilib spec '%s' is invalid"
5172 msgstr ""
5173
5174 #: gcc.c:7130
5175 #, c-format
5176 msgid "multilib exclusions '%s' is invalid"
5177 msgstr ""
5178
5179 #: gcc.c:7188 gcc.c:7329
5180 #, c-format
5181 msgid "multilib select '%s' is invalid"
5182 msgstr ""
5183
5184 #: gcc.c:7367
5185 #, c-format
5186 msgid "multilib exclusion '%s' is invalid"
5187 msgstr ""
5188
5189 #: gcov.c:385
5190 msgid ""
5191 "Usage: gcov [OPTION]... SOURCEFILE\n"
5192 "\n"
5193 msgstr ""
5194
5195 #: gcov.c:386
5196 msgid ""
5197 "Print code coverage information.\n"
5198 "\n"
5199 msgstr ""
5200
5201 #: gcov.c:387
5202 msgid "  -h, --help                      Print this help, then exit\n"
5203 msgstr ""
5204
5205 #: gcov.c:388
5206 msgid "  -v, --version                   Print version number, then exit\n"
5207 msgstr ""
5208
5209 #: gcov.c:389
5210 msgid ""
5211 "  -a, --all-blocks                Show information for every basic block\n"
5212 msgstr ""
5213
5214 #: gcov.c:390
5215 msgid ""
5216 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5217 msgstr ""
5218
5219 #: gcov.c:391
5220 msgid ""
5221 "  -c, --branch-counts             Given counts of branches taken\n"
5222 "                                    rather than percentages\n"
5223 msgstr ""
5224
5225 #: gcov.c:393
5226 msgid "  -n, --no-output                 Do not create an output file\n"
5227 msgstr ""
5228
5229 #: gcov.c:394
5230 msgid ""
5231 "  -l, --long-file-names           Use long output file names for included\n"
5232 "                                    source files\n"
5233 msgstr ""
5234
5235 #: gcov.c:396
5236 msgid "  -f, --function-summaries        Output summaries for each function\n"
5237 msgstr ""
5238
5239 #: gcov.c:397
5240 msgid ""
5241 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5242 "FILE\n"
5243 msgstr ""
5244
5245 #: gcov.c:398
5246 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5247 msgstr ""
5248
5249 #: gcov.c:399
5250 msgid ""
5251 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5252 msgstr ""
5253
5254 #: gcov.c:400
5255 #, c-format
5256 msgid ""
5257 "\n"
5258 "For bug reporting instructions, please see:\n"
5259 "%s.\n"
5260 msgstr ""
5261
5262 #: gcov.c:410
5263 #, c-format
5264 msgid "gcov (GCC) %s\n"
5265 msgstr ""
5266
5267 #: gcov.c:414
5268 msgid ""
5269 "This is free software; see the source for copying conditions.\n"
5270 "There is NO warranty; not even for MERCHANTABILITY or \n"
5271 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5272 "\n"
5273 msgstr ""
5274
5275 #: gcov.c:504
5276 #, c-format
5277 msgid "%s:no functions found\n"
5278 msgstr ""
5279
5280 #: gcov.c:525 gcov.c:553
5281 msgid "\n"
5282 msgstr ""
5283
5284 #: gcov.c:540
5285 #, c-format
5286 msgid "%s:creating '%s'\n"
5287 msgstr ""
5288
5289 #: gcov.c:544
5290 #, c-format
5291 msgid "%s:error writing output file '%s'\n"
5292 msgstr ""
5293
5294 #: gcov.c:549
5295 #, c-format
5296 msgid "%s:could not open output file '%s'\n"
5297 msgstr ""
5298
5299 #: gcov.c:700
5300 #, c-format
5301 msgid "%s:cannot open graph file\n"
5302 msgstr ""
5303
5304 #: gcov.c:706
5305 #, c-format
5306 msgid "%s:not a gcov graph file\n"
5307 msgstr ""
5308
5309 #: gcov.c:719
5310 #, c-format
5311 msgid "%s:version '%.4s', prefer '%.4s'\n"
5312 msgstr ""
5313
5314 #: gcov.c:771
5315 #, c-format
5316 msgid "%s:already seen blocks for '%s'\n"
5317 msgstr ""
5318
5319 #: gcov.c:889 gcov.c:1045
5320 #, c-format
5321 msgid "%s:corrupted\n"
5322 msgstr ""
5323
5324 #: gcov.c:963
5325 #, c-format
5326 msgid "%s:cannot open data file\n"
5327 msgstr ""
5328
5329 #: gcov.c:968
5330 #, c-format
5331 msgid "%s:not a gcov data file\n"
5332 msgstr ""
5333
5334 #: gcov.c:981
5335 #, c-format
5336 msgid "%s:version '%.4s', prefer version '%.4s'\n"
5337 msgstr ""
5338
5339 #: gcov.c:987
5340 #, c-format
5341 msgid "%s:stamp mismatch with graph file\n"
5342 msgstr ""
5343
5344 #: gcov.c:1013
5345 #, c-format
5346 msgid "%s:unknown function '%u'\n"
5347 msgstr ""
5348
5349 #: gcov.c:1026
5350 #, c-format
5351 msgid "%s:profile mismatch for '%s'\n"
5352 msgstr ""
5353
5354 #: gcov.c:1045
5355 #, c-format
5356 msgid "%s:overflowed\n"
5357 msgstr ""
5358
5359 #: gcov.c:1069
5360 #, c-format
5361 msgid "%s:'%s' lacks entry and/or exit blocks\n"
5362 msgstr ""
5363
5364 #: gcov.c:1074
5365 #, c-format
5366 msgid "%s:'%s' has arcs to entry block\n"
5367 msgstr ""
5368
5369 #: gcov.c:1082
5370 #, c-format
5371 msgid "%s:'%s' has arcs from exit block\n"
5372 msgstr ""
5373
5374 #: gcov.c:1290
5375 #, c-format
5376 msgid "%s:graph is unsolvable for '%s'\n"
5377 msgstr ""
5378
5379 #: gcov.c:1370
5380 #, c-format
5381 msgid "%s '%s'\n"
5382 msgstr ""
5383
5384 #: gcov.c:1373
5385 #, c-format
5386 msgid "Lines executed:%s of %d\n"
5387 msgstr ""
5388
5389 #: gcov.c:1377
5390 msgid "No executable lines\n"
5391 msgstr ""
5392
5393 #: gcov.c:1383
5394 #, c-format
5395 msgid "Branches executed:%s of %d\n"
5396 msgstr ""
5397
5398 #: gcov.c:1387
5399 #, c-format
5400 msgid "Taken at least once:%s of %d\n"
5401 msgstr ""
5402
5403 #: gcov.c:1393
5404 msgid "No branches\n"
5405 msgstr ""
5406
5407 #: gcov.c:1395
5408 #, c-format
5409 msgid "Calls executed:%s of %d\n"
5410 msgstr ""
5411
5412 #: gcov.c:1399
5413 msgid "No calls\n"
5414 msgstr ""
5415
5416 #: gcov.c:1540
5417 #, c-format
5418 msgid "%s:no lines for '%s'\n"
5419 msgstr ""
5420
5421 #: gcov.c:1735
5422 #, c-format
5423 msgid "call   %2d returned %s\n"
5424 msgstr ""
5425
5426 #: gcov.c:1740
5427 #, c-format
5428 msgid "call   %2d never executed\n"
5429 msgstr ""
5430
5431 #: gcov.c:1745
5432 #, c-format
5433 msgid "branch %2d taken %s%s\n"
5434 msgstr ""
5435
5436 #: gcov.c:1749
5437 #, c-format
5438 msgid "branch %2d never executed\n"
5439 msgstr ""
5440
5441 #: gcov.c:1754
5442 #, c-format
5443 msgid "unconditional %2d taken %s\n"
5444 msgstr ""
5445
5446 #: gcov.c:1757
5447 #, c-format
5448 msgid "unconditional %2d never executed\n"
5449 msgstr ""
5450
5451 #: gcov.c:1789
5452 #, c-format
5453 msgid "%s:cannot open source file\n"
5454 msgstr ""
5455
5456 #: gcov.c:1799
5457 #, c-format
5458 msgid "%s:source file is newer than graph file '%s'\n"
5459 msgstr ""
5460
5461 #. Return if there's nothing to do, or it is too expensive.
5462 #: gcse.c:711
5463 msgid "GCSE disabled"
5464 msgstr ""
5465
5466 #. Return if there's nothing to do, or it is too expensive.
5467 #: gcse.c:6536
5468 msgid "jump bypassing disabled"
5469 msgstr ""
5470
5471 #: gcse.c:6597
5472 #, c-format
5473 msgid "%s: %d basic blocks and %d edges/basic block"
5474 msgstr ""
5475
5476 #: gcse.c:6610
5477 #, c-format
5478 msgid "%s: %d basic blocks and %d registers"
5479 msgstr ""
5480
5481 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5482 #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
5483 #: ggc-zone.c:1588 ggc-zone.c:1597
5484 #, c-format
5485 msgid "can't write PCH file: %m"
5486 msgstr ""
5487
5488 #: ggc-common.c:487
5489 #, c-format
5490 msgid "can't get position in PCH file: %m"
5491 msgstr ""
5492
5493 #: ggc-common.c:497
5494 #, c-format
5495 msgid "can't write padding to PCH file: %m"
5496 msgstr ""
5497
5498 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5499 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
5500 #, c-format
5501 msgid "can't read PCH file: %m"
5502 msgstr ""
5503
5504 #: ggc-common.c:573
5505 msgid "had to relocate PCH"
5506 msgstr ""
5507
5508 #: ggc-page.c:1448
5509 #, c-format
5510 msgid "open /dev/zero: %m"
5511 msgstr ""
5512
5513 #: ggc-page.c:2220 ggc-page.c:2226
5514 msgid "can't write PCH file"
5515 msgstr ""
5516
5517 #: gimple-low.c:203
5518 msgid "unexpected node"
5519 msgstr ""
5520
5521 #: gimplify.c:3137
5522 #, c-format
5523 msgid "invalid lvalue in asm output %d"
5524 msgstr ""
5525
5526 #: gimplify.c:3185
5527 #, c-format
5528 msgid "memory input %d is not directly addressable"
5529 msgstr ""
5530
5531 #: gimplify.c:4032
5532 msgid "gimplification failed"
5533 msgstr ""
5534
5535 #: global.c:373 global.c:386 global.c:400
5536 #, c-format
5537 msgid "%s cannot be used in asm here"
5538 msgstr ""
5539
5540 #: graph.c:403 passes.c:131 java/jcf-parse.c:1040 java/jcf-parse.c:1180
5541 #: java/lex.c:1842 objc/objc-act.c:550
5542 #, c-format
5543 msgid "can't open %s: %m"
5544 msgstr ""
5545
5546 #: haifa-sched.c:182
5547 #, c-format
5548 msgid "fix_sched_param: unknown param: %s"
5549 msgstr ""
5550
5551 #. Opening quotation mark.
5552 #: intl.c:58
5553 msgid "`"
5554 msgstr ""
5555
5556 #. Closing quotation mark.
5557 #: intl.c:61
5558 msgid "'"
5559 msgstr ""
5560
5561 #: langhooks.c:516
5562 msgid "At top level:"
5563 msgstr ""
5564
5565 #: langhooks.c:521
5566 #, c-format
5567 msgid "In member function %qs:"
5568 msgstr ""
5569
5570 #: langhooks.c:525
5571 #, c-format
5572 msgid "In function %qs:"
5573 msgstr ""
5574
5575 #. What to print when a switch has no documentation.
5576 #: opts.c:89
5577 msgid "This switch lacks documentation"
5578 msgstr ""
5579
5580 #. Eventually this should become a hard error IMO.
5581 #: opts.c:259
5582 #, c-format
5583 msgid "command line option \"%s\" is valid for %s but not for %s"
5584 msgstr ""
5585
5586 #: opts.c:347
5587 #, c-format
5588 msgid "missing argument to \"%s\""
5589 msgstr ""
5590
5591 #: opts.c:357
5592 #, c-format
5593 msgid "argument to \"%s\" should be a non-negative integer"
5594 msgstr ""
5595
5596 #: opts.c:426
5597 #, c-format
5598 msgid "unrecognized command line option \"%s\""
5599 msgstr ""
5600
5601 #: opts.c:632
5602 msgid "-Wuninitialized is not supported without -O"
5603 msgstr ""
5604
5605 #: opts.c:646
5606 msgid "-freorder-blocks-and-partition does not work with exceptions"
5607 msgstr ""
5608
5609 #: opts.c:659
5610 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5611 msgstr ""
5612
5613 #: opts.c:820
5614 #, c-format
5615 msgid "structure alignment must be a small power of two, not %d"
5616 msgstr ""
5617
5618 #: opts.c:885
5619 #, c-format
5620 msgid "unrecognised visibility value \"%s\""
5621 msgstr ""
5622
5623 #: opts.c:937
5624 #, c-format
5625 msgid "unrecognized register name \"%s\""
5626 msgstr ""
5627
5628 #: opts.c:957
5629 #, c-format
5630 msgid "unknown tls-model \"%s\""
5631 msgstr ""
5632
5633 #: opts.c:1032
5634 #, c-format
5635 msgid "%s: --param arguments should be of the form NAME=VALUE"
5636 msgstr ""
5637
5638 #: opts.c:1037
5639 #, c-format
5640 msgid "invalid --param value %qs"
5641 msgstr ""
5642
5643 #: opts.c:1133
5644 msgid "target system does not support debug output"
5645 msgstr ""
5646
5647 #: opts.c:1140
5648 #, c-format
5649 msgid "debug format \"%s\" conflicts with prior selection"
5650 msgstr ""
5651
5652 #: opts.c:1156
5653 #, c-format
5654 msgid "unrecognised debug output level \"%s\""
5655 msgstr ""
5656
5657 #: opts.c:1158
5658 #, c-format
5659 msgid "debug output level %s is too high"
5660 msgstr ""
5661
5662 #: opts.c:1177
5663 msgid "The following options are language-independent:\n"
5664 msgstr ""
5665
5666 #: opts.c:1184
5667 #, c-format
5668 msgid ""
5669 "The %s front end recognizes the following options:\n"
5670 "\n"
5671 msgstr ""
5672
5673 #: opts.c:1198
5674 msgid "The --param option recognizes the following as parameters:\n"
5675 msgstr ""
5676
5677 #. If we didn't find this parameter, issue an error message.
5678 #: params.c:76
5679 #, c-format
5680 msgid "invalid parameter %qs"
5681 msgstr ""
5682
5683 #: passes.c:1250
5684 msgid ""
5685 "branch target register load optimization is not intended to be run twice"
5686 msgstr ""
5687
5688 #: profile.c:284
5689 msgid "corrupted profile info: run_max * runs < sum_max"
5690 msgstr ""
5691
5692 #: profile.c:290
5693 msgid "corrupted profile info: sum_all is smaller than sum_max"
5694 msgstr ""
5695
5696 #: profile.c:335
5697 #, c-format
5698 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5699 msgstr ""
5700
5701 #: profile.c:503
5702 #, c-format
5703 msgid ""
5704 "corrupted profile info: number of iterations for basic block %d thought to "
5705 "be %i"
5706 msgstr ""
5707
5708 #: profile.c:524
5709 #, c-format
5710 msgid ""
5711 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5712 msgstr ""
5713
5714 #: protoize.c:582
5715 #, c-format
5716 msgid "%s: error writing file '%s': %s\n"
5717 msgstr ""
5718
5719 #: protoize.c:626
5720 #, c-format
5721 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5722 msgstr ""
5723
5724 #: protoize.c:629
5725 #, c-format
5726 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5727 msgstr ""
5728
5729 #: protoize.c:735
5730 #, c-format
5731 msgid "%s: warning: no read access for file '%s'\n"
5732 msgstr ""
5733
5734 #: protoize.c:743
5735 #, c-format
5736 msgid "%s: warning: no write access for file '%s'\n"
5737 msgstr ""
5738
5739 #: protoize.c:751
5740 #, c-format
5741 msgid "%s: warning: no write access for dir containing '%s'\n"
5742 msgstr ""
5743
5744 #. Catch cases like /.. where we try to backup to a
5745 #. point above the absolute root of the logical file
5746 #. system.
5747 #: protoize.c:1138
5748 #, c-format
5749 msgid "%s: invalid file name: %s\n"
5750 msgstr ""
5751
5752 #: protoize.c:1286
5753 #, c-format
5754 msgid "%s: %s: can't get status: %s\n"
5755 msgstr ""
5756
5757 #: protoize.c:1307
5758 #, c-format
5759 msgid ""
5760 "\n"
5761 "%s: fatal error: aux info file corrupted at line %d\n"
5762 msgstr ""
5763
5764 #: protoize.c:1636
5765 #, c-format
5766 msgid "%s:%d: declaration of function '%s' takes different forms\n"
5767 msgstr ""
5768
5769 #: protoize.c:1891
5770 #, c-format
5771 msgid "%s: compiling '%s'\n"
5772 msgstr ""
5773
5774 #: protoize.c:1914
5775 #, c-format
5776 msgid "%s: wait: %s\n"
5777 msgstr ""
5778
5779 #: protoize.c:1919
5780 #, c-format
5781 msgid "%s: subprocess got fatal signal %d\n"
5782 msgstr ""
5783
5784 #: protoize.c:1927
5785 #, c-format
5786 msgid "%s: %s exited with status %d\n"
5787 msgstr ""
5788
5789 #: protoize.c:1976
5790 #, c-format
5791 msgid "%s: warning: missing SYSCALLS file '%s'\n"
5792 msgstr ""
5793
5794 #: protoize.c:1985 protoize.c:2014
5795 #, c-format
5796 msgid "%s: can't read aux info file '%s': %s\n"
5797 msgstr ""
5798
5799 #: protoize.c:2030 protoize.c:2058
5800 #, c-format
5801 msgid "%s: can't get status of aux info file '%s': %s\n"
5802 msgstr ""
5803
5804 #: protoize.c:2086
5805 #, c-format
5806 msgid "%s: can't open aux info file '%s' for reading: %s\n"
5807 msgstr ""
5808
5809 #: protoize.c:2104
5810 #, c-format
5811 msgid "%s: error reading aux info file '%s': %s\n"
5812 msgstr ""
5813
5814 #: protoize.c:2117
5815 #, c-format
5816 msgid "%s: error closing aux info file '%s': %s\n"
5817 msgstr ""
5818
5819 #: protoize.c:2133
5820 #, c-format
5821 msgid "%s: can't delete aux info file '%s': %s\n"
5822 msgstr ""
5823
5824 #: protoize.c:2215 protoize.c:4185
5825 #, c-format
5826 msgid "%s: can't delete file '%s': %s\n"
5827 msgstr ""
5828
5829 #: protoize.c:2293
5830 #, c-format
5831 msgid "%s: warning: can't rename file '%s' to '%s': %s\n"
5832 msgstr ""
5833
5834 #: protoize.c:2415
5835 #, c-format
5836 msgid "%s: conflicting extern definitions of '%s'\n"
5837 msgstr ""
5838
5839 #: protoize.c:2419
5840 #, c-format
5841 msgid "%s: declarations of '%s' will not be converted\n"
5842 msgstr ""
5843
5844 #: protoize.c:2421
5845 #, c-format
5846 msgid "%s: conflict list for '%s' follows:\n"
5847 msgstr ""
5848
5849 #: protoize.c:2454
5850 #, c-format
5851 msgid "%s: warning: using formals list from %s(%d) for function '%s'\n"
5852 msgstr ""
5853
5854 #: protoize.c:2494
5855 #, c-format
5856 msgid "%s: %d: '%s' used but missing from SYSCALLS\n"
5857 msgstr ""
5858
5859 #: protoize.c:2500
5860 #, c-format
5861 msgid "%s: %d: warning: no extern definition for '%s'\n"
5862 msgstr ""
5863
5864 #: protoize.c:2530
5865 #, c-format
5866 msgid "%s: warning: no static definition for '%s' in file '%s'\n"
5867 msgstr ""
5868
5869 #: protoize.c:2536
5870 #, c-format
5871 msgid "%s: multiple static defs of '%s' in file '%s'\n"
5872 msgstr ""
5873
5874 #: protoize.c:2706 protoize.c:2709
5875 #, c-format
5876 msgid "%s: %d: warning: source too confusing\n"
5877 msgstr ""
5878
5879 #: protoize.c:2905
5880 #, c-format
5881 msgid "%s: %d: warning: varargs function declaration not converted\n"
5882 msgstr ""
5883
5884 #: protoize.c:2920
5885 #, c-format
5886 msgid "%s: declaration of function '%s' not converted\n"
5887 msgstr ""
5888
5889 #: protoize.c:3043
5890 #, c-format
5891 msgid "%s: warning: too many parameter lists in declaration of '%s'\n"
5892 msgstr ""
5893
5894 #: protoize.c:3064
5895 #, c-format
5896 msgid ""
5897 "\n"
5898 "%s: warning: too few parameter lists in declaration of '%s'\n"
5899 msgstr ""
5900
5901 #: protoize.c:3160
5902 #, c-format
5903 msgid "%s: %d: warning: found '%s' but expected '%s'\n"
5904 msgstr ""
5905
5906 #: protoize.c:3335
5907 #, c-format
5908 msgid "%s: local declaration for function '%s' not inserted\n"
5909 msgstr ""
5910
5911 #: protoize.c:3362
5912 #, c-format
5913 msgid ""
5914 "\n"
5915 "%s: %d: warning: can't add declaration of '%s' into macro call\n"
5916 msgstr ""
5917
5918 #: protoize.c:3434
5919 #, c-format
5920 msgid "%s: global declarations for file '%s' not inserted\n"
5921 msgstr ""
5922
5923 #: protoize.c:3523 protoize.c:3553
5924 #, c-format
5925 msgid "%s: definition of function '%s' not converted\n"
5926 msgstr ""
5927
5928 #: protoize.c:3542
5929 #, c-format
5930 msgid "%s: %d: warning: definition of %s not converted\n"
5931 msgstr ""
5932
5933 #: protoize.c:3868
5934 #, c-format
5935 msgid "%s: found definition of '%s' at %s(%d)\n"
5936 msgstr ""
5937
5938 #. If we make it here, then we did not know about this
5939 #. function definition.
5940 #: protoize.c:3884
5941 #, c-format
5942 msgid "%s: %d: warning: '%s' excluded by preprocessing\n"
5943 msgstr ""
5944
5945 #: protoize.c:3887
5946 #, c-format
5947 msgid "%s: function definition not converted\n"
5948 msgstr ""
5949
5950 #: protoize.c:3945
5951 #, c-format
5952 msgid "%s: '%s' not converted\n"
5953 msgstr ""
5954
5955 #: protoize.c:3953
5956 #, c-format
5957 msgid "%s: would convert file '%s'\n"
5958 msgstr ""
5959
5960 #: protoize.c:3956
5961 #, c-format
5962 msgid "%s: converting file '%s'\n"
5963 msgstr ""
5964
5965 #: protoize.c:3966
5966 #, c-format
5967 msgid "%s: can't get status for file '%s': %s\n"
5968 msgstr ""
5969
5970 #: protoize.c:4008
5971 #, c-format
5972 msgid "%s: can't open file '%s' for reading: %s\n"
5973 msgstr ""
5974
5975 #: protoize.c:4023
5976 #, c-format
5977 msgid ""
5978 "\n"
5979 "%s: error reading input file '%s': %s\n"
5980 msgstr ""
5981
5982 #: protoize.c:4057
5983 #, c-format
5984 msgid "%s: can't create/open clean file '%s': %s\n"
5985 msgstr ""
5986
5987 #: protoize.c:4162
5988 #, c-format
5989 msgid "%s: warning: file '%s' already saved in '%s'\n"
5990 msgstr ""
5991
5992 #: protoize.c:4170
5993 #, c-format
5994 msgid "%s: can't link file '%s' to '%s': %s\n"
5995 msgstr ""
5996
5997 #: protoize.c:4200
5998 #, c-format
5999 msgid "%s: can't create/open output file '%s': %s\n"
6000 msgstr ""
6001
6002 #: protoize.c:4233
6003 #, c-format
6004 msgid "%s: can't change mode of file '%s': %s\n"
6005 msgstr ""
6006
6007 #: protoize.c:4406
6008 #, c-format
6009 msgid "%s: cannot get working directory: %s\n"
6010 msgstr ""
6011
6012 #: protoize.c:4504
6013 #, c-format
6014 msgid "%s: input file names must have .c suffixes: %s\n"
6015 msgstr ""
6016
6017 #: ra.c:774
6018 msgid "Didn't find a coloring.\n"
6019 msgstr ""
6020
6021 #: reg-stack.c:621
6022 #, c-format
6023 msgid "output constraint %d must specify a single register"
6024 msgstr ""
6025
6026 #: reg-stack.c:631
6027 #, c-format
6028 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6029 msgstr ""
6030
6031 #: reg-stack.c:654
6032 msgid "output regs must be grouped at top of stack"
6033 msgstr ""
6034
6035 #: reg-stack.c:691
6036 msgid "implicitly popped regs must be grouped at top of stack"
6037 msgstr ""
6038
6039 #: reg-stack.c:710
6040 msgid "output operand %d must use %<&%> constraint"
6041 msgstr ""
6042
6043 #: regclass.c:762
6044 #, c-format
6045 msgid "can't use '%s' as a %s register"
6046 msgstr ""
6047
6048 #: regclass.c:777 config/ia64/ia64.c:4136 config/ia64/ia64.c:4143
6049 #: config/pa/pa.c:328 config/pa/pa.c:335
6050 #, c-format
6051 msgid "unknown register name: %s"
6052 msgstr ""
6053
6054 #: regclass.c:787
6055 msgid "global register variable follows a function definition"
6056 msgstr ""
6057
6058 #: regclass.c:791
6059 msgid "register used for two global register variables"
6060 msgstr ""
6061
6062 #: regclass.c:796
6063 msgid "call-clobbered register used for global register variable"
6064 msgstr ""
6065
6066 #: regrename.c:1876
6067 #, c-format
6068 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6069 msgstr ""
6070
6071 #: regrename.c:1888
6072 #, c-format
6073 msgid "validate_value_data: Loop in regno chain (%u)"
6074 msgstr ""
6075
6076 #: regrename.c:1891
6077 #, c-format
6078 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6079 msgstr ""
6080
6081 #: regrename.c:1903
6082 #, c-format
6083 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6084 msgstr ""
6085
6086 #: reload.c:1252
6087 msgid "cannot reload integer constant operand in %<asm%>"
6088 msgstr ""
6089
6090 #: reload.c:1275
6091 msgid "impossible register constraint in %<asm%>"
6092 msgstr ""
6093
6094 #: reload.c:3513
6095 msgid "%<&%> constraint used with no register class"
6096 msgstr ""
6097
6098 #: reload.c:3679
6099 msgid "unable to generate reloads for:"
6100 msgstr ""
6101
6102 #: reload.c:3680 reload.c:3912
6103 msgid "inconsistent operand constraints in an %<asm%>"
6104 msgstr ""
6105
6106 #: reload1.c:1211
6107 msgid "frame size too large for reliable stack checking"
6108 msgstr ""
6109
6110 #: reload1.c:1214
6111 msgid "try reducing the number of local variables"
6112 msgstr ""
6113
6114 #: reload1.c:1866
6115 msgid "can't find a register in class %qs while reloading %<asm%>"
6116 msgstr ""
6117
6118 #: reload1.c:1871
6119 #, c-format
6120 msgid "unable to find a register to spill in class %qs"
6121 msgstr ""
6122
6123 #: reload1.c:1873
6124 msgid "this is the insn:"
6125 msgstr ""
6126
6127 #: reload1.c:3864
6128 msgid "%<asm%> operand requires impossible reload"
6129 msgstr ""
6130
6131 #. It's the compiler's fault.
6132 #: reload1.c:4983
6133 msgid "could not find a spill register"
6134 msgstr ""
6135
6136 #: reload1.c:4988
6137 msgid "%<asm%> operand constraint incompatible with operand size"
6138 msgstr ""
6139
6140 #. It's the compiler's fault.
6141 #: reload1.c:6606
6142 msgid "VOIDmode on an output"
6143 msgstr ""
6144
6145 #: reload1.c:6607
6146 msgid "output operand is constant in %<asm%>"
6147 msgstr ""
6148
6149 #: rtl-error.c:128
6150 msgid "unrecognizable insn:"
6151 msgstr ""
6152
6153 #: rtl-error.c:130
6154 msgid "insn does not satisfy its constraints:"
6155 msgstr ""
6156
6157 #: rtl.c:472
6158 #, c-format
6159 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
6160 msgstr ""
6161
6162 #: rtl.c:482
6163 #, c-format
6164 msgid ""
6165 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6166 msgstr ""
6167
6168 #: rtl.c:492
6169 #, c-format
6170 msgid ""
6171 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6172 "s:%d"
6173 msgstr ""
6174
6175 #: rtl.c:501
6176 #, c-format
6177 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
6178 msgstr ""
6179
6180 #: rtl.c:511
6181 #, c-format
6182 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
6183 msgstr ""
6184
6185 #: rtl.c:522
6186 #, c-format
6187 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6188 msgstr ""
6189
6190 #: rtl.c:533
6191 #, c-format
6192 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
6193 msgstr ""
6194
6195 #: stmt.c:316
6196 msgid "output operand constraint lacks %<=%>"
6197 msgstr ""
6198
6199 #: stmt.c:331
6200 #, c-format
6201 msgid "output constraint %qc for operand %d is not at the beginning"
6202 msgstr ""
6203
6204 #: stmt.c:354
6205 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6206 msgstr ""
6207
6208 #: stmt.c:361 stmt.c:460
6209 msgid "%<%%%> constraint used with last operand"
6210 msgstr ""
6211
6212 #: stmt.c:380
6213 msgid "matching constraint not valid in output operand"
6214 msgstr ""
6215
6216 #: stmt.c:451
6217 #, c-format
6218 msgid "input operand constraint contains %qc"
6219 msgstr ""
6220
6221 #: stmt.c:493
6222 msgid "matching constraint references invalid operand number"
6223 msgstr ""
6224
6225 #: stmt.c:531
6226 #, c-format
6227 msgid "invalid punctuation %qc in constraint"
6228 msgstr ""
6229
6230 #: stmt.c:555
6231 msgid "matching constraint does not allow a register"
6232 msgstr ""
6233
6234 #: stmt.c:583
6235 #, c-format
6236 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6237 msgstr ""
6238
6239 #: stmt.c:672
6240 msgid "unknown register name %qs in %<asm%>"
6241 msgstr ""
6242
6243 #: stmt.c:680
6244 msgid "PIC register %qs clobbered in %<asm%>"
6245 msgstr ""
6246
6247 #: stmt.c:727
6248 msgid "more than %d operands in %<asm%>"
6249 msgstr ""
6250
6251 #: stmt.c:790
6252 #, c-format
6253 msgid "output number %d not directly addressable"
6254 msgstr ""
6255
6256 #: stmt.c:869
6257 msgid "asm operand %d probably doesn%'t match constraints"
6258 msgstr ""
6259
6260 #: stmt.c:879
6261 #, c-format
6262 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6263 msgstr ""
6264
6265 #: stmt.c:1026
6266 msgid "asm clobber conflict with output operand"
6267 msgstr ""
6268
6269 #: stmt.c:1031
6270 msgid "asm clobber conflict with input operand"
6271 msgstr ""
6272
6273 #: stmt.c:1108
6274 msgid "too many alternatives in %<asm%>"
6275 msgstr ""
6276
6277 #: stmt.c:1120
6278 msgid "operand constraints for %<asm%> differ in number of alternatives"
6279 msgstr ""
6280
6281 #: stmt.c:1173
6282 #, c-format
6283 msgid "duplicate asm operand name %qs"
6284 msgstr ""
6285
6286 #: stmt.c:1271
6287 msgid "missing close brace for named operand"
6288 msgstr ""
6289
6290 #: stmt.c:1299
6291 #, c-format
6292 msgid "undefined named operand %qs"
6293 msgstr ""
6294
6295 #: stmt.c:1464
6296 msgid "%Hvalue computed is not used"
6297 msgstr ""
6298
6299 #: stor-layout.c:152
6300 msgid "type size can%'t be explicitly evaluated"
6301 msgstr ""
6302
6303 #: stor-layout.c:154
6304 msgid "variable-size type declared outside of any function"
6305 msgstr ""
6306
6307 #: stor-layout.c:458
6308 msgid "%Jsize of %qD is %d bytes"
6309 msgstr ""
6310
6311 #: stor-layout.c:460
6312 msgid "%Jsize of %qD is larger than %d bytes"
6313 msgstr ""
6314
6315 #: stor-layout.c:844
6316 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6317 msgstr ""
6318
6319 #: stor-layout.c:847
6320 msgid "%Jpacked attribute is unnecessary for %qD"
6321 msgstr ""
6322
6323 #: stor-layout.c:863
6324 msgid "%Jpadding struct to align %qD"
6325 msgstr ""
6326
6327 #: stor-layout.c:1205
6328 msgid "padding struct size to alignment boundary"
6329 msgstr ""
6330
6331 #: stor-layout.c:1235
6332 #, c-format
6333 msgid "packed attribute causes inefficient alignment for %qs"
6334 msgstr ""
6335
6336 #: stor-layout.c:1238
6337 #, c-format
6338 msgid "packed attribute is unnecessary for %qs"
6339 msgstr ""
6340
6341 #: stor-layout.c:1243
6342 msgid "packed attribute causes inefficient alignment"
6343 msgstr ""
6344
6345 #: stor-layout.c:1245
6346 msgid "packed attribute is unnecessary"
6347 msgstr ""
6348
6349 #: targhooks.c:96
6350 msgid "__builtin_saveregs not supported by this target"
6351 msgstr ""
6352
6353 #: timevar.c:401
6354 msgid ""
6355 "\n"
6356 "Execution times (seconds)\n"
6357 msgstr ""
6358
6359 #. Print total time.
6360 #: timevar.c:451
6361 msgid " TOTAL                 :"
6362 msgstr ""
6363
6364 #: timevar.c:479
6365 #, c-format
6366 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6367 msgstr ""
6368
6369 #: tlink.c:381
6370 #, c-format
6371 msgid "collect: reading %s\n"
6372 msgstr ""
6373
6374 #: tlink.c:475
6375 #, c-format
6376 msgid "repository file '%s' does not contain command-line arguments"
6377 msgstr ""
6378
6379 #: tlink.c:525
6380 #, c-format
6381 msgid "collect: recompiling %s\n"
6382 msgstr ""
6383
6384 #: tlink.c:696
6385 #, c-format
6386 msgid ""
6387 "'%s' was assigned to '%s', but was not defined during recompilation, or vice "
6388 "versa"
6389 msgstr ""
6390
6391 #: tlink.c:705
6392 #, c-format
6393 msgid "collect: tweaking %s in %s\n"
6394 msgstr ""
6395
6396 #: tlink.c:751
6397 #, c-format
6398 msgid "collect: relinking\n"
6399 msgstr ""
6400
6401 #: tlink.c:760
6402 #, c-format
6403 msgid "ld returned %d exit status"
6404 msgstr ""
6405
6406 #: toplev.c:465
6407 #, c-format
6408 msgid "%s "
6409 msgstr ""
6410
6411 #: toplev.c:467
6412 #, c-format
6413 msgid " %s"
6414 msgstr ""
6415
6416 #: toplev.c:532
6417 #, c-format
6418 msgid "invalid option argument %qs"
6419 msgstr ""
6420
6421 #: toplev.c:602
6422 msgid "unrecoverable error"
6423 msgstr ""
6424
6425 #: toplev.c:622
6426 #, c-format
6427 msgid "getting core file size maximum limit: %m"
6428 msgstr ""
6429
6430 #: toplev.c:625
6431 #, c-format
6432 msgid "setting core file size limit to maximum: %m"
6433 msgstr ""
6434
6435 #: toplev.c:846
6436 msgid "%J%qF declared %<static%> but never defined"
6437 msgstr ""
6438
6439 #: toplev.c:872
6440 msgid "%J%qD defined but not used"
6441 msgstr ""
6442
6443 #: toplev.c:895 toplev.c:918
6444 #, c-format
6445 msgid "%qs is deprecated (declared at %s:%d)"
6446 msgstr ""
6447
6448 #: toplev.c:921
6449 #, c-format
6450 msgid "type is deprecated (declared at %s:%d)"
6451 msgstr ""
6452
6453 #: toplev.c:927
6454 #, c-format
6455 msgid "%qs is deprecated"
6456 msgstr ""
6457
6458 #: toplev.c:929
6459 msgid "type is deprecated"
6460 msgstr ""
6461
6462 #: toplev.c:1075
6463 #, c-format
6464 msgid ""
6465 "\n"
6466 "Target specific options:\n"
6467 msgstr ""
6468
6469 #: toplev.c:1089 toplev.c:1108
6470 #, c-format
6471 msgid "  -m%-23s [undocumented]\n"
6472 msgstr ""
6473
6474 #: toplev.c:1117
6475 #, c-format
6476 msgid ""
6477 "\n"
6478 "There are undocumented target specific options as well.\n"
6479 msgstr ""
6480
6481 #: toplev.c:1119
6482 #, c-format
6483 msgid "  They exist, but they are not documented.\n"
6484 msgstr ""
6485
6486 #: toplev.c:1163
6487 #, c-format
6488 msgid "unrecognized gcc debugging option: %c"
6489 msgstr ""
6490
6491 #. Handle -mfix-and-continue.
6492 #: toplev.c:1225 config/rs6000/rs6000.c:1384 config/rs6000/rs6000.c:1395
6493 #: config/rs6000/darwin.h:106
6494 #, c-format
6495 msgid "invalid option %qs"
6496 msgstr ""
6497
6498 #: toplev.c:1240
6499 #, c-format
6500 msgid ""
6501 "%s%s%s version %s (%s)\n"
6502 "%s\tcompiled by GNU C version %s.\n"
6503 "%s%s%s version %s (%s) compiled by CC.\n"
6504 msgstr ""
6505
6506 #: toplev.c:1247
6507 #, c-format
6508 msgid ""
6509 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6510 msgstr ""
6511
6512 #: toplev.c:1299
6513 msgid "options passed: "
6514 msgstr ""
6515
6516 #: toplev.c:1328
6517 msgid "options enabled: "
6518 msgstr ""
6519
6520 #: toplev.c:1402
6521 msgid "can%'t open %s for writing: %m"
6522 msgstr ""
6523
6524 #: toplev.c:1485 config/sh/sh.c:7306
6525 msgid "created and used with different settings of -fpic"
6526 msgstr ""
6527
6528 #: toplev.c:1487 config/sh/sh.c:7308
6529 msgid "created and used with different settings of -fpie"
6530 msgstr ""
6531
6532 #: toplev.c:1538 config/sh/sh.c:7358
6533 #, c-format
6534 msgid "created and used with differing settings of '-m%s'"
6535 msgstr ""
6536
6537 #: toplev.c:1541 config/sh/sh.c:7361
6538 msgid "out of memory"
6539 msgstr ""
6540
6541 #: toplev.c:1736
6542 msgid "instruction scheduling not supported on this target machine"
6543 msgstr ""
6544
6545 #: toplev.c:1740
6546 msgid "this target machine does not have delayed branches"
6547 msgstr ""
6548
6549 #: toplev.c:1744
6550 msgid "value-based profiling not yet implemented in trees."
6551 msgstr ""
6552
6553 #: toplev.c:1757
6554 #, c-format
6555 msgid "-f%sleading-underscore not supported on this target machine"
6556 msgstr ""
6557
6558 #: toplev.c:1831
6559 #, c-format
6560 msgid "target system does not support the \"%s\" debug format"
6561 msgstr ""
6562
6563 #: toplev.c:1843
6564 msgid "variable tracking requested, but useless unless producing debug info"
6565 msgstr ""
6566
6567 #: toplev.c:1846
6568 msgid "variable tracking requested, but not supported by this debug format"
6569 msgstr ""
6570
6571 #: toplev.c:1866
6572 msgid "can%'t open %s: %m"
6573 msgstr ""
6574
6575 #: toplev.c:1873
6576 msgid "-ffunction-sections not supported for this target"
6577 msgstr ""
6578
6579 #: toplev.c:1878
6580 msgid "-fdata-sections not supported for this target"
6581 msgstr ""
6582
6583 #: toplev.c:1885
6584 msgid "-ffunction-sections disabled; it makes profiling impossible"
6585 msgstr ""
6586
6587 #: toplev.c:1892
6588 msgid "-fprefetch-loop-arrays not supported for this target"
6589 msgstr ""
6590
6591 #: toplev.c:1898
6592 msgid "-fspeculative-prefetching not supported for this target"
6593 msgstr ""
6594
6595 #: toplev.c:1904
6596 msgid ""
6597 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6598 msgstr ""
6599
6600 #: toplev.c:1910
6601 msgid ""
6602 "-fspeculative-prefetching not supported for this target (try -march switches)"
6603 msgstr ""
6604
6605 #: toplev.c:1919
6606 msgid "-fprefetch-loop-arrays is not supported with -Os"
6607 msgstr ""
6608
6609 #: toplev.c:1925
6610 msgid "-ffunction-sections may affect debugging on some targets"
6611 msgstr ""
6612
6613 #: toplev.c:2034
6614 #, c-format
6615 msgid "error writing to %s: %m"
6616 msgstr ""
6617
6618 #: toplev.c:2036 java/jcf-parse.c:1059 java/jcf-write.c:3525
6619 #, c-format
6620 msgid "error closing %s: %m"
6621 msgstr ""
6622
6623 #: tree-cfg.c:1325 tree-cfg.c:2036 tree-cfg.c:2038
6624 msgid "%Hwill never be executed"
6625 msgstr ""
6626
6627 #: tree-cfg.c:3221
6628 msgid "SSA name in freelist but still referenced"
6629 msgstr ""
6630
6631 #: tree-cfg.c:3231
6632 msgid "GIMPLE register modified with BIT_FIELD_REF"
6633 msgstr ""
6634
6635 #: tree-cfg.c:3251
6636 msgid "address taken, but ADDRESSABLE bit not set"
6637 msgstr ""
6638
6639 #: tree-cfg.c:3260
6640 msgid "non-boolean used in condition"
6641 msgstr ""
6642
6643 #: tree-cfg.c:3316
6644 msgid "Invalid reference prefix."
6645 msgstr ""
6646
6647 #: tree-cfg.c:3381
6648 msgid "Is not a valid GIMPLE statement."
6649 msgstr ""
6650
6651 #: tree-cfg.c:3401
6652 msgid "Statement marked for throw, but doesn%'t."
6653 msgstr ""
6654
6655 #: tree-cfg.c:3406
6656 msgid "Statement marked for throw in middle of block."
6657 msgstr ""
6658
6659 #: tree-cfg.c:3509
6660 msgid "PHI def is not a GIMPLE value"
6661 msgstr ""
6662
6663 #: tree-cfg.c:3525 tree-cfg.c:3541
6664 msgid "Incorrect sharing of tree nodes"
6665 msgstr ""
6666
6667 #: tree-cfg.c:3550
6668 msgid "verify_stmts failed."
6669 msgstr ""
6670
6671 #: tree-cfg.c:3571
6672 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6673 msgstr ""
6674
6675 #: tree-cfg.c:3577
6676 msgid "EXIT_BLOCK has a statement list associated with it\n"
6677 msgstr ""
6678
6679 #: tree-cfg.c:3584
6680 #, c-format
6681 msgid "Fallthru to exit from bb %d\n"
6682 msgstr ""
6683
6684 #: tree-cfg.c:3601
6685 #, c-format
6686 msgid "Label %s to block does not match in bb %d\n"
6687 msgstr ""
6688
6689 #: tree-cfg.c:3611
6690 #, c-format
6691 msgid "Label %s has incorrect context in bb %d\n"
6692 msgstr ""
6693
6694 #: tree-cfg.c:3625
6695 #, c-format
6696 msgid "Control flow in the middle of basic block %d\n"
6697 msgstr ""
6698
6699 #: tree-cfg.c:3635
6700 #, c-format
6701 msgid "Label %s in the middle of basic block %d\n"
6702 msgstr ""
6703
6704 #: tree-cfg.c:3652
6705 #, c-format
6706 msgid "Fallthru edge after a control statement in bb %d \n"
6707 msgstr ""
6708
6709 #: tree-cfg.c:3667
6710 #, c-format
6711 msgid "Structured COND_EXPR at the end of bb %d\n"
6712 msgstr ""
6713
6714 #: tree-cfg.c:3680 tree-cfg.c:3718 tree-cfg.c:3730 tree-cfg.c:3801
6715 #, c-format
6716 msgid "Wrong outgoing edge flags at end of bb %d\n"
6717 msgstr ""
6718
6719 #: tree-cfg.c:3688
6720 msgid "%<then%> label does not match edge at end of bb %d\n"
6721 msgstr ""
6722
6723 #: tree-cfg.c:3696
6724 msgid "%<else%> label does not match edge at end of bb %d\n"
6725 msgstr ""
6726
6727 #: tree-cfg.c:3706
6728 #, c-format
6729 msgid "Explicit goto at end of bb %d\n"
6730 msgstr ""
6731
6732 #: tree-cfg.c:3735
6733 #, c-format
6734 msgid "Return edge does not point to exit in bb %d\n"
6735 msgstr ""
6736
6737 #: tree-cfg.c:3768
6738 msgid "Found default case not at end of case vector"
6739 msgstr ""
6740
6741 #: tree-cfg.c:3774
6742 msgid ""
6743 "Case labels not sorted:\n"
6744 " "
6745 msgstr ""
6746
6747 #: tree-cfg.c:3785
6748 msgid "No default case found at end of case vector"
6749 msgstr ""
6750
6751 #: tree-cfg.c:3793
6752 #, c-format
6753 msgid "Extra outgoing edge %d->%d\n"
6754 msgstr ""
6755
6756 #: tree-cfg.c:3815
6757 #, c-format
6758 msgid "Missing edge %i->%i"
6759 msgstr ""
6760
6761 #: tree-cfg.c:5516
6762 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6763 msgstr ""
6764
6765 #: tree-cfg.c:5543 tree-cfg.c:5547
6766 msgid "%H%<noreturn%> function does return"
6767 msgstr ""
6768
6769 #: tree-cfg.c:5567 tree-cfg.c:5572
6770 msgid "%Hcontrol reaches end of non-void function"
6771 msgstr ""
6772
6773 #: tree-dump.c:847
6774 #, c-format
6775 msgid "could not open dump file %qs: %s"
6776 msgstr ""
6777
6778 #: tree-dump.c:960
6779 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6780 msgstr ""
6781
6782 #: tree-inline.c:945
6783 msgid ""
6784 "%Jfunction %qF can never be inlined because it uses alloca (override using "
6785 "the always_inline attribute)"
6786 msgstr ""
6787
6788 #: tree-inline.c:957
6789 msgid "%Jfunction %qF can never be inlined because it uses setjmp"
6790 msgstr ""
6791
6792 #: tree-inline.c:971
6793 msgid ""
6794 "%Jfunction %qF can never be inlined because it uses variable argument lists"
6795 msgstr ""
6796
6797 #: tree-inline.c:982
6798 msgid ""
6799 "%Jfunction %qF can never be inlined because it uses setjmp-longjmp exception "
6800 "handling"
6801 msgstr ""
6802
6803 #: tree-inline.c:989
6804 msgid "%Jfunction %qF can never be inlined because it uses non-local goto"
6805 msgstr ""
6806
6807 #: tree-inline.c:1008
6808 msgid "%Jfunction %qF can never be inlined because it contains a computed goto"
6809 msgstr ""
6810
6811 #: tree-inline.c:1022
6812 msgid ""
6813 "%Jfunction %qF can never be inlined because it receives a non-local goto"
6814 msgstr ""
6815
6816 #: tree-inline.c:1044
6817 msgid ""
6818 "%Jfunction %qF can never be inlined because it uses variable sized variables"
6819 msgstr ""
6820
6821 #: tree-inline.c:1463
6822 msgid "originally indirect function call not considered for inlining"
6823 msgstr ""
6824
6825 #: tree-inline.c:1473 tree-inline.c:1481
6826 msgid "%Jinlining failed in call to %qF: %s"
6827 msgstr ""
6828
6829 #: tree-inline.c:1474 tree-inline.c:1482
6830 msgid "called from here"
6831 msgstr ""
6832
6833 #: tree-mudflap.c:851
6834 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6835 msgstr ""
6836
6837 #: tree-mudflap.c:1042
6838 msgid "mudflap ran off end of BIND_EXPR body"
6839 msgstr ""
6840
6841 #: tree-mudflap.c:1270
6842 #, c-format
6843 msgid "mudflap cannot track unknown size extern %qs"
6844 msgstr ""
6845
6846 #: tree-nomudflap.c:51
6847 msgid "mudflap: this language is not supported"
6848 msgstr ""
6849
6850 #: tree-optimize.c:698
6851 msgid "%Jsize of return value of %qD is %u bytes"
6852 msgstr ""
6853
6854 #: tree-optimize.c:701
6855 msgid "%Jsize of return value of %qD is larger than %wd bytes"
6856 msgstr ""
6857
6858 #: tree-outof-ssa.c:600 tree-outof-ssa.c:615 tree-outof-ssa.c:629
6859 #: tree-outof-ssa.c:650 tree-outof-ssa.c:1023 tree-outof-ssa.c:1834
6860 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6861 msgid "SSA corruption"
6862 msgstr ""
6863
6864 #: tree-outof-ssa.c:2239
6865 #, c-format
6866 msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
6867 msgstr ""
6868
6869 #: tree-outof-ssa.c:2245
6870 #, c-format
6871 msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
6872 msgstr ""
6873
6874 #: tree-outof-ssa.c:2252
6875 #, c-format
6876 msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
6877 msgstr ""
6878
6879 #: tree-outof-ssa.c:2258
6880 #, c-format
6881 msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
6882 msgstr ""
6883
6884 #: tree-profile.c:111 tree-profile.c:127 tree-profile.c:143 tree-profile.c:160
6885 msgid "unimplemented functionality"
6886 msgstr ""
6887
6888 #: tree-ssa-operands.c:1260
6889 msgid "internal error"
6890 msgstr ""
6891
6892 #: tree-ssa.c:117
6893 msgid "Expected an SSA_NAME object"
6894 msgstr ""
6895
6896 #: tree-ssa.c:123
6897 msgid "Type mismatch between an SSA_NAME and its symbol."
6898 msgstr ""
6899
6900 #: tree-ssa.c:129
6901 msgid "Found an SSA_NAME that had been released into the free pool"
6902 msgstr ""
6903
6904 #: tree-ssa.c:135
6905 msgid "Found a virtual definition for a GIMPLE register"
6906 msgstr ""
6907
6908 #: tree-ssa.c:141
6909 msgid "Found a real definition for a non-register"
6910 msgstr ""
6911
6912 #: tree-ssa.c:170
6913 #, c-format
6914 msgid "SSA_NAME created in two different blocks %i and %i"
6915 msgstr ""
6916
6917 #: tree-ssa.c:179
6918 msgid "SSA_NAME_DEF_STMT is wrong"
6919 msgstr ""
6920
6921 #: tree-ssa.c:230
6922 msgid "Missing definition"
6923 msgstr ""
6924
6925 #: tree-ssa.c:236
6926 #, c-format
6927 msgid "Definition in block %i does not dominate use in block %i"
6928 msgstr ""
6929
6930 #: tree-ssa.c:244
6931 #, c-format
6932 msgid "Definition in block %i follows the use"
6933 msgstr ""
6934
6935 #: tree-ssa.c:251
6936 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6937 msgstr ""
6938
6939 #: tree-ssa.c:283
6940 msgid "Incoming edge count does not match number of PHI arguments\n"
6941 msgstr ""
6942
6943 #: tree-ssa.c:296
6944 #, c-format
6945 msgid "PHI argument is missing for edge %d->%d\n"
6946 msgstr ""
6947
6948 #: tree-ssa.c:305
6949 msgid "PHI argument is not SSA_NAME, or invariant"
6950 msgstr ""
6951
6952 #: tree-ssa.c:317
6953 #, c-format
6954 msgid "Wrong edge %d->%d for PHI argument\n"
6955 msgstr ""
6956
6957 #: tree-ssa.c:367
6958 msgid "Non-addressable variable inside an alias set."
6959 msgstr ""
6960
6961 #: tree-ssa.c:385
6962 msgid "Addressable variable that is an alias tag but is not in any alias set."
6963 msgstr ""
6964
6965 #: tree-ssa.c:395
6966 msgid "verify_flow_insensitive_alias_info failed."
6967 msgstr ""
6968
6969 #: tree-ssa.c:437
6970 msgid "Dereferenced pointers should have a name or a type tag"
6971 msgstr ""
6972
6973 #: tree-ssa.c:445
6974 msgid ""
6975 "Pointers with a memory tag, should have points-to sets or point to malloc"
6976 msgstr ""
6977
6978 #: tree-ssa.c:453
6979 msgid "Pointer escapes but its name tag is not call-clobbered."
6980 msgstr ""
6981
6982 #: tree-ssa.c:462
6983 msgid "verify_flow_sensitive_alias_info failed."
6984 msgstr ""
6985
6986 #: tree-ssa.c:513
6987 msgid ""
6988 "Two different pointers with identical points-to sets but different name tags"
6989 msgstr ""
6990
6991 #: tree-ssa.c:540
6992 msgid "verify_name_tags failed"
6993 msgstr ""
6994
6995 #: tree-ssa.c:605
6996 #, c-format
6997 msgid "AUX pointer initialized for edge %d->%d\n"
6998 msgstr ""
6999
7000 #: tree-ssa.c:630
7001 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
7002 msgstr ""
7003
7004 #: tree-ssa.c:668
7005 msgid "verify_ssa failed."
7006 msgstr ""
7007
7008 #: tree-ssa.c:1329
7009 msgid "%H%qD is used uninitialized in this function"
7010 msgstr ""
7011
7012 #: tree-ssa.c:1354
7013 msgid "%H%qD may be used uninitialized in this function"
7014 msgstr ""
7015
7016 #: tree-vectorizer.c:2138
7017 msgid "no support for reduction/induction"
7018 msgstr ""
7019
7020 #: tree-vectorizer.c:2164
7021 msgid "unsupported defining stmt"
7022 msgstr ""
7023
7024 #: tree.c:3258
7025 msgid "%Jfunction %qD definition is marked dllimport."
7026 msgstr ""
7027
7028 #: tree.c:3266
7029 msgid "%Jvariable %qD definition is marked dllimport."
7030 msgstr ""
7031
7032 #: tree.c:3286
7033 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
7034 msgstr ""
7035
7036 #: tree.c:4428
7037 msgid "arrays of functions are not meaningful"
7038 msgstr ""
7039
7040 #: tree.c:4480
7041 msgid "function return type cannot be function"
7042 msgstr ""
7043
7044 #: tree.c:5362
7045 msgid "invalid initializer for bit string"
7046 msgstr ""
7047
7048 #: tree.c:5446
7049 #, c-format
7050 msgid "tree check: %s, have %s in %s, at %s:%d"
7051 msgstr ""
7052
7053 #: tree.c:5483
7054 #, c-format
7055 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
7056 msgstr ""
7057
7058 #: tree.c:5496
7059 #, c-format
7060 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
7061 msgstr ""
7062
7063 #: tree.c:5510
7064 #, c-format
7065 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7066 msgstr ""
7067
7068 #: tree.c:5522
7069 #, c-format
7070 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7071 msgstr ""
7072
7073 #: tree.c:5534
7074 #, c-format
7075 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7076 msgstr ""
7077
7078 #: varasm.c:476
7079 msgid "%J%D causes a section type conflict"
7080 msgstr ""
7081
7082 #: varasm.c:910
7083 msgid "%Jregister name not specified for %qD"
7084 msgstr ""
7085
7086 #: varasm.c:912
7087 msgid "%Jinvalid register name for %qD"
7088 msgstr ""
7089
7090 #: varasm.c:914
7091 msgid "%Jdata type of %qD isn%'t suitable for a register"
7092 msgstr ""
7093
7094 #: varasm.c:917
7095 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7096 msgstr ""
7097
7098 #: varasm.c:927
7099 msgid "global register variable has initial value"
7100 msgstr ""
7101
7102 #: varasm.c:930
7103 msgid "volatile register variables don%'t work as you might wish"
7104 msgstr ""
7105
7106 #: varasm.c:963
7107 msgid "%Jregister name given for non-register variable %qD"
7108 msgstr ""
7109
7110 #: varasm.c:1038
7111 msgid "global destructors not supported on this target"
7112 msgstr ""
7113
7114 #: varasm.c:1099
7115 msgid "global constructors not supported on this target"
7116 msgstr ""
7117
7118 #: varasm.c:1592
7119 msgid ""
7120 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
7121 msgstr ""
7122
7123 #: varasm.c:1641
7124 msgid "thread-local COMMON data not implemented"
7125 msgstr ""
7126
7127 #: varasm.c:1666
7128 msgid ""
7129 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7130 msgstr ""
7131
7132 #: varasm.c:3736
7133 msgid "initializer for integer value is too complicated"
7134 msgstr ""
7135
7136 #: varasm.c:3741
7137 msgid "initializer for floating value is not a floating constant"
7138 msgstr ""
7139
7140 #: varasm.c:3807
7141 msgid "unknown set constructor type"
7142 msgstr ""
7143
7144 #: varasm.c:4026
7145 #, c-format
7146 msgid "invalid initial value for member %qs"
7147 msgstr ""
7148
7149 #: varasm.c:4213 varasm.c:4257
7150 msgid "%Jweak declaration of %qD must precede definition"
7151 msgstr ""
7152
7153 #: varasm.c:4221
7154 msgid ""
7155 "%Jweak declaration of %qD after first use results in unspecified behavior"
7156 msgstr ""
7157
7158 #: varasm.c:4255
7159 msgid "%Jweak declaration of %qD must be public"
7160 msgstr ""
7161
7162 #: varasm.c:4264
7163 msgid "%Jweak declaration of %qD not supported"
7164 msgstr ""
7165
7166 #: varasm.c:4293 varasm.c:4386
7167 msgid "only weak aliases are supported in this configuration"
7168 msgstr ""
7169
7170 #: varasm.c:4389
7171 msgid "alias definitions not supported in this configuration; ignored"
7172 msgstr ""
7173
7174 #: varasm.c:4418
7175 msgid "visibility attribute not supported in this configuration; ignored"
7176 msgstr ""
7177
7178 #: varray.c:203
7179 #, c-format
7180 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7181 msgstr ""
7182
7183 #: varray.c:213
7184 #, c-format
7185 msgid "underflowed virtual array %s in %s, at %s:%d"
7186 msgstr ""
7187
7188 #: vec.c:146
7189 #, c-format
7190 msgid "vector %s %s domain error, in %s at %s:%u"
7191 msgstr ""
7192
7193 #. Print an error message for unrecognized stab codes.
7194 #: xcoffout.c:187
7195 #, c-format
7196 msgid "no sclass for %s stab (0x%x)\n"
7197 msgstr ""
7198
7199 #.
7200 #. Local variables:
7201 #. mode:c
7202 #. End:
7203 #.
7204 #: diagnostic.def:1
7205 msgid "fatal error: "
7206 msgstr ""
7207
7208 #: diagnostic.def:2
7209 msgid "internal compiler error: "
7210 msgstr ""
7211
7212 #: diagnostic.def:3
7213 msgid "error: "
7214 msgstr ""
7215
7216 #: diagnostic.def:4
7217 msgid "sorry, unimplemented: "
7218 msgstr ""
7219
7220 #: diagnostic.def:5
7221 msgid "warning: "
7222 msgstr ""
7223
7224 #: diagnostic.def:6
7225 msgid "anachronism: "
7226 msgstr ""
7227
7228 #: diagnostic.def:7
7229 msgid "note: "
7230 msgstr ""
7231
7232 #: diagnostic.def:8
7233 msgid "debug: "
7234 msgstr ""
7235
7236 #: params.def:44
7237 msgid ""
7238 "The maximum structure size (in bytes) at which GCC will do block copies."
7239 msgstr ""
7240
7241 #: params.def:54
7242 msgid ""
7243 "The threshold ratio between instantiated fields and the total structure size."
7244 msgstr ""
7245
7246 #: params.def:72
7247 msgid ""
7248 "The maximum number of instructions in a single function eligible for inlining"
7249 msgstr ""
7250
7251 #: params.def:84
7252 msgid "The maximum number of instructions when automatically inlining"
7253 msgstr ""
7254
7255 #: params.def:89
7256 msgid ""
7257 "The maximum number of instructions inline function can grow to via recursive "
7258 "inlining"
7259 msgstr ""
7260
7261 #: params.def:94
7262 msgid ""
7263 "The maximum number of instructions non-inline function can grow to via "
7264 "recursive inlining"
7265 msgstr ""
7266
7267 #: params.def:99
7268 msgid "The maximum depth of recursive inlining for inline functions"
7269 msgstr ""
7270
7271 #: params.def:104
7272 msgid "The maximum depth of recursive inlining for non-inline functions"
7273 msgstr ""
7274
7275 #: params.def:114
7276 msgid "The maximum number of instructions for the RTL inliner"
7277 msgstr ""
7278
7279 #: params.def:121
7280 msgid ""
7281 "If -fvariable-expansion-in-unroller is used, the maximum number "
7282 "of            times that an individual variable will be expanded            "
7283 "during loop unrolling"
7284 msgstr ""
7285
7286 #: params.def:134
7287 msgid "The maximum number of instructions to consider to fill a delay slot"
7288 msgstr ""
7289
7290 #: params.def:145
7291 msgid ""
7292 "The maximum number of instructions to consider to find accurate live "
7293 "register information"
7294 msgstr ""
7295
7296 #: params.def:155
7297 msgid "The maximum length of scheduling's pending operations list"
7298 msgstr ""
7299
7300 #: params.def:160
7301 msgid "The size of function body to be considered large"
7302 msgstr ""
7303
7304 #: params.def:164
7305 msgid "Maximal growth due to inlining of large function (in percent)"
7306 msgstr ""
7307
7308 #: params.def:168
7309 msgid ""
7310 "how much can given compilation unit grow because of the inlining (in percent)"
7311 msgstr ""
7312
7313 #: params.def:175
7314 msgid "The maximum amount of memory to be allocated by GCSE"
7315 msgstr ""
7316
7317 #: params.def:180
7318 msgid "The maximum number of passes to make when doing GCSE"
7319 msgstr ""
7320
7321 #: params.def:190
7322 msgid ""
7323 "The threshold ratio for performing partial redundancy elimination          "
7324 "after reload."
7325 msgstr ""
7326
7327 #: params.def:198
7328 msgid ""
7329 "The threshold ratio of critical edges execution count that permit          "
7330 "performing redundancy elimination after reload."
7331 msgstr ""
7332
7333 #: params.def:210
7334 msgid "The maximum number of instructions to consider to unroll in a loop"
7335 msgstr ""
7336
7337 #: params.def:216
7338 msgid ""
7339 "The maximum number of instructions to consider to unroll in a loop on average"
7340 msgstr ""
7341
7342 #: params.def:221
7343 msgid "The maximum number of unrollings of a single loop"
7344 msgstr ""
7345
7346 #: params.def:226
7347 msgid "The maximum number of insns of a peeled loop"
7348 msgstr ""
7349
7350 #: params.def:231
7351 msgid "The maximum number of peelings of a single loop"
7352 msgstr ""
7353
7354 #: params.def:236
7355 msgid "The maximum number of insns of a completely peeled loop"
7356 msgstr ""
7357
7358 #: params.def:241
7359 msgid ""
7360 "The maximum number of peelings of a single loop that is peeled completely"
7361 msgstr ""
7362
7363 #: params.def:246
7364 msgid "The maximum number of insns of a peeled loop that rolls only once"
7365 msgstr ""
7366
7367 #: params.def:252
7368 msgid "The maximum number of insns of an unswitched loop"
7369 msgstr ""
7370
7371 #: params.def:257
7372 msgid "The maximum number of unswitchings in a single loop"
7373 msgstr ""
7374
7375 #: params.def:264
7376 msgid ""
7377 "Bound on the number of iterations the brute force # of iterations \t "
7378 "analysis algorithm evaluates"
7379 msgstr ""
7380
7381 #: params.def:270
7382 msgid ""
7383 "Maximum number of loops to perform swing modulo scheduling on \t  (mainly "
7384 "for debugging)"
7385 msgstr ""
7386
7387 #: params.def:277
7388 msgid ""
7389 "A factor for tuning the upper bound that swing modulo scheduler uses \t  for "
7390 "scheduling a loop"
7391 msgstr ""
7392
7393 #: params.def:282
7394 msgid ""
7395 "The number of cycles the swing modulo scheduler considers when \t  checking "
7396 "conflicts using DFA"
7397 msgstr ""
7398
7399 #: params.def:287
7400 msgid ""
7401 "A threshold on the average loop count considered by the swing modulo \t  "
7402 "scheduler"
7403 msgstr ""
7404
7405 #: params.def:293
7406 msgid ""
7407 "Select fraction of the maximal count of repetitions of basic block in "
7408 "program given basic block needs to have to be considered hot"
7409 msgstr ""
7410
7411 #: params.def:298
7412 msgid ""
7413 "Select fraction of the maximal frequency of executions of basic block in "
7414 "function given basic block needs to have to be considered hot"
7415 msgstr ""
7416
7417 #: params.def:303
7418 msgid ""
7419 "The percentage of function, weighted by execution frequency, that must be "
7420 "covered by trace formation. Used when profile feedback is available"
7421 msgstr ""
7422
7423 #: params.def:308
7424 msgid ""
7425 "The percentage of function, weighted by execution frequency, that must be "
7426 "covered by trace formation. Used when profile feedback is not available"
7427 msgstr ""
7428
7429 #: params.def:313
7430 msgid "Maximal code growth caused by tail duplication (in percent)"
7431 msgstr ""
7432
7433 #: params.def:317
7434 msgid ""
7435 "Stop reverse growth if the reverse probability of best edge is less than "
7436 "this threshold (in percent)"
7437 msgstr ""
7438
7439 #: params.def:322
7440 msgid ""
7441 "Stop forward growth if the probability of best edge is less than this "
7442 "threshold (in percent). Used when profile feedback is available"
7443 msgstr ""
7444
7445 #: params.def:327
7446 msgid ""
7447 "Stop forward growth if the probability of best edge is less than this "
7448 "threshold (in percent). Used when profile feedback is not available"
7449 msgstr ""
7450
7451 #: params.def:334
7452 msgid "The maximum number of incoming edges to consider for crossjumping"
7453 msgstr ""
7454
7455 #: params.def:340
7456 msgid ""
7457 "The minimum number of matching instructions to consider for crossjumping"
7458 msgstr ""
7459
7460 #: params.def:346
7461 msgid "The maximum length of path considered in cse"
7462 msgstr ""
7463
7464 #: params.def:353
7465 msgid ""
7466 "The minimum cost of an expensive expression in the loop invariant motion"
7467 msgstr ""
7468
7469 #: params.def:362
7470 msgid ""
7471 "Bound on number of candidates below that all candidates are considered in iv "
7472 "optimizations"
7473 msgstr ""
7474
7475 #: params.def:370
7476 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7477 msgstr ""
7478
7479 #: params.def:377
7480 msgid ""
7481 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7482 "NxV is larger than this limit"
7483 msgstr ""
7484
7485 #: params.def:382
7486 msgid "The maximum memory locations recorded by cselib"
7487 msgstr ""
7488
7489 #: params.def:395
7490 msgid ""
7491 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7492 "total size of the heap"
7493 msgstr ""
7494
7495 #: params.def:401
7496 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7497 msgstr ""
7498
7499 #: params.def:409
7500 msgid ""
7501 "The maximum number of instructions to search backward when looking for "
7502 "equivalent reload"
7503 msgstr ""
7504
7505 #: params.def:414
7506 msgid ""
7507 "The maximum number of virtual operands allowed to represent aliases before "
7508 "triggering alias grouping."
7509 msgstr ""
7510
7511 #: params.def:419
7512 msgid ""
7513 "The maximum number of blocks in a region to be considered for interblock "
7514 "scheduling"
7515 msgstr ""
7516
7517 #: params.def:424
7518 msgid ""
7519 "The maximum number of insns in a region to be considered for interblock "
7520 "scheduling"
7521 msgstr ""
7522
7523 #: params.def:432
7524 msgid "The upper bound for sharing integer constants"
7525 msgstr ""
7526
7527 #: config/darwin-c.c:84
7528 msgid "too many #pragma options align=reset"
7529 msgstr ""
7530
7531 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7532 #: config/darwin-c.c:111
7533 msgid "malformed '#pragma options', ignoring"
7534 msgstr ""
7535
7536 #: config/darwin-c.c:114
7537 msgid "junk at end of '#pragma options'"
7538 msgstr ""
7539
7540 #: config/darwin-c.c:124
7541 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7542 msgstr ""
7543
7544 #: config/darwin-c.c:136
7545 msgid "missing '(' after '#pragma unused', ignoring"
7546 msgstr ""
7547
7548 #: config/darwin-c.c:154
7549 msgid "missing ')' after '#pragma unused', ignoring"
7550 msgstr ""
7551
7552 #: config/darwin-c.c:157
7553 msgid "junk at end of '#pragma unused'"
7554 msgstr ""
7555
7556 #: config/darwin-c.c:367
7557 #, c-format
7558 msgid "subframework include %s conflicts with framework include"
7559 msgstr ""
7560
7561 #: config/darwin.c:1332
7562 msgid ""
7563 "internal and protected visibility attributes not supportedin this "
7564 "configuration; ignored"
7565 msgstr ""
7566
7567 #: config/sol2-c.c:94 config/sol2-c.c:110
7568 msgid "malformed %<#pragma align%>, ignoring"
7569 msgstr ""
7570
7571 #: config/sol2-c.c:103
7572 msgid "invalid alignment for %<#pragma align%>, ignoring"
7573 msgstr ""
7574
7575 #: config/sol2-c.c:118
7576 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7577 msgstr ""
7578
7579 #: config/sol2-c.c:130 config/sol2-c.c:142
7580 msgid "malformed %<#pragma align%>"
7581 msgstr ""
7582
7583 #: config/sol2-c.c:137
7584 msgid "junk at end of %<#pragma align%>"
7585 msgstr ""
7586
7587 #: config/sol2-c.c:158 config/sol2-c.c:165
7588 msgid "malformed %<#pragma init%>, ignoring"
7589 msgstr ""
7590
7591 #: config/sol2-c.c:188 config/sol2-c.c:200
7592 msgid "malformed %<#pragma init%>"
7593 msgstr ""
7594
7595 #: config/sol2-c.c:195
7596 msgid "junk at end of %<#pragma init%>"
7597 msgstr ""
7598
7599 #: config/sol2-c.c:216 config/sol2-c.c:223
7600 msgid "malformed %<#pragma fini%>, ignoring"
7601 msgstr ""
7602
7603 #: config/sol2-c.c:246 config/sol2-c.c:258
7604 msgid "malformed %<#pragma fini%>"
7605 msgstr ""
7606
7607 #: config/sol2-c.c:253
7608 msgid "junk at end of %<#pragma fini%>"
7609 msgstr ""
7610
7611 #: config/sol2.c:54
7612 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7613 msgstr ""
7614
7615 #: config/darwin.h:152
7616 msgid "Set sizeof(bool) to 1"
7617 msgstr ""
7618
7619 #: config/darwin.h:154
7620 msgid "Generate code suitable for fast turn around debugging"
7621 msgstr ""
7622
7623 #: config/darwin.h:156
7624 msgid "Don't generate code suitable for fast turn around debugging"
7625 msgstr ""
7626
7627 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
7628 #. sections.  machopic_select_section ensures that weak variables go in
7629 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
7630 #. not supported.  Weak symbols that aren't visible outside the .s file
7631 #. are not supported.
7632 #: config/darwin.h:388
7633 msgid "alias definitions not supported in Mach-O; ignored"
7634 msgstr ""
7635
7636 #: config/lynx.h:137
7637 msgid "Use shared libraries"
7638 msgstr ""
7639
7640 #: config/lynx.h:138
7641 msgid "Support multi-threading"
7642 msgstr ""
7643
7644 #: config/lynx.h:139
7645 msgid "Support legacy multi-threading"
7646 msgstr ""
7647
7648 #: config/windiss.h:37
7649 msgid "profiler support for WindISS"
7650 msgstr ""
7651
7652 #: config/alpha/alpha.c:254
7653 #, c-format
7654 msgid "-f%s ignored for Unicos/Mk (not supported)"
7655 msgstr ""
7656
7657 #: config/alpha/alpha.c:278
7658 msgid "-mieee not supported on Unicos/Mk"
7659 msgstr ""
7660
7661 #: config/alpha/alpha.c:289
7662 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7663 msgstr ""
7664
7665 #: config/alpha/alpha.c:306
7666 #, c-format
7667 msgid "bad value %qs for -mtrap-precision switch"
7668 msgstr ""
7669
7670 #: config/alpha/alpha.c:320
7671 #, c-format
7672 msgid "bad value %qs for -mfp-rounding-mode switch"
7673 msgstr ""
7674
7675 #: config/alpha/alpha.c:335
7676 #, c-format
7677 msgid "bad value %qs for -mfp-trap-mode switch"
7678 msgstr ""
7679
7680 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1705
7681 #, c-format
7682 msgid "bad value %qs for -mtls-size switch"
7683 msgstr ""
7684
7685 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7686 #, c-format
7687 msgid "bad value %qs for -mcpu switch"
7688 msgstr ""
7689
7690 #: config/alpha/alpha.c:385
7691 msgid "trap mode not supported on Unicos/Mk"
7692 msgstr ""
7693
7694 #: config/alpha/alpha.c:392
7695 msgid "fp software completion requires -mtrap-precision=i"
7696 msgstr ""
7697
7698 #: config/alpha/alpha.c:408
7699 msgid "rounding mode not supported for VAX floats"
7700 msgstr ""
7701
7702 #: config/alpha/alpha.c:413
7703 msgid "trap mode not supported for VAX floats"
7704 msgstr ""
7705
7706 #: config/alpha/alpha.c:417
7707 msgid "128-bit long double not supported for VAX floats"
7708 msgstr ""
7709
7710 #: config/alpha/alpha.c:445
7711 #, c-format
7712 msgid "L%d cache latency unknown for %s"
7713 msgstr ""
7714
7715 #: config/alpha/alpha.c:460
7716 #, c-format
7717 msgid "bad value %qs for -mmemory-latency"
7718 msgstr ""
7719
7720 #: config/alpha/alpha.c:4598
7721 #, c-format
7722 msgid "invalid %%H value"
7723 msgstr ""
7724
7725 #: config/alpha/alpha.c:4619
7726 #, c-format
7727 msgid "invalid %%J value"
7728 msgstr ""
7729
7730 #: config/alpha/alpha.c:4635 config/ia64/ia64.c:3739
7731 #, c-format
7732 msgid "invalid %%r value"
7733 msgstr ""
7734
7735 #: config/alpha/alpha.c:4645 config/rs6000/rs6000.c:10711
7736 #: config/xtensa/xtensa.c:1951
7737 #, c-format
7738 msgid "invalid %%R value"
7739 msgstr ""
7740
7741 #: config/alpha/alpha.c:4651 config/rs6000/rs6000.c:10630
7742 #: config/xtensa/xtensa.c:1918
7743 #, c-format
7744 msgid "invalid %%N value"
7745 msgstr ""
7746
7747 #: config/alpha/alpha.c:4659 config/rs6000/rs6000.c:10658
7748 #, c-format
7749 msgid "invalid %%P value"
7750 msgstr ""
7751
7752 #: config/alpha/alpha.c:4667
7753 #, c-format
7754 msgid "invalid %%h value"
7755 msgstr ""
7756
7757 #: config/alpha/alpha.c:4675 config/xtensa/xtensa.c:1944
7758 #, c-format
7759 msgid "invalid %%L value"
7760 msgstr ""
7761
7762 #: config/alpha/alpha.c:4714 config/rs6000/rs6000.c:10612
7763 #, c-format
7764 msgid "invalid %%m value"
7765 msgstr ""
7766
7767 #: config/alpha/alpha.c:4722 config/rs6000/rs6000.c:10620
7768 #, c-format
7769 msgid "invalid %%M value"
7770 msgstr ""
7771
7772 #: config/alpha/alpha.c:4766
7773 #, c-format
7774 msgid "invalid %%U value"
7775 msgstr ""
7776
7777 #: config/alpha/alpha.c:4778 config/alpha/alpha.c:4792
7778 #: config/rs6000/rs6000.c:10719
7779 #, c-format
7780 msgid "invalid %%s value"
7781 msgstr ""
7782
7783 #: config/alpha/alpha.c:4815
7784 #, c-format
7785 msgid "invalid %%C value"
7786 msgstr ""
7787
7788 #: config/alpha/alpha.c:4852 config/rs6000/rs6000.c:10449
7789 #: config/rs6000/rs6000.c:10469
7790 #, c-format
7791 msgid "invalid %%E value"
7792 msgstr ""
7793
7794 #: config/alpha/alpha.c:4877 config/alpha/alpha.c:4925
7795 msgid "unknown relocation unspec"
7796 msgstr ""
7797
7798 #: config/alpha/alpha.c:4886 config/rs6000/rs6000.c:11037
7799 #, c-format
7800 msgid "invalid %%xn code"
7801 msgstr ""
7802
7803 #: config/alpha/alpha.c:5846 config/alpha/alpha.c:5849 config/s390/s390.c:7776
7804 #: config/s390/s390.c:7779
7805 msgid "bad builtin fcode"
7806 msgstr ""
7807
7808 #. Macro to define tables used to set the flags.
7809 #. This is a list in braces of pairs in braces,
7810 #. each pair being { "NAME", VALUE }
7811 #. where VALUE is the bits to set or minus the bits to clear.
7812 #. An empty string NAME is used to identify the default VALUE.
7813 #. WARNING: Do not mark empty strings for translation, as calling
7814 #. gettext on an empty string does NOT return an empty
7815 #. string.
7816 #. Macro to define tables used to set the flags.
7817 #. This is a list in braces of pairs in braces,
7818 #. each pair being { "NAME", VALUE }
7819 #. where VALUE is the bits to set or minus the bits to clear.
7820 #. An empty string NAME is used to identify the default VALUE.
7821 #: config/alpha/alpha.h:293 config/i386/i386.h:336 config/i386/i386.h:338
7822 #: config/i386/i386.h:340 config/ns32k/ns32k.h:140 config/s390/s390.h:134
7823 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7824 msgid "Use hardware fp"
7825 msgstr ""
7826
7827 #: config/alpha/alpha.h:294 config/i386/i386.h:337 config/i386/i386.h:339
7828 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7829 msgid "Do not use hardware fp"
7830 msgstr ""
7831
7832 #: config/alpha/alpha.h:295
7833 msgid "Use fp registers"
7834 msgstr ""
7835
7836 #: config/alpha/alpha.h:297
7837 msgid "Do not use fp registers"
7838 msgstr ""
7839
7840 #: config/alpha/alpha.h:298
7841 msgid "Do not assume GAS"
7842 msgstr ""
7843
7844 #: config/alpha/alpha.h:299
7845 msgid "Assume GAS"
7846 msgstr ""
7847
7848 #: config/alpha/alpha.h:301
7849 msgid "Request IEEE-conformant math library routines (OSF/1)"
7850 msgstr ""
7851
7852 #: config/alpha/alpha.h:303
7853 msgid "Emit IEEE-conformant code, without inexact exceptions"
7854 msgstr ""
7855
7856 #: config/alpha/alpha.h:305
7857 msgid "Emit IEEE-conformant code, with inexact exceptions"
7858 msgstr ""
7859
7860 #: config/alpha/alpha.h:307
7861 msgid "Do not emit complex integer constants to read-only memory"
7862 msgstr ""
7863
7864 #: config/alpha/alpha.h:308
7865 msgid "Use VAX fp"
7866 msgstr ""
7867
7868 #: config/alpha/alpha.h:309
7869 msgid "Do not use VAX fp"
7870 msgstr ""
7871
7872 #: config/alpha/alpha.h:310
7873 msgid "Emit code for the byte/word ISA extension"
7874 msgstr ""
7875
7876 #: config/alpha/alpha.h:313
7877 msgid "Emit code for the motion video ISA extension"
7878 msgstr ""
7879
7880 #: config/alpha/alpha.h:316
7881 msgid "Emit code for the fp move and sqrt ISA extension"
7882 msgstr ""
7883
7884 #: config/alpha/alpha.h:318
7885 msgid "Emit code for the counting ISA extension"
7886 msgstr ""
7887
7888 #: config/alpha/alpha.h:321
7889 msgid "Emit code using explicit relocation directives"
7890 msgstr ""
7891
7892 #: config/alpha/alpha.h:324
7893 msgid "Emit 16-bit relocations to the small data areas"
7894 msgstr ""
7895
7896 #: config/alpha/alpha.h:326
7897 msgid "Emit 32-bit relocations to the small data areas"
7898 msgstr ""
7899
7900 #: config/alpha/alpha.h:328
7901 msgid "Emit direct branches to local functions"
7902 msgstr ""
7903
7904 #: config/alpha/alpha.h:331
7905 msgid "Emit rdval instead of rduniq for thread pointer"
7906 msgstr ""
7907
7908 #: config/alpha/alpha.h:333
7909 msgid "Use 128-bit long double"
7910 msgstr ""
7911
7912 #: config/alpha/alpha.h:335
7913 msgid "Use 64-bit long double"
7914 msgstr ""
7915
7916 #. For -mcpu=
7917 #. For -mtune=
7918 #. For -mfp-rounding-mode=[n|m|c|d]
7919 #. For -mfp-trap-mode=[n|u|su|sui]
7920 #. For -mtrap-precision=[p|f|i]
7921 #. For -mmemory-latency=
7922 #. For -mtls-size=
7923 #: config/alpha/alpha.h:364
7924 msgid "Use features of and schedule given CPU"
7925 msgstr ""
7926
7927 #: config/alpha/alpha.h:366
7928 msgid "Schedule given CPU"
7929 msgstr ""
7930
7931 #: config/alpha/alpha.h:368
7932 msgid "Control the generated fp rounding mode"
7933 msgstr ""
7934
7935 #: config/alpha/alpha.h:370
7936 msgid "Control the IEEE trap mode"
7937 msgstr ""
7938
7939 #: config/alpha/alpha.h:372
7940 msgid "Control the precision given to fp exceptions"
7941 msgstr ""
7942
7943 #: config/alpha/alpha.h:374
7944 msgid "Tune expected memory latency"
7945 msgstr ""
7946
7947 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7948 msgid "Specify bit size of immediate TLS offsets"
7949 msgstr ""
7950
7951 #: config/arc/arc.c:172
7952 #, c-format
7953 msgid "bad value (%s) for -mcpu switch"
7954 msgstr ""
7955
7956 #: config/arc/arc.c:394
7957 #, c-format
7958 msgid "argument of %qs attribute is not a string constant"
7959 msgstr ""
7960
7961 #: config/arc/arc.c:401
7962 #, c-format
7963 msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
7964 msgstr ""
7965
7966 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7967 #, c-format
7968 msgid "invalid operand to %%R code"
7969 msgstr ""
7970
7971 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7972 #, c-format
7973 msgid "invalid operand to %%H/%%L code"
7974 msgstr ""
7975
7976 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7977 #, c-format
7978 msgid "invalid operand to %%U code"
7979 msgstr ""
7980
7981 #: config/arc/arc.c:1805
7982 #, c-format
7983 msgid "invalid operand to %%V code"
7984 msgstr ""
7985
7986 #. Unknown flag.
7987 #. Undocumented flag.
7988 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7507
7989 msgid "invalid operand output code"
7990 msgstr ""
7991
7992 #: config/arm/arm.c:786
7993 #, c-format
7994 msgid "switch -mcpu=%s conflicts with -march= switch"
7995 msgstr ""
7996
7997 #: config/arm/arm.c:796 config/rs6000/rs6000.c:1220 config/sparc/sparc.c:641
7998 #, c-format
7999 msgid "bad value (%s) for %s switch"
8000 msgstr ""
8001
8002 #: config/arm/arm.c:905
8003 msgid "target CPU does not support interworking"
8004 msgstr ""
8005
8006 #: config/arm/arm.c:911
8007 msgid "target CPU does not support THUMB instructions"
8008 msgstr ""
8009
8010 #: config/arm/arm.c:925
8011 msgid ""
8012 "enabling backtrace support is only meaningful when compiling for the Thumb"
8013 msgstr ""
8014
8015 #: config/arm/arm.c:928
8016 msgid ""
8017 "enabling callee interworking support is only meaningful when compiling for "
8018 "the Thumb"
8019 msgstr ""
8020
8021 #: config/arm/arm.c:931
8022 msgid ""
8023 "enabling caller interworking support is only meaningful when compiling for "
8024 "the Thumb"
8025 msgstr ""
8026
8027 #: config/arm/arm.c:935
8028 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8029 msgstr ""
8030
8031 #: config/arm/arm.c:943
8032 msgid "-fpic and -mapcs-reent are incompatible"
8033 msgstr ""
8034
8035 #: config/arm/arm.c:946
8036 msgid "APCS reentrant code not supported.  Ignored"
8037 msgstr ""
8038
8039 #: config/arm/arm.c:954
8040 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8041 msgstr ""
8042
8043 #: config/arm/arm.c:962
8044 msgid "passing floating point arguments in fp regs not yet supported"
8045 msgstr ""
8046
8047 #: config/arm/arm.c:1004
8048 #, c-format
8049 msgid "invalid ABI option: -mabi=%s"
8050 msgstr ""
8051
8052 #: config/arm/arm.c:1010
8053 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8054 msgstr ""
8055
8056 #: config/arm/arm.c:1013
8057 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8058 msgstr ""
8059
8060 #: config/arm/arm.c:1023
8061 #, c-format
8062 msgid "invalid floating point emulation option: -mfpe=%s"
8063 msgstr ""
8064
8065 #: config/arm/arm.c:1040
8066 #, c-format
8067 msgid "invalid floating point option: -mfpu=%s"
8068 msgstr ""
8069
8070 #: config/arm/arm.c:1081
8071 #, c-format
8072 msgid "invalid floating point abi: -mfloat-abi=%s"
8073 msgstr ""
8074
8075 #: config/arm/arm.c:1096
8076 msgid "-mfloat-abi=hard and VFP"
8077 msgstr ""
8078
8079 #: config/arm/arm.c:1122
8080 #, c-format
8081 msgid "structure size boundary can only be set to %s"
8082 msgstr ""
8083
8084 #: config/arm/arm.c:1131
8085 msgid "-mpic-register= is useless without -fpic"
8086 msgstr ""
8087
8088 #: config/arm/arm.c:1138
8089 #, c-format
8090 msgid "unable to use '%s' for PIC register"
8091 msgstr ""
8092
8093 #: config/arm/arm.c:2613 config/arm/arm.c:2631 config/avr/avr.c:4533
8094 #: config/c4x/c4x.c:4499 config/h8300/h8300.c:5755 config/i386/i386.c:1697
8095 #: config/i386/i386.c:1743 config/ip2k/ip2k.c:3181
8096 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
8097 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
8098 #: config/rs6000/rs6000.c:17129 config/sh/sh.c:7160 config/sh/sh.c:7181
8099 #: config/sh/sh.c:7216 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
8100 #, c-format
8101 msgid "%qs attribute only applies to functions"
8102 msgstr ""
8103
8104 #: config/arm/arm.c:10385 config/arm/arm.c:10403
8105 msgid "predicated Thumb instruction"
8106 msgstr ""
8107
8108 #: config/arm/arm.c:10391
8109 msgid "predicated instruction in conditional sequence"
8110 msgstr ""
8111
8112 #: config/arm/arm.c:10499 config/arm/arm.c:10509 config/arm/arm.c:10519
8113 #: config/arm/arm.c:10545 config/arm/arm.c:10563 config/arm/arm.c:10598
8114 #: config/arm/arm.c:10617 config/arm/arm.c:10632 config/arm/arm.c:10658
8115 #: config/arm/arm.c:10665 config/arm/arm.c:10672
8116 #, c-format
8117 msgid "invalid operand for code '%c'"
8118 msgstr ""
8119
8120 #: config/arm/arm.c:10558
8121 msgid "instruction never exectued"
8122 msgstr ""
8123
8124 #: config/arm/arm.c:10683
8125 msgid "missing operand"
8126 msgstr ""
8127
8128 #: config/arm/arm.c:11449
8129 msgid "unable to compute real location of stacked parameter"
8130 msgstr ""
8131
8132 #. @@@ better error message
8133 #: config/arm/arm.c:12082 config/arm/arm.c:12119
8134 msgid "selector must be an immediate"
8135 msgstr ""
8136
8137 #. @@@ better error message
8138 #: config/arm/arm.c:12162 config/i386/i386.c:13369 config/i386/i386.c:13403
8139 msgid "mask must be an immediate"
8140 msgstr ""
8141
8142 #: config/arm/arm.c:12838
8143 msgid "no low registers available for popping high registers"
8144 msgstr ""
8145
8146 #: config/arm/arm.c:13056
8147 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8148 msgstr ""
8149
8150 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
8151 msgid "%Jinitialized variable '%D' is marked dllimport"
8152 msgstr ""
8153
8154 #: config/arm/pe.c:180
8155 msgid "%Jstatic variable '%D' is marked dllimport"
8156 msgstr ""
8157
8158 #: config/arm/arm.h:318
8159 msgid "Generate APCS conformant stack frames"
8160 msgstr ""
8161
8162 #: config/arm/arm.h:321
8163 msgid "Store function names in object code"
8164 msgstr ""
8165
8166 #: config/arm/arm.h:327
8167 msgid "Pass FP arguments in FP registers"
8168 msgstr ""
8169
8170 #: config/arm/arm.h:330
8171 msgid "Generate re-entrant, PIC code"
8172 msgstr ""
8173
8174 #: config/arm/arm.h:333
8175 msgid "Assume target CPU is configured as big endian"
8176 msgstr ""
8177
8178 #: config/arm/arm.h:335
8179 msgid "Assume target CPU is configured as little endian"
8180 msgstr ""
8181
8182 #: config/arm/arm.h:337
8183 msgid "Assume big endian bytes, little endian words"
8184 msgstr ""
8185
8186 #: config/arm/arm.h:339
8187 msgid "Support calls between Thumb and ARM instruction sets"
8188 msgstr ""
8189
8190 #: config/arm/arm.h:342
8191 msgid "Generate a call to abort if a noreturn function returns"
8192 msgstr ""
8193
8194 #: config/arm/arm.h:345
8195 msgid "Do not move instructions into a function's prologue"
8196 msgstr ""
8197
8198 #: config/arm/arm.h:348
8199 msgid "Do not load the PIC register in function prologues"
8200 msgstr ""
8201
8202 #: config/arm/arm.h:351
8203 msgid "Generate call insns as indirect calls, if necessary"
8204 msgstr ""
8205
8206 #: config/arm/arm.h:354
8207 msgid "Compile for the Thumb not the ARM"
8208 msgstr ""
8209
8210 #: config/arm/arm.h:358
8211 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8212 msgstr ""
8213
8214 #: config/arm/arm.h:361
8215 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8216 msgstr ""
8217
8218 #: config/arm/arm.h:364
8219 msgid "Thumb: Assume non-static functions may be called from ARM code"
8220 msgstr ""
8221
8222 #: config/arm/arm.h:368
8223 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8224 msgstr ""
8225
8226 #: config/arm/arm.h:372
8227 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8228 msgstr ""
8229
8230 #: config/arm/arm.h:374
8231 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8232 msgstr ""
8233
8234 #: config/arm/arm.h:382
8235 msgid "Specify the name of the target CPU"
8236 msgstr ""
8237
8238 #: config/arm/arm.h:384
8239 msgid "Specify the name of the target architecture"
8240 msgstr ""
8241
8242 #: config/arm/arm.h:389
8243 msgid "Specify the name of the target floating point hardware/format"
8244 msgstr ""
8245
8246 #: config/arm/arm.h:391
8247 msgid "Specify if floating point hardware should be used"
8248 msgstr ""
8249
8250 #: config/arm/arm.h:393
8251 msgid "Specify the minimum bit alignment of structures"
8252 msgstr ""
8253
8254 #: config/arm/arm.h:395
8255 msgid "Specify the register to be used for PIC addressing"
8256 msgstr ""
8257
8258 #: config/arm/arm.h:396 config/mips/mips.h:780
8259 msgid "Specify an ABI"
8260 msgstr ""
8261
8262 #: config/arm/arm.h:398
8263 msgid "Alias for -mfloat-abi=soft"
8264 msgstr ""
8265
8266 #: config/arm/arm.h:400
8267 msgid "Alias for -mfloat-abi=hard"
8268 msgstr ""
8269
8270 #: config/arm/pe.h:59
8271 msgid "Ignore dllimport attribute for functions"
8272 msgstr ""
8273
8274 #: config/avr/avr.c:520
8275 #, c-format
8276 msgid "large frame pointer change (%d) with -mtiny-stack"
8277 msgstr ""
8278
8279 #: config/avr/avr.c:1107
8280 msgid "bad address, not (reg+disp):"
8281 msgstr ""
8282
8283 #: config/avr/avr.c:1115
8284 msgid "internal compiler error.  Bad address:"
8285 msgstr ""
8286
8287 #: config/avr/avr.c:1128
8288 msgid "internal compiler error.  Unknown mode:"
8289 msgstr ""
8290
8291 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8292 msgid "invalid insn:"
8293 msgstr ""
8294
8295 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8296 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8297 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8298 msgid "incorrect insn:"
8299 msgstr ""
8300
8301 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8302 #: config/avr/avr.c:2597
8303 msgid "unknown move insn:"
8304 msgstr ""
8305
8306 #: config/avr/avr.c:2820
8307 msgid "bad shift insn:"
8308 msgstr ""
8309
8310 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8311 msgid "internal compiler error.  Incorrect shift:"
8312 msgstr ""
8313
8314 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8315 msgid "only initialized variables can be placed into program memory area"
8316 msgstr ""
8317
8318 #: config/avr/avr.c:4601
8319 msgid "only uninitialized variables can be placed in the .noinit section"
8320 msgstr ""
8321
8322 #: config/avr/avr.c:4615
8323 #, c-format
8324 msgid "MCU %qs supported for assembler only"
8325 msgstr ""
8326
8327 #: config/avr/avr.h:73
8328 msgid "Assume int to be 8 bit integer"
8329 msgstr ""
8330
8331 #: config/avr/avr.h:75
8332 msgid "Change the stack pointer without disabling interrupts"
8333 msgstr ""
8334
8335 #: config/avr/avr.h:77
8336 msgid "Use subroutines for function prologue/epilogue"
8337 msgstr ""
8338
8339 #: config/avr/avr.h:79
8340 msgid "Change only the low 8 bits of the stack pointer"
8341 msgstr ""
8342
8343 #: config/avr/avr.h:81
8344 msgid "Do not generate tablejump insns"
8345 msgstr ""
8346
8347 #: config/avr/avr.h:83
8348 msgid "Use rjmp/rcall (limited range) on >8K devices"
8349 msgstr ""
8350
8351 #: config/avr/avr.h:85
8352 msgid "Output instruction sizes to the asm file"
8353 msgstr ""
8354
8355 #: config/avr/avr.h:102
8356 msgid "Specify the initial stack address"
8357 msgstr ""
8358
8359 #: config/avr/avr.h:103
8360 msgid "Specify the MCU name"
8361 msgstr ""
8362
8363 #: config/avr/avr.h:766
8364 msgid "trampolines not supported"
8365 msgstr ""
8366
8367 #: config/c4x/c4x-c.c:71
8368 #, c-format
8369 msgid "missing '(' after '#pragma %s' - ignored"
8370 msgstr ""
8371
8372 #: config/c4x/c4x-c.c:74
8373 #, c-format
8374 msgid "missing function name in '#pragma %s' - ignored"
8375 msgstr ""
8376
8377 #: config/c4x/c4x-c.c:79
8378 #, c-format
8379 msgid "malformed '#pragma %s' - ignored"
8380 msgstr ""
8381
8382 #: config/c4x/c4x-c.c:81
8383 #, c-format
8384 msgid "missing section name in '#pragma %s' - ignored"
8385 msgstr ""
8386
8387 #: config/c4x/c4x-c.c:86
8388 #, c-format
8389 msgid "missing ')' for '#pragma %s' - ignored"
8390 msgstr ""
8391
8392 #: config/c4x/c4x-c.c:89
8393 #, c-format
8394 msgid "junk at end of '#pragma %s'"
8395 msgstr ""
8396
8397 #: config/c4x/c4x.c:312
8398 #, c-format
8399 msgid "unknown CPU version %d, using 40.\n"
8400 msgstr ""
8401
8402 #: config/c4x/c4x.c:874
8403 #, c-format
8404 msgid "ISR %s requires %d words of local vars, max is 32767"
8405 msgstr ""
8406
8407 #: config/c4x/c4x.c:1598
8408 msgid "using CONST_DOUBLE for address"
8409 msgstr ""
8410
8411 #: config/c4x/c4x.c:1736
8412 msgid "c4x_address_cost: Invalid addressing mode"
8413 msgstr ""
8414
8415 #: config/c4x/c4x.c:1871
8416 #, c-format
8417 msgid "c4x_print_operand: %%L inconsistency"
8418 msgstr ""
8419
8420 #: config/c4x/c4x.c:1877
8421 #, c-format
8422 msgid "c4x_print_operand: %%N inconsistency"
8423 msgstr ""
8424
8425 #: config/c4x/c4x.c:1918
8426 #, c-format
8427 msgid "c4x_print_operand: %%O inconsistency"
8428 msgstr ""
8429
8430 #: config/c4x/c4x.c:2013
8431 msgid "c4x_print_operand: Bad operand case"
8432 msgstr ""
8433
8434 #: config/c4x/c4x.c:2054
8435 msgid "c4x_print_operand_address: Bad post_modify"
8436 msgstr ""
8437
8438 #: config/c4x/c4x.c:2076
8439 msgid "c4x_print_operand_address: Bad pre_modify"
8440 msgstr ""
8441
8442 #: config/c4x/c4x.c:2124 config/c4x/c4x.c:2136 config/c4x/c4x.c:2151
8443 msgid "c4x_print_operand_address: Bad operand case"
8444 msgstr ""
8445
8446 #: config/c4x/c4x.c:2402
8447 msgid "c4x_rptb_insert: Cannot find start label"
8448 msgstr ""
8449
8450 #: config/c4x/c4x.c:3317 config/c4x/c4x.c:3335
8451 msgid "mode not QImode"
8452 msgstr ""
8453
8454 #: config/c4x/c4x.c:3405
8455 msgid "invalid indirect memory address"
8456 msgstr ""
8457
8458 #: config/c4x/c4x.c:3494
8459 msgid "invalid indirect (S) memory address"
8460 msgstr ""
8461
8462 #: config/c4x/c4x.c:3829
8463 msgid "c4x_valid_operands: Internal error"
8464 msgstr ""
8465
8466 #: config/c4x/c4x.c:4268
8467 msgid "c4x_operand_subword: invalid mode"
8468 msgstr ""
8469
8470 #: config/c4x/c4x.c:4271
8471 msgid "c4x_operand_subword: invalid operand"
8472 msgstr ""
8473
8474 #. We could handle these with some difficulty.
8475 #. e.g., *p-- => *(p-=2); *(p+1).
8476 #: config/c4x/c4x.c:4297
8477 msgid "c4x_operand_subword: invalid autoincrement"
8478 msgstr ""
8479
8480 #: config/c4x/c4x.c:4303
8481 msgid "c4x_operand_subword: invalid address"
8482 msgstr ""
8483
8484 #: config/c4x/c4x.c:4314
8485 msgid "c4x_operand_subword: address not offsettable"
8486 msgstr ""
8487
8488 #: config/c4x/c4x.c:4524
8489 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8490 msgstr ""
8491
8492 #. Target compilation option flags.
8493 #. Small memory model.
8494 #. Use 24-bit MPYI for C3x.
8495 #. Fast fixing of floats.
8496 #. Allow use of RPTS.
8497 #. Emit C3x code.
8498 #. Be compatible with TI assembler.
8499 #. Be paranoid about DP reg. in ISRs.
8500 #. Pass arguments on stack.
8501 #. Enable features under development.
8502 #. Enable repeat block.
8503 #. Use BK as general register.
8504 #. Use decrement and branch for C3x.
8505 #. Enable debugging of GCC.
8506 #. Force constants into registers.
8507 #. Allow unsigned loop counters.
8508 #. Force op0 and op1 to be same.
8509 #. Save all 40 bits for floats.
8510 #. Allow parallel insns.
8511 #. Allow MPY||ADD, MPY||SUB insns.
8512 #. Assume mem refs possibly aliased.
8513 #. Emit C30 code.
8514 #. Emit C31 code.
8515 #. Emit C32 code.
8516 #. Emit C33 code.
8517 #. Emit C40 code.
8518 #. Emit C44 code.
8519 #. Run-time compilation parameters selecting different hardware subsets.
8520 #.
8521 #. Macro to define tables used to set the flags.
8522 #. This is a list in braces of triplets in braces,
8523 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8524 #. where VALUE is the bits to set or minus the bits to clear.
8525 #. An empty string NAME is used to identify the default VALUE.
8526 #: config/c4x/c4x.h:166
8527 msgid "Small memory model"
8528 msgstr ""
8529
8530 #: config/c4x/c4x.h:168
8531 msgid "Big memory model"
8532 msgstr ""
8533
8534 #: config/c4x/c4x.h:170
8535 msgid "Use MPYI instruction for C3x"
8536 msgstr ""
8537
8538 #: config/c4x/c4x.h:172
8539 msgid "Do not use MPYI instruction for C3x"
8540 msgstr ""
8541
8542 #: config/c4x/c4x.h:174
8543 msgid "Use fast but approximate float to integer conversion"
8544 msgstr ""
8545
8546 #: config/c4x/c4x.h:176
8547 msgid "Use slow but accurate float to integer conversion"
8548 msgstr ""
8549
8550 #: config/c4x/c4x.h:178
8551 msgid "Enable use of RTPS instruction"
8552 msgstr ""
8553
8554 #: config/c4x/c4x.h:180
8555 msgid "Disable use of RTPS instruction"
8556 msgstr ""
8557
8558 #: config/c4x/c4x.h:182
8559 msgid "Enable use of RTPB instruction"
8560 msgstr ""
8561
8562 #: config/c4x/c4x.h:184
8563 msgid "Disable use of RTPB instruction"
8564 msgstr ""
8565
8566 #: config/c4x/c4x.h:186
8567 msgid "Generate code for C30 CPU"
8568 msgstr ""
8569
8570 #: config/c4x/c4x.h:188
8571 msgid "Generate code for C31 CPU"
8572 msgstr ""
8573
8574 #: config/c4x/c4x.h:190
8575 msgid "Generate code for C32 CPU"
8576 msgstr ""
8577
8578 #: config/c4x/c4x.h:192
8579 msgid "Generate code for C33 CPU"
8580 msgstr ""
8581
8582 #: config/c4x/c4x.h:194
8583 msgid "Generate code for C40 CPU"
8584 msgstr ""
8585
8586 #: config/c4x/c4x.h:196
8587 msgid "Generate code for C44 CPU"
8588 msgstr ""
8589
8590 #: config/c4x/c4x.h:198
8591 msgid "Emit code compatible with TI tools"
8592 msgstr ""
8593
8594 #: config/c4x/c4x.h:200
8595 msgid "Emit code to use GAS extensions"
8596 msgstr ""
8597
8598 #: config/c4x/c4x.h:202 config/c4x/c4x.h:206
8599 msgid "Save DP across ISR in small memory model"
8600 msgstr ""
8601
8602 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8603 msgid "Don't save DP across ISR in small memory model"
8604 msgstr ""
8605
8606 #: config/c4x/c4x.h:210
8607 msgid "Pass arguments on the stack"
8608 msgstr ""
8609
8610 #: config/c4x/c4x.h:212
8611 msgid "Pass arguments in registers"
8612 msgstr ""
8613
8614 #: config/c4x/c4x.h:214
8615 msgid "Enable new features under development"
8616 msgstr ""
8617
8618 #: config/c4x/c4x.h:216
8619 msgid "Disable new features under development"
8620 msgstr ""
8621
8622 #: config/c4x/c4x.h:218
8623 msgid "Use the BK register as a general purpose register"
8624 msgstr ""
8625
8626 #: config/c4x/c4x.h:220
8627 msgid "Do not allocate BK register"
8628 msgstr ""
8629
8630 #: config/c4x/c4x.h:222
8631 msgid "Enable use of DB instruction"
8632 msgstr ""
8633
8634 #: config/c4x/c4x.h:224
8635 msgid "Disable use of DB instruction"
8636 msgstr ""
8637
8638 #: config/c4x/c4x.h:226
8639 msgid "Enable debugging"
8640 msgstr ""
8641
8642 #: config/c4x/c4x.h:228
8643 msgid "Disable debugging"
8644 msgstr ""
8645
8646 #: config/c4x/c4x.h:230
8647 msgid "Force constants into registers to improve hoisting"
8648 msgstr ""
8649
8650 #: config/c4x/c4x.h:232
8651 msgid "Don't force constants into registers"
8652 msgstr ""
8653
8654 #: config/c4x/c4x.h:234
8655 msgid "Force RTL generation to emit valid 3 operand insns"
8656 msgstr ""
8657
8658 #: config/c4x/c4x.h:236
8659 msgid "Allow RTL generation to emit invalid 3 operand insns"
8660 msgstr ""
8661
8662 #: config/c4x/c4x.h:238
8663 msgid "Allow unsigned iteration counts for RPTB/DB"
8664 msgstr ""
8665
8666 #: config/c4x/c4x.h:240
8667 msgid "Disallow unsigned iteration counts for RPTB/DB"
8668 msgstr ""
8669
8670 #: config/c4x/c4x.h:242
8671 msgid "Preserve all 40 bits of FP reg across call"
8672 msgstr ""
8673
8674 #: config/c4x/c4x.h:244
8675 msgid "Only preserve 32 bits of FP reg across call"
8676 msgstr ""
8677
8678 #: config/c4x/c4x.h:246
8679 msgid "Enable parallel instructions"
8680 msgstr ""
8681
8682 #: config/c4x/c4x.h:248
8683 msgid "Disable parallel instructions"
8684 msgstr ""
8685
8686 #: config/c4x/c4x.h:250
8687 msgid "Enable MPY||ADD and MPY||SUB instructions"
8688 msgstr ""
8689
8690 #: config/c4x/c4x.h:252
8691 msgid "Disable MPY||ADD and MPY||SUB instructions"
8692 msgstr ""
8693
8694 #: config/c4x/c4x.h:254
8695 msgid "Assume that pointers may be aliased"
8696 msgstr ""
8697
8698 #: config/c4x/c4x.h:256
8699 msgid "Assume that pointers not aliased"
8700 msgstr ""
8701
8702 #: config/c4x/c4x.h:330
8703 msgid "Specify maximum number of iterations for RPTS"
8704 msgstr ""
8705
8706 #: config/c4x/c4x.h:332
8707 msgid "Select CPU to generate code for"
8708 msgstr ""
8709
8710 #: config/cris/cris.c:620
8711 msgid "unexpected index-type in cris_print_index"
8712 msgstr ""
8713
8714 #: config/cris/cris.c:634
8715 msgid "unexpected base-type in cris_print_base"
8716 msgstr ""
8717
8718 #: config/cris/cris.c:927
8719 #, c-format
8720 msgid "stackframe too big: %d bytes"
8721 msgstr ""
8722
8723 #: config/cris/cris.c:1238
8724 msgid "allocated but unused delay list in epilogue"
8725 msgstr ""
8726
8727 #: config/cris/cris.c:1248
8728 msgid ""
8729 "unexpected function type needing stack adjustment for __builtin_eh_return"
8730 msgstr ""
8731
8732 #: config/cris/cris.c:1324
8733 msgid "invalid operand for 'b' modifier"
8734 msgstr ""
8735
8736 #: config/cris/cris.c:1337
8737 msgid "invalid operand for 'v' modifier"
8738 msgstr ""
8739
8740 #: config/cris/cris.c:1347
8741 msgid "invalid operand for 'P' modifier"
8742 msgstr ""
8743
8744 #: config/cris/cris.c:1354
8745 msgid "invalid operand for 'p' modifier"
8746 msgstr ""
8747
8748 #: config/cris/cris.c:1393
8749 msgid "invalid operand for 'z' modifier"
8750 msgstr ""
8751
8752 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8753 msgid "invalid operand for 'H' modifier"
8754 msgstr ""
8755
8756 #: config/cris/cris.c:1447
8757 msgid "bad register"
8758 msgstr ""
8759
8760 #: config/cris/cris.c:1485
8761 msgid "invalid operand for 'e' modifier"
8762 msgstr ""
8763
8764 #: config/cris/cris.c:1502
8765 msgid "invalid operand for 'm' modifier"
8766 msgstr ""
8767
8768 #: config/cris/cris.c:1527
8769 msgid "invalid operand for 'A' modifier"
8770 msgstr ""
8771
8772 #: config/cris/cris.c:1535
8773 msgid "invalid operand for 'D' modifier"
8774 msgstr ""
8775
8776 #: config/cris/cris.c:1549
8777 msgid "invalid operand for 'T' modifier"
8778 msgstr ""
8779
8780 #: config/cris/cris.c:1558
8781 msgid "invalid operand modifier letter"
8782 msgstr ""
8783
8784 #: config/cris/cris.c:1566
8785 #, c-format
8786 msgid "internal error: bad register: %d"
8787 msgstr ""
8788
8789 #: config/cris/cris.c:1614
8790 msgid "unexpected multiplicative operand"
8791 msgstr ""
8792
8793 #: config/cris/cris.c:1634
8794 msgid "unexpected operand"
8795 msgstr ""
8796
8797 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8798 msgid "unrecognized address"
8799 msgstr ""
8800
8801 #: config/cris/cris.c:2036
8802 msgid "internal error: sideeffect-insn affecting main effect"
8803 msgstr ""
8804
8805 #. If we get here, the caller got its initial tests wrong.
8806 #: config/cris/cris.c:2429
8807 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8808 msgstr ""
8809
8810 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8811 msgid "unrecognized supposed constant"
8812 msgstr ""
8813
8814 #: config/cris/cris.c:2611
8815 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8816 msgstr ""
8817
8818 #: config/cris/cris.c:2630
8819 #, c-format
8820 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8821 msgstr ""
8822
8823 #: config/cris/cris.c:2658
8824 #, c-format
8825 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8826 msgstr ""
8827
8828 #: config/cris/cris.c:2694
8829 #, c-format
8830 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8831 msgstr ""
8832
8833 #: config/cris/cris.c:2712
8834 msgid "-fPIC and -fpic are not supported in this configuration"
8835 msgstr ""
8836
8837 #: config/cris/cris.c:2727
8838 msgid "that particular -g option is invalid with -maout and -melinux"
8839 msgstr ""
8840
8841 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8842 msgid "unexpected side-effects in address"
8843 msgstr ""
8844
8845 #. Labels are never marked as global symbols.
8846 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8847 msgid "unexpected PIC symbol"
8848 msgstr ""
8849
8850 #: config/cris/cris.c:3046
8851 msgid "PIC register isn't set up"
8852 msgstr ""
8853
8854 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8855 msgid "unexpected address expression"
8856 msgstr ""
8857
8858 #: config/cris/cris.c:3077
8859 msgid "emitting PIC operand, but PIC register isn't set up"
8860 msgstr ""
8861
8862 #: config/cris/cris.c:3086
8863 msgid "unexpected NOTE as addr_const:"
8864 msgstr ""
8865
8866 #: config/cris/aout.h:108
8867 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8868 msgstr ""
8869
8870 #: config/cris/aout.h:115
8871 msgid "For elinux, request a specified stack-size for this program"
8872 msgstr ""
8873
8874 #: config/cris/cris.h:362
8875 msgid "Work around bug in multiplication instruction"
8876 msgstr ""
8877
8878 #. 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.
8879 #: config/cris/cris.h:368
8880 msgid "Compile for ETRAX 4 (CRIS v3)"
8881 msgstr ""
8882
8883 #: config/cris/cris.h:373
8884 msgid "Compile for ETRAX 100 (CRIS v8)"
8885 msgstr ""
8886
8887 #: config/cris/cris.h:377
8888 msgid "Emit verbose debug information in assembly code"
8889 msgstr ""
8890
8891 #: config/cris/cris.h:380
8892 msgid "Do not use condition codes from normal instructions"
8893 msgstr ""
8894
8895 #: config/cris/cris.h:384
8896 msgid "Do not emit addressing modes with side-effect assignment"
8897 msgstr ""
8898
8899 #: config/cris/cris.h:387
8900 msgid "Do not tune stack alignment"
8901 msgstr ""
8902
8903 #: config/cris/cris.h:390
8904 msgid "Do not tune writable data alignment"
8905 msgstr ""
8906
8907 #: config/cris/cris.h:393
8908 msgid "Do not tune code and read-only data alignment"
8909 msgstr ""
8910
8911 #: config/cris/cris.h:402
8912 msgid "Align code and data to 32 bits"
8913 msgstr ""
8914
8915 #: config/cris/cris.h:415
8916 msgid "Don't align items in code or data"
8917 msgstr ""
8918
8919 #: config/cris/cris.h:418
8920 msgid "Do not emit function prologue or epilogue"
8921 msgstr ""
8922
8923 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8924 #: config/cris/cris.h:422
8925 msgid "Use the most feature-enabling options allowed by other options"
8926 msgstr ""
8927
8928 #. 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.
8929 #: config/cris/cris.h:428
8930 msgid "Override -mbest-lib-options"
8931 msgstr ""
8932
8933 #: config/cris/cris.h:460
8934 msgid "Generate code for the specified chip or CPU version"
8935 msgstr ""
8936
8937 #: config/cris/cris.h:462
8938 msgid "Tune alignment for the specified chip or CPU version"
8939 msgstr ""
8940
8941 #: config/cris/cris.h:464
8942 msgid "Warn when a stackframe is larger than the specified size"
8943 msgstr ""
8944
8945 #. Node: Profiling
8946 #: config/cris/cris.h:1031
8947 msgid "no FUNCTION_PROFILER for CRIS"
8948 msgstr ""
8949
8950 #: config/cris/linux.h:69
8951 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8952 msgstr ""
8953
8954 #: config/fr30/fr30.c:463
8955 msgid "fr30_print_operand_address: unhandled address"
8956 msgstr ""
8957
8958 #: config/fr30/fr30.c:487
8959 #, c-format
8960 msgid "fr30_print_operand: unrecognized %%p code"
8961 msgstr ""
8962
8963 #: config/fr30/fr30.c:507
8964 #, c-format
8965 msgid "fr30_print_operand: unrecognized %%b code"
8966 msgstr ""
8967
8968 #: config/fr30/fr30.c:528
8969 #, c-format
8970 msgid "fr30_print_operand: unrecognized %%B code"
8971 msgstr ""
8972
8973 #: config/fr30/fr30.c:536
8974 #, c-format
8975 msgid "fr30_print_operand: invalid operand to %%A code"
8976 msgstr ""
8977
8978 #: config/fr30/fr30.c:553
8979 #, c-format
8980 msgid "fr30_print_operand: invalid %%x code"
8981 msgstr ""
8982
8983 #: config/fr30/fr30.c:560
8984 #, c-format
8985 msgid "fr30_print_operand: invalid %%F code"
8986 msgstr ""
8987
8988 #: config/fr30/fr30.c:577
8989 msgid "fr30_print_operand: unknown code"
8990 msgstr ""
8991
8992 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8993 #: config/fr30/fr30.c:639
8994 msgid "fr30_print_operand: unhandled MEM"
8995 msgstr ""
8996
8997 #: config/fr30/fr30.h:64
8998 msgid "Assume small address space"
8999 msgstr ""
9000
9001 #: config/frv/frv.c:563 config/frv/frv.c:590
9002 #, c-format
9003 msgid "Unknown cpu: -mcpu=%s"
9004 msgstr ""
9005
9006 #: config/frv/frv.c:2513
9007 msgid "Bad insn to frv_print_operand_address:"
9008 msgstr ""
9009
9010 #: config/frv/frv.c:2524
9011 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9012 msgstr ""
9013
9014 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
9015 #: config/frv/frv.c:2603 config/frv/frv.c:2608
9016 msgid "Bad insn to frv_print_operand_memory_reference:"
9017 msgstr ""
9018
9019 #: config/frv/frv.c:2747
9020 msgid "Bad insn in frv_print_operand, bad const_double"
9021 msgstr ""
9022
9023 #: config/frv/frv.c:2792
9024 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9025 msgstr ""
9026
9027 #: config/frv/frv.c:2815
9028 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9029 msgstr ""
9030
9031 #: config/frv/frv.c:2840
9032 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9033 msgstr ""
9034
9035 #: config/frv/frv.c:2848
9036 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9037 msgstr ""
9038
9039 #: config/frv/frv.c:2864
9040 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9041 msgstr ""
9042
9043 #: config/frv/frv.c:2878
9044 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9045 msgstr ""
9046
9047 #: config/frv/frv.c:2926
9048 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9049 msgstr ""
9050
9051 #: config/frv/frv.c:2939
9052 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9053 msgstr ""
9054
9055 #: config/frv/frv.c:2960
9056 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9057 msgstr ""
9058
9059 #: config/frv/frv.c:2978
9060 msgid "Bad insn to frv_print_operand, P modifier:"
9061 msgstr ""
9062
9063 #: config/frv/frv.c:2998
9064 msgid "Bad insn in frv_print_operand, z case"
9065 msgstr ""
9066
9067 #: config/frv/frv.c:3029
9068 msgid "Bad insn in frv_print_operand, 0 case"
9069 msgstr ""
9070
9071 #: config/frv/frv.c:3034
9072 msgid "frv_print_operand: unknown code"
9073 msgstr ""
9074
9075 #: config/frv/frv.c:5835
9076 msgid "Bad output_move_single operand"
9077 msgstr ""
9078
9079 #: config/frv/frv.c:5962
9080 msgid "Bad output_move_double operand"
9081 msgstr ""
9082
9083 #: config/frv/frv.c:6104
9084 msgid "Bad output_condmove_single operand"
9085 msgstr ""
9086
9087 #: config/frv/frv.c:9618
9088 msgid "accumulator is not a constant integer"
9089 msgstr ""
9090
9091 #: config/frv/frv.c:9623
9092 msgid "accumulator number is out of bounds"
9093 msgstr ""
9094
9095 #: config/frv/frv.c:9634
9096 #, c-format
9097 msgid "inappropriate accumulator for %qs"
9098 msgstr ""
9099
9100 #: config/frv/frv.c:9700
9101 msgid "invalid IACC argument"
9102 msgstr ""
9103
9104 #: config/frv/frv.c:9723
9105 #, c-format
9106 msgid "%qs expects a constant argument"
9107 msgstr ""
9108
9109 #: config/frv/frv.c:9728
9110 #, c-format
9111 msgid "constant argument out of range for %qs"
9112 msgstr ""
9113
9114 #: config/frv/frv.c:10125
9115 msgid "media functions are not available unless -mmedia is used"
9116 msgstr ""
9117
9118 #: config/frv/frv.c:10137
9119 msgid "this media function is only available on the fr500"
9120 msgstr ""
9121
9122 #: config/frv/frv.c:10165
9123 msgid "this media function is only available on the fr400 and fr550"
9124 msgstr ""
9125
9126 #: config/frv/frv.c:10184
9127 msgid "this builtin function is only available on the fr405 and fr450"
9128 msgstr ""
9129
9130 #: config/frv/frv.c:10193
9131 msgid "this builtin function is only available on the fr500 and fr550"
9132 msgstr ""
9133
9134 #: config/frv/frv.c:10205
9135 msgid "this builtin function is only available on the fr450"
9136 msgstr ""
9137
9138 #. This macro is a C statement to print on `stderr' a string describing the
9139 #. particular machine description choice.  Every machine description should
9140 #. define `TARGET_VERSION'.  For example:
9141 #.
9142 #. #ifdef MOTOROLA
9143 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9144 #. #else
9145 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9146 #. #endif
9147 #: config/frv/frv.h:542
9148 #, c-format
9149 msgid " (frv)"
9150 msgstr ""
9151
9152 #: config/h8300/h8300.c:358
9153 msgid "-ms2600 is used without -ms"
9154 msgstr ""
9155
9156 #: config/h8300/h8300.c:364
9157 msgid "-mn is used without -mh or -ms"
9158 msgstr ""
9159
9160 #. Macro to define tables used to set the flags.
9161 #. This is a list in braces of pairs in braces,
9162 #. each pair being { "NAME", VALUE }
9163 #. where VALUE is the bits to set or minus the bits to clear.
9164 #. An empty string NAME is used to identify the default VALUE.
9165 #: config/h8300/h8300.h:159
9166 msgid "Generate H8S code"
9167 msgstr ""
9168
9169 #: config/h8300/h8300.h:160
9170 msgid "Do not generate H8S code"
9171 msgstr ""
9172
9173 #: config/h8300/h8300.h:161
9174 msgid "Generate H8SX code"
9175 msgstr ""
9176
9177 #: config/h8300/h8300.h:162
9178 msgid "Do not generate H8SX code"
9179 msgstr ""
9180
9181 #: config/h8300/h8300.h:163
9182 msgid "Generate H8S/2600 code"
9183 msgstr ""
9184
9185 #: config/h8300/h8300.h:164
9186 msgid "Do not generate H8S/2600 code"
9187 msgstr ""
9188
9189 #: config/h8300/h8300.h:165
9190 msgid "Make integers 32 bits wide"
9191 msgstr ""
9192
9193 #: config/h8300/h8300.h:168
9194 msgid "Use registers for argument passing"
9195 msgstr ""
9196
9197 #: config/h8300/h8300.h:170
9198 msgid "Do not use registers for argument passing"
9199 msgstr ""
9200
9201 #: config/h8300/h8300.h:172
9202 msgid "Consider access to byte sized memory slow"
9203 msgstr ""
9204
9205 #: config/h8300/h8300.h:173
9206 msgid "Enable linker relaxing"
9207 msgstr ""
9208
9209 #: config/h8300/h8300.h:174
9210 msgid "Generate H8/300H code"
9211 msgstr ""
9212
9213 #: config/h8300/h8300.h:175
9214 msgid "Enable the normal mode"
9215 msgstr ""
9216
9217 #: config/h8300/h8300.h:176
9218 msgid "Do not generate H8/300H code"
9219 msgstr ""
9220
9221 #: config/h8300/h8300.h:177
9222 msgid "Use H8/300 alignment rules"
9223 msgstr ""
9224
9225 #: config/i386/i386.c:1246
9226 #, c-format
9227 msgid "code model %s not supported in PIC mode"
9228 msgstr ""
9229
9230 #: config/i386/i386.c:1256 config/sparc/sparc.c:604
9231 #, c-format
9232 msgid "bad value (%s) for -mcmodel= switch"
9233 msgstr ""
9234
9235 #: config/i386/i386.c:1271
9236 #, c-format
9237 msgid "bad value (%s) for -masm= switch"
9238 msgstr ""
9239
9240 #: config/i386/i386.c:1274
9241 #, c-format
9242 msgid "code model %qs not supported in the %s bit mode"
9243 msgstr ""
9244
9245 #: config/i386/i386.c:1277
9246 msgid "code model %<large%> not supported yet"
9247 msgstr ""
9248
9249 #: config/i386/i386.c:1279
9250 #, c-format
9251 msgid "%i-bit mode not compiled in"
9252 msgstr ""
9253
9254 #: config/i386/i386.c:1309 config/i386/i386.c:1333
9255 msgid "CPU you selected does not support x86-64 instruction set"
9256 msgstr ""
9257
9258 #: config/i386/i386.c:1315 config/iq2000/iq2000.c:1671
9259 #, c-format
9260 msgid "bad value (%s) for -march= switch"
9261 msgstr ""
9262
9263 #: config/i386/i386.c:1346
9264 #, c-format
9265 msgid "bad value (%s) for -mtune= switch"
9266 msgstr ""
9267
9268 #: config/i386/i386.c:1363
9269 #, c-format
9270 msgid "-mregparm=%d is not between 0 and %d"
9271 msgstr ""
9272
9273 #: config/i386/i386.c:1376
9274 msgid "-malign-loops is obsolete, use -falign-loops"
9275 msgstr ""
9276
9277 #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
9278 #, c-format
9279 msgid "-malign-loops=%d is not between 0 and %d"
9280 msgstr ""
9281
9282 #: config/i386/i386.c:1389
9283 msgid "-malign-jumps is obsolete, use -falign-jumps"
9284 msgstr ""
9285
9286 #: config/i386/i386.c:1402
9287 msgid "-malign-functions is obsolete, use -falign-functions"
9288 msgstr ""
9289
9290 #: config/i386/i386.c:1440
9291 #, c-format
9292 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9293 msgstr ""
9294
9295 #: config/i386/i386.c:1452
9296 #, c-format
9297 msgid "-mbranch-cost=%d is not between 0 and 5"
9298 msgstr ""
9299
9300 #: config/i386/i386.c:1464
9301 #, c-format
9302 msgid "bad value (%s) for -mtls-dialect= switch"
9303 msgstr ""
9304
9305 #: config/i386/i386.c:1498
9306 msgid "-malign-double makes no sense in the 64bit mode"
9307 msgstr ""
9308
9309 #: config/i386/i386.c:1500
9310 msgid "-mrtd calling convention not supported in the 64bit mode"
9311 msgstr ""
9312
9313 #: config/i386/i386.c:1522 config/i386/i386.c:1533
9314 msgid "SSE instruction set disabled, using 387 arithmetics"
9315 msgstr ""
9316
9317 #: config/i386/i386.c:1538
9318 msgid "387 instruction set disabled, using SSE arithmetics"
9319 msgstr ""
9320
9321 #: config/i386/i386.c:1545
9322 #, c-format
9323 msgid "bad value (%s) for -mfpmath= switch"
9324 msgstr ""
9325
9326 #: config/i386/i386.c:1707 config/i386/i386.c:1718
9327 msgid "fastcall and stdcall attributes are not compatible"
9328 msgstr ""
9329
9330 #: config/i386/i386.c:1711 config/i386/i386.c:1767
9331 msgid "fastcall and regparm attributes are not compatible"
9332 msgstr ""
9333
9334 #: config/i386/i386.c:1754
9335 #, c-format
9336 msgid "%qs attribute requires an integer constant argument"
9337 msgstr ""
9338
9339 #: config/i386/i386.c:1760
9340 #, c-format
9341 msgid "argument to %qs attribute larger than %d"
9342 msgstr ""
9343
9344 #: config/i386/i386.c:2776
9345 msgid "SSE vector argument without SSE enabled changes the ABI"
9346 msgstr ""
9347
9348 #: config/i386/i386.c:2792
9349 msgid "MMX vector argument without MMX enabled changes the ABI"
9350 msgstr ""
9351
9352 #: config/i386/i386.c:3038
9353 msgid "SSE vector return without SSE enabled changes the ABI"
9354 msgstr ""
9355
9356 #: config/i386/i386.c:5908
9357 msgid "invalid UNSPEC as operand"
9358 msgstr ""
9359
9360 #: config/i386/i386.c:6146
9361 msgid "extended registers have no high halves"
9362 msgstr ""
9363
9364 #: config/i386/i386.c:6161
9365 msgid "unsupported operand size for extended register"
9366 msgstr ""
9367
9368 #: config/i386/i386.c:6476
9369 msgid ""
9370 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9371 msgstr ""
9372
9373 #: config/i386/i386.c:6522
9374 #, c-format
9375 msgid "invalid operand code '%c'"
9376 msgstr ""
9377
9378 #: config/i386/i386.c:6565
9379 msgid "invalid constraints for operand"
9380 msgstr ""
9381
9382 #: config/i386/i386.c:11301
9383 msgid "unknown insn mode"
9384 msgstr ""
9385
9386 #: config/i386/i386.c:13171 config/i386/i386.c:13207
9387 #, c-format
9388 msgid "selector must be an integer constant in the range 0..%i"
9389 msgstr ""
9390
9391 #: config/i386/i386.c:13435
9392 msgid "shift must be an immediate"
9393 msgstr ""
9394
9395 #: config/i386/i386.c:14489
9396 #, c-format
9397 msgid "%qs incompatible attribute ignored"
9398 msgstr ""
9399
9400 #: config/i386/winnt.c:74
9401 #, c-format
9402 msgid "%qs attribute only applies to variables"
9403 msgstr ""
9404
9405 #: config/i386/winnt.c:172
9406 msgid ""
9407 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9408 "ignored"
9409 msgstr ""
9410
9411 #: config/i386/winnt.c:183
9412 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9413 msgstr ""
9414
9415 #: config/i386/winnt.c:195
9416 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9417 msgstr ""
9418
9419 #: config/i386/winnt.c:255
9420 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9421 msgstr ""
9422
9423 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9424 #, c-format
9425 msgid "%qs declared as both exported to and imported from a DLL"
9426 msgstr ""
9427
9428 #: config/i386/winnt.c:308
9429 msgid ""
9430 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9431 "linkage."
9432 msgstr ""
9433
9434 #: config/i386/winnt.c:447
9435 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9436 msgstr ""
9437
9438 #: config/i386/winnt.c:450
9439 msgid ""
9440 "%J'%D' redeclared without dllimport attribute after being referenced with "
9441 "dllimport linkage"
9442 msgstr ""
9443
9444 #: config/i386/winnt.c:617
9445 msgid "%J'%D' causes a section type conflict"
9446 msgstr ""
9447
9448 #: config/i386/cygming.h:61
9449 msgid "Use the Cygwin interface"
9450 msgstr ""
9451
9452 #: config/i386/cygming.h:62
9453 msgid "Use the Mingw32 interface"
9454 msgstr ""
9455
9456 #: config/i386/cygming.h:63
9457 msgid "Create GUI application"
9458 msgstr ""
9459
9460 #: config/i386/cygming.h:64
9461 msgid "Don't set Windows defines"
9462 msgstr ""
9463
9464 #: config/i386/cygming.h:65
9465 msgid "Set Windows defines"
9466 msgstr ""
9467
9468 #: config/i386/cygming.h:66
9469 msgid "Create console application"
9470 msgstr ""
9471
9472 #: config/i386/cygming.h:67
9473 msgid "Generate code for a DLL"
9474 msgstr ""
9475
9476 #: config/i386/cygming.h:69
9477 msgid "Ignore dllimport for functions"
9478 msgstr ""
9479
9480 #: config/i386/cygming.h:71
9481 msgid "Use Mingw-specific thread support"
9482 msgstr ""
9483
9484 #: config/i386/cygming.h:185
9485 #, c-format
9486 msgid "-f%s ignored for target (all code is position independent)"
9487 msgstr ""
9488
9489 #: config/i386/djgpp.h:191
9490 msgid "-mbnu210 is ignored (option is obsolete)"
9491 msgstr ""
9492
9493 #: config/i386/i386-interix.h:257
9494 msgid "ms-bitfields not supported for objc"
9495 msgstr ""
9496
9497 #. Deprecated.
9498 #. Deprecated.
9499 #. Deprecated.
9500 #. Deprecated.
9501 #. Deprecated.
9502 #. Deprecated.
9503 #: config/i386/i386.h:348
9504 msgid "Alternate calling convention"
9505 msgstr ""
9506
9507 #: config/i386/i386.h:350 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9508 msgid "Use normal calling convention"
9509 msgstr ""
9510
9511 #: config/i386/i386.h:352
9512 msgid "Align some doubles on dword boundary"
9513 msgstr ""
9514
9515 #: config/i386/i386.h:354
9516 msgid "Align doubles on word boundary"
9517 msgstr ""
9518
9519 #: config/i386/i386.h:356
9520 msgid "Uninitialized locals in .bss"
9521 msgstr ""
9522
9523 #: config/i386/i386.h:358
9524 msgid "Uninitialized locals in .data"
9525 msgstr ""
9526
9527 #: config/i386/i386.h:360 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9528 msgid "Use IEEE math for fp comparisons"
9529 msgstr ""
9530
9531 #: config/i386/i386.h:362 config/ns32k/ns32k.h:169
9532 msgid "Do not use IEEE math for fp comparisons"
9533 msgstr ""
9534
9535 #: config/i386/i386.h:364
9536 msgid "Return values of functions in FPU registers"
9537 msgstr ""
9538
9539 #: config/i386/i386.h:366
9540 msgid "Do not return values of functions in FPU registers"
9541 msgstr ""
9542
9543 #: config/i386/i386.h:368
9544 msgid "Do not generate sin, cos, sqrt for FPU"
9545 msgstr ""
9546
9547 #: config/i386/i386.h:370
9548 msgid "Generate sin, cos, sqrt for FPU"
9549 msgstr ""
9550
9551 #: config/i386/i386.h:372
9552 msgid "Omit the frame pointer in leaf functions"
9553 msgstr ""
9554
9555 #: config/i386/i386.h:375
9556 msgid "Enable stack probing"
9557 msgstr ""
9558
9559 #. undocumented
9560 #. undocumented
9561 #: config/i386/i386.h:380
9562 msgid "Align destination of the string operations"
9563 msgstr ""
9564
9565 #: config/i386/i386.h:382
9566 msgid "Do not align destination of the string operations"
9567 msgstr ""
9568
9569 #: config/i386/i386.h:384
9570 msgid "Inline all known string operations"
9571 msgstr ""
9572
9573 #: config/i386/i386.h:386
9574 msgid "Do not inline all known string operations"
9575 msgstr ""
9576
9577 #: config/i386/i386.h:388 config/i386/i386.h:392
9578 msgid "Use push instructions to save outgoing arguments"
9579 msgstr ""
9580
9581 #: config/i386/i386.h:390 config/i386/i386.h:394
9582 msgid "Do not use push instructions to save outgoing arguments"
9583 msgstr ""
9584
9585 #: config/i386/i386.h:396
9586 msgid "Support MMX built-in functions"
9587 msgstr ""
9588
9589 #: config/i386/i386.h:398
9590 msgid "Do not support MMX built-in functions"
9591 msgstr ""
9592
9593 #: config/i386/i386.h:400
9594 msgid "Support 3DNow! built-in functions"
9595 msgstr ""
9596
9597 #: config/i386/i386.h:402
9598 msgid "Do not support 3DNow! built-in functions"
9599 msgstr ""
9600
9601 #: config/i386/i386.h:404
9602 msgid "Support MMX and SSE built-in functions and code generation"
9603 msgstr ""
9604
9605 #: config/i386/i386.h:406
9606 msgid "Do not support MMX and SSE built-in functions and code generation"
9607 msgstr ""
9608
9609 #: config/i386/i386.h:408
9610 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9611 msgstr ""
9612
9613 #: config/i386/i386.h:410
9614 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9615 msgstr ""
9616
9617 #: config/i386/i386.h:412
9618 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9619 msgstr ""
9620
9621 #: config/i386/i386.h:414
9622 msgid ""
9623 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9624 msgstr ""
9625
9626 #: config/i386/i386.h:416
9627 msgid "sizeof(long double) is 16"
9628 msgstr ""
9629
9630 #: config/i386/i386.h:418
9631 msgid "sizeof(long double) is 12"
9632 msgstr ""
9633
9634 #: config/i386/i386.h:420
9635 msgid "Generate 64bit x86-64 code"
9636 msgstr ""
9637
9638 #: config/i386/i386.h:422
9639 msgid "Generate 32bit i386 code"
9640 msgstr ""
9641
9642 #: config/i386/i386.h:424
9643 msgid "Use native (MS) bitfield layout"
9644 msgstr ""
9645
9646 #: config/i386/i386.h:426
9647 msgid "Use gcc default bitfield layout"
9648 msgstr ""
9649
9650 #: config/i386/i386.h:428
9651 msgid "Use red-zone in the x86-64 code"
9652 msgstr ""
9653
9654 #: config/i386/i386.h:430
9655 msgid "Do not use red-zone in the x86-64 code"
9656 msgstr ""
9657
9658 #: config/i386/i386.h:432
9659 #, c-format
9660 msgid "Use direct references against %gs when accessing tls data"
9661 msgstr ""
9662
9663 #: config/i386/i386.h:434
9664 #, c-format
9665 msgid "Do not use direct references against %gs when accessing tls data"
9666 msgstr ""
9667
9668 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9669 #. command options that have values.  Its definition is an
9670 #. initializer with a subgrouping for each command option.
9671 #.
9672 #. Each subgrouping contains a string constant, that defines the
9673 #. fixed part of the option name, and the address of a variable.  The
9674 #. variable, type `char *', is set to the variable part of the given
9675 #. option if the fixed part matches.  The actual option name is made
9676 #. by appending `-m' to the specified name.
9677 #: config/i386/i386.h:472 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9678 #: config/s390/s390.h:158 config/sparc/sparc.h:711
9679 msgid "Schedule code for given CPU"
9680 msgstr ""
9681
9682 #: config/i386/i386.h:474
9683 msgid "Generate floating point mathematics using given instruction set"
9684 msgstr ""
9685
9686 #: config/i386/i386.h:476 config/s390/s390.h:160
9687 msgid "Generate code for given CPU"
9688 msgstr ""
9689
9690 #: config/i386/i386.h:478
9691 msgid "Number of registers used to pass integer arguments"
9692 msgstr ""
9693
9694 #: config/i386/i386.h:480
9695 msgid "Loop code aligned to this power of 2"
9696 msgstr ""
9697
9698 #: config/i386/i386.h:482
9699 msgid "Jump targets are aligned to this power of 2"
9700 msgstr ""
9701
9702 #: config/i386/i386.h:484
9703 msgid "Function starts are aligned to this power of 2"
9704 msgstr ""
9705
9706 #: config/i386/i386.h:487
9707 msgid "Attempt to keep stack aligned to this power of 2"
9708 msgstr ""
9709
9710 #: config/i386/i386.h:489
9711 msgid "Branches are this expensive (1-5, arbitrary units)"
9712 msgstr ""
9713
9714 #: config/i386/i386.h:491
9715 msgid "Use given x86-64 code model"
9716 msgstr ""
9717
9718 #. Undocumented.
9719 #. Undocumented.
9720 #: config/i386/i386.h:497
9721 msgid "Use given assembler dialect"
9722 msgstr ""
9723
9724 #: config/i386/i386.h:499
9725 msgid "Use given thread-local storage dialect"
9726 msgstr ""
9727
9728 #: config/i386/sco5.h:290
9729 msgid "Generate ELF output"
9730 msgstr ""
9731
9732 #. 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.
9733 #. 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.
9734 #: config/i386/xm-djgpp.h:62
9735 msgid "environment variable DJGPP not defined"
9736 msgstr ""
9737
9738 #: config/i386/xm-djgpp.h:64
9739 #, c-format
9740 msgid "environment variable DJGPP points to missing file '%s'"
9741 msgstr ""
9742
9743 #: config/i386/xm-djgpp.h:67
9744 #, c-format
9745 msgid "environment variable DJGPP points to corrupt file '%s'"
9746 msgstr ""
9747
9748 #. Macro to define tables used to set the flags.
9749 #. This is a list in braces of pairs in braces,
9750 #. each pair being { "NAME", VALUE }
9751 #. where VALUE is the bits to set or minus the bits to clear.
9752 #. An empty string NAME is used to identify the default VALUE.
9753 #: config/i860/i860.h:60
9754 msgid "Generate code which uses the FPU"
9755 msgstr ""
9756
9757 #: config/i860/i860.h:61 config/i860/i860.h:62
9758 msgid "Do not generate code which uses the FPU"
9759 msgstr ""
9760
9761 #: config/ia64/ia64-c.c:52
9762 msgid "malformed #pragma builtin"
9763 msgstr ""
9764
9765 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9766 #, c-format
9767 msgid "invalid argument of %qs attribute"
9768 msgstr ""
9769
9770 #: config/ia64/ia64.c:492
9771 msgid "%Jan address area attribute cannot be specified for local variables"
9772 msgstr ""
9773
9774 #: config/ia64/ia64.c:499
9775 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9776 msgstr ""
9777
9778 #: config/ia64/ia64.c:506
9779 msgid "%Jaddress area attribute cannot be specified for functions"
9780 msgstr ""
9781
9782 #: config/ia64/ia64.c:3784
9783 msgid "ia64_print_operand: unknown code"
9784 msgstr ""
9785
9786 #: config/ia64/ia64.c:4124 config/pa/pa.c:316
9787 msgid "value of -mfixed-range must have form REG1-REG2"
9788 msgstr ""
9789
9790 #: config/ia64/ia64.c:4151 config/pa/pa.c:343
9791 #, c-format
9792 msgid "%s-%s is an empty range"
9793 msgstr ""
9794
9795 #: config/ia64/ia64.c:4202
9796 msgid "cannot optimize floating point division for both latency and throughput"
9797 msgstr ""
9798
9799 #: config/ia64/ia64.c:4219
9800 msgid "cannot optimize integer division for both latency and throughput"
9801 msgstr ""
9802
9803 #: config/ia64/ia64.c:4236
9804 msgid "cannot optimize square root for both latency and throughput"
9805 msgstr ""
9806
9807 #: config/ia64/ia64.c:4250
9808 msgid "not yet implemented: latency-optimized inline square root"
9809 msgstr ""
9810
9811 #: config/ia64/ia64.c:4262
9812 #, c-format
9813 msgid "bad value (%s) for -mtls-size= switch"
9814 msgstr ""
9815
9816 #: config/ia64/ia64.c:4278
9817 #, c-format
9818 msgid "bad value (%s) for -tune= switch"
9819 msgstr ""
9820
9821 #. This macro defines names of command options to set and clear bits in
9822 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9823 #. each command option.
9824 #: config/ia64/ia64.h:182
9825 msgid "Generate big endian code"
9826 msgstr ""
9827
9828 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9829 msgid "Generate little endian code"
9830 msgstr ""
9831
9832 #: config/ia64/ia64.h:186
9833 msgid "Generate code for GNU as"
9834 msgstr ""
9835
9836 #: config/ia64/ia64.h:188
9837 msgid "Generate code for Intel as"
9838 msgstr ""
9839
9840 #: config/ia64/ia64.h:190
9841 msgid "Generate code for GNU ld"
9842 msgstr ""
9843
9844 #: config/ia64/ia64.h:192
9845 msgid "Generate code for Intel ld"
9846 msgstr ""
9847
9848 #: config/ia64/ia64.h:194
9849 msgid "Generate code without GP reg"
9850 msgstr ""
9851
9852 #: config/ia64/ia64.h:196
9853 msgid "Emit stop bits before and after volatile extended asms"
9854 msgstr ""
9855
9856 #: config/ia64/ia64.h:198
9857 msgid "Don't emit stop bits before and after volatile extended asms"
9858 msgstr ""
9859
9860 #: config/ia64/ia64.h:200
9861 msgid "Emit code for Itanium (TM) processor B step"
9862 msgstr ""
9863
9864 #: config/ia64/ia64.h:202
9865 msgid "Use in/loc/out register names"
9866 msgstr ""
9867
9868 #: config/ia64/ia64.h:204
9869 msgid "Disable use of sdata/scommon/sbss"
9870 msgstr ""
9871
9872 #: config/ia64/ia64.h:206
9873 msgid "Enable use of sdata/scommon/sbss"
9874 msgstr ""
9875
9876 #: config/ia64/ia64.h:208
9877 msgid "gp is constant (but save/restore gp on indirect calls)"
9878 msgstr ""
9879
9880 #: config/ia64/ia64.h:210
9881 msgid "Generate self-relocatable code"
9882 msgstr ""
9883
9884 #: config/ia64/ia64.h:212
9885 msgid "Generate inline floating point division, optimize for latency"
9886 msgstr ""
9887
9888 #: config/ia64/ia64.h:214
9889 msgid "Generate inline floating point division, optimize for throughput"
9890 msgstr ""
9891
9892 #: config/ia64/ia64.h:217
9893 msgid "Do not inline floating point division"
9894 msgstr ""
9895
9896 #: config/ia64/ia64.h:219
9897 msgid "Generate inline integer division, optimize for latency"
9898 msgstr ""
9899
9900 #: config/ia64/ia64.h:221
9901 msgid "Generate inline integer division, optimize for throughput"
9902 msgstr ""
9903
9904 #: config/ia64/ia64.h:223
9905 msgid "Do not inline integer division"
9906 msgstr ""
9907
9908 #: config/ia64/ia64.h:225
9909 msgid "Generate inline square root, optimize for latency"
9910 msgstr ""
9911
9912 #: config/ia64/ia64.h:227
9913 msgid "Generate inline square root, optimize for throughput"
9914 msgstr ""
9915
9916 #: config/ia64/ia64.h:229
9917 msgid "Do not inline square root"
9918 msgstr ""
9919
9920 #: config/ia64/ia64.h:231
9921 msgid "Enable Dwarf 2 line debug info via GNU as"
9922 msgstr ""
9923
9924 #: config/ia64/ia64.h:233
9925 msgid "Disable Dwarf 2 line debug info via GNU as"
9926 msgstr ""
9927
9928 #: config/ia64/ia64.h:235
9929 msgid "Enable earlier placing stop bits for better scheduling"
9930 msgstr ""
9931
9932 #: config/ia64/ia64.h:237
9933 msgid "Disable earlier placing stop bits"
9934 msgstr ""
9935
9936 #: config/ia64/ia64.h:282
9937 msgid "Specify range of registers to make fixed"
9938 msgstr ""
9939
9940 #: config/ip2k/ip2k.c:1086
9941 msgid "bad operand"
9942 msgstr ""
9943
9944 #: config/iq2000/iq2000.c:1647
9945 #, c-format
9946 msgid "bad value (%s) for -mcpu= switch"
9947 msgstr ""
9948
9949 #: config/iq2000/iq2000.c:1676
9950 #, c-format
9951 msgid "The compiler does not support -march=%s."
9952 msgstr ""
9953
9954 #: config/iq2000/iq2000.c:2063
9955 #, c-format
9956 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9957 msgstr ""
9958
9959 #: config/iq2000/iq2000.c:2845
9960 #, c-format
9961 msgid "argument %qd is not a constant"
9962 msgstr ""
9963
9964 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9965 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9966 msgstr ""
9967
9968 #: config/iq2000/iq2000.c:3303
9969 #, c-format
9970 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9971 msgstr ""
9972
9973 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4821
9974 #: config/xtensa/xtensa.c:1887
9975 msgid "PRINT_OPERAND null pointer"
9976 msgstr ""
9977
9978 #: config/iq2000/iq2000.c:3381
9979 #, c-format
9980 msgid "invalid %%P operand"
9981 msgstr ""
9982
9983 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10648
9984 #, c-format
9985 msgid "invalid %%p value"
9986 msgstr ""
9987
9988 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4947
9989 #, c-format
9990 msgid "invalid use of %%d, %%x, or %%X"
9991 msgstr ""
9992
9993 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9994 msgid "No default crt0.o"
9995 msgstr ""
9996
9997 #: config/iq2000/iq2000.h:74
9998 msgid "Use GP relative sdata/sbss sections"
9999 msgstr ""
10000
10001 #: config/iq2000/iq2000.h:76
10002 msgid "Don't use GP relative sdata/sbss sections"
10003 msgstr ""
10004
10005 #: config/iq2000/iq2000.h:78 config/mips/mips.h:585
10006 msgid "Use ROM instead of RAM"
10007 msgstr ""
10008
10009 #: config/iq2000/iq2000.h:80 config/mips/mips.h:587
10010 msgid "Don't use ROM instead of RAM"
10011 msgstr ""
10012
10013 #: config/iq2000/iq2000.h:82 config/mips/mips.h:589
10014 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10015 msgstr ""
10016
10017 #: config/iq2000/iq2000.h:84 config/mips/mips.h:591
10018 msgid "Don't put uninitialized constants in ROM"
10019 msgstr ""
10020
10021 #: config/iq2000/iq2000.h:106 config/mips/mips.h:776
10022 msgid "Specify CPU for scheduling purposes"
10023 msgstr ""
10024
10025 #: config/iq2000/iq2000.h:108 config/mips/mips.h:778
10026 msgid "Specify CPU for code generation purposes"
10027 msgstr ""
10028
10029 #: config/m32r/m32r.c:174
10030 #, c-format
10031 msgid "bad value (%s) for -mmodel switch"
10032 msgstr ""
10033
10034 #: config/m32r/m32r.c:183
10035 #, c-format
10036 msgid "bad value (%s) for -msdata switch"
10037 msgstr ""
10038
10039 #: config/m32r/m32r.c:190
10040 #, c-format
10041 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10042 msgstr ""
10043
10044 #: config/m32r/m32r.c:2100
10045 #, c-format
10046 msgid "invalid operand to %%s code"
10047 msgstr ""
10048
10049 #: config/m32r/m32r.c:2107
10050 #, c-format
10051 msgid "invalid operand to %%p code"
10052 msgstr ""
10053
10054 #: config/m32r/m32r.c:2162
10055 msgid "bad insn for 'A'"
10056 msgstr ""
10057
10058 #: config/m32r/m32r.c:2209
10059 #, c-format
10060 msgid "invalid operand to %%T/%%B code"
10061 msgstr ""
10062
10063 #: config/m32r/m32r.c:2232
10064 #, c-format
10065 msgid "invalid operand to %%N code"
10066 msgstr ""
10067
10068 #: config/m32r/m32r.c:2265
10069 msgid "pre-increment address is not a register"
10070 msgstr ""
10071
10072 #: config/m32r/m32r.c:2272
10073 msgid "pre-decrement address is not a register"
10074 msgstr ""
10075
10076 #: config/m32r/m32r.c:2279
10077 msgid "post-increment address is not a register"
10078 msgstr ""
10079
10080 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
10081 #: config/rs6000/rs6000.c:17326
10082 msgid "bad address"
10083 msgstr ""
10084
10085 #: config/m32r/m32r.c:2376
10086 msgid "lo_sum not of register"
10087 msgstr ""
10088
10089 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10090 #: config/m32r/m32r.h:283
10091 msgid "Display compile time statistics"
10092 msgstr ""
10093
10094 #: config/m32r/m32r.h:285
10095 msgid "Align all loops to 32 byte boundary"
10096 msgstr ""
10097
10098 #: config/m32r/m32r.h:288
10099 msgid "Only issue one instruction per cycle"
10100 msgstr ""
10101
10102 #: config/m32r/m32r.h:291
10103 msgid "Prefer branches over conditional execution"
10104 msgstr ""
10105
10106 #: config/m32r/m32r.h:312
10107 msgid "Code size: small, medium or large"
10108 msgstr ""
10109
10110 #: config/m32r/m32r.h:314
10111 msgid "Small data area: none, sdata, use"
10112 msgstr ""
10113
10114 #: config/m32r/m32r.h:316 config/mips/mips.h:784
10115 msgid "Don't call any cache flush functions"
10116 msgstr ""
10117
10118 #: config/m32r/m32r.h:318 config/mips/mips.h:786
10119 msgid "Specify cache flush function"
10120 msgstr ""
10121
10122 #: config/m32r/m32r.h:320
10123 msgid "Don't call any cache flush trap"
10124 msgstr ""
10125
10126 #: config/m32r/m32r.h:322
10127 msgid "Specify cache flush trap number"
10128 msgstr ""
10129
10130 #: config/m68hc11/m68hc11.c:293
10131 #, c-format
10132 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10133 msgstr ""
10134
10135 #: config/m68hc11/m68hc11.c:1435
10136 msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
10137 msgstr ""
10138
10139 #: config/m68hc11/m68hc11.c:1441
10140 msgid "%<trap%> attribute is already used"
10141 msgstr ""
10142
10143 #. !!!! SCz wrong here.
10144 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
10145 msgid "move insn not handled"
10146 msgstr ""
10147
10148 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10149 #: config/m68hc11/m68hc11.c:3987
10150 msgid "invalid register in the move instruction"
10151 msgstr ""
10152
10153 #: config/m68hc11/m68hc11.c:3666
10154 msgid "invalid operand in the instruction"
10155 msgstr ""
10156
10157 #: config/m68hc11/m68hc11.c:3961
10158 msgid "invalid register in the instruction"
10159 msgstr ""
10160
10161 #: config/m68hc11/m68hc11.c:3994
10162 msgid "operand 1 must be a hard register"
10163 msgstr ""
10164
10165 #: config/m68hc11/m68hc11.c:4008
10166 msgid "invalid rotate insn"
10167 msgstr ""
10168
10169 #: config/m68hc11/m68hc11.c:4432
10170 msgid "registers IX, IY and Z used in the same INSN"
10171 msgstr ""
10172
10173 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
10174 msgid "cannot do z-register replacement"
10175 msgstr ""
10176
10177 #: config/m68hc11/m68hc11.c:5132
10178 msgid "invalid Z register replacement for insn"
10179 msgstr ""
10180
10181 #. Macro to define tables used to set the flags. This is a list in braces of
10182 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10183 #. to set or minus the bits to clear. An empty string NAME is used to
10184 #. identify the default VALUE.
10185 #: config/m68hc11/m68hc11.h:179
10186 msgid "Compile with 16-bit integer mode"
10187 msgstr ""
10188
10189 #: config/m68hc11/m68hc11.h:181
10190 msgid "Compile with 32-bit integer mode"
10191 msgstr ""
10192
10193 #: config/m68hc11/m68hc11.h:183
10194 msgid "Auto pre/post decrement increment allowed"
10195 msgstr ""
10196
10197 #: config/m68hc11/m68hc11.h:185
10198 msgid "Auto pre/post decrement increment not allowed"
10199 msgstr ""
10200
10201 #: config/m68hc11/m68hc11.h:187
10202 msgid "Min/max instructions allowed"
10203 msgstr ""
10204
10205 #: config/m68hc11/m68hc11.h:189
10206 msgid "Min/max instructions not allowed"
10207 msgstr ""
10208
10209 #: config/m68hc11/m68hc11.h:191
10210 msgid "Use call and rtc for function calls and returns"
10211 msgstr ""
10212
10213 #: config/m68hc11/m68hc11.h:193
10214 msgid "Use jsr and rts for function calls and returns"
10215 msgstr ""
10216
10217 #: config/m68hc11/m68hc11.h:195
10218 msgid "Do not use direct addressing mode for soft registers"
10219 msgstr ""
10220
10221 #: config/m68hc11/m68hc11.h:197
10222 msgid "Use direct addressing mode for soft registers"
10223 msgstr ""
10224
10225 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10226 msgid "Compile for a 68HC11"
10227 msgstr ""
10228
10229 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10230 msgid "Compile for a 68HC12"
10231 msgstr ""
10232
10233 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10234 msgid "Compile for a 68HCS12"
10235 msgstr ""
10236
10237 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10238 #. command options that have values.  Its definition is an
10239 #. initializer with a subgrouping for each command option.
10240 #.
10241 #. Each subgrouping contains a string constant, that defines the
10242 #. fixed part of the option name, and the address of a variable.  The
10243 #. variable, type `char *', is set to the variable part of the given
10244 #. option if the fixed part matches.  The actual option name is made
10245 #. by appending `-m' to the specified name.
10246 #: config/m68hc11/m68hc11.h:223
10247 msgid "Specify the register allocation order"
10248 msgstr ""
10249
10250 #: config/m68hc11/m68hc11.h:225
10251 msgid "Indicate the number of soft registers available"
10252 msgstr ""
10253
10254 #: config/m68k/m68k.c:216
10255 msgid "-mshared-library-id= specified without -mid-shared-library"
10256 msgstr ""
10257
10258 #: config/m68k/m68k.c:219
10259 #, c-format
10260 msgid "-mshared-library-id=%d is not between 0 and %d"
10261 msgstr ""
10262
10263 #: config/m68k/m68k.c:233
10264 msgid "cannot specify both -msep-data and -mid-shared-library"
10265 msgstr ""
10266
10267 #: config/m68k/m68k.c:245
10268 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10269 msgstr ""
10270
10271 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:13479
10272 msgid "stack limit expression is not supported"
10273 msgstr ""
10274
10275 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10276 msgid "Generate code for a 68020"
10277 msgstr ""
10278
10279 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10280 msgid "Generate code for a 68000"
10281 msgstr ""
10282
10283 #: config/m68k/m68k.h:252
10284 msgid "Use the bit-field instructions"
10285 msgstr ""
10286
10287 #: config/m68k/m68k.h:254
10288 msgid "Do not use the bit-field instructions"
10289 msgstr ""
10290
10291 #: config/m68k/m68k.h:256
10292 msgid "Consider type 'int' to be 16 bits wide"
10293 msgstr ""
10294
10295 #: config/m68k/m68k.h:258
10296 msgid "Consider type 'int' to be 32 bits wide"
10297 msgstr ""
10298
10299 #: config/m68k/m68k.h:261
10300 msgid "Generate code with library calls for floating point"
10301 msgstr ""
10302
10303 #: config/m68k/m68k.h:263
10304 msgid "Generate code for a 68040, without any new instructions"
10305 msgstr ""
10306
10307 #: config/m68k/m68k.h:266
10308 msgid "Generate code for a 68060, without any new instructions"
10309 msgstr ""
10310
10311 #: config/m68k/m68k.h:270
10312 msgid "Generate code for a 68030"
10313 msgstr ""
10314
10315 #: config/m68k/m68k.h:273
10316 msgid "Generate code for a 68040"
10317 msgstr ""
10318
10319 #: config/m68k/m68k.h:277
10320 msgid "Generate code for a 68060"
10321 msgstr ""
10322
10323 #: config/m68k/m68k.h:282
10324 msgid "Generate code for a 520X"
10325 msgstr ""
10326
10327 #: config/m68k/m68k.h:286
10328 msgid "Generate code for a 5206e"
10329 msgstr ""
10330
10331 #: config/m68k/m68k.h:290
10332 msgid "Generate code for a 528x"
10333 msgstr ""
10334
10335 #: config/m68k/m68k.h:294
10336 msgid "Generate code for a 5307"
10337 msgstr ""
10338
10339 #: config/m68k/m68k.h:298
10340 msgid "Generate code for a 5407"
10341 msgstr ""
10342
10343 #: config/m68k/m68k.h:301
10344 msgid "Generate code for a 68851"
10345 msgstr ""
10346
10347 #: config/m68k/m68k.h:303
10348 msgid "Do no generate code for a 68851"
10349 msgstr ""
10350
10351 #: config/m68k/m68k.h:306
10352 msgid "Generate code for a 68302"
10353 msgstr ""
10354
10355 #: config/m68k/m68k.h:309
10356 msgid "Generate code for a 68332"
10357 msgstr ""
10358
10359 #: config/m68k/m68k.h:313
10360 msgid "Generate code for a cpu32"
10361 msgstr ""
10362
10363 #: config/m68k/m68k.h:316
10364 msgid "Align variables on a 32-bit boundary"
10365 msgstr ""
10366
10367 #: config/m68k/m68k.h:318
10368 msgid "Align variables on a 16-bit boundary"
10369 msgstr ""
10370
10371 #: config/m68k/m68k.h:320
10372 msgid "Enable separate data segment"
10373 msgstr ""
10374
10375 #: config/m68k/m68k.h:322
10376 msgid "Disable separate data segment"
10377 msgstr ""
10378
10379 #: config/m68k/m68k.h:324
10380 msgid "Enable ID based shared library"
10381 msgstr ""
10382
10383 #: config/m68k/m68k.h:326
10384 msgid "Disable ID based shared library"
10385 msgstr ""
10386
10387 #: config/m68k/m68k.h:328
10388 msgid "Generate pc-relative code"
10389 msgstr ""
10390
10391 #: config/m68k/m68k.h:330
10392 msgid "Do not use unaligned memory references"
10393 msgstr ""
10394
10395 #: config/m68k/m68k.h:332
10396 msgid "Use unaligned memory references"
10397 msgstr ""
10398
10399 #: config/m68k/m68k.h:334
10400 msgid "Use different calling convention using 'rtd'"
10401 msgstr ""
10402
10403 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10404 #: config/m68k/m68k.h:344
10405 msgid "ID of shared library to build"
10406 msgstr ""
10407
10408 #: config/mcore/mcore.c:2987
10409 msgid "invalid option %<-mstack-increment=%s%>"
10410 msgstr ""
10411
10412 #: config/mcore/mcore.h:113
10413 msgid "Inline constants if it can be done in 2 insns or less"
10414 msgstr ""
10415
10416 #: config/mcore/mcore.h:115
10417 msgid "Inline constants if it only takes 1 instruction"
10418 msgstr ""
10419
10420 #: config/mcore/mcore.h:117
10421 msgid "Set maximum alignment to 4"
10422 msgstr ""
10423
10424 #: config/mcore/mcore.h:119
10425 msgid "Set maximum alignment to 8"
10426 msgstr ""
10427
10428 #: config/mcore/mcore.h:123
10429 msgid "Do not use the divide instruction"
10430 msgstr ""
10431
10432 #: config/mcore/mcore.h:127
10433 msgid "Do not arbitrary sized immediates in bit operations"
10434 msgstr ""
10435
10436 #: config/mcore/mcore.h:129
10437 msgid "Always treat bit-field as int-sized"
10438 msgstr ""
10439
10440 #: config/mcore/mcore.h:133
10441 msgid "Force functions to be aligned to a 4 byte boundary"
10442 msgstr ""
10443
10444 #: config/mcore/mcore.h:135
10445 msgid "Force functions to be aligned to a 2 byte boundary"
10446 msgstr ""
10447
10448 #: config/mcore/mcore.h:137
10449 msgid "Emit call graph information"
10450 msgstr ""
10451
10452 #: config/mcore/mcore.h:141
10453 msgid "Prefer word accesses over byte accesses"
10454 msgstr ""
10455
10456 #: config/mcore/mcore.h:152
10457 msgid "Generate code for the M*Core M340"
10458 msgstr ""
10459
10460 #: config/mcore/mcore.h:165
10461 msgid "Maximum amount for a single stack increment operation"
10462 msgstr ""
10463
10464 #: config/mips/mips.c:4018
10465 #, c-format
10466 msgid "bad value (%s) for -mabi= switch"
10467 msgstr ""
10468
10469 #: config/mips/mips.c:4041
10470 #, c-format
10471 msgid ""
10472 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10473 "d processor"
10474 msgstr ""
10475
10476 #: config/mips/mips.c:4060
10477 #, c-format
10478 msgid "-march=%s is not compatible with the selected ABI"
10479 msgstr ""
10480
10481 #: config/mips/mips.c:4075
10482 msgid "-mgp64 used with a 32-bit processor"
10483 msgstr ""
10484
10485 #: config/mips/mips.c:4077
10486 msgid "-mgp32 used with a 64-bit ABI"
10487 msgstr ""
10488
10489 #: config/mips/mips.c:4079
10490 msgid "-mgp64 used with a 32-bit ABI"
10491 msgstr ""
10492
10493 #: config/mips/mips.c:4097 config/mips/mips.c:4099 config/mips/mips.c:4101
10494 #: config/mips/mips.c:4181
10495 #, c-format
10496 msgid "unsupported combination: %s"
10497 msgstr ""
10498
10499 #: config/mips/mips.c:4176
10500 msgid ""
10501 "generation of Branch Likely instructions enabled, but not supported by "
10502 "architecture"
10503 msgstr ""
10504
10505 #: config/mips/mips.c:4193
10506 msgid "-G is incompatible with PIC code which is the default"
10507 msgstr ""
10508
10509 #: config/mips/mips.c:4260
10510 msgid "-mips3d requires -mpaired-single"
10511 msgstr ""
10512
10513 #: config/mips/mips.c:4269
10514 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10515 msgstr ""
10516
10517 #: config/mips/mips.c:4274
10518 msgid "-mips3d/-mpaired-single must be used with -mips64"
10519 msgstr ""
10520
10521 #: config/mips/mips.c:4632
10522 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10523 msgstr ""
10524
10525 #: config/mips/mips.c:4758
10526 #, c-format
10527 msgid "internal error: %%) found without a %%( in assembler pattern"
10528 msgstr ""
10529
10530 #: config/mips/mips.c:4772
10531 #, c-format
10532 msgid "internal error: %%] found without a %%[ in assembler pattern"
10533 msgstr ""
10534
10535 #: config/mips/mips.c:4785
10536 #, c-format
10537 msgid "internal error: %%> found without a %%< in assembler pattern"
10538 msgstr ""
10539
10540 #: config/mips/mips.c:4798
10541 #, c-format
10542 msgid "internal error: %%} found without a %%{ in assembler pattern"
10543 msgstr ""
10544
10545 #: config/mips/mips.c:4812
10546 #, c-format
10547 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10548 msgstr ""
10549
10550 #: config/mips/mips.c:4841
10551 #, c-format
10552 msgid "PRINT_OPERAND, invalid insn for %%C"
10553 msgstr ""
10554
10555 #: config/mips/mips.c:4858
10556 #, c-format
10557 msgid "PRINT_OPERAND, invalid insn for %%N"
10558 msgstr ""
10559
10560 #: config/mips/mips.c:4867
10561 #, c-format
10562 msgid "PRINT_OPERAND, invalid insn for %%F"
10563 msgstr ""
10564
10565 #: config/mips/mips.c:4876
10566 #, c-format
10567 msgid "PRINT_OPERAND, invalid insn for %%W"
10568 msgstr ""
10569
10570 #: config/mips/mips.c:4897
10571 #, c-format
10572 msgid "invalid %%Y value"
10573 msgstr ""
10574
10575 #: config/mips/mips.c:4975
10576 msgid "PRINT_OPERAND, invalid operand for relocation"
10577 msgstr ""
10578
10579 #: config/mips/mips.c:7561
10580 #, c-format
10581 msgid "cannot handle inconsistent calls to %qs"
10582 msgstr ""
10583
10584 #: config/mips/mips.c:8951
10585 msgid "the cpu name must be lower case"
10586 msgstr ""
10587
10588 #: config/mips/mips.c:8973
10589 #, c-format
10590 msgid "bad value (%s) for %s"
10591 msgstr ""
10592
10593 #: config/mips/linux64.h:39
10594 msgid "Same as -mabi=32, just trickier"
10595 msgstr ""
10596
10597 #. Target CPU builtins.
10598 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10599 #. Treat _R3000 and _R4000 like register-size                        defines, which is how they've historically                      been used.
10600 #. Macros dependent on the C dialect.
10601 #. Bizarre, but needed at least for Irix.
10602 #. Macro to define tables used to set the flags.
10603 #. This is a list in braces of pairs in braces,
10604 #. each pair being { "NAME", VALUE }
10605 #. where VALUE is the bits to set or minus the bits to clear.
10606 #. An empty string NAME is used to identify the default VALUE.
10607 #: config/mips/mips.h:533
10608 msgid "Use 64-bit int type"
10609 msgstr ""
10610
10611 #: config/mips/mips.h:535
10612 msgid "Use 64-bit long type"
10613 msgstr ""
10614
10615 #: config/mips/mips.h:537
10616 msgid "Use 32-bit long type"
10617 msgstr ""
10618
10619 #: config/mips/mips.h:539
10620 msgid "Optimize lui/addiu address loads"
10621 msgstr ""
10622
10623 #: config/mips/mips.h:541
10624 msgid "Don't optimize lui/addiu address loads"
10625 msgstr ""
10626
10627 #: config/mips/mips.h:543
10628 msgid "Use GNU as (now ignored)"
10629 msgstr ""
10630
10631 #: config/mips/mips.h:545 config/mips/mips.h:547
10632 msgid "Use GP relative sdata/sbss sections (now ignored)"
10633 msgstr ""
10634
10635 #: config/mips/mips.h:549 config/mips/mips.h:551
10636 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10637 msgstr ""
10638
10639 #: config/mips/mips.h:553
10640 msgid "Output compiler statistics (now ignored)"
10641 msgstr ""
10642
10643 #: config/mips/mips.h:555
10644 msgid "Don't output compiler statistics"
10645 msgstr ""
10646
10647 #: config/mips/mips.h:557
10648 msgid "Don't optimize block moves"
10649 msgstr ""
10650
10651 #: config/mips/mips.h:559
10652 msgid "Optimize block moves"
10653 msgstr ""
10654
10655 #: config/mips/mips.h:561
10656 msgid "Use mips-tfile asm postpass"
10657 msgstr ""
10658
10659 #: config/mips/mips.h:563
10660 msgid "Don't use mips-tfile asm postpass"
10661 msgstr ""
10662
10663 #: config/mips/mips.h:565 config/pa/pa.h:288
10664 msgid "Use software floating point"
10665 msgstr ""
10666
10667 #. Macro to define tables used to set the flags.
10668 #. This is a list in braces of triplets in braces,
10669 #. each triplet being { "NAME", VALUE, DOC }
10670 #. where VALUE is the bits to set or minus the bits to clear and DOC
10671 #. is the documentation for --help (NULL if intentionally undocumented).
10672 #. An empty string NAME is used to identify the default VALUE.
10673 #: config/mips/mips.h:567 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10674 msgid "Use hardware floating point"
10675 msgstr ""
10676
10677 #: config/mips/mips.h:569
10678 msgid "Use 64-bit FP registers"
10679 msgstr ""
10680
10681 #: config/mips/mips.h:571
10682 msgid "Use 32-bit FP registers"
10683 msgstr ""
10684
10685 #: config/mips/mips.h:573
10686 msgid "Use 64-bit general registers"
10687 msgstr ""
10688
10689 #: config/mips/mips.h:575
10690 msgid "Use 32-bit general registers"
10691 msgstr ""
10692
10693 #: config/mips/mips.h:577
10694 msgid "Use Irix PIC"
10695 msgstr ""
10696
10697 #: config/mips/mips.h:579
10698 msgid "Don't use Irix PIC"
10699 msgstr ""
10700
10701 #: config/mips/mips.h:581
10702 msgid "Use indirect calls"
10703 msgstr ""
10704
10705 #: config/mips/mips.h:583
10706 msgid "Don't use indirect calls"
10707 msgstr ""
10708
10709 #: config/mips/mips.h:593
10710 msgid "Use big-endian byte order"
10711 msgstr ""
10712
10713 #: config/mips/mips.h:595
10714 msgid "Use little-endian byte order"
10715 msgstr ""
10716
10717 #: config/mips/mips.h:597
10718 msgid "Use single (32-bit) FP only"
10719 msgstr ""
10720
10721 #: config/mips/mips.h:599
10722 msgid "Don't use single (32-bit) FP only"
10723 msgstr ""
10724
10725 #: config/mips/mips.h:601 config/mips/mips.h:603
10726 msgid "Use paired-single floating point instructions"
10727 msgstr ""
10728
10729 #: config/mips/mips.h:605 config/mips/mips.h:607
10730 msgid "Use MIPS-3D instructions"
10731 msgstr ""
10732
10733 #: config/mips/mips.h:609
10734 msgid "Use multiply accumulate"
10735 msgstr ""
10736
10737 #: config/mips/mips.h:611
10738 msgid "Don't use multiply accumulate"
10739 msgstr ""
10740
10741 #: config/mips/mips.h:613
10742 msgid "Don't generate fused multiply/add instructions"
10743 msgstr ""
10744
10745 #: config/mips/mips.h:615 config/rs6000/rs6000.h:345
10746 msgid "Generate fused multiply/add instructions"
10747 msgstr ""
10748
10749 #: config/mips/mips.h:617
10750 msgid "Perform VR4130-specific alignment optimizations"
10751 msgstr ""
10752
10753 #: config/mips/mips.h:619
10754 msgid "Don't perform VR4130-specific alignment optimizations"
10755 msgstr ""
10756
10757 #: config/mips/mips.h:621
10758 msgid "Work around early 4300 hardware bug"
10759 msgstr ""
10760
10761 #: config/mips/mips.h:623
10762 msgid "Don't work around early 4300 hardware bug"
10763 msgstr ""
10764
10765 #: config/mips/mips.h:625
10766 msgid "Work around errata for early SB-1 revision 2 cores"
10767 msgstr ""
10768
10769 #: config/mips/mips.h:627
10770 msgid "Don't work around errata for early SB-1 revision 2 cores"
10771 msgstr ""
10772
10773 #: config/mips/mips.h:629
10774 msgid "Work around R4000 errata"
10775 msgstr ""
10776
10777 #: config/mips/mips.h:631
10778 msgid "Don't work around R4000 errata"
10779 msgstr ""
10780
10781 #: config/mips/mips.h:633
10782 msgid "Work around R4400 errata"
10783 msgstr ""
10784
10785 #: config/mips/mips.h:635
10786 msgid "Don't work around R4400 errata"
10787 msgstr ""
10788
10789 #: config/mips/mips.h:637
10790 msgid "Work around certain VR4120 errata"
10791 msgstr ""
10792
10793 #: config/mips/mips.h:639
10794 msgid "Don't work around certain VR4120 errata"
10795 msgstr ""
10796
10797 #: config/mips/mips.h:641
10798 msgid "Trap on integer divide by zero"
10799 msgstr ""
10800
10801 #: config/mips/mips.h:643
10802 msgid "Don't trap on integer divide by zero"
10803 msgstr ""
10804
10805 #: config/mips/mips.h:645
10806 msgid "Use trap to check for integer divide by zero"
10807 msgstr ""
10808
10809 #: config/mips/mips.h:647
10810 msgid "Use break to check for integer divide by zero"
10811 msgstr ""
10812
10813 #: config/mips/mips.h:649
10814 msgid "Use Branch Likely instructions, overriding default for arch"
10815 msgstr ""
10816
10817 #: config/mips/mips.h:651
10818 msgid "Don't use Branch Likely instructions, overriding default for arch"
10819 msgstr ""
10820
10821 #: config/mips/mips.h:653
10822 msgid "Use NewABI-style %reloc() assembly operators"
10823 msgstr ""
10824
10825 #: config/mips/mips.h:655
10826 msgid "Use assembler macros instead of relocation operators"
10827 msgstr ""
10828
10829 #: config/mips/mips.h:657
10830 msgid "Generate mips16 code"
10831 msgstr ""
10832
10833 #: config/mips/mips.h:659
10834 msgid "Generate normal-mode code"
10835 msgstr ""
10836
10837 #: config/mips/mips.h:661
10838 msgid "Lift restrictions on GOT size"
10839 msgstr ""
10840
10841 #: config/mips/mips.h:663
10842 msgid "Do not lift restrictions on GOT size"
10843 msgstr ""
10844
10845 #: config/mips/mips.h:665
10846 msgid "FP exceptions are enabled"
10847 msgstr ""
10848
10849 #: config/mips/mips.h:667
10850 msgid "FP exceptions are not enabled"
10851 msgstr ""
10852
10853 #: config/mips/mips.h:782
10854 msgid "Specify a Standard MIPS ISA"
10855 msgstr ""
10856
10857 #. Output assembler code to FILE to increment profiler label # LABELNO
10858 #. for profiling a function entry.
10859 #: config/mips/mips.h:2321
10860 msgid "mips16 function profiling"
10861 msgstr ""
10862
10863 #: config/mmix/mmix.c:229
10864 #, c-format
10865 msgid "-f%s not supported: ignored"
10866 msgstr ""
10867
10868 #: config/mmix/mmix.c:657
10869 #, c-format
10870 msgid "support for mode %qs"
10871 msgstr ""
10872
10873 #: config/mmix/mmix.c:671
10874 #, c-format
10875 msgid ""
10876 "too large function value type, needs %d registers, have only %d registers "
10877 "for this"
10878 msgstr ""
10879
10880 #: config/mmix/mmix.c:841
10881 msgid "function_profiler support for MMIX"
10882 msgstr ""
10883
10884 #: config/mmix/mmix.c:863
10885 msgid "MMIX Internal: Last named vararg would not fit in a register"
10886 msgstr ""
10887
10888 #: config/mmix/mmix.c:1462 config/mmix/mmix.c:1592
10889 msgid "MMIX Internal: Expected a CONST_INT, not this"
10890 msgstr ""
10891
10892 #: config/mmix/mmix.c:1470 config/mmix/mmix.c:1494 config/mmix/mmix.c:1610
10893 #, c-format
10894 msgid "MMIX Internal: Bad register: %d"
10895 msgstr ""
10896
10897 #: config/mmix/mmix.c:1541
10898 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10899 msgstr ""
10900
10901 #: config/mmix/mmix.c:1560
10902 msgid "MMIX Internal: Expected a register, not this"
10903 msgstr ""
10904
10905 #: config/mmix/mmix.c:1570
10906 msgid "MMIX Internal: Expected a constant, not this"
10907 msgstr ""
10908
10909 #. Presumably there's a missing case above if we get here.
10910 #: config/mmix/mmix.c:1602
10911 #, c-format
10912 msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
10913 msgstr ""
10914
10915 #. We need the original here.
10916 #: config/mmix/mmix.c:1654
10917 msgid "MMIX Internal: Cannot decode this operand"
10918 msgstr ""
10919
10920 #: config/mmix/mmix.c:1711
10921 msgid "MMIX Internal: This is not a recognized address"
10922 msgstr ""
10923
10924 #: config/mmix/mmix.c:1888
10925 #, c-format
10926 msgid "stack frame not a multiple of 8 bytes: %d"
10927 msgstr ""
10928
10929 #: config/mmix/mmix.c:2127
10930 #, c-format
10931 msgid "stack frame not a multiple of octabyte: %d"
10932 msgstr ""
10933
10934 #: config/mmix/mmix.c:2601 config/mmix/mmix.c:2665
10935 #, c-format
10936 msgid "MMIX Internal: %s is not a shiftable int"
10937 msgstr ""
10938
10939 #: config/mmix/mmix.c:2781
10940 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10941 msgstr ""
10942
10943 #: config/mmix/mmix.c:2788
10944 msgid "MMIX Internal: What's the CC of this?"
10945 msgstr ""
10946
10947 #: config/mmix/mmix.c:2792
10948 msgid "MMIX Internal: What is the CC of this?"
10949 msgstr ""
10950
10951 #: config/mmix/mmix.c:2862
10952 msgid "MMIX Internal: This is not a constant:"
10953 msgstr ""
10954
10955 #: config/mmix/mmix.h:132
10956 msgid "Set start-address of the program"
10957 msgstr ""
10958
10959 #: config/mmix/mmix.h:134
10960 msgid "Set start-address of data"
10961 msgstr ""
10962
10963 #. FIXME: Provide a way to *load* the epsilon register.
10964 #: config/mmix/mmix.h:198
10965 msgid "For intrinsics library: pass all parameters in registers"
10966 msgstr ""
10967
10968 #: config/mmix/mmix.h:201
10969 msgid "Use register stack for parameters and return value"
10970 msgstr ""
10971
10972 #: config/mmix/mmix.h:203
10973 msgid "Use call-clobbered registers for parameters and return value"
10974 msgstr ""
10975
10976 #: config/mmix/mmix.h:205
10977 msgid "Use epsilon-respecting floating point compare instructions"
10978 msgstr ""
10979
10980 #: config/mmix/mmix.h:208
10981 msgid "Use zero-extending memory loads, not sign-extending ones"
10982 msgstr ""
10983
10984 #: config/mmix/mmix.h:211
10985 msgid ""
10986 "Generate divide results with reminder having the same sign as the divisor "
10987 "(not the dividend)"
10988 msgstr ""
10989
10990 #: config/mmix/mmix.h:215
10991 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10992 msgstr ""
10993
10994 #: config/mmix/mmix.h:217
10995 msgid "Do not provide a default start-address 0x100 of the program"
10996 msgstr ""
10997
10998 #: config/mmix/mmix.h:219
10999 msgid "Link to emit program in ELF format (rather than mmo)"
11000 msgstr ""
11001
11002 #: config/mmix/mmix.h:221
11003 msgid "Use P-mnemonics for branches statically predicted as taken"
11004 msgstr ""
11005
11006 #: config/mmix/mmix.h:223
11007 msgid "Don't use P-mnemonics for branches"
11008 msgstr ""
11009
11010 #: config/mmix/mmix.h:225
11011 msgid "Use addresses that allocate global registers"
11012 msgstr ""
11013
11014 #: config/mmix/mmix.h:227
11015 msgid "Do not use addresses that allocate global registers"
11016 msgstr ""
11017
11018 #: config/mmix/mmix.h:229
11019 msgid "Generate a single exit point for each function"
11020 msgstr ""
11021
11022 #: config/mmix/mmix.h:231
11023 msgid "Do not generate a single exit point for each function"
11024 msgstr ""
11025
11026 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
11027 msgid "Target the AM33 processor"
11028 msgstr ""
11029
11030 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
11031 msgid "Target the AM33/2.0 processor"
11032 msgstr ""
11033
11034 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
11035 msgid "Enable linker relaxations"
11036 msgstr ""
11037
11038 #: config/mn10300/mn10300.h:69
11039 msgid "Work around hardware multiply bug"
11040 msgstr ""
11041
11042 #: config/mn10300/mn10300.h:70
11043 msgid "Do not work around hardware multiply bug"
11044 msgstr ""
11045
11046 #: config/ns32k/ns32k.h:142 config/s390/s390.h:135
11047 msgid "Don't use hardware fp"
11048 msgstr ""
11049
11050 #: config/ns32k/ns32k.h:143
11051 msgid "Alternative calling convention"
11052 msgstr ""
11053
11054 #: config/ns32k/ns32k.h:145
11055 msgid "Pass some arguments in registers"
11056 msgstr ""
11057
11058 #: config/ns32k/ns32k.h:146
11059 msgid "Pass all arguments on stack"
11060 msgstr ""
11061
11062 #: config/ns32k/ns32k.h:147
11063 msgid "Optimize for 32532 cpu"
11064 msgstr ""
11065
11066 #: config/ns32k/ns32k.h:148
11067 msgid "Optimize for 32332 cpu"
11068 msgstr ""
11069
11070 #: config/ns32k/ns32k.h:150
11071 msgid "Optimize for 32032"
11072 msgstr ""
11073
11074 #: config/ns32k/ns32k.h:152
11075 msgid "Register sb is zero. Use for absolute addressing"
11076 msgstr ""
11077
11078 #: config/ns32k/ns32k.h:153
11079 msgid "Do not use register sb"
11080 msgstr ""
11081
11082 #: config/ns32k/ns32k.h:155
11083 msgid "Use bit-field instructions"
11084 msgstr ""
11085
11086 #: config/ns32k/ns32k.h:157
11087 msgid "Do not use bit-field instructions"
11088 msgstr ""
11089
11090 #: config/ns32k/ns32k.h:158
11091 msgid "Generate code for high memory"
11092 msgstr ""
11093
11094 #: config/ns32k/ns32k.h:159
11095 msgid "Generate code for low memory"
11096 msgstr ""
11097
11098 #: config/ns32k/ns32k.h:160
11099 msgid "32381 fpu"
11100 msgstr ""
11101
11102 #: config/ns32k/ns32k.h:162
11103 msgid "Use multiply-accumulate fp instructions"
11104 msgstr ""
11105
11106 #: config/ns32k/ns32k.h:164
11107 msgid "Do not use multiply-accumulate fp instructions"
11108 msgstr ""
11109
11110 #: config/ns32k/ns32k.h:165
11111 msgid "\"Small register classes\" kludge"
11112 msgstr ""
11113
11114 #: config/ns32k/ns32k.h:166
11115 msgid "No \"Small register classes\" kludge"
11116 msgstr ""
11117
11118 #: config/pa/pa.c:404
11119 #, c-format
11120 msgid ""
11121 "unknown -mschedule= option (%s).\n"
11122 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11123 msgstr ""
11124
11125 #: config/pa/pa.c:429
11126 #, c-format
11127 msgid ""
11128 "unknown -march= option (%s).\n"
11129 "Valid options are 1.0, 1.1, and 2.0\n"
11130 msgstr ""
11131
11132 #: config/pa/pa.c:449
11133 #, c-format
11134 msgid ""
11135 "unknown -munix= option (%s).\n"
11136 "Valid options are 93, 95 and 98.\n"
11137 msgstr ""
11138
11139 #: config/pa/pa.c:454
11140 #, c-format
11141 msgid ""
11142 "unknown -munix= option (%s).\n"
11143 "Valid options are 93 and 95.\n"
11144 msgstr ""
11145
11146 #: config/pa/pa.c:458
11147 #, c-format
11148 msgid ""
11149 "unknown -munix= option (%s).\n"
11150 "Valid option is 93.\n"
11151 msgstr ""
11152
11153 #: config/pa/pa.c:475
11154 msgid "PIC code generation is not supported in the portable runtime model\n"
11155 msgstr ""
11156
11157 #: config/pa/pa.c:480
11158 msgid "PIC code generation is not compatible with fast indirect calls\n"
11159 msgstr ""
11160
11161 #: config/pa/pa.c:485
11162 msgid "-g is only supported when using GAS on this processor,"
11163 msgstr ""
11164
11165 #: config/pa/pa.c:486
11166 msgid "-g option disabled"
11167 msgstr ""
11168
11169 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
11170 msgid "Generate cpp defines for server IO"
11171 msgstr ""
11172
11173 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
11174 msgid "Generate cpp defines for workstation IO"
11175 msgstr ""
11176
11177 #: config/pa/pa-hpux10.h:84
11178 msgid ""
11179 "Specify UNIX standard for predefines and linking.\n"
11180 "Supported value is 93."
11181 msgstr ""
11182
11183 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:99
11184 msgid ""
11185 "Specify UNIX standard for predefines and linking.\n"
11186 "Supported values are 93 and 95."
11187 msgstr ""
11188
11189 #: config/pa/pa-hpux11.h:82
11190 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11191 msgstr ""
11192
11193 #: config/pa/pa-hpux1111.h:28
11194 msgid ""
11195 "Specify UNIX standard for predefines and linking.\n"
11196 "Supported values are 93, 95 and 98."
11197 msgstr ""
11198
11199 #. Macro to define tables used to set the flags.  This is a
11200 #. list in braces of target switches with each switch being
11201 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11202 #. or minus the bits to clear.  An empty string NAME is used to
11203 #. identify the default VALUE.  Do not mark empty strings for
11204 #. translation.
11205 #: config/pa/pa.h:254 config/pa/pa.h:260
11206 msgid "Generate PA1.1 code"
11207 msgstr ""
11208
11209 #: config/pa/pa.h:256 config/pa/pa.h:258
11210 msgid "Generate PA1.0 code"
11211 msgstr ""
11212
11213 #: config/pa/pa.h:262
11214 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11215 msgstr ""
11216
11217 #: config/pa/pa.h:264
11218 msgid "Disable FP regs"
11219 msgstr ""
11220
11221 #: config/pa/pa.h:266
11222 msgid "Do not disable FP regs"
11223 msgstr ""
11224
11225 #: config/pa/pa.h:268
11226 msgid "Disable space regs"
11227 msgstr ""
11228
11229 #: config/pa/pa.h:270
11230 msgid "Do not disable space regs"
11231 msgstr ""
11232
11233 #: config/pa/pa.h:272
11234 msgid "Put jumps in call delay slots"
11235 msgstr ""
11236
11237 #: config/pa/pa.h:274
11238 msgid "Do not put jumps in call delay slots"
11239 msgstr ""
11240
11241 #: config/pa/pa.h:276
11242 msgid "Disable indexed addressing"
11243 msgstr ""
11244
11245 #: config/pa/pa.h:278
11246 msgid "Do not disable indexed addressing"
11247 msgstr ""
11248
11249 #: config/pa/pa.h:280
11250 msgid "Use portable calling conventions"
11251 msgstr ""
11252
11253 #: config/pa/pa.h:282
11254 msgid "Do not use portable calling conventions"
11255 msgstr ""
11256
11257 #: config/pa/pa.h:284
11258 msgid "Assume code will be assembled by GAS"
11259 msgstr ""
11260
11261 #: config/pa/pa.h:286
11262 msgid "Do not assume code will be assembled by GAS"
11263 msgstr ""
11264
11265 #: config/pa/pa.h:290
11266 msgid "Do not use software floating point"
11267 msgstr ""
11268
11269 #: config/pa/pa.h:292
11270 msgid "Emit long load/store sequences"
11271 msgstr ""
11272
11273 #: config/pa/pa.h:294
11274 msgid "Do not emit long load/store sequences"
11275 msgstr ""
11276
11277 #: config/pa/pa.h:296
11278 msgid "Generate fast indirect calls"
11279 msgstr ""
11280
11281 #: config/pa/pa.h:298
11282 msgid "Do not generate fast indirect calls"
11283 msgstr ""
11284
11285 #: config/pa/pa.h:300
11286 msgid "Generate code for huge switch statements"
11287 msgstr ""
11288
11289 #: config/pa/pa.h:302
11290 msgid "Do not generate code for huge switch statements"
11291 msgstr ""
11292
11293 #: config/pa/pa.h:304
11294 msgid "Always generate long calls"
11295 msgstr ""
11296
11297 #: config/pa/pa.h:306
11298 msgid "Generate long calls only when needed"
11299 msgstr ""
11300
11301 #: config/pa/pa.h:308
11302 msgid "Enable linker optimizations"
11303 msgstr ""
11304
11305 #: config/pa/pa.h:332
11306 msgid ""
11307 "Specify PA-RISC architecture for code generation.\n"
11308 "Values are 1.0, 1.1 and 2.0."
11309 msgstr ""
11310
11311 #: config/pa/pa.h:335
11312 msgid "Specify range of registers to make fixed."
11313 msgstr ""
11314
11315 #: config/pa/pa.h:337
11316 msgid "Specify CPU for scheduling purposes."
11317 msgstr ""
11318
11319 #: config/pa/pa64-hpux.h:29
11320 msgid "Assume code will be linked by GNU ld"
11321 msgstr ""
11322
11323 #: config/pa/pa64-hpux.h:31
11324 msgid "Assume code will be linked by HP ld"
11325 msgstr ""
11326
11327 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11328 msgid "Do not use hardware floating point"
11329 msgstr ""
11330
11331 #. return float result in ac0
11332 #: config/pdp11/pdp11.h:64
11333 msgid "Return floating point results in ac0"
11334 msgstr ""
11335
11336 #: config/pdp11/pdp11.h:65
11337 msgid "Return floating point results in memory"
11338 msgstr ""
11339
11340 #. is 11/40
11341 #: config/pdp11/pdp11.h:67
11342 msgid "Generate code for an 11/40"
11343 msgstr ""
11344
11345 #. is 11/45
11346 #: config/pdp11/pdp11.h:70
11347 msgid "Generate code for an 11/45"
11348 msgstr ""
11349
11350 #. is 11/10
11351 #: config/pdp11/pdp11.h:73
11352 msgid "Generate code for an 11/10"
11353 msgstr ""
11354
11355 #. use movmemhi for bcopy
11356 #. use 32 bit for int
11357 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11358 msgid "Use 32 bit int"
11359 msgstr ""
11360
11361 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11362 msgid "Use 16 bit int"
11363 msgstr ""
11364
11365 #. use 32 bit for float
11366 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11367 msgid "Use 32 bit float"
11368 msgstr ""
11369
11370 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11371 msgid "Use 64 bit float"
11372 msgstr ""
11373
11374 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11375 #. is branching expensive - on a PDP, it's actually really cheap
11376 #. this is just to play around and check what code gcc generates
11377 #. split instruction and data memory?
11378 #: config/pdp11/pdp11.h:95
11379 msgid "Target has split I&D"
11380 msgstr ""
11381
11382 #: config/pdp11/pdp11.h:96
11383 msgid "Target does not have split I&D"
11384 msgstr ""
11385
11386 #. UNIX assembler syntax?
11387 #: config/pdp11/pdp11.h:98
11388 msgid "Use UNIX assembler syntax"
11389 msgstr ""
11390
11391 #: config/pdp11/pdp11.h:99
11392 msgid "Use DEC assembler syntax"
11393 msgstr ""
11394
11395 #: config/rs6000/host-darwin.c:52
11396 msgid "Segmentation Fault (code)"
11397 msgstr ""
11398
11399 #: config/rs6000/host-darwin.c:83
11400 msgid "Out of stack space.\n"
11401 msgstr ""
11402
11403 #: config/rs6000/host-darwin.c:104
11404 #, c-format
11405 msgid "Try running '%s' in the shell to raise its limit.\n"
11406 msgstr ""
11407
11408 #: config/rs6000/host-darwin.c:117
11409 msgid "Segmentation Fault"
11410 msgstr ""
11411
11412 #: config/rs6000/host-darwin.c:131
11413 #, c-format
11414 msgid "While setting up signal stack: %m"
11415 msgstr ""
11416
11417 #: config/rs6000/host-darwin.c:137
11418 #, c-format
11419 msgid "While setting up signal handler: %m"
11420 msgstr ""
11421
11422 #: config/rs6000/host-darwin.c:181
11423 #, c-format
11424 msgid "couldn't unmap pch_address_space: %m\n"
11425 msgstr ""
11426
11427 #. Handle the machine specific pragma longcall.  Its syntax is
11428 #.
11429 #. # pragma longcall ( TOGGLE )
11430 #.
11431 #. where TOGGLE is either 0 or 1.
11432 #.
11433 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11434 #. whether or not new function declarations receive a longcall
11435 #. attribute by default.
11436 #: config/rs6000/rs6000-c.c:46
11437 msgid "ignoring malformed #pragma longcall"
11438 msgstr ""
11439
11440 #: config/rs6000/rs6000-c.c:59
11441 msgid "missing open paren"
11442 msgstr ""
11443
11444 #: config/rs6000/rs6000-c.c:61
11445 msgid "missing number"
11446 msgstr ""
11447
11448 #: config/rs6000/rs6000-c.c:63
11449 msgid "missing close paren"
11450 msgstr ""
11451
11452 #: config/rs6000/rs6000-c.c:66
11453 msgid "number must be 0 or 1"
11454 msgstr ""
11455
11456 #: config/rs6000/rs6000-c.c:69
11457 msgid "junk at end of #pragma longcall"
11458 msgstr ""
11459
11460 #: config/rs6000/rs6000.c:1244
11461 msgid "-mmultiple is not supported on little endian systems"
11462 msgstr ""
11463
11464 #: config/rs6000/rs6000.c:1251
11465 msgid "-mstring is not supported on little endian systems"
11466 msgstr ""
11467
11468 #: config/rs6000/rs6000.c:1265
11469 #, c-format
11470 msgid "unknown -mdebug-%s switch"
11471 msgstr ""
11472
11473 #: config/rs6000/rs6000.c:1277
11474 msgid ""
11475 "unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
11476 msgstr ""
11477
11478 #: config/rs6000/rs6000.c:1288
11479 #, c-format
11480 msgid "Unknown switch -mlong-double-%s"
11481 msgstr ""
11482
11483 #: config/rs6000/rs6000.c:1338
11484 msgid "AltiVec and E500 instructions cannot coexist"
11485 msgstr ""
11486
11487 #: config/rs6000/rs6000.c:1616
11488 #, c-format
11489 msgid "unknown -m%s= option specified: '%s'"
11490 msgstr ""
11491
11492 #: config/rs6000/rs6000.c:1637
11493 #, c-format
11494 msgid "not configured for ABI: '%s'"
11495 msgstr ""
11496
11497 #: config/rs6000/rs6000.c:1645
11498 msgid "Using darwin64 ABI"
11499 msgstr ""
11500
11501 #: config/rs6000/rs6000.c:1650
11502 msgid "Using old darwin ABI"
11503 msgstr ""
11504
11505 #: config/rs6000/rs6000.c:1656
11506 #, c-format
11507 msgid "unknown ABI specified: '%s'"
11508 msgstr ""
11509
11510 #: config/rs6000/rs6000.c:1673
11511 msgid "invalid option for -mfloat-gprs"
11512 msgstr ""
11513
11514 #: config/rs6000/rs6000.c:1687
11515 #, c-format
11516 msgid "unknown -malign-XXXXX option specified: '%s'"
11517 msgstr ""
11518
11519 #: config/rs6000/rs6000.c:4658
11520 msgid ""
11521 "GCC vector returned by reference: non-standard ABI extension with no "
11522 "compatibility guarantee"
11523 msgstr ""
11524
11525 #: config/rs6000/rs6000.c:4731
11526 msgid ""
11527 "Cannot return value in vector register because altivec instructions are "
11528 "disabled, use -maltivec to enable them."
11529 msgstr ""
11530
11531 #: config/rs6000/rs6000.c:4920
11532 msgid ""
11533 "Cannot pass argument in vector register because altivec instructions are "
11534 "disabled, use -maltivec to enable them."
11535 msgstr ""
11536
11537 #: config/rs6000/rs6000.c:5712
11538 msgid ""
11539 "GCC vector passed by reference: non-standard ABI extension with no "
11540 "compatibility guarantee"
11541 msgstr ""
11542
11543 #: config/rs6000/rs6000.c:6605
11544 msgid "argument 1 must be a 5-bit signed literal"
11545 msgstr ""
11546
11547 #: config/rs6000/rs6000.c:6708 config/rs6000/rs6000.c:7378
11548 msgid "argument 2 must be a 5-bit unsigned literal"
11549 msgstr ""
11550
11551 #: config/rs6000/rs6000.c:6748
11552 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11553 msgstr ""
11554
11555 #: config/rs6000/rs6000.c:6802
11556 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11557 msgstr ""
11558
11559 #: config/rs6000/rs6000.c:6964
11560 msgid "argument 3 must be a 4-bit unsigned literal"
11561 msgstr ""
11562
11563 #: config/rs6000/rs6000.c:7136
11564 #, c-format
11565 msgid "argument to %qs must be a 2-bit unsigned literal"
11566 msgstr ""
11567
11568 #: config/rs6000/rs6000.c:7249
11569 msgid "argument to dss must be a 2-bit unsigned literal"
11570 msgstr ""
11571
11572 #: config/rs6000/rs6000.c:7264
11573 #, c-format
11574 msgid "invalid parameter combination for %qs AltiVec intrinsic"
11575 msgstr ""
11576
11577 #: config/rs6000/rs6000.c:7498
11578 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11579 msgstr ""
11580
11581 #: config/rs6000/rs6000.c:7571
11582 msgid "argument 1 of __builtin_spe_predicate is out of range"
11583 msgstr ""
11584
11585 #: config/rs6000/rs6000.c:10478
11586 #, c-format
11587 msgid "invalid %%f value"
11588 msgstr ""
11589
11590 #: config/rs6000/rs6000.c:10487
11591 #, c-format
11592 msgid "invalid %%F value"
11593 msgstr ""
11594
11595 #: config/rs6000/rs6000.c:10496
11596 #, c-format
11597 msgid "invalid %%G value"
11598 msgstr ""
11599
11600 #: config/rs6000/rs6000.c:10531
11601 #, c-format
11602 msgid "invalid %%j code"
11603 msgstr ""
11604
11605 #: config/rs6000/rs6000.c:10541
11606 #, c-format
11607 msgid "invalid %%J code"
11608 msgstr ""
11609
11610 #: config/rs6000/rs6000.c:10551
11611 #, c-format
11612 msgid "invalid %%k value"
11613 msgstr ""
11614
11615 #: config/rs6000/rs6000.c:10571 config/xtensa/xtensa.c:1937
11616 #, c-format
11617 msgid "invalid %%K value"
11618 msgstr ""
11619
11620 #: config/rs6000/rs6000.c:10638
11621 #, c-format
11622 msgid "invalid %%O value"
11623 msgstr ""
11624
11625 #: config/rs6000/rs6000.c:10685
11626 #, c-format
11627 msgid "invalid %%q value"
11628 msgstr ""
11629
11630 #: config/rs6000/rs6000.c:10729
11631 #, c-format
11632 msgid "invalid %%S value"
11633 msgstr ""
11634
11635 #: config/rs6000/rs6000.c:10771
11636 #, c-format
11637 msgid "invalid %%T value"
11638 msgstr ""
11639
11640 #: config/rs6000/rs6000.c:10781
11641 #, c-format
11642 msgid "invalid %%u value"
11643 msgstr ""
11644
11645 #: config/rs6000/rs6000.c:10790 config/xtensa/xtensa.c:1907
11646 #, c-format
11647 msgid "invalid %%v value"
11648 msgstr ""
11649
11650 #: config/rs6000/rs6000.c:13442
11651 msgid "stack frame too large"
11652 msgstr ""
11653
11654 #: config/rs6000/rs6000.c:15958
11655 msgid "no profiling of 64-bit code for this ABI"
11656 msgstr ""
11657
11658 #: config/rs6000/rs6000.c:17044
11659 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11660 msgstr ""
11661
11662 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11663 msgid "Always pass floating-point arguments in memory"
11664 msgstr ""
11665
11666 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11667 msgid "Don't always pass floating-point arguments in memory"
11668 msgstr ""
11669
11670 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11671 #: config/rs6000/aix52.h:31
11672 msgid "Support message passing with the Parallel Environment"
11673 msgstr ""
11674
11675 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11676 msgid "Compile for 64-bit pointers"
11677 msgstr ""
11678
11679 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11680 msgid "Compile for 32-bit pointers"
11681 msgstr ""
11682
11683 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11684 msgid "-maix64 and POWER architecture are incompatible"
11685 msgstr ""
11686
11687 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11688 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11689 msgstr ""
11690
11691 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11692 msgid ""
11693 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11694 msgstr ""
11695
11696 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11697 msgid "Generate 64-bit code"
11698 msgstr ""
11699
11700 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11701 msgid "Generate 32-bit code"
11702 msgstr ""
11703
11704 #: config/rs6000/darwin.h:73
11705 msgid "Generate code suitable for executables (NOT shared libs)"
11706 msgstr ""
11707
11708 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11709 #. off.
11710 #: config/rs6000/darwin.h:89
11711 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11712 msgstr ""
11713
11714 #. Darwin doesn't support -fpic.
11715 #: config/rs6000/darwin.h:95
11716 msgid "-fpic is not supported; -fPIC assumed"
11717 msgstr ""
11718
11719 #: config/rs6000/darwin.h:113
11720 msgid "-m64 requires PowerPC64 architecture, enabling"
11721 msgstr ""
11722
11723 #. See note below.
11724 #. if (rs6000_long_double_size_string == NULL)
11725 #. rs6000_long_double_type_size = 128;
11726 #: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
11727 msgid "-m64 not supported in this configuration"
11728 msgstr ""
11729
11730 #: config/rs6000/linux64.h:106
11731 msgid "-m64 requires a PowerPC64 cpu"
11732 msgstr ""
11733
11734 #: config/rs6000/linux64.h:216
11735 msgid "Call mcount for profiling before a function prologue"
11736 msgstr ""
11737
11738 #: config/rs6000/linux64.h:218
11739 msgid "Call mcount for profiling after a function prologue"
11740 msgstr ""
11741
11742 #. Run-time compilation parameters selecting different hardware subsets.
11743 #.
11744 #. Macro to define tables used to set the flags.
11745 #. This is a list in braces of pairs in braces,
11746 #. each pair being { "NAME", VALUE }
11747 #. where VALUE is the bits to set or minus the bits to clear.
11748 #. An empty string NAME is used to identify the default VALUE.
11749 #: config/rs6000/rs6000.h:277
11750 msgid "Use POWER instruction set"
11751 msgstr ""
11752
11753 #: config/rs6000/rs6000.h:280
11754 msgid "Use POWER2 instruction set"
11755 msgstr ""
11756
11757 #: config/rs6000/rs6000.h:282
11758 msgid "Do not use POWER2 instruction set"
11759 msgstr ""
11760
11761 #: config/rs6000/rs6000.h:285
11762 msgid "Do not use POWER instruction set"
11763 msgstr ""
11764
11765 #: config/rs6000/rs6000.h:287
11766 msgid "Use PowerPC instruction set"
11767 msgstr ""
11768
11769 #: config/rs6000/rs6000.h:290
11770 msgid "Do not use PowerPC instruction set"
11771 msgstr ""
11772
11773 #: config/rs6000/rs6000.h:292
11774 msgid "Use PowerPC General Purpose group optional instructions"
11775 msgstr ""
11776
11777 #: config/rs6000/rs6000.h:294
11778 msgid "Do not use PowerPC General Purpose group optional instructions"
11779 msgstr ""
11780
11781 #: config/rs6000/rs6000.h:296
11782 msgid "Use PowerPC Graphics group optional instructions"
11783 msgstr ""
11784
11785 #: config/rs6000/rs6000.h:298
11786 msgid "Do not use PowerPC Graphics group optional instructions"
11787 msgstr ""
11788
11789 #: config/rs6000/rs6000.h:300
11790 msgid "Use PowerPC-64 instruction set"
11791 msgstr ""
11792
11793 #: config/rs6000/rs6000.h:302
11794 msgid "Do not use PowerPC-64 instruction set"
11795 msgstr ""
11796
11797 #: config/rs6000/rs6000.h:304
11798 msgid "Use AltiVec instructions"
11799 msgstr ""
11800
11801 #: config/rs6000/rs6000.h:306
11802 msgid "Do not use AltiVec instructions"
11803 msgstr ""
11804
11805 #: config/rs6000/rs6000.h:308
11806 msgid "Use new mnemonics for PowerPC architecture"
11807 msgstr ""
11808
11809 #: config/rs6000/rs6000.h:310
11810 msgid "Use old mnemonics for PowerPC architecture"
11811 msgstr ""
11812
11813 #: config/rs6000/rs6000.h:313
11814 msgid "Put everything in the regular TOC"
11815 msgstr ""
11816
11817 #: config/rs6000/rs6000.h:315
11818 msgid "Place floating point constants in TOC"
11819 msgstr ""
11820
11821 #: config/rs6000/rs6000.h:317
11822 msgid "Do not place floating point constants in TOC"
11823 msgstr ""
11824
11825 #: config/rs6000/rs6000.h:319
11826 msgid "Place symbol+offset constants in TOC"
11827 msgstr ""
11828
11829 #: config/rs6000/rs6000.h:321
11830 msgid "Do not place symbol+offset constants in TOC"
11831 msgstr ""
11832
11833 #: config/rs6000/rs6000.h:327
11834 msgid "Place variable addresses in the regular TOC"
11835 msgstr ""
11836
11837 #: config/rs6000/rs6000.h:333
11838 msgid "Generate load/store multiple instructions"
11839 msgstr ""
11840
11841 #: config/rs6000/rs6000.h:335
11842 msgid "Do not generate load/store multiple instructions"
11843 msgstr ""
11844
11845 #: config/rs6000/rs6000.h:337
11846 msgid "Generate string instructions for block moves"
11847 msgstr ""
11848
11849 #: config/rs6000/rs6000.h:339
11850 msgid "Do not generate string instructions for block moves"
11851 msgstr ""
11852
11853 #: config/rs6000/rs6000.h:341
11854 msgid "Generate load/store with update instructions"
11855 msgstr ""
11856
11857 #: config/rs6000/rs6000.h:343
11858 msgid "Do not generate load/store with update instructions"
11859 msgstr ""
11860
11861 #: config/rs6000/rs6000.h:347
11862 msgid "Do not generate fused multiply/add instructions"
11863 msgstr ""
11864
11865 #: config/rs6000/rs6000.h:351
11866 msgid "Do not schedule the start and end of the procedure"
11867 msgstr ""
11868
11869 #: config/rs6000/rs6000.h:357
11870 msgid "Return all structures in memory (AIX default)"
11871 msgstr ""
11872
11873 #: config/rs6000/rs6000.h:359
11874 msgid "Return small structures in registers (SVR4 default)"
11875 msgstr ""
11876
11877 #: config/rs6000/rs6000.h:365
11878 msgid "Generate single field mfcr instruction"
11879 msgstr ""
11880
11881 #: config/rs6000/rs6000.h:367
11882 msgid "Do not generate single field mfcr instruction"
11883 msgstr ""
11884
11885 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11886 msgid "Use features of and schedule code for given CPU"
11887 msgstr ""
11888
11889 #: config/rs6000/rs6000.h:454
11890 msgid "Enable debug output"
11891 msgstr ""
11892
11893 #: config/rs6000/rs6000.h:456
11894 msgid "Select full, part, or no traceback table"
11895 msgstr ""
11896
11897 #: config/rs6000/rs6000.h:457
11898 msgid "Specify ABI to use"
11899 msgstr ""
11900
11901 #: config/rs6000/rs6000.h:459
11902 msgid "Specify size of long double (64 or 128 bits)"
11903 msgstr ""
11904
11905 #: config/rs6000/rs6000.h:461
11906 msgid "Specify yes/no if isel instructions should be generated"
11907 msgstr ""
11908
11909 #: config/rs6000/rs6000.h:463
11910 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11911 msgstr ""
11912
11913 #: config/rs6000/rs6000.h:465
11914 msgid "Specify yes/no if using floating point in the GPRs"
11915 msgstr ""
11916
11917 #: config/rs6000/rs6000.h:467
11918 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11919 msgstr ""
11920
11921 #: config/rs6000/rs6000.h:469
11922 msgid "Avoid all range limits on call instructions"
11923 msgstr ""
11924
11925 #: config/rs6000/rs6000.h:472
11926 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11927 msgstr ""
11928
11929 #: config/rs6000/rs6000.h:475
11930 msgid "Determine which dependences between insns are considered costly"
11931 msgstr ""
11932
11933 #: config/rs6000/rs6000.h:477
11934 msgid "Specify which post scheduling nop insertion scheme to apply"
11935 msgstr ""
11936
11937 #: config/rs6000/rs6000.h:479
11938 msgid "Specify alignment of structure fields default/natural"
11939 msgstr ""
11940
11941 #: config/rs6000/rs6000.h:481
11942 msgid "Specify scheduling priority for dispatch slot restricted insns"
11943 msgstr ""
11944
11945 #. Definitions for __builtin_return_address and __builtin_frame_address.
11946 #. __builtin_return_address (0) should give link register (65), enable
11947 #. this.
11948 #. This should be uncommented, so that the link register is used, but
11949 #. currently this would result in unmatched insns and spilling fixed
11950 #. registers so we'll leave it for another day.  When these problems are
11951 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11952 #. (mrs)
11953 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11954 #. Number of bytes into the frame return addresses can be found.  See
11955 #. rs6000_stack_info in rs6000.c for more information on how the different
11956 #. abi's store the return address.
11957 #: config/rs6000/rs6000.h:1829
11958 msgid "RETURN_ADDRESS_OFFSET not supported"
11959 msgstr ""
11960
11961 #: config/rs6000/sysv4.h:87
11962 msgid "Select ABI calling convention"
11963 msgstr ""
11964
11965 #: config/rs6000/sysv4.h:88
11966 msgid "Select method for sdata handling"
11967 msgstr ""
11968
11969 #: config/rs6000/sysv4.h:100
11970 msgid "Align to the base type of the bit-field"
11971 msgstr ""
11972
11973 #: config/rs6000/sysv4.h:102
11974 msgid "Don't align to the base type of the bit-field"
11975 msgstr ""
11976
11977 #: config/rs6000/sysv4.h:104
11978 msgid "Don't assume that unaligned accesses are handled by the system"
11979 msgstr ""
11980
11981 #: config/rs6000/sysv4.h:106
11982 msgid "Assume that unaligned accesses are handled by the system"
11983 msgstr ""
11984
11985 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11986 msgid "Produce code relocatable at runtime"
11987 msgstr ""
11988
11989 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11990 msgid "Don't produce code relocatable at runtime"
11991 msgstr ""
11992
11993 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11994 msgid "Produce little endian code"
11995 msgstr ""
11996
11997 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11998 msgid "Produce big endian code"
11999 msgstr ""
12000
12001 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12002 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12003 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12004 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12005 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12006 msgid "no description yet"
12007 msgstr ""
12008
12009 #: config/rs6000/sysv4.h:129
12010 msgid "Use EABI"
12011 msgstr ""
12012
12013 #: config/rs6000/sysv4.h:130
12014 msgid "Don't use EABI"
12015 msgstr ""
12016
12017 #: config/rs6000/sysv4.h:133
12018 msgid "Do not allow bit-fields to cross word boundaries"
12019 msgstr ""
12020
12021 #: config/rs6000/sysv4.h:135
12022 msgid "Use alternate register names"
12023 msgstr ""
12024
12025 #: config/rs6000/sysv4.h:137
12026 msgid "Don't use alternate register names"
12027 msgstr ""
12028
12029 #: config/rs6000/sysv4.h:141
12030 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12031 msgstr ""
12032
12033 #: config/rs6000/sysv4.h:143
12034 msgid "Link with libads.a, libc.a and crt0.o"
12035 msgstr ""
12036
12037 #: config/rs6000/sysv4.h:145
12038 msgid "Link with libyk.a, libc.a and crt0.o"
12039 msgstr ""
12040
12041 #: config/rs6000/sysv4.h:147
12042 msgid "Link with libmvme.a, libc.a and crt0.o"
12043 msgstr ""
12044
12045 #: config/rs6000/sysv4.h:149
12046 msgid "Set the PPC_EMB bit in the ELF flags header"
12047 msgstr ""
12048
12049 #: config/rs6000/sysv4.h:150
12050 msgid "Use the WindISS simulator"
12051 msgstr ""
12052
12053 #. Sometimes certain combinations of command options do not make sense
12054 #. on a particular target machine.  You can define a macro
12055 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12056 #. defined, is executed once just after all the command options have
12057 #. been parsed.
12058 #.
12059 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12060 #. get control.
12061 #: config/rs6000/sysv4.h:219
12062 #, c-format
12063 msgid "bad value for -mcall-%s"
12064 msgstr ""
12065
12066 #: config/rs6000/sysv4.h:235
12067 #, c-format
12068 msgid "bad value for -msdata=%s"
12069 msgstr ""
12070
12071 #: config/rs6000/sysv4.h:252
12072 #, c-format
12073 msgid "-mrelocatable and -msdata=%s are incompatible"
12074 msgstr ""
12075
12076 #: config/rs6000/sysv4.h:261
12077 #, c-format
12078 msgid "-f%s and -msdata=%s are incompatible"
12079 msgstr ""
12080
12081 #: config/rs6000/sysv4.h:270
12082 #, c-format
12083 msgid "-msdata=%s and -mcall-%s are incompatible"
12084 msgstr ""
12085
12086 #: config/rs6000/sysv4.h:279
12087 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12088 msgstr ""
12089
12090 #: config/rs6000/sysv4.h:285
12091 #, c-format
12092 msgid "-mrelocatable and -mcall-%s are incompatible"
12093 msgstr ""
12094
12095 #: config/rs6000/sysv4.h:292
12096 #, c-format
12097 msgid "-fPIC and -mcall-%s are incompatible"
12098 msgstr ""
12099
12100 #: config/rs6000/sysv4.h:299
12101 msgid "-mcall-aixdesc must be big endian"
12102 msgstr ""
12103
12104 #: config/rs6000/sysv4.h:314
12105 #, c-format
12106 msgid "-m%s not supported in this configuration"
12107 msgstr ""
12108
12109 #: config/s390/s390.c:1293
12110 #, c-format
12111 msgid "Unknown cpu used in -march=%s."
12112 msgstr ""
12113
12114 #: config/s390/s390.c:1312
12115 #, c-format
12116 msgid "Unknown cpu used in -mtune=%s."
12117 msgstr ""
12118
12119 #: config/s390/s390.c:1317
12120 #, c-format
12121 msgid "z/Architecture mode not supported on %s."
12122 msgstr ""
12123
12124 #: config/s390/s390.c:1319
12125 msgid "64-bit ABI not supported in ESA/390 mode."
12126 msgstr ""
12127
12128 #: config/s390/s390.c:1325
12129 msgid "invalid value for -mwarn-framesize"
12130 msgstr ""
12131
12132 #: config/s390/s390.c:1335
12133 msgid "invalid value for -mstack-size"
12134 msgstr ""
12135
12136 #: config/s390/s390.c:1338
12137 msgid "stack size must be an exact power of 2"
12138 msgstr ""
12139
12140 #: config/s390/s390.c:1344
12141 msgid "invalid value for -mstack-guard"
12142 msgstr ""
12143
12144 #: config/s390/s390.c:1347
12145 msgid "stack size must be greater than the stack guard value"
12146 msgstr ""
12147
12148 #: config/s390/s390.c:1350
12149 msgid "stack guard value must be an exact power of 2"
12150 msgstr ""
12151
12152 #: config/s390/s390.c:1353
12153 msgid "-mstack-size implies use of -mstack-guard"
12154 msgstr ""
12155
12156 #: config/s390/s390.c:1357
12157 msgid "-mstack-guard implies use of -mstack-size"
12158 msgstr ""
12159
12160 #: config/s390/s390.c:4046
12161 msgid "Cannot decompose address."
12162 msgstr ""
12163
12164 #: config/s390/s390.c:4238
12165 msgid "UNKNOWN in print_operand !?"
12166 msgstr ""
12167
12168 #: config/s390/s390.c:6285
12169 msgid "Total size of local variables exceeds architecture limit."
12170 msgstr ""
12171
12172 #: config/s390/s390.c:6823
12173 #, c-format
12174 msgid "frame size of %qs is "
12175 msgstr ""
12176
12177 #: config/s390/s390.c:6823
12178 msgid " bytes"
12179 msgstr ""
12180
12181 #: config/s390/s390.c:6827
12182 #, c-format
12183 msgid "%qs uses dynamic stack allocation"
12184 msgstr ""
12185
12186 #: config/s390/s390.h:136
12187 msgid "Use bras for executable < 64k"
12188 msgstr ""
12189
12190 #: config/s390/s390.h:137
12191 msgid "Don't use bras"
12192 msgstr ""
12193
12194 #: config/s390/s390.h:138
12195 msgid "Additional debug prints"
12196 msgstr ""
12197
12198 #: config/s390/s390.h:139
12199 msgid "Don't print additional debug prints"
12200 msgstr ""
12201
12202 #: config/s390/s390.h:140
12203 msgid "64 bit ABI"
12204 msgstr ""
12205
12206 #: config/s390/s390.h:141
12207 msgid "31 bit ABI"
12208 msgstr ""
12209
12210 #: config/s390/s390.h:142
12211 msgid "z/Architecture"
12212 msgstr ""
12213
12214 #: config/s390/s390.h:143
12215 msgid "ESA/390 architecture"
12216 msgstr ""
12217
12218 #: config/s390/s390.h:144
12219 msgid "mvcle use"
12220 msgstr ""
12221
12222 #: config/s390/s390.h:145
12223 msgid "mvc&ex"
12224 msgstr ""
12225
12226 #: config/s390/s390.h:146
12227 msgid "Enable tpf OS tracing code"
12228 msgstr ""
12229
12230 #: config/s390/s390.h:147
12231 msgid "Disable tpf OS tracing code"
12232 msgstr ""
12233
12234 #: config/s390/s390.h:148
12235 msgid "Disable fused multiply/add instructions"
12236 msgstr ""
12237
12238 #: config/s390/s390.h:149
12239 msgid "Enable fused multiply/add instructions"
12240 msgstr ""
12241
12242 #: config/s390/s390.h:150
12243 msgid "Maintain backchain pointer"
12244 msgstr ""
12245
12246 #: config/s390/s390.h:151
12247 msgid "Don't maintain backchain pointer"
12248 msgstr ""
12249
12250 #: config/s390/s390.h:152
12251 msgid "Use packed stack layout"
12252 msgstr ""
12253
12254 #: config/s390/s390.h:153
12255 msgid "Don't use packed stack layout"
12256 msgstr ""
12257
12258 #: config/s390/s390.h:162
12259 msgid "Warn if a single function's framesize exceeds the given framesize"
12260 msgstr ""
12261
12262 #: config/s390/s390.h:165
12263 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12264 msgstr ""
12265
12266 #: config/s390/s390.h:168
12267 msgid ""
12268 "Emit extra code in the function prologue in order to trap if the stacksize "
12269 "exceeds the given limit"
12270 msgstr ""
12271
12272 #: config/s390/s390.h:171
12273 msgid ""
12274 "Set the max. number of bytes which has to be left to stack size before a "
12275 "trap instruction is triggered"
12276 msgstr ""
12277
12278 #: config/sh/sh.c:6197
12279 msgid "__builtin_saveregs not supported by this subtarget"
12280 msgstr ""
12281
12282 #: config/sh/sh.c:7166
12283 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12284 msgstr ""
12285
12286 #. The sp_switch attribute only has meaning for interrupt functions.
12287 #. The trap_exit attribute only has meaning for interrupt functions.
12288 #: config/sh/sh.c:7188 config/sh/sh.c:7223
12289 #, c-format
12290 msgid "%qs attribute only applies to interrupt functions"
12291 msgstr ""
12292
12293 #. The argument must be a constant string.
12294 #: config/sh/sh.c:7195
12295 #, c-format
12296 msgid "%qs attribute argument not a string constant"
12297 msgstr ""
12298
12299 #. The argument must be a constant integer.
12300 #: config/sh/sh.c:7230
12301 #, c-format
12302 msgid "%qs attribute argument not an integer constant"
12303 msgstr ""
12304
12305 #: config/sh/symbian.c:147
12306 msgid ""
12307 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12308 "ignored"
12309 msgstr ""
12310
12311 #: config/sh/symbian.c:158
12312 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12313 msgstr ""
12314
12315 #: config/sh/symbian.c:171
12316 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12317 msgstr ""
12318
12319 #: config/sh/symbian.c:286
12320 msgid ""
12321 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12322 "linkage."
12323 msgstr ""
12324
12325 #: config/sh/symbian.c:332
12326 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12327 msgstr ""
12328
12329 #: config/sh/symbian.c:436
12330 msgid "%Hvariable %qD definition is marked dllimport."
12331 msgstr ""
12332
12333 #: config/sh/symbian.c:511
12334 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12335 msgstr ""
12336
12337 #: config/sh/symbian.c:892 cp/tree.c:2346
12338 #, c-format
12339 msgid "lang_* check: failed in %s, at %s:%d"
12340 msgstr ""
12341
12342 #. There are no delay slots on SHmedia.
12343 #. Relaxation isn't yet supported for SHmedia
12344 #. -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.
12345 #: config/sh/sh.h:754
12346 msgid "Profiling is not supported on this target."
12347 msgstr ""
12348
12349 #: config/sparc/sparc.c:577
12350 #, c-format
12351 msgid "%s is not supported by this configuration"
12352 msgstr ""
12353
12354 #: config/sparc/sparc.c:584
12355 msgid "-mlong-double-64 not allowed with -m64"
12356 msgstr ""
12357
12358 #: config/sparc/sparc.c:609
12359 msgid "-mcmodel= is not supported on 32 bit systems"
12360 msgstr ""
12361
12362 #: config/sparc/sparc.c:7315 config/sparc/sparc.c:7321
12363 #, c-format
12364 msgid "invalid %%Y operand"
12365 msgstr ""
12366
12367 #: config/sparc/sparc.c:7391
12368 #, c-format
12369 msgid "invalid %%A operand"
12370 msgstr ""
12371
12372 #: config/sparc/sparc.c:7401
12373 #, c-format
12374 msgid "invalid %%B operand"
12375 msgstr ""
12376
12377 #: config/sparc/sparc.c:7440
12378 #, c-format
12379 msgid "invalid %%c operand"
12380 msgstr ""
12381
12382 #: config/sparc/sparc.c:7441
12383 #, c-format
12384 msgid "invalid %%C operand"
12385 msgstr ""
12386
12387 #: config/sparc/sparc.c:7462
12388 #, c-format
12389 msgid "invalid %%d operand"
12390 msgstr ""
12391
12392 #: config/sparc/sparc.c:7463
12393 #, c-format
12394 msgid "invalid %%D operand"
12395 msgstr ""
12396
12397 #: config/sparc/sparc.c:7479
12398 #, c-format
12399 msgid "invalid %%f operand"
12400 msgstr ""
12401
12402 #: config/sparc/sparc.c:7493
12403 #, c-format
12404 msgid "invalid %%s operand"
12405 msgstr ""
12406
12407 #: config/sparc/sparc.c:7547
12408 msgid "long long constant not a valid immediate operand"
12409 msgstr ""
12410
12411 #: config/sparc/sparc.c:7550
12412 msgid "floating point constant not a valid immediate operand"
12413 msgstr ""
12414
12415 #: config/sparc/freebsd.h:77 config/sparc/linux.h:91
12416 #: config/sparc/linux64.h:111 config/sparc/netbsd-elf.h:211
12417 msgid "Use 64 bit long doubles"
12418 msgstr ""
12419
12420 #: config/sparc/freebsd.h:78 config/sparc/linux.h:92
12421 #: config/sparc/linux64.h:112 config/sparc/netbsd-elf.h:212
12422 msgid "Use 128 bit long doubles"
12423 msgstr ""
12424
12425 #: config/sparc/sp64-elf.h:90
12426 msgid "Generate code for big endian"
12427 msgstr ""
12428
12429 #: config/sparc/sp64-elf.h:91
12430 msgid "Generate code for little endian"
12431 msgstr ""
12432
12433 #: config/sparc/sp86x-elf.h:68
12434 msgid "Use little-endian byte order for data"
12435 msgstr ""
12436
12437 #: config/sparc/sparc.h:626
12438 msgid "Assume possible double misalignment"
12439 msgstr ""
12440
12441 #: config/sparc/sparc.h:628
12442 msgid "Assume all doubles are aligned"
12443 msgstr ""
12444
12445 #: config/sparc/sparc.h:630
12446 msgid "Pass -assert pure-text to linker"
12447 msgstr ""
12448
12449 #: config/sparc/sparc.h:632
12450 msgid "Do not pass -assert pure-text to linker"
12451 msgstr ""
12452
12453 #: config/sparc/sparc.h:634
12454 msgid "Use ABI reserved registers"
12455 msgstr ""
12456
12457 #: config/sparc/sparc.h:636
12458 msgid "Do not use ABI reserved registers"
12459 msgstr ""
12460
12461 #: config/sparc/sparc.h:638
12462 msgid "Use hardware quad fp instructions"
12463 msgstr ""
12464
12465 #: config/sparc/sparc.h:640
12466 msgid "Do not use hardware quad fp instructions"
12467 msgstr ""
12468
12469 #: config/sparc/sparc.h:642
12470 msgid "Compile for v8plus ABI"
12471 msgstr ""
12472
12473 #: config/sparc/sparc.h:644
12474 msgid "Do not compile for v8plus ABI"
12475 msgstr ""
12476
12477 #: config/sparc/sparc.h:646
12478 msgid "Utilize Visual Instruction Set"
12479 msgstr ""
12480
12481 #: config/sparc/sparc.h:648
12482 msgid "Do not utilize Visual Instruction Set"
12483 msgstr ""
12484
12485 #: config/sparc/sparc.h:650
12486 msgid "Pointers are 64-bit"
12487 msgstr ""
12488
12489 #: config/sparc/sparc.h:652
12490 msgid "Pointers are 32-bit"
12491 msgstr ""
12492
12493 #: config/sparc/sparc.h:654
12494 msgid "Use 32-bit ABI"
12495 msgstr ""
12496
12497 #: config/sparc/sparc.h:656
12498 msgid "Use 64-bit ABI"
12499 msgstr ""
12500
12501 #: config/sparc/sparc.h:658
12502 msgid "Use stack bias"
12503 msgstr ""
12504
12505 #: config/sparc/sparc.h:660
12506 msgid "Do not use stack bias"
12507 msgstr ""
12508
12509 #: config/sparc/sparc.h:662
12510 msgid "Use structs on stronger alignment for double-word copies"
12511 msgstr ""
12512
12513 #: config/sparc/sparc.h:664
12514 msgid "Do not use structs on stronger alignment for double-word copies"
12515 msgstr ""
12516
12517 #: config/sparc/sparc.h:666
12518 msgid "Optimize tail call instructions in assembler and linker"
12519 msgstr ""
12520
12521 #: config/sparc/sparc.h:668
12522 msgid "Do not optimize tail call instructions in assembler or linker"
12523 msgstr ""
12524
12525 #: config/sparc/sparc.h:713
12526 msgid "Use given SPARC code model"
12527 msgstr ""
12528
12529 #: config/stormy16/stormy16.c:528
12530 msgid "Constant halfword load operand out of range."
12531 msgstr ""
12532
12533 #: config/stormy16/stormy16.c:538
12534 msgid "Constant arithmetic operand out of range."
12535 msgstr ""
12536
12537 #: config/stormy16/stormy16.c:1224
12538 msgid "Local variable memory requirements exceed capacity."
12539 msgstr ""
12540
12541 #: config/stormy16/stormy16.c:1390
12542 msgid "function_profiler support"
12543 msgstr ""
12544
12545 #: config/stormy16/stormy16.c:1479
12546 msgid "cannot use va_start in interrupt function"
12547 msgstr ""
12548
12549 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12550 msgid "'B' operand is not constant"
12551 msgstr ""
12552
12553 #: config/stormy16/stormy16.c:1948
12554 msgid "'B' operand has multiple bits set"
12555 msgstr ""
12556
12557 #: config/stormy16/stormy16.c:1974
12558 msgid "'o' operand is not constant"
12559 msgstr ""
12560
12561 #: config/stormy16/stormy16.c:2006
12562 msgid "xstormy16_print_operand: unknown code"
12563 msgstr ""
12564
12565 #: config/stormy16/stormy16.c:2052
12566 #, c-format
12567 msgid "switch statement of size %lu entries too large"
12568 msgstr ""
12569
12570 #: config/stormy16/stormy16.c:2434
12571 msgid "%<__BELOW100__%> attribute only applies to variables"
12572 msgstr ""
12573
12574 #: config/stormy16/stormy16.c:2441
12575 msgid "__BELOW100__ attribute not allowed with auto storage class."
12576 msgstr ""
12577
12578 #: config/v850/v850-c.c:67
12579 msgid "#pragma GHS endXXXX found without previous startXXX"
12580 msgstr ""
12581
12582 #: config/v850/v850-c.c:69
12583 msgid "#pragma GHS endXXX does not match previous startXXX"
12584 msgstr ""
12585
12586 #: config/v850/v850-c.c:94
12587 msgid "cannot set interrupt attribute: no current function"
12588 msgstr ""
12589
12590 #: config/v850/v850-c.c:102
12591 msgid "cannot set interrupt attribute: no such identifier"
12592 msgstr ""
12593
12594 #: config/v850/v850-c.c:147
12595 msgid "junk at end of #pragma ghs section"
12596 msgstr ""
12597
12598 #: config/v850/v850-c.c:164
12599 #, c-format
12600 msgid "unrecognized section name \"%s\""
12601 msgstr ""
12602
12603 #: config/v850/v850-c.c:179
12604 msgid "malformed #pragma ghs section"
12605 msgstr ""
12606
12607 #: config/v850/v850-c.c:198
12608 msgid "junk at end of #pragma ghs interrupt"
12609 msgstr ""
12610
12611 #: config/v850/v850-c.c:209
12612 msgid "junk at end of #pragma ghs starttda"
12613 msgstr ""
12614
12615 #: config/v850/v850-c.c:220
12616 msgid "junk at end of #pragma ghs startsda"
12617 msgstr ""
12618
12619 #: config/v850/v850-c.c:231
12620 msgid "junk at end of #pragma ghs startzda"
12621 msgstr ""
12622
12623 #: config/v850/v850-c.c:242
12624 msgid "junk at end of #pragma ghs endtda"
12625 msgstr ""
12626
12627 #: config/v850/v850-c.c:253
12628 msgid "junk at end of #pragma ghs endsda"
12629 msgstr ""
12630
12631 #: config/v850/v850-c.c:264
12632 msgid "junk at end of #pragma ghs endzda"
12633 msgstr ""
12634
12635 #: config/v850/v850.c:163
12636 #, c-format
12637 msgid "%s=%s is not numeric"
12638 msgstr ""
12639
12640 #: config/v850/v850.c:170
12641 #, c-format
12642 msgid "%s=%s is too large"
12643 msgstr ""
12644
12645 #: config/v850/v850.c:336
12646 msgid "const_double_split got a bad insn:"
12647 msgstr ""
12648
12649 #: config/v850/v850.c:901
12650 msgid "output_move_single:"
12651 msgstr ""
12652
12653 #: config/v850/v850.c:2243
12654 msgid "%Jdata area attributes cannot be specified for local variables"
12655 msgstr ""
12656
12657 #: config/v850/v850.c:2254
12658 msgid "%Jdata area of '%D' conflicts with previous declaration"
12659 msgstr ""
12660
12661 #: config/v850/v850.c:2453
12662 #, c-format
12663 msgid "bogus JR construction: %d\n"
12664 msgstr ""
12665
12666 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12667 #, c-format
12668 msgid "bad amount of stack space removal: %d"
12669 msgstr ""
12670
12671 #: config/v850/v850.c:2653
12672 #, c-format
12673 msgid "bogus JARL construction: %d\n"
12674 msgstr ""
12675
12676 #: config/v850/v850.c:3023
12677 #, c-format
12678 msgid "Bogus DISPOSE construction: %d\n"
12679 msgstr ""
12680
12681 #: config/v850/v850.c:3045
12682 #, c-format
12683 msgid "Too much stack space to dispose of: %d"
12684 msgstr ""
12685
12686 #: config/v850/v850.c:3218
12687 #, c-format
12688 msgid "Bogus PREPEARE construction: %d\n"
12689 msgstr ""
12690
12691 #: config/v850/v850.c:3240
12692 #, c-format
12693 msgid "Too much stack space to prepare: %d"
12694 msgstr ""
12695
12696 #. Macro to define tables used to set the flags.
12697 #. This is a list in braces of pairs in braces,
12698 #. each pair being { "NAME", VALUE }
12699 #. where VALUE is the bits to set or minus the bits to clear.
12700 #. An empty string NAME is used to identify the default VALUE.
12701 #: config/v850/v850.h:174
12702 msgid "Support Green Hills ABI"
12703 msgstr ""
12704
12705 #: config/v850/v850.h:177
12706 msgid "Prohibit PC relative function calls"
12707 msgstr ""
12708
12709 #: config/v850/v850.h:180
12710 msgid "Reuse r30 on a per function basis"
12711 msgstr ""
12712
12713 #: config/v850/v850.h:183
12714 msgid "Use stubs for function prologues"
12715 msgstr ""
12716
12717 #: config/v850/v850.h:186
12718 msgid "Same as: -mep -mprolog-function"
12719 msgstr ""
12720
12721 #: config/v850/v850.h:187
12722 msgid "Enable backend debugging"
12723 msgstr ""
12724
12725 #: config/v850/v850.h:189
12726 msgid "Compile for the v850 processor"
12727 msgstr ""
12728
12729 #: config/v850/v850.h:191
12730 msgid "Compile for v850e1 processor"
12731 msgstr ""
12732
12733 #. Make sure that the other bits are cleared.
12734 #: config/v850/v850.h:193
12735 msgid "Compile for v850e processor"
12736 msgstr ""
12737
12738 #. Make sure that the other bits are cleared.
12739 #: config/v850/v850.h:195
12740 msgid "Enable the use of the short load instructions"
12741 msgstr ""
12742
12743 #: config/v850/v850.h:198
12744 msgid "Do not use the callt instruction"
12745 msgstr ""
12746
12747 #: config/v850/v850.h:205
12748 msgid "Do not use registers r2 and r5"
12749 msgstr ""
12750
12751 #: config/v850/v850.h:207
12752 msgid "Enforce strict alignment"
12753 msgstr ""
12754
12755 #: config/v850/v850.h:210
12756 msgid "Use 4 byte entries in switch tables"
12757 msgstr ""
12758
12759 #: config/v850/v850.h:236
12760 msgid "Set the max size of data eligible for the TDA area"
12761 msgstr ""
12762
12763 #: config/v850/v850.h:239
12764 msgid "Set the max size of data eligible for the SDA area"
12765 msgstr ""
12766
12767 #: config/v850/v850.h:242
12768 msgid "Set the max size of data eligible for the ZDA area"
12769 msgstr ""
12770
12771 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12772 #: config/xtensa/xtensa.c:1055
12773 msgid "bad test"
12774 msgstr ""
12775
12776 #: config/xtensa/xtensa.c:1774
12777 msgid "boolean registers required for the floating-point option"
12778 msgstr ""
12779
12780 #: config/xtensa/xtensa.c:1820
12781 #, c-format
12782 msgid "-f%s is not supported with CONST16 instructions"
12783 msgstr ""
12784
12785 #: config/xtensa/xtensa.c:1825
12786 msgid "PIC is required but not supported with CONST16 instructions"
12787 msgstr ""
12788
12789 #: config/xtensa/xtensa.c:1895
12790 #, c-format
12791 msgid "invalid %%D value"
12792 msgstr ""
12793
12794 #: config/xtensa/xtensa.c:1932
12795 msgid "invalid mask"
12796 msgstr ""
12797
12798 #: config/xtensa/xtensa.c:1958
12799 #, c-format
12800 msgid "invalid %%x value"
12801 msgstr ""
12802
12803 #: config/xtensa/xtensa.c:1965
12804 #, c-format
12805 msgid "invalid %%d value"
12806 msgstr ""
12807
12808 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12809 #, c-format
12810 msgid "invalid %%t/%%b value"
12811 msgstr ""
12812
12813 #: config/xtensa/xtensa.c:2038
12814 msgid "invalid address"
12815 msgstr ""
12816
12817 #: config/xtensa/xtensa.c:2063
12818 msgid "no register in address"
12819 msgstr ""
12820
12821 #: config/xtensa/xtensa.c:2071
12822 msgid "address offset not a constant"
12823 msgstr ""
12824
12825 #: config/xtensa/xtensa.c:2672
12826 msgid "only uninitialized variables can be placed in a .bss section"
12827 msgstr ""
12828
12829 #: config/xtensa/xtensa.h:79
12830 msgid "Use CONST16 instruction to load constants"
12831 msgstr ""
12832
12833 #: config/xtensa/xtensa.h:81
12834 msgid "Use PC-relative L32R instruction to load constants"
12835 msgstr ""
12836
12837 #: config/xtensa/xtensa.h:83
12838 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12839 msgstr ""
12840
12841 #: config/xtensa/xtensa.h:85
12842 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12843 msgstr ""
12844
12845 #: config/xtensa/xtensa.h:87
12846 msgid "Intersperse literal pools with code in the text section"
12847 msgstr ""
12848
12849 #: config/xtensa/xtensa.h:89
12850 msgid "Put literal pools in a separate literal section"
12851 msgstr ""
12852
12853 #: config/xtensa/xtensa.h:91
12854 msgid "Automatically align branch targets to reduce branch penalties"
12855 msgstr ""
12856
12857 #: config/xtensa/xtensa.h:93
12858 msgid "Do not automatically align branch targets"
12859 msgstr ""
12860
12861 #: config/xtensa/xtensa.h:95
12862 msgid "Use indirect CALLXn instructions for large programs"
12863 msgstr ""
12864
12865 #: config/xtensa/xtensa.h:97
12866 msgid "Use direct CALLn instructions for fast calls"
12867 msgstr ""
12868
12869 #: ada/misc.c:258
12870 #, c-format
12871 msgid "missing argument to \"-%s\""
12872 msgstr ""
12873
12874 #: ada/misc.c:299
12875 msgid "%<-gnat%> misspelled as %<-gant%>"
12876 msgstr ""
12877
12878 #: cp/call.c:288
12879 msgid "unable to call pointer to member function here"
12880 msgstr ""
12881
12882 #: cp/call.c:2369
12883 msgid "%s %D(%T, %T, %T) <built-in>"
12884 msgstr ""
12885
12886 #: cp/call.c:2374
12887 msgid "%s %D(%T, %T) <built-in>"
12888 msgstr ""
12889
12890 #: cp/call.c:2378
12891 msgid "%s %D(%T) <built-in>"
12892 msgstr ""
12893
12894 #: cp/call.c:2382
12895 msgid "%s %T <conversion>"
12896 msgstr ""
12897
12898 #: cp/call.c:2384
12899 msgid "%J%s %+#D <near match>"
12900 msgstr ""
12901
12902 #: cp/call.c:2386
12903 msgid "%J%s %+#D"
12904 msgstr ""
12905
12906 #: cp/call.c:2421
12907 msgid "candidates are:"
12908 msgstr ""
12909
12910 #: cp/call.c:2607
12911 msgid "conversion from %qT to %qT is ambiguous"
12912 msgstr ""
12913
12914 #: cp/call.c:2761 cp/call.c:2819
12915 msgid "no matching function for call to %<%D(%A)%>"
12916 msgstr ""
12917
12918 #: cp/call.c:2764 cp/call.c:2822
12919 msgid "call of overloaded %<%D(%A)%> is ambiguous"
12920 msgstr ""
12921
12922 #. It's no good looking for an overloaded operator() on a
12923 #. pointer-to-member-function.
12924 #: cp/call.c:2890
12925 #, c-format
12926 msgid ""
12927 "pointer-to-member function %E cannot be called without an object; consider "
12928 "using .* or ->*"
12929 msgstr ""
12930
12931 #: cp/call.c:2959
12932 msgid "no match for call to %<(%T) (%A)%>"
12933 msgstr ""
12934
12935 #: cp/call.c:2968
12936 msgid "call of %<(%T) (%A)%> is ambiguous"
12937 msgstr ""
12938
12939 #: cp/call.c:3005
12940 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
12941 msgstr ""
12942
12943 #: cp/call.c:3011
12944 msgid "%s for %<operator%s%> in %<%E%s%>"
12945 msgstr ""
12946
12947 #: cp/call.c:3015
12948 msgid "%s for %<operator[]%> in %<%E[%E]%>"
12949 msgstr ""
12950
12951 #: cp/call.c:3020
12952 msgid "%s for %qs in %<%s %E%>"
12953 msgstr ""
12954
12955 #: cp/call.c:3025
12956 msgid "%s for %<operator%s%> in %<%E %s %E%>"
12957 msgstr ""
12958
12959 #: cp/call.c:3028
12960 msgid "%s for %<operator%s%> in %<%s%E%>"
12961 msgstr ""
12962
12963 #: cp/call.c:3118
12964 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12965 msgstr ""
12966
12967 #: cp/call.c:3195
12968 msgid "%qE has type %<void%> and is not a throw-expression"
12969 msgstr ""
12970
12971 #: cp/call.c:3234 cp/call.c:3444
12972 msgid "operands to ?: have different types"
12973 msgstr ""
12974
12975 #: cp/call.c:3398
12976 msgid "enumeral mismatch in conditional expression: %qT vs %qT"
12977 msgstr ""
12978
12979 #: cp/call.c:3405
12980 msgid "enumeral and non-enumeral type in conditional expression"
12981 msgstr ""
12982
12983 #: cp/call.c:3700
12984 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
12985 msgstr ""
12986
12987 #: cp/call.c:3753
12988 msgid "using synthesized %q#D for copy assignment"
12989 msgstr ""
12990
12991 #: cp/call.c:3755
12992 msgid "  where cfront would use %q#D"
12993 msgstr ""
12994
12995 #: cp/call.c:3787
12996 msgid "comparison between %q#T and %q#T"
12997 msgstr ""
12998
12999 #: cp/call.c:4044
13000 msgid "no suitable %<operator %s> for %qT"
13001 msgstr ""
13002
13003 #: cp/call.c:4061
13004 msgid "%q+#D is private"
13005 msgstr ""
13006
13007 #: cp/call.c:4063
13008 msgid "%q+#D is protected"
13009 msgstr ""
13010
13011 #: cp/call.c:4065
13012 msgid "%q+#D is inaccessible"
13013 msgstr ""
13014
13015 #: cp/call.c:4066
13016 msgid "within this context"
13017 msgstr ""
13018
13019 #: cp/call.c:4154 cp/cvt.c:263
13020 msgid "invalid conversion from %qT to %qT"
13021 msgstr ""
13022
13023 #: cp/call.c:4156
13024 msgid "  initializing argument %P of %qD"
13025 msgstr ""
13026
13027 #: cp/call.c:4300
13028 msgid "cannot bind bitfield %qE to %qT"
13029 msgstr ""
13030
13031 #: cp/call.c:4303
13032 msgid "cannot bind packed field %qE to %qT"
13033 msgstr ""
13034
13035 #: cp/call.c:4306
13036 msgid "cannot bind rvalue %qE to %qT"
13037 msgstr ""
13038
13039 #: cp/call.c:4401
13040 msgid ""
13041 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
13042 "runtime"
13043 msgstr ""
13044
13045 #. Undefined behavior [expr.call] 5.2.2/7.
13046 #: cp/call.c:4427
13047 msgid ""
13048 "cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
13049 "at runtime"
13050 msgstr ""
13051
13052 #: cp/call.c:4470
13053 msgid "the default argument for parameter %d of %qD has not yet been parsed"
13054 msgstr ""
13055
13056 #: cp/call.c:4675
13057 msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
13058 msgstr ""
13059
13060 #: cp/call.c:4694
13061 msgid "%qT is not an accessible base of %qT"
13062 msgstr ""
13063
13064 #: cp/call.c:4944
13065 msgid "could not find class$ field in java interface type %qT"
13066 msgstr ""
13067
13068 #: cp/call.c:5206
13069 msgid "call to non-function %qD"
13070 msgstr ""
13071
13072 #: cp/call.c:5231
13073 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
13074 msgstr ""
13075
13076 #: cp/call.c:5310
13077 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
13078 msgstr ""
13079
13080 #: cp/call.c:5328
13081 msgid "call of overloaded %<%s(%A)%> is ambiguous"
13082 msgstr ""
13083
13084 #: cp/call.c:5352
13085 msgid "cannot call member function %qD without object"
13086 msgstr ""
13087
13088 #: cp/call.c:5957
13089 msgid "passing %qT chooses %qT over %qT"
13090 msgstr ""
13091
13092 #: cp/call.c:5959 cp/name-lookup.c:4110
13093 msgid "  in call to %qD"
13094 msgstr ""
13095
13096 #: cp/call.c:6016
13097 msgid "choosing %qD over %qD"
13098 msgstr ""
13099
13100 #: cp/call.c:6017
13101 msgid "  for conversion from %qT to %qT"
13102 msgstr ""
13103
13104 #: cp/call.c:6019
13105 msgid "  because conversion sequence for the argument is better"
13106 msgstr ""
13107
13108 #: cp/call.c:6140
13109 msgid ""
13110 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13111 "the first is better than the worst conversion for the second:"
13112 msgstr ""
13113
13114 #: cp/call.c:6144
13115 msgid "candidate 1:"
13116 msgstr ""
13117
13118 #: cp/call.c:6145
13119 msgid "candidate 2:"
13120 msgstr ""
13121
13122 #: cp/call.c:6281
13123 msgid "could not convert %qE to %qT"
13124 msgstr ""
13125
13126 #: cp/call.c:6411
13127 msgid ""
13128 "invalid initialization of non-const reference of type %qT from a temporary "
13129 "of type %qT"
13130 msgstr ""
13131
13132 #: cp/call.c:6415
13133 msgid ""
13134 "invalid initialization of reference of type %qT from expression of type %qT"
13135 msgstr ""
13136
13137 #: cp/class.c:273
13138 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
13139 msgstr ""
13140
13141 #: cp/class.c:898
13142 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13143 msgstr ""
13144
13145 #: cp/class.c:899
13146 msgid "Java class %qT cannot have a destructor"
13147 msgstr ""
13148
13149 #: cp/class.c:998
13150 msgid "%q#D and %q#D cannot be overloaded"
13151 msgstr ""
13152
13153 #: cp/class.c:1055
13154 msgid "conflicting access specifications for method %qD, ignored"
13155 msgstr ""
13156
13157 #: cp/class.c:1058
13158 #, c-format
13159 msgid "conflicting access specifications for field %qE, ignored"
13160 msgstr ""
13161
13162 #: cp/class.c:1108
13163 msgid "%qD names constructor"
13164 msgstr ""
13165
13166 #: cp/class.c:1113
13167 msgid "%qD invalid in %qT"
13168 msgstr ""
13169
13170 #: cp/class.c:1121
13171 msgid "no members matching %qD in %q#T"
13172 msgstr ""
13173
13174 #: cp/class.c:1153 cp/class.c:1161
13175 msgid "%qD invalid in %q#T"
13176 msgstr ""
13177
13178 #: cp/class.c:1154
13179 msgid "  because of local method %q#D with same name"
13180 msgstr ""
13181
13182 #: cp/class.c:1162
13183 msgid "  because of local member %q#D with same name"
13184 msgstr ""
13185
13186 #: cp/class.c:1207
13187 msgid "base class %q#T has a non-virtual destructor"
13188 msgstr ""
13189
13190 #: cp/class.c:1226
13191 msgid ""
13192 "base %qT with only non-default constructor in class without a constructor"
13193 msgstr ""
13194
13195 #: cp/class.c:1534
13196 msgid "all member functions in class %qT are private"
13197 msgstr ""
13198
13199 #: cp/class.c:1545
13200 msgid "%q#T only defines a private destructor and has no friends"
13201 msgstr ""
13202
13203 #: cp/class.c:1585
13204 msgid "%q#T only defines private constructors and has no friends"
13205 msgstr ""
13206
13207 #: cp/class.c:1923
13208 msgid "no unique final overrider for %qD in %qT"
13209 msgstr ""
13210
13211 #. Here we know it is a hider, and no overrider exists.
13212 #: cp/class.c:2379
13213 msgid "%qD was hidden"
13214 msgstr ""
13215
13216 #: cp/class.c:2380
13217 msgid "  by %qD"
13218 msgstr ""
13219
13220 #: cp/class.c:2421 cp/decl2.c:1142
13221 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13222 msgstr ""
13223
13224 #: cp/class.c:2428 cp/decl2.c:1149
13225 msgid "private member %q#D in anonymous union"
13226 msgstr ""
13227
13228 #: cp/class.c:2431 cp/decl2.c:1151
13229 msgid "protected member %q#D in anonymous union"
13230 msgstr ""
13231
13232 #: cp/class.c:2545
13233 msgid ""
13234 "vtable layout for class %qT may not be ABI-compliant and may change in a "
13235 "future version of GCC due to implicit virtual destructor"
13236 msgstr ""
13237
13238 #: cp/class.c:2603
13239 msgid "bit-field %q#D with non-integral type"
13240 msgstr ""
13241
13242 #: cp/class.c:2623
13243 msgid "bit-field %qD width not an integer constant"
13244 msgstr ""
13245
13246 #: cp/class.c:2629
13247 msgid "negative width in bit-field %qD"
13248 msgstr ""
13249
13250 #: cp/class.c:2634
13251 msgid "zero width for bit-field %qD"
13252 msgstr ""
13253
13254 #: cp/class.c:2640
13255 msgid "width of %qD exceeds its type"
13256 msgstr ""
13257
13258 #: cp/class.c:2649
13259 msgid "%qD is too small to hold all values of %q#T"
13260 msgstr ""
13261
13262 #: cp/class.c:2711
13263 msgid "member %q#D with constructor not allowed in union"
13264 msgstr ""
13265
13266 #: cp/class.c:2714
13267 msgid "member %q#D with destructor not allowed in union"
13268 msgstr ""
13269
13270 #: cp/class.c:2717
13271 msgid "member %q#D with copy assignment operator not allowed in union"
13272 msgstr ""
13273
13274 #: cp/class.c:2744
13275 msgid "multiple fields in union %qT initialized"
13276 msgstr ""
13277
13278 #: cp/class.c:2810
13279 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13280 msgstr ""
13281
13282 #: cp/class.c:2870
13283 msgid "%qD may not be static because it is a member of a union"
13284 msgstr ""
13285
13286 #: cp/class.c:2875
13287 msgid "%qD may not have reference type %qT because it is a member of a union"
13288 msgstr ""
13289
13290 #: cp/class.c:2884
13291 msgid "field %qD in local class cannot be static"
13292 msgstr ""
13293
13294 #: cp/class.c:2890
13295 msgid "field %qD invalidly declared function type"
13296 msgstr ""
13297
13298 #: cp/class.c:2896
13299 msgid "field %qD invalidly declared method type"
13300 msgstr ""
13301
13302 #: cp/class.c:2929
13303 msgid "non-static reference %q#D in class without a constructor"
13304 msgstr ""
13305
13306 #: cp/class.c:2977
13307 msgid "non-static const member %q#D in class without a constructor"
13308 msgstr ""
13309
13310 #: cp/class.c:2992
13311 msgid "field %q#D with same name as class"
13312 msgstr ""
13313
13314 #: cp/class.c:3026
13315 msgid "%q#T has pointer data members"
13316 msgstr ""
13317
13318 #: cp/class.c:3030
13319 msgid "  but does not override %<%T(const %T&)%>"
13320 msgstr ""
13321
13322 #: cp/class.c:3032
13323 msgid "  or %<operator=(const %T&)%>"
13324 msgstr ""
13325
13326 #: cp/class.c:3035
13327 msgid "  but does not override %<operator=(const %T&)%>"
13328 msgstr ""
13329
13330 #: cp/class.c:3468
13331 msgid ""
13332 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13333 "version of GCC"
13334 msgstr ""
13335
13336 #: cp/class.c:3580
13337 msgid "class %qT will be considered nearly empty in a future version of GCC"
13338 msgstr ""
13339
13340 #: cp/class.c:3662
13341 msgid "initializer specified for non-virtual method %qD"
13342 msgstr ""
13343
13344 #: cp/class.c:4321
13345 msgid ""
13346 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13347 "version of GCC"
13348 msgstr ""
13349
13350 #: cp/class.c:4420
13351 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13352 msgstr ""
13353
13354 #: cp/class.c:4432
13355 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13356 msgstr ""
13357
13358 #: cp/class.c:4603
13359 msgid ""
13360 "size assigned to %qT may not be ABI-compliant and may change in a future "
13361 "version of GCC"
13362 msgstr ""
13363
13364 #. Versions of G++ before G++ 3.4 did not reset the
13365 #. DECL_MODE.
13366 #: cp/class.c:4642
13367 msgid ""
13368 "the offset of %qD may not be ABI-compliant and may change in a future "
13369 "version of GCC"
13370 msgstr ""
13371
13372 #: cp/class.c:4665
13373 msgid ""
13374 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13375 msgstr ""
13376
13377 #: cp/class.c:4675
13378 msgid ""
13379 "%qD contains empty classes which may cause base classes to be placed at "
13380 "different locations in a future version of GCC"
13381 msgstr ""
13382
13383 #: cp/class.c:4734
13384 msgid ""
13385 "layout of classes derived from empty class %qT may change in a future "
13386 "version of GCC"
13387 msgstr ""
13388
13389 #: cp/class.c:4875 cp/semantics.c:2100
13390 msgid "redefinition of %q#T"
13391 msgstr ""
13392
13393 #: cp/class.c:5019
13394 msgid "%q#T has virtual functions but non-virtual destructor"
13395 msgstr ""
13396
13397 #: cp/class.c:5114
13398 msgid "trying to finish struct, but kicked out due to previous parse errors"
13399 msgstr ""
13400
13401 #: cp/class.c:5530
13402 msgid "language string %<\"%E\"%> not recognized"
13403 msgstr ""
13404
13405 #: cp/class.c:5617
13406 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
13407 msgstr ""
13408
13409 #: cp/class.c:5742
13410 msgid "no matches converting function %qD to type %q#T"
13411 msgstr ""
13412
13413 #: cp/class.c:5765
13414 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13415 msgstr ""
13416
13417 #: cp/class.c:5791
13418 msgid "assuming pointer to member %qD"
13419 msgstr ""
13420
13421 #: cp/class.c:5794
13422 msgid "(a pointer to member can only be formed with %<&%E%>)"
13423 msgstr ""
13424
13425 #: cp/class.c:5839 cp/class.c:5870 cp/class.c:6022 cp/class.c:6029
13426 msgid "not enough type information"
13427 msgstr ""
13428
13429 #: cp/class.c:5856
13430 msgid "argument of type %qT does not match %qT"
13431 msgstr ""
13432
13433 #: cp/class.c:6006
13434 msgid "invalid operation on uninstantiated type"
13435 msgstr ""
13436
13437 #. [basic.scope.class]
13438 #.
13439 #. A name N used in a class S shall refer to the same declaration
13440 #. in its context and when re-evaluated in the completed scope of
13441 #. S.
13442 #: cp/class.c:6272 cp/decl.c:1231 cp/name-lookup.c:508 cp/pt.c:2223
13443 msgid "declaration of %q#D"
13444 msgstr ""
13445
13446 #: cp/class.c:6273
13447 msgid "changes meaning of %qD from %q+#D"
13448 msgstr ""
13449
13450 #: cp/cvt.c:90
13451 msgid "can't convert from incomplete type %qT to %qT"
13452 msgstr ""
13453
13454 #: cp/cvt.c:99
13455 msgid "conversion of %qE from %qT to %qT is ambiguous"
13456 msgstr ""
13457
13458 #: cp/cvt.c:168 cp/cvt.c:237 cp/cvt.c:284
13459 msgid "cannot convert %qE from type %qT to type %qT"
13460 msgstr ""
13461
13462 #: cp/cvt.c:197 cp/cvt.c:201
13463 msgid "pointer to member cast from %qT to %qT is via virtual base"
13464 msgstr ""
13465
13466 #: cp/cvt.c:499
13467 msgid "conversion from %qT to %qT discards qualifiers"
13468 msgstr ""
13469
13470 #: cp/cvt.c:517 cp/typeck.c:4879
13471 msgid "casting %qT to %qT does not dereference pointer"
13472 msgstr ""
13473
13474 #: cp/cvt.c:544
13475 msgid "cannot convert type %qT to type %qT"
13476 msgstr ""
13477
13478 #: cp/cvt.c:671
13479 msgid "conversion from %q#T to %q#T"
13480 msgstr ""
13481
13482 #: cp/cvt.c:683 cp/cvt.c:703
13483 msgid "%q#T used where a %qT was expected"
13484 msgstr ""
13485
13486 #: cp/cvt.c:718
13487 msgid "%q#T used where a floating point value was expected"
13488 msgstr ""
13489
13490 #: cp/cvt.c:765
13491 msgid "conversion from %qT to non-scalar type %qT requested"
13492 msgstr ""
13493
13494 #: cp/cvt.c:853
13495 msgid "object of incomplete type %qT will not be accessed in %s"
13496 msgstr ""
13497
13498 #: cp/cvt.c:856
13499 msgid "object of type %qT will not be accessed in %s"
13500 msgstr ""
13501
13502 #: cp/cvt.c:872
13503 msgid "object %qE of incomplete type %qT will not be accessed in %s"
13504 msgstr ""
13505
13506 #. [over.over] enumerates the places where we can take the address
13507 #. of an overloaded function, and this is not one of them.
13508 #: cp/cvt.c:888
13509 #, c-format
13510 msgid "%s cannot resolve address of overloaded function"
13511 msgstr ""
13512
13513 #. Only warn when there is no &.
13514 #: cp/cvt.c:894
13515 #, c-format
13516 msgid "%s is a reference, not call, to function %qE"
13517 msgstr ""
13518
13519 #: cp/cvt.c:902
13520 #, c-format
13521 msgid "%s has no effect"
13522 msgstr ""
13523
13524 #: cp/cvt.c:1013
13525 msgid "converting NULL to non-pointer type"
13526 msgstr ""
13527
13528 #: cp/cvt.c:1086
13529 msgid "ambiguous default type conversion from %qT"
13530 msgstr ""
13531
13532 #: cp/cvt.c:1088
13533 msgid "  candidate conversions include %qD and %qD"
13534 msgstr ""
13535
13536 #: cp/decl.c:368
13537 msgid "label %qD used but not defined"
13538 msgstr ""
13539
13540 #: cp/decl.c:379
13541 msgid "label %qD defined but not used"
13542 msgstr ""
13543
13544 #: cp/decl.c:1138
13545 msgid "%qD was declared %<extern%> and later %<static%>"
13546 msgstr ""
13547
13548 #: cp/decl.c:1139 cp/decl.c:1604
13549 msgid "previous declaration of %qD"
13550 msgstr ""
13551
13552 #: cp/decl.c:1187
13553 msgid "%Jfunction %qD redeclared as inline"
13554 msgstr ""
13555
13556 #: cp/decl.c:1188
13557 msgid "%Jprevious declaration of %qD with attribute noinline"
13558 msgstr ""
13559
13560 #: cp/decl.c:1195
13561 msgid "%Jfunction %qD redeclared with attribute noinline"
13562 msgstr ""
13563
13564 #: cp/decl.c:1197
13565 msgid "%Jprevious declaration of %qD was inline"
13566 msgstr ""
13567
13568 #: cp/decl.c:1218 cp/decl.c:1289
13569 msgid "shadowing %s function %q#D"
13570 msgstr ""
13571
13572 #: cp/decl.c:1227
13573 msgid "library function %q#D redeclared as non-function %q#D"
13574 msgstr ""
13575
13576 #: cp/decl.c:1232
13577 msgid "conflicts with built-in declaration %q#D"
13578 msgstr ""
13579
13580 #: cp/decl.c:1284 cp/decl.c:1393 cp/decl.c:1409
13581 msgid "new declaration %q#D"
13582 msgstr ""
13583
13584 #: cp/decl.c:1285
13585 msgid "ambiguates built-in declaration %q#D"
13586 msgstr ""
13587
13588 #: cp/decl.c:1356
13589 msgid "%q#D redeclared as different kind of symbol"
13590 msgstr ""
13591
13592 #: cp/decl.c:1359
13593 msgid "previous declaration of %q#D"
13594 msgstr ""
13595
13596 #: cp/decl.c:1378
13597 msgid "declaration of template %q#D"
13598 msgstr ""
13599
13600 #: cp/decl.c:1379 cp/name-lookup.c:509
13601 msgid "conflicts with previous declaration %q#D"
13602 msgstr ""
13603
13604 #: cp/decl.c:1394 cp/decl.c:1410
13605 msgid "ambiguates old declaration %q#D"
13606 msgstr ""
13607
13608 #: cp/decl.c:1402
13609 msgid "declaration of C function %q#D conflicts with"
13610 msgstr ""
13611
13612 #: cp/decl.c:1404
13613 msgid "previous declaration %q#D here"
13614 msgstr ""
13615
13616 #: cp/decl.c:1417
13617 msgid "conflicting declaration %q#D"
13618 msgstr ""
13619
13620 #: cp/decl.c:1418
13621 msgid "%qD has a previous declaration as %q#D"
13622 msgstr ""
13623
13624 #. [namespace.alias]
13625 #.
13626 #. A namespace-name or namespace-alias shall not be declared as
13627 #. the name of any other entity in the same declarative region.
13628 #. A namespace-name defined at global scope shall not be
13629 #. declared as the name of any other entity in any global scope
13630 #. of the program.
13631 #: cp/decl.c:1471
13632 msgid "declaration of namespace %qD conflicts with"
13633 msgstr ""
13634
13635 #: cp/decl.c:1472
13636 msgid "previous declaration of namespace %qD here"
13637 msgstr ""
13638
13639 #: cp/decl.c:1484
13640 msgid "%q#D previously defined here"
13641 msgstr ""
13642
13643 #: cp/decl.c:1485
13644 msgid "%q#D previously declared here"
13645 msgstr ""
13646
13647 #. Prototype decl follows defn w/o prototype.
13648 #: cp/decl.c:1494
13649 msgid "prototype for %q#D"
13650 msgstr ""
13651
13652 #: cp/decl.c:1495
13653 msgid "%Jfollows non-prototype definition here"
13654 msgstr ""
13655
13656 #: cp/decl.c:1507
13657 msgid "previous declaration of %q#D with %qL linkage"
13658 msgstr ""
13659
13660 #: cp/decl.c:1509
13661 msgid "conflicts with new declaration with %qL linkage"
13662 msgstr ""
13663
13664 #: cp/decl.c:1532 cp/decl.c:1539
13665 msgid "default argument given for parameter %d of %q#D"
13666 msgstr ""
13667
13668 #: cp/decl.c:1534 cp/decl.c:1541
13669 msgid "after previous specification in %q#D"
13670 msgstr ""
13671
13672 #: cp/decl.c:1550
13673 msgid "%q#D was used before it was declared inline"
13674 msgstr ""
13675
13676 #: cp/decl.c:1551
13677 msgid "%Jprevious non-inline declaration here"
13678 msgstr ""
13679
13680 #: cp/decl.c:1603
13681 msgid "redundant redeclaration of %qD in same scope"
13682 msgstr ""
13683
13684 #: cp/decl.c:1697
13685 #, c-format
13686 msgid "declaration of %qF throws different exceptions"
13687 msgstr ""
13688
13689 #: cp/decl.c:1699
13690 #, c-format
13691 msgid "than previous declaration %qF"
13692 msgstr ""
13693
13694 #. From [temp.expl.spec]:
13695 #.
13696 #. If a template, a member template or the member of a class
13697 #. template is explicitly specialized then that
13698 #. specialization shall be declared before the first use of
13699 #. that specialization that would cause an implicit
13700 #. instantiation to take place, in every translation unit in
13701 #. which such a use occurs.
13702 #: cp/decl.c:1852
13703 msgid "explicit specialization of %qD after first use"
13704 msgstr ""
13705
13706 #: cp/decl.c:1931
13707 msgid "%J%qD: visibility attribute ignored because it"
13708 msgstr ""
13709
13710 #: cp/decl.c:1933
13711 msgid "%Jconflicts with previous declaration here"
13712 msgstr ""
13713
13714 #: cp/decl.c:2161
13715 #, c-format
13716 msgid "label %qE referenced outside of any function"
13717 msgstr ""
13718
13719 #: cp/decl.c:2257 cp/decl.c:2281 cp/decl.c:2369
13720 msgid "jump to label %qD"
13721 msgstr ""
13722
13723 #: cp/decl.c:2259 cp/decl.c:2283
13724 msgid "jump to case label"
13725 msgstr ""
13726
13727 #: cp/decl.c:2262 cp/decl.c:2286
13728 msgid "%H  from here"
13729 msgstr ""
13730
13731 #: cp/decl.c:2267
13732 msgid "  crosses initialization of %q#D"
13733 msgstr ""
13734
13735 #: cp/decl.c:2270 cp/decl.c:2385
13736 msgid "  enters scope of non-POD %q#D"
13737 msgstr ""
13738
13739 #: cp/decl.c:2290 cp/decl.c:2389
13740 msgid "  enters try block"
13741 msgstr ""
13742
13743 #: cp/decl.c:2292 cp/decl.c:2391
13744 msgid "  enters catch block"
13745 msgstr ""
13746
13747 #: cp/decl.c:2370
13748 msgid "  from here"
13749 msgstr ""
13750
13751 #. Can't skip init of __exception_info.
13752 #: cp/decl.c:2381
13753 msgid "%J  enters catch block"
13754 msgstr ""
13755
13756 #: cp/decl.c:2383
13757 msgid "  skips initialization of %q#D"
13758 msgstr ""
13759
13760 #: cp/decl.c:2417
13761 msgid "label named wchar_t"
13762 msgstr ""
13763
13764 #: cp/decl.c:2420
13765 msgid "duplicate label %qD"
13766 msgstr ""
13767
13768 #: cp/decl.c:2651 cp/parser.c:3437
13769 msgid "%qD used without template parameters"
13770 msgstr ""
13771
13772 #: cp/decl.c:2661 cp/decl.c:2676 cp/decl.c:2767
13773 msgid "no class template named %q#T in %q#T"
13774 msgstr ""
13775
13776 #: cp/decl.c:2697 cp/decl.c:2707 cp/decl.c:2727
13777 msgid "no type named %q#T in %q#T"
13778 msgstr ""
13779
13780 #: cp/decl.c:2776
13781 msgid "template parameters do not match template"
13782 msgstr ""
13783
13784 #: cp/decl.c:2777 cp/friend.c:317 cp/friend.c:325
13785 msgid "%qD declared here"
13786 msgstr ""
13787
13788 #: cp/decl.c:3448
13789 msgid "%Jan anonymous union cannot have function members"
13790 msgstr ""
13791
13792 #: cp/decl.c:3466
13793 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13794 msgstr ""
13795
13796 #: cp/decl.c:3470
13797 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13798 msgstr ""
13799
13800 #: cp/decl.c:3474
13801 msgid ""
13802 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13803 msgstr ""
13804
13805 #: cp/decl.c:3500
13806 msgid "multiple types in one declaration"
13807 msgstr ""
13808
13809 #: cp/decl.c:3504
13810 msgid "redeclaration of C++ built-in type %qT"
13811 msgstr ""
13812
13813 #: cp/decl.c:3540
13814 msgid "missing type-name in typedef-declaration"
13815 msgstr ""
13816
13817 #: cp/decl.c:3548
13818 msgid "ISO C++ prohibits anonymous structs"
13819 msgstr ""
13820
13821 #: cp/decl.c:3555
13822 #, c-format
13823 msgid "%qs can only be specified for functions"
13824 msgstr ""
13825
13826 #: cp/decl.c:3561
13827 msgid "%<friend%> can only be specified inside a class"
13828 msgstr ""
13829
13830 #: cp/decl.c:3563
13831 msgid "%<explicit%> can only be specified for constructors"
13832 msgstr ""
13833
13834 #: cp/decl.c:3565
13835 msgid "a storage class can only be specified for objects and functions"
13836 msgstr ""
13837
13838 #: cp/decl.c:3571
13839 msgid "qualifiers can only be specified for objects and functions"
13840 msgstr ""
13841
13842 #: cp/decl.c:3601
13843 msgid "attribute ignored in declaration of %q#T"
13844 msgstr ""
13845
13846 #: cp/decl.c:3602
13847 msgid "attribute for %q#T must follow the %qs keyword"
13848 msgstr ""
13849
13850 #: cp/decl.c:3723
13851 msgid "function %q#D is initialized like a variable"
13852 msgstr ""
13853
13854 #: cp/decl.c:3735
13855 msgid "declaration of %q#D has %<extern%> and is initialized"
13856 msgstr ""
13857
13858 #: cp/decl.c:3766
13859 msgid "%q#D is not a static member of %q#T"
13860 msgstr ""
13861
13862 #: cp/decl.c:3772
13863 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
13864 msgstr ""
13865
13866 #: cp/decl.c:3781
13867 msgid ""
13868 "template header not allowed in member definition of explicitly specialized "
13869 "class"
13870 msgstr ""
13871
13872 #: cp/decl.c:3789
13873 msgid "duplicate initialization of %qD"
13874 msgstr ""
13875
13876 #: cp/decl.c:3822
13877 msgid "declaration of %q#D outside of class is not definition"
13878 msgstr ""
13879
13880 #: cp/decl.c:3871
13881 msgid "variable %q#D has initializer but incomplete type"
13882 msgstr ""
13883
13884 #: cp/decl.c:3878 cp/decl.c:4502
13885 msgid "elements of array %q#D have incomplete type"
13886 msgstr ""
13887
13888 #: cp/decl.c:3894
13889 msgid "aggregate %q#D has incomplete type and cannot be defined"
13890 msgstr ""
13891
13892 #: cp/decl.c:3944
13893 msgid "%qD declared as reference but not initialized"
13894 msgstr ""
13895
13896 #: cp/decl.c:3950
13897 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
13898 msgstr ""
13899
13900 #: cp/decl.c:3979
13901 msgid "cannot initialize %qT from %qT"
13902 msgstr ""
13903
13904 #: cp/decl.c:4011
13905 msgid "initializer fails to determine size of %qD"
13906 msgstr ""
13907
13908 #: cp/decl.c:4016
13909 msgid "array size missing in %qD"
13910 msgstr ""
13911
13912 #: cp/decl.c:4028
13913 msgid "zero-size array %qD"
13914 msgstr ""
13915
13916 #. An automatic variable with an incomplete type: that is an error.
13917 #. Don't talk about array types here, since we took care of that
13918 #. message in grokdeclarator.
13919 #: cp/decl.c:4065
13920 msgid "storage size of %qD isn't known"
13921 msgstr ""
13922
13923 #: cp/decl.c:4087
13924 msgid "storage size of %qD isn't constant"
13925 msgstr ""
13926
13927 #: cp/decl.c:4142
13928 msgid ""
13929 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
13930 "up with multiple copies)"
13931 msgstr ""
13932
13933 #: cp/decl.c:4145
13934 msgid "%J  you can work around this by removing the initializer"
13935 msgstr ""
13936
13937 #: cp/decl.c:4172
13938 msgid "uninitialized const %qD"
13939 msgstr ""
13940
13941 #: cp/decl.c:4232
13942 msgid "name %qD used in a GNU-style designated initializer for an array"
13943 msgstr ""
13944
13945 #: cp/decl.c:4242
13946 #, c-format
13947 msgid "Designated initializer %qE larger than array size"
13948 msgstr ""
13949
13950 #: cp/decl.c:4313
13951 msgid "brace-enclosed initializer used to initialize %qT"
13952 msgstr ""
13953
13954 #: cp/decl.c:4376
13955 msgid "initializer for %qT must be brace-enclosed"
13956 msgstr ""
13957
13958 #: cp/decl.c:4392
13959 msgid "ISO C++ does not allow designated initializers"
13960 msgstr ""
13961
13962 #: cp/decl.c:4396
13963 msgid "%qT has no non-static data member named %qD"
13964 msgstr ""
13965
13966 #: cp/decl.c:4458
13967 msgid "too many initializers for %qT"
13968 msgstr ""
13969
13970 #: cp/decl.c:4496
13971 msgid "variable-sized object %qD may not be initialized"
13972 msgstr ""
13973
13974 #: cp/decl.c:4507
13975 msgid "%qD has incomplete type"
13976 msgstr ""
13977
13978 #: cp/decl.c:4561
13979 msgid "%qD must be initialized by constructor, not by %<{...}%>"
13980 msgstr ""
13981
13982 #: cp/decl.c:4606
13983 msgid "structure %qD with uninitialized const members"
13984 msgstr ""
13985
13986 #: cp/decl.c:4608
13987 msgid "structure %qD with uninitialized reference members"
13988 msgstr ""
13989
13990 #: cp/decl.c:4803
13991 msgid "assignment (not initialization) in declaration"
13992 msgstr ""
13993
13994 #: cp/decl.c:4820
13995 msgid "cannot initialize %qD to namespace %qD"
13996 msgstr ""
13997
13998 #: cp/decl.c:4863
13999 msgid "shadowing previous type declaration of %q#D"
14000 msgstr ""
14001
14002 #: cp/decl.c:4900
14003 msgid "%qD cannot be thread-local because it has non-POD type %qT"
14004 msgstr ""
14005
14006 #: cp/decl.c:4915
14007 msgid "%qD is thread-local and so cannot be dynamically initialized"
14008 msgstr ""
14009
14010 #: cp/decl.c:5523
14011 msgid "destructor for alien class %qT cannot be a member"
14012 msgstr ""
14013
14014 #: cp/decl.c:5525
14015 msgid "constructor for alien class %qT cannot be a member"
14016 msgstr ""
14017
14018 #: cp/decl.c:5546
14019 msgid "%qD declared as a %<virtual%> %s"
14020 msgstr ""
14021
14022 #: cp/decl.c:5548
14023 msgid "%qD declared as an %<inline%> %s"
14024 msgstr ""
14025
14026 #: cp/decl.c:5550
14027 msgid ""
14028 "%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
14029 "declaration"
14030 msgstr ""
14031
14032 #: cp/decl.c:5554
14033 msgid "%qD declared as a friend"
14034 msgstr ""
14035
14036 #: cp/decl.c:5560
14037 msgid "%qD declared with an exception specification"
14038 msgstr ""
14039
14040 #: cp/decl.c:5643
14041 msgid "cannot declare %<::main%> to be a template"
14042 msgstr ""
14043
14044 #: cp/decl.c:5645
14045 msgid "cannot declare %<::main%> to be inline"
14046 msgstr ""
14047
14048 #: cp/decl.c:5647
14049 msgid "cannot declare %<::main%> to be static"
14050 msgstr ""
14051
14052 #: cp/decl.c:5651
14053 msgid "%<::main%> must return %<int%>"
14054 msgstr ""
14055
14056 #: cp/decl.c:5681
14057 msgid "non-local function %q#D uses anonymous type"
14058 msgstr ""
14059
14060 #: cp/decl.c:5684 cp/decl.c:6029
14061 msgid ""
14062 "%q#D does not refer to the unqualified type, so it is not used for linkage"
14063 msgstr ""
14064
14065 #: cp/decl.c:5690
14066 msgid "non-local function %q#D uses local type %qT"
14067 msgstr ""
14068
14069 #: cp/decl.c:5713
14070 msgid "%smember function %qD cannot have cv-qualifier"
14071 msgstr ""
14072
14073 #: cp/decl.c:5737
14074 msgid "defining explicit specialization %qD in friend declaration"
14075 msgstr ""
14076
14077 #. Something like `template <class T> friend void f<T>()'.
14078 #: cp/decl.c:5747
14079 msgid "invalid use of template-id %qD in declaration of primary template"
14080 msgstr ""
14081
14082 #: cp/decl.c:5775
14083 msgid ""
14084 "default arguments are not allowed in declaration of friend template "
14085 "specialization %qD"
14086 msgstr ""
14087
14088 #: cp/decl.c:5783
14089 msgid ""
14090 "%<inline%> is not allowed in declaration of friend template specialization %"
14091 "qD"
14092 msgstr ""
14093
14094 #: cp/decl.c:5850
14095 msgid "definition of implicitly-declared %qD"
14096 msgstr ""
14097
14098 #: cp/decl.c:5870 cp/decl2.c:715
14099 msgid "no %q#D member function declared in class %qT"
14100 msgstr ""
14101
14102 #. It's a typedef referring to an anonymous type.
14103 #: cp/decl.c:6026
14104 msgid "non-local variable %q#D uses anonymous type"
14105 msgstr ""
14106
14107 #: cp/decl.c:6035
14108 msgid "non-local variable %q#D uses local type %qT"
14109 msgstr ""
14110
14111 #: cp/decl.c:6150
14112 msgid ""
14113 "invalid in-class initialization of static data member of non-integral type %"
14114 "qT"
14115 msgstr ""
14116
14117 #: cp/decl.c:6160
14118 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
14119 msgstr ""
14120
14121 #: cp/decl.c:6164
14122 msgid ""
14123 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
14124 "qT"
14125 msgstr ""
14126
14127 #: cp/decl.c:6184
14128 msgid "size of array %qD has non-integral type %qT"
14129 msgstr ""
14130
14131 #: cp/decl.c:6186
14132 msgid "size of array has non-integral type %qT"
14133 msgstr ""
14134
14135 #: cp/decl.c:6222
14136 msgid "size of array %qD is negative"
14137 msgstr ""
14138
14139 #: cp/decl.c:6224
14140 msgid "size of array is negative"
14141 msgstr ""
14142
14143 #: cp/decl.c:6232
14144 msgid "ISO C++ forbids zero-size array %qD"
14145 msgstr ""
14146
14147 #: cp/decl.c:6234
14148 msgid "ISO C++ forbids zero-size array"
14149 msgstr ""
14150
14151 #: cp/decl.c:6241
14152 msgid "size of array %qD is not an integral constant-expression"
14153 msgstr ""
14154
14155 #: cp/decl.c:6244
14156 msgid "size of array is not an integral constant-expression"
14157 msgstr ""
14158
14159 #: cp/decl.c:6249
14160 msgid "ISO C++ forbids variable-size array %qD"
14161 msgstr ""
14162
14163 #: cp/decl.c:6251
14164 msgid "ISO C++ forbids variable-size array"
14165 msgstr ""
14166
14167 #: cp/decl.c:6281
14168 msgid "overflow in array dimension"
14169 msgstr ""
14170
14171 #: cp/decl.c:6356
14172 msgid "declaration of %qD as %s"
14173 msgstr ""
14174
14175 #: cp/decl.c:6358
14176 #, c-format
14177 msgid "creating %s"
14178 msgstr ""
14179
14180 #: cp/decl.c:6370
14181 msgid ""
14182 "declaration of %qD as multidimensional array must have bounds for all "
14183 "dimensions except the first"
14184 msgstr ""
14185
14186 #: cp/decl.c:6374
14187 msgid ""
14188 "multidimensional array must have bounds for all dimensions except the first"
14189 msgstr ""
14190
14191 #: cp/decl.c:6409
14192 msgid "return type specification for constructor invalid"
14193 msgstr ""
14194
14195 #: cp/decl.c:6419
14196 msgid "return type specification for destructor invalid"
14197 msgstr ""
14198
14199 #: cp/decl.c:6432
14200 msgid "operator %qT declared to return %qT"
14201 msgstr ""
14202
14203 #: cp/decl.c:6434
14204 msgid "return type specified for %<operator %T%>"
14205 msgstr ""
14206
14207 #: cp/decl.c:6456
14208 msgid "unnamed variable or field declared void"
14209 msgstr ""
14210
14211 #: cp/decl.c:6460
14212 #, c-format
14213 msgid "variable or field %qE declared void"
14214 msgstr ""
14215
14216 #: cp/decl.c:6463
14217 msgid "variable or field declared void"
14218 msgstr ""
14219
14220 #: cp/decl.c:6629
14221 msgid "type %qT is not derived from type %qT"
14222 msgstr ""
14223
14224 #: cp/decl.c:6674
14225 msgid "declarator-id missing; using reserved word %qD"
14226 msgstr ""
14227
14228 #: cp/decl.c:6730 cp/decl.c:7824
14229 msgid "declaration of %qD as non-function"
14230 msgstr ""
14231
14232 #: cp/decl.c:6763
14233 #, c-format
14234 msgid "two or more data types in declaration of %qs"
14235 msgstr ""
14236
14237 #: cp/decl.c:6806
14238 msgid "ISO C++ does not support %<long long%>"
14239 msgstr ""
14240
14241 #: cp/decl.c:6866 cp/decl.c:6868
14242 #, c-format
14243 msgid "ISO C++ forbids declaration of %qs with no type"
14244 msgstr ""
14245
14246 #: cp/decl.c:6893
14247 #, c-format
14248 msgid "short, signed or unsigned invalid for %qs"
14249 msgstr ""
14250
14251 #: cp/decl.c:6895
14252 #, c-format
14253 msgid "long, short, signed or unsigned invalid for %qs"
14254 msgstr ""
14255
14256 #: cp/decl.c:6897
14257 #, c-format
14258 msgid "long and short specified together for %qs"
14259 msgstr ""
14260
14261 #: cp/decl.c:6899
14262 #, c-format
14263 msgid "long or short specified with char for %qs"
14264 msgstr ""
14265
14266 #: cp/decl.c:6901
14267 #, c-format
14268 msgid "long or short specified with floating type for %qs"
14269 msgstr ""
14270
14271 #: cp/decl.c:6903
14272 #, c-format
14273 msgid "signed and unsigned given together for %qs"
14274 msgstr ""
14275
14276 #: cp/decl.c:6909
14277 #, c-format
14278 msgid "long, short, signed or unsigned used invalidly for %qs"
14279 msgstr ""
14280
14281 #: cp/decl.c:6974
14282 #, c-format
14283 msgid "complex invalid for %qs"
14284 msgstr ""
14285
14286 #: cp/decl.c:7003
14287 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14288 msgstr ""
14289
14290 #: cp/decl.c:7024
14291 msgid "member %qD cannot be declared both virtual and static"
14292 msgstr ""
14293
14294 #: cp/decl.c:7031
14295 msgid "%<%T::%D%> is not a valid declarator"
14296 msgstr ""
14297
14298 #: cp/decl.c:7039
14299 msgid "typedef declaration invalid in parameter declaration"
14300 msgstr ""
14301
14302 #: cp/decl.c:7043
14303 msgid "storage class specifiers invalid in parameter declarations"
14304 msgstr ""
14305
14306 #: cp/decl.c:7050
14307 msgid "virtual outside class declaration"
14308 msgstr ""
14309
14310 #: cp/decl.c:7063 cp/decl.c:7070
14311 #, c-format
14312 msgid "multiple storage classes in declaration of %qs"
14313 msgstr ""
14314
14315 #: cp/decl.c:7113
14316 #, c-format
14317 msgid "storage class specified for %s %qs"
14318 msgstr ""
14319
14320 #: cp/decl.c:7150
14321 msgid "top-level declaration of %qs specifies %<auto%>"
14322 msgstr ""
14323
14324 #: cp/decl.c:7162
14325 msgid "storage class specifiers invalid in friend function declarations"
14326 msgstr ""
14327
14328 #: cp/decl.c:7289
14329 msgid "destructor cannot be static member function"
14330 msgstr ""
14331
14332 #: cp/decl.c:7292
14333 msgid "destructors may not be cv-qualified"
14334 msgstr ""
14335
14336 #: cp/decl.c:7312
14337 msgid "constructor cannot be static member function"
14338 msgstr ""
14339
14340 #: cp/decl.c:7315
14341 msgid "constructors cannot be declared virtual"
14342 msgstr ""
14343
14344 #: cp/decl.c:7320
14345 msgid "constructors may not be cv-qualified"
14346 msgstr ""
14347
14348 #: cp/decl.c:7340
14349 #, c-format
14350 msgid "can't initialize friend function %qs"
14351 msgstr ""
14352
14353 #. Cannot be both friend and virtual.
14354 #: cp/decl.c:7344
14355 msgid "virtual functions cannot be friends"
14356 msgstr ""
14357
14358 #: cp/decl.c:7348
14359 msgid "friend declaration not in class definition"
14360 msgstr ""
14361
14362 #: cp/decl.c:7350
14363 #, c-format
14364 msgid "can't define friend function %qs in a local class definition"
14365 msgstr ""
14366
14367 #: cp/decl.c:7363
14368 msgid "destructors may not have parameters"
14369 msgstr ""
14370
14371 #: cp/decl.c:7381 cp/decl.c:7388
14372 msgid "cannot declare reference to %q#T"
14373 msgstr ""
14374
14375 #: cp/decl.c:7382
14376 msgid "cannot declare pointer to %q#T"
14377 msgstr ""
14378
14379 #: cp/decl.c:7390
14380 msgid "cannot declare pointer to %q#T member"
14381 msgstr ""
14382
14383 #: cp/decl.c:7446
14384 msgid "template-id %qD used as a declarator"
14385 msgstr ""
14386
14387 #: cp/decl.c:7497
14388 msgid "extra qualification %<%T::%> on member %qs ignored"
14389 msgstr ""
14390
14391 #: cp/decl.c:7516
14392 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14393 msgstr ""
14394
14395 #: cp/decl.c:7531
14396 msgid "cannot declare member %<%T::%s%> within %qT"
14397 msgstr ""
14398
14399 #: cp/decl.c:7570
14400 msgid "data member may not have variably modified type %qT"
14401 msgstr ""
14402
14403 #: cp/decl.c:7572
14404 msgid "parameter may not have variably modified type %qT"
14405 msgstr ""
14406
14407 #. [dcl.fct.spec] The explicit specifier shall only be used in
14408 #. declarations of constructors within a class definition.
14409 #: cp/decl.c:7580
14410 msgid "only declarations of constructors can be %<explicit%>"
14411 msgstr ""
14412
14413 #: cp/decl.c:7588
14414 msgid "non-member %qs cannot be declared %<mutable%>"
14415 msgstr ""
14416
14417 #: cp/decl.c:7593
14418 msgid "non-object member %qs cannot be declared %<mutable%>"
14419 msgstr ""
14420
14421 #: cp/decl.c:7599
14422 msgid "function %qs cannot be declared %<mutable%>"
14423 msgstr ""
14424
14425 #: cp/decl.c:7604
14426 msgid "static %qs cannot be declared %<mutable%>"
14427 msgstr ""
14428
14429 #: cp/decl.c:7609
14430 msgid "const %qs cannot be declared %<mutable%>"
14431 msgstr ""
14432
14433 #: cp/decl.c:7627
14434 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14435 msgstr ""
14436
14437 #: cp/decl.c:7636
14438 msgid "%Jtypedef name may not be a nested-name-specifier"
14439 msgstr ""
14440
14441 #: cp/decl.c:7689
14442 msgid "%Jinvalid type qualifier for non-member function type"
14443 msgstr ""
14444
14445 #: cp/decl.c:7752
14446 msgid "type qualifiers specified for friend class declaration"
14447 msgstr ""
14448
14449 #: cp/decl.c:7757
14450 msgid "%<inline%> specified for friend class declaration"
14451 msgstr ""
14452
14453 #: cp/decl.c:7765
14454 msgid "template parameters cannot be friends"
14455 msgstr ""
14456
14457 #: cp/decl.c:7767
14458 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14459 msgstr ""
14460
14461 #: cp/decl.c:7771
14462 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14463 msgstr ""
14464
14465 #: cp/decl.c:7784
14466 msgid "trying to make class %qT a friend of global scope"
14467 msgstr ""
14468
14469 #: cp/decl.c:7795
14470 msgid "invalid qualifiers on non-member function type"
14471 msgstr ""
14472
14473 #: cp/decl.c:7814
14474 msgid "abstract declarator %qT used as declaration"
14475 msgstr ""
14476
14477 #: cp/decl.c:7839
14478 msgid "cannot use %<::%> in parameter declaration"
14479 msgstr ""
14480
14481 #. Something like struct S { int N::j; };
14482 #: cp/decl.c:7884
14483 msgid "invalid use of %<::%>"
14484 msgstr ""
14485
14486 #: cp/decl.c:7896
14487 msgid "function %qD cannot be declared friend"
14488 msgstr ""
14489
14490 #: cp/decl.c:7908
14491 msgid "can't make %qD into a method -- not in a class"
14492 msgstr ""
14493
14494 #: cp/decl.c:7917
14495 msgid "function %qD declared virtual inside a union"
14496 msgstr ""
14497
14498 #: cp/decl.c:7926
14499 msgid "%qD cannot be declared virtual, since it is always static"
14500 msgstr ""
14501
14502 #: cp/decl.c:8006
14503 msgid "field %qD has incomplete type"
14504 msgstr ""
14505
14506 #: cp/decl.c:8008
14507 msgid "name %qT has incomplete type"
14508 msgstr ""
14509
14510 #: cp/decl.c:8017
14511 msgid "  in instantiation of template %qT"
14512 msgstr ""
14513
14514 #: cp/decl.c:8027
14515 #, c-format
14516 msgid "%qE is neither function nor member function; cannot be declared friend"
14517 msgstr ""
14518
14519 #: cp/decl.c:8038
14520 msgid "member functions are implicitly friends of their class"
14521 msgstr ""
14522
14523 #. An attempt is being made to initialize a non-static
14524 #. member.  But, from [class.mem]:
14525 #.
14526 #. 4 A member-declarator can contain a
14527 #. constant-initializer only if it declares a static
14528 #. member (_class.static_) of integral or enumeration
14529 #. type, see _class.static.data_.
14530 #.
14531 #. This used to be relatively common practice, but
14532 #. the rest of the compiler does not correctly
14533 #. handle the initialization unless the member is
14534 #. static so we make it static below.
14535 #: cp/decl.c:8078
14536 msgid "ISO C++ forbids initialization of member %qD"
14537 msgstr ""
14538
14539 #: cp/decl.c:8080
14540 msgid "making %qD static"
14541 msgstr ""
14542
14543 #: cp/decl.c:8138
14544 msgid "storage class %<auto%> invalid for function %qs"
14545 msgstr ""
14546
14547 #: cp/decl.c:8140
14548 msgid "storage class %<register%> invalid for function %qs"
14549 msgstr ""
14550
14551 #: cp/decl.c:8142
14552 msgid "storage class %<__thread%> invalid for function %qs"
14553 msgstr ""
14554
14555 #: cp/decl.c:8153
14556 msgid ""
14557 "%<static%> specified invalid for function %qs declared out of global scope"
14558 msgstr ""
14559
14560 #: cp/decl.c:8156
14561 msgid ""
14562 "%<inline%> specifier invalid for function %qs declared out of global scope"
14563 msgstr ""
14564
14565 #: cp/decl.c:8164
14566 #, c-format
14567 msgid "virtual non-class function %qs"
14568 msgstr ""
14569
14570 #: cp/decl.c:8195
14571 msgid "cannot declare member function %qD to have static linkage"
14572 msgstr ""
14573
14574 #. FIXME need arm citation
14575 #: cp/decl.c:8202
14576 msgid "cannot declare static function inside another function"
14577 msgstr ""
14578
14579 #: cp/decl.c:8231
14580 msgid ""
14581 "%<static%> may not be used when defining (as opposed to declaring) a static "
14582 "data member"
14583 msgstr ""
14584
14585 #: cp/decl.c:8238
14586 msgid "static member %qD declared %<register%>"
14587 msgstr ""
14588
14589 #: cp/decl.c:8243
14590 msgid "cannot explicitly declare member %q#D to have extern linkage"
14591 msgstr ""
14592
14593 #: cp/decl.c:8386
14594 msgid "default argument for %q#D has type %qT"
14595 msgstr ""
14596
14597 #: cp/decl.c:8389
14598 msgid "default argument for parameter of type %qT has type %qT"
14599 msgstr ""
14600
14601 #: cp/decl.c:8406
14602 msgid "default argument %qE uses local variable %qD"
14603 msgstr ""
14604
14605 #: cp/decl.c:8474
14606 msgid "parameter %qD invalidly declared method type"
14607 msgstr ""
14608
14609 #: cp/decl.c:8498
14610 msgid "parameter %qD includes %s to array of unknown bound %qT"
14611 msgstr ""
14612
14613 #. [class.copy]
14614 #.
14615 #. A declaration of a constructor for a class X is ill-formed if
14616 #. its first parameter is of type (optionally cv-qualified) X
14617 #. and either there are no other parameters or else all other
14618 #. parameters have default arguments.
14619 #.
14620 #. We *don't* complain about member template instantiations that
14621 #. have this form, though; they can occur as we try to decide
14622 #. what constructor to use during overload resolution.  Since
14623 #. overload resolution will never prefer such a constructor to
14624 #. the non-template copy constructor (which is either explicitly
14625 #. or implicitly defined), there's no need to worry about their
14626 #. existence.  Theoretically, they should never even be
14627 #. instantiated, but that's hard to forestall.
14628 #: cp/decl.c:8657
14629 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14630 msgstr ""
14631
14632 #: cp/decl.c:8781
14633 msgid "%qD may not be declared within a namespace"
14634 msgstr ""
14635
14636 #: cp/decl.c:8783
14637 msgid "%qD may not be declared as static"
14638 msgstr ""
14639
14640 #: cp/decl.c:8803
14641 msgid "%qD must be a nonstatic member function"
14642 msgstr ""
14643
14644 #: cp/decl.c:8809
14645 msgid ""
14646 "%qD must be either a non-static member function or a non-member function"
14647 msgstr ""
14648
14649 #: cp/decl.c:8827
14650 msgid "%qD must have an argument of class or enumerated type"
14651 msgstr ""
14652
14653 #: cp/decl.c:8862
14654 #, c-format
14655 msgid "conversion to %s%s will never use a type conversion operator"
14656 msgstr ""
14657
14658 #. 13.4.0.3
14659 #: cp/decl.c:8870
14660 msgid "ISO C++ prohibits overloading operator ?:"
14661 msgstr ""
14662
14663 #: cp/decl.c:8920
14664 msgid "postfix %qD must take %<int%> as its argument"
14665 msgstr ""
14666
14667 #: cp/decl.c:8924
14668 msgid "postfix %qD must take %<int%> as its second argument"
14669 msgstr ""
14670
14671 #: cp/decl.c:8931
14672 msgid "%qD must take either zero or one argument"
14673 msgstr ""
14674
14675 #: cp/decl.c:8933
14676 msgid "%qD must take either one or two arguments"
14677 msgstr ""
14678
14679 #: cp/decl.c:8954
14680 msgid "prefix %qD should return %qT"
14681 msgstr ""
14682
14683 #: cp/decl.c:8960
14684 msgid "postfix %qD should return %qT"
14685 msgstr ""
14686
14687 #: cp/decl.c:8969
14688 msgid "%qD must take %<void%>"
14689 msgstr ""
14690
14691 #: cp/decl.c:8971 cp/decl.c:8979
14692 msgid "%qD must take exactly one argument"
14693 msgstr ""
14694
14695 #: cp/decl.c:8981
14696 msgid "%qD must take exactly two arguments"
14697 msgstr ""
14698
14699 #: cp/decl.c:8989
14700 msgid "user-defined %qD always evaluates both arguments"
14701 msgstr ""
14702
14703 #: cp/decl.c:9003
14704 msgid "%qD should return by value"
14705 msgstr ""
14706
14707 #: cp/decl.c:9015 cp/decl.c:9018
14708 msgid "%qD cannot have default arguments"
14709 msgstr ""
14710
14711 #: cp/decl.c:9072
14712 msgid "using template type parameter %qT after %qs"
14713 msgstr ""
14714
14715 #: cp/decl.c:9086
14716 msgid "using typedef-name %qD after %qs"
14717 msgstr ""
14718
14719 #: cp/decl.c:9087
14720 msgid "%qD has a previous declaration here"
14721 msgstr ""
14722
14723 #: cp/decl.c:9094
14724 msgid "%qT referred to as %qs"
14725 msgstr ""
14726
14727 #: cp/decl.c:9095 cp/decl.c:9102
14728 msgid "%qT has a previous declaration here"
14729 msgstr ""
14730
14731 #: cp/decl.c:9101
14732 msgid "%qT referred to as enum"
14733 msgstr ""
14734
14735 #. If a class template appears as elaborated type specifier
14736 #. without a template header such as:
14737 #.
14738 #. template <class T> class C {};
14739 #. void f(class C);             // No template header here
14740 #.
14741 #. then the required template argument is missing.
14742 #: cp/decl.c:9117
14743 msgid "template argument required for %<%s %T%>"
14744 msgstr ""
14745
14746 #: cp/decl.c:9279
14747 msgid "use of enum %q#D without previous declaration"
14748 msgstr ""
14749
14750 #: cp/decl.c:9298
14751 msgid "redeclaration of %qT as a non-template"
14752 msgstr ""
14753
14754 #: cp/decl.c:9391
14755 msgid "derived union %qT invalid"
14756 msgstr ""
14757
14758 #: cp/decl.c:9397
14759 msgid "Java class %qT cannot have multiple bases"
14760 msgstr ""
14761
14762 #: cp/decl.c:9405
14763 msgid "Java class %qT cannot have virtual bases"
14764 msgstr ""
14765
14766 #: cp/decl.c:9424
14767 msgid "base type %qT fails to be a struct or class type"
14768 msgstr ""
14769
14770 #: cp/decl.c:9457
14771 msgid "recursive type %qT undefined"
14772 msgstr ""
14773
14774 #: cp/decl.c:9459
14775 msgid "duplicate base type %qT invalid"
14776 msgstr ""
14777
14778 #: cp/decl.c:9529
14779 msgid "multiple definition of %q#T"
14780 msgstr ""
14781
14782 #: cp/decl.c:9530
14783 msgid "%Jprevious definition here"
14784 msgstr ""
14785
14786 #. DR 377
14787 #.
14788 #. IF no integral type can represent all the enumerator values, the
14789 #. enumeration is ill-formed.
14790 #: cp/decl.c:9667
14791 msgid "no integral type can represent all of the enumerator values for %qT"
14792 msgstr ""
14793
14794 #: cp/decl.c:9768
14795 msgid "enumerator value for %qD not integer constant"
14796 msgstr ""
14797
14798 #: cp/decl.c:9795
14799 msgid "overflow in enumeration values at %qD"
14800 msgstr ""
14801
14802 #: cp/decl.c:9866
14803 msgid "return type %q#T is incomplete"
14804 msgstr ""
14805
14806 #: cp/decl.c:9981 cp/typeck.c:6274
14807 msgid "%<operator=%> should return a reference to %<*this%>"
14808 msgstr ""
14809
14810 #: cp/decl.c:10304
14811 msgid "parameter %qD declared void"
14812 msgstr ""
14813
14814 #: cp/decl.c:10786
14815 msgid "invalid member function declaration"
14816 msgstr ""
14817
14818 #: cp/decl.c:10801
14819 msgid "%qD is already defined in class %qT"
14820 msgstr ""
14821
14822 #: cp/decl.c:11012
14823 msgid "static member function %q#D declared with type qualifiers"
14824 msgstr ""
14825
14826 #: cp/decl2.c:280
14827 msgid "name missing for member function"
14828 msgstr ""
14829
14830 #: cp/decl2.c:373 cp/decl2.c:387
14831 msgid "ambiguous conversion for array subscript"
14832 msgstr ""
14833
14834 #: cp/decl2.c:381
14835 msgid "invalid types %<%T[%T]%> for array subscript"
14836 msgstr ""
14837
14838 #: cp/decl2.c:426
14839 msgid "deleting array %q#D"
14840 msgstr ""
14841
14842 #: cp/decl2.c:432
14843 msgid "type %q#T argument given to %<delete%>, expected pointer"
14844 msgstr ""
14845
14846 #: cp/decl2.c:444
14847 msgid ""
14848 "cannot delete a function.  Only pointer-to-objects are valid arguments to %"
14849 "<delete%>"
14850 msgstr ""
14851
14852 #: cp/decl2.c:452
14853 msgid "deleting %qT is undefined"
14854 msgstr ""
14855
14856 #. 14.5.2.2 [temp.mem]
14857 #.
14858 #. A local class shall not have member templates.
14859 #: cp/decl2.c:488
14860 msgid "invalid declaration of member template %q#D in local class"
14861 msgstr ""
14862
14863 #: cp/decl2.c:497
14864 msgid "invalid use of %<virtual%> in template declaration of %q#D"
14865 msgstr ""
14866
14867 #: cp/decl2.c:507 cp/pt.c:2990
14868 msgid "template declaration of %q#D"
14869 msgstr ""
14870
14871 #: cp/decl2.c:556
14872 msgid "Java method %qD has non-Java return type %qT"
14873 msgstr ""
14874
14875 #: cp/decl2.c:572
14876 msgid "Java method %qD has non-Java parameter type %qT"
14877 msgstr ""
14878
14879 #: cp/decl2.c:677
14880 msgid "prototype for %q#D does not match any in class %qT"
14881 msgstr ""
14882
14883 #: cp/decl2.c:778
14884 msgid "local class %q#T shall not have static data member %q#D"
14885 msgstr ""
14886
14887 #: cp/decl2.c:786
14888 msgid "initializer invalid for static member with constructor"
14889 msgstr ""
14890
14891 #: cp/decl2.c:789
14892 msgid "(an out of class initialization is required)"
14893 msgstr ""
14894
14895 #: cp/decl2.c:870
14896 msgid "member %qD conflicts with virtual function table field name"
14897 msgstr ""
14898
14899 #: cp/decl2.c:890
14900 msgid "%qD is already defined in %qT"
14901 msgstr ""
14902
14903 #: cp/decl2.c:936
14904 msgid "field initializer is not constant"
14905 msgstr ""
14906
14907 #: cp/decl2.c:964
14908 msgid "%<asm%> specifiers are not permitted on non-static data members"
14909 msgstr ""
14910
14911 #: cp/decl2.c:1010
14912 msgid "cannot declare %qD to be a bit-field type"
14913 msgstr ""
14914
14915 #: cp/decl2.c:1020
14916 msgid "cannot declare bit-field %qD with function type"
14917 msgstr ""
14918
14919 #: cp/decl2.c:1027
14920 msgid "%qD is already defined in the class %qT"
14921 msgstr ""
14922
14923 #: cp/decl2.c:1034
14924 msgid "static member %qD cannot be a bit-field"
14925 msgstr ""
14926
14927 #: cp/decl2.c:1093
14928 msgid "initializer specified for non-member function %qD"
14929 msgstr ""
14930
14931 #: cp/decl2.c:1097
14932 msgid "invalid initializer for virtual method %qD"
14933 msgstr ""
14934
14935 #: cp/decl2.c:1129
14936 msgid "anonymous struct not inside named type"
14937 msgstr ""
14938
14939 #: cp/decl2.c:1206
14940 msgid "namespace-scope anonymous aggregates must be static"
14941 msgstr ""
14942
14943 #: cp/decl2.c:1213
14944 msgid "anonymous union with no members"
14945 msgstr ""
14946
14947 #: cp/decl2.c:1249
14948 msgid "%<operator new%> must return type %qT"
14949 msgstr ""
14950
14951 #: cp/decl2.c:1258
14952 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
14953 msgstr ""
14954
14955 #: cp/decl2.c:1287
14956 msgid "%<operator delete%> must return type %qT"
14957 msgstr ""
14958
14959 #: cp/decl2.c:1296
14960 msgid "%<operator delete%> takes type %qT as first parameter"
14961 msgstr ""
14962
14963 #: cp/decl2.c:3033
14964 msgid "inline function %qD used but never defined"
14965 msgstr ""
14966
14967 #: cp/decl2.c:3178
14968 msgid "default argument missing for parameter %P of %q+#D"
14969 msgstr ""
14970
14971 #. damn ICE suppression
14972 #: cp/error.c:2365
14973 #, c-format
14974 msgid "unexpected letter %qc in locate_error\n"
14975 msgstr ""
14976
14977 #. Can't throw a reference.
14978 #: cp/except.c:239
14979 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
14980 msgstr ""
14981
14982 #: cp/except.c:250
14983 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
14984 msgstr ""
14985
14986 #. Thrown object must be a Throwable.
14987 #: cp/except.c:257
14988 msgid "type %qT is not derived from %<java::lang::Throwable%>"
14989 msgstr ""
14990
14991 #: cp/except.c:320
14992 msgid "mixing C++ and Java catches in a single translation unit"
14993 msgstr ""
14994
14995 #: cp/except.c:576
14996 msgid "throwing NULL, which has integral, not pointer type"
14997 msgstr ""
14998
14999 #: cp/except.c:599 cp/init.c:1872
15000 msgid "%qD should never be overloaded"
15001 msgstr ""
15002
15003 #: cp/except.c:666
15004 msgid "  in thrown expression"
15005 msgstr ""
15006
15007 #: cp/except.c:810
15008 msgid ""
15009 "expression %qE of abstract class type %qT cannot be used in throw-expression"
15010 msgstr ""
15011
15012 #: cp/except.c:895
15013 msgid "%Hexception of type %qT will be caught"
15014 msgstr ""
15015
15016 #: cp/except.c:897
15017 msgid "%H   by earlier handler for %qT"
15018 msgstr ""
15019
15020 #: cp/except.c:927
15021 msgid "%H%<...%> handler must be the last handler for its try block"
15022 msgstr ""
15023
15024 #: cp/friend.c:152
15025 msgid "%qD is already a friend of class %qT"
15026 msgstr ""
15027
15028 #: cp/friend.c:228
15029 msgid "invalid type %qT declared %<friend%>"
15030 msgstr ""
15031
15032 #. [temp.friend]
15033 #. Friend declarations shall not declare partial
15034 #. specializations.
15035 #. template <class U> friend class T::X<U>;
15036 #. [temp.friend]
15037 #. Friend declarations shall not declare partial
15038 #. specializations.
15039 #: cp/friend.c:244 cp/friend.c:274
15040 msgid "partial specialization %qT declared %<friend%>"
15041 msgstr ""
15042
15043 #: cp/friend.c:252
15044 msgid "class %qT is implicitly friends with itself"
15045 msgstr ""
15046
15047 #: cp/friend.c:310
15048 msgid "%qT is not a member of %qT"
15049 msgstr ""
15050
15051 #: cp/friend.c:315
15052 msgid "%qT is not a member class template of %qT"
15053 msgstr ""
15054
15055 #: cp/friend.c:323
15056 msgid "%qT is not a nested class of %qT"
15057 msgstr ""
15058
15059 #. template <class T> friend class T;
15060 #: cp/friend.c:336
15061 msgid "template parameter type %qT declared %<friend%>"
15062 msgstr ""
15063
15064 #. template <class T> friend class A; where A is not a template
15065 #: cp/friend.c:342
15066 msgid "%q#T is not a template"
15067 msgstr ""
15068
15069 #: cp/friend.c:364
15070 msgid "%qD is already a friend of %qT"
15071 msgstr ""
15072
15073 #: cp/friend.c:373
15074 msgid "%qT is already a friend of %qT"
15075 msgstr ""
15076
15077 #: cp/friend.c:497
15078 msgid "member %qD declared as friend before type %qT defined"
15079 msgstr ""
15080
15081 #: cp/friend.c:553
15082 msgid "friend declaration %q#D declares a non-template function"
15083 msgstr ""
15084
15085 #: cp/friend.c:557
15086 msgid ""
15087 "(if this is not what you intended, make sure the function template has "
15088 "already been declared and add <> after the function name here) -Wno-non-"
15089 "template-friend disables this warning"
15090 msgstr ""
15091
15092 #: cp/g++spec.c:238 java/jvspec.c:417
15093 #, c-format
15094 msgid "argument to '%s' missing\n"
15095 msgstr ""
15096
15097 #: cp/init.c:316
15098 msgid "%J%qD should be initialized in the member initialization list"
15099 msgstr ""
15100
15101 #: cp/init.c:363
15102 msgid "%Jdefault-initialization of %q#D, which has reference type"
15103 msgstr ""
15104
15105 #: cp/init.c:369
15106 msgid "%Juninitialized reference member %qD"
15107 msgstr ""
15108
15109 #: cp/init.c:372
15110 msgid "%Juninitialized member %qD with %<const%> type %qT"
15111 msgstr ""
15112
15113 #: cp/init.c:515
15114 msgid "%qD will be initialized after"
15115 msgstr ""
15116
15117 #: cp/init.c:518
15118 msgid "base %qT will be initialized after"
15119 msgstr ""
15120
15121 #: cp/init.c:521
15122 msgid "  %q#D"
15123 msgstr ""
15124
15125 #: cp/init.c:523
15126 msgid "  base %qT"
15127 msgstr ""
15128
15129 #: cp/init.c:524
15130 msgid "%J  when initialized here"
15131 msgstr ""
15132
15133 #: cp/init.c:540
15134 msgid "%Jmultiple initializations given for %qD"
15135 msgstr ""
15136
15137 #: cp/init.c:543
15138 msgid "%Jmultiple initializations given for base %qT"
15139 msgstr ""
15140
15141 #: cp/init.c:610
15142 msgid "%Jinitializations for multiple members of %qT"
15143 msgstr ""
15144
15145 #: cp/init.c:667
15146 msgid ""
15147 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
15148 msgstr ""
15149
15150 #: cp/init.c:891 cp/init.c:910
15151 msgid "class %qT does not have any field named %qD"
15152 msgstr ""
15153
15154 #: cp/init.c:897
15155 msgid ""
15156 "%q#D is a static data member; it can only be initialized at its definition"
15157 msgstr ""
15158
15159 #: cp/init.c:904
15160 msgid "%q#D is not a non-static data member of %qT"
15161 msgstr ""
15162
15163 #: cp/init.c:943
15164 msgid "unnamed initializer for %qT, which has no base classes"
15165 msgstr ""
15166
15167 #: cp/init.c:951
15168 msgid "unnamed initializer for %qT, which uses multiple inheritance"
15169 msgstr ""
15170
15171 #: cp/init.c:997
15172 msgid "%qD is both a direct base and an indirect virtual base"
15173 msgstr ""
15174
15175 #: cp/init.c:1005
15176 msgid "type %qD is not a direct or virtual base of %qT"
15177 msgstr ""
15178
15179 #: cp/init.c:1008
15180 msgid "type %qD is not a direct base of %qT"
15181 msgstr ""
15182
15183 #: cp/init.c:1088
15184 msgid "bad array initializer"
15185 msgstr ""
15186
15187 #: cp/init.c:1287
15188 msgid "%qT is not an aggregate type"
15189 msgstr ""
15190
15191 #: cp/init.c:1379
15192 msgid "qualified type %qT does not match destructor name %<~%T%>"
15193 msgstr ""
15194
15195 #: cp/init.c:1387
15196 msgid "incomplete type %qT does not have member %qD"
15197 msgstr ""
15198
15199 #: cp/init.c:1406
15200 msgid "%qD is not a member of type %qT"
15201 msgstr ""
15202
15203 #: cp/init.c:1433
15204 msgid "invalid pointer to bit-field %qD"
15205 msgstr ""
15206
15207 #: cp/init.c:1535
15208 msgid "invalid use of non-static member function %qD"
15209 msgstr ""
15210
15211 #: cp/init.c:1541 cp/semantics.c:1293
15212 msgid "invalid use of non-static data member %qD"
15213 msgstr ""
15214
15215 #: cp/init.c:1641
15216 msgid "new cannot be applied to a reference type"
15217 msgstr ""
15218
15219 #: cp/init.c:1647
15220 msgid "new cannot be applied to a function type"
15221 msgstr ""
15222
15223 #: cp/init.c:1679
15224 msgid "call to Java constructor, while %<jclass%> undefined"
15225 msgstr ""
15226
15227 #: cp/init.c:1695
15228 msgid "can't find class$"
15229 msgstr ""
15230
15231 #: cp/init.c:1823
15232 msgid "invalid type %<void%> for new"
15233 msgstr ""
15234
15235 #: cp/init.c:1833
15236 msgid "uninitialized const in %<new%> of %q#T"
15237 msgstr ""
15238
15239 #: cp/init.c:1867
15240 #, c-format
15241 msgid "call to Java constructor with %qs undefined"
15242 msgstr ""
15243
15244 #: cp/init.c:1907
15245 msgid "request for member %qD is ambiguous"
15246 msgstr ""
15247
15248 #: cp/init.c:2040
15249 msgid "ISO C++ forbids initialization in array new"
15250 msgstr ""
15251
15252 #: cp/init.c:2510
15253 msgid "initializer ends prematurely"
15254 msgstr ""
15255
15256 #: cp/init.c:2563
15257 msgid "cannot initialize multi-dimensional array with initializer"
15258 msgstr ""
15259
15260 #: cp/init.c:2722
15261 msgid "possible problem detected in invocation of delete operator:"
15262 msgstr ""
15263
15264 #: cp/init.c:2725
15265 msgid ""
15266 "neither the destructor nor the class-specific operator delete will be "
15267 "called, even if they are declared when the class is defined."
15268 msgstr ""
15269
15270 #: cp/init.c:2746
15271 msgid "unknown array size in delete"
15272 msgstr ""
15273
15274 #: cp/init.c:3006
15275 msgid "type to vector delete is neither pointer or array type"
15276 msgstr ""
15277
15278 #: cp/lex.c:436
15279 #, c-format
15280 msgid "junk at end of #pragma %s"
15281 msgstr ""
15282
15283 #: cp/lex.c:443
15284 #, c-format
15285 msgid "invalid #pragma %s"
15286 msgstr ""
15287
15288 #: cp/lex.c:451
15289 msgid "#pragma vtable no longer supported"
15290 msgstr ""
15291
15292 #: cp/lex.c:530
15293 #, c-format
15294 msgid "#pragma implementation for %qs appears after file is included"
15295 msgstr ""
15296
15297 #: cp/lex.c:555
15298 msgid "junk at end of #pragma GCC java_exceptions"
15299 msgstr ""
15300
15301 #: cp/lex.c:569
15302 msgid "%qD not defined"
15303 msgstr ""
15304
15305 #: cp/lex.c:573
15306 msgid "%qD was not declared in this scope"
15307 msgstr ""
15308
15309 #. In a template, it is invalid to write "f()" or "f(3)" if no
15310 #. declaration of "f" is available.  Historically, G++ and most
15311 #. other compilers accepted that usage since they deferred all name
15312 #. lookup until instantiation time rather than doing unqualified
15313 #. name lookup at template definition time; explain to the user what
15314 #. is going wrong.
15315 #.
15316 #. Note that we have the exact wording of the following message in
15317 #. the manual (trouble.texi, node "Name lookup"), so they need to
15318 #. be kept in synch.
15319 #: cp/lex.c:610
15320 msgid ""
15321 "there are no arguments to %qD that depend on a template parameter, so a "
15322 "declaration of %qD must be available"
15323 msgstr ""
15324
15325 #: cp/lex.c:619
15326 msgid ""
15327 "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
15328 "use of an undeclared name is deprecated)"
15329 msgstr ""
15330
15331 #: cp/mangle.c:2114
15332 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15333 msgstr ""
15334
15335 #: cp/mangle.c:2122
15336 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15337 msgstr ""
15338
15339 #: cp/mangle.c:2172
15340 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
15341 msgstr ""
15342
15343 #: cp/mangle.c:2482
15344 msgid "the mangled name of %qD will change in a future version of GCC"
15345 msgstr ""
15346
15347 #: cp/method.c:441
15348 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15349 msgstr ""
15350
15351 #: cp/method.c:650
15352 msgid "non-static const member %q#D, can't use default assignment operator"
15353 msgstr ""
15354
15355 #: cp/method.c:656
15356 msgid "non-static reference member %q#D, can't use default assignment operator"
15357 msgstr ""
15358
15359 #: cp/name-lookup.c:693
15360 msgid "redeclaration of %<wchar_t%> as %qT"
15361 msgstr ""
15362
15363 #. A redeclaration of main, but not a duplicate of the
15364 #. previous one.
15365 #.
15366 #. [basic.start.main]
15367 #.
15368 #. This function shall not be overloaded.
15369 #: cp/name-lookup.c:725
15370 msgid "invalid redeclaration of %qD"
15371 msgstr ""
15372
15373 #: cp/name-lookup.c:726
15374 msgid "as %qD"
15375 msgstr ""
15376
15377 #: cp/name-lookup.c:814
15378 msgid "type mismatch with previous external decl of %q#D"
15379 msgstr ""
15380
15381 #: cp/name-lookup.c:815
15382 msgid "previous external decl of %q#D"
15383 msgstr ""
15384
15385 #: cp/name-lookup.c:897
15386 msgid "extern declaration of %q#D doesn't match"
15387 msgstr ""
15388
15389 #: cp/name-lookup.c:898
15390 msgid "global declaration %q#D"
15391 msgstr ""
15392
15393 #: cp/name-lookup.c:934 cp/name-lookup.c:941
15394 msgid "declaration of %q#D shadows a parameter"
15395 msgstr ""
15396
15397 #. Location of previous decl is not useful in this case.
15398 #: cp/name-lookup.c:966
15399 msgid "declaration of %qD shadows a member of 'this'"
15400 msgstr ""
15401
15402 #: cp/name-lookup.c:972
15403 msgid "declaration of %qD shadows a previous local"
15404 msgstr ""
15405
15406 #: cp/name-lookup.c:979
15407 msgid "declaration of %qD shadows a global declaration"
15408 msgstr ""
15409
15410 #: cp/name-lookup.c:1095
15411 msgid "name lookup of %qD changed"
15412 msgstr ""
15413
15414 #: cp/name-lookup.c:1096
15415 msgid "  matches this %qD under ISO standard rules"
15416 msgstr ""
15417
15418 #: cp/name-lookup.c:1098
15419 msgid "  matches this %qD under old rules"
15420 msgstr ""
15421
15422 #: cp/name-lookup.c:1116 cp/name-lookup.c:1124
15423 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15424 msgstr ""
15425
15426 #: cp/name-lookup.c:1118
15427 msgid "  cannot use obsolete binding at %qD because it has a destructor"
15428 msgstr ""
15429
15430 #: cp/name-lookup.c:1126
15431 msgid "  using obsolete binding at %qD"
15432 msgstr ""
15433
15434 #: cp/name-lookup.c:1179
15435 #, c-format
15436 msgid "%s %s(%E) %p %d\n"
15437 msgstr ""
15438
15439 #: cp/name-lookup.c:1182
15440 #, c-format
15441 msgid "%s %s %p %d\n"
15442 msgstr ""
15443
15444 #: cp/name-lookup.c:1308
15445 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15446 msgstr ""
15447
15448 #: cp/name-lookup.c:1859
15449 msgid "%q#D hides constructor for %q#T"
15450 msgstr ""
15451
15452 #: cp/name-lookup.c:1874
15453 msgid "%q#D conflicts with previous using declaration %q#D"
15454 msgstr ""
15455
15456 #: cp/name-lookup.c:1886
15457 msgid "previous non-function declaration %q#D"
15458 msgstr ""
15459
15460 #: cp/name-lookup.c:1887
15461 msgid "conflicts with function declaration %q#D"
15462 msgstr ""
15463
15464 #. It's a nested name with template parameter dependent scope.
15465 #. This can only be using-declaration for class member.
15466 #: cp/name-lookup.c:1965 cp/name-lookup.c:1990 cp/name-lookup.c:3163
15467 msgid "%qT is not a namespace"
15468 msgstr ""
15469
15470 #. 7.3.3/5
15471 #. A using-declaration shall not name a template-id.
15472 #: cp/name-lookup.c:1975
15473 msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
15474 msgstr ""
15475
15476 #: cp/name-lookup.c:1982
15477 msgid "namespace %qD not allowed in using-declaration"
15478 msgstr ""
15479
15480 #: cp/name-lookup.c:2018
15481 msgid "%qD not declared"
15482 msgstr ""
15483
15484 #. If the OLD_FN was really declared, the
15485 #. declarations don't match.
15486 #: cp/name-lookup.c:2030 cp/name-lookup.c:2072 cp/name-lookup.c:2109
15487 msgid "%qD is already declared in this scope"
15488 msgstr ""
15489
15490 #: cp/name-lookup.c:2115
15491 msgid "using declaration %qD introduced ambiguous type %qT"
15492 msgstr ""
15493
15494 #: cp/name-lookup.c:2594
15495 msgid "%qD has the same name as the class in which it is declared"
15496 msgstr ""
15497
15498 #: cp/name-lookup.c:2689
15499 msgid "using-declaration for non-member at class scope"
15500 msgstr ""
15501
15502 #: cp/name-lookup.c:2696
15503 msgid "using-declaration cannot name destructor"
15504 msgstr ""
15505
15506 #: cp/name-lookup.c:2775
15507 msgid "declaration of %qD not in a namespace surrounding %qD"
15508 msgstr ""
15509
15510 #: cp/name-lookup.c:2783
15511 msgid "explicit qualification in declaration of `%D'"
15512 msgstr ""
15513
15514 #: cp/name-lookup.c:2819
15515 msgid "%qD should have been declared inside %qD"
15516 msgstr ""
15517
15518 #: cp/name-lookup.c:2881
15519 msgid "namespace alias %qD not allowed here, assuming %qD"
15520 msgstr ""
15521
15522 #. The parser did not find it, so it's not there.
15523 #: cp/name-lookup.c:2996
15524 msgid "unknown namespace %qD"
15525 msgstr ""
15526
15527 #: cp/name-lookup.c:3157
15528 msgid "namespace %qT undeclared"
15529 msgstr ""
15530
15531 #: cp/name-lookup.c:3201
15532 msgid "strong using only meaningful at namespace scope"
15533 msgstr ""
15534
15535 #: cp/name-lookup.c:3208
15536 msgid "%qD attribute directive ignored"
15537 msgstr ""
15538
15539 #: cp/name-lookup.c:3342
15540 msgid "use of %qD is ambiguous"
15541 msgstr ""
15542
15543 #: cp/name-lookup.c:3343
15544 msgid "  first declared as %q#D here"
15545 msgstr ""
15546
15547 #: cp/name-lookup.c:3345
15548 msgid "  also declared as %q#D here"
15549 msgstr ""
15550
15551 #: cp/name-lookup.c:3360
15552 msgid "%qD denotes an ambiguous type"
15553 msgstr ""
15554
15555 #: cp/name-lookup.c:3361
15556 msgid "%J  first type here"
15557 msgstr ""
15558
15559 #: cp/name-lookup.c:3362
15560 msgid "%J  other type here"
15561 msgstr ""
15562
15563 #. This happens for A::B where B is a template, and there are no
15564 #. template arguments.
15565 #: cp/name-lookup.c:3426 cp/typeck.c:1818
15566 msgid "invalid use of %qD"
15567 msgstr ""
15568
15569 #: cp/name-lookup.c:3466
15570 msgid "%<%D::%D%> is not a template"
15571 msgstr ""
15572
15573 #: cp/name-lookup.c:3482
15574 msgid "%qD undeclared in namespace %qD"
15575 msgstr ""
15576
15577 #: cp/name-lookup.c:4108
15578 msgid "%qD is not a function,"
15579 msgstr ""
15580
15581 #: cp/name-lookup.c:4109
15582 msgid "  conflict with %qD"
15583 msgstr ""
15584
15585 #: cp/name-lookup.c:4873
15586 msgid "XXX entering pop_everything ()\n"
15587 msgstr ""
15588
15589 #: cp/name-lookup.c:4882
15590 msgid "XXX leaving pop_everything ()\n"
15591 msgstr ""
15592
15593 #: cp/parser.c:1812
15594 msgid "%<%D::%D%> has not been declared"
15595 msgstr ""
15596
15597 #: cp/parser.c:1815 cp/semantics.c:2318
15598 msgid "%<::%D%> has not been declared"
15599 msgstr ""
15600
15601 #: cp/parser.c:1818
15602 msgid "request for member %qD in non-class type %qT"
15603 msgstr ""
15604
15605 #: cp/parser.c:1821
15606 msgid "%<%T::%D%> has not been declared"
15607 msgstr ""
15608
15609 #: cp/parser.c:1824
15610 msgid "%qD has not been declared"
15611 msgstr ""
15612
15613 #: cp/parser.c:1827
15614 msgid "%<%D::%D%> %s"
15615 msgstr ""
15616
15617 #: cp/parser.c:1829
15618 msgid "%<::%D%> %s"
15619 msgstr ""
15620
15621 #: cp/parser.c:1831
15622 msgid "%qD %s"
15623 msgstr ""
15624
15625 #: cp/parser.c:1884
15626 msgid "new types may not be defined in a return type"
15627 msgstr ""
15628
15629 #: cp/parser.c:1901 cp/pt.c:4364
15630 msgid "%qT is not a template"
15631 msgstr ""
15632
15633 #: cp/parser.c:1903
15634 #, c-format
15635 msgid "%qE is not a template"
15636 msgstr ""
15637
15638 #: cp/parser.c:1905
15639 msgid "invalid template-id"
15640 msgstr ""
15641
15642 #: cp/parser.c:1933
15643 #, c-format
15644 msgid "%s cannot appear in a constant-expression"
15645 msgstr ""
15646
15647 #: cp/parser.c:1957
15648 #, c-format
15649 msgid "invalid use of template-name %qE without an argument list"
15650 msgstr ""
15651
15652 #. Issue an error message.
15653 #: cp/parser.c:1962
15654 #, c-format
15655 msgid "%qE does not name a type"
15656 msgstr ""
15657
15658 #: cp/parser.c:1993
15659 msgid "(perhaps %<typename %T::%E%> was intended)"
15660 msgstr ""
15661
15662 #: cp/parser.c:2008
15663 #, c-format
15664 msgid "%qE in namespace %qE does not name a type"
15665 msgstr ""
15666
15667 #: cp/parser.c:2011
15668 msgid "%qE in class %qT does not name a type"
15669 msgstr ""
15670
15671 #: cp/parser.c:2678
15672 msgid "ISO C++ forbids braced-groups within expressions"
15673 msgstr ""
15674
15675 #: cp/parser.c:2687
15676 msgid "statement-expressions are allowed only inside functions"
15677 msgstr ""
15678
15679 #: cp/parser.c:2738
15680 msgid "%<this%> may not be used in this context"
15681 msgstr ""
15682
15683 #: cp/parser.c:2873
15684 msgid "local variable %qD may not appear in this context"
15685 msgstr ""
15686
15687 #: cp/parser.c:3238
15688 msgid "typedef-name %qD used as destructor declarator"
15689 msgstr ""
15690
15691 #: cp/parser.c:3886
15692 msgid "ISO C++ forbids compound-literals"
15693 msgstr ""
15694
15695 #: cp/parser.c:4786
15696 msgid "array bound forbidden after parenthesized type-id"
15697 msgstr ""
15698
15699 #: cp/parser.c:4787
15700 msgid "try removing the parentheses around the type-id"
15701 msgstr ""
15702
15703 #: cp/parser.c:4893
15704 msgid "size in array new must have integral type"
15705 msgstr ""
15706
15707 #: cp/parser.c:4896
15708 msgid "zero size array reserves no space"
15709 msgstr ""
15710
15711 #: cp/parser.c:4995
15712 msgid "expression in new-declarator must have integral or enumeration type"
15713 msgstr ""
15714
15715 #: cp/parser.c:5177
15716 msgid "use of old-style cast"
15717 msgstr ""
15718
15719 #: cp/parser.c:5932
15720 #, c-format
15721 msgid "case label %qE not within a switch statement"
15722 msgstr ""
15723
15724 #: cp/parser.c:6476
15725 msgid "ISO C++ forbids computed gotos"
15726 msgstr ""
15727
15728 #: cp/parser.c:6601
15729 msgid "extra %<;%>"
15730 msgstr ""
15731
15732 #: cp/parser.c:6920
15733 msgid "mixing declarations and function-definitions is forbidden"
15734 msgstr ""
15735
15736 #: cp/parser.c:7052
15737 msgid "duplicate %<friend%>"
15738 msgstr ""
15739
15740 #: cp/parser.c:7221
15741 msgid "class definition may not be declared a friend"
15742 msgstr ""
15743
15744 #: cp/parser.c:7534
15745 msgid "only constructors take base initializers"
15746 msgstr ""
15747
15748 #: cp/parser.c:7585
15749 msgid "anachronistic old-style base class initializer"
15750 msgstr ""
15751
15752 #: cp/parser.c:7626
15753 msgid ""
15754 "keyword %<typename%> not allowed in this context (a qualified member "
15755 "initializer is implicitly a type)"
15756 msgstr ""
15757
15758 #. Warn that we do not support `export'.
15759 #: cp/parser.c:7988
15760 msgid "keyword %<export%> not implemented, and will be ignored"
15761 msgstr ""
15762
15763 #. Otherwise, emit an error about the invalid digraph, but continue
15764 #. parsing because we got our argument list.
15765 #: cp/parser.c:8358
15766 msgid "%<<::%> cannot begin a template-argument list"
15767 msgstr ""
15768
15769 #: cp/parser.c:8359
15770 msgid ""
15771 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15772 "and %<::%>"
15773 msgstr ""
15774
15775 #: cp/parser.c:8366
15776 msgid "(if you use -fpermissive G++ will accept your code)"
15777 msgstr ""
15778
15779 #. Explain what went wrong.
15780 #: cp/parser.c:8536
15781 msgid "non-template %qD used as template"
15782 msgstr ""
15783
15784 #: cp/parser.c:8537
15785 msgid "use %<%T::template %D%> to indicate that it is a template"
15786 msgstr ""
15787
15788 #: cp/parser.c:9554
15789 msgid "using %<typename%> outside of template"
15790 msgstr ""
15791
15792 #: cp/parser.c:9677
15793 msgid "expected type-name"
15794 msgstr ""
15795
15796 #: cp/parser.c:9748
15797 msgid "type attributes are honored only at type definition"
15798 msgstr ""
15799
15800 #. [namespace.udecl]
15801 #.
15802 #. A using declaration shall not name a template-id.
15803 #: cp/parser.c:10130
15804 msgid "a template-id may not appear in a using-declaration"
15805 msgstr ""
15806
15807 #: cp/parser.c:10461
15808 msgid "an asm-specification is not allowed on a function-definition"
15809 msgstr ""
15810
15811 #: cp/parser.c:10463
15812 msgid "attributes are not allowed on a function-definition"
15813 msgstr ""
15814
15815 #: cp/parser.c:10594
15816 msgid "attributes after parenthesized initializer ignored"
15817 msgstr ""
15818
15819 #: cp/parser.c:10976
15820 msgid "array bound is not an integer constant"
15821 msgstr ""
15822
15823 #: cp/parser.c:11045
15824 msgid "%<%T::%D%> is not a type"
15825 msgstr ""
15826
15827 #: cp/parser.c:11090
15828 msgid "invalid use of constructor as a template"
15829 msgstr ""
15830
15831 #: cp/parser.c:11091
15832 msgid ""
15833 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15834 "name"
15835 msgstr ""
15836
15837 #: cp/parser.c:11279
15838 msgid "duplicate cv-qualifier"
15839 msgstr ""
15840
15841 #: cp/parser.c:11795
15842 msgid "file ends in default argument"
15843 msgstr ""
15844
15845 #: cp/parser.c:11855
15846 msgid "deprecated use of default argument for parameter of non-function"
15847 msgstr ""
15848
15849 #: cp/parser.c:11858
15850 msgid "default arguments are only permitted for function parameters"
15851 msgstr ""
15852
15853 #: cp/parser.c:12598
15854 msgid "declaration of %qD in %qD which does not enclose %qD"
15855 msgstr ""
15856
15857 #: cp/parser.c:12611
15858 msgid "extra qualification ignored"
15859 msgstr ""
15860
15861 #: cp/parser.c:12622
15862 msgid "an explicit specialization must be preceded by %<template <>%>"
15863 msgstr ""
15864
15865 #: cp/parser.c:12914
15866 msgid "%Hextra %<;%>"
15867 msgstr ""
15868
15869 #: cp/parser.c:12932
15870 msgid "a class-key must be used when declaring a friend"
15871 msgstr ""
15872
15873 #: cp/parser.c:12946
15874 msgid "friend declaration does not name a class or function"
15875 msgstr ""
15876
15877 #: cp/parser.c:13120
15878 msgid "pure-specifier on function-definition"
15879 msgstr ""
15880
15881 #: cp/parser.c:13393
15882 msgid "keyword %<typename%> not allowed outside of templates"
15883 msgstr ""
15884
15885 #: cp/parser.c:13395
15886 msgid ""
15887 "keyword %<typename%> not allowed in this context (the base class is "
15888 "implicitly a type)"
15889 msgstr ""
15890
15891 #: cp/parser.c:13669
15892 msgid "invalid catch parameter"
15893 msgstr ""
15894
15895 #: cp/parser.c:14231
15896 msgid "reference to %qD is ambiguous"
15897 msgstr ""
15898
15899 #: cp/parser.c:14400
15900 msgid "too few template-parameter-lists"
15901 msgstr ""
15902
15903 #. Otherwise, there are too many template parameter lists.  We have
15904 #. something like:
15905 #.
15906 #. template <class T> template <class U> void S::f();
15907 #: cp/parser.c:14415
15908 msgid "too many template-parameter-lists"
15909 msgstr ""
15910
15911 #. Skip the entire function.
15912 #: cp/parser.c:14639
15913 msgid "invalid function declaration"
15914 msgstr ""
15915
15916 #. Issue an error message.
15917 #: cp/parser.c:14676
15918 msgid "named return values are no longer supported"
15919 msgstr ""
15920
15921 #: cp/parser.c:14844
15922 #, c-format
15923 msgid "template declaration of %qs"
15924 msgstr ""
15925
15926 #: cp/parser.c:15048
15927 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
15928 msgstr ""
15929
15930 #: cp/parser.c:15063
15931 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
15932 msgstr ""
15933
15934 #: cp/parser.c:15068
15935 msgid "missing %<>%> to terminate the template argument list"
15936 msgstr ""
15937
15938 #: cp/parser.c:15586
15939 msgid "%qs tag used in naming %q#T"
15940 msgstr ""
15941
15942 #: cp/parser.c:15607
15943 msgid "%qD redeclared with different access"
15944 msgstr ""
15945
15946 #: cp/parser.c:15624
15947 msgid "%<template%> (as a disambiguator) is only allowed within templates"
15948 msgstr ""
15949
15950 #: cp/parser.c:15832
15951 msgid "inter-module optimizations not implemented for C++"
15952 msgstr ""
15953
15954 #: cp/pt.c:240
15955 msgid "data member %qD cannot be a member template"
15956 msgstr ""
15957
15958 #: cp/pt.c:252
15959 msgid "invalid member template declaration %qD"
15960 msgstr ""
15961
15962 #: cp/pt.c:574
15963 msgid "explicit specialization in non-namespace scope %qD"
15964 msgstr ""
15965
15966 #: cp/pt.c:585
15967 msgid "enclosing class templates are not explicitly specialized"
15968 msgstr ""
15969
15970 #: cp/pt.c:669
15971 msgid "specialization of %qD in different namespace"
15972 msgstr ""
15973
15974 #: cp/pt.c:670 cp/pt.c:739
15975 msgid "  from definition of %q#D"
15976 msgstr ""
15977
15978 #: cp/pt.c:706
15979 msgid "specialization of %qT after instantiation"
15980 msgstr ""
15981
15982 #: cp/pt.c:738
15983 msgid "specializing %q#T in different namespace"
15984 msgstr ""
15985
15986 #: cp/pt.c:753
15987 msgid "specialization %qT after instantiation %qT"
15988 msgstr ""
15989
15990 #: cp/pt.c:765
15991 msgid "explicit specialization of non-template %qT"
15992 msgstr ""
15993
15994 #: cp/pt.c:1163
15995 msgid "specialization of %qD after instantiation"
15996 msgstr ""
15997
15998 #: cp/pt.c:1292
15999 msgid "%s %+#D"
16000 msgstr ""
16001
16002 #: cp/pt.c:1348
16003 msgid "%qD is not a function template"
16004 msgstr ""
16005
16006 #: cp/pt.c:1533
16007 msgid "template-id %qD for %q+D does not match any template declaration"
16008 msgstr ""
16009
16010 #: cp/pt.c:1542
16011 msgid "ambiguous template specialization %qD for %q+D"
16012 msgstr ""
16013
16014 #. This case handles bogus declarations like template <>
16015 #. template <class T> void f<int>();
16016 #: cp/pt.c:1765 cp/pt.c:1819
16017 msgid "template-id %qD in declaration of primary template"
16018 msgstr ""
16019
16020 #: cp/pt.c:1778
16021 msgid "template parameter list used in explicit instantiation"
16022 msgstr ""
16023
16024 #: cp/pt.c:1784
16025 msgid "definition provided for explicit instantiation"
16026 msgstr ""
16027
16028 #: cp/pt.c:1792
16029 msgid "too many template parameter lists in declaration of %qD"
16030 msgstr ""
16031
16032 #: cp/pt.c:1795
16033 msgid "too few template parameter lists in declaration of %qD"
16034 msgstr ""
16035
16036 #: cp/pt.c:1797
16037 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
16038 msgstr ""
16039
16040 #: cp/pt.c:1816
16041 msgid "function template partial specialization %qD is not allowed"
16042 msgstr ""
16043
16044 #: cp/pt.c:1848
16045 msgid "default argument specified in explicit specialization"
16046 msgstr ""
16047
16048 #: cp/pt.c:1852
16049 msgid "template specialization with C linkage"
16050 msgstr ""
16051
16052 #. From [temp.expl.spec]:
16053 #.
16054 #. If such an explicit specialization for the member
16055 #. of a class template names an implicitly-declared
16056 #. special member function (clause _special_), the
16057 #. program is ill-formed.
16058 #.
16059 #. Similar language is found in [temp.explicit].
16060 #: cp/pt.c:1936
16061 msgid "specialization of implicitly-declared special member function"
16062 msgstr ""
16063
16064 #: cp/pt.c:1980
16065 msgid "no member function %qD declared in %qT"
16066 msgstr ""
16067
16068 #. There are two many template parameter lists.
16069 #: cp/pt.c:2130
16070 msgid "too many template parameter lists in declaration of %qT"
16071 msgstr ""
16072
16073 #: cp/pt.c:2224
16074 msgid " shadows template parm %q#D"
16075 msgstr ""
16076
16077 #: cp/pt.c:2626
16078 msgid "template parameters not used in partial specialization:"
16079 msgstr ""
16080
16081 #: cp/pt.c:2630
16082 msgid "        %qD"
16083 msgstr ""
16084
16085 #: cp/pt.c:2641
16086 msgid "partial specialization %qT does not specialize any template arguments"
16087 msgstr ""
16088
16089 #: cp/pt.c:2666
16090 #, c-format
16091 msgid "template argument %qE involves template parameter(s)"
16092 msgstr ""
16093
16094 #: cp/pt.c:2710
16095 msgid "type %qT of template argument %qE depends on template parameter(s)"
16096 msgstr ""
16097
16098 #: cp/pt.c:2797
16099 msgid "no default argument for %qD"
16100 msgstr ""
16101
16102 #: cp/pt.c:2954
16103 msgid "template with C linkage"
16104 msgstr ""
16105
16106 #: cp/pt.c:2957
16107 msgid "template class without a name"
16108 msgstr ""
16109
16110 #. [temp.mem]
16111 #.
16112 #. A destructor shall not be a member template.
16113 #: cp/pt.c:2965
16114 msgid "destructor %qD declared as member template"
16115 msgstr ""
16116
16117 #. [basic.stc.dynamic.allocation]
16118 #.
16119 #. An allocation function can be a function
16120 #. template. ... Template allocation functions shall
16121 #. have two or more parameters.
16122 #: cp/pt.c:2980
16123 msgid "invalid template declaration of %qD"
16124 msgstr ""
16125
16126 #: cp/pt.c:3061
16127 msgid "%qD does not declare a template type"
16128 msgstr ""
16129
16130 #: cp/pt.c:3067
16131 msgid "template definition of non-template %q#D"
16132 msgstr ""
16133
16134 #: cp/pt.c:3109
16135 msgid "expected %d levels of template parms for %q#D, got %d"
16136 msgstr ""
16137
16138 #: cp/pt.c:3121
16139 msgid "got %d template parameters for %q#D"
16140 msgstr ""
16141
16142 #: cp/pt.c:3124
16143 msgid "got %d template parameters for %q#T"
16144 msgstr ""
16145
16146 #: cp/pt.c:3126
16147 #, c-format
16148 msgid "  but %d required"
16149 msgstr ""
16150
16151 #: cp/pt.c:3211
16152 msgid "%qT is not a template type"
16153 msgstr ""
16154
16155 #: cp/pt.c:3227
16156 msgid "previous declaration %qD"
16157 msgstr ""
16158
16159 #: cp/pt.c:3228
16160 #, c-format
16161 msgid "used %d template parameter%s instead of %d"
16162 msgstr ""
16163
16164 #: cp/pt.c:3248
16165 msgid "template parameter %q#D"
16166 msgstr ""
16167
16168 #: cp/pt.c:3249
16169 msgid "redeclared here as %q#D"
16170 msgstr ""
16171
16172 #. We have in [temp.param]:
16173 #.
16174 #. A template-parameter may not be given default arguments
16175 #. by two different declarations in the same scope.
16176 #: cp/pt.c:3259
16177 msgid "redefinition of default argument for %q#D"
16178 msgstr ""
16179
16180 #: cp/pt.c:3260
16181 msgid "%J  original definition appeared here"
16182 msgstr ""
16183
16184 #: cp/pt.c:3370
16185 msgid ""
16186 "%qE is not a valid template argument for type %qT because function %qD has "
16187 "not external linkage"
16188 msgstr ""
16189
16190 #: cp/pt.c:3411
16191 msgid ""
16192 "%qE is not a valid template argument for type %qT because string literals "
16193 "can never be used in this context"
16194 msgstr ""
16195
16196 #: cp/pt.c:3486
16197 msgid ""
16198 "%qE is not a valid template argument for type %qT because it is a non-"
16199 "constant expression"
16200 msgstr ""
16201
16202 #: cp/pt.c:3536
16203 msgid ""
16204 "%qE is not a valid template argument for type %qT because it is not a "
16205 "constant pointer"
16206 msgstr ""
16207
16208 #: cp/pt.c:3556
16209 msgid ""
16210 "%qE is not a valid template argument for type %qT because of conflicts in cv-"
16211 "qualification"
16212 msgstr ""
16213
16214 #: cp/pt.c:3563
16215 msgid ""
16216 "%qE is not a valid template argument for type %qT because it is not a lvalue"
16217 msgstr ""
16218
16219 #: cp/pt.c:3576
16220 msgid ""
16221 "%qE is not a valid template argument for type %qT because object %qD has not "
16222 "external linkage"
16223 msgstr ""
16224
16225 #: cp/pt.c:3618
16226 msgid ""
16227 "%qE is not a valid template argument for type %qT because it is a pointer"
16228 msgstr ""
16229
16230 #: cp/pt.c:3620
16231 #, c-format
16232 msgid "try using %qE instead"
16233 msgstr ""
16234
16235 #: cp/pt.c:3655
16236 msgid ""
16237 "%qE is not a valid template argument for type %qT because it is of type %qT"
16238 msgstr ""
16239
16240 #: cp/pt.c:3658
16241 msgid "standard conversions are not allowed in this context"
16242 msgstr ""
16243
16244 #: cp/pt.c:3827
16245 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16246 msgstr ""
16247
16248 #: cp/pt.c:3841 cp/pt.c:3860 cp/pt.c:3900
16249 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16250 msgstr ""
16251
16252 #: cp/pt.c:3845
16253 msgid "  expected a constant of type %qT, got %qT"
16254 msgstr ""
16255
16256 #: cp/pt.c:3849
16257 #, c-format
16258 msgid "  expected a class template, got %qE"
16259 msgstr ""
16260
16261 #: cp/pt.c:3851
16262 #, c-format
16263 msgid "  expected a type, got %qE"
16264 msgstr ""
16265
16266 #: cp/pt.c:3864
16267 msgid "  expected a type, got %qT"
16268 msgstr ""
16269
16270 #: cp/pt.c:3866
16271 msgid "  expected a class template, got %qT"
16272 msgstr ""
16273
16274 #: cp/pt.c:3903
16275 msgid "  expected a template of type %qD, got %qD"
16276 msgstr ""
16277
16278 #: cp/pt.c:3939
16279 msgid "could not convert template argument %qE to %qT"
16280 msgstr ""
16281
16282 #: cp/pt.c:3978
16283 #, c-format
16284 msgid "wrong number of template arguments (%d, should be %d)"
16285 msgstr ""
16286
16287 #: cp/pt.c:3982
16288 msgid "provided for %qD"
16289 msgstr ""
16290
16291 #: cp/pt.c:4012
16292 #, c-format
16293 msgid "template argument %d is invalid"
16294 msgstr ""
16295
16296 #: cp/pt.c:4234
16297 msgid "non-template used as template"
16298 msgstr ""
16299
16300 #: cp/pt.c:4376
16301 msgid "non-template type %qT used as a template"
16302 msgstr ""
16303
16304 #: cp/pt.c:4378
16305 msgid "for template declaration %qD"
16306 msgstr ""
16307
16308 #: cp/pt.c:5018
16309 msgid ""
16310 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16311 "to increase the maximum) instantiating %qD"
16312 msgstr ""
16313
16314 #: cp/pt.c:5457
16315 msgid "ambiguous class template instantiation for %q#T"
16316 msgstr ""
16317
16318 #: cp/pt.c:5463
16319 msgid "%s %+#T"
16320 msgstr ""
16321
16322 #: cp/pt.c:6522
16323 msgid "instantiation of %qD as type %qT"
16324 msgstr ""
16325
16326 #: cp/pt.c:6683
16327 msgid "invalid parameter type %qT"
16328 msgstr ""
16329
16330 #: cp/pt.c:6685
16331 msgid "in declaration %qD"
16332 msgstr ""
16333
16334 #: cp/pt.c:6746
16335 msgid "function returning an array"
16336 msgstr ""
16337
16338 #: cp/pt.c:6748
16339 msgid "function returning a function"
16340 msgstr ""
16341
16342 #: cp/pt.c:6775
16343 msgid "creating pointer to member function of non-class type %qT"
16344 msgstr ""
16345
16346 #: cp/pt.c:6945
16347 msgid "creating array with size zero"
16348 msgstr ""
16349
16350 #: cp/pt.c:6959
16351 #, c-format
16352 msgid "creating array with size zero (%qE)"
16353 msgstr ""
16354
16355 #: cp/pt.c:7176
16356 msgid "forming reference to void"
16357 msgstr ""
16358
16359 #: cp/pt.c:7178
16360 msgid "forming %s to reference type %qT"
16361 msgstr ""
16362
16363 #: cp/pt.c:7215
16364 msgid "creating pointer to member of non-class type %qT"
16365 msgstr ""
16366
16367 #: cp/pt.c:7221
16368 msgid "creating pointer to member reference type %qT"
16369 msgstr ""
16370
16371 #: cp/pt.c:7291
16372 msgid "creating array of %qT"
16373 msgstr ""
16374
16375 #: cp/pt.c:7297
16376 msgid "creating array of %qT, which is an abstract class type"
16377 msgstr ""
16378
16379 #: cp/pt.c:7341
16380 msgid "%qT is not a class, struct, or union type"
16381 msgstr ""
16382
16383 #: cp/pt.c:7430
16384 #, c-format
16385 msgid "use of %qs in template"
16386 msgstr ""
16387
16388 #: cp/pt.c:7555
16389 #, c-format
16390 msgid ""
16391 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16392 msgstr ""
16393
16394 #: cp/pt.c:7557
16395 msgid "say %<typename %E%> if a type is meant"
16396 msgstr ""
16397
16398 #: cp/pt.c:8708
16399 msgid "%qT is not a class or namespace"
16400 msgstr ""
16401
16402 #: cp/pt.c:8711
16403 msgid "%qD is not a class or namespace"
16404 msgstr ""
16405
16406 #: cp/pt.c:8844
16407 msgid "%qT uses anonymous type"
16408 msgstr ""
16409
16410 #: cp/pt.c:8846
16411 msgid "%qT uses local type %qT"
16412 msgstr ""
16413
16414 #: cp/pt.c:8854
16415 msgid "%qT is a variably modified type"
16416 msgstr ""
16417
16418 #: cp/pt.c:8865
16419 #, c-format
16420 msgid "integral expression %qE is not constant"
16421 msgstr ""
16422
16423 #: cp/pt.c:8870
16424 msgid "  trying to instantiate %qD"
16425 msgstr ""
16426
16427 #: cp/pt.c:9386
16428 msgid "incomplete type unification"
16429 msgstr ""
16430
16431 #: cp/pt.c:10704 cp/pt.c:10775
16432 msgid "explicit instantiation of non-template %q#D"
16433 msgstr ""
16434
16435 #: cp/pt.c:10720 cp/pt.c:10770
16436 msgid "no matching template for %qD found"
16437 msgstr ""
16438
16439 #: cp/pt.c:10726
16440 msgid "explicit instantiation of %q#D"
16441 msgstr ""
16442
16443 #: cp/pt.c:10762
16444 msgid "duplicate explicit instantiation of %q#D"
16445 msgstr ""
16446
16447 #: cp/pt.c:10784
16448 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16449 msgstr ""
16450
16451 #: cp/pt.c:10789 cp/pt.c:10879
16452 msgid "storage class %qD applied to template instantiation"
16453 msgstr ""
16454
16455 #: cp/pt.c:10851
16456 msgid "explicit instantiation of non-template type %qT"
16457 msgstr ""
16458
16459 #: cp/pt.c:10860
16460 msgid "explicit instantiation of %q#T before definition of template"
16461 msgstr ""
16462
16463 #: cp/pt.c:10868
16464 #, c-format
16465 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
16466 msgstr ""
16467
16468 #: cp/pt.c:10913
16469 msgid "duplicate explicit instantiation of %q#T"
16470 msgstr ""
16471
16472 #: cp/pt.c:11278
16473 msgid "explicit instantiation of %qD but no definition available"
16474 msgstr ""
16475
16476 #: cp/pt.c:11422
16477 msgid ""
16478 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16479 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16480 "generation"
16481 msgstr ""
16482
16483 #: cp/pt.c:11701
16484 msgid "%q#T is not a valid type for a template constant parameter"
16485 msgstr ""
16486
16487 #: cp/repo.c:112
16488 msgid "-frepo must be used with -c"
16489 msgstr ""
16490
16491 #: cp/repo.c:200
16492 #, c-format
16493 msgid "mysterious repository information in %s"
16494 msgstr ""
16495
16496 #: cp/repo.c:214
16497 #, c-format
16498 msgid "can't create repository information file %qs"
16499 msgstr ""
16500
16501 #: cp/rtti.c:243
16502 msgid "cannot use typeid with -fno-rtti"
16503 msgstr ""
16504
16505 #: cp/rtti.c:249
16506 msgid "must #include <typeinfo> before using typeid"
16507 msgstr ""
16508
16509 #: cp/rtti.c:321
16510 msgid ""
16511 "cannot create type information for type %qT because its size is variable"
16512 msgstr ""
16513
16514 #: cp/rtti.c:574 cp/rtti.c:588
16515 msgid "dynamic_cast of %q#D to %q#T can never succeed"
16516 msgstr ""
16517
16518 #: cp/rtti.c:667
16519 msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
16520 msgstr ""
16521
16522 #: cp/search.c:257
16523 msgid "%qT is an ambiguous base of %qT"
16524 msgstr ""
16525
16526 #: cp/search.c:275
16527 msgid "%qT is an inaccessible base of %qT"
16528 msgstr ""
16529
16530 #: cp/search.c:1834
16531 msgid "deprecated covariant return type for %q#D"
16532 msgstr ""
16533
16534 #: cp/search.c:1836 cp/search.c:1851 cp/search.c:1857
16535 msgid "  overriding %q#D"
16536 msgstr ""
16537
16538 #: cp/search.c:1850
16539 msgid "invalid covariant return type for %q#D"
16540 msgstr ""
16541
16542 #: cp/search.c:1855
16543 msgid "conflicting return type specified for %q#D"
16544 msgstr ""
16545
16546 #: cp/search.c:1866
16547 msgid "looser throw specifier for %q#F"
16548 msgstr ""
16549
16550 #: cp/search.c:1867
16551 msgid "  overriding %q#F"
16552 msgstr ""
16553
16554 #. A static member function cannot match an inherited
16555 #. virtual member function.
16556 #: cp/search.c:1960
16557 msgid "%q#D cannot be declared"
16558 msgstr ""
16559
16560 #: cp/search.c:1961
16561 msgid "  since %q#D declared in base class"
16562 msgstr ""
16563
16564 #: cp/semantics.c:1157
16565 #, c-format
16566 msgid "type of asm operand %qE could not be determined"
16567 msgstr ""
16568
16569 #: cp/semantics.c:1290
16570 msgid "invalid use of member %qD in static member function"
16571 msgstr ""
16572
16573 #: cp/semantics.c:1294 cp/semantics.c:1333
16574 msgid "from this location"
16575 msgstr ""
16576
16577 #: cp/semantics.c:1332
16578 msgid "object missing in reference to %qD"
16579 msgstr ""
16580
16581 #: cp/semantics.c:1811
16582 msgid "arguments to destructor are not allowed"
16583 msgstr ""
16584
16585 #: cp/semantics.c:1861
16586 msgid "%<this%> is unavailable for static member functions"
16587 msgstr ""
16588
16589 #: cp/semantics.c:1867
16590 msgid "invalid use of %<this%> in non-member function"
16591 msgstr ""
16592
16593 #: cp/semantics.c:1869
16594 msgid "invalid use of %<this%> at top level"
16595 msgstr ""
16596
16597 #: cp/semantics.c:1893
16598 msgid "invalid qualifying scope in pseudo-destructor name"
16599 msgstr ""
16600
16601 #: cp/semantics.c:1913
16602 msgid "%qE is not of type %qT"
16603 msgstr ""
16604
16605 #: cp/semantics.c:2007
16606 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
16607 msgstr ""
16608
16609 #: cp/semantics.c:2051
16610 msgid ""
16611 "invalid use of type %qT as a default value for a template template-parameter"
16612 msgstr ""
16613
16614 #: cp/semantics.c:2054
16615 msgid "invalid use of %qD as a default value for a template template-parameter"
16616 msgstr ""
16617
16618 #: cp/semantics.c:2058
16619 msgid "invalid default argument for a template template parameter"
16620 msgstr ""
16621
16622 #: cp/semantics.c:2075
16623 msgid "definition of %q#T inside template parameter list"
16624 msgstr ""
16625
16626 #: cp/semantics.c:2086
16627 msgid "invalid definition of qualified type %qT"
16628 msgstr ""
16629
16630 #: cp/semantics.c:2101
16631 msgid "previous definition of %q#T"
16632 msgstr ""
16633
16634 #: cp/semantics.c:2277
16635 msgid "invalid base-class specification"
16636 msgstr ""
16637
16638 #: cp/semantics.c:2286
16639 msgid "base class %qT has cv qualifiers"
16640 msgstr ""
16641
16642 #: cp/semantics.c:2306
16643 msgid "incomplete type %qT used in nested name specifier"
16644 msgstr ""
16645
16646 #: cp/semantics.c:2309
16647 msgid "reference to %<%T::%D%> is ambiguous"
16648 msgstr ""
16649
16650 #: cp/semantics.c:2313 cp/typeck.c:1653
16651 msgid "%qD is not a member of %qT"
16652 msgstr ""
16653
16654 #: cp/semantics.c:2316
16655 msgid "%qD is not a member of %qD"
16656 msgstr ""
16657
16658 #: cp/semantics.c:2441
16659 msgid ""
16660 "template parameter %qD of type %qT is not allowed in an integral constant "
16661 "expression because it is not of integral or enumeration type"
16662 msgstr ""
16663
16664 #: cp/semantics.c:2585
16665 msgid "%qD cannot appear in a constant-expression"
16666 msgstr ""
16667
16668 #: cp/semantics.c:2593
16669 msgid "use of namespace %qD as expression"
16670 msgstr ""
16671
16672 #: cp/semantics.c:2598
16673 msgid "use of class template %qT as expression"
16674 msgstr ""
16675
16676 #. Ambiguous reference to base members.
16677 #: cp/semantics.c:2604
16678 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
16679 msgstr ""
16680
16681 #: cp/semantics.c:2665
16682 #, c-format
16683 msgid "use of %s from containing function"
16684 msgstr ""
16685
16686 #: cp/semantics.c:2668
16687 msgid "  %q#D declared here"
16688 msgstr ""
16689
16690 #: cp/semantics.c:2719
16691 #, c-format
16692 msgid "type of %qE is unknown"
16693 msgstr ""
16694
16695 #: cp/tree.c:525
16696 msgid "%qV qualifiers cannot be applied to %qT"
16697 msgstr ""
16698
16699 #: cp/tree.c:1760
16700 #, c-format
16701 msgid "%qE attribute can only be applied to Java class definitions"
16702 msgstr ""
16703
16704 #: cp/tree.c:1789
16705 #, c-format
16706 msgid "%qE attribute can only be applied to class definitions"
16707 msgstr ""
16708
16709 #: cp/tree.c:1794
16710 #, c-format
16711 msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
16712 msgstr ""
16713
16714 #: cp/tree.c:1818
16715 msgid "requested init_priority is not an integer constant"
16716 msgstr ""
16717
16718 #: cp/tree.c:1839
16719 #, c-format
16720 msgid ""
16721 "can only use %qE attribute on file-scope definitions of objects of class type"
16722 msgstr ""
16723
16724 #: cp/tree.c:1847
16725 msgid "requested init_priority is out of range"
16726 msgstr ""
16727
16728 #: cp/tree.c:1857
16729 msgid "requested init_priority is reserved for internal use"
16730 msgstr ""
16731
16732 #: cp/tree.c:1867
16733 #, c-format
16734 msgid "%qE attribute is not supported on this platform"
16735 msgstr ""
16736
16737 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:541
16738 msgid "%s between distinct pointer types %qT and %qT lacks a cast"
16739 msgstr ""
16740
16741 #: cp/typeck.c:510
16742 msgid ""
16743 "ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
16744 msgstr ""
16745
16746 #: cp/typeck.c:561
16747 msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
16748 msgstr ""
16749
16750 #: cp/typeck.c:1250
16751 #, c-format
16752 msgid "invalid application of %qs to a member function"
16753 msgstr ""
16754
16755 #: cp/typeck.c:1283
16756 #, c-format
16757 msgid "invalid application of %qs to a bit-field"
16758 msgstr ""
16759
16760 #: cp/typeck.c:1288
16761 #, c-format
16762 msgid "ISO C++ forbids applying %qs to an expression of function type"
16763 msgstr ""
16764
16765 #: cp/typeck.c:1325
16766 msgid "invalid use of non-static member function"
16767 msgstr ""
16768
16769 #: cp/typeck.c:1510
16770 msgid "deprecated conversion from string constant to %qT'"
16771 msgstr ""
16772
16773 #: cp/typeck.c:1624 cp/typeck.c:1923
16774 msgid "request for member %qD in %qE, which is of non-class type %qT"
16775 msgstr ""
16776
16777 #: cp/typeck.c:1651
16778 #, c-format
16779 msgid "invalid use of nonstatic data member %qE"
16780 msgstr ""
16781
16782 #: cp/typeck.c:1703 cp/typeck.c:1731
16783 msgid "invalid access to non-static data member %qD of NULL object"
16784 msgstr ""
16785
16786 #: cp/typeck.c:1706 cp/typeck.c:1733
16787 msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
16788 msgstr ""
16789
16790 #: cp/typeck.c:1844
16791 msgid "qualified type %qT does not match destructor name ~%qT"
16792 msgstr ""
16793
16794 #: cp/typeck.c:1850
16795 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
16796 msgstr ""
16797
16798 #: cp/typeck.c:1969
16799 msgid "%<%D::%D%> is not a member of %qT"
16800 msgstr ""
16801
16802 #: cp/typeck.c:1980
16803 msgid "%qT is not a base of %qT"
16804 msgstr ""
16805
16806 #: cp/typeck.c:1999
16807 msgid "%qD has no member named %qE"
16808 msgstr ""
16809
16810 #: cp/typeck.c:2014
16811 msgid "%qD is not a member template function"
16812 msgstr ""
16813
16814 #. A pointer to incomplete type (other than cv void) can be
16815 #. dereferenced [expr.unary.op]/1
16816 #: cp/typeck.c:2121
16817 msgid "%qT is not a pointer-to-object type"
16818 msgstr ""
16819
16820 #: cp/typeck.c:2146
16821 #, c-format
16822 msgid "invalid use of %qs on pointer to member"
16823 msgstr ""
16824
16825 #: cp/typeck.c:2152
16826 msgid "invalid type argument"
16827 msgstr ""
16828
16829 #: cp/typeck.c:2175
16830 msgid "subscript missing in array reference"
16831 msgstr ""
16832
16833 #: cp/typeck.c:2257
16834 msgid "ISO C++ forbids subscripting non-lvalue array"
16835 msgstr ""
16836
16837 #: cp/typeck.c:2268
16838 msgid "subscripting array declared %<register%>"
16839 msgstr ""
16840
16841 #: cp/typeck.c:2351
16842 #, c-format
16843 msgid "object missing in use of %qE"
16844 msgstr ""
16845
16846 #: cp/typeck.c:2452
16847 msgid "ISO C++ forbids calling %<::main%> from within program"
16848 msgstr ""
16849
16850 #: cp/typeck.c:2477
16851 msgid ""
16852 "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
16853 msgstr ""
16854
16855 #: cp/typeck.c:2491
16856 #, c-format
16857 msgid "%qE cannot be used as a function"
16858 msgstr ""
16859
16860 #: cp/typeck.c:2570
16861 msgid "too many arguments to %s %q+#D"
16862 msgstr ""
16863
16864 #: cp/typeck.c:2572 cp/typeck.c:2678
16865 msgid "at this point in file"
16866 msgstr ""
16867
16868 #: cp/typeck.c:2575
16869 msgid "too many arguments to function"
16870 msgstr ""
16871
16872 #: cp/typeck.c:2609
16873 msgid "parameter %P of %qD has incomplete type %qT"
16874 msgstr ""
16875
16876 #: cp/typeck.c:2612
16877 msgid "parameter %P has incomplete type %qT"
16878 msgstr ""
16879
16880 #: cp/typeck.c:2676
16881 msgid "too few arguments to %s %q+#D"
16882 msgstr ""
16883
16884 #: cp/typeck.c:2681
16885 msgid "too few arguments to function"
16886 msgstr ""
16887
16888 #: cp/typeck.c:2828 cp/typeck.c:2838
16889 msgid "assuming cast to type %qT from overloaded function"
16890 msgstr ""
16891
16892 #: cp/typeck.c:2899
16893 msgid "division by zero in %<%E / 0%>"
16894 msgstr ""
16895
16896 #: cp/typeck.c:2901
16897 msgid "division by zero in %<%E / 0.%>"
16898 msgstr ""
16899
16900 #: cp/typeck.c:2935
16901 msgid "division by zero in %<%E %% 0%>"
16902 msgstr ""
16903
16904 #: cp/typeck.c:2937
16905 msgid "division by zero in %<%E %% 0.%>"
16906 msgstr ""
16907
16908 #: cp/typeck.c:3017
16909 #, c-format
16910 msgid "%s rotate count is negative"
16911 msgstr ""
16912
16913 #: cp/typeck.c:3020
16914 #, c-format
16915 msgid "%s rotate count >= width of type"
16916 msgstr ""
16917
16918 #: cp/typeck.c:3054 cp/typeck.c:3059 cp/typeck.c:3155 cp/typeck.c:3160
16919 msgid "ISO C++ forbids comparison between pointer and integer"
16920 msgstr ""
16921
16922 #: cp/typeck.c:3174
16923 msgid "unordered comparison on non-floating point argument"
16924 msgstr ""
16925
16926 #: cp/typeck.c:3196
16927 msgid "invalid operands of types %qT and %qT to binary %qO"
16928 msgstr ""
16929
16930 #: cp/typeck.c:3360
16931 msgid "comparison between types %q#T and %q#T"
16932 msgstr ""
16933
16934 #: cp/typeck.c:3396
16935 msgid "comparison between signed and unsigned integer expressions"
16936 msgstr ""
16937
16938 #. Some sort of arithmetic operation involving NULL was
16939 #. performed.  Note that pointer-difference and pointer-addition
16940 #. have already been handled above, and so we don't end up here in
16941 #. that case.
16942 #: cp/typeck.c:3475
16943 msgid "NULL used in arithmetic"
16944 msgstr ""
16945
16946 #: cp/typeck.c:3533
16947 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
16948 msgstr ""
16949
16950 #: cp/typeck.c:3535
16951 msgid "ISO C++ forbids using pointer to a function in subtraction"
16952 msgstr ""
16953
16954 #: cp/typeck.c:3537
16955 msgid "ISO C++ forbids using pointer to a method in subtraction"
16956 msgstr ""
16957
16958 #: cp/typeck.c:3549
16959 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16960 msgstr ""
16961
16962 #: cp/typeck.c:3625
16963 #, c-format
16964 msgid ""
16965 "invalid use of %qE to form a pointer-to-member-function.  Use a qualified-id."
16966 msgstr ""
16967
16968 #: cp/typeck.c:3632
16969 #, c-format
16970 msgid ""
16971 "parenthesis around %qE cannot be used to form a pointer-to-member-function"
16972 msgstr ""
16973
16974 #: cp/typeck.c:3655
16975 msgid "taking address of temporary"
16976 msgstr ""
16977
16978 #: cp/typeck.c:3890
16979 #, c-format
16980 msgid "ISO C++ forbids %sing an enum"
16981 msgstr ""
16982
16983 #: cp/typeck.c:3901
16984 msgid "cannot %s a pointer to incomplete type %qT"
16985 msgstr ""
16986
16987 #: cp/typeck.c:3907
16988 msgid "ISO C++ forbids %sing a pointer of type %qT"
16989 msgstr ""
16990
16991 #: cp/typeck.c:3932
16992 msgid "cast to non-reference type used as lvalue"
16993 msgstr ""
16994
16995 #: cp/typeck.c:3967
16996 msgid "invalid use of %<--%> on bool variable %qD"
16997 msgstr ""
16998
16999 #. ARM $3.4
17000 #: cp/typeck.c:3996
17001 msgid "ISO C++ forbids taking address of function %<::main%>"
17002 msgstr ""
17003
17004 #. An expression like &memfn.
17005 #: cp/typeck.c:4050
17006 msgid ""
17007 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
17008 "static member function to form a pointer to member function.  Say %<&%T::%D%>"
17009 msgstr ""
17010
17011 #: cp/typeck.c:4055
17012 msgid ""
17013 "ISO C++ forbids taking the address of a bound member function to form a "
17014 "pointer to member function.  Say %<&%T::%D%>"
17015 msgstr ""
17016
17017 #: cp/typeck.c:4083
17018 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17019 msgstr ""
17020
17021 #: cp/typeck.c:4135
17022 msgid "attempt to take address of bit-field structure member %qD"
17023 msgstr ""
17024
17025 #: cp/typeck.c:4248
17026 msgid "taking address of destructor"
17027 msgstr ""
17028
17029 #: cp/typeck.c:4261
17030 msgid "taking address of bound pointer-to-member expression"
17031 msgstr ""
17032
17033 #: cp/typeck.c:4269
17034 msgid "cannot create pointer to reference member %qD"
17035 msgstr ""
17036
17037 #: cp/typeck.c:4332
17038 msgid "cannot take the address of %<this%>, which is an rvalue expression"
17039 msgstr ""
17040
17041 #: cp/typeck.c:4355
17042 msgid "address of explicit register variable %qD requested"
17043 msgstr ""
17044
17045 #: cp/typeck.c:4360
17046 msgid "address requested for %qD, which is declared %<register%>"
17047 msgstr ""
17048
17049 #: cp/typeck.c:4426
17050 #, c-format
17051 msgid "%s expression list treated as compound expression"
17052 msgstr ""
17053
17054 #: cp/typeck.c:4502
17055 msgid "%s from type %qT to type %qT casts away constness"
17056 msgstr ""
17057
17058 #: cp/typeck.c:4800
17059 msgid "invalid static_cast from type %qT to type %qT"
17060 msgstr ""
17061
17062 #: cp/typeck.c:4822
17063 msgid "converting from %qT to %qT"
17064 msgstr ""
17065
17066 #: cp/typeck.c:4867
17067 msgid "invalid cast of an rvalue expression of type %qT to type %qT"
17068 msgstr ""
17069
17070 #: cp/typeck.c:4926
17071 msgid "cast from %qT to %qT loses precision"
17072 msgstr ""
17073
17074 #: cp/typeck.c:4954
17075 msgid "cast from %qT to %qT increases required alignment of target type"
17076 msgstr ""
17077
17078 #. Only issue a warning, as we have always supported this
17079 #. where possible, and it is necessary in some cases.  DR 195
17080 #. addresses this issue, but as of 2004/10/26 is still in
17081 #. drafting.
17082 #: cp/typeck.c:4968
17083 msgid ""
17084 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17085 msgstr ""
17086
17087 #: cp/typeck.c:4979
17088 msgid "invalid cast from type %qT to type %qT"
17089 msgstr ""
17090
17091 #: cp/typeck.c:5035
17092 msgid ""
17093 "invalid use of const_cast with type %qT, which is not a pointer, reference, "
17094 "nor a pointer-to-data-member type"
17095 msgstr ""
17096
17097 #: cp/typeck.c:5044
17098 msgid ""
17099 "invalid use of const_cast with type %qT, which is a pointer or reference to "
17100 "a function type"
17101 msgstr ""
17102
17103 #: cp/typeck.c:5066
17104 msgid "invalid const_cast of an rvalue of type %qT to type %qT"
17105 msgstr ""
17106
17107 #: cp/typeck.c:5109
17108 msgid "invalid const_cast from type %qT to type %qT"
17109 msgstr ""
17110
17111 #: cp/typeck.c:5177 cp/typeck.c:5182
17112 msgid "ISO C++ forbids casting to an array type %qT"
17113 msgstr ""
17114
17115 #: cp/typeck.c:5190
17116 msgid "invalid cast to function type %qT"
17117 msgstr ""
17118
17119 #: cp/typeck.c:5411
17120 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
17121 msgstr ""
17122
17123 #: cp/typeck.c:5480
17124 msgid "incompatible types in assignment of %qT to %qT"
17125 msgstr ""
17126
17127 #: cp/typeck.c:5487
17128 msgid "ISO C++ forbids assignment of arrays"
17129 msgstr ""
17130
17131 #: cp/typeck.c:5598
17132 msgid "   in pointer to member function conversion"
17133 msgstr ""
17134
17135 #: cp/typeck.c:5604
17136 msgid "   in pointer to member conversion"
17137 msgstr ""
17138
17139 #. This is a reinterpret cast, we choose to do nothing.
17140 #: cp/typeck.c:5615 cp/typeck.c:5631
17141 msgid "pointer to member cast via virtual base %qT"
17142 msgstr ""
17143
17144 #: cp/typeck.c:5634
17145 msgid "pointer to member conversion via virtual base %qT"
17146 msgstr ""
17147
17148 #: cp/typeck.c:5707
17149 msgid "invalid conversion to type %qT from type %qT"
17150 msgstr ""
17151
17152 #: cp/typeck.c:5871
17153 msgid "passing NULL used for non-pointer %s %P of %qD"
17154 msgstr ""
17155
17156 #: cp/typeck.c:5874
17157 msgid "%s to non-pointer type %qT from NULL"
17158 msgstr ""
17159
17160 #: cp/typeck.c:5882
17161 msgid "passing %qT for %s %P of %qD"
17162 msgstr ""
17163
17164 #: cp/typeck.c:5885
17165 msgid "%s to %qT from %qT"
17166 msgstr ""
17167
17168 #: cp/typeck.c:5894
17169 msgid "passing negative value %qE for %s %P of %qD"
17170 msgstr ""
17171
17172 #: cp/typeck.c:5897
17173 msgid "%s of negative value %qE to %qT"
17174 msgstr ""
17175
17176 #: cp/typeck.c:5983
17177 msgid "cannot convert %qT to %qT for argument %qP to %qD"
17178 msgstr ""
17179
17180 #: cp/typeck.c:5986
17181 msgid "cannot convert %qT to %qT in %s"
17182 msgstr ""
17183
17184 #: cp/typeck.c:6062 cp/typeck.c:6064
17185 msgid "in passing argument %P of %q+D"
17186 msgstr ""
17187
17188 #: cp/typeck.c:6114
17189 msgid "returning reference to temporary"
17190 msgstr ""
17191
17192 #: cp/typeck.c:6121
17193 msgid "reference to non-lvalue returned"
17194 msgstr ""
17195
17196 #: cp/typeck.c:6133
17197 msgid "reference to local variable %qD returned"
17198 msgstr ""
17199
17200 #: cp/typeck.c:6136
17201 msgid "address of local variable %qD returned"
17202 msgstr ""
17203
17204 #: cp/typeck.c:6166
17205 msgid "returning a value from a destructor"
17206 msgstr ""
17207
17208 #. If a return statement appears in a handler of the
17209 #. function-try-block of a constructor, the program is ill-formed.
17210 #: cp/typeck.c:6174
17211 msgid "cannot return from a handler of a function-try-block of a constructor"
17212 msgstr ""
17213
17214 #. You can't return a value from a constructor.
17215 #: cp/typeck.c:6177
17216 msgid "returning a value from a constructor"
17217 msgstr ""
17218
17219 #: cp/typeck.c:6200
17220 msgid "return-statement with no value, in function returning %qT"
17221 msgstr ""
17222
17223 #: cp/typeck.c:6217
17224 msgid "return-statement with a value, in function returning 'void'"
17225 msgstr ""
17226
17227 #: cp/typeck.c:6248
17228 msgid ""
17229 "%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
17230 "fcheck-new is in effect)"
17231 msgstr ""
17232
17233 #: cp/typeck2.c:52
17234 msgid "type %qT is not a base type for type %qT"
17235 msgstr ""
17236
17237 #: cp/typeck2.c:292
17238 msgid "cannot declare variable %q+D to be of abstract type %qT"
17239 msgstr ""
17240
17241 #: cp/typeck2.c:295
17242 msgid "cannot declare parameter %q+D to be of abstract type %qT"
17243 msgstr ""
17244
17245 #: cp/typeck2.c:298
17246 msgid "cannot declare field %q+D to be of abstract type %qT"
17247 msgstr ""
17248
17249 #: cp/typeck2.c:302
17250 msgid "invalid abstract return type for member function %q+#D"
17251 msgstr ""
17252
17253 #: cp/typeck2.c:305
17254 msgid "invalid abstract return type for function %q+#D"
17255 msgstr ""
17256
17257 #. Here we do not have location information, so use error instead
17258 #. of cp_error_at.
17259 #: cp/typeck2.c:310
17260 msgid "invalid abstract type %qT for %qE"
17261 msgstr ""
17262
17263 #: cp/typeck2.c:312
17264 msgid "invalid abstract type for %q+D"
17265 msgstr ""
17266
17267 #: cp/typeck2.c:315
17268 msgid "cannot allocate an object of abstract type %qT"
17269 msgstr ""
17270
17271 #: cp/typeck2.c:323
17272 msgid "%J  because the following virtual functions are pure within %qT:"
17273 msgstr ""
17274
17275 #: cp/typeck2.c:327
17276 msgid "%J\t%#D"
17277 msgstr ""
17278
17279 #: cp/typeck2.c:334
17280 msgid "%J  since type %qT has pure virtual functions"
17281 msgstr ""
17282
17283 #: cp/typeck2.c:581
17284 msgid "constructor syntax used, but no constructor declared for type %qT"
17285 msgstr ""
17286
17287 #: cp/typeck2.c:595
17288 msgid "cannot initialize arrays using this syntax"
17289 msgstr ""
17290
17291 #: cp/typeck2.c:687
17292 msgid "initializing array with parameter list"
17293 msgstr ""
17294
17295 #: cp/typeck2.c:709
17296 msgid "int-array initialized from non-wide string"
17297 msgstr ""
17298
17299 #: cp/typeck2.c:742
17300 msgid "initializer for scalar variable requires one element"
17301 msgstr ""
17302
17303 #: cp/typeck2.c:749
17304 msgid "braces around scalar initializer for %qT"
17305 msgstr ""
17306
17307 #: cp/typeck2.c:752
17308 msgid "ignoring extra initializers for %qT"
17309 msgstr ""
17310
17311 #: cp/typeck2.c:764
17312 msgid "variable-sized object of type %qT may not be initialized"
17313 msgstr ""
17314
17315 #: cp/typeck2.c:775
17316 msgid "subobject of type %qT must be initialized by constructor, not by %qE"
17317 msgstr ""
17318
17319 #: cp/typeck2.c:841
17320 msgid "aggregate has a partly bracketed initializer"
17321 msgstr ""
17322
17323 #: cp/typeck2.c:879 cp/typeck2.c:968
17324 msgid "non-trivial labeled initializers"
17325 msgstr ""
17326
17327 #: cp/typeck2.c:893
17328 msgid "non-empty initializer for array of empty elements"
17329 msgstr ""
17330
17331 #: cp/typeck2.c:1007 cp/typeck2.c:1022
17332 msgid "missing initializer for member %qD"
17333 msgstr ""
17334
17335 #: cp/typeck2.c:1012
17336 msgid "uninitialized const member %qD"
17337 msgstr ""
17338
17339 #: cp/typeck2.c:1014
17340 msgid "member %qD with uninitialized const fields"
17341 msgstr ""
17342
17343 #: cp/typeck2.c:1016
17344 msgid "member %qD is uninitialized reference"
17345 msgstr ""
17346
17347 #: cp/typeck2.c:1063
17348 msgid "index value instead of field name in union initializer"
17349 msgstr ""
17350
17351 #: cp/typeck2.c:1075
17352 msgid "no field %qD in union being initialized"
17353 msgstr ""
17354
17355 #: cp/typeck2.c:1083
17356 msgid "union %qT with no named members cannot be initialized"
17357 msgstr ""
17358
17359 #: cp/typeck2.c:1118
17360 msgid "excess elements in aggregate initializer"
17361 msgstr ""
17362
17363 #: cp/typeck2.c:1232
17364 msgid "circular pointer delegation detected"
17365 msgstr ""
17366
17367 #: cp/typeck2.c:1245
17368 msgid "base operand of %<->%> has non-pointer type %qT"
17369 msgstr ""
17370
17371 #: cp/typeck2.c:1269
17372 msgid "result of %<operator->()%> yields non-pointer result"
17373 msgstr ""
17374
17375 #: cp/typeck2.c:1271
17376 msgid "base operand of %<->%> is not a pointer"
17377 msgstr ""
17378
17379 #: cp/typeck2.c:1295
17380 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
17381 msgstr ""
17382
17383 #: cp/typeck2.c:1304
17384 msgid ""
17385 "cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
17386 msgstr ""
17387
17388 #: cp/typeck2.c:1326
17389 msgid "pointer to member type %qT incompatible with object type %qT"
17390 msgstr ""
17391
17392 #: cp/typeck2.c:1549
17393 msgid "call to function %qD which throws incomplete type %q#T"
17394 msgstr ""
17395
17396 #: cp/typeck2.c:1552
17397 msgid "call to function which throws incomplete type %q#T"
17398 msgstr ""
17399
17400 #. XXX Not i18n clean.
17401 #: cp/cp-tree.h:3843
17402 #, c-format
17403 msgid "%s is deprecated, please see the documentation for details"
17404 msgstr ""
17405
17406 #: fortran/f95-lang.c:243
17407 msgid "Unexpected type in truthvalue_conversion"
17408 msgstr ""
17409
17410 #: fortran/f95-lang.c:296
17411 #, c-format
17412 msgid "can't open input file: %s"
17413 msgstr ""
17414
17415 #: fortran/f95-lang.c:623
17416 #, c-format
17417 msgid "global register variable %qs used in nested function"
17418 msgstr ""
17419
17420 #: fortran/f95-lang.c:627
17421 #, c-format
17422 msgid "register variable %qs used in nested function"
17423 msgstr ""
17424
17425 #: fortran/f95-lang.c:634
17426 #, c-format
17427 msgid "address of global register variable %qs requested"
17428 msgstr ""
17429
17430 #: fortran/f95-lang.c:652
17431 #, c-format
17432 msgid "address of register variable %qs requested"
17433 msgstr ""
17434
17435 #: fortran/gfortranspec.c:231
17436 #, c-format
17437 msgid "overflowed output arg list for '%s'"
17438 msgstr ""
17439
17440 #: fortran/gfortranspec.c:375
17441 #, c-format
17442 msgid "argument to '%s' missing"
17443 msgstr ""
17444
17445 #: fortran/gfortranspec.c:379
17446 msgid "no input files; unwilling to write output files"
17447 msgstr ""
17448
17449 #: fortran/trans-array.c:2888
17450 msgid "Possible frontend bug: array constructor not expanded"
17451 msgstr ""
17452
17453 #: fortran/trans-array.c:3991
17454 msgid ""
17455 "Possible frontend bug: Deferred array size without pointer or allocatable "
17456 "attribute."
17457 msgstr ""
17458
17459 #: fortran/trans-array.c:4151
17460 msgid "scalar vector subscript???"
17461 msgstr ""
17462
17463 #: fortran/trans-array.c:4425
17464 #, c-format
17465 msgid "bad expression type during walk (%d)"
17466 msgstr ""
17467
17468 #: fortran/trans-const.c:329
17469 #, c-format
17470 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17471 msgstr ""
17472
17473 #: fortran/trans-decl.c:760
17474 msgid "intrinsic variable which isn't a procedure"
17475 msgstr ""
17476
17477 #: fortran/trans-decl.c:1899
17478 msgid "Function does not return a value"
17479 msgstr ""
17480
17481 #. I don't think this should ever happen.
17482 #: fortran/trans-decl.c:1998
17483 #, c-format
17484 msgid "module symbol %s in wrong namespace"
17485 msgstr ""
17486
17487 #: fortran/trans-decl.c:2012
17488 #, c-format
17489 msgid "backend decl for module variable %s already exists"
17490 msgstr ""
17491
17492 #: fortran/trans-decl.c:2094
17493 #, c-format
17494 msgid "unused parameter %qs"
17495 msgstr ""
17496
17497 #: fortran/trans-decl.c:2099
17498 #, c-format
17499 msgid "unused variable %qs"
17500 msgstr ""
17501
17502 #: fortran/trans-decl.c:2243
17503 msgid "Function return value not set"
17504 msgstr ""
17505
17506 #: fortran/trans-expr.c:950
17507 msgid "Unknown intrinsic op"
17508 msgstr ""
17509
17510 #: fortran/trans-intrinsic.c:585
17511 #, c-format
17512 msgid "Intrinsic function %s(%d) not recognized"
17513 msgstr ""
17514
17515 #: fortran/trans-io.c:934
17516 #, c-format
17517 msgid "Bad namelist IO basetype (%d)"
17518 msgstr ""
17519
17520 #: fortran/trans-io.c:1011
17521 msgid "A format cannot be specified with a namelist"
17522 msgstr ""
17523
17524 #: fortran/trans-io.c:1309
17525 #, c-format
17526 msgid "Bad IO basetype (%d)"
17527 msgstr ""
17528
17529 #: fortran/trans-types.c:189
17530 msgid "integer kind=8 not available for -i8 option"
17531 msgstr ""
17532
17533 #: fortran/trans-types.c:201
17534 msgid "real kind=8 not available for -r8 option"
17535 msgstr ""
17536
17537 #: fortran/trans-types.c:916
17538 msgid "Array element size too big"
17539 msgstr ""
17540
17541 #: fortran/trans.c:623
17542 msgid "gfc_trans_code(): Bad statement code"
17543 msgstr ""
17544
17545 #. I changed this from sorry(...) because it should not return.
17546 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17547 #: fortran/trans.h:564
17548 msgid "gfc_todo: Not Implemented: "
17549 msgstr ""
17550
17551 #: java/check-init.c:245
17552 #, c-format
17553 msgid "Can't reassign a value to the final variable %qs"
17554 msgstr ""
17555
17556 #: java/check-init.c:513 java/parse.h:377
17557 #, c-format
17558 msgid "Variable %qs may not have been initialized"
17559 msgstr ""
17560
17561 #: java/check-init.c:529
17562 #, c-format
17563 msgid "variable %qs may not have been initialized"
17564 msgstr ""
17565
17566 #: java/check-init.c:941
17567 #, c-format
17568 msgid "internal error in check-init: tree code not implemented: %s"
17569 msgstr ""
17570
17571 #: java/check-init.c:1013
17572 msgid "%Jfinal field %qD may not have been initialized"
17573 msgstr ""
17574
17575 #: java/class.c:745
17576 msgid "bad method signature"
17577 msgstr ""
17578
17579 #: java/class.c:789
17580 msgid "misplaced ConstantValue attribute (not in any field)"
17581 msgstr ""
17582
17583 #: java/class.c:791
17584 #, c-format
17585 msgid "duplicate ConstantValue attribute for field '%s'"
17586 msgstr ""
17587
17588 #: java/class.c:802
17589 #, c-format
17590 msgid "ConstantValue attribute of field '%s' has wrong type"
17591 msgstr ""
17592
17593 #: java/class.c:1097
17594 #, c-format
17595 msgid "field '%s' not found in class"
17596 msgstr ""
17597
17598 #: java/class.c:1417
17599 msgid "%Jabstract method in non-abstract class"
17600 msgstr ""
17601
17602 #: java/class.c:2362
17603 msgid "%Jnon-static method '%D' overrides static method"
17604 msgstr ""
17605
17606 #: java/decl.c:1203
17607 msgid "%J'%D' used prior to declaration"
17608 msgstr ""
17609
17610 #: java/decl.c:1244
17611 #, c-format
17612 msgid "declaration of %qs shadows a parameter"
17613 msgstr ""
17614
17615 #: java/decl.c:1247
17616 #, c-format
17617 msgid "declaration of %qs shadows a symbol from the parameter list"
17618 msgstr ""
17619
17620 #: java/decl.c:1575
17621 msgid "%Jlabel '%D' used but not defined"
17622 msgstr ""
17623
17624 #: java/decl.c:1580
17625 msgid "%Jlabel '%D' defined but not used"
17626 msgstr ""
17627
17628 #: java/decl.c:1702
17629 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17630 msgstr ""
17631
17632 #: java/decl.c:1766
17633 msgid "bad type in parameter debug info"
17634 msgstr ""
17635
17636 #: java/decl.c:1775
17637 msgid "%Jbad PC range for debug info for local '%D'"
17638 msgstr ""
17639
17640 #: java/expr.c:375
17641 #, c-format
17642 msgid "need to insert runtime check for %s"
17643 msgstr ""
17644
17645 #: java/expr.c:500 java/expr.c:547
17646 #, c-format
17647 msgid "assert: %s is assign compatible with %s"
17648 msgstr ""
17649
17650 #: java/expr.c:667
17651 msgid "stack underflow - dup* operation"
17652 msgstr ""
17653
17654 #: java/expr.c:1699
17655 #, c-format
17656 msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
17657 msgstr ""
17658
17659 #: java/expr.c:1727
17660 #, c-format
17661 msgid "field %qs not found"
17662 msgstr ""
17663
17664 #: java/expr.c:2112
17665 #, c-format
17666 msgid "method '%s' not found in class"
17667 msgstr ""
17668
17669 #: java/expr.c:2317
17670 #, c-format
17671 msgid "failed to find class '%s'"
17672 msgstr ""
17673
17674 #: java/expr.c:2346
17675 #, c-format
17676 msgid "class '%s' has no method named '%s' matching signature '%s'"
17677 msgstr ""
17678
17679 #: java/expr.c:2377
17680 msgid "invokestatic on non static method"
17681 msgstr ""
17682
17683 #: java/expr.c:2382
17684 msgid "invokestatic on abstract method"
17685 msgstr ""
17686
17687 #: java/expr.c:2390
17688 msgid "invoke[non-static] on static method"
17689 msgstr ""
17690
17691 #: java/expr.c:2708
17692 #, c-format
17693 msgid "missing field '%s' in '%s'"
17694 msgstr ""
17695
17696 #: java/expr.c:2715
17697 #, c-format
17698 msgid "mismatching signature for field '%s' in '%s'"
17699 msgstr ""
17700
17701 #: java/expr.c:2737
17702 msgid "%Jassignment to final field '%D' not in field's class"
17703 msgstr ""
17704
17705 #: java/expr.c:2742
17706 msgid "%Jassignment to final static field %qD not in class initializer"
17707 msgstr ""
17708
17709 #: java/expr.c:2751
17710 msgid "%Jassignment to final field '%D' not in constructor"
17711 msgstr ""
17712
17713 #: java/expr.c:2941
17714 msgid "invalid PC in line number table"
17715 msgstr ""
17716
17717 #: java/expr.c:2995
17718 #, c-format
17719 msgid "unreachable bytecode from %d to before %d"
17720 msgstr ""
17721
17722 #: java/expr.c:3037
17723 #, c-format
17724 msgid "unreachable bytecode from %d to the end of the method"
17725 msgstr ""
17726
17727 #. duplicate code from LOAD macro
17728 #: java/expr.c:3337
17729 msgid "unrecogized wide sub-instruction"
17730 msgstr ""
17731
17732 #: java/gjavah.c:695
17733 msgid "static field has same name as method"
17734 msgstr ""
17735
17736 #. FIXME: i18n bug here.  Order of prints should not be
17737 #. fixed.
17738 #: java/gjavah.c:891
17739 #, c-format
17740 msgid "ignored method '"
17741 msgstr ""
17742
17743 #: java/gjavah.c:893
17744 #, c-format
17745 msgid "' marked virtual\n"
17746 msgstr ""
17747
17748 #: java/gjavah.c:1241
17749 #, c-format
17750 msgid "couldn't find class %s"
17751 msgstr ""
17752
17753 #: java/gjavah.c:1248
17754 #, c-format
17755 msgid "parse error while reading %s"
17756 msgstr ""
17757
17758 #: java/gjavah.c:1474 java/gjavah.c:1576 java/gjavah.c:1651
17759 #, c-format
17760 msgid "unparseable signature: '%s'"
17761 msgstr ""
17762
17763 #: java/gjavah.c:2041
17764 msgid "Not a valid Java .class file."
17765 msgstr ""
17766
17767 #: java/gjavah.c:2049 java/jcf-parse.c:739
17768 msgid "error while parsing constant pool"
17769 msgstr ""
17770
17771 #: java/gjavah.c:2055
17772 #, c-format
17773 msgid "error in constant pool entry #%d"
17774 msgstr ""
17775
17776 #: java/gjavah.c:2198
17777 msgid "class is of array type\n"
17778 msgstr ""
17779
17780 #: java/gjavah.c:2206
17781 msgid "base class is of array type"
17782 msgstr ""
17783
17784 #: java/gjavah.c:2322
17785 #, c-format
17786 msgid "Try 'gcjh --help' for more information.\n"
17787 msgstr ""
17788
17789 #: java/gjavah.c:2329
17790 #, c-format
17791 msgid ""
17792 "Usage: gcjh [OPTION]... CLASS...\n"
17793 "\n"
17794 msgstr ""
17795
17796 #: java/gjavah.c:2330
17797 #, c-format
17798 msgid ""
17799 "Generate C++ header files from .class files\n"
17800 "\n"
17801 msgstr ""
17802
17803 #: java/gjavah.c:2331
17804 #, c-format
17805 msgid "  -stubs                  Generate an implementation stub file\n"
17806 msgstr ""
17807
17808 #: java/gjavah.c:2332
17809 #, c-format
17810 msgid "  -jni                    Generate a JNI header or stub\n"
17811 msgstr ""
17812
17813 #: java/gjavah.c:2334
17814 #, c-format
17815 msgid "  -add TEXT               Insert TEXT into class body\n"
17816 msgstr ""
17817
17818 #: java/gjavah.c:2335
17819 #, c-format
17820 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17821 msgstr ""
17822
17823 #: java/gjavah.c:2336
17824 #, c-format
17825 msgid "  -friend TEXT            Insert TEXT as 'friend' declaration\n"
17826 msgstr ""
17827
17828 #: java/gjavah.c:2337
17829 #, c-format
17830 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17831 msgstr ""
17832
17833 #: java/gjavah.c:2339 java/jcf-dump.c:897
17834 #, c-format
17835 msgid "  --classpath PATH        Set path to find .class files\n"
17836 msgstr ""
17837
17838 #: java/gjavah.c:2340 java/jcf-dump.c:898
17839 #, c-format
17840 msgid "  -IDIR                   Append directory to class path\n"
17841 msgstr ""
17842
17843 #: java/gjavah.c:2341 java/jcf-dump.c:899
17844 #, c-format
17845 msgid "  --bootclasspath PATH    Override built-in class path\n"
17846 msgstr ""
17847
17848 #: java/gjavah.c:2342 java/jcf-dump.c:900
17849 #, c-format
17850 msgid "  --extdirs PATH          Set extensions directory path\n"
17851 msgstr ""
17852
17853 #: java/gjavah.c:2343
17854 #, c-format
17855 msgid "  -d DIRECTORY            Set output directory name\n"
17856 msgstr ""
17857
17858 #: java/gjavah.c:2344 java/jcf-dump.c:901 java/jv-scan.c:114
17859 #, c-format
17860 msgid "  -o FILE                 Set output file name\n"
17861 msgstr ""
17862
17863 #: java/gjavah.c:2345
17864 #, c-format
17865 msgid "  -td DIRECTORY           Set temporary directory name\n"
17866 msgstr ""
17867
17868 #: java/gjavah.c:2347 java/jcf-dump.c:903 java/jv-scan.c:116
17869 #, c-format
17870 msgid "  --help                  Print this help, then exit\n"
17871 msgstr ""
17872
17873 #: java/gjavah.c:2348 java/jcf-dump.c:904 java/jv-scan.c:117
17874 #, c-format
17875 msgid "  --version               Print version number, then exit\n"
17876 msgstr ""
17877
17878 #: java/gjavah.c:2349 java/jcf-dump.c:905
17879 #, c-format
17880 msgid "  -v, --verbose           Print extra information while running\n"
17881 msgstr ""
17882
17883 #: java/gjavah.c:2351
17884 #, c-format
17885 msgid ""
17886 "  -M                      Print all dependencies to stdout;\n"
17887 "                             suppress ordinary output\n"
17888 msgstr ""
17889
17890 #: java/gjavah.c:2353
17891 #, c-format
17892 msgid ""
17893 "  -MM                     Print non-system dependencies to stdout;\n"
17894 "                             suppress ordinary output\n"
17895 msgstr ""
17896
17897 #: java/gjavah.c:2355
17898 #, c-format
17899 msgid "  -MD                     Print all dependencies to stdout\n"
17900 msgstr ""
17901
17902 #: java/gjavah.c:2356
17903 #, c-format
17904 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17905 msgstr ""
17906
17907 #: java/gjavah.c:2359 java/jcf-dump.c:907 java/jv-scan.c:119
17908 #, c-format
17909 msgid ""
17910 "For bug reporting instructions, please see:\n"
17911 "%s.\n"
17912 msgstr ""
17913
17914 #: java/gjavah.c:2387 java/gjavah.c:2501
17915 msgid "no classes specified"
17916 msgstr ""
17917
17918 #: java/gjavah.c:2480
17919 msgid "'-MG' option is unimplemented"
17920 msgstr ""
17921
17922 #: java/gjavah.c:2509
17923 msgid "can't specify both -o and -MD"
17924 msgstr ""
17925
17926 #: java/gjavah.c:2520
17927 #, c-format
17928 msgid "Processing %s\n"
17929 msgstr ""
17930
17931 #: java/gjavah.c:2526
17932 #, c-format
17933 msgid "%s: no such class"
17934 msgstr ""
17935
17936 #: java/gjavah.c:2530
17937 #, c-format
17938 msgid "Found in %s\n"
17939 msgstr ""
17940
17941 #: java/jcf-dump.c:814
17942 #, c-format
17943 msgid "Not a valid Java .class file.\n"
17944 msgstr ""
17945
17946 #: java/jcf-dump.c:820
17947 #, c-format
17948 msgid "error while parsing constant pool\n"
17949 msgstr ""
17950
17951 #: java/jcf-dump.c:826 java/jcf-parse.c:742
17952 #, c-format
17953 msgid "error in constant pool entry #%d\n"
17954 msgstr ""
17955
17956 #: java/jcf-dump.c:836
17957 #, c-format
17958 msgid "error while parsing fields\n"
17959 msgstr ""
17960
17961 #: java/jcf-dump.c:842
17962 #, c-format
17963 msgid "error while parsing methods\n"
17964 msgstr ""
17965
17966 #: java/jcf-dump.c:848
17967 #, c-format
17968 msgid "error while parsing final attributes\n"
17969 msgstr ""
17970
17971 #: java/jcf-dump.c:885
17972 #, c-format
17973 msgid "Try 'jcf-dump --help' for more information.\n"
17974 msgstr ""
17975
17976 #: java/jcf-dump.c:892
17977 #, c-format
17978 msgid ""
17979 "Usage: jcf-dump [OPTION]... CLASS...\n"
17980 "\n"
17981 msgstr ""
17982
17983 #: java/jcf-dump.c:893
17984 #, c-format
17985 msgid ""
17986 "Display contents of a class file in readable form.\n"
17987 "\n"
17988 msgstr ""
17989
17990 #: java/jcf-dump.c:894
17991 #, c-format
17992 msgid "  -c                      Disassemble method bodies\n"
17993 msgstr ""
17994
17995 #: java/jcf-dump.c:895
17996 #, c-format
17997 msgid "  --javap                 Generate output in 'javap' format\n"
17998 msgstr ""
17999
18000 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
18001 #, c-format
18002 msgid "jcf-dump: no classes specified\n"
18003 msgstr ""
18004
18005 #: java/jcf-dump.c:1020
18006 #, c-format
18007 msgid "Cannot open '%s' for output.\n"
18008 msgstr ""
18009
18010 #: java/jcf-dump.c:1066
18011 #, c-format
18012 msgid "bad format of .zip/.jar archive\n"
18013 msgstr ""
18014
18015 #: java/jcf-dump.c:1184
18016 #, c-format
18017 msgid "Bad byte codes.\n"
18018 msgstr ""
18019
18020 #: java/jcf-io.c:536
18021 #, c-format
18022 msgid ""
18023 "source file for class %qs is newer than its matching class file.  Source "
18024 "file %qs used instead"
18025 msgstr ""
18026
18027 #: java/jcf-parse.c:362
18028 msgid "bad string constant"
18029 msgstr ""
18030
18031 #: java/jcf-parse.c:380
18032 #, c-format
18033 msgid "bad value constant type %d, index %d"
18034 msgstr ""
18035
18036 #: java/jcf-parse.c:559
18037 #, c-format
18038 msgid "can't reopen %s: %m"
18039 msgstr ""
18040
18041 #: java/jcf-parse.c:566
18042 #, c-format
18043 msgid "can't close %s: %m"
18044 msgstr ""
18045
18046 #: java/jcf-parse.c:707 java/jcf-parse.c:713
18047 #, c-format
18048 msgid "cannot find file for class %s"
18049 msgstr ""
18050
18051 #: java/jcf-parse.c:736
18052 msgid "not a valid Java .class file"
18053 msgstr ""
18054
18055 #. FIXME - where was first time
18056 #: java/jcf-parse.c:754
18057 #, c-format
18058 msgid "reading class %s for the second time from %s"
18059 msgstr ""
18060
18061 #: java/jcf-parse.c:772
18062 msgid "error while parsing fields"
18063 msgstr ""
18064
18065 #: java/jcf-parse.c:775
18066 msgid "error while parsing methods"
18067 msgstr ""
18068
18069 #: java/jcf-parse.c:778
18070 msgid "error while parsing final attributes"
18071 msgstr ""
18072
18073 #: java/jcf-parse.c:795
18074 msgid ""
18075 "the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
18076 "length %<gnu.gcj.gcj-compiled%> attribute.  This generally means that your "
18077 "classpath is incorrectly set.  Use %<info gcj \"Input Options\"%> to see the "
18078 "info page describing how to set the classpath"
18079 msgstr ""
18080
18081 #: java/jcf-parse.c:869
18082 msgid "missing Code attribute"
18083 msgstr ""
18084
18085 #: java/jcf-parse.c:1129
18086 msgid "%Hsource file seen twice on command line and will be compiled only once"
18087 msgstr ""
18088
18089 #: java/jcf-parse.c:1144
18090 msgid "no input file specified"
18091 msgstr ""
18092
18093 #: java/jcf-parse.c:1176
18094 #, c-format
18095 msgid "can't close input file %s: %m"
18096 msgstr ""
18097
18098 #: java/jcf-parse.c:1217
18099 #, c-format
18100 msgid "bad zip/jar file %s"
18101 msgstr ""
18102
18103 #: java/jcf-parse.c:1433
18104 #, c-format
18105 msgid "error while reading %s from zip file"
18106 msgstr ""
18107
18108 #: java/jcf-write.c:2656
18109 #, c-format
18110 msgid ""
18111 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18112 msgstr ""
18113
18114 #: java/jcf-write.c:3028
18115 msgid "field initializer type mismatch"
18116 msgstr ""
18117
18118 #: java/jcf-write.c:3485
18119 #, c-format
18120 msgid "can't create directory %s: %m"
18121 msgstr ""
18122
18123 #: java/jcf-write.c:3518
18124 #, c-format
18125 msgid "can't open %s for writing: %m"
18126 msgstr ""
18127
18128 #: java/jcf-write.c:3538
18129 #, c-format
18130 msgid "can't create %s: %m"
18131 msgstr ""
18132
18133 #: java/jv-scan.c:99
18134 #, c-format
18135 msgid "Try 'jv-scan --help' for more information.\n"
18136 msgstr ""
18137
18138 #: java/jv-scan.c:106
18139 #, c-format
18140 msgid ""
18141 "Usage: jv-scan [OPTION]... FILE...\n"
18142 "\n"
18143 msgstr ""
18144
18145 #: java/jv-scan.c:107
18146 #, c-format
18147 msgid ""
18148 "Print useful information read from Java source files.\n"
18149 "\n"
18150 msgstr ""
18151
18152 #: java/jv-scan.c:108
18153 #, c-format
18154 msgid "  --no-assert             Don't recognize the assert keyword\n"
18155 msgstr ""
18156
18157 #: java/jv-scan.c:109
18158 #, c-format
18159 msgid "  --complexity            Print cyclomatic complexity of input file\n"
18160 msgstr ""
18161
18162 #: java/jv-scan.c:110
18163 #, c-format
18164 msgid "  --encoding NAME         Specify encoding of input file\n"
18165 msgstr ""
18166
18167 #: java/jv-scan.c:111
18168 #, c-format
18169 msgid "  --print-main            Print name of class containing 'main'\n"
18170 msgstr ""
18171
18172 #: java/jv-scan.c:112
18173 #, c-format
18174 msgid "  --list-class            List all classes defined in file\n"
18175 msgstr ""
18176
18177 #: java/jv-scan.c:113
18178 #, c-format
18179 msgid ""
18180 "  --list-filename         Print input filename when listing class names\n"
18181 msgstr ""
18182
18183 #: java/jv-scan.c:213
18184 msgid "only one of '--print-main', '--list-class', and '--complexity' allowed"
18185 msgstr ""
18186
18187 #: java/jv-scan.c:216
18188 #, c-format
18189 msgid "can't open output file '%s'"
18190 msgstr ""
18191
18192 #: java/jv-scan.c:251
18193 #, c-format
18194 msgid "file not found '%s'"
18195 msgstr ""
18196
18197 #: java/jv-scan.c:273
18198 #, c-format
18199 msgid "%s: error: "
18200 msgstr ""
18201
18202 #: java/jv-scan.c:285
18203 #, c-format
18204 msgid "%s: warning: "
18205 msgstr ""
18206
18207 #: java/jvgenmain.c:48
18208 #, c-format
18209 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18210 msgstr ""
18211
18212 #: java/jvgenmain.c:98
18213 #, c-format
18214 msgid "%s: Cannot open output file: %s\n"
18215 msgstr ""
18216
18217 #: java/jvgenmain.c:135
18218 #, c-format
18219 msgid "%s: Failed to close output file %s\n"
18220 msgstr ""
18221
18222 #: java/jvspec.c:420
18223 msgid "can't specify '-D' without '--main'\n"
18224 msgstr ""
18225
18226 #: java/jvspec.c:423
18227 #, c-format
18228 msgid "'%s' is not a valid class name"
18229 msgstr ""
18230
18231 #: java/jvspec.c:429
18232 msgid "--resource requires -o"
18233 msgstr ""
18234
18235 #: java/jvspec.c:436
18236 msgid "warning: already-compiled .class files ignored with -C"
18237 msgstr ""
18238
18239 #: java/jvspec.c:443
18240 msgid "cannot specify both -C and -o"
18241 msgstr ""
18242
18243 #: java/jvspec.c:455
18244 msgid "cannot create temporary file"
18245 msgstr ""
18246
18247 #: java/jvspec.c:483
18248 msgid "using both @FILE with multiple files not implemented"
18249 msgstr ""
18250
18251 #: java/jvspec.c:534
18252 msgid "cannot specify 'main' class when not linking"
18253 msgstr ""
18254
18255 #: java/lang.c:620
18256 msgid "can't do dependency tracking with input from stdin"
18257 msgstr ""
18258
18259 #: java/lang.c:636
18260 msgid "couldn't determine target name for dependency tracking"
18261 msgstr ""
18262
18263 #: java/lex.c:256
18264 msgid ""
18265 "unknown encoding: %qs\n"
18266 "This might mean that your locale's encoding is not supported\n"
18267 "by your system's iconv(3) implementation.  If you aren't trying\n"
18268 "to use a particular encoding for your input file, try the\n"
18269 "%<--encoding=UTF-8%> option"
18270 msgstr ""
18271
18272 #: java/lex.c:627
18273 msgid "internal error - bad unget"
18274 msgstr ""
18275
18276 #: java/mangle.c:89
18277 #, c-format
18278 msgid "can't mangle %s"
18279 msgstr ""
18280
18281 #: java/mangle_name.c:140 java/mangle_name.c:210
18282 msgid "internal error - invalid Utf8 name"
18283 msgstr ""
18284
18285 #: java/parse-scan.y:881 java/parse.y:975
18286 #: java/parse.y:1316 java/parse.y:1377
18287 #: java/parse.y:1588 java/parse.y:1811
18288 #: java/parse.y:1820 java/parse.y:1831
18289 #: java/parse.y:1842 java/parse.y:1854
18290 #: java/parse.y:1869 java/parse.y:1886
18291 #: java/parse.y:1888 java/parse.y:1969
18292 #: java/parse.y:2146 java/parse.y:2215
18293 #: java/parse.y:2379 java/parse.y:2392
18294 #: java/parse.y:2399 java/parse.y:2406
18295 #: java/parse.y:2417 java/parse.y:2419
18296 #: java/parse.y:2457 java/parse.y:2459
18297 #: java/parse.y:2461 java/parse.y:2482
18298 #: java/parse.y:2484 java/parse.y:2486
18299 #: java/parse.y:2502 java/parse.y:2504
18300 #: java/parse.y:2525 java/parse.y:2527
18301 #: java/parse.y:2529 java/parse.y:2557
18302 #: java/parse.y:2559 java/parse.y:2561
18303 #: java/parse.y:2563 java/parse.y:2581
18304 #: java/parse.y:2583 java/parse.y:2594
18305 #: java/parse.y:2605 java/parse.y:2616
18306 #: java/parse.y:2627 java/parse.y:2638
18307 #: java/parse.y:2651 java/parse.y:2655
18308 #: java/parse.y:2657 java/parse.y:2670
18309 msgid "Missing term"
18310 msgstr ""
18311
18312 #: java/parse-scan.y:883 java/parse.y:749
18313 #: java/parse.y:787 java/parse.y:812
18314 #: java/parse.y:996 java/parse.y:1351
18315 #: java/parse.y:1564 java/parse.y:1566
18316 #: java/parse.y:1796 java/parse.y:1822
18317 #: java/parse.y:1833 java/parse.y:1844
18318 #: java/parse.y:1856 java/parse.y:1871
18319 msgid "';' expected"
18320 msgstr ""
18321
18322 #: java/parse.y:747 java/parse.y:785
18323 msgid "Missing name"
18324 msgstr ""
18325
18326 #: java/parse.y:775
18327 #, c-format
18328 msgid "Ambiguous class: %qs and %qs"
18329 msgstr ""
18330
18331 #: java/parse.y:810
18332 msgid "'*' expected"
18333 msgstr ""
18334
18335 #: java/parse.y:824
18336 msgid "Class or interface declaration expected"
18337 msgstr ""
18338
18339 #: java/parse.y:841
18340 #, c-format
18341 msgid "Modifier %qs declared twice"
18342 msgstr ""
18343
18344 #: java/parse.y:861 java/parse.y:863
18345 msgid "Missing class name"
18346 msgstr ""
18347
18348 #: java/parse.y:866 java/parse.y:870
18349 #: java/parse.y:878 java/parse.y:1036
18350 #: java/parse.y:1297 java/parse.y:1299
18351 #: java/parse.y:1631 java/parse.y:1882
18352 #: java/parse.y:1914 java/parse.y:1976
18353 msgid "'{' expected"
18354 msgstr ""
18355
18356 #: java/parse.y:880
18357 msgid "Missing super class name"
18358 msgstr ""
18359
18360 #: java/parse.y:890 java/parse.y:906
18361 msgid "Missing interface name"
18362 msgstr ""
18363
18364 #: java/parse.y:990
18365 msgid "Missing variable initializer"
18366 msgstr ""
18367
18368 #: java/parse.y:1007
18369 msgid "Invalid declaration"
18370 msgstr ""
18371
18372 #: java/parse.y:1010 java/parse.y:1095
18373 #: java/parse.y:2161 java/parse.y:2190
18374 #: java/parse.y:2212 java/parse.y:2216
18375 #: java/parse.y:2251 java/parse.y:2330
18376 #: java/parse.y:2340 java/parse.y:2350
18377 msgid "']' expected"
18378 msgstr ""
18379
18380 #: java/parse.y:1014
18381 msgid "Unbalanced ']'"
18382 msgstr ""
18383
18384 #: java/parse.y:1050
18385 msgid "Invalid method declaration, method name required"
18386 msgstr ""
18387
18388 #: java/parse.y:1055 java/parse.y:1060
18389 #: java/parse.y:1065 java/parse.y:2064
18390 msgid "Identifier expected"
18391 msgstr ""
18392
18393 #: java/parse.y:1070 java/parse.y:4742
18394 msgid "Invalid method declaration, return type required"
18395 msgstr ""
18396
18397 #: java/parse.y:1090
18398 msgid "Discouraged form of returned type specification"
18399 msgstr ""
18400
18401 #: java/parse.y:1093 java/parse.y:1544
18402 #: java/parse.y:1551 java/parse.y:1560
18403 #: java/parse.y:1562 java/parse.y:1590
18404 #: java/parse.y:1699 java/parse.y:2006
18405 #: java/parse.y:2059
18406 msgid "')' expected"
18407 msgstr ""
18408
18409 #: java/parse.y:1109
18410 msgid "Missing formal parameter term"
18411 msgstr ""
18412
18413 #: java/parse.y:1124 java/parse.y:1129
18414 msgid "Missing identifier"
18415 msgstr ""
18416
18417 #: java/parse.y:1149 java/parse.y:1158
18418 msgid "Missing class type term"
18419 msgstr ""
18420
18421 #: java/parse.y:1185
18422 #, c-format
18423 msgid ""
18424 "Can't define static initializer in class %qs. Static initializer can only be "
18425 "defined in top-level classes"
18426 msgstr ""
18427
18428 #: java/parse.y:1314
18429 msgid "Invalid interface type"
18430 msgstr ""
18431
18432 #: java/parse.y:1483
18433 msgid "An empty declaration is a deprecated feature that should not be used"
18434 msgstr ""
18435
18436 #: java/parse.y:1504 java/parse.y:1678
18437 #: java/parse.y:1680
18438 msgid "':' expected"
18439 msgstr ""
18440
18441 #: java/parse.y:1530 java/parse.y:1535
18442 #: java/parse.y:1540
18443 msgid "Invalid expression statement"
18444 msgstr ""
18445
18446 #: java/parse.y:1558 java/parse.y:1586
18447 #: java/parse.y:1627 java/parse.y:1695
18448 #: java/parse.y:1763 java/parse.y:1884
18449 #: java/parse.y:1962 java/parse.y:2053
18450 #: java/parse.y:2055 java/parse.y:2068
18451 #: java/parse.y:2311 java/parse.y:2313
18452 msgid "'(' expected"
18453 msgstr ""
18454
18455 #: java/parse.y:1629
18456 msgid "Missing term or ')'"
18457 msgstr ""
18458
18459 #: java/parse.y:1676
18460 msgid "Missing or invalid constant expression"
18461 msgstr ""
18462
18463 #: java/parse.y:1697
18464 msgid "Missing term and ')' expected"
18465 msgstr ""
18466
18467 #: java/parse.y:1736
18468 msgid "Invalid control expression"
18469 msgstr ""
18470
18471 #: java/parse.y:1738 java/parse.y:1740
18472 msgid "Invalid update expression"
18473 msgstr ""
18474
18475 #: java/parse.y:1765
18476 msgid "Invalid init statement"
18477 msgstr ""
18478
18479 #: java/parse.y:1965
18480 msgid "Missing term or ')' expected"
18481 msgstr ""
18482
18483 #: java/parse.y:2008
18484 msgid "'class' or 'this' expected"
18485 msgstr ""
18486
18487 #: java/parse.y:2010 java/parse.y:2012
18488 msgid "'class' expected"
18489 msgstr ""
18490
18491 #: java/parse.y:2057
18492 msgid "')' or term expected"
18493 msgstr ""
18494
18495 #: java/parse.y:2159 java/parse.y:2188
18496 msgid "'[' expected"
18497 msgstr ""
18498
18499 #: java/parse.y:2266
18500 msgid "Field expected"
18501 msgstr ""
18502
18503 #: java/parse.y:2325 java/parse.y:2335
18504 #: java/parse.y:2345
18505 msgid "Missing term and ']' expected"
18506 msgstr ""
18507
18508 #: java/parse.y:2450
18509 msgid "']' expected, invalid type expression"
18510 msgstr ""
18511
18512 #: java/parse.y:2453
18513 msgid "Invalid type expression"
18514 msgstr ""
18515
18516 #: java/parse.y:2565
18517 msgid "Invalid reference type"
18518 msgstr ""
18519
18520 #: java/parse.y:3032
18521 msgid "Constructor invocation must be first thing in a constructor"
18522 msgstr ""
18523
18524 #: java/parse.y:3034
18525 msgid "Only constructors can invoke constructors"
18526 msgstr ""
18527
18528 #: java/parse.y:3042
18529 #, c-format
18530 msgid ": %qs JDK1.1(TM) feature"
18531 msgstr ""
18532
18533 #: java/parse.y:3122 java/parse.y:3124
18534 #, c-format
18535 msgid ""
18536 "%s.\n"
18537 "%s"
18538 msgstr ""
18539
18540 #: java/parse.y:3283
18541 msgid "Missing return statement"
18542 msgstr ""
18543
18544 #: java/parse.y:3305 java/parse.y:11937
18545 #: java/parse.y:11941
18546 msgid "Unreachable statement"
18547 msgstr ""
18548
18549 #: java/parse.y:3315
18550 msgid "Can't access %s field %<%s.%s%> from %qs"
18551 msgstr ""
18552
18553 #: java/parse.y:3384
18554 #, c-format
18555 msgid "%s %qs already defined in %s:%d"
18556 msgstr ""
18557
18558 #: java/parse.y:3402
18559 msgid ""
18560 "Variable %qs is already defined in this method and was declared %<%s %s%> at "
18561 "line %d"
18562 msgstr ""
18563
18564 #: java/parse.y:3513
18565 #, c-format
18566 msgid "Interface %qs repeated"
18567 msgstr ""
18568
18569 #: java/parse.y:3543
18570 #, c-format
18571 msgid "%s name %qs clashes with imported type %qs"
18572 msgstr ""
18573
18574 #: java/parse.y:3575
18575 msgid "Public %s %qs must be defined in a file called %<%s.java%>"
18576 msgstr ""
18577
18578 #: java/parse.y:3590
18579 #, c-format
18580 msgid ""
18581 "Inner class %qs can't be static. Static classes can only occur in interfaces "
18582 "and top-level classes"
18583 msgstr ""
18584
18585 #: java/parse.y:3671
18586 #, c-format
18587 msgid ""
18588 "The class name %qs is already defined in this scope. An inner class may not "
18589 "have the same simple name as any of its enclosing classes"
18590 msgstr ""
18591
18592 #: java/parse.y:3713
18593 msgid "Qualifier must be a reference"
18594 msgstr ""
18595
18596 #: java/parse.y:3734
18597 #, c-format
18598 msgid "Cyclic inheritance involving %s"
18599 msgstr ""
18600
18601 #: java/parse.y:3998
18602 msgid ""
18603 "Redundant use of %<abstract%> modifier. Interface %qs is implicitly abstract"
18604 msgstr ""
18605
18606 #: java/parse.y:4153
18607 #, c-format
18608 msgid "Class %qs can't be declared both abstract and final"
18609 msgstr ""
18610
18611 #: java/parse.y:4165
18612 msgid "%<java.lang.Object%> can't extend anything"
18613 msgstr ""
18614
18615 #: java/parse.y:4407
18616 msgid "Duplicate variable declaration: %<%s %s%> was %<%s %s%> (%s:%d)"
18617 msgstr ""
18618
18619 #: java/parse.y:4471
18620 #, c-format
18621 msgid "Field %qs can't be static in inner class %qs unless it is final"
18622 msgstr ""
18623
18624 #: java/parse.y:4717
18625 #, c-format
18626 msgid "Class %qs must be declared abstract to define abstract method %qs"
18627 msgstr ""
18628
18629 #: java/parse.y:4724
18630 #, c-format
18631 msgid "native method %qs can't be strictfp"
18632 msgstr ""
18633
18634 #: java/parse.y:4728
18635 #, c-format
18636 msgid "method %qs can't be transient"
18637 msgstr ""
18638
18639 #: java/parse.y:4731
18640 #, c-format
18641 msgid "method %qs can't be volatile"
18642 msgstr ""
18643
18644 #: java/parse.y:4781 java/parse.y:6530
18645 #, c-format
18646 msgid ""
18647 "Method %qs can't be static in inner class %qs. Only members of interfaces "
18648 "and top-level classes can be static"
18649 msgstr ""
18650
18651 #: java/parse.y:4947
18652 #, c-format
18653 msgid "%s method %qs can't have a body defined"
18654 msgstr ""
18655
18656 #: java/parse.y:4958
18657 #, c-format
18658 msgid "Non native and non abstract method %qs must have a body defined"
18659 msgstr ""
18660
18661 #: java/parse.y:5029
18662 #, c-format
18663 msgid "%s: recursive invocation of constructor %qs"
18664 msgstr ""
18665
18666 #: java/parse.y:5059
18667 msgid ""
18668 "Inconsistent member declaration.  At most one of %<public%>, %<private%>, or "
18669 "%<protected%> may be specified"
18670 msgstr ""
18671
18672 #: java/parse.y:5067
18673 msgid ""
18674 "Inconsistent member declaration.  At most one of %<final%> or %<volatile%> "
18675 "may be specified"
18676 msgstr ""
18677
18678 #: java/parse.y:5157
18679 #, c-format
18680 msgid "Variable %qs is used more than once in the argument list of method %qs"
18681 msgstr ""
18682
18683 #: java/parse.y:5241
18684 #, c-format
18685 msgid "%s %qs can't implement/extend %s %qs"
18686 msgstr ""
18687
18688 #: java/parse.y:5275
18689 #, c-format
18690 msgid "Class %qs can't subclass %s %qs"
18691 msgstr ""
18692
18693 #: java/parse.y:5284
18694 #, c-format
18695 msgid "Can't subclass final classes: %s"
18696 msgstr ""
18697
18698 #: java/parse.y:5470
18699 #, c-format
18700 msgid "Cyclic class inheritance%s"
18701 msgstr ""
18702
18703 #: java/parse.y:6181
18704 #, c-format
18705 msgid "Superclass %qs of class %qs not found"
18706 msgstr ""
18707
18708 #: java/parse.y:6187
18709 #, c-format
18710 msgid "Type %qs not found in declaration of field %qs"
18711 msgstr ""
18712
18713 #: java/parse.y:6193
18714 #, c-format
18715 msgid "Type %qs not found in the declaration of the argument %qs of method %qs"
18716 msgstr ""
18717
18718 #: java/parse.y:6200
18719 #, c-format
18720 msgid "Type %qs not found in the declaration of the return type of method %qs"
18721 msgstr ""
18722
18723 #: java/parse.y:6206
18724 #, c-format
18725 msgid "Superinterface %qs of %s %qs not found"
18726 msgstr ""
18727
18728 #: java/parse.y:6213
18729 #, c-format
18730 msgid "Type %qs not found in the declaration of the local variable %qs"
18731 msgstr ""
18732
18733 #: java/parse.y:6220
18734 msgid "Class %qs not found in %<throws%>"
18735 msgstr ""
18736
18737 #: java/parse.y:6277
18738 #, c-format
18739 msgid "Duplicate %s declaration %qs"
18740 msgstr ""
18741
18742 #: java/parse.y:6351
18743 msgid ""
18744 "Class %qs doesn't define the abstract method %<%s %s%> from %s %<%s%>. This "
18745 "method must be defined or %s %qs must be declared abstract"
18746 msgstr ""
18747
18748 #: java/parse.y:6507
18749 msgid ""
18750 "Class %qs in %<throws%> clause must be a subclass of class %<java.lang."
18751 "Throwable%>"
18752 msgstr ""
18753
18754 #: java/parse.y:6551
18755 #, c-format
18756 msgid ""
18757 "Class %qs must override %qs with a public method in order to implement "
18758 "interface %qs"
18759 msgstr ""
18760
18761 #: java/parse.y:6565 java/parse.y:6792
18762 #, c-format
18763 msgid "Method %qs was defined with return type %qs in class %qs"
18764 msgstr ""
18765
18766 #: java/parse.y:6582
18767 #, c-format
18768 msgid "%s methods can't be overridden. Method %qs is %s in class %qs"
18769 msgstr ""
18770
18771 #: java/parse.y:6596
18772 #, c-format
18773 msgid ""
18774 "Instance methods can't be overridden by a static method. Method %qs is an "
18775 "instance method in class %qs"
18776 msgstr ""
18777
18778 #: java/parse.y:6619
18779 #, c-format
18780 msgid ""
18781 "Methods can't be overridden to be more private. Method %qs is not %s in "
18782 "class %qs"
18783 msgstr ""
18784
18785 #: java/parse.y:6760
18786 msgid ""
18787 "Invalid checked exception class %qs in %<throws%> clause.  The exception "
18788 "must be a subclass of an exception thrown by %qs from class %qs"
18789 msgstr ""
18790
18791 #: java/parse.y:6817
18792 #, c-format
18793 msgid ""
18794 "Interface %qs inherits method %qs from interface %qs. This method is "
18795 "redefined with a different return type in interface %qs"
18796 msgstr ""
18797
18798 #: java/parse.y:6992
18799 #, c-format
18800 msgid "Class or interface %qs not found in import"
18801 msgstr ""
18802
18803 #: java/parse.y:7077
18804 #, c-format
18805 msgid "malformed .zip archive in CLASSPATH: %s"
18806 msgstr ""
18807
18808 #: java/parse.y:7148
18809 #, c-format
18810 msgid ""
18811 "Can't find default package %qs. Check the CLASSPATH environment variable and "
18812 "the access to the archives"
18813 msgstr ""
18814
18815 #: java/parse.y:7153
18816 #, c-format
18817 msgid "Package %qs not found in import"
18818 msgstr ""
18819
18820 #: java/parse.y:7250
18821 #, c-format
18822 msgid "Type %qs also potentially defined in package %qs"
18823 msgstr ""
18824
18825 #: java/parse.y:7395
18826 #, c-format
18827 msgid "Nested %s %s is %s; cannot be accessed from here"
18828 msgstr ""
18829
18830 #: java/parse.y:7433
18831 #, c-format
18832 msgid ""
18833 "Can't access %s %qs. Only public classes and interfaces in other packages "
18834 "can be accessed"
18835 msgstr ""
18836
18837 #: java/parse.y:7471
18838 msgid "Only %<final%> is allowed as a local variables modifier"
18839 msgstr ""
18840
18841 #: java/parse.y:9025
18842 #, c-format
18843 msgid "No constructor matching %qs found in class %qs"
18844 msgstr ""
18845
18846 #: java/parse.y:9525
18847 #, c-format
18848 msgid "Can't reference %qs before the superclass constructor has been called"
18849 msgstr ""
18850
18851 #: java/parse.y:9579
18852 #, c-format
18853 msgid ""
18854 "Local variable %qs can't be accessed from within the inner class %qs unless "
18855 "it is declared final"
18856 msgstr ""
18857
18858 #: java/parse.y:9584 java/parse.y:10047
18859 #, c-format
18860 msgid "Undefined variable %qs"
18861 msgstr ""
18862
18863 #: java/parse.y:9595
18864 #, c-format
18865 msgid "Can't make a static reference to nonstatic variable %qs in class %qs"
18866 msgstr ""
18867
18868 #: java/parse.y:9801 java/parse.y:10656
18869 #, c-format
18870 msgid "No enclosing instance for inner class %qs is in scope%s"
18871 msgstr ""
18872
18873 #: java/parse.y:9920 java/parse.y:12369
18874 msgid "Keyword %<this%> used outside allowed context"
18875 msgstr ""
18876
18877 #: java/parse.y:9926 java/parse.y:10810
18878 msgid ""
18879 "Can't reference %<this%> before the superclass constructor has been called"
18880 msgstr ""
18881
18882 #: java/parse.y:9942
18883 msgid ""
18884 "Can't use variable %<%s.this%>: type %qs isn't an outer type of type %qs"
18885 msgstr ""
18886
18887 #: java/parse.y:9975
18888 msgid "Keyword %<super%> used outside allowed context"
18889 msgstr ""
18890
18891 #: java/parse.y:10024
18892 #, c-format
18893 msgid "No variable %qs defined in class %qs"
18894 msgstr ""
18895
18896 #: java/parse.y:10029
18897 #, c-format
18898 msgid "Undefined variable or class name: %qs"
18899 msgstr ""
18900
18901 #: java/parse.y:10100
18902 #, c-format
18903 msgid "Can't use type %qs as a qualifier"
18904 msgstr ""
18905
18906 #: java/parse.y:10119
18907 msgid "Attempt to reference field %qs in %<%s %s%>"
18908 msgstr ""
18909
18910 #: java/parse.y:10150
18911 #, c-format
18912 msgid "No variable %qs defined in type %qs"
18913 msgstr ""
18914
18915 #: java/parse.y:10234
18916 msgid "Attempt to reference field %<new%> in a %qs"
18917 msgstr ""
18918
18919 #: java/parse.y:10371
18920 #, c-format
18921 msgid "The class %qs has been deprecated"
18922 msgstr ""
18923
18924 #: java/parse.y:10381
18925 #, c-format
18926 msgid "The %s %qs in class %qs has been deprecated"
18927 msgstr ""
18928
18929 #: java/parse.y:10498
18930 #, c-format
18931 msgid "Can't invoke a method on primitive type %qs"
18932 msgstr ""
18933
18934 #: java/parse.y:10513
18935 #, c-format
18936 msgid "Can't make static reference to method %qs in interface %qs"
18937 msgstr ""
18938
18939 #: java/parse.y:10523 java/parse.y:10857
18940 msgid "Can't make static reference to method %<%s %s%> in class %qs"
18941 msgstr ""
18942
18943 #: java/parse.y:10563
18944 msgid "Can't invoke super constructor on java.lang.Object"
18945 msgstr ""
18946
18947 #: java/parse.y:10576 java/parse.y:14433
18948 #, c-format
18949 msgid "Class %qs not found in type declaration"
18950 msgstr ""
18951
18952 #: java/parse.y:10588
18953 #, c-format
18954 msgid "Class %qs is an abstract class. It can't be instantiated"
18955 msgstr ""
18956
18957 #: java/parse.y:10618
18958 #, c-format
18959 msgid "No method named %qs in scope"
18960 msgstr ""
18961
18962 #: java/parse.y:10729
18963 msgid "Can't access %s %s %<%s.%s%> from %qs"
18964 msgstr ""
18965
18966 #: java/parse.y:11203
18967 msgid "Can't find %s %<%s(%s)%> in type %qs%s"
18968 msgstr ""
18969
18970 #: java/parse.y:11783
18971 msgid "Constant expression required"
18972 msgstr ""
18973
18974 #: java/parse.y:11796
18975 msgid "Incompatible type for case. Can't convert %qs to %<int%>"
18976 msgstr ""
18977
18978 #: java/parse.y:11830
18979 msgid "Duplicate case label: %<default%>"
18980 msgstr ""
18981
18982 #: java/parse.y:12178
18983 msgid "Incompatible type for %<+=%>. Can't convert %qs to %<java.lang.String%>"
18984 msgstr ""
18985
18986 #: java/parse.y:12349
18987 #, c-format
18988 msgid "missing static field %qs"
18989 msgstr ""
18990
18991 #: java/parse.y:12354
18992 #, c-format
18993 msgid "not a static field %qs"
18994 msgstr ""
18995
18996 #: java/parse.y:12377
18997 msgid ""
18998 "Can't reference %<this%> or %<super%> before the superclass constructor has "
18999 "been called"
19000 msgstr ""
19001
19002 #: java/parse.y:12397
19003 #, c-format
19004 msgid "No case for %s"
19005 msgstr ""
19006
19007 #: java/parse.y:12827
19008 msgid "Invalid left hand side of assignment"
19009 msgstr ""
19010
19011 #: java/parse.y:12878
19012 #, c-format
19013 msgid "Incompatible type for %s. Can't convert %qs to %qs"
19014 msgstr ""
19015
19016 #: java/parse.y:12881
19017 #, c-format
19018 msgid "Incompatible type for %s. Explicit cast needed to convert %qs to %qs"
19019 msgstr ""
19020
19021 #: java/parse.y:13054
19022 #, c-format
19023 msgid ""
19024 "Constant expression %qs too wide for narrowing primitive conversion to %qs"
19025 msgstr ""
19026
19027 #: java/parse.y:13345
19028 #, c-format
19029 msgid "unregistered operator %s"
19030 msgstr ""
19031
19032 #: java/parse.y:13494
19033 msgid ""
19034 "Evaluating this expression will result in an arithmetic exception being "
19035 "thrown"
19036 msgstr ""
19037
19038 #: java/parse.y:13576
19039 #, c-format
19040 msgid ""
19041 "Incompatible type for %qs. Explicit cast needed to convert shift distance "
19042 "from %qs to integral"
19043 msgstr ""
19044
19045 #: java/parse.y:13581
19046 #, c-format
19047 msgid ""
19048 "Incompatible type for %qs. Can't convert shift distance from %qs to integral"
19049 msgstr ""
19050
19051 #: java/parse.y:13657
19052 msgid "Invalid argument %qs for %<instanceof%>"
19053 msgstr ""
19054
19055 #: java/parse.y:13684
19056 #, c-format
19057 msgid "Impossible for %qs to be instance of %qs"
19058 msgstr ""
19059
19060 #: java/parse.y:13813
19061 #, c-format
19062 msgid "Incompatible type for %qs. Can't convert %qs to %qs"
19063 msgstr ""
19064
19065 #: java/parse.y:14294
19066 #, c-format
19067 msgid "Invalid argument type %qs to %qs"
19068 msgstr ""
19069
19070 #: java/parse.y:14524
19071 #, c-format
19072 msgid "Invalid cast from %qs to %qs"
19073 msgstr ""
19074
19075 #: java/parse.y:14571
19076 msgid "%<[]%> can only be applied to arrays. It can't be applied to %qs"
19077 msgstr ""
19078
19079 #: java/parse.y:14584
19080 msgid ""
19081 "Incompatible type for %<[]%>. Explicit cast needed to convert %qs to %<int%>"
19082 msgstr ""
19083
19084 #: java/parse.y:14588
19085 msgid "Incompatible type for %<[]%>. Can't convert %qs to %<int%>"
19086 msgstr ""
19087
19088 #: java/parse.y:14659
19089 msgid ""
19090 "Incompatible type for dimension in array creation expression. %s convert %qs "
19091 "to %<int%>"
19092 msgstr ""
19093
19094 #: java/parse.y:14775
19095 #, c-format
19096 msgid "Invalid array initializer for non-array type %qs"
19097 msgstr ""
19098
19099 #: java/parse.y:14862
19100 #, c-format
19101 msgid "Incompatible type for array. %s convert %qs to %qs"
19102 msgstr ""
19103
19104 #: java/parse.y:14931
19105 msgid "%<return%> inside instance initializer"
19106 msgstr ""
19107
19108 #: java/parse.y:14935
19109 msgid "%<return%> inside static initializer"
19110 msgstr ""
19111
19112 #: java/parse.y:14941
19113 msgid "%<return%> with%s value from %<%s %s%>"
19114 msgstr ""
19115
19116 #: java/parse.y:14948
19117 msgid "%<return%> with value from constructor %qs"
19118 msgstr ""
19119
19120 #: java/parse.y:15013
19121 msgid "Incompatible type for %<if%>. Can't convert %qs to %<boolean%>"
19122 msgstr ""
19123
19124 #: java/parse.y:15046
19125 #, c-format
19126 msgid "Declaration of %qs shadows a previous label declaration"
19127 msgstr ""
19128
19129 #: java/parse.y:15051
19130 #, c-format
19131 msgid "This is the location of the previous declaration of label %qs"
19132 msgstr ""
19133
19134 #: java/parse.y:15298
19135 #, c-format
19136 msgid "No label definition found for %qs"
19137 msgstr ""
19138
19139 #: java/parse.y:15311
19140 msgid "%<continue%> must be in loop"
19141 msgstr ""
19142
19143 #: java/parse.y:15314
19144 #, c-format
19145 msgid "continue label %qs does not name a loop"
19146 msgstr ""
19147
19148 #: java/parse.y:15335
19149 msgid "%<break%> must be in loop or switch"
19150 msgstr ""
19151
19152 #: java/parse.y:15376
19153 msgid ""
19154 "Incompatible type for loop conditional. Can't convert %qs to %<boolean%>"
19155 msgstr ""
19156
19157 #: java/parse.y:15414
19158 msgid "Incompatible type for %<switch%>. Can't convert %qs to %<int%>"
19159 msgstr ""
19160
19161 #. The case_label_list is in reverse order, so print the
19162 #. outer label first.
19163 #: java/parse.y:15445
19164 msgid "duplicate case label: %<"
19165 msgstr ""
19166
19167 #: java/parse.y:15446
19168 msgid "%>"
19169 msgstr ""
19170
19171 #: java/parse.y:15449
19172 msgid "original label is here"
19173 msgstr ""
19174
19175 #: java/parse.y:15666
19176 msgid ""
19177 "Can't catch class %qs. Catch clause parameter type must be a subclass of "
19178 "class %<java.lang.Throwable%>"
19179 msgstr ""
19180
19181 #: java/parse.y:15690
19182 msgid "%<catch%> not reached because of the catch clause at line %d"
19183 msgstr ""
19184
19185 #: java/parse.y:15757
19186 msgid ""
19187 "Incompatible type for %<synchronized%>. Can't convert %qs to %<java.lang."
19188 "Object%>"
19189 msgstr ""
19190
19191 #: java/parse.y:15816
19192 msgid "Can't throw %qs; it must be a subclass of class %<java.lang.Throwable%>"
19193 msgstr ""
19194
19195 #: java/parse.y:15845
19196 msgid ""
19197 "Checked exception %qs can't be thrown in instance initializer (not all "
19198 "declared constructor are declaring it in their %<throws%> clause)"
19199 msgstr ""
19200
19201 #: java/parse.y:15866
19202 msgid ""
19203 "Checked exception %qs can't be caught by any of the catch clause(s) of the "
19204 "surrounding %<try%> block"
19205 msgstr ""
19206
19207 #: java/parse.y:15879
19208 #, c-format
19209 msgid "Checked exception %qs can't be thrown in initializer"
19210 msgstr ""
19211
19212 #: java/parse.y:15883
19213 msgid "Checked exception %qs isn't thrown from a %<try%> block"
19214 msgstr ""
19215
19216 #: java/parse.y:15889
19217 msgid ""
19218 "Checked exception %qs doesn't match any of current method's %<throws%> "
19219 "declaration(s)"
19220 msgstr ""
19221
19222 #: java/parse.y:15944
19223 #, c-format
19224 msgid "Exception %qs can't be thrown in initializer"
19225 msgstr ""
19226
19227 #: java/parse.y:15949
19228 msgid ""
19229 "Exception %qs must be caught, or it must be declared in the %<throws%> "
19230 "clause of %qs"
19231 msgstr ""
19232
19233 #: java/parse.y:16060
19234 msgid "Incompatible type for %<?:%>. Can't convert %qs to %<boolean%>"
19235 msgstr ""
19236
19237 #: java/parse.y:16128
19238 msgid "Incompatible type for %<?:%>. Can't convert %qs to %qs"
19239 msgstr ""
19240
19241 #: java/typeck.c:547
19242 msgid "junk at end of signature string"
19243 msgstr ""
19244
19245 #: java/verify-glue.c:393
19246 #, c-format
19247 msgid "verification failed: %s"
19248 msgstr ""
19249
19250 #: java/verify-glue.c:395
19251 #, c-format
19252 msgid "verification failed at PC=%d: %s"
19253 msgstr ""
19254
19255 #: java/verify-glue.c:479 java/verify.c:514
19256 msgid "bad pc in exception_table"
19257 msgstr ""
19258
19259 #: java/verify.c:1516
19260 #, c-format
19261 msgid "unknown opcode %d@pc=%d during verification"
19262 msgstr ""
19263
19264 #: java/verify.c:1591 java/verify.c:1607 java/verify.c:1612
19265 #, c-format
19266 msgid "verification error at PC=%d"
19267 msgstr ""
19268
19269 #: java/parse.h:125
19270 #, c-format
19271 msgid "%s method can't be abstract"
19272 msgstr ""
19273
19274 #: java/parse.h:129
19275 #, c-format
19276 msgid "Constructor can't be %s"
19277 msgstr ""
19278
19279 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19280 #. flags was set artificially, such as for a interface method
19281 #: java/parse.h:161
19282 #, c-format
19283 msgid "Discouraged redundant use of %qs modifier in declaration of %s"
19284 msgstr ""
19285
19286 #: java/parse.h:168
19287 #, c-format
19288 msgid "Discouraged redundant use of %qs modifier in declaration of %s %qs"
19289 msgstr ""
19290
19291 #. Standard error messages
19292 #: java/parse.h:352
19293 #, c-format
19294 msgid "Incompatible type for %qs. Can't convert %qs to boolean"
19295 msgstr ""
19296
19297 #: java/parse.h:357
19298 #, c-format
19299 msgid "Incompatible type for %qs. Can't convert %qs to numeric type"
19300 msgstr ""
19301
19302 #: java/parse.h:365
19303 #, c-format
19304 msgid ""
19305 "Incompatible type for %qs. Explicit cast needed to convert %qs to integral"
19306 msgstr ""
19307
19308 #: java/parse.h:370
19309 #, c-format
19310 msgid "Incompatible type for %qs. Can't convert %qs to integral"
19311 msgstr ""
19312
19313 #: objc/objc-act.c:753
19314 msgid "%<@end%> must appear in an @implementation context"
19315 msgstr ""
19316
19317 #: objc/objc-act.c:780
19318 msgid "method declaration not in @interface context"
19319 msgstr ""
19320
19321 #: objc/objc-act.c:791
19322 msgid "method definition not in @implementation context"
19323 msgstr ""
19324
19325 #: objc/objc-act.c:901
19326 #, c-format
19327 msgid "object does not conform to the %qs protocol"
19328 msgstr ""
19329
19330 #: objc/objc-act.c:991 objc/objc-act.c:1068
19331 #, c-format
19332 msgid "class %qs does not implement the %qs protocol"
19333 msgstr ""
19334
19335 #: objc/objc-act.c:1174
19336 #, c-format
19337 msgid "statically allocated instance of Objective-C class %qs"
19338 msgstr ""
19339
19340 #: objc/objc-act.c:1231
19341 #, c-format
19342 msgid "protocol %qs has circular dependency"
19343 msgstr ""
19344
19345 #: objc/objc-act.c:1253 objc/objc-act.c:5831
19346 #, c-format
19347 msgid "cannot find protocol declaration for %qs"
19348 msgstr ""
19349
19350 #: objc/objc-act.c:1649 objc/objc-act.c:2783 objc/objc-act.c:6359
19351 #: objc/objc-act.c:6685 objc/objc-act.c:6738 objc/objc-act.c:6763
19352 #, c-format
19353 msgid "cannot find interface declaration for %qs"
19354 msgstr ""
19355
19356 #: objc/objc-act.c:1653
19357 #, c-format
19358 msgid "interface %qs does not have valid constant string layout"
19359 msgstr ""
19360
19361 #: objc/objc-act.c:1658
19362 #, c-format
19363 msgid "cannot find reference tag for class %qs"
19364 msgstr ""
19365
19366 #: objc/objc-act.c:2330
19367 msgid "%Jcreating selector for nonexistent method %qE"
19368 msgstr ""
19369
19370 #: objc/objc-act.c:2518
19371 #, c-format
19372 msgid "%qs is not an Objective-C class name or alias"
19373 msgstr ""
19374
19375 #: objc/objc-act.c:2633 objc/objc-act.c:2651 objc/objc-act.c:6622
19376 #: objc/objc-act.c:6919 objc/objc-act.c:6949
19377 msgid "Objective-C declarations may only appear in global scope"
19378 msgstr ""
19379
19380 #: objc/objc-act.c:2638
19381 #, c-format
19382 msgid "cannot find class %qs"
19383 msgstr ""
19384
19385 #: objc/objc-act.c:2640
19386 #, c-format
19387 msgid "class %qs already exists"
19388 msgstr ""
19389
19390 #: objc/objc-act.c:2665 objc/objc-act.c:6654
19391 #, c-format
19392 msgid "%qs redeclared as different kind of symbol"
19393 msgstr ""
19394
19395 #: objc/objc-act.c:2667 objc/objc-act.c:6656
19396 msgid "%Jprevious declaration of '%D'"
19397 msgstr ""
19398
19399 #: objc/objc-act.c:2893
19400 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19401 msgstr ""
19402
19403 #: objc/objc-act.c:3222
19404 msgid "@catch parameter is not a known Objective-C class type"
19405 msgstr ""
19406
19407 #: objc/objc-act.c:3238
19408 msgid "exception of type %<%T%> will be caught"
19409 msgstr ""
19410
19411 #: objc/objc-act.c:3240
19412 msgid "%H   by earlier handler for %<%T%>"
19413 msgstr ""
19414
19415 #: objc/objc-act.c:3293
19416 msgid "%<@try%> without %<@catch%> or %<@finally%>"
19417 msgstr ""
19418
19419 #: objc/objc-act.c:3340
19420 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19421 msgstr ""
19422
19423 #: objc/objc-act.c:3716
19424 msgid "%Jtype '%D' does not have a known size"
19425 msgstr ""
19426
19427 #: objc/objc-act.c:4229
19428 msgid "%J%s %qs"
19429 msgstr ""
19430
19431 #: objc/objc-act.c:4252 objc/objc-act.c:4271
19432 msgid "inconsistent instance variable specification"
19433 msgstr ""
19434
19435 #: objc/objc-act.c:5127
19436 msgid "can not use an object as parameter to a method"
19437 msgstr ""
19438
19439 #: objc/objc-act.c:5329
19440 msgid "multiple %s named %<%c%s%> found"
19441 msgstr ""
19442
19443 #: objc/objc-act.c:5554
19444 #, c-format
19445 msgid "no super class declared in @interface for %qs"
19446 msgstr ""
19447
19448 #: objc/objc-act.c:5595
19449 msgid "found %<-%s%> instead of %<+%s%> in protocol(s)"
19450 msgstr ""
19451
19452 #: objc/objc-act.c:5654
19453 #, c-format
19454 msgid "invalid receiver type %qs"
19455 msgstr ""
19456
19457 #: objc/objc-act.c:5669
19458 msgid "%<%c%s%> not found in protocol(s)"
19459 msgstr ""
19460
19461 #: objc/objc-act.c:5683
19462 msgid "%qs may not respond to %<%c%s%>"
19463 msgstr ""
19464
19465 #: objc/objc-act.c:5691
19466 msgid "no %<%c%s%> method found"
19467 msgstr ""
19468
19469 #: objc/objc-act.c:5697
19470 msgid "(Messages without a matching method signature"
19471 msgstr ""
19472
19473 #: objc/objc-act.c:5698
19474 msgid "will be assumed to return %<id%> and accept"
19475 msgstr ""
19476
19477 #: objc/objc-act.c:5699
19478 msgid "%<...%> as arguments.)"
19479 msgstr ""
19480
19481 #: objc/objc-act.c:5930
19482 #, c-format
19483 msgid "undeclared selector %qs"
19484 msgstr ""
19485
19486 #. Historically, a class method that produced objects (factory
19487 #. method) would assign `self' to the instance that it
19488 #. allocated.  This would effectively turn the class method into
19489 #. an instance method.  Following this assignment, the instance
19490 #. variables could be accessed.  That practice, while safe,
19491 #. violates the simple rule that a class method should not refer
19492 #. to an instance variable.  It's better to catch the cases
19493 #. where this is done unknowingly than to support the above
19494 #. paradigm.
19495 #: objc/objc-act.c:5972
19496 #, c-format
19497 msgid "instance variable %qs accessed in class method"
19498 msgstr ""
19499
19500 #: objc/objc-act.c:6184
19501 msgid "duplicate declaration of method %<%c%s%>"
19502 msgstr ""
19503
19504 #: objc/objc-act.c:6229
19505 msgid "duplicate interface declaration for category %<%s(%s)%>"
19506 msgstr ""
19507
19508 #: objc/objc-act.c:6256
19509 #, c-format
19510 msgid "illegal reference type specified for instance variable %qs"
19511 msgstr ""
19512
19513 #: objc/objc-act.c:6267
19514 #, c-format
19515 msgid "instance variable %qs has unknown size"
19516 msgstr ""
19517
19518 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19519 #: objc/objc-act.c:6281
19520 #, c-format
19521 msgid "type %qs has virtual member functions"
19522 msgstr ""
19523
19524 #: objc/objc-act.c:6282
19525 #, c-format
19526 msgid "illegal aggregate type %qs specified for instance variable %qs"
19527 msgstr ""
19528
19529 #: objc/objc-act.c:6290
19530 #, c-format
19531 msgid "type %qs has a user-defined constructor"
19532 msgstr ""
19533
19534 #: objc/objc-act.c:6292
19535 #, c-format
19536 msgid "type %qs has a user-defined destructor"
19537 msgstr ""
19538
19539 #: objc/objc-act.c:6293
19540 msgid ""
19541 "C++ constructors and destructors will not be invoked for Objective-C fields"
19542 msgstr ""
19543
19544 #: objc/objc-act.c:6383
19545 #, c-format
19546 msgid "instance variable %qs is declared private"
19547 msgstr ""
19548
19549 #: objc/objc-act.c:6392
19550 #, c-format
19551 msgid "instance variable %qs is %s; this will be a hard error in the future"
19552 msgstr ""
19553
19554 #: objc/objc-act.c:6399
19555 #, c-format
19556 msgid "instance variable %qs is declared %s"
19557 msgstr ""
19558
19559 #: objc/objc-act.c:6409
19560 msgid "static access to object of type %<id%>"
19561 msgstr ""
19562
19563 #: objc/objc-act.c:6431 objc/objc-act.c:6519
19564 #, c-format
19565 msgid "incomplete implementation of class %qs"
19566 msgstr ""
19567
19568 #: objc/objc-act.c:6435 objc/objc-act.c:6524
19569 #, c-format
19570 msgid "incomplete implementation of category %qs"
19571 msgstr ""
19572
19573 #: objc/objc-act.c:6440 objc/objc-act.c:6529
19574 msgid "method definition for %<%c%s%> not found"
19575 msgstr ""
19576
19577 #: objc/objc-act.c:6570
19578 #, c-format
19579 msgid "%s %qs does not fully implement the %qs protocol"
19580 msgstr ""
19581
19582 #: objc/objc-act.c:6628 objc/objc-act.c:8177
19583 msgid "%<@end%> missing in implementation context"
19584 msgstr ""
19585
19586 #: objc/objc-act.c:6641
19587 #, c-format
19588 msgid "cannot find interface declaration for %qs, superclass of %qs"
19589 msgstr ""
19590
19591 #: objc/objc-act.c:6668
19592 #, c-format
19593 msgid "reimplementation of class %qs"
19594 msgstr ""
19595
19596 #: objc/objc-act.c:6699
19597 #, c-format
19598 msgid "conflicting super class name %qs"
19599 msgstr ""
19600
19601 #: objc/objc-act.c:6701
19602 #, c-format
19603 msgid "previous declaration of %qs"
19604 msgstr ""
19605
19606 #: objc/objc-act.c:6715 objc/objc-act.c:6717
19607 #, c-format
19608 msgid "duplicate interface declaration for class %qs"
19609 msgstr ""
19610
19611 #: objc/objc-act.c:6977
19612 #, c-format
19613 msgid "duplicate declaration for protocol %qs"
19614 msgstr ""
19615
19616 #. Add a readable method name to the warning.
19617 #: objc/objc-act.c:7494
19618 msgid "%J%s %<%c%s%>"
19619 msgstr ""
19620
19621 #: objc/objc-act.c:7784
19622 #, c-format
19623 msgid "no super class declared in interface for %qs"
19624 msgstr ""
19625
19626 #: objc/objc-act.c:7832
19627 msgid "[super ...] must appear in a method context"
19628 msgstr ""
19629
19630 #: objc/objc-act.c:8459
19631 #, c-format
19632 msgid "local declaration of %qs hides instance variable"
19633 msgstr ""
19634
19635 #: objc/objc-parse.y:2720
19636 msgid "extra semicolon in method definition specified"
19637 msgstr ""
19638
19639 #: treelang/tree1.c:278
19640 msgid "%HDuplicate name %q.*s."
19641 msgstr ""
19642
19643 #: treelang/treetree.c:842
19644 msgid "Global register variable %qD used in nested function."
19645 msgstr ""
19646
19647 #: treelang/treetree.c:846
19648 msgid "Register variable %qD used in nested function."
19649 msgstr ""
19650
19651 #: treelang/treetree.c:852
19652 msgid "Address of global register variable %qD requested."
19653 msgstr ""
19654
19655 #: treelang/treetree.c:857
19656 msgid "Address of register variable %qD requested."
19657 msgstr ""
19658
19659 #: options.c:943
19660 msgid "Display this information"
19661 msgstr ""
19662
19663 #: options.c:949
19664 msgid ""
19665 "--param <param>=<value>\tSet parameter <param> to value.  See below for a "
19666 "complete list of parameters"
19667 msgstr ""
19668
19669 #: options.c:958
19670 msgid ""
19671 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19672 "before <question> disables the <answer> to <question>"
19673 msgstr ""
19674
19675 #: options.c:961
19676 msgid "Do not discard comments"
19677 msgstr ""
19678
19679 #: options.c:964
19680 msgid "Do not discard comments in macro expansions"
19681 msgstr ""
19682
19683 #: options.c:967
19684 msgid ""
19685 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19686 "<macro> is given, <val> is taken to be 1"
19687 msgstr ""
19688
19689 #: options.c:973
19690 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
19691 msgstr ""
19692
19693 #: options.c:976
19694 msgid ""
19695 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19696 "special section (on some targets)"
19697 msgstr ""
19698
19699 #: options.c:979
19700 msgid "Print the name of header files as they are used"
19701 msgstr ""
19702
19703 #: options.c:985
19704 msgid "-J<directory>\tPut MODULE files in 'directory'"
19705 msgstr ""
19706
19707 #: options.c:991
19708 msgid "Generate make dependencies and compile"
19709 msgstr ""
19710
19711 #: options.c:1000
19712 msgid "Treat missing header files as generated files"
19713 msgstr ""
19714
19715 #: options.c:1006
19716 msgid "Like -MD but ignore system header files"
19717 msgstr ""
19718
19719 #: options.c:1015
19720 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19721 msgstr ""
19722
19723 #: options.c:1021
19724 msgid "-O<number>\tSet optimization level to <number>"
19725 msgstr ""
19726
19727 #: options.c:1024
19728 msgid "Optimize for space rather than speed"
19729 msgstr ""
19730
19731 #: options.c:1027
19732 msgid "Do not generate #line directives"
19733 msgstr ""
19734
19735 #: options.c:1030
19736 msgid "-U<macro>\tUndefine <macro>"
19737 msgstr ""
19738
19739 #: options.c:1033
19740 msgid "This switch is deprecated; use -Wextra instead"
19741 msgstr ""
19742
19743 #: options.c:1036
19744 msgid ""
19745 "Warn about things that will change when compiling with an ABI-compliant "
19746 "compiler"
19747 msgstr ""
19748
19749 #: options.c:1039
19750 msgid "Warn about returning structures, unions or arrays"
19751 msgstr ""
19752
19753 #: options.c:1042
19754 msgid "Warn about possible aliasing of dummy arguments"
19755 msgstr ""
19756
19757 #: options.c:1048
19758 msgid "Warn about casting functions to incompatible types"
19759 msgstr ""
19760
19761 #: options.c:1051
19762 msgid "Warn about pointer casts which increase alignment"
19763 msgstr ""
19764
19765 #: options.c:1054
19766 msgid "Warn about casts which discard qualifiers"
19767 msgstr ""
19768
19769 #: options.c:1057
19770 msgid "Warn about subscripts whose type is \"char\""
19771 msgstr ""
19772
19773 #: options.c:1060
19774 msgid ""
19775 "Warn about possibly nested block comments, and C++ comments spanning more "
19776 "than one physical line"
19777 msgstr ""
19778
19779 #: options.c:1063
19780 msgid "Synonym for -Wcomment"
19781 msgstr ""
19782
19783 #: options.c:1066
19784 msgid "Warn about implicit conversion"
19785 msgstr ""
19786
19787 #: options.c:1069
19788 msgid "Warn when all constructors and destructors are private"
19789 msgstr ""
19790
19791 #: options.c:1072
19792 msgid "Warn when a declaration is found after a statement"
19793 msgstr ""
19794
19795 #: options.c:1075
19796 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
19797 msgstr ""
19798
19799 #: options.c:1078
19800 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19801 msgstr ""
19802
19803 #: options.c:1081
19804 msgid "Warn when an optimization pass is disabled"
19805 msgstr ""
19806
19807 #: options.c:1084
19808 msgid "Warn about compile-time integer division by zero"
19809 msgstr ""
19810
19811 #: options.c:1087
19812 msgid "Warn about violations of Effective C++ style rules"
19813 msgstr ""
19814
19815 #: options.c:1090
19816 msgid "Warn about stray tokens after #elif and #endif"
19817 msgstr ""
19818
19819 #: options.c:1093
19820 msgid "Treat all warnings as errors"
19821 msgstr ""
19822
19823 #: options.c:1096
19824 msgid "Make implicit function declarations an error"
19825 msgstr ""
19826
19827 #: options.c:1099
19828 msgid "Print extra (possibly unwanted) warnings"
19829 msgstr ""
19830
19831 #: options.c:1102
19832 msgid "Warn if deprecated empty statements are found"
19833 msgstr ""
19834
19835 #: options.c:1105
19836 msgid "Exit on the first error occurred"
19837 msgstr ""
19838
19839 #: options.c:1108
19840 msgid "Warn if testing floating point numbers for equality"
19841 msgstr ""
19842
19843 #: options.c:1111
19844 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19845 msgstr ""
19846
19847 #: options.c:1114
19848 msgid "Warn if passing too many arguments to a function for its format string"
19849 msgstr ""
19850
19851 #: options.c:1117
19852 msgid "Warn about format strings that are not literals"
19853 msgstr ""
19854
19855 #: options.c:1120
19856 msgid "Warn about possible security problems with format functions"
19857 msgstr ""
19858
19859 #: options.c:1123
19860 msgid "Warn about strftime formats yielding 2-digit years"
19861 msgstr ""
19862
19863 #: options.c:1126
19864 msgid "Warn about zero-length formats"
19865 msgstr ""
19866
19867 #: options.c:1135
19868 msgid "Warn about implicit function declarations"
19869 msgstr ""
19870
19871 #: options.c:1138
19872 msgid "Warn when a declaration does not specify a type"
19873 msgstr ""
19874
19875 #: options.c:1141
19876 msgid "Warn about calls with implicit interface"
19877 msgstr ""
19878
19879 #: options.c:1144
19880 msgid "Deprecated.  This switch has no effect."
19881 msgstr ""
19882
19883 #: options.c:1147
19884 msgid "Warn about variables which are initialized to themselves."
19885 msgstr ""
19886
19887 #: options.c:1150
19888 msgid "Warn when an inlined function cannot be inlined"
19889 msgstr ""
19890
19891 #: options.c:1153
19892 msgid "Warn about invalid uses of the \"offsetof\" macro"
19893 msgstr ""
19894
19895 #: options.c:1156
19896 msgid "Warn about PCH files that are found but not used"
19897 msgstr ""
19898
19899 #: options.c:1159
19900 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19901 msgstr ""
19902
19903 #: options.c:1162
19904 msgid "Warn about truncated source lines"
19905 msgstr ""
19906
19907 #: options.c:1165
19908 msgid "Do not warn about using \"long long\" when -pedantic"
19909 msgstr ""
19910
19911 #: options.c:1168
19912 msgid "Warn about suspicious declarations of \"main\""
19913 msgstr ""
19914
19915 #: options.c:1171
19916 msgid "Warn about possibly missing braces around initializers"
19917 msgstr ""
19918
19919 #: options.c:1174
19920 msgid "Warn about global functions without previous declarations"
19921 msgstr ""
19922
19923 #: options.c:1177
19924 msgid "Warn about missing fields in struct initializers"
19925 msgstr ""
19926
19927 #: options.c:1180
19928 msgid "Warn about functions which might be candidates for format attributes"
19929 msgstr ""
19930
19931 #: options.c:1183
19932 msgid "Warn about user-specified include directories that do not exist"
19933 msgstr ""
19934
19935 #: options.c:1186
19936 msgid ""
19937 "Warn about functions which might be candidates for __attribute__((noreturn))"
19938 msgstr ""
19939
19940 #: options.c:1189
19941 msgid "Warn about global functions without prototypes"
19942 msgstr ""
19943
19944 #: options.c:1192
19945 msgid "Warn about use of multi-character character constants"
19946 msgstr ""
19947
19948 #: options.c:1195
19949 msgid "Warn about \"extern\" declarations not at file scope"
19950 msgstr ""
19951
19952 #: options.c:1198
19953 msgid ""
19954 "Warn when non-templatized friend functions are declared within a template"
19955 msgstr ""
19956
19957 #: options.c:1201
19958 msgid "Warn about non-virtual destructors"
19959 msgstr ""
19960
19961 #: options.c:1204
19962 msgid ""
19963 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
19964 msgstr ""
19965
19966 #: options.c:1207
19967 msgid "Warn about usage of non-standard intrinsics"
19968 msgstr ""
19969
19970 #: options.c:1210
19971 msgid "Warn if a C-style cast is used in a program"
19972 msgstr ""
19973
19974 #: options.c:1213
19975 msgid "Warn if an old-style parameter definition is used"
19976 msgstr ""
19977
19978 #: options.c:1216
19979 msgid "Warn if .class files are out of date"
19980 msgstr ""
19981
19982 #: options.c:1219
19983 msgid "Warn about overloaded virtual function names"
19984 msgstr ""
19985
19986 #: options.c:1222
19987 msgid "Warn when the packed attribute has no effect on struct layout"
19988 msgstr ""
19989
19990 #: options.c:1225
19991 msgid "Warn when padding is required to align structure members"
19992 msgstr ""
19993
19994 #: options.c:1228
19995 msgid "Warn about possibly missing parentheses"
19996 msgstr ""
19997
19998 #: options.c:1231
19999 msgid "Warn when converting the type of pointers to member functions"
20000 msgstr ""
20001
20002 #: options.c:1234
20003 msgid "Warn about function pointer arithmetic"
20004 msgstr ""
20005
20006 #: options.c:1237
20007 msgid "Warn if inherited methods are unimplemented"
20008 msgstr ""
20009
20010 #: options.c:1240
20011 msgid "Warn about multiple declarations of the same object"
20012 msgstr ""
20013
20014 #: options.c:1243
20015 msgid "Warn if modifiers are specified when not necessary"
20016 msgstr ""
20017
20018 #: options.c:1246
20019 msgid "Warn when the compiler reorders code"
20020 msgstr ""
20021
20022 #: options.c:1249
20023 msgid ""
20024 "Warn whenever a function's return type defaults to \"int\" (C), or about "
20025 "inconsistent return types (C++)"
20026 msgstr ""
20027
20028 #: options.c:1252
20029 msgid "Warn if a selector has multiple methods"
20030 msgstr ""
20031
20032 #: options.c:1255
20033 msgid "Warn about possible violations of sequence point rules"
20034 msgstr ""
20035
20036 #: options.c:1258
20037 msgid "Warn when one local variable shadows another"
20038 msgstr ""
20039
20040 #: options.c:1261
20041 msgid "Warn about signed-unsigned comparisons"
20042 msgstr ""
20043
20044 #: options.c:1264
20045 msgid "Warn when overload promotes from unsigned to signed"
20046 msgstr ""
20047
20048 #: options.c:1267
20049 #: options.c:1270
20050 msgid "Warn about code which might break strict aliasing rules"
20051 msgstr ""
20052
20053 #: options.c:1273
20054 msgid "Warn about unprototyped function declarations"
20055 msgstr ""
20056
20057 #: options.c:1276
20058 msgid "Warn about \"suspicious\" constructs"
20059 msgstr ""
20060
20061 #: options.c:1279
20062 msgid "Warn about enumerated switches, with no default, missing a case"
20063 msgstr ""
20064
20065 #: options.c:1282
20066 msgid "Warn about enumerated switches missing a \"default:\" statement"
20067 msgstr ""
20068
20069 #: options.c:1285
20070 msgid "Warn about all enumerated switches missing a specific case"
20071 msgstr ""
20072
20073 #: options.c:1288
20074 msgid "Warn when synthesis behavior differs from Cfront"
20075 msgstr ""
20076
20077 #: options.c:1291
20078 msgid "Do not suppress warnings from system headers"
20079 msgstr ""
20080
20081 #: options.c:1294
20082 msgid "Warn about features not present in traditional C"
20083 msgstr ""
20084
20085 #: options.c:1297
20086 msgid ""
20087 "Warn if trigraphs are encountered that might affect the meaning of the "
20088 "program"
20089 msgstr ""
20090
20091 #: options.c:1300
20092 msgid "Warn about @selector()s without previously declared methods"
20093 msgstr ""
20094
20095 #: options.c:1303
20096 msgid "Warn if an undefined macro is used in an #if directive"
20097 msgstr ""
20098
20099 #: options.c:1306
20100 msgid "Warn about underflow of numerical constant expressions"
20101 msgstr ""
20102
20103 #: options.c:1309
20104 msgid "Warn about uninitialized automatic variables"
20105 msgstr ""
20106
20107 #: options.c:1312
20108 msgid "Warn about unrecognized pragmas"
20109 msgstr ""
20110
20111 #: options.c:1315
20112 msgid "Warn about code that will never be executed"
20113 msgstr ""
20114
20115 #: options.c:1318
20116 msgid "Enable all -Wunused- warnings"
20117 msgstr ""
20118
20119 #: options.c:1321
20120 msgid "Warn when a function is unused"
20121 msgstr ""
20122
20123 #: options.c:1324
20124 #: options.c:1327
20125 msgid "Warn when a label is unused"
20126 msgstr ""
20127
20128 #: options.c:1330
20129 msgid "Warn about macros defined in the main file that are not used"
20130 msgstr ""
20131
20132 #: options.c:1333
20133 msgid "Warn when a function parameter is unused"
20134 msgstr ""
20135
20136 #: options.c:1336
20137 msgid "Warn when an expression value is unused"
20138 msgstr ""
20139
20140 #: options.c:1339
20141 msgid "Warn when a variable is unused"
20142 msgstr ""
20143
20144 #: options.c:1342
20145 msgid "Do not warn about using variadic macros when -pedantic"
20146 msgstr ""
20147
20148 #: options.c:1345
20149 msgid "Give strings the type \"array of char\""
20150 msgstr ""
20151
20152 #: options.c:1348
20153 msgid ""
20154 "A synonym for -std=c89.  In a future version of GCC it will become "
20155 "synonymous with -std=c99 instead"
20156 msgstr ""
20157
20158 #: options.c:1351
20159 msgid "-aux-info <file>\tEmit declaration information into <file>"
20160 msgstr ""
20161
20162 #: options.c:1363
20163 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20164 msgstr ""
20165
20166 #: options.c:1366
20167 msgid "Set the default real and integer kinds to double precision"
20168 msgstr ""
20169
20170 #: options.c:1369
20171 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20172 msgstr ""
20173
20174 #: options.c:1372
20175 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20176 msgstr ""
20177
20178 #: options.c:1375
20179 msgid "Generate position-independent code if possible (large mode)"
20180 msgstr ""
20181
20182 #: options.c:1378
20183 msgid ""
20184 "Generate position-independent code for executables if possible (large mode)"
20185 msgstr ""
20186
20187 #: options.c:1384
20188 msgid "Enforce class member access control semantics"
20189 msgstr ""
20190
20191 #: options.c:1387
20192 msgid "Align the start of functions"
20193 msgstr ""
20194
20195 #: options.c:1393
20196 msgid "Align labels which are only reached by jumping"
20197 msgstr ""
20198
20199 #: options.c:1399
20200 msgid "Align all labels"
20201 msgstr ""
20202
20203 #: options.c:1405
20204 msgid "Align the start of loops"
20205 msgstr ""
20206
20207 #: options.c:1414
20208 msgid "Change when template instances are emitted"
20209 msgstr ""
20210
20211 #: options.c:1417
20212 msgid "Specify that arguments may alias each other and globals"
20213 msgstr ""
20214
20215 #: options.c:1420
20216 msgid "Assume arguments may alias globals but not each other"
20217 msgstr ""
20218
20219 #: options.c:1423
20220 msgid "Assume arguments alias neither each other nor globals"
20221 msgstr ""
20222
20223 #: options.c:1426
20224 msgid "Recognize the \"asm\" keyword"
20225 msgstr ""
20226
20227 #: options.c:1429
20228 msgid "Permit the use of the assert keyword"
20229 msgstr ""
20230
20231 #: options.c:1438
20232 msgid "Generate unwind tables that are exact at each instruction boundary"
20233 msgstr ""
20234
20235 #: options.c:1441
20236 msgid "--bootclasspath=<path>\tReplace system path"
20237 msgstr ""
20238
20239 #: options.c:1444
20240 msgid "Generate code to check bounds before indexing arrays"
20241 msgstr ""
20242
20243 #: options.c:1447
20244 msgid "Replace add, compare, branch with branch on count register"
20245 msgstr ""
20246
20247 #: options.c:1450
20248 msgid "Use profiling information for branch probabilities"
20249 msgstr ""
20250
20251 #: options.c:1453
20252 msgid ""
20253 "Perform branch target load optimization before prologue / epilogue threading"
20254 msgstr ""
20255
20256 #: options.c:1456
20257 msgid ""
20258 "Perform branch target load optimization after prologue / epilogue threading"
20259 msgstr ""
20260
20261 #: options.c:1459
20262 msgid ""
20263 "Restrict target load migration not to re-use registers in any basic block"
20264 msgstr ""
20265
20266 #: options.c:1462
20267 msgid "Recognize built-in functions"
20268 msgstr ""
20269
20270 #: options.c:1468
20271 msgid ""
20272 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20273 msgstr ""
20274
20275 #: options.c:1471
20276 msgid ""
20277 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20278 msgstr ""
20279
20280 #: options.c:1474
20281 msgid "Save registers around function calls"
20282 msgstr ""
20283
20284 #: options.c:1477
20285 msgid "Check the return value of new"
20286 msgstr ""
20287
20288 #: options.c:1480
20289 msgid "Generate checks for references to NULL"
20290 msgstr ""
20291
20292 #: options.c:1483
20293 msgid "--classpath=<path>\tSet class path"
20294 msgstr ""
20295
20296 #: options.c:1486
20297 msgid "Do not put uninitialized globals in the common section"
20298 msgstr ""
20299
20300 #: options.c:1492
20301 msgid "Allow the arguments of the '?' operator to have different types"
20302 msgstr ""
20303
20304 #: options.c:1495
20305 msgid "Reduce the size of object files"
20306 msgstr ""
20307
20308 #: options.c:1498
20309 msgid "Make string literals \"const char[]\" not \"char[]\""
20310 msgstr ""
20311
20312 #: options.c:1501
20313 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20314 msgstr ""
20315
20316 #: options.c:1504
20317 msgid "Perform a register copy-propagation optimization pass"
20318 msgstr ""
20319
20320 #: options.c:1507
20321 msgid "Perform cross-jumping optimization"
20322 msgstr ""
20323
20324 #: options.c:1510
20325 msgid "When running CSE, follow jumps to their targets"
20326 msgstr ""
20327
20328 #: options.c:1513
20329 msgid "When running CSE, follow conditional jumps"
20330 msgstr ""
20331
20332 #: options.c:1516
20333 msgid "Place data items into their own section"
20334 msgstr ""
20335
20336 #: options.c:1519
20337 msgid "Inline member functions by default"
20338 msgstr ""
20339
20340 #: options.c:1522
20341 msgid "Defer popping functions args from stack until later"
20342 msgstr ""
20343
20344 #: options.c:1525
20345 msgid "Attempt to fill delay slots of branch instructions"
20346 msgstr ""
20347
20348 #: options.c:1528
20349 msgid "Delete useless null pointer checks"
20350 msgstr ""
20351
20352 #: options.c:1531
20353 msgid ""
20354 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20355 "location at the beginning of line-wrapped diagnostics"
20356 msgstr ""
20357
20358 #: options.c:1540
20359 msgid "Allow dollar signs in entity names"
20360 msgstr ""
20361
20362 #: options.c:1543
20363 msgid "Permit '$' as an identifier character"
20364 msgstr ""
20365
20366 #: options.c:1546
20367 msgid "-fdump-<type>\tDump various compiler internals to a file"
20368 msgstr ""
20369
20370 #: options.c:1549
20371 msgid "Display the code tree after parsing."
20372 msgstr ""
20373
20374 #: options.c:1552
20375 msgid ""
20376 "Suppress output of instruction numbers and line number notes in debugging "
20377 "dumps"
20378 msgstr ""
20379
20380 #: options.c:1558
20381 msgid "Perform DWARF2 duplicate elimination"
20382 msgstr ""
20383
20384 #: options.c:1561
20385 #: options.c:1564
20386 msgid "Perform unused type elimination in debug info"
20387 msgstr ""
20388
20389 #: options.c:1567
20390 msgid "Output a class file"
20391 msgstr ""
20392
20393 #: options.c:1570
20394 msgid "Alias for -femit-class-file"
20395 msgstr ""
20396
20397 #: options.c:1579
20398 msgid ""
20399 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20400 msgstr ""
20401
20402 #: options.c:1582
20403 msgid "Generate code to check exception specifications"
20404 msgstr ""
20405
20406 #: options.c:1588
20407 msgid "Enable exception handling"
20408 msgstr ""
20409
20410 #: options.c:1591
20411 msgid ""
20412 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20413 "character set <cset>"
20414 msgstr ""
20415
20416 #: options.c:1594
20417 msgid "Perform a number of minor, expensive optimizations"
20418 msgstr ""
20419
20420 #: options.c:1597
20421 msgid "--extdirs=<path>\tSet the extension directory path"
20422 msgstr ""
20423
20424 #: options.c:1606
20425 msgid "Input file is a file with a list of filenames to compile"
20426 msgstr ""
20427
20428 #: options.c:1609
20429 msgid "Assume no NaNs or infinities are generated"
20430 msgstr ""
20431
20432 #: options.c:1612
20433 msgid ""
20434 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20435 msgstr ""
20436
20437 #: options.c:1615
20438 msgid "Assume that the source file is fixed form"
20439 msgstr ""
20440
20441 #: options.c:1618
20442 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
20443 msgstr ""
20444
20445 #: options.c:1621
20446 msgid "Allow arbitrary character line width in fixed mode"
20447 msgstr ""
20448
20449 #: options.c:1624
20450 msgid "Don't allocate floats and doubles in extended-precision registers"
20451 msgstr ""
20452
20453 #: options.c:1627
20454 msgid "Scope of for-init-statement variables is local to the loop"
20455 msgstr ""
20456
20457 #: options.c:1630
20458 msgid "Copy memory address constants into registers before use"
20459 msgstr ""
20460
20461 #: options.c:1633
20462 msgid "Always check for non gcj generated classes archives"
20463 msgstr ""
20464
20465 #: options.c:1636
20466 msgid "Copy memory operands into registers before use"
20467 msgstr ""
20468
20469 #: options.c:1639
20470 msgid "Assume that the source file is free form"
20471 msgstr ""
20472
20473 #: options.c:1642
20474 msgid "Do not assume that standard C libraries and \"main\" exist"
20475 msgstr ""
20476
20477 #: options.c:1645
20478 msgid "Allow function addresses to be held in registers"
20479 msgstr ""
20480
20481 #: options.c:1648
20482 msgid "Place each function into its own section"
20483 msgstr ""
20484
20485 #: options.c:1651
20486 msgid "Perform global common subexpression elimination"
20487 msgstr ""
20488
20489 #: options.c:1654
20490 msgid ""
20491 "Perform global common subexpression elimination after register allocation"
20492 msgstr ""
20493
20494 #: options.c:1657
20495 msgid ""
20496 "Perform redundant load after store elimination in global common subexpression"
20497 msgstr ""
20498
20499 #: options.c:1660
20500 msgid ""
20501 "Perform enhanced load motion during global common subexpression elimination"
20502 msgstr ""
20503
20504 #: options.c:1663
20505 msgid "Perform store motion after global common subexpression elimination"
20506 msgstr ""
20507
20508 #: options.c:1666
20509 msgid "Recognize GNU-defined keywords"
20510 msgstr ""
20511
20512 #: options.c:1669
20513 msgid "Generate code for GNU runtime environment"
20514 msgstr ""
20515
20516 #: options.c:1672
20517 msgid "Enable guessing of branch probabilities"
20518 msgstr ""
20519
20520 #: options.c:1681
20521 msgid ""
20522 "Assume the runtime uses a hash table to map an object to its synchronization "
20523 "structure"
20524 msgstr ""
20525
20526 #: options.c:1687
20527 msgid "Assume normal C execution environment"
20528 msgstr ""
20529
20530 #: options.c:1690
20531 msgid "Enable support for huge objects"
20532 msgstr ""
20533
20534 #: options.c:1693
20535 msgid "Process #ident directives"
20536 msgstr ""
20537
20538 #: options.c:1696
20539 msgid "Perform conversion of conditional jumps to branchless equivalents"
20540 msgstr ""
20541
20542 #: options.c:1699
20543 msgid "Perform conversion of conditional jumps to conditional execution"
20544 msgstr ""
20545
20546 #: options.c:1702
20547 msgid "Export functions even if they can be inlined"
20548 msgstr ""
20549
20550 #: options.c:1705
20551 msgid "Emit implicit instantiations of inline templates"
20552 msgstr ""
20553
20554 #: options.c:1708
20555 msgid ""
20556 "Specify that no implicit typing is allowed, unless overridden by explicit "
20557 "IMPLICIT statements"
20558 msgstr ""
20559
20560 #: options.c:1711
20561 msgid "Emit implicit instantiations of templates"
20562 msgstr ""
20563
20564 #: options.c:1714
20565 msgid "Use offset tables for virtual method calls"
20566 msgstr ""
20567
20568 #: options.c:1717
20569 msgid "Do not generate .size directives"
20570 msgstr ""
20571
20572 #: options.c:1720
20573 msgid "Pay attention to the \"inline\" keyword"
20574 msgstr ""
20575
20576 #: options.c:1729
20577 msgid ""
20578 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20579 msgstr ""
20580
20581 #: options.c:1732
20582 msgid ""
20583 "-finput-charset=<cset>      Specify the default character set for source "
20584 "files."
20585 msgstr ""
20586
20587 #: options.c:1735
20588 msgid "Instrument function entry and exit with profiling calls"
20589 msgstr ""
20590
20591 #: options.c:1738
20592 msgid "Optimize induction variables on trees"
20593 msgstr ""
20594
20595 #: options.c:1741
20596 msgid "Assume native functions are implemented using JNI"
20597 msgstr ""
20598
20599 #: options.c:1744
20600 msgid "Generate code for functions even if they are fully inlined"
20601 msgstr ""
20602
20603 #: options.c:1747
20604 msgid "Emit static const variables even if they are not used"
20605 msgstr ""
20606
20607 #: options.c:1753
20608 msgid "Give external symbols a leading underscore"
20609 msgstr ""
20610
20611 #: options.c:1756
20612 msgid "Perform loop optimizations"
20613 msgstr ""
20614
20615 #: options.c:1759
20616 msgid "Perform loop optimizations using the new loop optimizer"
20617 msgstr ""
20618
20619 #: options.c:1762
20620 msgid "Set errno after built-in math functions"
20621 msgstr ""
20622
20623 #: options.c:1765
20624 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
20625 msgstr ""
20626
20627 #: options.c:1768
20628 msgid ""
20629 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
20630 "put on the stack"
20631 msgstr ""
20632
20633 #: options.c:1771
20634 msgid "Report on permanent memory allocation"
20635 msgstr ""
20636
20637 #: options.c:1774
20638 msgid "Attempt to merge identical constants and constant variables"
20639 msgstr ""
20640
20641 #: options.c:1777
20642 msgid "Attempt to merge identical constants across compilation units"
20643 msgstr ""
20644
20645 #: options.c:1780
20646 msgid ""
20647 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20648 "line.  0 suppresses line-wrapping"
20649 msgstr ""
20650
20651 #: options.c:1783
20652 msgid "Set default accessibility of module entities to PRIVATE"
20653 msgstr ""
20654
20655 #: options.c:1786
20656 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20657 msgstr ""
20658
20659 #: options.c:1789
20660 msgid "Move loop invariant computations out of loops"
20661 msgstr ""
20662
20663 #: options.c:1792
20664 msgid "Don't warn about uses of Microsoft extensions"
20665 msgstr ""
20666
20667 #: options.c:1795
20668 msgid ""
20669 "Add mudflap bounds-checking instrumentation for single-threaded program."
20670 msgstr ""
20671
20672 #: options.c:1798
20673 msgid "Ignore read operations when inserting mudflap instrumentation."
20674 msgstr ""
20675
20676 #: options.c:1801
20677 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20678 msgstr ""
20679
20680 #: options.c:1810
20681 msgid "Use graph-coloring register allocation"
20682 msgstr ""
20683
20684 #: options.c:1813
20685 msgid "Enable the new bytecode verifier"
20686 msgstr ""
20687
20688 #: options.c:1816
20689 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20690 msgstr ""
20691
20692 #: options.c:1819
20693 msgid "Assume that receivers of Objective-C messages may be nil"
20694 msgstr ""
20695
20696 #: options.c:1822
20697 msgid "Don't generate code, just do syntax and semantics checking"
20698 msgstr ""
20699
20700 #: options.c:1825
20701 msgid "Support synchronous non-call exceptions"
20702 msgstr ""
20703
20704 #: options.c:1834
20705 msgid "Enable Objective-C exception and synchronization syntax"
20706 msgstr ""
20707
20708 #: options.c:1837
20709 msgid "Enable Objective-C setjmp exception handling runtime"
20710 msgstr ""
20711
20712 #: options.c:1840
20713 msgid "When possible do not generate stack frames"
20714 msgstr ""
20715
20716 #: options.c:1843
20717 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20718 msgstr ""
20719
20720 #: options.c:1846
20721 msgid "Do the full register move optimization pass"
20722 msgstr ""
20723
20724 #: options.c:1849
20725 msgid "Optimize sibling and tail recursive calls"
20726 msgstr ""
20727
20728 #: options.c:1852
20729 msgid "Enable optimization of static class initialization code"
20730 msgstr ""
20731
20732 #: options.c:1855
20733 msgid "Enable optional diagnostics"
20734 msgstr ""
20735
20736 #: options.c:1861
20737 msgid "Try to layout derived types as compact as possible"
20738 msgstr ""
20739
20740 #: options.c:1864
20741 msgid "Pack structure members together without holes"
20742 msgstr ""
20743
20744 #: options.c:1867
20745 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20746 msgstr ""
20747
20748 #: options.c:1870
20749 msgid "Return small aggregates in memory, not registers"
20750 msgstr ""
20751
20752 #: options.c:1876
20753 msgid "Look for and use PCH files even when preprocessing"
20754 msgstr ""
20755
20756 #: options.c:1879
20757 msgid "Perform loop peeling"
20758 msgstr ""
20759
20760 #: options.c:1882
20761 msgid "Enable machine specific peephole optimizations"
20762 msgstr ""
20763
20764 #: options.c:1885
20765 msgid "Enable an RTL peephole pass before sched2"
20766 msgstr ""
20767
20768 #: options.c:1888
20769 msgid "Downgrade conformance errors to warnings"
20770 msgstr ""
20771
20772 #: options.c:1891
20773 msgid "Generate position-independent code if possible (small mode)"
20774 msgstr ""
20775
20776 #: options.c:1894
20777 msgid ""
20778 "Generate position-independent code for executables if possible (small mode)"
20779 msgstr ""
20780
20781 #: options.c:1897
20782 msgid "Generate prefetch instructions, if available, for arrays in loops"
20783 msgstr ""
20784
20785 #: options.c:1900
20786 msgid "Treat the input file as already preprocessed"
20787 msgstr ""
20788
20789 #: options.c:1903
20790 msgid "Enable basic program profiling code"
20791 msgstr ""
20792
20793 #: options.c:1906
20794 msgid "Insert arc-based program profiling code"
20795 msgstr ""
20796
20797 #: options.c:1909
20798 msgid ""
20799 "Enable common options for generating profile info for profile feedback "
20800 "directed optimizations"
20801 msgstr ""
20802
20803 #: options.c:1912
20804 msgid ""
20805 "Enable common options for performing profile feedback directed optimizations"
20806 msgstr ""
20807
20808 #: options.c:1915
20809 msgid "Insert code to profile values of expressions"
20810 msgstr ""
20811
20812 #: options.c:1921
20813 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20814 msgstr ""
20815
20816 #: options.c:1924
20817 msgid "Return small aggregates in registers"
20818 msgstr ""
20819
20820 #: options.c:1927
20821 msgid "Enables a register move optimization"
20822 msgstr ""
20823
20824 #: options.c:1930
20825 msgid "Perform a register renaming optimization pass"
20826 msgstr ""
20827
20828 #: options.c:1933
20829 msgid "Reorder basic blocks to improve code placement"
20830 msgstr ""
20831
20832 #: options.c:1936
20833 msgid "Reorder basic blocks and partition into hot and cold sections"
20834 msgstr ""
20835
20836 #: options.c:1939
20837 msgid "Reorder functions to improve code placement"
20838 msgstr ""
20839
20840 #: options.c:1942
20841 msgid "Copy array sections into a contiguous block on procedure entry"
20842 msgstr ""
20843
20844 #: options.c:1945
20845 msgid ""
20846 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20847 "in at runtime"
20848 msgstr ""
20849
20850 #: options.c:1948
20851 msgid "Enable automatic template instantiation"
20852 msgstr ""
20853
20854 #: options.c:1951
20855 msgid "Add a common subexpression elimination pass after loop optimizations"
20856 msgstr ""
20857
20858 #: options.c:1954
20859 msgid "Run the loop optimizer twice"
20860 msgstr ""
20861
20862 #: options.c:1957
20863 msgid ""
20864 "Enable/Disable the traditional scheduling in loops that already passed "
20865 "modulo scheduling"
20866 msgstr ""
20867
20868 #: options.c:1960
20869 msgid "Disable optimizations that assume default FP rounding behavior"
20870 msgstr ""
20871
20872 #: options.c:1963
20873 msgid "Generate run time type descriptor information"
20874 msgstr ""
20875
20876 #: options.c:1966
20877 msgid "Enable scheduling across basic blocks"
20878 msgstr ""
20879
20880 #: options.c:1969
20881 msgid "Allow speculative motion of non-loads"
20882 msgstr ""
20883
20884 #: options.c:1972
20885 msgid "Allow speculative motion of some loads"
20886 msgstr ""
20887
20888 #: options.c:1975
20889 msgid "Allow speculative motion of more loads"
20890 msgstr ""
20891
20892 #: options.c:1978
20893 msgid "Allow premature scheduling of queued insns"
20894 msgstr ""
20895
20896 #: options.c:1981
20897 msgid ""
20898 "Set dependence distance checking in premature scheduling of queued insns"
20899 msgstr ""
20900
20901 #: options.c:1984
20902 msgid ""
20903 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
20904 "premature scheduling of queued insns"
20905 msgstr ""
20906
20907 #: options.c:1987
20908 msgid ""
20909 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
20910 "prematurely scheduled"
20911 msgstr ""
20912
20913 #: options.c:1990
20914 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20915 msgstr ""
20916
20917 #: options.c:1993
20918 msgid "If scheduling post reload, do superblock scheduling"
20919 msgstr ""
20920
20921 #: options.c:1996
20922 msgid "If scheduling post reload, do trace scheduling"
20923 msgstr ""
20924
20925 #: options.c:1999
20926 msgid "Reschedule instructions before register allocation"
20927 msgstr ""
20928
20929 #: options.c:2002
20930 msgid "Reschedule instructions after register allocation"
20931 msgstr ""
20932
20933 #: options.c:2005
20934 msgid "Append a second underscore if the name already contains an underscore"
20935 msgstr ""
20936
20937 #: options.c:2008
20938 msgid "Mark data as shared rather than private"
20939 msgstr ""
20940
20941 #: options.c:2011
20942 msgid "Use the same size for double as for float"
20943 msgstr ""
20944
20945 #: options.c:2014
20946 msgid "Use the narrowest integer type possible for enumeration types"
20947 msgstr ""
20948
20949 #: options.c:2017
20950 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20951 msgstr ""
20952
20953 #: options.c:2023
20954 msgid "Disable optimizations observable by IEEE signaling NaNs"
20955 msgstr ""
20956
20957 #: options.c:2026
20958 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20959 msgstr ""
20960
20961 #: options.c:2029
20962 msgid "Make \"char\" signed by default"
20963 msgstr ""
20964
20965 #: options.c:2032
20966 msgid "Convert floating point constants to single precision constants"
20967 msgstr ""
20968
20969 #: options.c:2035
20970 msgid "Use value profiling for speculative prefetching"
20971 msgstr ""
20972
20973 #: options.c:2038
20974 msgid "Split lifetimes of induction variables when loops are unrolled."
20975 msgstr ""
20976
20977 #: options.c:2044
20978 msgid "Insert stack checking code into the program"
20979 msgstr ""
20980
20981 #: options.c:2050
20982 msgid ""
20983 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20984 msgstr ""
20985
20986 #: options.c:2053
20987 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20988 msgstr ""
20989
20990 #: options.c:2056
20991 msgid "Display statistics accumulated during compilation"
20992 msgstr ""
20993
20994 #: options.c:2059
20995 msgid "Enable assignability checks for stores into object arrays"
20996 msgstr ""
20997
20998 #: options.c:2062
20999 msgid "Perform strength reduction optimizations"
21000 msgstr ""
21001
21002 #: options.c:2065
21003 msgid "Assume strict aliasing rules apply"
21004 msgstr ""
21005
21006 #: options.c:2071
21007 msgid "Check for syntax errors, then stop"
21008 msgstr ""
21009
21010 #: options.c:2074
21011 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
21012 msgstr ""
21013
21014 #: options.c:2077
21015 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
21016 msgstr ""
21017
21018 #: options.c:2080
21019 msgid "Create data files needed by \"gcov\""
21020 msgstr ""
21021
21022 #: options.c:2086
21023 msgid "Perform jump threading optimizations"
21024 msgstr ""
21025
21026 #: options.c:2089
21027 msgid ""
21028 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
21029 "local statics."
21030 msgstr ""
21031
21032 #: options.c:2092
21033 msgid "Report the time taken by each compiler pass"
21034 msgstr ""
21035
21036 #: options.c:2095
21037 msgid ""
21038 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
21039 "default thread-local storage code generation model"
21040 msgstr ""
21041
21042 #: options.c:2098
21043 msgid "Perform superblock formation via tail duplication"
21044 msgstr ""
21045
21046 #: options.c:2101
21047 msgid "Assume floating-point operations can trap"
21048 msgstr ""
21049
21050 #: options.c:2104
21051 msgid "Trap for signed overflow in addition, subtraction and multiplication"
21052 msgstr ""
21053
21054 #: options.c:2107
21055 msgid "Use tree-ssa based implementation of profiling"
21056 msgstr ""
21057
21058 #: options.c:2110
21059 msgid "Enable SSA-CCP optimization on trees"
21060 msgstr ""
21061
21062 #: options.c:2113
21063 msgid "Enable loop header copying on trees"
21064 msgstr ""
21065
21066 #: options.c:2116
21067 msgid "Coalesce memory temporaries in the SSA->normal pass"
21068 msgstr ""
21069
21070 #: options.c:2119
21071 msgid "Replace SSA temporaries with better names in copies."
21072 msgstr ""
21073
21074 #: options.c:2122
21075 msgid "Enable SSA dead code elimination optimization on trees"
21076 msgstr ""
21077
21078 #: options.c:2125
21079 msgid "Enable dominator optimizations"
21080 msgstr ""
21081
21082 #: options.c:2128
21083 msgid "Enable dead store elimination"
21084 msgstr ""
21085
21086 #: options.c:2131
21087 msgid "Enable Full Redundancy Elimination (FRE) on trees"
21088 msgstr ""
21089
21090 #: options.c:2134
21091 msgid "Enable loop invariant motion on trees"
21092 msgstr ""
21093
21094 #: options.c:2137
21095 msgid "Create canonical induction variables in loops"
21096 msgstr ""
21097
21098 #: options.c:2140
21099 msgid "Enable linear loop transforms on trees"
21100 msgstr ""
21101
21102 #: options.c:2143
21103 msgid "Enable loop optimizations on tree level"
21104 msgstr ""
21105
21106 #: options.c:2146
21107 msgid "Perform live range splitting during the SSA->normal pass."
21108 msgstr ""
21109
21110 #: options.c:2149
21111 msgid "Enable SSA-PRE optimization on trees"
21112 msgstr ""
21113
21114 #: options.c:2152
21115 msgid "Perform scalar replacement of aggregates"
21116 msgstr ""
21117
21118 #: options.c:2155
21119 msgid "Replace temporary expressions in the SSA->normal pass"
21120 msgstr ""
21121
21122 #: options.c:2158
21123 msgid "Enable loop vectorization on trees"
21124 msgstr ""
21125
21126 #: options.c:2161
21127 msgid "Append underscores to externally visible names"
21128 msgstr ""
21129
21130 #: options.c:2164
21131 msgid "Compile whole compilation unit at a time"
21132 msgstr ""
21133
21134 #: options.c:2167
21135 msgid "Perform loop unrolling for all loops"
21136 msgstr ""
21137
21138 #: options.c:2170
21139 msgid "Perform loop unrolling when iteration count is known"
21140 msgstr ""
21141
21142 #: options.c:2173
21143 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21144 msgstr ""
21145
21146 #: options.c:2176
21147 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21148 msgstr ""
21149
21150 #: options.c:2179
21151 msgid "Make \"char\" unsigned by default"
21152 msgstr ""
21153
21154 #: options.c:2182
21155 msgid "Perform loop unswitching"
21156 msgstr ""
21157
21158 #: options.c:2185
21159 msgid "Just generate unwind tables for exception handling"
21160 msgstr ""
21161
21162 #: options.c:2188
21163 msgid "Generate code for the Boehm GC"
21164 msgstr ""
21165
21166 #: options.c:2191
21167 msgid "Use __cxa_atexit to register destructors"
21168 msgstr ""
21169
21170 #: options.c:2194
21171 msgid "Call a library routine to do integer divisions"
21172 msgstr ""
21173
21174 #: options.c:2197
21175 msgid "Perform variable tracking"
21176 msgstr ""
21177
21178 #: options.c:2200
21179 msgid "Apply variable expansion when loops are unrolled."
21180 msgstr ""
21181
21182 #: options.c:2203
21183 msgid "Add extra commentary to assembler output"
21184 msgstr ""
21185
21186 #: options.c:2206
21187 msgid "Marks all inlined methods as having hidden visibility"
21188 msgstr ""
21189
21190 #: options.c:2209
21191 msgid ""
21192 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
21193 "visibility"
21194 msgstr ""
21195
21196 #: options.c:2212
21197 msgid "Use expression value profiles in optimizations"
21198 msgstr ""
21199
21200 #: options.c:2215
21201 msgid "Discard unused virtual functions"
21202 msgstr ""
21203
21204 #: options.c:2218
21205 msgid "Implement vtables using thunks"
21206 msgstr ""
21207
21208 #: options.c:2221
21209 msgid "Emit common-like symbols as weak symbols"
21210 msgstr ""
21211
21212 #: options.c:2224
21213 msgid "Construct webs and split unrelated uses of single variable"
21214 msgstr ""
21215
21216 #: options.c:2227
21217 msgid ""
21218 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
21219 "to character set <cset>"
21220 msgstr ""
21221
21222 #: options.c:2230
21223 msgid "Generate a #line directive pointing at the current working directory"
21224 msgstr ""
21225
21226 #: options.c:2233
21227 msgid "Assume signed arithmetic overflow wraps around"
21228 msgstr ""
21229
21230 #: options.c:2236
21231 msgid "Emit cross referencing information"
21232 msgstr ""
21233
21234 #: options.c:2239
21235 msgid "Put zero initialized data in the bss section"
21236 msgstr ""
21237
21238 #: options.c:2242
21239 msgid ""
21240 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21241 msgstr ""
21242
21243 #: options.c:2245
21244 msgid "Generate debug information in default format"
21245 msgstr ""
21246
21247 #: options.c:2248
21248 msgid "Generate debug information in COFF format"
21249 msgstr ""
21250
21251 #: options.c:2251
21252 msgid "Generate debug information in DWARF v2 format"
21253 msgstr ""
21254
21255 #: options.c:2254
21256 msgid "Dump declarations to a .decl file"
21257 msgstr ""
21258
21259 #: options.c:2257
21260 msgid "Generate debug information in default extended format"
21261 msgstr ""
21262
21263 #: options.c:2260
21264 msgid "Generate debug information in STABS format"
21265 msgstr ""
21266
21267 #: options.c:2263
21268 msgid "Generate debug information in extended STABS format"
21269 msgstr ""
21270
21271 #: options.c:2266
21272 msgid "Generate debug information in VMS format"
21273 msgstr ""
21274
21275 #: options.c:2269
21276 msgid "Generate debug information in XCOFF format"
21277 msgstr ""
21278
21279 #: options.c:2272
21280 msgid "Generate debug information in extended XCOFF format"
21281 msgstr ""
21282
21283 #: options.c:2275
21284 msgid "Set the default integer kind to double precision"
21285 msgstr ""
21286
21287 #: options.c:2278
21288 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21289 msgstr ""
21290
21291 #: options.c:2281
21292 msgid "-imacros <file>\tAccept definition of macros in <file>"
21293 msgstr ""
21294
21295 #: options.c:2284
21296 msgid "-include <file>\tInclude the contents of <file> before other files"
21297 msgstr ""
21298
21299 #: options.c:2287
21300 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21301 msgstr ""
21302
21303 #: options.c:2290
21304 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21305 msgstr ""
21306
21307 #: options.c:2293
21308 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21309 msgstr ""
21310
21311 #: options.c:2296
21312 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21313 msgstr ""
21314
21315 #: options.c:2299
21316 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21317 msgstr ""
21318
21319 #: options.c:2302
21320 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21321 msgstr ""
21322
21323 #: options.c:2314
21324 msgid ""
21325 "Do not search standard system include directories (those specified with -"
21326 "isystem will still be used)"
21327 msgstr ""
21328
21329 #: options.c:2317
21330 msgid "Do not search standard system include directories for C++"
21331 msgstr ""
21332
21333 #: options.c:2320
21334 msgid "-o <file>\tPlace output into <file>"
21335 msgstr ""
21336
21337 #: options.c:2323
21338 msgid "Enable function profiling"
21339 msgstr ""
21340
21341 #: options.c:2326
21342 msgid "Issue warnings needed for strict compliance to the standard"
21343 msgstr ""
21344
21345 #: options.c:2329
21346 msgid "Like -pedantic but issue them as errors"
21347 msgstr ""
21348
21349 #: options.c:2332
21350 msgid "Generate C header of platform-specific features"
21351 msgstr ""
21352
21353 #: options.c:2335
21354 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
21355 msgstr ""
21356
21357 #: options.c:2338
21358 msgid "Do not display functions compiled or elapsed time"
21359 msgstr ""
21360
21361 #: options.c:2341
21362 msgid "Set the default real kind to double precision"
21363 msgstr ""
21364
21365 #: options.c:2344
21366 msgid "Remap file names when including files"
21367 msgstr ""
21368
21369 #: options.c:2347
21370 msgid "Conform to the ISO 1998 C++ standard"
21371 msgstr ""
21372
21373 #: options.c:2350
21374 msgid "Conform to the ISO 1990 C standard"
21375 msgstr ""
21376
21377 #: options.c:2353
21378 msgid "Conform to the ISO 1999 C standard"
21379 msgstr ""
21380
21381 #: options.c:2356
21382 #: options.c:2386
21383 #: options.c:2389
21384 msgid "Deprecated in favor of -std=c99"
21385 msgstr ""
21386
21387 #: options.c:2359
21388 msgid "Conform to the ISO Fortran 2003 standard."
21389 msgstr ""
21390
21391 #: options.c:2362
21392 msgid "Conform to the ISO Fortran 95 standard."
21393 msgstr ""
21394
21395 #: options.c:2365
21396 msgid "Conform nothing in particular."
21397 msgstr ""
21398
21399 #: options.c:2368
21400 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21401 msgstr ""
21402
21403 #: options.c:2371
21404 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21405 msgstr ""
21406
21407 #: options.c:2374
21408 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21409 msgstr ""
21410
21411 #: options.c:2377
21412 msgid "Deprecated in favor of -std=gnu99"
21413 msgstr ""
21414
21415 #: options.c:2380
21416 msgid "Deprecated in favor of -std=c89"
21417 msgstr ""
21418
21419 #: options.c:2383
21420 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21421 msgstr ""
21422
21423 #: options.c:2392
21424 msgid "Enable traditional preprocessing"
21425 msgstr ""
21426
21427 #: options.c:2395
21428 msgid "-trigraphs\tSupport ISO C trigraphs"
21429 msgstr ""
21430
21431 #: options.c:2398
21432 msgid "Do not predefine system-specific and GCC-specific macros"
21433 msgstr ""
21434
21435 #: options.c:2401
21436 msgid "Enable verbose output"
21437 msgstr ""
21438
21439 #: options.c:2407
21440 msgid "Suppress warnings"
21441 msgstr ""
21442
21443 #: config/mips/mips.h:1120 config/arc/arc.h:63
21444 msgid "may not use both -EB and -EL"
21445 msgstr ""
21446
21447 #: config/sh/sh.h:685
21448 msgid "SH2a does not support little-endian"
21449 msgstr ""
21450
21451 #: config/mips/r3900.h:35
21452 msgid "-mhard-float not supported"
21453 msgstr ""
21454
21455 #: config/mips/r3900.h:37
21456 msgid "-msingle-float and -msoft-float cannot both be specified"
21457 msgstr ""
21458
21459 #: config/darwin.h:248
21460 msgid "-current_version only allowed with -dynamiclib"
21461 msgstr ""
21462
21463 #: config/darwin.h:250
21464 msgid "-install_name only allowed with -dynamiclib"
21465 msgstr ""
21466
21467 #: config/darwin.h:255
21468 msgid "-bundle not allowed with -dynamiclib"
21469 msgstr ""
21470
21471 #: config/darwin.h:256
21472 msgid "-bundle_loader not allowed with -dynamiclib"
21473 msgstr ""
21474
21475 #: config/darwin.h:257
21476 msgid "-client_name not allowed with -dynamiclib"
21477 msgstr ""
21478
21479 #: config/darwin.h:262
21480 msgid "-force_flat_namespace not allowed with -dynamiclib"
21481 msgstr ""
21482
21483 #: config/darwin.h:264
21484 msgid "-keep_private_externs not allowed with -dynamiclib"
21485 msgstr ""
21486
21487 #: config/darwin.h:265
21488 msgid "-private_bundle not allowed with -dynamiclib"
21489 msgstr ""
21490
21491 #: config/arm/arm.h:153
21492 msgid "-msoft-float and -mhard_float may not be used together"
21493 msgstr ""
21494
21495 #: config/arm/arm.h:155
21496 msgid "-mbig-endian and -mlittle-endian may not be used together"
21497 msgstr ""
21498
21499 #: java/lang-specs.h:34
21500 msgid "-fjni and -femit-class-files are incompatible"
21501 msgstr ""
21502
21503 #: java/lang-specs.h:35
21504 msgid "-fjni and -femit-class-file are incompatible"
21505 msgstr ""
21506
21507 #: java/lang-specs.h:36 java/lang-specs.h:37
21508 msgid "-femit-class-file should used along with -fsyntax-only"
21509 msgstr ""
21510
21511 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21512 msgid "shared and mdll are not compatible"
21513 msgstr ""
21514
21515 #: config/sparc/linux64.h:211 config/sparc/linux64.h:222
21516 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21517 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21518 msgid "may not use both -m32 and -m64"
21519 msgstr ""
21520
21521 #: treelang/lang-specs.h:52
21522 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21523 msgstr ""
21524
21525 #: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34
21526 msgid "-pg and -fomit-frame-pointer are incompatible"
21527 msgstr ""
21528
21529 #: config/vax/netbsd-elf.h:42
21530 msgid "The -shared option is not currently supported for VAX ELF."
21531 msgstr ""
21532
21533 #: config/i386/nwld.h:34
21534 msgid "Static linking is not supported.\n"
21535 msgstr ""
21536
21537 #: config/vax/vax.h:50 config/vax/vax.h:51
21538 msgid "profiling not supported with -mg\n"
21539 msgstr ""
21540
21541 #: config/i386/sco5.h:189
21542 msgid "-pg not supported on this platform"
21543 msgstr ""
21544
21545 #: config/i386/sco5.h:190
21546 msgid "-p and -pp specified - pick one"
21547 msgstr ""
21548
21549 #: config/i386/sco5.h:264
21550 msgid "-G and -static are mutually exclusive"
21551 msgstr ""
21552
21553 #: config/i386/cygwin.h:29
21554 msgid "mno-cygwin and mno-win32 are not compatible"
21555 msgstr ""
21556
21557 #: config/mcore/mcore.h:57
21558 msgid "the m210 does not have little endian support"
21559 msgstr ""
21560
21561 #: gcc.c:769
21562 msgid "GCC does not support -C or -CC without -E"
21563 msgstr ""
21564
21565 #: gcc.c:963
21566 msgid "-E required when input is from standard input"
21567 msgstr ""
21568
21569 #: config/lynx.h:71
21570 msgid "Cannot use mthreads and mlegacy-threads together."
21571 msgstr ""
21572
21573 #: config/lynx.h:96
21574 msgid "Cannot use mshared and static together."
21575 msgstr ""
21576
21577 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21578 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21579 msgid "does not support multilib"
21580 msgstr ""
21581
21582 #: config/rs6000/darwin.h:132
21583 msgid " conflicting code gen style switches are used"
21584 msgstr ""
21585
21586 #: ada/lang-specs.h:35
21587 msgid "-c or -S required for Ada"
21588 msgstr ""