OSDN Git Service

* gcc.pot: Regenerate.
[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-09 10:25+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: attribs.c:175
20 #, c-format
21 msgid "%qs attribute directive ignored"
22 msgstr ""
23
24 #: attribs.c:183
25 #, c-format
26 msgid "wrong number of arguments specified for %qs attribute"
27 msgstr ""
28
29 #: attribs.c:200
30 #, c-format
31 msgid "%qs attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:246
35 #, c-format
36 msgid "%qs attribute only applies to function types"
37 msgstr ""
38
39 #: builtins.c:341
40 msgid "offset outside bounds of constant string"
41 msgstr ""
42
43 #: builtins.c:925
44 msgid "second argument to %<__builtin_prefetch%> must be a constant"
45 msgstr ""
46
47 #: builtins.c:932
48 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
49 msgstr ""
50
51 #: builtins.c:940
52 msgid "third argument to %<__builtin_prefetch%> must be a constant"
53 msgstr ""
54
55 #: builtins.c:947
56 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
57 msgstr ""
58
59 #: builtins.c:3729
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
62
63 #: builtins.c:3735
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
66
67 #: builtins.c:3741
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
70
71 #: builtins.c:3757 builtins.c:8663
72 msgid "%<va_start%> used in function with fixed args"
73 msgstr ""
74
75 #: builtins.c:3776 builtins.c:8679
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:3781 builtins.c:8685
82 msgid "%<__builtin_next_arg%> called without an argument"
83 msgstr ""
84
85 #: builtins.c:3867
86 msgid "too few arguments to function %<va_start%>"
87 msgstr ""
88
89 #: builtins.c:3871
90 msgid "too many arguments to function %<va_start%>"
91 msgstr ""
92
93 #: builtins.c:4019
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:4033
101 msgid "%qT is promoted to %qT when passed through %<...%>"
102 msgstr ""
103
104 #: builtins.c:4038
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:4044 c-typeck.c:1958
111 msgid "if this code is reached, the program will abort"
112 msgstr ""
113
114 #: builtins.c:4162
115 msgid "invalid argument to %<__builtin_frame_address%>"
116 msgstr ""
117
118 #: builtins.c:4164
119 msgid "invalid argument to %<__builtin_return_address%>"
120 msgstr ""
121
122 #: builtins.c:4178
123 msgid "unsupported argument to %<__builtin_frame_address%>"
124 msgstr ""
125
126 #: builtins.c:4180
127 msgid "unsupported argument to %<__builtin_return_address%>"
128 msgstr ""
129
130 #: builtins.c:4283
131 msgid "second argument to %<__builtin_expect%> must be a constant"
132 msgstr ""
133
134 #: builtins.c:5490
135 msgid "%<__builtin_longjmp%> second argument must be 1"
136 msgstr ""
137
138 #: builtins.c:5842
139 msgid "target format does not support infinity"
140 msgstr ""
141
142 #: builtins.c:7520 builtins.c:7615
143 #, c-format
144 msgid "too few arguments to function %qs"
145 msgstr ""
146
147 #: builtins.c:7526 builtins.c:7621
148 #, c-format
149 msgid "too many arguments to function %qs"
150 msgstr ""
151
152 #: builtins.c:7532 builtins.c:7646
153 #, c-format
154 msgid "non-floating-point argument to function %qs"
155 msgstr ""
156
157 #: c-common.c:831
158 msgid "%J%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:1872
227 #, c-format
228 msgid "invalid operands to binary %s"
229 msgstr ""
230
231 #: c-common.c:2115
232 msgid "comparison is always false due to limited range of data type"
233 msgstr ""
234
235 #: c-common.c:2117
236 msgid "comparison is always true due to limited range of data type"
237 msgstr ""
238
239 #: c-common.c:2187
240 msgid "comparison of unsigned expression >= 0 is always true"
241 msgstr ""
242
243 #: c-common.c:2196
244 msgid "comparison of unsigned expression < 0 is always false"
245 msgstr ""
246
247 #: c-common.c:2238
248 msgid "pointer of type %<void *%> used in arithmetic"
249 msgstr ""
250
251 #: c-common.c:2244
252 msgid "pointer to a function used in arithmetic"
253 msgstr ""
254
255 #: c-common.c:2250
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:2358
262 msgid "the address of %qD, will always evaluate as %<true%>"
263 msgstr ""
264
265 #: c-common.c:2454
266 msgid "suggest parentheses around assignment used as truth value"
267 msgstr ""
268
269 #: c-common.c:2503 c-common.c:2543
270 msgid "invalid use of %<restrict%>"
271 msgstr ""
272
273 #: c-common.c:2759
274 msgid "invalid application of %<sizeof%> to a function type"
275 msgstr ""
276
277 #: c-common.c:2769
278 #, c-format
279 msgid "invalid application of %qs to a void type"
280 msgstr ""
281
282 #: c-common.c:2775
283 msgid "invalid application of %qs to incomplete type %qT "
284 msgstr ""
285
286 #: c-common.c:2816
287 msgid "%<__alignof%> applied to a bit-field"
288 msgstr ""
289
290 #: c-common.c:3259
291 #, c-format
292 msgid "cannot disable built-in function %qs"
293 msgstr ""
294
295 #: c-common.c:3519
296 msgid "pointers are not permitted as case values"
297 msgstr ""
298
299 #: c-common.c:3523
300 msgid "range expressions in switch statements are non-standard"
301 msgstr ""
302
303 #: c-common.c:3548
304 msgid "empty range specified"
305 msgstr ""
306
307 #: c-common.c:3607
308 msgid "duplicate (or overlapping) case value"
309 msgstr ""
310
311 #: c-common.c:3608
312 msgid "%Jthis is the first entry overlapping that value"
313 msgstr ""
314
315 #: c-common.c:3612
316 msgid "duplicate case value"
317 msgstr ""
318
319 #: c-common.c:3613
320 msgid "%Jpreviously used here"
321 msgstr ""
322
323 #: c-common.c:3617
324 msgid "multiple default labels in one switch"
325 msgstr ""
326
327 #: c-common.c:3618
328 msgid "%Jthis is the first default label"
329 msgstr ""
330
331 #: c-common.c:3667
332 msgid "%Jcase value %qs not in enumerated type"
333 msgstr ""
334
335 #: c-common.c:3670
336 msgid "%Jcase value %qs not in enumerated type %qT"
337 msgstr ""
338
339 #: c-common.c:3737
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:3771
346 msgid "%Henumeration value %qE not handled in switch"
347 msgstr ""
348
349 #: c-common.c:3798
350 msgid "taking the address of a label is non-standard"
351 msgstr ""
352
353 #: c-common.c:3967 c-common.c:3986 c-common.c:4004 c-common.c:4031
354 #: c-common.c:4050 c-common.c:4073 c-common.c:4097 c-common.c:4123
355 #: c-common.c:4157 c-common.c:4201 c-common.c:4229 c-common.c:4257
356 #: c-common.c:4276 c-common.c:4598 c-common.c:4629 c-common.c:4715
357 #: c-common.c:4782 c-common.c:4828 c-common.c:4886 c-common.c:4915
358 #: c-common.c:5194 c-common.c:5217 c-common.c:5256 tree.c:3238
359 #: config/darwin.c:1217 config/arm/arm.c:2640 config/arm/arm.c:2667
360 #: config/avr/avr.c:4514 config/h8300/h8300.c:5779 config/h8300/h8300.c:5802
361 #: config/i386/i386.c:1713 config/i386/i386.c:14510 config/ia64/ia64.c:512
362 #: config/ip2k/ip2k.c:3163 config/m68hc11/m68hc11.c:1314
363 #: config/rs6000/rs6000.c:16749 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:4314
370 #, c-format
371 msgid "unknown machine mode %qs"
372 msgstr ""
373
374 #: c-common.c:4334
375 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
376 msgstr ""
377
378 #: c-common.c:4336
379 msgid "use __attribute__ ((vector_size)) instead"
380 msgstr ""
381
382 #: c-common.c:4345
383 #, c-format
384 msgid "unable to emulate %qs"
385 msgstr ""
386
387 #: c-common.c:4355
388 #, c-format
389 msgid "invalid pointer mode %qs"
390 msgstr ""
391
392 #: c-common.c:4370
393 #, c-format
394 msgid "no data type for mode %qs"
395 msgstr ""
396
397 #: c-common.c:4380
398 #, c-format
399 msgid "cannot use mode %qs for enumeral types"
400 msgstr ""
401
402 #: c-common.c:4393
403 #, c-format
404 msgid "mode %qs applied to inappropriate type"
405 msgstr ""
406
407 #: c-common.c:4426
408 msgid "%Jsection attribute cannot be specified for local variables"
409 msgstr ""
410
411 #: c-common.c:4437
412 msgid "%Jsection of %qD conflicts with previous declaration"
413 msgstr ""
414
415 #: c-common.c:4446
416 msgid "%Jsection attribute not allowed for %qD"
417 msgstr ""
418
419 #: c-common.c:4452
420 msgid "%Jsection attributes are not supported for this target"
421 msgstr ""
422
423 #: c-common.c:4490
424 msgid "requested alignment is not a constant"
425 msgstr ""
426
427 #: c-common.c:4495
428 msgid "requested alignment is not a power of 2"
429 msgstr ""
430
431 #: c-common.c:4500
432 msgid "requested alignment is too large"
433 msgstr ""
434
435 #: c-common.c:4526
436 msgid "%Jalignment may not be specified for %qD"
437 msgstr ""
438
439 #: c-common.c:4564
440 msgid "%J%qD defined both normally and as an alias"
441 msgstr ""
442
443 #: c-common.c:4580
444 msgid "alias argument not a string"
445 msgstr ""
446
447 #: c-common.c:4622
448 #, c-format
449 msgid "%qs attribute ignored on non-class types"
450 msgstr ""
451
452 #: c-common.c:4635
453 msgid "visibility argument not a string"
454 msgstr ""
455
456 #: c-common.c:4656
457 msgid ""
458 "visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
459 "\"internal\""
460 msgstr ""
461
462 #: c-common.c:4725
463 msgid "tls_model argument not a string"
464 msgstr ""
465
466 #: c-common.c:4734
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:4756 c-common.c:4802
473 msgid "%J%qE attribute applies only to functions"
474 msgstr ""
475
476 #: c-common.c:4761 c-common.c:4807
477 msgid "%Jcan%'t set %qE attribute after definition"
478 msgstr ""
479
480 #: c-common.c:4883
481 #, c-format
482 msgid "%qs attribute ignored for %qs"
483 msgstr ""
484
485 #: c-common.c:4944
486 #, c-format
487 msgid "invalid vector type for attribute %qs"
488 msgstr ""
489
490 #: c-common.c:4953
491 msgid "number of components of the vector not a power of two"
492 msgstr ""
493
494 #: c-common.c:4981
495 msgid "nonnull attribute without arguments on a non-prototype"
496 msgstr ""
497
498 #: c-common.c:4996
499 #, c-format
500 msgid "nonnull argument has invalid operand number (argument %lu)"
501 msgstr ""
502
503 #: c-common.c:5015
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:5023
510 #, c-format
511 msgid ""
512 "nonnull argument references non-pointer operand (argument %lu, operand %lu)"
513 msgstr ""
514
515 #: c-common.c:5078 c-common.c:5115
516 msgid "missing sentinel in function call"
517 msgstr ""
518
519 #: c-common.c:5101
520 msgid "not enough arguments to fit a sentinel"
521 msgstr ""
522
523 #: c-common.c:5157
524 #, c-format
525 msgid "null argument where non-null required (argument %lu)"
526 msgstr ""
527
528 #: c-common.c:5228
529 msgid "cleanup argument not an identifier"
530 msgstr ""
531
532 #: c-common.c:5235
533 msgid "cleanup argument not a function"
534 msgstr ""
535
536 #: c-common.c:5273
537 #, c-format
538 msgid "%qs attribute requires prototypes with named arguments"
539 msgstr ""
540
541 #: c-common.c:5284
542 #, c-format
543 msgid "%qs attribute only applies to variadic functions"
544 msgstr ""
545
546 #: c-common.c:5297
547 msgid "requested position is not an integer constant"
548 msgstr ""
549
550 #: c-common.c:5304
551 msgid "requested position is less than zero"
552 msgstr ""
553
554 #: c-common.c:5610
555 msgid ""
556 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
557 msgstr ""
558
559 #: c-common.c:5614
560 msgid ""
561 "%Hignoring return value of function declared with attribute "
562 "warn_unused_result"
563 msgstr ""
564
565 #: c-common.c:5653
566 #, c-format
567 msgid "attempt to take address of bit-field structure member %qs"
568 msgstr ""
569
570 #. Except for passing an argument to an unprototyped function,
571 #. this is a constraint violation.  When passing an argument to
572 #. an unprototyped function, it is compile-time undefined;
573 #. making it a constraint in that case was rejected in
574 #. DR#252.
575 #: c-convert.c:83 c-typeck.c:1365 c-typeck.c:3501 cp/typeck.c:1380
576 #: cp/typeck.c:5927 fortran/convert.c:89 treelang/tree-convert.c:79
577 msgid "void value not ignored as it ought to be"
578 msgstr ""
579
580 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158
581 #: treelang/tree-convert.c:105
582 msgid "conversion to non-scalar type requested"
583 msgstr ""
584
585 #: c-decl.c:524
586 msgid "%Jarray %qD assumed to have one element"
587 msgstr ""
588
589 #: c-decl.c:637
590 #, c-format
591 msgid "GCC supports only %u nested scopes\n"
592 msgstr ""
593
594 #: c-decl.c:721
595 msgid "%Jlabel %qD used but not defined"
596 msgstr ""
597
598 #: c-decl.c:727
599 msgid "%Jlabel %qD defined but not used"
600 msgstr ""
601
602 #: c-decl.c:729
603 msgid "%Jlabel %qD declared but not defined"
604 msgstr ""
605
606 #: c-decl.c:772 cp/decl.c:574
607 msgid "%Junused variable %qD"
608 msgstr ""
609
610 #: c-decl.c:776
611 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
612 msgstr ""
613
614 #: c-decl.c:1008
615 msgid ""
616 "a parameter list with an ellipsis can%'t match an empty parameter name list "
617 "declaration"
618 msgstr ""
619
620 #: c-decl.c:1015
621 msgid ""
622 "an argument type that has a default promotion can%'t match an empty "
623 "parameter name list declaration"
624 msgstr ""
625
626 #: c-decl.c:1051
627 msgid ""
628 "%Jprototype for %qD declares more arguments than previous old-style "
629 "definition"
630 msgstr ""
631
632 #: c-decl.c:1057
633 msgid ""
634 "%Jprototype for %qD declares fewer arguments than previous old-style "
635 "definition"
636 msgstr ""
637
638 #: c-decl.c:1066
639 msgid "%Jprototype for %qD declares argument %d with incompatible type"
640 msgstr ""
641
642 #. If we get here, no errors were found, but do issue a warning
643 #. for this poor-style construct.
644 #: c-decl.c:1079
645 msgid "%Jprototype for %qD follows non-prototype definition"
646 msgstr ""
647
648 #: c-decl.c:1094
649 msgid "%Jprevious definition of %qD was here"
650 msgstr ""
651
652 #: c-decl.c:1096
653 msgid "%Jprevious implicit declaration of %qD was here"
654 msgstr ""
655
656 #: c-decl.c:1098
657 msgid "%Jprevious declaration of %qD was here"
658 msgstr ""
659
660 #: c-decl.c:1134
661 msgid "%J%qD redeclared as different kind of symbol"
662 msgstr ""
663
664 #: c-decl.c:1139
665 msgid "%Jbuilt-in function %qD declared as non-function"
666 msgstr ""
667
668 #: c-decl.c:1142 c-decl.c:1246 c-decl.c:1815
669 msgid "%Jdeclaration of %qD shadows a built-in function"
670 msgstr ""
671
672 #: c-decl.c:1151
673 msgid "%Jredeclaration of enumerator %qD"
674 msgstr ""
675
676 #. If types don't match for a built-in, throw away the
677 #. built-in.  No point in calling locate_old_decl here, it
678 #. won't print anything.
679 #: c-decl.c:1172
680 msgid "%Jconflicting types for built-in function %qD"
681 msgstr ""
682
683 #: c-decl.c:1196 c-decl.c:1207
684 msgid "%Jconflicting types for %qD"
685 msgstr ""
686
687 #: c-decl.c:1205
688 msgid "%J conflicting type qualifiers for %qD"
689 msgstr ""
690
691 #. Allow OLDDECL to continue in use.
692 #: c-decl.c:1222
693 msgid "%Jredefinition of typedef %qD"
694 msgstr ""
695
696 #: c-decl.c:1261 c-decl.c:1339
697 msgid "%Jredefinition of %qD"
698 msgstr ""
699
700 #: c-decl.c:1296 c-decl.c:1377
701 msgid "%Jstatic declaration of %qD follows non-static declaration"
702 msgstr ""
703
704 #: c-decl.c:1306 c-decl.c:1313 c-decl.c:1366 c-decl.c:1374
705 msgid "%Jnon-static declaration of %qD follows static declaration"
706 msgstr ""
707
708 #: c-decl.c:1326
709 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
710 msgstr ""
711
712 #: c-decl.c:1329
713 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
714 msgstr ""
715
716 #: c-decl.c:1359
717 msgid "%Jextern declaration of %qD follows declaration with no linkage"
718 msgstr ""
719
720 #: c-decl.c:1395
721 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
722 msgstr ""
723
724 #: c-decl.c:1401
725 msgid "%Jredeclaration of %qD with no linkage"
726 msgstr ""
727
728 #: c-decl.c:1415
729 msgid ""
730 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
731 msgstr ""
732
733 #: c-decl.c:1426
734 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
735 msgstr ""
736
737 #: c-decl.c:1433
738 msgid ""
739 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
740 msgstr ""
741
742 #: c-decl.c:1448
743 msgid "%J%qD declared inline after being called"
744 msgstr ""
745
746 #: c-decl.c:1454
747 msgid "%J%qD declared inline after its definition"
748 msgstr ""
749
750 #: c-decl.c:1474
751 msgid "%Jredefinition of parameter %qD"
752 msgstr ""
753
754 #: c-decl.c:1498
755 msgid "%Jredundant redeclaration of %qD"
756 msgstr ""
757
758 #: c-decl.c:1808
759 msgid "%Jdeclaration of %qD shadows a parameter"
760 msgstr ""
761
762 #: c-decl.c:1811
763 msgid "%Jdeclaration of %qD shadows a global declaration"
764 msgstr ""
765
766 #: c-decl.c:1818
767 msgid "%Jdeclaration of %qD shadows a previous local"
768 msgstr ""
769
770 #: c-decl.c:1823 cp/name-lookup.c:1011 cp/name-lookup.c:1042
771 #: cp/name-lookup.c:1050
772 msgid "%Jshadowed declaration is here"
773 msgstr ""
774
775 #: c-decl.c:1977
776 msgid "nested extern declaration of %qD"
777 msgstr ""
778
779 #: c-decl.c:2067
780 msgid "nested static declaration of %qD"
781 msgstr ""
782
783 #: c-decl.c:2161
784 #, c-format
785 msgid "implicit declaration of function %qE"
786 msgstr ""
787
788 #: c-decl.c:2219
789 msgid "incompatible implicit declaration of built-in function %qD"
790 msgstr ""
791
792 #: c-decl.c:2228
793 msgid "incompatible implicit declaration of function %qD"
794 msgstr ""
795
796 #: c-decl.c:2281
797 #, c-format
798 msgid "%qE undeclared here (not in a function)"
799 msgstr ""
800
801 #: c-decl.c:2286
802 #, c-format
803 msgid "%qE undeclared (first use in this function)"
804 msgstr ""
805
806 #: c-decl.c:2290
807 msgid "(Each undeclared identifier is reported only once"
808 msgstr ""
809
810 #: c-decl.c:2291
811 msgid "for each function it appears in.)"
812 msgstr ""
813
814 #: c-decl.c:2329
815 #, c-format
816 msgid "label %qs referenced outside of any function"
817 msgstr ""
818
819 #: c-decl.c:2372
820 #, c-format
821 msgid "duplicate label declaration %qs"
822 msgstr ""
823
824 #: c-decl.c:2407
825 msgid "%Hduplicate label %qD"
826 msgstr ""
827
828 #: c-decl.c:2429
829 msgid ""
830 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
831 "conflicts"
832 msgstr ""
833
834 #: c-decl.c:2495
835 msgid "%H%qs defined as wrong kind of tag"
836 msgstr ""
837
838 #: c-decl.c:2718
839 msgid "unnamed struct/union that defines no instances"
840 msgstr ""
841
842 #: c-decl.c:2726
843 msgid "empty declaration with storage class specifier does not redeclare tag"
844 msgstr ""
845
846 #: c-decl.c:2737
847 msgid "empty declaration with type qualifier does not redeclare tag"
848 msgstr ""
849
850 #: c-decl.c:2758 c-decl.c:2765
851 msgid "useless type name in empty declaration"
852 msgstr ""
853
854 #: c-decl.c:2773
855 msgid "%<inline%> in empty declaration"
856 msgstr ""
857
858 #: c-decl.c:2779
859 msgid "%<auto%> in file-scope empty declaration"
860 msgstr ""
861
862 #: c-decl.c:2785
863 msgid "%<register%> in file-scope empty declaration"
864 msgstr ""
865
866 #: c-decl.c:2791
867 msgid "useless storage class specifier in empty declaration"
868 msgstr ""
869
870 #: c-decl.c:2797
871 msgid "useless %<__thread%> in empty declaration"
872 msgstr ""
873
874 #: c-decl.c:2805
875 msgid "useless type qualifier in empty declaration"
876 msgstr ""
877
878 #: c-decl.c:2812 c-parse.y:781 c-parse.y:783 objc/objc-parse.y:818
879 #: objc/objc-parse.y:820
880 msgid "empty declaration"
881 msgstr ""
882
883 #: c-decl.c:2878
884 msgid ""
885 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
886 "declarators"
887 msgstr ""
888
889 #: c-decl.c:2881
890 msgid "ISO C90 does not support %<[*]%> array declarators"
891 msgstr ""
892
893 #: c-decl.c:2884
894 msgid "GCC does not yet properly implement %<[*]%> array declarators"
895 msgstr ""
896
897 #: c-decl.c:2903
898 msgid "static or type qualifiers in abstract declarator"
899 msgstr ""
900
901 #: c-decl.c:2960
902 msgid "%J%qD is usually a function"
903 msgstr ""
904
905 #: c-decl.c:2969 cp/decl.c:3718 cp/decl2.c:853
906 msgid "typedef %qD is initialized (use __typeof__ instead)"
907 msgstr ""
908
909 #: c-decl.c:2974
910 msgid "function %qD is initialized like a variable"
911 msgstr ""
912
913 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
914 #: c-decl.c:2980
915 msgid "parameter %qD is initialized"
916 msgstr ""
917
918 #. Although C99 is unclear about whether incomplete arrays
919 #. of VLAs themselves count as VLAs, it does not make
920 #. sense to permit them to be initialized given that
921 #. ordinary VLAs may not be initialized.
922 #: c-decl.c:2999 c-decl.c:3019 c-typeck.c:4335
923 msgid "variable-sized object may not be initialized"
924 msgstr ""
925
926 #: c-decl.c:3005
927 msgid "variable %qD has initializer but incomplete type"
928 msgstr ""
929
930 #: c-decl.c:3010
931 msgid "elements of array %qD have incomplete type"
932 msgstr ""
933
934 #: c-decl.c:3086 c-decl.c:5696 cp/decl.c:3758 cp/decl.c:9904
935 msgid "%Jinline function %qD given attribute noinline"
936 msgstr ""
937
938 #: c-decl.c:3154
939 msgid "%Jinitializer fails to determine size of %qD"
940 msgstr ""
941
942 #: c-decl.c:3159
943 msgid "%Jarray size missing in %qD"
944 msgstr ""
945
946 #: c-decl.c:3175
947 msgid "%Jzero or negative size array %qD"
948 msgstr ""
949
950 #: c-decl.c:3201 varasm.c:1541
951 msgid "%Jstorage size of %qD isn%'t known"
952 msgstr ""
953
954 #: c-decl.c:3211
955 msgid "%Jstorage size of %qD isn%'t constant"
956 msgstr ""
957
958 #: c-decl.c:3266
959 msgid "%Jignoring asm-specifier for non-static local variable %qD"
960 msgstr ""
961
962 #: c-decl.c:3296 fortran/f95-lang.c:647
963 msgid "cannot put object with volatile field into register"
964 msgstr ""
965
966 #: c-decl.c:3430
967 msgid "ISO C forbids forward parameter declarations"
968 msgstr ""
969
970 #: c-decl.c:3614
971 msgid "<anonymous>"
972 msgstr ""
973
974 #: c-decl.c:3623
975 #, c-format
976 msgid "bit-field %qs width not an integer constant"
977 msgstr ""
978
979 #: c-decl.c:3631
980 #, c-format
981 msgid "negative width in bit-field %qs"
982 msgstr ""
983
984 #: c-decl.c:3636
985 #, c-format
986 msgid "zero width for bit-field %qs"
987 msgstr ""
988
989 #: c-decl.c:3646
990 #, c-format
991 msgid "bit-field %qs has invalid type"
992 msgstr ""
993
994 #: c-decl.c:3655
995 #, c-format
996 msgid "type of bit-field %qs is a GCC extension"
997 msgstr ""
998
999 #: c-decl.c:3664
1000 #, c-format
1001 msgid "width of %qs exceeds its type"
1002 msgstr ""
1003
1004 #: c-decl.c:3677
1005 #, c-format
1006 msgid "%qs is narrower than values of its type"
1007 msgstr ""
1008
1009 #: c-decl.c:3802
1010 msgid "type defaults to %<int%> in declaration of %qs"
1011 msgstr ""
1012
1013 #: c-decl.c:3834
1014 msgid "duplicate %<const%>"
1015 msgstr ""
1016
1017 #: c-decl.c:3836
1018 msgid "duplicate %<restrict%>"
1019 msgstr ""
1020
1021 #: c-decl.c:3838
1022 msgid "duplicate %<volatile%>"
1023 msgstr ""
1024
1025 #: c-decl.c:3857
1026 msgid "function definition declared %<auto%>"
1027 msgstr ""
1028
1029 #: c-decl.c:3859
1030 msgid "function definition declared %<register%>"
1031 msgstr ""
1032
1033 #: c-decl.c:3861
1034 msgid "function definition declared %<typedef%>"
1035 msgstr ""
1036
1037 #: c-decl.c:3863
1038 msgid "function definition declared %<__thread%>"
1039 msgstr ""
1040
1041 #: c-decl.c:3879
1042 #, c-format
1043 msgid "storage class specified for structure field %qs"
1044 msgstr ""
1045
1046 #: c-decl.c:3883 cp/decl.c:7112
1047 #, c-format
1048 msgid "storage class specified for parameter %qs"
1049 msgstr ""
1050
1051 #: c-decl.c:3886 cp/decl.c:7114
1052 msgid "storage class specified for typename"
1053 msgstr ""
1054
1055 #: c-decl.c:3899 cp/decl.c:7131
1056 msgid "%qs initialized and declared %<extern%>"
1057 msgstr ""
1058
1059 #: c-decl.c:3901 cp/decl.c:7134
1060 msgid "%qs has both %<extern%> and initializer"
1061 msgstr ""
1062
1063 #: c-decl.c:3906
1064 msgid "file-scope declaration of %qs specifies %<auto%>"
1065 msgstr ""
1066
1067 #: c-decl.c:3908
1068 msgid "file-scope declaration of %qs specifies %<register%>"
1069 msgstr ""
1070
1071 #: c-decl.c:3913 cp/decl.c:7138
1072 msgid "nested function %qs declared %<extern%>"
1073 msgstr ""
1074
1075 #: c-decl.c:3916 cp/decl.c:7148
1076 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1077 msgstr ""
1078
1079 #. Only the innermost declarator (making a parameter be of
1080 #. array type which is converted to pointer type)
1081 #. may have static or type qualifiers.
1082 #: c-decl.c:3957 c-decl.c:4146
1083 msgid "static or type qualifiers in non-parameter array declarator"
1084 msgstr ""
1085
1086 #: c-decl.c:4003
1087 #, c-format
1088 msgid "declaration of %qs as array of voids"
1089 msgstr ""
1090
1091 #: c-decl.c:4009
1092 #, c-format
1093 msgid "declaration of %qs as array of functions"
1094 msgstr ""
1095
1096 #: c-decl.c:4014
1097 msgid "invalid use of structure with flexible array member"
1098 msgstr ""
1099
1100 #: c-decl.c:4034
1101 #, c-format
1102 msgid "size of array %qs has non-integer type"
1103 msgstr ""
1104
1105 #: c-decl.c:4039
1106 #, c-format
1107 msgid "ISO C forbids zero-size array %qs"
1108 msgstr ""
1109
1110 #: c-decl.c:4046
1111 #, c-format
1112 msgid "size of array %qs is negative"
1113 msgstr ""
1114
1115 #: c-decl.c:4060
1116 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1117 msgstr ""
1118
1119 #: c-decl.c:4064
1120 #, c-format
1121 msgid "ISO C90 forbids variable-size array %qs"
1122 msgstr ""
1123
1124 #: c-decl.c:4097 c-decl.c:4261 cp/decl.c:7551
1125 #, c-format
1126 msgid "size of array %qs is too large"
1127 msgstr ""
1128
1129 #: c-decl.c:4110
1130 msgid "ISO C90 does not support flexible array members"
1131 msgstr ""
1132
1133 #: c-decl.c:4119
1134 msgid "array type has incomplete element type"
1135 msgstr ""
1136
1137 #: c-decl.c:4178 cp/decl.c:7240
1138 #, c-format
1139 msgid "%qs declared as function returning a function"
1140 msgstr ""
1141
1142 #: c-decl.c:4183 cp/decl.c:7245
1143 #, c-format
1144 msgid "%qs declared as function returning an array"
1145 msgstr ""
1146
1147 #: c-decl.c:4203
1148 msgid "function definition has qualified void return type"
1149 msgstr ""
1150
1151 #: c-decl.c:4205
1152 msgid "type qualifiers ignored on function return type"
1153 msgstr ""
1154
1155 #: c-decl.c:4234 c-decl.c:4274 c-decl.c:4368 c-decl.c:4455
1156 msgid "ISO C forbids qualified function types"
1157 msgstr ""
1158
1159 #: c-decl.c:4282
1160 msgid "%Jtypedef %qD declared %<inline%>"
1161 msgstr ""
1162
1163 #: c-decl.c:4312
1164 msgid "ISO C forbids const or volatile function types"
1165 msgstr ""
1166
1167 #: c-decl.c:4332
1168 #, c-format
1169 msgid "variable or field %qs declared void"
1170 msgstr ""
1171
1172 #: c-decl.c:4361
1173 msgid "attributes in parameter array declarator ignored"
1174 msgstr ""
1175
1176 #: c-decl.c:4396
1177 msgid "%Jparameter %qD declared %<inline%>"
1178 msgstr ""
1179
1180 #: c-decl.c:4409
1181 #, c-format
1182 msgid "field %qs declared as a function"
1183 msgstr ""
1184
1185 #: c-decl.c:4415
1186 #, c-format
1187 msgid "field %qs has incomplete type"
1188 msgstr ""
1189
1190 #: c-decl.c:4432 c-decl.c:4443 c-decl.c:4446
1191 #, c-format
1192 msgid "invalid storage class for function %qs"
1193 msgstr ""
1194
1195 #: c-decl.c:4461
1196 msgid "%<noreturn%> function returns non-void value"
1197 msgstr ""
1198
1199 #: c-decl.c:4489
1200 msgid "cannot inline function %<main%>"
1201 msgstr ""
1202
1203 #: c-decl.c:4546
1204 msgid "variable previously declared %<static%> redeclared %<extern%>"
1205 msgstr ""
1206
1207 #: c-decl.c:4555
1208 msgid "%Jvariable %qD declared %<inline%>"
1209 msgstr ""
1210
1211 #. A mere warning is sure to result in improper semantics
1212 #. at runtime.  Don't bother to allow this to compile.
1213 #: c-decl.c:4586 cp/decl.c:5986
1214 msgid "thread-local storage not supported for this target"
1215 msgstr ""
1216
1217 #: c-decl.c:4648 c-decl.c:5733
1218 msgid "function declaration isn%'t a prototype"
1219 msgstr ""
1220
1221 #: c-decl.c:4656
1222 msgid "parameter names (without types) in function declaration"
1223 msgstr ""
1224
1225 #: c-decl.c:4689
1226 msgid "%Jparameter %u (%qD) has incomplete type"
1227 msgstr ""
1228
1229 #: c-decl.c:4692
1230 msgid "%Jparameter %u has incomplete type"
1231 msgstr ""
1232
1233 #: c-decl.c:4701
1234 msgid "%Jparameter %u (%qD) has void type"
1235 msgstr ""
1236
1237 #: c-decl.c:4704
1238 msgid "%Jparameter %u has void type"
1239 msgstr ""
1240
1241 #: c-decl.c:4761
1242 msgid "%<void%> as only parameter may not be qualified"
1243 msgstr ""
1244
1245 #: c-decl.c:4765 c-decl.c:4800
1246 msgid "%<void%> must be the only parameter"
1247 msgstr ""
1248
1249 #: c-decl.c:4793
1250 msgid "%Jparameter %qD has just a forward declaration"
1251 msgstr ""
1252
1253 #. The %s will be one of 'struct', 'union', or 'enum'.
1254 #: c-decl.c:4839
1255 msgid "%<%s %E%> declared inside parameter list"
1256 msgstr ""
1257
1258 #. The %s will be one of 'struct', 'union', or 'enum'.
1259 #: c-decl.c:4843
1260 #, c-format
1261 msgid "anonymous %s declared inside parameter list"
1262 msgstr ""
1263
1264 #: c-decl.c:4848
1265 msgid ""
1266 "its scope is only this definition or declaration, which is probably not what "
1267 "you want"
1268 msgstr ""
1269
1270 #: c-decl.c:4981
1271 msgid "redefinition of %<union %s%>"
1272 msgstr ""
1273
1274 #: c-decl.c:4983
1275 msgid "redefinition of %<struct %s%>"
1276 msgstr ""
1277
1278 #: c-decl.c:4988
1279 msgid "nested redefinition of %<union %s%>"
1280 msgstr ""
1281
1282 #: c-decl.c:4991
1283 msgid "nested redefinition of %<struct %s%>"
1284 msgstr ""
1285
1286 #: c-decl.c:5063 cp/decl.c:3517
1287 msgid "declaration does not declare anything"
1288 msgstr ""
1289
1290 #: c-decl.c:5067
1291 msgid "ISO C doesn%'t support unnamed structs/unions"
1292 msgstr ""
1293
1294 #: c-decl.c:5110 c-decl.c:5126
1295 msgid "%Jduplicate member %qD"
1296 msgstr ""
1297
1298 #: c-decl.c:5165
1299 msgid "union has no named members"
1300 msgstr ""
1301
1302 #: c-decl.c:5167
1303 msgid "union has no members"
1304 msgstr ""
1305
1306 #: c-decl.c:5172
1307 msgid "struct has no named members"
1308 msgstr ""
1309
1310 #: c-decl.c:5174
1311 msgid "struct has no members"
1312 msgstr ""
1313
1314 #: c-decl.c:5231
1315 msgid "%Jflexible array member in union"
1316 msgstr ""
1317
1318 #: c-decl.c:5236
1319 msgid "%Jflexible array member not at end of struct"
1320 msgstr ""
1321
1322 #: c-decl.c:5241
1323 msgid "%Jflexible array member in otherwise empty struct"
1324 msgstr ""
1325
1326 #: c-decl.c:5248
1327 msgid "%Jinvalid use of structure with flexible array member"
1328 msgstr ""
1329
1330 #: c-decl.c:5353
1331 msgid "union cannot be made transparent"
1332 msgstr ""
1333
1334 #: c-decl.c:5418
1335 msgid "nested redefinition of %<enum %s%>"
1336 msgstr ""
1337
1338 #. This enum is a named one that has been declared already.
1339 #: c-decl.c:5425
1340 msgid "redeclaration of %<enum %s%>"
1341 msgstr ""
1342
1343 #: c-decl.c:5488
1344 msgid "enumeration values exceed range of largest integer"
1345 msgstr ""
1346
1347 #: c-decl.c:5505
1348 msgid "specified mode too small for enumeral values"
1349 msgstr ""
1350
1351 #: c-decl.c:5604
1352 #, c-format
1353 msgid "enumerator value for %qE is not an integer constant"
1354 msgstr ""
1355
1356 #: c-decl.c:5621
1357 msgid "overflow in enumeration values"
1358 msgstr ""
1359
1360 #: c-decl.c:5626
1361 msgid "ISO C restricts enumerator values to range of %<int%>"
1362 msgstr ""
1363
1364 #: c-decl.c:5702
1365 msgid "return type is an incomplete type"
1366 msgstr ""
1367
1368 #: c-decl.c:5710
1369 msgid "return type defaults to %<int%>"
1370 msgstr ""
1371
1372 #: c-decl.c:5739
1373 msgid "%Jno previous prototype for %qD"
1374 msgstr ""
1375
1376 #: c-decl.c:5745
1377 msgid "%J%qD was used with no prototype before its definition"
1378 msgstr ""
1379
1380 #: c-decl.c:5752
1381 msgid "%Jno previous declaration for %qD"
1382 msgstr ""
1383
1384 #: c-decl.c:5758
1385 msgid "%J%qD was used with no declaration before its definition"
1386 msgstr ""
1387
1388 #: c-decl.c:5791 c-decl.c:6280
1389 msgid "%Jreturn type of %qD is not %<int%>"
1390 msgstr ""
1391
1392 #: c-decl.c:5806
1393 msgid "%Jfirst argument of %qD should be %<int%>"
1394 msgstr ""
1395
1396 #: c-decl.c:5815
1397 msgid "%Jsecond argument of %qD should be %<char **%>"
1398 msgstr ""
1399
1400 #: c-decl.c:5824
1401 msgid "%Jthird argument of %qD should probably be %<char **%>"
1402 msgstr ""
1403
1404 #: c-decl.c:5834
1405 msgid "%J%qD takes only zero or two arguments"
1406 msgstr ""
1407
1408 #: c-decl.c:5837
1409 msgid "%J%qD is normally a non-static function"
1410 msgstr ""
1411
1412 #: c-decl.c:5883
1413 msgid "%Jold-style parameter declarations in prototyped function definition"
1414 msgstr ""
1415
1416 #: c-decl.c:5896
1417 msgid "%Jtraditional C rejects ISO C style function definitions"
1418 msgstr ""
1419
1420 #: c-decl.c:5908
1421 msgid "%Jparameter name omitted"
1422 msgstr ""
1423
1424 #: c-decl.c:5948
1425 msgid "%Jold-style function definition"
1426 msgstr ""
1427
1428 #: c-decl.c:5956
1429 msgid "%Jparameter name missing from parameter list"
1430 msgstr ""
1431
1432 #: c-decl.c:5967
1433 msgid "%J%qD declared as a non-parameter"
1434 msgstr ""
1435
1436 #: c-decl.c:5972
1437 msgid "%Jmultiple parameters named %qD"
1438 msgstr ""
1439
1440 #: c-decl.c:5980
1441 msgid "%Jparameter %qD declared with void type"
1442 msgstr ""
1443
1444 #: c-decl.c:5995 c-decl.c:5997
1445 msgid "%Jtype of %qD defaults to %<int%>"
1446 msgstr ""
1447
1448 #: c-decl.c:6016
1449 msgid "%Jparameter %qD has incomplete type"
1450 msgstr ""
1451
1452 #: c-decl.c:6022
1453 msgid "%Jdeclaration for parameter %qD but no such parameter"
1454 msgstr ""
1455
1456 #: c-decl.c:6072
1457 msgid "number of arguments doesn%'t match prototype"
1458 msgstr ""
1459
1460 #: c-decl.c:6073 c-decl.c:6103 c-decl.c:6110
1461 msgid "%Hprototype declaration"
1462 msgstr ""
1463
1464 #: c-decl.c:6101
1465 msgid "promoted argument %qD doesn%'t match prototype"
1466 msgstr ""
1467
1468 #: c-decl.c:6109
1469 msgid "argument %qD doesn%'t match prototype"
1470 msgstr ""
1471
1472 #: c-decl.c:6307 cp/decl.c:10659
1473 msgid "no return statement in function returning non-void"
1474 msgstr ""
1475
1476 #: c-decl.c:6314
1477 msgid "this function may return with or without a value"
1478 msgstr ""
1479
1480 #. If we get here, declarations have been used in a for loop without
1481 #. the C99 for loop scope.  This doesn't make much sense, so don't
1482 #. allow it.
1483 #: c-decl.c:6403
1484 msgid "%<for%> loop initial declaration used outside C99 mode"
1485 msgstr ""
1486
1487 #: c-decl.c:6432
1488 msgid ""
1489 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1490 msgstr ""
1491
1492 #: c-decl.c:6435
1493 msgid ""
1494 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1495 msgstr ""
1496
1497 #: c-decl.c:6440
1498 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1499 msgstr ""
1500
1501 #: c-decl.c:6444
1502 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1503 msgstr ""
1504
1505 #: c-decl.c:6448
1506 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1507 msgstr ""
1508
1509 #: c-decl.c:6452
1510 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1511 msgstr ""
1512
1513 #: c-decl.c:6741 c-decl.c:6890 c-decl.c:7101 cp/decl.c:6820
1514 #, c-format
1515 msgid "duplicate %qs"
1516 msgstr ""
1517
1518 #: c-decl.c:6762 c-decl.c:6899 c-decl.c:7002
1519 msgid "two or more data types in declaration specifiers"
1520 msgstr ""
1521
1522 #: c-decl.c:6774 cp/decl.c:6796
1523 msgid "%<long long long%> is too long for GCC"
1524 msgstr ""
1525
1526 #: c-decl.c:6781 c-decl.c:6973
1527 msgid "both %<long long%> and %<double%> in declaration specifiers"
1528 msgstr ""
1529
1530 #: c-decl.c:6787
1531 msgid "ISO C90 does not support %<long long%>"
1532 msgstr ""
1533
1534 #: c-decl.c:6792 c-decl.c:6812
1535 msgid "both %<long%> and %<short%> in declaration specifiers"
1536 msgstr ""
1537
1538 #: c-decl.c:6795 c-decl.c:6906
1539 msgid "both %<long%> and %<void%> in declaration specifiers"
1540 msgstr ""
1541
1542 #: c-decl.c:6798 c-decl.c:6925
1543 msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1544 msgstr ""
1545
1546 #: c-decl.c:6801 c-decl.c:6944
1547 msgid "both %<long%> and %<char%> in declaration specifiers"
1548 msgstr ""
1549
1550 #: c-decl.c:6804 c-decl.c:6957
1551 msgid "both %<long%> and %<float%> in declaration specifiers"
1552 msgstr ""
1553
1554 #: c-decl.c:6815 c-decl.c:6909
1555 msgid "both %<short%> and %<void%> in declaration specifiers"
1556 msgstr ""
1557
1558 #: c-decl.c:6818 c-decl.c:6928
1559 msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1560 msgstr ""
1561
1562 #: c-decl.c:6821 c-decl.c:6947
1563 msgid "both %<short%> and %<char%> in declaration specifiers"
1564 msgstr ""
1565
1566 #: c-decl.c:6824 c-decl.c:6960
1567 msgid "both %<short%> and %<float%> in declaration specifiers"
1568 msgstr ""
1569
1570 #: c-decl.c:6827 c-decl.c:6976
1571 msgid "both %<short%> and %<double%> in declaration specifiers"
1572 msgstr ""
1573
1574 #: c-decl.c:6835 c-decl.c:6855
1575 msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1576 msgstr ""
1577
1578 #: c-decl.c:6838 c-decl.c:6912
1579 msgid "both %<signed%> and %<void%> in declaration specifiers"
1580 msgstr ""
1581
1582 #: c-decl.c:6841 c-decl.c:6931
1583 msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1584 msgstr ""
1585
1586 #: c-decl.c:6844 c-decl.c:6963
1587 msgid "both %<signed%> and %<float%> in declaration specifiers"
1588 msgstr ""
1589
1590 #: c-decl.c:6847 c-decl.c:6979
1591 msgid "both %<signed%> and %<double%> in declaration specifiers"
1592 msgstr ""
1593
1594 #: c-decl.c:6858 c-decl.c:6915
1595 msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1596 msgstr ""
1597
1598 #: c-decl.c:6861 c-decl.c:6934
1599 msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1600 msgstr ""
1601
1602 #: c-decl.c:6864 c-decl.c:6966
1603 msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1604 msgstr ""
1605
1606 #: c-decl.c:6867 c-decl.c:6982
1607 msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1608 msgstr ""
1609
1610 #: c-decl.c:6875
1611 msgid "ISO C90 does not support complex types"
1612 msgstr ""
1613
1614 #: c-decl.c:6877 c-decl.c:6918
1615 msgid "both %<complex%> and %<void%> in declaration specifiers"
1616 msgstr ""
1617
1618 #: c-decl.c:6880 c-decl.c:6937
1619 msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1620 msgstr ""
1621
1622 #: c-decl.c:7019
1623 #, c-format
1624 msgid "%qs fails to be a typedef or built in type"
1625 msgstr ""
1626
1627 #: c-decl.c:7051
1628 #, c-format
1629 msgid "%qs is not at beginning of declaration"
1630 msgstr ""
1631
1632 #: c-decl.c:7066
1633 msgid "%<__thread%> used with %<auto%>"
1634 msgstr ""
1635
1636 #: c-decl.c:7068
1637 msgid "%<__thread%> used with %<register%>"
1638 msgstr ""
1639
1640 #: c-decl.c:7070
1641 msgid "%<__thread%> used with %<typedef%>"
1642 msgstr ""
1643
1644 #: c-decl.c:7081 cp/parser.c:7114
1645 msgid "%<__thread%> before %<extern%>"
1646 msgstr ""
1647
1648 #: c-decl.c:7090 cp/parser.c:7104
1649 msgid "%<__thread%> before %<static%>"
1650 msgstr ""
1651
1652 #: c-decl.c:7106
1653 msgid "multiple storage classes in declaration specifiers"
1654 msgstr ""
1655
1656 #: c-decl.c:7113
1657 msgid "%<__thread%> used with %qs"
1658 msgstr ""
1659
1660 #: c-decl.c:7167
1661 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1662 msgstr ""
1663
1664 #: c-decl.c:7212 c-decl.c:7238
1665 msgid "ISO C does not support complex integer types"
1666 msgstr ""
1667
1668 #: c-decl.c:7313 toplev.c:838
1669 msgid "%J%qF used but never defined"
1670 msgstr ""
1671
1672 #: c-format.c:96 c-format.c:209
1673 msgid "format string has invalid operand number"
1674 msgstr ""
1675
1676 #: c-format.c:113
1677 msgid "function does not return string type"
1678 msgstr ""
1679
1680 #: c-format.c:142
1681 msgid "format string argument not a string type"
1682 msgstr ""
1683
1684 #: c-format.c:190
1685 msgid "unrecognized format specifier"
1686 msgstr ""
1687
1688 #: c-format.c:202
1689 #, c-format
1690 msgid "%qs is an unrecognized format function type"
1691 msgstr ""
1692
1693 #: c-format.c:215
1694 msgid "%<...%> has invalid operand number"
1695 msgstr ""
1696
1697 #: c-format.c:222
1698 msgid "format string argument follows the args to be formatted"
1699 msgstr ""
1700
1701 #: c-format.c:345 c-format.c:369
1702 msgid "' ' flag"
1703 msgstr ""
1704
1705 #: c-format.c:345 c-format.c:369
1706 msgid "the ' ' printf flag"
1707 msgstr ""
1708
1709 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1710 msgid "'+' flag"
1711 msgstr ""
1712
1713 #: c-format.c:346 c-format.c:370 c-format.c:408
1714 msgid "the '+' printf flag"
1715 msgstr ""
1716
1717 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1718 msgid "'#' flag"
1719 msgstr ""
1720
1721 #: c-format.c:347 c-format.c:371 c-format.c:409
1722 msgid "the '#' printf flag"
1723 msgstr ""
1724
1725 #: c-format.c:348 c-format.c:372 c-format.c:439
1726 msgid "'0' flag"
1727 msgstr ""
1728
1729 #: c-format.c:348 c-format.c:372
1730 msgid "the '0' printf flag"
1731 msgstr ""
1732
1733 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1734 msgid "'-' flag"
1735 msgstr ""
1736
1737 #: c-format.c:349 c-format.c:373
1738 msgid "the '-' printf flag"
1739 msgstr ""
1740
1741 #: c-format.c:350 c-format.c:422
1742 msgid "''' flag"
1743 msgstr ""
1744
1745 #: c-format.c:350
1746 msgid "the ''' printf flag"
1747 msgstr ""
1748
1749 #: c-format.c:351 c-format.c:423
1750 msgid "'I' flag"
1751 msgstr ""
1752
1753 #: c-format.c:351
1754 msgid "the 'I' printf flag"
1755 msgstr ""
1756
1757 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1758 #: c-format.c:1531 config/sol2-c.c:46
1759 msgid "field width"
1760 msgstr ""
1761
1762 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1763 msgid "field width in printf format"
1764 msgstr ""
1765
1766 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1767 msgid "precision"
1768 msgstr ""
1769
1770 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1771 msgid "precision in printf format"
1772 msgstr ""
1773
1774 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1775 #: c-format.c:472 config/sol2-c.c:47
1776 msgid "length modifier"
1777 msgstr ""
1778
1779 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1780 #: config/sol2-c.c:47
1781 msgid "length modifier in printf format"
1782 msgstr ""
1783
1784 #: c-format.c:398 c-format.c:410
1785 msgid "'q' flag"
1786 msgstr ""
1787
1788 #: c-format.c:398 c-format.c:410
1789 msgid "the 'q' diagnostic flag"
1790 msgstr ""
1791
1792 #: c-format.c:418
1793 msgid "assignment suppression"
1794 msgstr ""
1795
1796 #: c-format.c:418
1797 msgid "the assignment suppression scanf feature"
1798 msgstr ""
1799
1800 #: c-format.c:419
1801 msgid "'a' flag"
1802 msgstr ""
1803
1804 #: c-format.c:419
1805 msgid "the 'a' scanf flag"
1806 msgstr ""
1807
1808 #: c-format.c:420
1809 msgid "field width in scanf format"
1810 msgstr ""
1811
1812 #: c-format.c:421
1813 msgid "length modifier in scanf format"
1814 msgstr ""
1815
1816 #: c-format.c:422
1817 msgid "the ''' scanf flag"
1818 msgstr ""
1819
1820 #: c-format.c:423
1821 msgid "the 'I' scanf flag"
1822 msgstr ""
1823
1824 #: c-format.c:437
1825 msgid "'_' flag"
1826 msgstr ""
1827
1828 #: c-format.c:437
1829 msgid "the '_' strftime flag"
1830 msgstr ""
1831
1832 #: c-format.c:438
1833 msgid "the '-' strftime flag"
1834 msgstr ""
1835
1836 #: c-format.c:439
1837 msgid "the '0' strftime flag"
1838 msgstr ""
1839
1840 #: c-format.c:440 c-format.c:464
1841 msgid "'^' flag"
1842 msgstr ""
1843
1844 #: c-format.c:440
1845 msgid "the '^' strftime flag"
1846 msgstr ""
1847
1848 #: c-format.c:441
1849 msgid "the '#' strftime flag"
1850 msgstr ""
1851
1852 #: c-format.c:442
1853 msgid "field width in strftime format"
1854 msgstr ""
1855
1856 #: c-format.c:443
1857 msgid "'E' modifier"
1858 msgstr ""
1859
1860 #: c-format.c:443
1861 msgid "the 'E' strftime modifier"
1862 msgstr ""
1863
1864 #: c-format.c:444
1865 msgid "'O' modifier"
1866 msgstr ""
1867
1868 #: c-format.c:444
1869 msgid "the 'O' strftime modifier"
1870 msgstr ""
1871
1872 #: c-format.c:445
1873 msgid "the 'O' modifier"
1874 msgstr ""
1875
1876 #: c-format.c:463
1877 msgid "fill character"
1878 msgstr ""
1879
1880 #: c-format.c:463
1881 msgid "fill character in strfmon format"
1882 msgstr ""
1883
1884 #: c-format.c:464
1885 msgid "the '^' strfmon flag"
1886 msgstr ""
1887
1888 #: c-format.c:465
1889 msgid "the '+' strfmon flag"
1890 msgstr ""
1891
1892 #: c-format.c:466
1893 msgid "'(' flag"
1894 msgstr ""
1895
1896 #: c-format.c:466
1897 msgid "the '(' strfmon flag"
1898 msgstr ""
1899
1900 #: c-format.c:467
1901 msgid "'!' flag"
1902 msgstr ""
1903
1904 #: c-format.c:467
1905 msgid "the '!' strfmon flag"
1906 msgstr ""
1907
1908 #: c-format.c:468
1909 msgid "the '-' strfmon flag"
1910 msgstr ""
1911
1912 #: c-format.c:469
1913 msgid "field width in strfmon format"
1914 msgstr ""
1915
1916 #: c-format.c:470
1917 msgid "left precision"
1918 msgstr ""
1919
1920 #: c-format.c:470
1921 msgid "left precision in strfmon format"
1922 msgstr ""
1923
1924 #: c-format.c:471
1925 msgid "right precision"
1926 msgstr ""
1927
1928 #: c-format.c:471
1929 msgid "right precision in strfmon format"
1930 msgstr ""
1931
1932 #: c-format.c:472
1933 msgid "length modifier in strfmon format"
1934 msgstr ""
1935
1936 #: c-format.c:840
1937 #, c-format
1938 msgid "function might be possible candidate for %qs format attribute"
1939 msgstr ""
1940
1941 #: c-format.c:931 c-format.c:952 c-format.c:1947
1942 msgid "missing $ operand number in format"
1943 msgstr ""
1944
1945 #: c-format.c:961
1946 #, c-format
1947 msgid "%s does not support %%n$ operand number formats"
1948 msgstr ""
1949
1950 #: c-format.c:968
1951 msgid "operand number out of range in format"
1952 msgstr ""
1953
1954 #: c-format.c:991
1955 #, c-format
1956 msgid "format argument %d used more than once in %s format"
1957 msgstr ""
1958
1959 #: c-format.c:1023
1960 msgid "$ operand number used after format without operand number"
1961 msgstr ""
1962
1963 #: c-format.c:1053
1964 #, c-format
1965 msgid "format argument %d unused before used argument %d in $-style format"
1966 msgstr ""
1967
1968 #: c-format.c:1148
1969 msgid "format not a string literal, format string not checked"
1970 msgstr ""
1971
1972 #: c-format.c:1162
1973 msgid "format not a string literal and no format arguments"
1974 msgstr ""
1975
1976 #: c-format.c:1164
1977 msgid "format not a string literal, argument types not checked"
1978 msgstr ""
1979
1980 #: c-format.c:1177
1981 msgid "too many arguments for format"
1982 msgstr ""
1983
1984 #: c-format.c:1180
1985 msgid "unused arguments in $-style format"
1986 msgstr ""
1987
1988 #: c-format.c:1183
1989 #, c-format
1990 msgid "zero-length %s format string"
1991 msgstr ""
1992
1993 #: c-format.c:1187
1994 msgid "format is a wide character string"
1995 msgstr ""
1996
1997 #: c-format.c:1190
1998 msgid "unterminated format string"
1999 msgstr ""
2000
2001 #: c-format.c:1400
2002 msgid "embedded %<\\0%> in format"
2003 msgstr ""
2004
2005 #: c-format.c:1415
2006 msgid "spurious trailing %<%%%> in format"
2007 msgstr ""
2008
2009 #: c-format.c:1459 c-format.c:1703
2010 #, c-format
2011 msgid "repeated %s in format"
2012 msgstr ""
2013
2014 #: c-format.c:1472
2015 msgid "missing fill character at end of strfmon format"
2016 msgstr ""
2017
2018 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
2019 msgid "too few arguments for format"
2020 msgstr ""
2021
2022 #: c-format.c:1557
2023 #, c-format
2024 msgid "zero width in %s format"
2025 msgstr ""
2026
2027 #: c-format.c:1575
2028 #, c-format
2029 msgid "empty left precision in %s format"
2030 msgstr ""
2031
2032 #: c-format.c:1633
2033 msgid "field precision"
2034 msgstr ""
2035
2036 #: c-format.c:1648
2037 #, c-format
2038 msgid "empty precision in %s format"
2039 msgstr ""
2040
2041 #: c-format.c:1687
2042 #, c-format
2043 msgid "%s does not support the %qs %s length modifier"
2044 msgstr ""
2045
2046 #: c-format.c:1737
2047 msgid "conversion lacks type at end of format"
2048 msgstr ""
2049
2050 #: c-format.c:1748
2051 #, c-format
2052 msgid "unknown conversion type character %qc in format"
2053 msgstr ""
2054
2055 #: c-format.c:1751
2056 #, c-format
2057 msgid "unknown conversion type character 0x%x in format"
2058 msgstr ""
2059
2060 #: c-format.c:1758
2061 msgid "%s does not support the %<%%%c%> %s format"
2062 msgstr ""
2063
2064 #: c-format.c:1774
2065 msgid "%s used with %<%%%c%> %s format"
2066 msgstr ""
2067
2068 #: c-format.c:1783
2069 #, c-format
2070 msgid "%s does not support %s"
2071 msgstr ""
2072
2073 #: c-format.c:1792
2074 msgid "%s does not support %s with the %<%%%c%> %s format"
2075 msgstr ""
2076
2077 #: c-format.c:1825
2078 msgid "%s ignored with %s and %<%%%c%> %s format"
2079 msgstr ""
2080
2081 #: c-format.c:1829
2082 #, c-format
2083 msgid "%s ignored with %s in %s format"
2084 msgstr ""
2085
2086 #: c-format.c:1835
2087 msgid "use of %s and %s together with %<%%%c%> %s format"
2088 msgstr ""
2089
2090 #: c-format.c:1839
2091 #, c-format
2092 msgid "use of %s and %s together in %s format"
2093 msgstr ""
2094
2095 #: c-format.c:1858
2096 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2097 msgstr ""
2098
2099 #: c-format.c:1861
2100 msgid "%<%%%c%> yields only last 2 digits of year"
2101 msgstr ""
2102
2103 #. The end of the format string was reached.
2104 #: c-format.c:1877
2105 msgid "no closing %<]%> for %<%%[%> format"
2106 msgstr ""
2107
2108 #: c-format.c:1890
2109 #, c-format
2110 msgid "use of %qs length modifier with %qc type character"
2111 msgstr ""
2112
2113 #: c-format.c:1911
2114 msgid "%s does not support the %<%%%s%c%> %s format"
2115 msgstr ""
2116
2117 #: c-format.c:1928
2118 msgid "operand number specified with suppressed assignment"
2119 msgstr ""
2120
2121 #: c-format.c:1930
2122 msgid "operand number specified for format taking no argument"
2123 msgstr ""
2124
2125 #: c-format.c:2072
2126 #, c-format
2127 msgid "writing through null pointer (argument %d)"
2128 msgstr ""
2129
2130 #: c-format.c:2080
2131 #, c-format
2132 msgid "reading through null pointer (argument %d)"
2133 msgstr ""
2134
2135 #: c-format.c:2100
2136 #, c-format
2137 msgid "writing into constant object (argument %d)"
2138 msgstr ""
2139
2140 #: c-format.c:2111
2141 #, c-format
2142 msgid "extra type qualifiers in format argument (argument %d)"
2143 msgstr ""
2144
2145 #: c-format.c:2222
2146 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2147 msgstr ""
2148
2149 #: c-format.c:2225
2150 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2151 msgstr ""
2152
2153 #: c-format.c:2232
2154 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2155 msgstr ""
2156
2157 #: c-format.c:2235
2158 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2159 msgstr ""
2160
2161 #: c-format.c:2501
2162 msgid "args to be formatted is not %<...%>"
2163 msgstr ""
2164
2165 #: c-format.c:2510
2166 msgid "strftime formats cannot format arguments"
2167 msgstr ""
2168
2169 #: c-gimplify.c:237
2170 msgid "statement with no effect"
2171 msgstr ""
2172
2173 #: c-gimplify.c:315 c-typeck.c:6783 cp/parser.c:6434
2174 msgid "break statement not within loop or switch"
2175 msgstr ""
2176
2177 #: c-gimplify.c:317
2178 msgid "continue statement not within loop or switch"
2179 msgstr ""
2180
2181 #: c-incpath.c:70
2182 #, c-format
2183 msgid "ignoring duplicate directory \"%s\"\n"
2184 msgstr ""
2185
2186 #: c-incpath.c:73
2187 #, c-format
2188 msgid "  as it is a non-system directory that duplicates a system directory\n"
2189 msgstr ""
2190
2191 #: c-incpath.c:77
2192 #, c-format
2193 msgid "ignoring nonexistent directory \"%s\"\n"
2194 msgstr ""
2195
2196 #: c-incpath.c:283
2197 #, c-format
2198 msgid "#include \"...\" search starts here:\n"
2199 msgstr ""
2200
2201 #: c-incpath.c:287
2202 #, c-format
2203 msgid "#include <...> search starts here:\n"
2204 msgstr ""
2205
2206 #: c-incpath.c:292
2207 #, c-format
2208 msgid "End of search list.\n"
2209 msgstr ""
2210
2211 #: c-lex.c:259
2212 msgid "badly nested C headers from preprocessor"
2213 msgstr ""
2214
2215 #: c-lex.c:307
2216 msgid "%Hignoring #pragma %s %s"
2217 msgstr ""
2218
2219 #. ... or not.
2220 #: c-lex.c:411
2221 msgid "%Hstray %<@%> in program"
2222 msgstr ""
2223
2224 #: c-lex.c:425
2225 #, c-format
2226 msgid "stray %qs in program"
2227 msgstr ""
2228
2229 #: c-lex.c:435
2230 #, c-format
2231 msgid "missing terminating %c character"
2232 msgstr ""
2233
2234 #: c-lex.c:437
2235 #, c-format
2236 msgid "stray %qc in program"
2237 msgstr ""
2238
2239 #: c-lex.c:439
2240 msgid "stray %<\\%o%> in program"
2241 msgstr ""
2242
2243 #: c-lex.c:599
2244 msgid "this decimal constant is unsigned only in ISO C90"
2245 msgstr ""
2246
2247 #: c-lex.c:602
2248 msgid "this decimal constant would be unsigned in ISO C90"
2249 msgstr ""
2250
2251 #: c-lex.c:618
2252 #, c-format
2253 msgid "integer constant is too large for %qs type"
2254 msgstr ""
2255
2256 #: c-lex.c:684
2257 msgid "floating constant exceeds range of %<%s%>"
2258 msgstr ""
2259
2260 #: c-lex.c:766
2261 msgid "traditional C rejects string constant concatenation"
2262 msgstr ""
2263
2264 #: c-objc-common.c:81
2265 msgid ""
2266 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2267 "inline"
2268 msgstr ""
2269
2270 #: c-objc-common.c:91
2271 msgid ""
2272 "%Jfunction %qF can never be inlined because it might not be bound within "
2273 "this unit of translation"
2274 msgstr ""
2275
2276 #: c-objc-common.c:99
2277 msgid ""
2278 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2279 "with inlining"
2280 msgstr ""
2281
2282 #: c-objc-common.c:114
2283 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2284 msgstr ""
2285
2286 #: c-objc-common.c:127
2287 msgid ""
2288 "%Jnested function %qF can never be inlined because it has possibly saved "
2289 "pending sizes"
2290 msgstr ""
2291
2292 #: c-objc-common.c:263
2293 msgid "used array that cannot be converted to pointer where scalar is required"
2294 msgstr ""
2295
2296 #: c-objc-common.c:267
2297 msgid "used struct type value where scalar is required"
2298 msgstr ""
2299
2300 #: c-objc-common.c:271
2301 msgid "used union type value where scalar is required"
2302 msgstr ""
2303
2304 #: c-opts.c:144
2305 #, c-format
2306 msgid "no class name specified with %qs"
2307 msgstr ""
2308
2309 #: c-opts.c:148
2310 #, c-format
2311 msgid "assertion missing after %qs"
2312 msgstr ""
2313
2314 #: c-opts.c:153
2315 #, c-format
2316 msgid "macro name missing after %qs"
2317 msgstr ""
2318
2319 #: c-opts.c:162
2320 #, c-format
2321 msgid "missing path after %qs"
2322 msgstr ""
2323
2324 #: c-opts.c:171
2325 #, c-format
2326 msgid "missing filename after %qs"
2327 msgstr ""
2328
2329 #: c-opts.c:176
2330 #, c-format
2331 msgid "missing makefile target after %qs"
2332 msgstr ""
2333
2334 #: c-opts.c:303
2335 msgid "-I- specified twice"
2336 msgstr ""
2337
2338 #: c-opts.c:306
2339 msgid "obsolete option -I- used, please use -iquote instead"
2340 msgstr ""
2341
2342 #: c-opts.c:540
2343 #, c-format
2344 msgid "switch %qs is no longer supported"
2345 msgstr ""
2346
2347 #: c-opts.c:655
2348 msgid ""
2349 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2350 msgstr ""
2351
2352 #: c-opts.c:841
2353 msgid "output filename specified twice"
2354 msgstr ""
2355
2356 #: c-opts.c:974
2357 msgid "-Wformat-y2k ignored without -Wformat"
2358 msgstr ""
2359
2360 #: c-opts.c:976
2361 msgid "-Wformat-extra-args ignored without -Wformat"
2362 msgstr ""
2363
2364 #: c-opts.c:978
2365 msgid "-Wformat-zero-length ignored without -Wformat"
2366 msgstr ""
2367
2368 #: c-opts.c:980
2369 msgid "-Wformat-nonliteral ignored without -Wformat"
2370 msgstr ""
2371
2372 #: c-opts.c:982
2373 msgid "-Wformat-security ignored without -Wformat"
2374 msgstr ""
2375
2376 #: c-opts.c:984
2377 msgid "-Wmissing-format-attribute ignored without -Wformat"
2378 msgstr ""
2379
2380 #: c-opts.c:998
2381 #, c-format
2382 msgid "opening output file %s: %m"
2383 msgstr ""
2384
2385 #: c-opts.c:1003
2386 #, c-format
2387 msgid "too many filenames given.  Type %s --help for usage"
2388 msgstr ""
2389
2390 #: c-opts.c:1086
2391 msgid "YYDEBUG was not defined at build time, -dy ignored"
2392 msgstr ""
2393
2394 #: c-opts.c:1127
2395 #, c-format
2396 msgid "opening dependency file %s: %m"
2397 msgstr ""
2398
2399 #: c-opts.c:1137
2400 #, c-format
2401 msgid "closing dependency file %s: %m"
2402 msgstr ""
2403
2404 #: c-opts.c:1140
2405 #, c-format
2406 msgid "when writing output to %s: %m"
2407 msgstr ""
2408
2409 #: c-opts.c:1219
2410 msgid "to generate dependencies you must specify either -M or -MM"
2411 msgstr ""
2412
2413 #: c-opts.c:1284
2414 msgid "<built-in>"
2415 msgstr ""
2416
2417 #: c-opts.c:1299
2418 msgid "<command line>"
2419 msgstr ""
2420
2421 #: c-opts.c:1382
2422 msgid "too late for # directive to set debug directory"
2423 msgstr ""
2424
2425 #. Depending on the version of Bison used to compile this grammar,
2426 #. it may issue generic diagnostics spelled "syntax error" or
2427 #. "parse error".  To prevent this from changing the translation
2428 #. template randomly, we list all the variants of this particular
2429 #. diagnostic here.  Translators: there is no fine distinction
2430 #. between diagnostics with "syntax error" in them, and diagnostics
2431 #. with "parse error" in them.  It's okay to give them both the same
2432 #. translation.
2433 #: c-parse.y:54 c-parse.c:5313 c-parse.y:2927 gengtype-yacc.c:1559
2434 #: java/parse-scan.c:3063 java/parse-scan.y:1373
2435 #: java/parse.c:6167 java/parse.y:16425 objc/objc-parse.y:53
2436 #: objc/objc-parse.c:6384 objc/objc-parse.y:3517
2437 msgid "syntax error"
2438 msgstr ""
2439
2440 #: c-parse.c:2153 c-parse.y:2931 gengtype-yacc.c:555 java/parse-scan.c:1932
2441 #: java/parse-scan.y:1377 java/parse.c:2932
2442 #: java/parse.y:16429 objc/objc-parse.c:2666
2443 #: objc/objc-parse.y:3521
2444 msgid "syntax error: cannot back up"
2445 msgstr ""
2446
2447 #: c-parse.y:343 objc/objc-parse.y:365
2448 msgid "ISO C forbids an empty source file"
2449 msgstr ""
2450
2451 #: c-parse.y:376 objc/objc-parse.y:399
2452 msgid "data definition has no type or storage class"
2453 msgstr ""
2454
2455 #: c-parse.y:388 objc/objc-parse.y:411
2456 msgid "ISO C does not allow extra %<;%> outside of a function"
2457 msgstr ""
2458
2459 #: c-parse.y:445
2460 msgid "traditional C rejects the unary plus operator"
2461 msgstr ""
2462
2463 #: c-parse.y:498 objc/objc-parse.y:520
2464 msgid "%<sizeof%> applied to a bit-field"
2465 msgstr ""
2466
2467 #: c-parse.y:595 objc/objc-parse.y:617
2468 msgid "ISO C forbids omitting the middle term of a ?: expression"
2469 msgstr ""
2470
2471 #: c-parse.y:636 objc/objc-parse.y:658
2472 msgid "compound literal has variable size"
2473 msgstr ""
2474
2475 #: c-parse.y:648 objc/objc-parse.y:670
2476 msgid "ISO C90 forbids compound literals"
2477 msgstr ""
2478
2479 #: c-parse.y:661 objc/objc-parse.y:683
2480 msgid "ISO C forbids braced-groups within expressions"
2481 msgstr ""
2482
2483 #: c-parse.y:697 objc/objc-parse.y:719
2484 msgid "first argument to %<__builtin_choose_expr%> not a constant"
2485 msgstr ""
2486
2487 #: c-parse.y:1224 objc/objc-parse.y:1273
2488 msgid "%<typeof%> applied to a bit-field"
2489 msgstr ""
2490
2491 #: c-parse.y:1358 objc/objc-parse.y:1407
2492 msgid "ISO C forbids empty initializer braces"
2493 msgstr ""
2494
2495 #: c-parse.y:1372 objc/objc-parse.y:1421
2496 msgid "ISO C90 forbids specifying subobject to initialize"
2497 msgstr ""
2498
2499 #: c-parse.y:1375 objc/objc-parse.y:1424
2500 msgid "obsolete use of designated initializer without %<=%>"
2501 msgstr ""
2502
2503 #: c-parse.y:1379 objc/objc-parse.y:1428
2504 msgid "obsolete use of designated initializer with %<:%>"
2505 msgstr ""
2506
2507 #: c-parse.y:1410 objc/objc-parse.y:1459
2508 msgid "ISO C forbids specifying range of elements to initialize"
2509 msgstr ""
2510
2511 #: c-parse.y:1418 c-parse.y:1448 objc/objc-parse.y:1467 objc/objc-parse.y:1497
2512 msgid "ISO C forbids nested functions"
2513 msgstr ""
2514
2515 #: c-parse.y:1623 objc/objc-parse.y:1672
2516 msgid "ISO C forbids forward references to %<enum%> types"
2517 msgstr ""
2518
2519 #: c-parse.y:1635 cp/parser.c:9842 objc/objc-parse.y:1684
2520 msgid "comma at end of enumerator list"
2521 msgstr ""
2522
2523 #: c-parse.y:1655 objc/objc-parse.y:1704
2524 msgid "no semicolon at end of struct or union"
2525 msgstr ""
2526
2527 #: c-parse.y:1664 objc/objc-parse.y:1713 objc/objc-parse.y:2699
2528 msgid "extra semicolon in struct or union specified"
2529 msgstr ""
2530
2531 #: c-parse.y:1684 objc/objc-parse.y:1736
2532 msgid "ISO C forbids member declarations with no members"
2533 msgstr ""
2534
2535 #: c-parse.y:1850 objc/objc-parse.y:1902
2536 msgid "label at end of compound statement"
2537 msgstr ""
2538
2539 #: c-parse.y:1869 objc/objc-parse.y:1921
2540 msgid "ISO C90 forbids mixed declarations and code"
2541 msgstr ""
2542
2543 #: c-parse.y:1909 objc/objc-parse.y:1961
2544 msgid "ISO C forbids label declarations"
2545 msgstr ""
2546
2547 #: c-parse.y:1953 objc/objc-parse.y:2005
2548 msgid "braced-group within expression allowed only inside a function"
2549 msgstr ""
2550
2551 #: c-parse.y:2249 objc/objc-parse.y:2344
2552 #, c-format
2553 msgid "%E qualifier ignored on asm"
2554 msgstr ""
2555
2556 #: c-parse.y:2343 objc/objc-parse.y:2438
2557 msgid "ISO C requires a named argument before %<...%>"
2558 msgstr ""
2559
2560 #: c-parse.c:5309 c-parse.y:2929 gengtype-yacc.c:1555 java/parse-scan.c:3059
2561 #: java/parse-scan.y:1375 java/parse.c:6163
2562 #: java/parse.y:16427 objc/objc-parse.c:6380
2563 #: objc/objc-parse.y:3519
2564 msgid "syntax error; also virtual memory exhausted"
2565 msgstr ""
2566
2567 #: c-parse.c:5427 gengtype-yacc.c:1673 java/parse-scan.c:3177
2568 #: java/parse.c:6281 objc/objc-parse.c:6498
2569 msgid "parser stack overflow"
2570 msgstr ""
2571
2572 #: c-parse.y:2849 objc/objc-parse.y:3439
2573 #, c-format
2574 msgid "syntax error at %qs token"
2575 msgstr ""
2576
2577 #: c-parse.y:2928 java/parse-scan.y:1374
2578 #: java/parse.y:16426 objc/objc-parse.y:3518
2579 msgid "parse error"
2580 msgstr ""
2581
2582 #: c-parse.y:2930 java/parse-scan.y:1376
2583 #: java/parse.y:16428 objc/objc-parse.y:3520
2584 msgid "parse error; also virtual memory exhausted"
2585 msgstr ""
2586
2587 #: c-parse.y:2932 java/parse-scan.y:1378
2588 #: java/parse.y:16430 objc/objc-parse.y:3522
2589 msgid "parse error: cannot back up"
2590 msgstr ""
2591
2592 #: c-pch.c:130
2593 msgid "can%'t create precompiled header %s: %m"
2594 msgstr ""
2595
2596 #: c-pch.c:158
2597 msgid "can%'t write to %s: %m"
2598 msgstr ""
2599
2600 #: c-pch.c:164
2601 #, c-format
2602 msgid "%qs is not a valid output file"
2603 msgstr ""
2604
2605 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2606 msgid "can%'t write %s: %m"
2607 msgstr ""
2608
2609 #: c-pch.c:198 c-pch.c:215
2610 msgid "can%'t seek in %s: %m"
2611 msgstr ""
2612
2613 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2614 msgid "can%'t read %s: %m"
2615 msgstr ""
2616
2617 #: c-pch.c:483
2618 msgid "malformed #pragma GCC pch_preprocess, ignored"
2619 msgstr ""
2620
2621 #: c-pch.c:489
2622 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2623 msgstr ""
2624
2625 #: c-pch.c:490
2626 msgid "use #include instead"
2627 msgstr ""
2628
2629 #: c-pch.c:498
2630 msgid "%s: couldn%'t open PCH file: %m\n"
2631 msgstr ""
2632
2633 #: c-pch.c:503
2634 msgid "use -Winvalid-pch for more information"
2635 msgstr ""
2636
2637 #: c-pch.c:504
2638 #, c-format
2639 msgid "%s: PCH file was invalid"
2640 msgstr ""
2641
2642 #: c-pragma.c:98
2643 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2644 msgstr ""
2645
2646 #: c-pragma.c:111
2647 #, c-format
2648 msgid ""
2649 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2650 msgstr ""
2651
2652 #: c-pragma.c:125
2653 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2654 msgstr ""
2655
2656 #: c-pragma.c:127
2657 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2658 msgstr ""
2659
2660 #: c-pragma.c:148
2661 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2662 msgstr ""
2663
2664 #: c-pragma.c:161 c-pragma.c:201
2665 msgid "malformed %<#pragma pack%> - ignored"
2666 msgstr ""
2667
2668 #: c-pragma.c:166
2669 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2670 msgstr ""
2671
2672 #: c-pragma.c:168
2673 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2674 msgstr ""
2675
2676 #: c-pragma.c:177
2677 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2678 msgstr ""
2679
2680 #: c-pragma.c:204
2681 msgid "junk at end of %<#pragma pack%>"
2682 msgstr ""
2683
2684 #: c-pragma.c:207
2685 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2686 msgstr ""
2687
2688 #: c-pragma.c:227
2689 #, c-format
2690 msgid "alignment must be a small power of two, not %d"
2691 msgstr ""
2692
2693 #: c-pragma.c:260
2694 msgid ""
2695 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2696 msgstr ""
2697
2698 #: c-pragma.c:307 c-pragma.c:312
2699 msgid "malformed #pragma weak, ignored"
2700 msgstr ""
2701
2702 #: c-pragma.c:316
2703 msgid "junk at end of #pragma weak"
2704 msgstr ""
2705
2706 #: c-pragma.c:379 c-pragma.c:381
2707 msgid "malformed #pragma redefine_extname, ignored"
2708 msgstr ""
2709
2710 #: c-pragma.c:384
2711 msgid "junk at end of #pragma redefine_extname"
2712 msgstr ""
2713
2714 #: c-pragma.c:389
2715 msgid "#pragma redefine_extname not supported on this target"
2716 msgstr ""
2717
2718 #: c-pragma.c:406 c-pragma.c:492
2719 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2720 msgstr ""
2721
2722 #: c-pragma.c:429
2723 msgid ""
2724 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2725 "redefine_extname"
2726 msgstr ""
2727
2728 #: c-pragma.c:448
2729 msgid "malformed #pragma extern_prefix, ignored"
2730 msgstr ""
2731
2732 #: c-pragma.c:451
2733 msgid "junk at end of #pragma extern_prefix"
2734 msgstr ""
2735
2736 #: c-pragma.c:457
2737 msgid "#pragma extern_prefix not supported on this target"
2738 msgstr ""
2739
2740 #: c-pragma.c:483
2741 msgid "asm declaration ignored due to conflict with previous rename"
2742 msgstr ""
2743
2744 #: c-pragma.c:514
2745 msgid ""
2746 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2747 msgstr ""
2748
2749 #: c-pragma.c:574
2750 msgid "#pragma GCC visibility must be followed by push or pop"
2751 msgstr ""
2752
2753 #: c-pragma.c:581
2754 msgid "No matching push for %<#pragma GCC visibility pop%>"
2755 msgstr ""
2756
2757 #: c-pragma.c:592 c-pragma.c:621
2758 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2759 msgstr ""
2760
2761 #: c-pragma.c:596
2762 msgid "malformed #pragma GCC visibility push"
2763 msgstr ""
2764
2765 #: c-pragma.c:600
2766 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2767 msgstr ""
2768
2769 #: c-pragma.c:616
2770 msgid ""
2771 "#pragma GCC visibility push() must specify default, internal, hidden or "
2772 "protected"
2773 msgstr ""
2774
2775 #: c-pragma.c:625
2776 msgid "junk at end of %<#pragma GCC visibility%>"
2777 msgstr ""
2778
2779 #: c-typeck.c:149
2780 #, c-format
2781 msgid "%qs has an incomplete type"
2782 msgstr ""
2783
2784 #: c-typeck.c:171 cp/call.c:2676
2785 msgid "invalid use of void expression"
2786 msgstr ""
2787
2788 #: c-typeck.c:179
2789 msgid "invalid use of flexible array member"
2790 msgstr ""
2791
2792 #: c-typeck.c:185
2793 msgid "invalid use of array with unspecified bounds"
2794 msgstr ""
2795
2796 #: c-typeck.c:193
2797 msgid "invalid use of undefined type %<%s %s%>"
2798 msgstr ""
2799
2800 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2801 #: c-typeck.c:197
2802 #, c-format
2803 msgid "invalid use of incomplete typedef %qs"
2804 msgstr ""
2805
2806 #: c-typeck.c:384 c-typeck.c:398
2807 msgid "function types not truly compatible in ISO C"
2808 msgstr ""
2809
2810 #: c-typeck.c:756
2811 msgid "types are not quite compatible"
2812 msgstr ""
2813
2814 #: c-typeck.c:998
2815 msgid "function return types not compatible due to %<volatile%>"
2816 msgstr ""
2817
2818 #: c-typeck.c:1139 c-typeck.c:2380
2819 msgid "arithmetic on pointer to an incomplete type"
2820 msgstr ""
2821
2822 #: c-typeck.c:1494
2823 msgid "%qT has no member named %qs"
2824 msgstr ""
2825
2826 #: c-typeck.c:1530
2827 #, c-format
2828 msgid "request for member %qs in something not a structure or union"
2829 msgstr ""
2830
2831 #: c-typeck.c:1559
2832 msgid "dereferencing pointer to incomplete type"
2833 msgstr ""
2834
2835 #: c-typeck.c:1563
2836 msgid "dereferencing %<void *%> pointer"
2837 msgstr ""
2838
2839 #: c-typeck.c:1580 cp/typeck.c:2150
2840 #, c-format
2841 msgid "invalid type argument of %qs"
2842 msgstr ""
2843
2844 #: c-typeck.c:1598 cp/typeck.c:2175
2845 msgid "subscript missing in array reference"
2846 msgstr ""
2847
2848 #: c-typeck.c:1618 cp/typeck.c:2216
2849 msgid "array subscript has type %<char%>"
2850 msgstr ""
2851
2852 #: c-typeck.c:1626 c-typeck.c:1715 cp/typeck.c:2220 cp/typeck.c:2306
2853 msgid "array subscript is not an integer"
2854 msgstr ""
2855
2856 #: c-typeck.c:1659
2857 msgid "ISO C forbids subscripting %<register%> array"
2858 msgstr ""
2859
2860 #: c-typeck.c:1661
2861 msgid "ISO C90 forbids subscripting non-lvalue array"
2862 msgstr ""
2863
2864 #: c-typeck.c:1694
2865 msgid "subscript has type %<char%>"
2866 msgstr ""
2867
2868 #: c-typeck.c:1710 cp/typeck.c:2301
2869 msgid "subscripted value is neither array nor pointer"
2870 msgstr ""
2871
2872 #: c-typeck.c:1922
2873 #, c-format
2874 msgid "called object %qE is not a function"
2875 msgstr ""
2876
2877 #. This situation leads to run-time undefined behavior.  We can't,
2878 #. therefore, simply error unless we can prove that all possible
2879 #. executions of the program must execute the code.
2880 #: c-typeck.c:1954
2881 msgid "function called through a non-compatible type"
2882 msgstr ""
2883
2884 #: c-typeck.c:2001 c-typeck.c:4282 c-typeck.c:4284 c-typeck.c:4292
2885 #: c-typeck.c:4317 c-typeck.c:5704
2886 msgid "initializer element is not constant"
2887 msgstr ""
2888
2889 #: c-typeck.c:2062
2890 #, c-format
2891 msgid "too many arguments to function %qE"
2892 msgstr ""
2893
2894 #: c-typeck.c:2089
2895 #, c-format
2896 msgid "type of formal parameter %d is incomplete"
2897 msgstr ""
2898
2899 #: c-typeck.c:2102
2900 #, c-format
2901 msgid ""
2902 "passing argument %d of %qE as integer rather than floating due to prototype"
2903 msgstr ""
2904
2905 #: c-typeck.c:2107
2906 #, c-format
2907 msgid ""
2908 "passing argument %d of %qE as integer rather than complex due to prototype"
2909 msgstr ""
2910
2911 #: c-typeck.c:2112
2912 #, c-format
2913 msgid ""
2914 "passing argument %d of %qE as complex rather than floating due to prototype"
2915 msgstr ""
2916
2917 #: c-typeck.c:2117
2918 #, c-format
2919 msgid ""
2920 "passing argument %d of %qE as floating rather than integer due to prototype"
2921 msgstr ""
2922
2923 #: c-typeck.c:2122
2924 #, c-format
2925 msgid ""
2926 "passing argument %d of %qE as complex rather than integer due to prototype"
2927 msgstr ""
2928
2929 #: c-typeck.c:2127
2930 #, c-format
2931 msgid ""
2932 "passing argument %d of %qE as floating rather than complex due to prototype"
2933 msgstr ""
2934
2935 #: c-typeck.c:2139
2936 msgid ""
2937 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
2938 "prototype"
2939 msgstr ""
2940
2941 #: c-typeck.c:2159
2942 #, c-format
2943 msgid "passing argument %d of %qE with different width due to prototype"
2944 msgstr ""
2945
2946 #: c-typeck.c:2186
2947 #, c-format
2948 msgid "passing argument %d of %qE as unsigned due to prototype"
2949 msgstr ""
2950
2951 #: c-typeck.c:2189
2952 #, c-format
2953 msgid "passing argument %d of %qE as signed due to prototype"
2954 msgstr ""
2955
2956 #: c-typeck.c:2220
2957 #, c-format
2958 msgid "too few arguments to function %qE"
2959 msgstr ""
2960
2961 #: c-typeck.c:2256
2962 msgid "suggest parentheses around + or - inside shift"
2963 msgstr ""
2964
2965 #: c-typeck.c:2263
2966 msgid "suggest parentheses around && within ||"
2967 msgstr ""
2968
2969 #: c-typeck.c:2272
2970 msgid "suggest parentheses around arithmetic in operand of |"
2971 msgstr ""
2972
2973 #: c-typeck.c:2276
2974 msgid "suggest parentheses around comparison in operand of |"
2975 msgstr ""
2976
2977 #: c-typeck.c:2285
2978 msgid "suggest parentheses around arithmetic in operand of ^"
2979 msgstr ""
2980
2981 #: c-typeck.c:2289
2982 msgid "suggest parentheses around comparison in operand of ^"
2983 msgstr ""
2984
2985 #: c-typeck.c:2296
2986 msgid "suggest parentheses around + or - in operand of &"
2987 msgstr ""
2988
2989 #: c-typeck.c:2300
2990 msgid "suggest parentheses around comparison in operand of &"
2991 msgstr ""
2992
2993 #: c-typeck.c:2306
2994 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2995 msgstr ""
2996
2997 #: c-typeck.c:2332
2998 msgid "pointer of type %<void *%> used in subtraction"
2999 msgstr ""
3000
3001 #: c-typeck.c:2334
3002 msgid "pointer to a function used in subtraction"
3003 msgstr ""
3004
3005 #: c-typeck.c:2423
3006 msgid "wrong type argument to unary plus"
3007 msgstr ""
3008
3009 #: c-typeck.c:2436
3010 msgid "wrong type argument to unary minus"
3011 msgstr ""
3012
3013 #: c-typeck.c:2453
3014 msgid "ISO C does not support %<~%> for complex conjugation"
3015 msgstr ""
3016
3017 #: c-typeck.c:2459
3018 msgid "wrong type argument to bit-complement"
3019 msgstr ""
3020
3021 #: c-typeck.c:2467
3022 msgid "wrong type argument to abs"
3023 msgstr ""
3024
3025 #: c-typeck.c:2479
3026 msgid "wrong type argument to conjugation"
3027 msgstr ""
3028
3029 #: c-typeck.c:2493
3030 msgid "wrong type argument to unary exclamation mark"
3031 msgstr ""
3032
3033 #: c-typeck.c:2530
3034 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3035 msgstr ""
3036
3037 #: c-typeck.c:2546 c-typeck.c:2578
3038 msgid "wrong type argument to increment"
3039 msgstr ""
3040
3041 #: c-typeck.c:2548 c-typeck.c:2580
3042 msgid "wrong type argument to decrement"
3043 msgstr ""
3044
3045 #: c-typeck.c:2569
3046 msgid "increment of pointer to unknown structure"
3047 msgstr ""
3048
3049 #: c-typeck.c:2571
3050 msgid "decrement of pointer to unknown structure"
3051 msgstr ""
3052
3053 #: c-typeck.c:2738
3054 msgid "invalid lvalue in assignment"
3055 msgstr ""
3056
3057 #: c-typeck.c:2741
3058 msgid "invalid lvalue in increment"
3059 msgstr ""
3060
3061 #: c-typeck.c:2744
3062 msgid "invalid lvalue in decrement"
3063 msgstr ""
3064
3065 #: c-typeck.c:2747
3066 msgid "invalid lvalue in unary %<&%>"
3067 msgstr ""
3068
3069 #: c-typeck.c:2750
3070 msgid "invalid lvalue in asm statement"
3071 msgstr ""
3072
3073 #: c-typeck.c:2778
3074 #, c-format
3075 msgid "assignment of read-only member %qs"
3076 msgstr ""
3077
3078 #: c-typeck.c:2779
3079 #, c-format
3080 msgid "increment of read-only member %qs"
3081 msgstr ""
3082
3083 #: c-typeck.c:2780
3084 #, c-format
3085 msgid "decrement of read-only member %qs"
3086 msgstr ""
3087
3088 #: c-typeck.c:2784
3089 #, c-format
3090 msgid "assignment of read-only variable %qs"
3091 msgstr ""
3092
3093 #: c-typeck.c:2785
3094 #, c-format
3095 msgid "increment of read-only variable %qs"
3096 msgstr ""
3097
3098 #: c-typeck.c:2786
3099 #, c-format
3100 msgid "decrement of read-only variable %qs"
3101 msgstr ""
3102
3103 #: c-typeck.c:2789
3104 msgid "assignment of read-only location"
3105 msgstr ""
3106
3107 #: c-typeck.c:2790
3108 msgid "increment of read-only location"
3109 msgstr ""
3110
3111 #: c-typeck.c:2791
3112 msgid "decrement of read-only location"
3113 msgstr ""
3114
3115 #: c-typeck.c:2810
3116 msgid "cannot take address of bit-field %qD"
3117 msgstr ""
3118
3119 #: c-typeck.c:2838
3120 msgid "global register variable %qD used in nested function"
3121 msgstr ""
3122
3123 #: c-typeck.c:2841
3124 msgid "register variable %qD used in nested function"
3125 msgstr ""
3126
3127 #: c-typeck.c:2846
3128 msgid "address of global register variable %qD requested"
3129 msgstr ""
3130
3131 #: c-typeck.c:2848
3132 msgid "address of register variable %qD requested"
3133 msgstr ""
3134
3135 #: c-typeck.c:2896
3136 msgid "non-lvalue array in conditional expression"
3137 msgstr ""
3138
3139 #: c-typeck.c:2940
3140 msgid "signed and unsigned type in conditional expression"
3141 msgstr ""
3142
3143 #: c-typeck.c:2947
3144 msgid "ISO C forbids conditional expr with only one void side"
3145 msgstr ""
3146
3147 #: c-typeck.c:2963 c-typeck.c:2971
3148 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3149 msgstr ""
3150
3151 #: c-typeck.c:2978
3152 msgid "pointer type mismatch in conditional expression"
3153 msgstr ""
3154
3155 #: c-typeck.c:2985 c-typeck.c:2995
3156 msgid "pointer/integer type mismatch in conditional expression"
3157 msgstr ""
3158
3159 #: c-typeck.c:3009
3160 msgid "type mismatch in conditional expression"
3161 msgstr ""
3162
3163 #: c-typeck.c:3048
3164 msgid "left-hand operand of comma expression has no effect"
3165 msgstr ""
3166
3167 #: c-typeck.c:3081
3168 msgid "cast specifies array type"
3169 msgstr ""
3170
3171 #: c-typeck.c:3087
3172 msgid "cast specifies function type"
3173 msgstr ""
3174
3175 #: c-typeck.c:3097
3176 msgid "ISO C forbids casting nonscalar to the same type"
3177 msgstr ""
3178
3179 #: c-typeck.c:3115
3180 msgid "ISO C forbids casts to union type"
3181 msgstr ""
3182
3183 #: c-typeck.c:3124
3184 msgid "cast to union type from type not present in union"
3185 msgstr ""
3186
3187 #: c-typeck.c:3175
3188 msgid "cast adds new qualifiers to function type"
3189 msgstr ""
3190
3191 #. There are qualifiers present in IN_OTYPE that are not
3192 #. present in IN_TYPE.
3193 #: c-typeck.c:3180
3194 msgid "cast discards qualifiers from pointer target type"
3195 msgstr ""
3196
3197 #: c-typeck.c:3195
3198 msgid "cast increases required alignment of target type"
3199 msgstr ""
3200
3201 #: c-typeck.c:3201
3202 msgid "cast from pointer to integer of different size"
3203 msgstr ""
3204
3205 #: c-typeck.c:3206
3206 msgid "cast from function call of type %qT to non-matching type %qT"
3207 msgstr ""
3208
3209 #: c-typeck.c:3214
3210 msgid "cast to pointer from integer of different size"
3211 msgstr ""
3212
3213 #: c-typeck.c:3226
3214 msgid "type-punning to incomplete type might break strict-aliasing rules"
3215 msgstr ""
3216
3217 #: c-typeck.c:3233
3218 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3219 msgstr ""
3220
3221 #: c-typeck.c:3236
3222 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3223 msgstr ""
3224
3225 #: c-typeck.c:3248
3226 msgid "ISO C forbids conversion of function pointer to object pointer type"
3227 msgstr ""
3228
3229 #: c-typeck.c:3257
3230 msgid "ISO C forbids conversion of object pointer to function pointer type"
3231 msgstr ""
3232
3233 #: c-typeck.c:3512
3234 msgid "cannot pass rvalue to reference parameter"
3235 msgstr ""
3236
3237 #: c-typeck.c:3621 c-typeck.c:3730
3238 #, c-format
3239 msgid ""
3240 "passing argument %d of %qE makes qualified function pointer from unqualified"
3241 msgstr ""
3242
3243 #: c-typeck.c:3624 c-typeck.c:3733
3244 msgid "assignment makes qualified function pointer from unqualified"
3245 msgstr ""
3246
3247 #: c-typeck.c:3627 c-typeck.c:3735
3248 msgid "initialization makes qualified function pointer from unqualified"
3249 msgstr ""
3250
3251 #: c-typeck.c:3630 c-typeck.c:3737
3252 msgid "return makes qualified function pointer from unqualified"
3253 msgstr ""
3254
3255 #: c-typeck.c:3634 c-typeck.c:3698
3256 #, c-format
3257 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
3258 msgstr ""
3259
3260 #: c-typeck.c:3636 c-typeck.c:3700
3261 msgid "assignment discards qualifiers from pointer target type"
3262 msgstr ""
3263
3264 #: c-typeck.c:3638 c-typeck.c:3702
3265 msgid "initialization discards qualifiers from pointer target type"
3266 msgstr ""
3267
3268 #: c-typeck.c:3640 c-typeck.c:3704
3269 msgid "return discards qualifiers from pointer target type"
3270 msgstr ""
3271
3272 #: c-typeck.c:3645
3273 msgid "ISO C prohibits argument conversion to union type"
3274 msgstr ""
3275
3276 #: c-typeck.c:3683
3277 msgid ""
3278 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
3279 "*%>"
3280 msgstr ""
3281
3282 #: c-typeck.c:3686
3283 msgid "ISO C forbids assignment between function pointer and %<void *%>"
3284 msgstr ""
3285
3286 #: c-typeck.c:3688
3287 msgid "ISO C forbids initialization between function pointer and %<void *%>"
3288 msgstr ""
3289
3290 #: c-typeck.c:3690
3291 msgid "ISO C forbids return between function pointer and %<void *%>"
3292 msgstr ""
3293
3294 #: c-typeck.c:3713
3295 #, c-format
3296 msgid "pointer targets in passing argument %d of %qE differ in signedness"
3297 msgstr ""
3298
3299 #: c-typeck.c:3715
3300 msgid "pointer targets in assignment differ in signedness"
3301 msgstr ""
3302
3303 #: c-typeck.c:3717
3304 msgid "pointer targets in initialization differ in signedness"
3305 msgstr ""
3306
3307 #: c-typeck.c:3719
3308 msgid "pointer targets in return differ in signedness"
3309 msgstr ""
3310
3311 #: c-typeck.c:3742
3312 #, c-format
3313 msgid "passing argument %d of %qE from incompatible pointer type"
3314 msgstr ""
3315
3316 #: c-typeck.c:3744
3317 msgid "assignment from incompatible pointer type"
3318 msgstr ""
3319
3320 #: c-typeck.c:3745
3321 msgid "initialization from incompatible pointer type"
3322 msgstr ""
3323
3324 #: c-typeck.c:3747
3325 msgid "return from incompatible pointer type"
3326 msgstr ""
3327
3328 #. ??? This should not be an error when inlining calls to
3329 #. unprototyped functions.
3330 #: c-typeck.c:3754 c-typeck.c:4242 cp/typeck.c:1406
3331 msgid "invalid use of non-lvalue array"
3332 msgstr ""
3333
3334 #: c-typeck.c:3768
3335 #, c-format
3336 msgid "passing argument %d of %qE makes pointer from integer without a cast"
3337 msgstr ""
3338
3339 #: c-typeck.c:3770
3340 msgid "assignment makes pointer from integer without a cast"
3341 msgstr ""
3342
3343 #: c-typeck.c:3772
3344 msgid "initialization makes pointer from integer without a cast"
3345 msgstr ""
3346
3347 #: c-typeck.c:3774
3348 msgid "return makes pointer from integer without a cast"
3349 msgstr ""
3350
3351 #: c-typeck.c:3781
3352 #, c-format
3353 msgid "passing argument %d of %qE makes integer from pointer without a cast"
3354 msgstr ""
3355
3356 #: c-typeck.c:3783
3357 msgid "assignment makes integer from pointer without a cast"
3358 msgstr ""
3359
3360 #: c-typeck.c:3785
3361 msgid "initialization makes integer from pointer without a cast"
3362 msgstr ""
3363
3364 #: c-typeck.c:3787
3365 msgid "return makes integer from pointer without a cast"
3366 msgstr ""
3367
3368 #. ??? This should not be an error when inlining calls to
3369 #. unprototyped functions.
3370 #: c-typeck.c:3800
3371 #, c-format
3372 msgid "incompatible type for argument %d of %qE"
3373 msgstr ""
3374
3375 #: c-typeck.c:3803
3376 msgid "incompatible types in assignment"
3377 msgstr ""
3378
3379 #: c-typeck.c:3806
3380 msgid "incompatible types in initialization"
3381 msgstr ""
3382
3383 #: c-typeck.c:3809
3384 msgid "incompatible types in return"
3385 msgstr ""
3386
3387 #: c-typeck.c:3890
3388 msgid "traditional C rejects automatic aggregate initialization"
3389 msgstr ""
3390
3391 #. Use `%s' to print the string in case there are any escape
3392 #. characters in the message.
3393 #: c-typeck.c:4055 c-typeck.c:4070 c-typeck.c:4085 final.c:2858 final.c:2860
3394 #: gcc.c:4649 rtl-error.c:113 toplev.c:600 config/cris/cris.c:568
3395 #: cp/parser.c:1861 cp/typeck.c:4171 java/expr.c:368
3396 #: java/parse.y:5022 java/verify.c:1553 java/verify.c:1554
3397 #: java/verify.c:1573
3398 #, c-format
3399 msgid "%s"
3400 msgstr ""
3401
3402 #: c-typeck.c:4058 c-typeck.c:4073 c-typeck.c:4088
3403 #, c-format
3404 msgid "(near initialization for %qs)"
3405 msgstr ""
3406
3407 #: c-typeck.c:4102
3408 msgid "array initialized from parenthesized string constant"
3409 msgstr ""
3410
3411 #: c-typeck.c:4166 cp/typeck2.c:702
3412 msgid "char-array initialized from wide string"
3413 msgstr ""
3414
3415 #: c-typeck.c:4171
3416 msgid "wchar_t-array initialized from non-wide string"
3417 msgstr ""
3418
3419 #: c-typeck.c:4189 cp/typeck2.c:724
3420 msgid "initializer-string for array of chars is too long"
3421 msgstr ""
3422
3423 #: c-typeck.c:4195
3424 msgid "array of inappropriate type initialized from string constant"
3425 msgstr ""
3426
3427 #: c-typeck.c:4265
3428 msgid "array initialized from non-constant array expression"
3429 msgstr ""
3430
3431 #: c-typeck.c:4324 c-typeck.c:5708
3432 msgid "initializer element is not computable at load time"
3433 msgstr ""
3434
3435 #: c-typeck.c:4339 cp/typeck2.c:803
3436 msgid "invalid initializer"
3437 msgstr ""
3438
3439 #: c-typeck.c:4609 cp/decl.c:4537
3440 msgid "opaque vector types cannot be initialized"
3441 msgstr ""
3442
3443 #: c-typeck.c:4805
3444 msgid "extra brace group at end of initializer"
3445 msgstr ""
3446
3447 #: c-typeck.c:4825
3448 msgid "missing braces around initializer"
3449 msgstr ""
3450
3451 #: c-typeck.c:4885
3452 msgid "braces around scalar initializer"
3453 msgstr ""
3454
3455 #: c-typeck.c:4942
3456 msgid "initialization of flexible array member in a nested context"
3457 msgstr ""
3458
3459 #: c-typeck.c:4944
3460 msgid "initialization of a flexible array member"
3461 msgstr ""
3462
3463 #: c-typeck.c:4971
3464 msgid "missing initializer"
3465 msgstr ""
3466
3467 #: c-typeck.c:4993
3468 msgid "empty scalar initializer"
3469 msgstr ""
3470
3471 #: c-typeck.c:4998
3472 msgid "extra elements in scalar initializer"
3473 msgstr ""
3474
3475 #: c-typeck.c:5086
3476 msgid "initialization designators may not nest"
3477 msgstr ""
3478
3479 #: c-typeck.c:5108 c-typeck.c:5183
3480 msgid "array index in non-array initializer"
3481 msgstr ""
3482
3483 #: c-typeck.c:5113 c-typeck.c:5236
3484 msgid "field name not in record or union initializer"
3485 msgstr ""
3486
3487 #: c-typeck.c:5159
3488 msgid "array index in initializer not of integer type"
3489 msgstr ""
3490
3491 #: c-typeck.c:5179 c-typeck.c:5181
3492 msgid "nonconstant array index in initializer"
3493 msgstr ""
3494
3495 #: c-typeck.c:5185 c-typeck.c:5188
3496 msgid "array index in initializer exceeds array bounds"
3497 msgstr ""
3498
3499 #: c-typeck.c:5199
3500 msgid "empty index range in initializer"
3501 msgstr ""
3502
3503 #: c-typeck.c:5208
3504 msgid "array index range in initializer exceeds array bounds"
3505 msgstr ""
3506
3507 #: c-typeck.c:5248
3508 #, c-format
3509 msgid "unknown field %qs specified in initializer"
3510 msgstr ""
3511
3512 #: c-typeck.c:5284 c-typeck.c:5305 c-typeck.c:5771
3513 msgid "initialized field with side-effects overwritten"
3514 msgstr ""
3515
3516 #: c-typeck.c:5980
3517 msgid "excess elements in char array initializer"
3518 msgstr ""
3519
3520 #: c-typeck.c:5987 c-typeck.c:6033
3521 msgid "excess elements in struct initializer"
3522 msgstr ""
3523
3524 #: c-typeck.c:6048
3525 msgid "non-static initialization of a flexible array member"
3526 msgstr ""
3527
3528 #: c-typeck.c:6116
3529 msgid "excess elements in union initializer"
3530 msgstr ""
3531
3532 #: c-typeck.c:6138
3533 msgid "traditional C rejects initialization of unions"
3534 msgstr ""
3535
3536 #: c-typeck.c:6202
3537 msgid "excess elements in array initializer"
3538 msgstr ""
3539
3540 #: c-typeck.c:6232
3541 msgid "excess elements in vector initializer"
3542 msgstr ""
3543
3544 #: c-typeck.c:6255
3545 msgid "excess elements in scalar initializer"
3546 msgstr ""
3547
3548 #: c-typeck.c:6417
3549 msgid "ISO C forbids %<goto *expr;%>"
3550 msgstr ""
3551
3552 #: c-typeck.c:6431 cp/typeck.c:6147
3553 msgid "function declared %<noreturn%> has a %<return%> statement"
3554 msgstr ""
3555
3556 #: c-typeck.c:6438
3557 msgid "%<return%> with no value, in function returning non-void"
3558 msgstr ""
3559
3560 #: c-typeck.c:6445
3561 msgid "%<return%> with a value, in function returning void"
3562 msgstr ""
3563
3564 #: c-typeck.c:6502
3565 msgid "function returns address of local variable"
3566 msgstr ""
3567
3568 #: c-typeck.c:6563 cp/semantics.c:880
3569 msgid "switch quantity not an integer"
3570 msgstr ""
3571
3572 #: c-typeck.c:6573
3573 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3574 msgstr ""
3575
3576 #: c-typeck.c:6610 cp/parser.c:5942
3577 msgid "case label not within a switch statement"
3578 msgstr ""
3579
3580 #: c-typeck.c:6612
3581 msgid "%<default%> label not within a switch statement"
3582 msgstr ""
3583
3584 #: c-typeck.c:6676
3585 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3586 msgstr ""
3587
3588 #: c-typeck.c:6686
3589 msgid "%Hempty body in an if-statement"
3590 msgstr ""
3591
3592 #: c-typeck.c:6694
3593 msgid "%Hempty body in an else-statement"
3594 msgstr ""
3595
3596 #: c-typeck.c:6785 cp/parser.c:6445
3597 msgid "continue statement not within a loop"
3598 msgstr ""
3599
3600 #: c-typeck.c:6802
3601 msgid "%Hstatement with no effect"
3602 msgstr ""
3603
3604 #: c-typeck.c:6831
3605 msgid "expression statement has incomplete type"
3606 msgstr ""
3607
3608 #: c-typeck.c:7154 c-typeck.c:7193
3609 msgid "division by zero"
3610 msgstr ""
3611
3612 #: c-typeck.c:7238 cp/typeck.c:2971
3613 msgid "right shift count is negative"
3614 msgstr ""
3615
3616 #: c-typeck.c:7245 cp/typeck.c:2977
3617 msgid "right shift count >= width of type"
3618 msgstr ""
3619
3620 #: c-typeck.c:7266 cp/typeck.c:2996
3621 msgid "left shift count is negative"
3622 msgstr ""
3623
3624 #: c-typeck.c:7269 cp/typeck.c:2998
3625 msgid "left shift count >= width of type"
3626 msgstr ""
3627
3628 #: c-typeck.c:7290
3629 msgid "shift count is negative"
3630 msgstr ""
3631
3632 #: c-typeck.c:7292
3633 msgid "shift count >= width of type"
3634 msgstr ""
3635
3636 #: c-typeck.c:7309 cp/typeck.c:3033
3637 msgid "comparing floating point with == or != is unsafe"
3638 msgstr ""
3639
3640 #: c-typeck.c:7333 c-typeck.c:7340
3641 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3642 msgstr ""
3643
3644 #: c-typeck.c:7344 c-typeck.c:7384 c-typeck.c:7412
3645 msgid "comparison of distinct pointer types lacks a cast"
3646 msgstr ""
3647
3648 #: c-typeck.c:7358 c-typeck.c:7363 c-typeck.c:7432 c-typeck.c:7437
3649 msgid "comparison between pointer and integer"
3650 msgstr ""
3651
3652 #: c-typeck.c:7379 c-typeck.c:7407
3653 msgid "ISO C forbids ordered comparisons of pointers to functions"
3654 msgstr ""
3655
3656 #: c-typeck.c:7404
3657 msgid "comparison of complete and incomplete pointers"
3658 msgstr ""
3659
3660 #: c-typeck.c:7420 c-typeck.c:7427
3661 msgid "ordered comparison of pointer with integer zero"
3662 msgstr ""
3663
3664 #: c-typeck.c:7452 cp/typeck.c:3174
3665 msgid "unordered comparison on non-floating point argument"
3666 msgstr ""
3667
3668 #: c-typeck.c:7665
3669 msgid "comparison between signed and unsigned"
3670 msgstr ""
3671
3672 #: c-typeck.c:7711 cp/typeck.c:3440
3673 msgid "comparison of promoted ~unsigned with constant"
3674 msgstr ""
3675
3676 #: c-typeck.c:7719 cp/typeck.c:3448
3677 msgid "comparison of promoted ~unsigned with unsigned"
3678 msgstr ""
3679
3680 #: calls.c:1911
3681 msgid "function call has aggregate value"
3682 msgstr ""
3683
3684 #: cfghooks.c:90
3685 #, c-format
3686 msgid "bb %d on wrong place"
3687 msgstr ""
3688
3689 #: cfghooks.c:96
3690 #, c-format
3691 msgid "prev_bb of %d should be %d, not %d"
3692 msgstr ""
3693
3694 #: cfghooks.c:113
3695 #, c-format
3696 msgid "verify_flow_info: Wrong count of block %i %i"
3697 msgstr ""
3698
3699 #: cfghooks.c:119
3700 #, c-format
3701 msgid "verify_flow_info: Wrong frequency of block %i %i"
3702 msgstr ""
3703
3704 #: cfghooks.c:127
3705 #, c-format
3706 msgid "verify_flow_info: Duplicate edge %i->%i"
3707 msgstr ""
3708
3709 #: cfghooks.c:133
3710 #, c-format
3711 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3712 msgstr ""
3713
3714 #: cfghooks.c:139
3715 #, c-format
3716 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3717 msgstr ""
3718
3719 #: cfghooks.c:151
3720 #, c-format
3721 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3722 msgstr ""
3723
3724 #: cfghooks.c:165 cfgrtl.c:2051
3725 #, c-format
3726 msgid "Wrong amount of branch edges after unconditional jump %i"
3727 msgstr ""
3728
3729 #: cfghooks.c:173
3730 #, c-format
3731 msgid "basic block %d pred edge is corrupted"
3732 msgstr ""
3733
3734 #: cfghooks.c:200
3735 #, c-format
3736 msgid "basic block %i edge lists are corrupted"
3737 msgstr ""
3738
3739 #: cfghooks.c:214
3740 msgid "verify_flow_info failed"
3741 msgstr ""
3742
3743 #: cfghooks.c:275
3744 #, c-format
3745 msgid "%s does not support redirect_edge_and_branch."
3746 msgstr ""
3747
3748 #: cfghooks.c:293
3749 #, c-format
3750 msgid "%s does not support redirect_edge_and_branch_force."
3751 msgstr ""
3752
3753 #: cfghooks.c:311
3754 #, c-format
3755 msgid "%s does not support split_block."
3756 msgstr ""
3757
3758 #: cfghooks.c:347
3759 #, c-format
3760 msgid "%s does not support move_block_after."
3761 msgstr ""
3762
3763 #: cfghooks.c:360
3764 #, c-format
3765 msgid "%s does not support delete_basic_block."
3766 msgstr ""
3767
3768 #: cfghooks.c:392
3769 #, c-format
3770 msgid "%s does not support split_edge."
3771 msgstr ""
3772
3773 #: cfghooks.c:453
3774 #, c-format
3775 msgid "%s does not support create_basic_block."
3776 msgstr ""
3777
3778 #: cfghooks.c:481
3779 #, c-format
3780 msgid "%s does not support can_merge_blocks_p."
3781 msgstr ""
3782
3783 #: cfghooks.c:492
3784 #, c-format
3785 msgid "%s does not support predict_edge."
3786 msgstr ""
3787
3788 #: cfghooks.c:501
3789 #, c-format
3790 msgid "%s does not support predicted_by_p."
3791 msgstr ""
3792
3793 #: cfghooks.c:515
3794 #, c-format
3795 msgid "%s does not support merge_blocks."
3796 msgstr ""
3797
3798 #: cfghooks.c:561
3799 #, c-format
3800 msgid "%s does not support make_forwarder_block."
3801 msgstr ""
3802
3803 #: cfghooks.c:667
3804 #, c-format
3805 msgid "%s does not support can_duplicate_block_p."
3806 msgstr ""
3807
3808 #: cfghooks.c:694
3809 #, c-format
3810 msgid "%s does not support duplicate_block."
3811 msgstr ""
3812
3813 #: cfghooks.c:760
3814 #, c-format
3815 msgid "%s does not support block_ends_with_call_p"
3816 msgstr ""
3817
3818 #: cfghooks.c:771
3819 #, c-format
3820 msgid "%s does not support block_ends_with_condjump_p"
3821 msgstr ""
3822
3823 #: cfghooks.c:789
3824 #, c-format
3825 msgid "%s does not support flow_call_edges_add"
3826 msgstr ""
3827
3828 #: cfgloop.c:1317
3829 #, c-format
3830 msgid "Size of loop %d should be %d, not %d."
3831 msgstr ""
3832
3833 #: cfgloop.c:1334
3834 #, c-format
3835 msgid "Bb %d do not belong to loop %d."
3836 msgstr ""
3837
3838 #: cfgloop.c:1351
3839 #, c-format
3840 msgid "Loop %d's header does not have exactly 2 entries."
3841 msgstr ""
3842
3843 #: cfgloop.c:1358
3844 #, c-format
3845 msgid "Loop %d's latch does not have exactly 1 successor."
3846 msgstr ""
3847
3848 #: cfgloop.c:1363
3849 #, c-format
3850 msgid "Loop %d's latch does not have header as successor."
3851 msgstr ""
3852
3853 #: cfgloop.c:1368
3854 #, c-format
3855 msgid "Loop %d's latch does not belong directly to it."
3856 msgstr ""
3857
3858 #: cfgloop.c:1374
3859 #, c-format
3860 msgid "Loop %d's header does not belong directly to it."
3861 msgstr ""
3862
3863 #: cfgloop.c:1380
3864 #, c-format
3865 msgid "Loop %d's latch is marked as part of irreducible region."
3866 msgstr ""
3867
3868 #: cfgloop.c:1413
3869 #, c-format
3870 msgid "Basic block %d should be marked irreducible."
3871 msgstr ""
3872
3873 #: cfgloop.c:1419
3874 #, c-format
3875 msgid "Basic block %d should not be marked irreducible."
3876 msgstr ""
3877
3878 #: cfgloop.c:1427
3879 #, c-format
3880 msgid "Edge from %d to %d should be marked irreducible."
3881 msgstr ""
3882
3883 #: cfgloop.c:1434
3884 #, c-format
3885 msgid "Edge from %d to %d should not be marked irreducible."
3886 msgstr ""
3887
3888 #: cfgloop.c:1469
3889 #, c-format
3890 msgid "Wrong single exit %d->%d recorded for loop %d."
3891 msgstr ""
3892
3893 #: cfgloop.c:1473
3894 #, c-format
3895 msgid "Right exit is %d->%d."
3896 msgstr ""
3897
3898 #: cfgloop.c:1490
3899 #, c-format
3900 msgid "Single exit not recorded for loop %d."
3901 msgstr ""
3902
3903 #: cfgloop.c:1497
3904 #, c-format
3905 msgid "Loop %d should not have single exit (%d -> %d)."
3906 msgstr ""
3907
3908 #: cfgrtl.c:1943
3909 #, c-format
3910 msgid "end insn %d for block %d not found in the insn stream"
3911 msgstr ""
3912
3913 #: cfgrtl.c:1957
3914 #, c-format
3915 msgid "insn %d is in multiple basic blocks (%d and %d)"
3916 msgstr ""
3917
3918 #: cfgrtl.c:1969
3919 #, c-format
3920 msgid "head insn %d for block %d not found in the insn stream"
3921 msgstr ""
3922
3923 #: cfgrtl.c:1993
3924 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3925 msgstr ""
3926
3927 #: cfgrtl.c:2008
3928 #, c-format
3929 msgid "Fallthru edge crosses section boundary (bb %i)"
3930 msgstr ""
3931
3932 #: cfgrtl.c:2033
3933 #, c-format
3934 msgid "Missing REG_EH_REGION note in the end of bb %i"
3935 msgstr ""
3936
3937 #: cfgrtl.c:2041
3938 #, c-format
3939 msgid "Too many outgoing branch edges from bb %i"
3940 msgstr ""
3941
3942 #: cfgrtl.c:2046
3943 #, c-format
3944 msgid "Fallthru edge after unconditional jump %i"
3945 msgstr ""
3946
3947 #: cfgrtl.c:2057
3948 #, c-format
3949 msgid "Wrong amount of branch edges after conditional jump %i"
3950 msgstr ""
3951
3952 #: cfgrtl.c:2062
3953 #, c-format
3954 msgid "Call edges for non-call insn in bb %i"
3955 msgstr ""
3956
3957 #: cfgrtl.c:2071
3958 #, c-format
3959 msgid "Abnormal edges for no purpose in bb %i"
3960 msgstr ""
3961
3962 #: cfgrtl.c:2083
3963 #, c-format
3964 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3965 msgstr ""
3966
3967 #: cfgrtl.c:2087
3968 #, c-format
3969 msgid "insn %d inside basic block %d but block_for_insn is %i"
3970 msgstr ""
3971
3972 #: cfgrtl.c:2101 cfgrtl.c:2111
3973 #, c-format
3974 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3975 msgstr ""
3976
3977 #: cfgrtl.c:2124
3978 #, c-format
3979 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3980 msgstr ""
3981
3982 #: cfgrtl.c:2134
3983 #, c-format
3984 msgid "in basic block %d:"
3985 msgstr ""
3986
3987 #: cfgrtl.c:2135
3988 msgid "flow control insn inside a basic block"
3989 msgstr ""
3990
3991 #: cfgrtl.c:2183
3992 #, c-format
3993 msgid "missing barrier after block %i"
3994 msgstr ""
3995
3996 #: cfgrtl.c:2196
3997 #, c-format
3998 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3999 msgstr ""
4000
4001 #: cfgrtl.c:2211
4002 #, c-format
4003 msgid "verify_flow_info: Incorrect fallthru %i->%i"
4004 msgstr ""
4005
4006 #: cfgrtl.c:2213
4007 msgid "wrong insn in the fallthru edge"
4008 msgstr ""
4009
4010 #: cfgrtl.c:2230
4011 msgid "basic blocks not laid down consecutively"
4012 msgstr ""
4013
4014 #: cfgrtl.c:2255
4015 msgid "insn outside basic block"
4016 msgstr ""
4017
4018 #: cfgrtl.c:2263
4019 msgid "return not followed by barrier"
4020 msgstr ""
4021
4022 #: cfgrtl.c:2270
4023 #, c-format
4024 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
4025 msgstr ""
4026
4027 #: cgraph.c:231
4028 msgid "function body not available"
4029 msgstr ""
4030
4031 #: cgraph.c:233 cgraphunit.c:651
4032 msgid "redefined extern inline functions are not considered for inlining"
4033 msgstr ""
4034
4035 #: cgraph.c:236 cgraphunit.c:656
4036 msgid "function not considered for inlining"
4037 msgstr ""
4038
4039 #: cgraph.c:238 cgraphunit.c:654
4040 msgid "function not inlinable"
4041 msgstr ""
4042
4043 #: cgraph.c:556
4044 msgid "%D renamed after being referenced in assembly"
4045 msgstr ""
4046
4047 #: cgraphunit.c:502
4048 msgid "Shared call_expr:"
4049 msgstr ""
4050
4051 #: cgraphunit.c:508
4052 msgid "Edge points to wrong declaration:"
4053 msgstr ""
4054
4055 #: cgraphunit.c:517
4056 msgid "Missing callgraph edge for call expr:"
4057 msgstr ""
4058
4059 #: cgraphunit.c:543
4060 #, c-format
4061 msgid "Aux field set for edge %s->%s"
4062 msgstr ""
4063
4064 #: cgraphunit.c:555
4065 msgid "Inlined_to pointer is wrong"
4066 msgstr ""
4067
4068 #: cgraphunit.c:560
4069 msgid "Multiple inline callers"
4070 msgstr ""
4071
4072 #: cgraphunit.c:567
4073 msgid "Inlined_to pointer set for noninline callers"
4074 msgstr ""
4075
4076 #: cgraphunit.c:573
4077 msgid "Inlined_to pointer is set but no predecesors found"
4078 msgstr ""
4079
4080 #: cgraphunit.c:578
4081 msgid "Inlined_to pointer reffers to itself"
4082 msgstr ""
4083
4084 #: cgraphunit.c:588
4085 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4086 msgstr ""
4087
4088 #: cgraphunit.c:602
4089 #, c-format
4090 msgid "Edge %s->%s has no corresponding call_expr"
4091 msgstr ""
4092
4093 #: cgraphunit.c:613
4094 msgid "verify_cgraph_node failed."
4095 msgstr ""
4096
4097 #: cgraphunit.c:797
4098 msgid "failed to reclaim unneeded function"
4099 msgstr ""
4100
4101 #: cgraphunit.c:1184
4102 msgid "--param large-function-growth limit reached"
4103 msgstr ""
4104
4105 #: cgraphunit.c:1221
4106 msgid "recursive inlining"
4107 msgstr ""
4108
4109 #: cgraphunit.c:1386 cgraphunit.c:1638
4110 msgid "--param max-inline-insns-single limit reached"
4111 msgstr ""
4112
4113 #: cgraphunit.c:1410
4114 msgid ""
4115 "--param max-inline-insns-single limit reached after inlining into the callee"
4116 msgstr ""
4117
4118 #: cgraphunit.c:1460
4119 msgid "--param inline-unit-growth limit reached"
4120 msgstr ""
4121
4122 #: cgraphunit.c:1809
4123 msgid "Nodes with no released memory found."
4124 msgstr ""
4125
4126 #: collect2.c:402 gcc.c:6744
4127 #, c-format
4128 msgid "internal gcc abort in %s, at %s:%d"
4129 msgstr ""
4130
4131 #: collect2.c:895
4132 msgid "no arguments"
4133 msgstr ""
4134
4135 #: collect2.c:1187
4136 #, c-format
4137 msgid "unknown demangling style '%s'"
4138 msgstr ""
4139
4140 #: collect2.c:1261 collect2.c:1409 collect2.c:1444
4141 #, c-format
4142 msgid "fopen %s"
4143 msgstr ""
4144
4145 #: collect2.c:1264 collect2.c:1414 collect2.c:1447
4146 #, c-format
4147 msgid "fclose %s"
4148 msgstr ""
4149
4150 #: collect2.c:1273
4151 #, c-format
4152 msgid "collect2 version %s"
4153 msgstr ""
4154
4155 #: collect2.c:1363
4156 #, c-format
4157 msgid "%d constructor(s) found\n"
4158 msgstr ""
4159
4160 #: collect2.c:1364
4161 #, c-format
4162 msgid "%d destructor(s)  found\n"
4163 msgstr ""
4164
4165 #: collect2.c:1365
4166 #, c-format
4167 msgid "%d frame table(s) found\n"
4168 msgstr ""
4169
4170 #: collect2.c:1507
4171 #, c-format
4172 msgid "%s terminated with signal %d [%s]%s"
4173 msgstr ""
4174
4175 #: collect2.c:1525
4176 #, c-format
4177 msgid "%s returned %d exit status"
4178 msgstr ""
4179
4180 #: collect2.c:1550
4181 #, c-format
4182 msgid "[cannot find %s]"
4183 msgstr ""
4184
4185 #: collect2.c:1565
4186 #, c-format
4187 msgid "cannot find '%s'"
4188 msgstr ""
4189
4190 #: collect2.c:1576 collect2.c:1579
4191 #, c-format
4192 msgid "redirecting stdout: %s"
4193 msgstr ""
4194
4195 #: collect2.c:1618
4196 #, c-format
4197 msgid "[Leaving %s]\n"
4198 msgstr ""
4199
4200 #: collect2.c:1838
4201 #, c-format
4202 msgid ""
4203 "\n"
4204 "write_c_file - output name is %s, prefix is %s\n"
4205 msgstr ""
4206
4207 #: collect2.c:2042
4208 msgid "cannot find 'nm'"
4209 msgstr ""
4210
4211 #: collect2.c:2052 collect2.c:2218
4212 msgid "pipe"
4213 msgstr ""
4214
4215 #: collect2.c:2056 collect2.c:2222
4216 msgid "fdopen"
4217 msgstr ""
4218
4219 #: collect2.c:2082 collect2.c:2248
4220 #, c-format
4221 msgid "dup2 %d 1"
4222 msgstr ""
4223
4224 #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4225 #: collect2.c:2254 collect2.c:2267
4226 #, c-format
4227 msgid "close %d"
4228 msgstr ""
4229
4230 #: collect2.c:2091 collect2.c:2257
4231 #, c-format
4232 msgid "execv %s"
4233 msgstr ""
4234
4235 #: collect2.c:2145
4236 #, c-format
4237 msgid "init function found in object %s"
4238 msgstr ""
4239
4240 #: collect2.c:2153
4241 #, c-format
4242 msgid "fini function found in object %s"
4243 msgstr ""
4244
4245 #: collect2.c:2176 collect2.c:2306
4246 msgid "fclose"
4247 msgstr ""
4248
4249 #: collect2.c:2209
4250 msgid "cannot find 'ldd'"
4251 msgstr ""
4252
4253 #: collect2.c:2270
4254 msgid ""
4255 "\n"
4256 "ldd output with constructors/destructors.\n"
4257 msgstr ""
4258
4259 #: collect2.c:2285
4260 #, c-format
4261 msgid "dynamic dependency %s not found"
4262 msgstr ""
4263
4264 #: collect2.c:2297
4265 #, c-format
4266 msgid "unable to open dynamic dependency '%s'"
4267 msgstr ""
4268
4269 #: collect2.c:2456
4270 #, c-format
4271 msgid "%s: not a COFF file"
4272 msgstr ""
4273
4274 #: collect2.c:2576
4275 #, c-format
4276 msgid "%s: cannot open as COFF file"
4277 msgstr ""
4278
4279 #: collect2.c:2631
4280 #, c-format
4281 msgid "library lib%s not found"
4282 msgstr ""
4283
4284 #: combine.c:12384
4285 #, c-format
4286 msgid ""
4287 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4288 "space),\n"
4289 ";; %d successes.\n"
4290 "\n"
4291 msgstr ""
4292
4293 #: combine.c:12393
4294 #, c-format
4295 msgid ""
4296 "\n"
4297 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4298 ";; %d successes.\n"
4299 msgstr ""
4300
4301 #: convert.c:69
4302 msgid "cannot convert to a pointer type"
4303 msgstr ""
4304
4305 #: convert.c:302
4306 msgid "pointer value used where a floating point value was expected"
4307 msgstr ""
4308
4309 #: convert.c:306
4310 msgid "aggregate value used where a float was expected"
4311 msgstr ""
4312
4313 #: convert.c:331
4314 msgid "conversion to incomplete type"
4315 msgstr ""
4316
4317 #: convert.c:660 convert.c:736
4318 msgid "can't convert between vector values of different size"
4319 msgstr ""
4320
4321 #: convert.c:666
4322 msgid "aggregate value used where an integer was expected"
4323 msgstr ""
4324
4325 #: convert.c:716
4326 msgid "pointer value used where a complex was expected"
4327 msgstr ""
4328
4329 #: convert.c:720
4330 msgid "aggregate value used where a complex was expected"
4331 msgstr ""
4332
4333 #: convert.c:742
4334 msgid "can't convert value to a vector"
4335 msgstr ""
4336
4337 #: coverage.c:168
4338 #, c-format
4339 msgid "%qs is not a gcov data file"
4340 msgstr ""
4341
4342 #: coverage.c:179
4343 msgid "%qs is version %q.*s, expected version %q.*s"
4344 msgstr ""
4345
4346 #: coverage.c:259 coverage.c:267
4347 #, c-format
4348 msgid "coverage mismatch for function %u while reading execution counters."
4349 msgstr ""
4350
4351 #: coverage.c:261 coverage.c:344
4352 #, c-format
4353 msgid "checksum is %x instead of %x"
4354 msgstr ""
4355
4356 #: coverage.c:269 coverage.c:352
4357 #, c-format
4358 msgid "number of counters is %d instead of %d"
4359 msgstr ""
4360
4361 #: coverage.c:275
4362 #, c-format
4363 msgid "cannot merge separate %s counters for function %u"
4364 msgstr ""
4365
4366 #: coverage.c:296
4367 #, c-format
4368 msgid "%qs has overflowed"
4369 msgstr ""
4370
4371 #: coverage.c:296
4372 #, c-format
4373 msgid "%qs is corrupted"
4374 msgstr ""
4375
4376 #: coverage.c:333
4377 #, c-format
4378 msgid "no coverage for function %qs found."
4379 msgstr ""
4380
4381 #: coverage.c:341 coverage.c:349
4382 #, c-format
4383 msgid "coverage mismatch for function %qs while reading counter %qs."
4384 msgstr ""
4385
4386 #: coverage.c:532
4387 #, c-format
4388 msgid "cannot open %s"
4389 msgstr ""
4390
4391 #: coverage.c:567
4392 #, c-format
4393 msgid "error writing %qs"
4394 msgstr ""
4395
4396 #: cppspec.c:106
4397 #, c-format
4398 msgid "\"%s\" is not a valid option to the preprocessor"
4399 msgstr ""
4400
4401 #: cppspec.c:128
4402 msgid "too many input files"
4403 msgstr ""
4404
4405 #: cse.c:6724
4406 #, c-format
4407 msgid ";; Processing block from %d to %d, %d sets.\n"
4408 msgstr ""
4409
4410 #: diagnostic.c:168
4411 #, c-format
4412 msgid "%s:%d: confused by earlier errors, bailing out\n"
4413 msgstr ""
4414
4415 #: diagnostic.c:228
4416 msgid "compilation terminated due to -Wfatal-errors.\n"
4417 msgstr ""
4418
4419 #: diagnostic.c:237
4420 #, c-format
4421 msgid ""
4422 "Please submit a full bug report,\n"
4423 "with preprocessed source if appropriate.\n"
4424 "See %s for instructions.\n"
4425 msgstr ""
4426
4427 #: diagnostic.c:246
4428 msgid "compilation terminated.\n"
4429 msgstr ""
4430
4431 #: diagnostic.c:537
4432 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4433 msgstr ""
4434
4435 #: diagnostic.c:556
4436 #, c-format
4437 msgid "in %s, at %s:%d"
4438 msgstr ""
4439
4440 #: dominance.c:833
4441 #, c-format
4442 msgid "dominator of %d status unknown"
4443 msgstr ""
4444
4445 #: dominance.c:835
4446 #, c-format
4447 msgid "dominator of %d should be %d, not %d"
4448 msgstr ""
4449
4450 #: dominance.c:847
4451 #, c-format
4452 msgid "ENTRY does not dominate bb %d"
4453 msgstr ""
4454
4455 #: dwarf2out.c:3361
4456 #, c-format
4457 msgid "DW_LOC_OP %s not implemented\n"
4458 msgstr ""
4459
4460 #: emit-rtl.c:1165
4461 msgid "can't access real part of complex value in hard register"
4462 msgstr ""
4463
4464 #: emit-rtl.c:1192
4465 msgid "can't access imaginary part of complex value in hard register"
4466 msgstr ""
4467
4468 #: emit-rtl.c:2253
4469 msgid "Invalid rtl sharing found in the insn"
4470 msgstr ""
4471
4472 #: emit-rtl.c:2255
4473 msgid "Shared rtx"
4474 msgstr ""
4475
4476 #: emit-rtl.c:2257
4477 msgid "Internal consistency failure"
4478 msgstr ""
4479
4480 #: emit-rtl.c:3404
4481 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4482 msgstr ""
4483
4484 #: errors.c:133 java/jv-scan.c:294
4485 #, c-format
4486 msgid "abort in %s, at %s:%d"
4487 msgstr ""
4488
4489 #: except.c:346
4490 msgid "exception handling disabled, use -fexceptions to enable"
4491 msgstr ""
4492
4493 #: except.c:2934
4494 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4495 msgstr ""
4496
4497 #: except.c:3065
4498 msgid "__builtin_eh_return not supported on this target"
4499 msgstr ""
4500
4501 #: explow.c:1355
4502 msgid "stack limits not supported on this target"
4503 msgstr ""
4504
4505 #: final.c:1061
4506 msgid "negative insn length"
4507 msgstr ""
4508
4509 #: final.c:2501
4510 msgid "could not split insn"
4511 msgstr ""
4512
4513 #: final.c:2853
4514 msgid "invalid 'asm': "
4515 msgstr ""
4516
4517 #: final.c:3036
4518 msgid "nested assembly dialect alternatives"
4519 msgstr ""
4520
4521 #: final.c:3053 final.c:3065
4522 msgid "unterminated assembly dialect alternative"
4523 msgstr ""
4524
4525 #: final.c:3112
4526 #, c-format
4527 msgid "operand number missing after %%-letter"
4528 msgstr ""
4529
4530 #: final.c:3115 final.c:3156
4531 msgid "operand number out of range"
4532 msgstr ""
4533
4534 #: final.c:3175
4535 #, c-format
4536 msgid "invalid %%-code"
4537 msgstr ""
4538
4539 #: final.c:3205
4540 #, c-format
4541 msgid "'%%l' operand isn't a label"
4542 msgstr ""
4543
4544 #. We can't handle floating point constants;
4545 #. PRINT_OPERAND must handle them.
4546 #. We can't handle floating point constants; PRINT_OPERAND must
4547 #. handle them.
4548 #. We can't handle floating point constants;
4549 #. PRINT_OPERAND must handle them.
4550 #: final.c:3307 vmsdbgout.c:487 config/i386/i386.c:5835
4551 #: config/pdp11/pdp11.c:1690
4552 msgid "floating constant misused"
4553 msgstr ""
4554
4555 #: final.c:3363 vmsdbgout.c:544 config/i386/i386.c:5913
4556 #: config/pdp11/pdp11.c:1737
4557 msgid "invalid expression as operand"
4558 msgstr ""
4559
4560 #: flow.c:495 flow.c:519 flow.c:541
4561 msgid "internal consistency failure"
4562 msgstr ""
4563
4564 #: flow.c:1552
4565 msgid "Attempt to delete prologue/epilogue insn:"
4566 msgstr ""
4567
4568 #: fold-const.c:3195 fold-const.c:3206
4569 #, c-format
4570 msgid "comparison is always %d due to width of bit-field"
4571 msgstr ""
4572
4573 #: fold-const.c:4766 fold-const.c:4781
4574 #, c-format
4575 msgid "comparison is always %d"
4576 msgstr ""
4577
4578 #: fold-const.c:4910
4579 msgid "%<or%> of unmatched not-equal tests is always 1"
4580 msgstr ""
4581
4582 #: fold-const.c:4915
4583 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4584 msgstr ""
4585
4586 #: fold-const.c:9152
4587 msgid "fold check: original tree changed by fold"
4588 msgstr ""
4589
4590 #: function.c:831 varasm.c:1569
4591 msgid "%Jsize of variable %qD is too large"
4592 msgstr ""
4593
4594 #: function.c:1442
4595 msgid "impossible constraint in %<asm%>"
4596 msgstr ""
4597
4598 #: function.c:3488
4599 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4600 msgstr ""
4601
4602 #: function.c:3509
4603 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4604 msgstr ""
4605
4606 #: function.c:3900
4607 msgid "function returns an aggregate"
4608 msgstr ""
4609
4610 #: function.c:4233
4611 msgid "%Junused parameter %qD"
4612 msgstr ""
4613
4614 #: gcc.c:1242
4615 #, c-format
4616 msgid "ambiguous abbreviation %s"
4617 msgstr ""
4618
4619 #: gcc.c:1269
4620 #, c-format
4621 msgid "incomplete '%s' option"
4622 msgstr ""
4623
4624 #: gcc.c:1280
4625 #, c-format
4626 msgid "missing argument to '%s' option"
4627 msgstr ""
4628
4629 #: gcc.c:1293
4630 #, c-format
4631 msgid "extraneous argument to '%s' option"
4632 msgstr ""
4633
4634 #: gcc.c:1637
4635 msgid "Using built-in specs.\n"
4636 msgstr ""
4637
4638 #: gcc.c:1825
4639 #, c-format
4640 msgid ""
4641 "Setting spec %s to '%s'\n"
4642 "\n"
4643 msgstr ""
4644
4645 #: gcc.c:1934
4646 #, c-format
4647 msgid "Reading specs from %s\n"
4648 msgstr ""
4649
4650 #: gcc.c:2030 gcc.c:2049
4651 #, c-format
4652 msgid "specs %%include syntax malformed after %ld characters"
4653 msgstr ""
4654
4655 #: gcc.c:2057
4656 #, c-format
4657 msgid "could not find specs file %s\n"
4658 msgstr ""
4659
4660 #: gcc.c:2074 gcc.c:2082 gcc.c:2091 gcc.c:2100
4661 #, c-format
4662 msgid "specs %%rename syntax malformed after %ld characters"
4663 msgstr ""
4664
4665 #: gcc.c:2109
4666 #, c-format
4667 msgid "specs %s spec was not found to be renamed"
4668 msgstr ""
4669
4670 #: gcc.c:2116
4671 #, c-format
4672 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4673 msgstr ""
4674
4675 #: gcc.c:2121
4676 #, c-format
4677 msgid "rename spec %s to %s\n"
4678 msgstr ""
4679
4680 #: gcc.c:2123
4681 #, c-format
4682 msgid ""
4683 "spec is '%s'\n"
4684 "\n"
4685 msgstr ""
4686
4687 #: gcc.c:2136
4688 #, c-format
4689 msgid "specs unknown %% command after %ld characters"
4690 msgstr ""
4691
4692 #: gcc.c:2147 gcc.c:2160
4693 #, c-format
4694 msgid "specs file malformed after %ld characters"
4695 msgstr ""
4696
4697 #: gcc.c:2213
4698 msgid "spec file has no spec for linking"
4699 msgstr ""
4700
4701 #: gcc.c:2635
4702 #, c-format
4703 msgid "system path '%s' is not absolute"
4704 msgstr ""
4705
4706 #: gcc.c:2698
4707 msgid "-pipe not supported"
4708 msgstr ""
4709
4710 #: gcc.c:2760
4711 msgid ""
4712 "\n"
4713 "Go ahead? (y or n) "
4714 msgstr ""
4715
4716 #: gcc.c:2885
4717 #, c-format
4718 msgid ""
4719 "Internal error: %s (program %s)\n"
4720 "Please submit a full bug report.\n"
4721 "See %s for instructions."
4722 msgstr ""
4723
4724 #: gcc.c:2903
4725 #, c-format
4726 msgid "# %s %.2f %.2f\n"
4727 msgstr ""
4728
4729 #: gcc.c:3033
4730 #, c-format
4731 msgid "Usage: %s [options] file...\n"
4732 msgstr ""
4733
4734 #: gcc.c:3034
4735 msgid "Options:\n"
4736 msgstr ""
4737
4738 #: gcc.c:3036
4739 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4740 msgstr ""
4741
4742 #: gcc.c:3037
4743 msgid "  --help                   Display this information\n"
4744 msgstr ""
4745
4746 #: gcc.c:3038
4747 msgid ""
4748 "  --target-help            Display target specific command line options\n"
4749 msgstr ""
4750
4751 #: gcc.c:3040
4752 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4753 msgstr ""
4754
4755 #: gcc.c:3041
4756 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4757 msgstr ""
4758
4759 #: gcc.c:3042
4760 msgid "  -dumpversion             Display the version of the compiler\n"
4761 msgstr ""
4762
4763 #: gcc.c:3043
4764 msgid "  -dumpmachine             Display the compiler's target processor\n"
4765 msgstr ""
4766
4767 #: gcc.c:3044
4768 msgid ""
4769 "  -print-search-dirs       Display the directories in the compiler's search "
4770 "path\n"
4771 msgstr ""
4772
4773 #: gcc.c:3045
4774 msgid ""
4775 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4776 "library\n"
4777 msgstr ""
4778
4779 #: gcc.c:3046
4780 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4781 msgstr ""
4782
4783 #: gcc.c:3047
4784 msgid ""
4785 "  -print-prog-name=<prog>  Display the full path to compiler component "
4786 "<prog>\n"
4787 msgstr ""
4788
4789 #: gcc.c:3048
4790 msgid ""
4791 "  -print-multi-directory   Display the root directory for versions of "
4792 "libgcc\n"
4793 msgstr ""
4794
4795 #: gcc.c:3049
4796 msgid ""
4797 "  -print-multi-lib         Display the mapping between command line options "
4798 "and\n"
4799 "                           multiple library search directories\n"
4800 msgstr ""
4801
4802 #: gcc.c:3052
4803 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4804 msgstr ""
4805
4806 #: gcc.c:3053
4807 msgid ""
4808 "  -Wa,<options>            Pass comma-separated <options> on to the "
4809 "assembler\n"
4810 msgstr ""
4811
4812 #: gcc.c:3054
4813 msgid ""
4814 "  -Wp,<options>            Pass comma-separated <options> on to the "
4815 "preprocessor\n"
4816 msgstr ""
4817
4818 #: gcc.c:3055
4819 msgid ""
4820 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4821 msgstr ""
4822
4823 #: gcc.c:3056
4824 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4825 msgstr ""
4826
4827 #: gcc.c:3057
4828 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4829 msgstr ""
4830
4831 #: gcc.c:3058
4832 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4833 msgstr ""
4834
4835 #: gcc.c:3059
4836 msgid ""
4837 "  -combine                 Pass multiple source files to compiler at once\n"
4838 msgstr ""
4839
4840 #: gcc.c:3060
4841 msgid "  -save-temps              Do not delete intermediate files\n"
4842 msgstr ""
4843
4844 #: gcc.c:3061
4845 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4846 msgstr ""
4847
4848 #: gcc.c:3062
4849 msgid "  -time                    Time the execution of each subprocess\n"
4850 msgstr ""
4851
4852 #: gcc.c:3063
4853 msgid ""
4854 "  -specs=<file>            Override built-in specs with the contents of "
4855 "<file>\n"
4856 msgstr ""
4857
4858 #: gcc.c:3064
4859 msgid ""
4860 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4861 msgstr ""
4862
4863 #: gcc.c:3065
4864 msgid ""
4865 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4866 msgstr ""
4867
4868 #: gcc.c:3066
4869 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4870 msgstr ""
4871
4872 #: gcc.c:3067
4873 msgid ""
4874 "  -V <version>             Run gcc version number <version>, if installed\n"
4875 msgstr ""
4876
4877 #: gcc.c:3068
4878 msgid ""
4879 "  -v                       Display the programs invoked by the compiler\n"
4880 msgstr ""
4881
4882 #: gcc.c:3069
4883 msgid ""
4884 "  -###                     Like -v but options quoted and commands not "
4885 "executed\n"
4886 msgstr ""
4887
4888 #: gcc.c:3070
4889 msgid ""
4890 "  -E                       Preprocess only; do not compile, assemble or "
4891 "link\n"
4892 msgstr ""
4893
4894 #: gcc.c:3071
4895 msgid "  -S                       Compile only; do not assemble or link\n"
4896 msgstr ""
4897
4898 #: gcc.c:3072
4899 msgid "  -c                       Compile and assemble, but do not link\n"
4900 msgstr ""
4901
4902 #: gcc.c:3073
4903 msgid "  -o <file>                Place the output into <file>\n"
4904 msgstr ""
4905
4906 #: gcc.c:3074
4907 msgid ""
4908 "  -x <language>            Specify the language of the following input "
4909 "files\n"
4910 "                           Permissible languages include: c c++ assembler "
4911 "none\n"
4912 "                           'none' means revert to the default behavior of\n"
4913 "                           guessing the language based on the file's "
4914 "extension\n"
4915 msgstr ""
4916
4917 #: gcc.c:3081
4918 #, c-format
4919 msgid ""
4920 "\n"
4921 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4922 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4923 " other options on to these processes the -W<letter> options must be used.\n"
4924 msgstr ""
4925
4926 #: gcc.c:3201
4927 #, c-format
4928 msgid "'-%c' option must have argument"
4929 msgstr ""
4930
4931 #: gcc.c:3223
4932 #, c-format
4933 msgid "couldn't run '%s': %s"
4934 msgstr ""
4935
4936 #. translate_options () has turned --version into -fversion.
4937 #: gcc.c:3408
4938 #, c-format
4939 msgid "%s (GCC) %s\n"
4940 msgstr ""
4941
4942 #: gcc.c:3410 gcov.c:412 java/gjavah.c:2365 java/jcf-dump.c:916
4943 #: java/jv-scan.c:128
4944 msgid "(C)"
4945 msgstr ""
4946
4947 #: gcc.c:3411 java/gjavah.c:2366 java/jcf-dump.c:917 java/jv-scan.c:129
4948 #, c-format
4949 msgid ""
4950 "This is free software; see the source for copying conditions.  There is NO\n"
4951 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4952 "\n"
4953 msgstr ""
4954
4955 #: gcc.c:3512
4956 msgid "argument to '-Xlinker' is missing"
4957 msgstr ""
4958
4959 #: gcc.c:3520
4960 msgid "argument to '-Xpreprocessor' is missing"
4961 msgstr ""
4962
4963 #: gcc.c:3527
4964 msgid "argument to '-Xassembler' is missing"
4965 msgstr ""
4966
4967 #: gcc.c:3534
4968 msgid "argument to '-l' is missing"
4969 msgstr ""
4970
4971 #: gcc.c:3555
4972 msgid "argument to '-specs' is missing"
4973 msgstr ""
4974
4975 #: gcc.c:3569
4976 msgid "argument to '-specs=' is missing"
4977 msgstr ""
4978
4979 #: gcc.c:3606
4980 #, c-format
4981 msgid "'-%c' must come at the start of the command line"
4982 msgstr ""
4983
4984 #: gcc.c:3615
4985 msgid "argument to '-B' is missing"
4986 msgstr ""
4987
4988 #: gcc.c:3788
4989 msgid "warning: -pipe ignored because -save-temps specified"
4990 msgstr ""
4991
4992 #: gcc.c:3792
4993 msgid "warning: -pipe ignored because -time specified"
4994 msgstr ""
4995
4996 #: gcc.c:4004
4997 msgid "argument to '-x' is missing"
4998 msgstr ""
4999
5000 #: gcc.c:4032
5001 #, c-format
5002 msgid "argument to '-%s' is missing"
5003 msgstr ""
5004
5005 #: gcc.c:4093
5006 #, c-format
5007 msgid "warning: '-x %s' after last input file has no effect"
5008 msgstr ""
5009
5010 #: gcc.c:4370
5011 #, c-format
5012 msgid "switch '%s' does not start with '-'"
5013 msgstr ""
5014
5015 #: gcc.c:4597
5016 #, c-format
5017 msgid "spec '%s' invalid"
5018 msgstr ""
5019
5020 #: gcc.c:4663
5021 #, c-format
5022 msgid "%s\n"
5023 msgstr ""
5024
5025 #: gcc.c:4736
5026 #, c-format
5027 msgid "spec '%s' has invalid '%%0%c'"
5028 msgstr ""
5029
5030 #: gcc.c:4933
5031 #, c-format
5032 msgid "spec '%s' has invalid '%%W%c"
5033 msgstr ""
5034
5035 #: gcc.c:4964
5036 #, c-format
5037 msgid "spec '%s' has invalid '%%x%c'"
5038 msgstr ""
5039
5040 #. Catch the case where a spec string contains something like
5041 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
5042 #. hand side of the :.
5043 #: gcc.c:5176
5044 #, c-format
5045 msgid "spec failure: '%%*' has not been initialized by pattern match"
5046 msgstr ""
5047
5048 #: gcc.c:5185
5049 #, c-format
5050 msgid "warning: use of obsolete %%[ operator in specs"
5051 msgstr ""
5052
5053 #: gcc.c:5203
5054 #, c-format
5055 msgid "Processing spec %c%s%c, which is '%s'\n"
5056 msgstr ""
5057
5058 #: gcc.c:5266
5059 #, c-format
5060 msgid "spec failure: unrecognized spec option '%c'"
5061 msgstr ""
5062
5063 #: gcc.c:5345
5064 #, c-format
5065 msgid "unknown spec function '%s'"
5066 msgstr ""
5067
5068 #: gcc.c:5364
5069 #, c-format
5070 msgid "error in args to spec function '%s'"
5071 msgstr ""
5072
5073 #: gcc.c:5412
5074 msgid "malformed spec function name"
5075 msgstr ""
5076
5077 #. )
5078 #: gcc.c:5415
5079 msgid "no arguments for spec function"
5080 msgstr ""
5081
5082 #: gcc.c:5434
5083 msgid "malformed spec function arguments"
5084 msgstr ""
5085
5086 #: gcc.c:5657
5087 #, c-format
5088 msgid "braced spec '%s' is invalid at '%c'"
5089 msgstr ""
5090
5091 #: gcc.c:5745
5092 #, c-format
5093 msgid "braced spec body '%s' is invalid"
5094 msgstr ""
5095
5096 #: gcc.c:6171
5097 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5098 msgstr ""
5099
5100 #: gcc.c:6181
5101 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5102 msgstr ""
5103
5104 #: gcc.c:6274
5105 #, c-format
5106 msgid "unrecognized option '-%s'"
5107 msgstr ""
5108
5109 #: gcc.c:6280
5110 #, c-format
5111 msgid "install: %s%s\n"
5112 msgstr ""
5113
5114 #: gcc.c:6281
5115 #, c-format
5116 msgid "programs: %s\n"
5117 msgstr ""
5118
5119 #: gcc.c:6282
5120 #, c-format
5121 msgid "libraries: %s\n"
5122 msgstr ""
5123
5124 #: gcc.c:6339
5125 #, c-format
5126 msgid ""
5127 "\n"
5128 "For bug reporting instructions, please see:\n"
5129 msgstr ""
5130
5131 #: gcc.c:6355
5132 #, c-format
5133 msgid "Configured with: %s\n"
5134 msgstr ""
5135
5136 #: gcc.c:6369
5137 #, c-format
5138 msgid "Thread model: %s\n"
5139 msgstr ""
5140
5141 #: gcc.c:6380
5142 #, c-format
5143 msgid "gcc version %s\n"
5144 msgstr ""
5145
5146 #: gcc.c:6382
5147 #, c-format
5148 msgid "gcc driver version %s executing gcc version %s\n"
5149 msgstr ""
5150
5151 #: gcc.c:6390
5152 msgid "no input files"
5153 msgstr ""
5154
5155 #: gcc.c:6461 gcc.c:6524
5156 #, c-format
5157 msgid "%s: %s compiler not installed on this system"
5158 msgstr ""
5159
5160 #: gcc.c:6470
5161 #, c-format
5162 msgid "spec '%s' is invalid"
5163 msgstr ""
5164
5165 #: gcc.c:6607
5166 #, c-format
5167 msgid "%s: linker input file unused because linking not done"
5168 msgstr ""
5169
5170 #: gcc.c:6647
5171 #, c-format
5172 msgid "language %s not recognized"
5173 msgstr ""
5174
5175 #: gcc.c:6718
5176 #, c-format
5177 msgid "%s: %s"
5178 msgstr ""
5179
5180 #: gcc.c:6938
5181 #, c-format
5182 msgid "multilib spec '%s' is invalid"
5183 msgstr ""
5184
5185 #: gcc.c:7130
5186 #, c-format
5187 msgid "multilib exclusions '%s' is invalid"
5188 msgstr ""
5189
5190 #: gcc.c:7188 gcc.c:7329
5191 #, c-format
5192 msgid "multilib select '%s' is invalid"
5193 msgstr ""
5194
5195 #: gcc.c:7367
5196 #, c-format
5197 msgid "multilib exclusion '%s' is invalid"
5198 msgstr ""
5199
5200 #: gcov.c:385
5201 msgid ""
5202 "Usage: gcov [OPTION]... SOURCEFILE\n"
5203 "\n"
5204 msgstr ""
5205
5206 #: gcov.c:386
5207 msgid ""
5208 "Print code coverage information.\n"
5209 "\n"
5210 msgstr ""
5211
5212 #: gcov.c:387
5213 msgid "  -h, --help                      Print this help, then exit\n"
5214 msgstr ""
5215
5216 #: gcov.c:388
5217 msgid "  -v, --version                   Print version number, then exit\n"
5218 msgstr ""
5219
5220 #: gcov.c:389
5221 msgid ""
5222 "  -a, --all-blocks                Show information for every basic block\n"
5223 msgstr ""
5224
5225 #: gcov.c:390
5226 msgid ""
5227 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5228 msgstr ""
5229
5230 #: gcov.c:391
5231 msgid ""
5232 "  -c, --branch-counts             Given counts of branches taken\n"
5233 "                                    rather than percentages\n"
5234 msgstr ""
5235
5236 #: gcov.c:393
5237 msgid "  -n, --no-output                 Do not create an output file\n"
5238 msgstr ""
5239
5240 #: gcov.c:394
5241 msgid ""
5242 "  -l, --long-file-names           Use long output file names for included\n"
5243 "                                    source files\n"
5244 msgstr ""
5245
5246 #: gcov.c:396
5247 msgid "  -f, --function-summaries        Output summaries for each function\n"
5248 msgstr ""
5249
5250 #: gcov.c:397
5251 msgid ""
5252 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5253 "FILE\n"
5254 msgstr ""
5255
5256 #: gcov.c:398
5257 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5258 msgstr ""
5259
5260 #: gcov.c:399
5261 msgid ""
5262 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5263 msgstr ""
5264
5265 #: gcov.c:400
5266 #, c-format
5267 msgid ""
5268 "\n"
5269 "For bug reporting instructions, please see:\n"
5270 "%s.\n"
5271 msgstr ""
5272
5273 #: gcov.c:410
5274 #, c-format
5275 msgid "gcov (GCC) %s\n"
5276 msgstr ""
5277
5278 #: gcov.c:414
5279 msgid ""
5280 "This is free software; see the source for copying conditions.\n"
5281 "There is NO warranty; not even for MERCHANTABILITY or \n"
5282 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5283 "\n"
5284 msgstr ""
5285
5286 #: gcov.c:504
5287 #, c-format
5288 msgid "%s:no functions found\n"
5289 msgstr ""
5290
5291 #: gcov.c:525 gcov.c:553
5292 msgid "\n"
5293 msgstr ""
5294
5295 #: gcov.c:540
5296 #, c-format
5297 msgid "%s:creating '%s'\n"
5298 msgstr ""
5299
5300 #: gcov.c:544
5301 #, c-format
5302 msgid "%s:error writing output file '%s'\n"
5303 msgstr ""
5304
5305 #: gcov.c:549
5306 #, c-format
5307 msgid "%s:could not open output file '%s'\n"
5308 msgstr ""
5309
5310 #: gcov.c:700
5311 #, c-format
5312 msgid "%s:cannot open graph file\n"
5313 msgstr ""
5314
5315 #: gcov.c:706
5316 #, c-format
5317 msgid "%s:not a gcov graph file\n"
5318 msgstr ""
5319
5320 #: gcov.c:719
5321 #, c-format
5322 msgid "%s:version '%.4s', prefer '%.4s'\n"
5323 msgstr ""
5324
5325 #: gcov.c:771
5326 #, c-format
5327 msgid "%s:already seen blocks for '%s'\n"
5328 msgstr ""
5329
5330 #: gcov.c:889 gcov.c:1045
5331 #, c-format
5332 msgid "%s:corrupted\n"
5333 msgstr ""
5334
5335 #: gcov.c:963
5336 #, c-format
5337 msgid "%s:cannot open data file\n"
5338 msgstr ""
5339
5340 #: gcov.c:968
5341 #, c-format
5342 msgid "%s:not a gcov data file\n"
5343 msgstr ""
5344
5345 #: gcov.c:981
5346 #, c-format
5347 msgid "%s:version '%.4s', prefer version '%.4s'\n"
5348 msgstr ""
5349
5350 #: gcov.c:987
5351 #, c-format
5352 msgid "%s:stamp mismatch with graph file\n"
5353 msgstr ""
5354
5355 #: gcov.c:1013
5356 #, c-format
5357 msgid "%s:unknown function '%u'\n"
5358 msgstr ""
5359
5360 #: gcov.c:1026
5361 #, c-format
5362 msgid "%s:profile mismatch for '%s'\n"
5363 msgstr ""
5364
5365 #: gcov.c:1045
5366 #, c-format
5367 msgid "%s:overflowed\n"
5368 msgstr ""
5369
5370 #: gcov.c:1069
5371 #, c-format
5372 msgid "%s:'%s' lacks entry and/or exit blocks\n"
5373 msgstr ""
5374
5375 #: gcov.c:1074
5376 #, c-format
5377 msgid "%s:'%s' has arcs to entry block\n"
5378 msgstr ""
5379
5380 #: gcov.c:1082
5381 #, c-format
5382 msgid "%s:'%s' has arcs from exit block\n"
5383 msgstr ""
5384
5385 #: gcov.c:1290
5386 #, c-format
5387 msgid "%s:graph is unsolvable for '%s'\n"
5388 msgstr ""
5389
5390 #: gcov.c:1370
5391 #, c-format
5392 msgid "%s '%s'\n"
5393 msgstr ""
5394
5395 #: gcov.c:1373
5396 #, c-format
5397 msgid "Lines executed:%s of %d\n"
5398 msgstr ""
5399
5400 #: gcov.c:1377
5401 msgid "No executable lines\n"
5402 msgstr ""
5403
5404 #: gcov.c:1383
5405 #, c-format
5406 msgid "Branches executed:%s of %d\n"
5407 msgstr ""
5408
5409 #: gcov.c:1387
5410 #, c-format
5411 msgid "Taken at least once:%s of %d\n"
5412 msgstr ""
5413
5414 #: gcov.c:1393
5415 msgid "No branches\n"
5416 msgstr ""
5417
5418 #: gcov.c:1395
5419 #, c-format
5420 msgid "Calls executed:%s of %d\n"
5421 msgstr ""
5422
5423 #: gcov.c:1399
5424 msgid "No calls\n"
5425 msgstr ""
5426
5427 #: gcov.c:1540
5428 #, c-format
5429 msgid "%s:no lines for '%s'\n"
5430 msgstr ""
5431
5432 #: gcov.c:1735
5433 #, c-format
5434 msgid "call   %2d returned %s\n"
5435 msgstr ""
5436
5437 #: gcov.c:1740
5438 #, c-format
5439 msgid "call   %2d never executed\n"
5440 msgstr ""
5441
5442 #: gcov.c:1745
5443 #, c-format
5444 msgid "branch %2d taken %s%s\n"
5445 msgstr ""
5446
5447 #: gcov.c:1749
5448 #, c-format
5449 msgid "branch %2d never executed\n"
5450 msgstr ""
5451
5452 #: gcov.c:1754
5453 #, c-format
5454 msgid "unconditional %2d taken %s\n"
5455 msgstr ""
5456
5457 #: gcov.c:1757
5458 #, c-format
5459 msgid "unconditional %2d never executed\n"
5460 msgstr ""
5461
5462 #: gcov.c:1789
5463 #, c-format
5464 msgid "%s:cannot open source file\n"
5465 msgstr ""
5466
5467 #: gcov.c:1799
5468 #, c-format
5469 msgid "%s:source file is newer than graph file '%s'\n"
5470 msgstr ""
5471
5472 #. Return if there's nothing to do, or it is too expensive.
5473 #: gcse.c:711
5474 msgid "GCSE disabled"
5475 msgstr ""
5476
5477 #. Return if there's nothing to do, or it is too expensive.
5478 #: gcse.c:6568
5479 msgid "jump bypassing disabled"
5480 msgstr ""
5481
5482 #: gcse.c:6629
5483 #, c-format
5484 msgid "%s: %d basic blocks and %d edges/basic block"
5485 msgstr ""
5486
5487 #: gcse.c:6642
5488 #, c-format
5489 msgid "%s: %d basic blocks and %d registers"
5490 msgstr ""
5491
5492 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5493 #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
5494 #: ggc-zone.c:1588 ggc-zone.c:1597
5495 #, c-format
5496 msgid "can't write PCH file: %m"
5497 msgstr ""
5498
5499 #: ggc-common.c:487
5500 #, c-format
5501 msgid "can't get position in PCH file: %m"
5502 msgstr ""
5503
5504 #: ggc-common.c:497
5505 #, c-format
5506 msgid "can't write padding to PCH file: %m"
5507 msgstr ""
5508
5509 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5510 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
5511 #, c-format
5512 msgid "can't read PCH file: %m"
5513 msgstr ""
5514
5515 #: ggc-common.c:573
5516 msgid "had to relocate PCH"
5517 msgstr ""
5518
5519 #: ggc-page.c:1448
5520 #, c-format
5521 msgid "open /dev/zero: %m"
5522 msgstr ""
5523
5524 #: ggc-page.c:2220 ggc-page.c:2226
5525 msgid "can't write PCH file"
5526 msgstr ""
5527
5528 #: gimple-low.c:203
5529 msgid "unexpected node"
5530 msgstr ""
5531
5532 #: gimplify.c:3174
5533 #, c-format
5534 msgid "invalid lvalue in asm output %d"
5535 msgstr ""
5536
5537 #: gimplify.c:3222
5538 #, c-format
5539 msgid "memory input %d is not directly addressable"
5540 msgstr ""
5541
5542 #: gimplify.c:4077
5543 msgid "gimplification failed"
5544 msgstr ""
5545
5546 #: global.c:375 global.c:388 global.c:402
5547 #, c-format
5548 msgid "%s cannot be used in asm here"
5549 msgstr ""
5550
5551 #: graph.c:403 passes.c:131 java/jcf-parse.c:978 java/jcf-parse.c:1118
5552 #: java/lex.c:1842 objc/objc-act.c:550
5553 #, c-format
5554 msgid "can't open %s: %m"
5555 msgstr ""
5556
5557 #: haifa-sched.c:183
5558 #, c-format
5559 msgid "fix_sched_param: unknown param: %s"
5560 msgstr ""
5561
5562 #. Opening quotation mark.
5563 #: intl.c:58
5564 msgid "`"
5565 msgstr ""
5566
5567 #. Closing quotation mark.
5568 #: intl.c:61
5569 msgid "'"
5570 msgstr ""
5571
5572 #: langhooks.c:516
5573 msgid "At top level:"
5574 msgstr ""
5575
5576 #: langhooks.c:521
5577 #, c-format
5578 msgid "In member function %qs:"
5579 msgstr ""
5580
5581 #: langhooks.c:525
5582 #, c-format
5583 msgid "In function %qs:"
5584 msgstr ""
5585
5586 #. What to print when a switch has no documentation.
5587 #: opts.c:89
5588 msgid "This switch lacks documentation"
5589 msgstr ""
5590
5591 #. Eventually this should become a hard error IMO.
5592 #: opts.c:259
5593 #, c-format
5594 msgid "command line option \"%s\" is valid for %s but not for %s"
5595 msgstr ""
5596
5597 #: opts.c:347
5598 #, c-format
5599 msgid "missing argument to \"%s\""
5600 msgstr ""
5601
5602 #: opts.c:357
5603 #, c-format
5604 msgid "argument to \"%s\" should be a non-negative integer"
5605 msgstr ""
5606
5607 #: opts.c:417
5608 #, c-format
5609 msgid "unrecognized command line option \"%s\""
5610 msgstr ""
5611
5612 #: opts.c:632
5613 msgid "-Wuninitialized is not supported without -O"
5614 msgstr ""
5615
5616 #: opts.c:646
5617 msgid "-freorder-blocks-and-partition does not work with exceptions"
5618 msgstr ""
5619
5620 #: opts.c:659
5621 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5622 msgstr ""
5623
5624 #: opts.c:820
5625 #, c-format
5626 msgid "structure alignment must be a small power of two, not %d"
5627 msgstr ""
5628
5629 #: opts.c:885
5630 #, c-format
5631 msgid "unrecognised visibility value \"%s\""
5632 msgstr ""
5633
5634 #: opts.c:937
5635 #, c-format
5636 msgid "unrecognized register name \"%s\""
5637 msgstr ""
5638
5639 #: opts.c:957
5640 #, c-format
5641 msgid "unknown tls-model \"%s\""
5642 msgstr ""
5643
5644 #: opts.c:1032
5645 #, c-format
5646 msgid "%s: --param arguments should be of the form NAME=VALUE"
5647 msgstr ""
5648
5649 #: opts.c:1037
5650 #, c-format
5651 msgid "invalid --param value %qs"
5652 msgstr ""
5653
5654 #: opts.c:1133
5655 msgid "target system does not support debug output"
5656 msgstr ""
5657
5658 #: opts.c:1140
5659 #, c-format
5660 msgid "debug format \"%s\" conflicts with prior selection"
5661 msgstr ""
5662
5663 #: opts.c:1156
5664 #, c-format
5665 msgid "unrecognised debug output level \"%s\""
5666 msgstr ""
5667
5668 #: opts.c:1158
5669 #, c-format
5670 msgid "debug output level %s is too high"
5671 msgstr ""
5672
5673 #: opts.c:1177
5674 msgid "The following options are language-independent:\n"
5675 msgstr ""
5676
5677 #: opts.c:1184
5678 #, c-format
5679 msgid ""
5680 "The %s front end recognizes the following options:\n"
5681 "\n"
5682 msgstr ""
5683
5684 #: opts.c:1198
5685 msgid "The --param option recognizes the following as parameters:\n"
5686 msgstr ""
5687
5688 #. If we didn't find this parameter, issue an error message.
5689 #: params.c:76
5690 #, c-format
5691 msgid "invalid parameter %qs"
5692 msgstr ""
5693
5694 #: passes.c:1260
5695 msgid ""
5696 "branch target register load optimization is not intended to be run twice"
5697 msgstr ""
5698
5699 #: profile.c:284
5700 msgid "corrupted profile info: run_max * runs < sum_max"
5701 msgstr ""
5702
5703 #: profile.c:290
5704 msgid "corrupted profile info: sum_all is smaller than sum_max"
5705 msgstr ""
5706
5707 #: profile.c:335
5708 #, c-format
5709 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5710 msgstr ""
5711
5712 #: profile.c:503
5713 #, c-format
5714 msgid ""
5715 "corrupted profile info: number of iterations for basic block %d thought to "
5716 "be %i"
5717 msgstr ""
5718
5719 #: profile.c:524
5720 #, c-format
5721 msgid ""
5722 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5723 msgstr ""
5724
5725 #: protoize.c:582
5726 #, c-format
5727 msgid "%s: error writing file '%s': %s\n"
5728 msgstr ""
5729
5730 #: protoize.c:626
5731 #, c-format
5732 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5733 msgstr ""
5734
5735 #: protoize.c:629
5736 #, c-format
5737 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5738 msgstr ""
5739
5740 #: protoize.c:735
5741 #, c-format
5742 msgid "%s: warning: no read access for file '%s'\n"
5743 msgstr ""
5744
5745 #: protoize.c:743
5746 #, c-format
5747 msgid "%s: warning: no write access for file '%s'\n"
5748 msgstr ""
5749
5750 #: protoize.c:751
5751 #, c-format
5752 msgid "%s: warning: no write access for dir containing '%s'\n"
5753 msgstr ""
5754
5755 #. Catch cases like /.. where we try to backup to a
5756 #. point above the absolute root of the logical file
5757 #. system.
5758 #: protoize.c:1138
5759 #, c-format
5760 msgid "%s: invalid file name: %s\n"
5761 msgstr ""
5762
5763 #: protoize.c:1286
5764 #, c-format
5765 msgid "%s: %s: can't get status: %s\n"
5766 msgstr ""
5767
5768 #: protoize.c:1307
5769 #, c-format
5770 msgid ""
5771 "\n"
5772 "%s: fatal error: aux info file corrupted at line %d\n"
5773 msgstr ""
5774
5775 #: protoize.c:1636
5776 #, c-format
5777 msgid "%s:%d: declaration of function '%s' takes different forms\n"
5778 msgstr ""
5779
5780 #: protoize.c:1891
5781 #, c-format
5782 msgid "%s: compiling '%s'\n"
5783 msgstr ""
5784
5785 #: protoize.c:1914
5786 #, c-format
5787 msgid "%s: wait: %s\n"
5788 msgstr ""
5789
5790 #: protoize.c:1919
5791 #, c-format
5792 msgid "%s: subprocess got fatal signal %d\n"
5793 msgstr ""
5794
5795 #: protoize.c:1927
5796 #, c-format
5797 msgid "%s: %s exited with status %d\n"
5798 msgstr ""
5799
5800 #: protoize.c:1976
5801 #, c-format
5802 msgid "%s: warning: missing SYSCALLS file '%s'\n"
5803 msgstr ""
5804
5805 #: protoize.c:1985 protoize.c:2014
5806 #, c-format
5807 msgid "%s: can't read aux info file '%s': %s\n"
5808 msgstr ""
5809
5810 #: protoize.c:2030 protoize.c:2058
5811 #, c-format
5812 msgid "%s: can't get status of aux info file '%s': %s\n"
5813 msgstr ""
5814
5815 #: protoize.c:2086
5816 #, c-format
5817 msgid "%s: can't open aux info file '%s' for reading: %s\n"
5818 msgstr ""
5819
5820 #: protoize.c:2104
5821 #, c-format
5822 msgid "%s: error reading aux info file '%s': %s\n"
5823 msgstr ""
5824
5825 #: protoize.c:2117
5826 #, c-format
5827 msgid "%s: error closing aux info file '%s': %s\n"
5828 msgstr ""
5829
5830 #: protoize.c:2133
5831 #, c-format
5832 msgid "%s: can't delete aux info file '%s': %s\n"
5833 msgstr ""
5834
5835 #: protoize.c:2215 protoize.c:4185
5836 #, c-format
5837 msgid "%s: can't delete file '%s': %s\n"
5838 msgstr ""
5839
5840 #: protoize.c:2293
5841 #, c-format
5842 msgid "%s: warning: can't rename file '%s' to '%s': %s\n"
5843 msgstr ""
5844
5845 #: protoize.c:2415
5846 #, c-format
5847 msgid "%s: conflicting extern definitions of '%s'\n"
5848 msgstr ""
5849
5850 #: protoize.c:2419
5851 #, c-format
5852 msgid "%s: declarations of '%s' will not be converted\n"
5853 msgstr ""
5854
5855 #: protoize.c:2421
5856 #, c-format
5857 msgid "%s: conflict list for '%s' follows:\n"
5858 msgstr ""
5859
5860 #: protoize.c:2454
5861 #, c-format
5862 msgid "%s: warning: using formals list from %s(%d) for function '%s'\n"
5863 msgstr ""
5864
5865 #: protoize.c:2494
5866 #, c-format
5867 msgid "%s: %d: '%s' used but missing from SYSCALLS\n"
5868 msgstr ""
5869
5870 #: protoize.c:2500
5871 #, c-format
5872 msgid "%s: %d: warning: no extern definition for '%s'\n"
5873 msgstr ""
5874
5875 #: protoize.c:2530
5876 #, c-format
5877 msgid "%s: warning: no static definition for '%s' in file '%s'\n"
5878 msgstr ""
5879
5880 #: protoize.c:2536
5881 #, c-format
5882 msgid "%s: multiple static defs of '%s' in file '%s'\n"
5883 msgstr ""
5884
5885 #: protoize.c:2706 protoize.c:2709
5886 #, c-format
5887 msgid "%s: %d: warning: source too confusing\n"
5888 msgstr ""
5889
5890 #: protoize.c:2905
5891 #, c-format
5892 msgid "%s: %d: warning: varargs function declaration not converted\n"
5893 msgstr ""
5894
5895 #: protoize.c:2920
5896 #, c-format
5897 msgid "%s: declaration of function '%s' not converted\n"
5898 msgstr ""
5899
5900 #: protoize.c:3043
5901 #, c-format
5902 msgid "%s: warning: too many parameter lists in declaration of '%s'\n"
5903 msgstr ""
5904
5905 #: protoize.c:3064
5906 #, c-format
5907 msgid ""
5908 "\n"
5909 "%s: warning: too few parameter lists in declaration of '%s'\n"
5910 msgstr ""
5911
5912 #: protoize.c:3160
5913 #, c-format
5914 msgid "%s: %d: warning: found '%s' but expected '%s'\n"
5915 msgstr ""
5916
5917 #: protoize.c:3335
5918 #, c-format
5919 msgid "%s: local declaration for function '%s' not inserted\n"
5920 msgstr ""
5921
5922 #: protoize.c:3362
5923 #, c-format
5924 msgid ""
5925 "\n"
5926 "%s: %d: warning: can't add declaration of '%s' into macro call\n"
5927 msgstr ""
5928
5929 #: protoize.c:3434
5930 #, c-format
5931 msgid "%s: global declarations for file '%s' not inserted\n"
5932 msgstr ""
5933
5934 #: protoize.c:3523 protoize.c:3553
5935 #, c-format
5936 msgid "%s: definition of function '%s' not converted\n"
5937 msgstr ""
5938
5939 #: protoize.c:3542
5940 #, c-format
5941 msgid "%s: %d: warning: definition of %s not converted\n"
5942 msgstr ""
5943
5944 #: protoize.c:3868
5945 #, c-format
5946 msgid "%s: found definition of '%s' at %s(%d)\n"
5947 msgstr ""
5948
5949 #. If we make it here, then we did not know about this
5950 #. function definition.
5951 #: protoize.c:3884
5952 #, c-format
5953 msgid "%s: %d: warning: '%s' excluded by preprocessing\n"
5954 msgstr ""
5955
5956 #: protoize.c:3887
5957 #, c-format
5958 msgid "%s: function definition not converted\n"
5959 msgstr ""
5960
5961 #: protoize.c:3945
5962 #, c-format
5963 msgid "%s: '%s' not converted\n"
5964 msgstr ""
5965
5966 #: protoize.c:3953
5967 #, c-format
5968 msgid "%s: would convert file '%s'\n"
5969 msgstr ""
5970
5971 #: protoize.c:3956
5972 #, c-format
5973 msgid "%s: converting file '%s'\n"
5974 msgstr ""
5975
5976 #: protoize.c:3966
5977 #, c-format
5978 msgid "%s: can't get status for file '%s': %s\n"
5979 msgstr ""
5980
5981 #: protoize.c:4008
5982 #, c-format
5983 msgid "%s: can't open file '%s' for reading: %s\n"
5984 msgstr ""
5985
5986 #: protoize.c:4023
5987 #, c-format
5988 msgid ""
5989 "\n"
5990 "%s: error reading input file '%s': %s\n"
5991 msgstr ""
5992
5993 #: protoize.c:4057
5994 #, c-format
5995 msgid "%s: can't create/open clean file '%s': %s\n"
5996 msgstr ""
5997
5998 #: protoize.c:4162
5999 #, c-format
6000 msgid "%s: warning: file '%s' already saved in '%s'\n"
6001 msgstr ""
6002
6003 #: protoize.c:4170
6004 #, c-format
6005 msgid "%s: can't link file '%s' to '%s': %s\n"
6006 msgstr ""
6007
6008 #: protoize.c:4200
6009 #, c-format
6010 msgid "%s: can't create/open output file '%s': %s\n"
6011 msgstr ""
6012
6013 #: protoize.c:4233
6014 #, c-format
6015 msgid "%s: can't change mode of file '%s': %s\n"
6016 msgstr ""
6017
6018 #: protoize.c:4406
6019 #, c-format
6020 msgid "%s: cannot get working directory: %s\n"
6021 msgstr ""
6022
6023 #: protoize.c:4504
6024 #, c-format
6025 msgid "%s: input file names must have .c suffixes: %s\n"
6026 msgstr ""
6027
6028 #: ra.c:774
6029 msgid "Didn't find a coloring.\n"
6030 msgstr ""
6031
6032 #: reg-stack.c:673
6033 #, c-format
6034 msgid "output constraint %d must specify a single register"
6035 msgstr ""
6036
6037 #: reg-stack.c:683
6038 #, c-format
6039 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6040 msgstr ""
6041
6042 #: reg-stack.c:706
6043 msgid "output regs must be grouped at top of stack"
6044 msgstr ""
6045
6046 #: reg-stack.c:743
6047 msgid "implicitly popped regs must be grouped at top of stack"
6048 msgstr ""
6049
6050 #: reg-stack.c:762
6051 msgid "output operand %d must use %<&%> constraint"
6052 msgstr ""
6053
6054 #: regclass.c:765
6055 #, c-format
6056 msgid "can't use '%s' as a %s register"
6057 msgstr ""
6058
6059 #: regclass.c:780 config/ia64/ia64.c:4136 config/ia64/ia64.c:4143
6060 #: config/pa/pa.c:328 config/pa/pa.c:335
6061 #, c-format
6062 msgid "unknown register name: %s"
6063 msgstr ""
6064
6065 #: regclass.c:790
6066 msgid "global register variable follows a function definition"
6067 msgstr ""
6068
6069 #: regclass.c:794
6070 msgid "register used for two global register variables"
6071 msgstr ""
6072
6073 #: regclass.c:799
6074 msgid "call-clobbered register used for global register variable"
6075 msgstr ""
6076
6077 #: regrename.c:1863
6078 #, c-format
6079 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6080 msgstr ""
6081
6082 #: regrename.c:1875
6083 #, c-format
6084 msgid "validate_value_data: Loop in regno chain (%u)"
6085 msgstr ""
6086
6087 #: regrename.c:1878
6088 #, c-format
6089 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6090 msgstr ""
6091
6092 #: regrename.c:1890
6093 #, c-format
6094 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6095 msgstr ""
6096
6097 #: reload.c:1249
6098 msgid "cannot reload integer constant operand in %<asm%>"
6099 msgstr ""
6100
6101 #: reload.c:1272
6102 msgid "impossible register constraint in %<asm%>"
6103 msgstr ""
6104
6105 #: reload.c:3510
6106 msgid "%<&%> constraint used with no register class"
6107 msgstr ""
6108
6109 #: reload.c:3676
6110 msgid "unable to generate reloads for:"
6111 msgstr ""
6112
6113 #: reload.c:3677 reload.c:3909
6114 msgid "inconsistent operand constraints in an %<asm%>"
6115 msgstr ""
6116
6117 #: reload1.c:1220
6118 msgid "frame size too large for reliable stack checking"
6119 msgstr ""
6120
6121 #: reload1.c:1223
6122 msgid "try reducing the number of local variables"
6123 msgstr ""
6124
6125 #: reload1.c:1875
6126 msgid "can't find a register in class %qs while reloading %<asm%>"
6127 msgstr ""
6128
6129 #: reload1.c:1880
6130 #, c-format
6131 msgid "unable to find a register to spill in class %qs"
6132 msgstr ""
6133
6134 #: reload1.c:1882
6135 msgid "this is the insn:"
6136 msgstr ""
6137
6138 #: reload1.c:3863
6139 msgid "%<asm%> operand requires impossible reload"
6140 msgstr ""
6141
6142 #. It's the compiler's fault.
6143 #: reload1.c:4982
6144 msgid "could not find a spill register"
6145 msgstr ""
6146
6147 #: reload1.c:4987
6148 msgid "%<asm%> operand constraint incompatible with operand size"
6149 msgstr ""
6150
6151 #. It's the compiler's fault.
6152 #: reload1.c:6605
6153 msgid "VOIDmode on an output"
6154 msgstr ""
6155
6156 #: reload1.c:6606
6157 msgid "output operand is constant in %<asm%>"
6158 msgstr ""
6159
6160 #: rtl-error.c:128
6161 msgid "unrecognizable insn:"
6162 msgstr ""
6163
6164 #: rtl-error.c:130
6165 msgid "insn does not satisfy its constraints:"
6166 msgstr ""
6167
6168 #: rtl.c:472
6169 #, c-format
6170 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
6171 msgstr ""
6172
6173 #: rtl.c:482
6174 #, c-format
6175 msgid ""
6176 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6177 msgstr ""
6178
6179 #: rtl.c:492
6180 #, c-format
6181 msgid ""
6182 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6183 "s:%d"
6184 msgstr ""
6185
6186 #: rtl.c:501
6187 #, c-format
6188 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
6189 msgstr ""
6190
6191 #: rtl.c:511
6192 #, c-format
6193 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
6194 msgstr ""
6195
6196 #: rtl.c:522
6197 #, c-format
6198 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6199 msgstr ""
6200
6201 #: rtl.c:533
6202 #, c-format
6203 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
6204 msgstr ""
6205
6206 #: stmt.c:317
6207 msgid "output operand constraint lacks %<=%>"
6208 msgstr ""
6209
6210 #: stmt.c:332
6211 #, c-format
6212 msgid "output constraint %qc for operand %d is not at the beginning"
6213 msgstr ""
6214
6215 #: stmt.c:355
6216 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6217 msgstr ""
6218
6219 #: stmt.c:362 stmt.c:461
6220 msgid "%<%%%> constraint used with last operand"
6221 msgstr ""
6222
6223 #: stmt.c:381
6224 msgid "matching constraint not valid in output operand"
6225 msgstr ""
6226
6227 #: stmt.c:452
6228 #, c-format
6229 msgid "input operand constraint contains %qc"
6230 msgstr ""
6231
6232 #: stmt.c:494
6233 msgid "matching constraint references invalid operand number"
6234 msgstr ""
6235
6236 #: stmt.c:532
6237 #, c-format
6238 msgid "invalid punctuation %qc in constraint"
6239 msgstr ""
6240
6241 #: stmt.c:556
6242 msgid "matching constraint does not allow a register"
6243 msgstr ""
6244
6245 #: stmt.c:584
6246 #, c-format
6247 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6248 msgstr ""
6249
6250 #: stmt.c:673
6251 msgid "unknown register name %qs in %<asm%>"
6252 msgstr ""
6253
6254 #: stmt.c:681
6255 msgid "PIC register %qs clobbered in %<asm%>"
6256 msgstr ""
6257
6258 #: stmt.c:728
6259 msgid "more than %d operands in %<asm%>"
6260 msgstr ""
6261
6262 #: stmt.c:791
6263 #, c-format
6264 msgid "output number %d not directly addressable"
6265 msgstr ""
6266
6267 #: stmt.c:870
6268 msgid "asm operand %d probably doesn%'t match constraints"
6269 msgstr ""
6270
6271 #: stmt.c:880
6272 #, c-format
6273 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6274 msgstr ""
6275
6276 #: stmt.c:1027
6277 msgid "asm clobber conflict with output operand"
6278 msgstr ""
6279
6280 #: stmt.c:1032
6281 msgid "asm clobber conflict with input operand"
6282 msgstr ""
6283
6284 #: stmt.c:1109
6285 msgid "too many alternatives in %<asm%>"
6286 msgstr ""
6287
6288 #: stmt.c:1121
6289 msgid "operand constraints for %<asm%> differ in number of alternatives"
6290 msgstr ""
6291
6292 #: stmt.c:1174
6293 #, c-format
6294 msgid "duplicate asm operand name %qs"
6295 msgstr ""
6296
6297 #: stmt.c:1272
6298 msgid "missing close brace for named operand"
6299 msgstr ""
6300
6301 #: stmt.c:1300
6302 #, c-format
6303 msgid "undefined named operand %qs"
6304 msgstr ""
6305
6306 #: stmt.c:1465
6307 msgid "%Hvalue computed is not used"
6308 msgstr ""
6309
6310 #: stor-layout.c:152
6311 msgid "type size can%'t be explicitly evaluated"
6312 msgstr ""
6313
6314 #: stor-layout.c:154
6315 msgid "variable-size type declared outside of any function"
6316 msgstr ""
6317
6318 #: stor-layout.c:458
6319 msgid "%Jsize of %qD is %d bytes"
6320 msgstr ""
6321
6322 #: stor-layout.c:460
6323 msgid "%Jsize of %qD is larger than %d bytes"
6324 msgstr ""
6325
6326 #: stor-layout.c:844
6327 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6328 msgstr ""
6329
6330 #: stor-layout.c:847
6331 msgid "%Jpacked attribute is unnecessary for %qD"
6332 msgstr ""
6333
6334 #: stor-layout.c:863
6335 msgid "%Jpadding struct to align %qD"
6336 msgstr ""
6337
6338 #: stor-layout.c:1205
6339 msgid "padding struct size to alignment boundary"
6340 msgstr ""
6341
6342 #: stor-layout.c:1235
6343 #, c-format
6344 msgid "packed attribute causes inefficient alignment for %qs"
6345 msgstr ""
6346
6347 #: stor-layout.c:1238
6348 #, c-format
6349 msgid "packed attribute is unnecessary for %qs"
6350 msgstr ""
6351
6352 #: stor-layout.c:1243
6353 msgid "packed attribute causes inefficient alignment"
6354 msgstr ""
6355
6356 #: stor-layout.c:1245
6357 msgid "packed attribute is unnecessary"
6358 msgstr ""
6359
6360 #: targhooks.c:96
6361 msgid "__builtin_saveregs not supported by this target"
6362 msgstr ""
6363
6364 #: timevar.c:401
6365 msgid ""
6366 "\n"
6367 "Execution times (seconds)\n"
6368 msgstr ""
6369
6370 #. Print total time.
6371 #: timevar.c:451
6372 msgid " TOTAL                 :"
6373 msgstr ""
6374
6375 #: timevar.c:479
6376 #, c-format
6377 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6378 msgstr ""
6379
6380 #: tlink.c:381
6381 #, c-format
6382 msgid "collect: reading %s\n"
6383 msgstr ""
6384
6385 #: tlink.c:475
6386 #, c-format
6387 msgid "repository file '%s' does not contain command-line arguments"
6388 msgstr ""
6389
6390 #: tlink.c:525
6391 #, c-format
6392 msgid "collect: recompiling %s\n"
6393 msgstr ""
6394
6395 #: tlink.c:696
6396 #, c-format
6397 msgid ""
6398 "'%s' was assigned to '%s', but was not defined during recompilation, or vice "
6399 "versa"
6400 msgstr ""
6401
6402 #: tlink.c:705
6403 #, c-format
6404 msgid "collect: tweaking %s in %s\n"
6405 msgstr ""
6406
6407 #: tlink.c:751
6408 #, c-format
6409 msgid "collect: relinking\n"
6410 msgstr ""
6411
6412 #: tlink.c:760
6413 #, c-format
6414 msgid "ld returned %d exit status"
6415 msgstr ""
6416
6417 #: toplev.c:465
6418 #, c-format
6419 msgid "%s "
6420 msgstr ""
6421
6422 #: toplev.c:467
6423 #, c-format
6424 msgid " %s"
6425 msgstr ""
6426
6427 #: toplev.c:532
6428 #, c-format
6429 msgid "invalid option argument %qs"
6430 msgstr ""
6431
6432 #: toplev.c:596
6433 msgid "unrecoverable error"
6434 msgstr ""
6435
6436 #: toplev.c:616
6437 #, c-format
6438 msgid "getting core file size maximum limit: %m"
6439 msgstr ""
6440
6441 #: toplev.c:619
6442 #, c-format
6443 msgid "setting core file size limit to maximum: %m"
6444 msgstr ""
6445
6446 #: toplev.c:840
6447 msgid "%J%qF declared %<static%> but never defined"
6448 msgstr ""
6449
6450 #: toplev.c:866
6451 msgid "%J%qD defined but not used"
6452 msgstr ""
6453
6454 #: toplev.c:889 toplev.c:912
6455 #, c-format
6456 msgid "%qs is deprecated (declared at %s:%d)"
6457 msgstr ""
6458
6459 #: toplev.c:915
6460 #, c-format
6461 msgid "type is deprecated (declared at %s:%d)"
6462 msgstr ""
6463
6464 #: toplev.c:921
6465 #, c-format
6466 msgid "%qs is deprecated"
6467 msgstr ""
6468
6469 #: toplev.c:923
6470 msgid "type is deprecated"
6471 msgstr ""
6472
6473 #: toplev.c:1069
6474 #, c-format
6475 msgid ""
6476 "\n"
6477 "Target specific options:\n"
6478 msgstr ""
6479
6480 #: toplev.c:1083 toplev.c:1102
6481 #, c-format
6482 msgid "  -m%-23s [undocumented]\n"
6483 msgstr ""
6484
6485 #: toplev.c:1111
6486 #, c-format
6487 msgid ""
6488 "\n"
6489 "There are undocumented target specific options as well.\n"
6490 msgstr ""
6491
6492 #: toplev.c:1113
6493 #, c-format
6494 msgid "  They exist, but they are not documented.\n"
6495 msgstr ""
6496
6497 #: toplev.c:1157
6498 #, c-format
6499 msgid "unrecognized gcc debugging option: %c"
6500 msgstr ""
6501
6502 #: toplev.c:1219 config/rs6000/rs6000.c:1372 config/rs6000/rs6000.c:1383
6503 #, c-format
6504 msgid "invalid option %qs"
6505 msgstr ""
6506
6507 #: toplev.c:1234
6508 #, c-format
6509 msgid ""
6510 "%s%s%s version %s (%s)\n"
6511 "%s\tcompiled by GNU C version %s.\n"
6512 "%s%s%s version %s (%s) compiled by CC.\n"
6513 msgstr ""
6514
6515 #: toplev.c:1241
6516 #, c-format
6517 msgid ""
6518 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6519 msgstr ""
6520
6521 #: toplev.c:1293
6522 msgid "options passed: "
6523 msgstr ""
6524
6525 #: toplev.c:1322
6526 msgid "options enabled: "
6527 msgstr ""
6528
6529 #: toplev.c:1396
6530 msgid "can%'t open %s for writing: %m"
6531 msgstr ""
6532
6533 #: toplev.c:1479 config/sh/sh.c:7299
6534 msgid "created and used with different settings of -fpic"
6535 msgstr ""
6536
6537 #: toplev.c:1481 config/sh/sh.c:7301
6538 msgid "created and used with different settings of -fpie"
6539 msgstr ""
6540
6541 #: toplev.c:1532 config/sh/sh.c:7351
6542 #, c-format
6543 msgid "created and used with differing settings of '-m%s'"
6544 msgstr ""
6545
6546 #: toplev.c:1535 config/sh/sh.c:7354
6547 msgid "out of memory"
6548 msgstr ""
6549
6550 #: toplev.c:1730
6551 msgid "instruction scheduling not supported on this target machine"
6552 msgstr ""
6553
6554 #: toplev.c:1734
6555 msgid "this target machine does not have delayed branches"
6556 msgstr ""
6557
6558 #: toplev.c:1738
6559 msgid "value-based profiling not yet implemented in trees."
6560 msgstr ""
6561
6562 #: toplev.c:1751
6563 #, c-format
6564 msgid "-f%sleading-underscore not supported on this target machine"
6565 msgstr ""
6566
6567 #: toplev.c:1825
6568 #, c-format
6569 msgid "target system does not support the \"%s\" debug format"
6570 msgstr ""
6571
6572 #: toplev.c:1837
6573 msgid "variable tracking requested, but useless unless producing debug info"
6574 msgstr ""
6575
6576 #: toplev.c:1840
6577 msgid "variable tracking requested, but not supported by this debug format"
6578 msgstr ""
6579
6580 #: toplev.c:1860
6581 msgid "can%'t open %s: %m"
6582 msgstr ""
6583
6584 #: toplev.c:1867
6585 msgid "-ffunction-sections not supported for this target"
6586 msgstr ""
6587
6588 #: toplev.c:1872
6589 msgid "-fdata-sections not supported for this target"
6590 msgstr ""
6591
6592 #: toplev.c:1879
6593 msgid "-ffunction-sections disabled; it makes profiling impossible"
6594 msgstr ""
6595
6596 #: toplev.c:1886
6597 msgid "-fprefetch-loop-arrays not supported for this target"
6598 msgstr ""
6599
6600 #: toplev.c:1892
6601 msgid "-fspeculative-prefetching not supported for this target"
6602 msgstr ""
6603
6604 #: toplev.c:1898
6605 msgid ""
6606 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6607 msgstr ""
6608
6609 #: toplev.c:1904
6610 msgid ""
6611 "-fspeculative-prefetching not supported for this target (try -march switches)"
6612 msgstr ""
6613
6614 #: toplev.c:1913
6615 msgid "-fprefetch-loop-arrays is not supported with -Os"
6616 msgstr ""
6617
6618 #: toplev.c:1919
6619 msgid "-ffunction-sections may affect debugging on some targets"
6620 msgstr ""
6621
6622 #: toplev.c:2028
6623 #, c-format
6624 msgid "error writing to %s: %m"
6625 msgstr ""
6626
6627 #: toplev.c:2030 java/jcf-parse.c:997 java/jcf-write.c:3527
6628 #, c-format
6629 msgid "error closing %s: %m"
6630 msgstr ""
6631
6632 #: tree-cfg.c:1135 tree-cfg.c:1846 tree-cfg.c:1848
6633 msgid "%Hwill never be executed"
6634 msgstr ""
6635
6636 #: tree-cfg.c:3037
6637 msgid "SSA name in freelist but still referenced"
6638 msgstr ""
6639
6640 #: tree-cfg.c:3047
6641 msgid "GIMPLE register modified with BIT_FIELD_REF"
6642 msgstr ""
6643
6644 #: tree-cfg.c:3067
6645 msgid "address taken, but ADDRESSABLE bit not set"
6646 msgstr ""
6647
6648 #: tree-cfg.c:3076
6649 msgid "non-boolean used in condition"
6650 msgstr ""
6651
6652 #: tree-cfg.c:3132
6653 msgid "Invalid reference prefix."
6654 msgstr ""
6655
6656 #: tree-cfg.c:3197
6657 msgid "Is not a valid GIMPLE statement."
6658 msgstr ""
6659
6660 #: tree-cfg.c:3217
6661 msgid "Statement marked for throw, but doesn%'t."
6662 msgstr ""
6663
6664 #: tree-cfg.c:3222
6665 msgid "Statement marked for throw in middle of block."
6666 msgstr ""
6667
6668 #: tree-cfg.c:3322
6669 msgid "PHI def is not a GIMPLE value"
6670 msgstr ""
6671
6672 #: tree-cfg.c:3338 tree-cfg.c:3354
6673 msgid "Incorrect sharing of tree nodes"
6674 msgstr ""
6675
6676 #: tree-cfg.c:3363
6677 msgid "verify_stmts failed."
6678 msgstr ""
6679
6680 #: tree-cfg.c:3384
6681 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6682 msgstr ""
6683
6684 #: tree-cfg.c:3390
6685 msgid "EXIT_BLOCK has a statement list associated with it\n"
6686 msgstr ""
6687
6688 #: tree-cfg.c:3397
6689 #, c-format
6690 msgid "Fallthru to exit from bb %d\n"
6691 msgstr ""
6692
6693 #: tree-cfg.c:3414
6694 #, c-format
6695 msgid "Label %s to block does not match in bb %d\n"
6696 msgstr ""
6697
6698 #: tree-cfg.c:3424
6699 #, c-format
6700 msgid "Label %s has incorrect context in bb %d\n"
6701 msgstr ""
6702
6703 #: tree-cfg.c:3438
6704 #, c-format
6705 msgid "Control flow in the middle of basic block %d\n"
6706 msgstr ""
6707
6708 #: tree-cfg.c:3448
6709 #, c-format
6710 msgid "Label %s in the middle of basic block %d\n"
6711 msgstr ""
6712
6713 #: tree-cfg.c:3465
6714 #, c-format
6715 msgid "Fallthru edge after a control statement in bb %d \n"
6716 msgstr ""
6717
6718 #: tree-cfg.c:3480
6719 #, c-format
6720 msgid "Structured COND_EXPR at the end of bb %d\n"
6721 msgstr ""
6722
6723 #: tree-cfg.c:3493 tree-cfg.c:3531 tree-cfg.c:3543 tree-cfg.c:3614
6724 #, c-format
6725 msgid "Wrong outgoing edge flags at end of bb %d\n"
6726 msgstr ""
6727
6728 #: tree-cfg.c:3501
6729 msgid "%<then%> label does not match edge at end of bb %d\n"
6730 msgstr ""
6731
6732 #: tree-cfg.c:3509
6733 msgid "%<else%> label does not match edge at end of bb %d\n"
6734 msgstr ""
6735
6736 #: tree-cfg.c:3519
6737 #, c-format
6738 msgid "Explicit goto at end of bb %d\n"
6739 msgstr ""
6740
6741 #: tree-cfg.c:3548
6742 #, c-format
6743 msgid "Return edge does not point to exit in bb %d\n"
6744 msgstr ""
6745
6746 #: tree-cfg.c:3581
6747 msgid "Found default case not at end of case vector"
6748 msgstr ""
6749
6750 #: tree-cfg.c:3587
6751 msgid ""
6752 "Case labels not sorted:\n"
6753 " "
6754 msgstr ""
6755
6756 #: tree-cfg.c:3598
6757 msgid "No default case found at end of case vector"
6758 msgstr ""
6759
6760 #: tree-cfg.c:3606
6761 #, c-format
6762 msgid "Extra outgoing edge %d->%d\n"
6763 msgstr ""
6764
6765 #: tree-cfg.c:3628
6766 #, c-format
6767 msgid "Missing edge %i->%i\n"
6768 msgstr ""
6769
6770 #: tree-cfg.c:5285
6771 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6772 msgstr ""
6773
6774 #: tree-cfg.c:5312 tree-cfg.c:5316
6775 msgid "%H%<noreturn%> function does return"
6776 msgstr ""
6777
6778 #: tree-cfg.c:5336 tree-cfg.c:5341
6779 msgid "%Hcontrol reaches end of non-void function"
6780 msgstr ""
6781
6782 #: tree-dump.c:847
6783 #, c-format
6784 msgid "could not open dump file %qs: %s"
6785 msgstr ""
6786
6787 #: tree-dump.c:960
6788 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6789 msgstr ""
6790
6791 #: tree-inline.c:945
6792 msgid ""
6793 "%Jfunction %qF can never be inlined because it uses alloca (override using "
6794 "the always_inline attribute)"
6795 msgstr ""
6796
6797 #: tree-inline.c:957
6798 msgid "%Jfunction %qF can never be inlined because it uses setjmp"
6799 msgstr ""
6800
6801 #: tree-inline.c:971
6802 msgid ""
6803 "%Jfunction %qF can never be inlined because it uses variable argument lists"
6804 msgstr ""
6805
6806 #: tree-inline.c:982
6807 msgid ""
6808 "%Jfunction %qF can never be inlined because it uses setjmp-longjmp exception "
6809 "handling"
6810 msgstr ""
6811
6812 #: tree-inline.c:989
6813 msgid "%Jfunction %qF can never be inlined because it uses non-local goto"
6814 msgstr ""
6815
6816 #: tree-inline.c:1008
6817 msgid "%Jfunction %qF can never be inlined because it contains a computed goto"
6818 msgstr ""
6819
6820 #: tree-inline.c:1022
6821 msgid ""
6822 "%Jfunction %qF can never be inlined because it receives a non-local goto"
6823 msgstr ""
6824
6825 #: tree-inline.c:1044
6826 msgid ""
6827 "%Jfunction %qF can never be inlined because it uses variable sized variables"
6828 msgstr ""
6829
6830 #: tree-inline.c:1465
6831 msgid "originally indirect function call not considered for inlining"
6832 msgstr ""
6833
6834 #: tree-inline.c:1475 tree-inline.c:1483
6835 msgid "%Jinlining failed in call to %qF: %s"
6836 msgstr ""
6837
6838 #: tree-inline.c:1476 tree-inline.c:1484
6839 msgid "called from here"
6840 msgstr ""
6841
6842 #: tree-mudflap.c:851
6843 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6844 msgstr ""
6845
6846 #: tree-mudflap.c:1042
6847 msgid "mudflap ran off end of BIND_EXPR body"
6848 msgstr ""
6849
6850 #: tree-mudflap.c:1270
6851 #, c-format
6852 msgid "mudflap cannot track unknown size extern %qs"
6853 msgstr ""
6854
6855 #: tree-nomudflap.c:51
6856 msgid "mudflap: this language is not supported"
6857 msgstr ""
6858
6859 #: tree-optimize.c:686
6860 msgid "%Jsize of return value of %qD is %u bytes"
6861 msgstr ""
6862
6863 #: tree-optimize.c:689
6864 msgid "%Jsize of return value of %qD is larger than %wd bytes"
6865 msgstr ""
6866
6867 #: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
6868 #: tree-outof-ssa.c:664 tree-outof-ssa.c:1037 tree-outof-ssa.c:1848
6869 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6870 msgid "SSA corruption"
6871 msgstr ""
6872
6873 #: tree-outof-ssa.c:2257
6874 #, c-format
6875 msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
6876 msgstr ""
6877
6878 #: tree-outof-ssa.c:2263
6879 #, c-format
6880 msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
6881 msgstr ""
6882
6883 #: tree-outof-ssa.c:2270
6884 #, c-format
6885 msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
6886 msgstr ""
6887
6888 #: tree-outof-ssa.c:2276
6889 #, c-format
6890 msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
6891 msgstr ""
6892
6893 #: tree-profile.c:111 tree-profile.c:127 tree-profile.c:143 tree-profile.c:160
6894 msgid "unimplemented functionality"
6895 msgstr ""
6896
6897 #: tree-ssa-operands.c:1204
6898 msgid "internal error"
6899 msgstr ""
6900
6901 #: tree-ssa.c:137
6902 msgid "Expected an SSA_NAME object"
6903 msgstr ""
6904
6905 #: tree-ssa.c:143
6906 msgid "Type mismatch between an SSA_NAME and its symbol."
6907 msgstr ""
6908
6909 #: tree-ssa.c:149
6910 msgid "Found an SSA_NAME that had been released into the free pool"
6911 msgstr ""
6912
6913 #: tree-ssa.c:155
6914 msgid "Found a virtual definition for a GIMPLE register"
6915 msgstr ""
6916
6917 #: tree-ssa.c:161
6918 msgid "Found a real definition for a non-register"
6919 msgstr ""
6920
6921 #: tree-ssa.c:190
6922 #, c-format
6923 msgid "SSA_NAME created in two different blocks %i and %i"
6924 msgstr ""
6925
6926 #: tree-ssa.c:199
6927 msgid "SSA_NAME_DEF_STMT is wrong"
6928 msgstr ""
6929
6930 #: tree-ssa.c:250
6931 msgid "Missing definition"
6932 msgstr ""
6933
6934 #: tree-ssa.c:256
6935 #, c-format
6936 msgid "Definition in block %i does not dominate use in block %i"
6937 msgstr ""
6938
6939 #: tree-ssa.c:264
6940 #, c-format
6941 msgid "Definition in block %i follows the use"
6942 msgstr ""
6943
6944 #: tree-ssa.c:271
6945 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6946 msgstr ""
6947
6948 #: tree-ssa.c:322
6949 #, c-format
6950 msgid "Wrong edge %d->%d for PHI argument\n"
6951 msgstr ""
6952
6953 #: tree-ssa.c:329
6954 #, c-format
6955 msgid "PHI argument flowing through dead edge %d->%d\n"
6956 msgstr ""
6957
6958 #: tree-ssa.c:336
6959 #, c-format
6960 msgid "PHI argument duplicated for edge %d->%d\n"
6961 msgstr ""
6962
6963 #: tree-ssa.c:355
6964 #, c-format
6965 msgid "No argument flowing through edge %d->%d\n"
6966 msgstr ""
6967
6968 #: tree-ssa.c:400
6969 msgid "Non-addressable variable inside an alias set."
6970 msgstr ""
6971
6972 #: tree-ssa.c:418
6973 msgid "Addressable variable that is an alias tag but is not in any alias set."
6974 msgstr ""
6975
6976 #: tree-ssa.c:428
6977 msgid "verify_flow_insensitive_alias_info failed."
6978 msgstr ""
6979
6980 #: tree-ssa.c:467
6981 msgid "Dereferenced pointers should have a name or a type tag"
6982 msgstr ""
6983
6984 #: tree-ssa.c:475
6985 msgid ""
6986 "Pointers with a memory tag, should have points-to sets or point to malloc"
6987 msgstr ""
6988
6989 #: tree-ssa.c:483
6990 msgid "Pointer escapes but its name tag is not call-clobbered."
6991 msgstr ""
6992
6993 #: tree-ssa.c:492
6994 msgid "verify_flow_sensitive_alias_info failed."
6995 msgstr ""
6996
6997 #: tree-ssa.c:543
6998 msgid ""
6999 "Two different pointers with identical points-to sets but different name tags"
7000 msgstr ""
7001
7002 #: tree-ssa.c:570
7003 msgid "verify_name_tags failed"
7004 msgstr ""
7005
7006 #: tree-ssa.c:624
7007 msgid "PHI argument is not SSA_NAME, or invariant"
7008 msgstr ""
7009
7010 #: tree-ssa.c:641
7011 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
7012 msgstr ""
7013
7014 #: tree-ssa.c:675
7015 #, c-format
7016 msgid "AUX pointer initialized for edge %d->%d\n"
7017 msgstr ""
7018
7019 #: tree-ssa.c:754
7020 msgid "verify_ssa failed."
7021 msgstr ""
7022
7023 #: tree-ssa.c:1398
7024 msgid "%H%qD is used uninitialized in this function"
7025 msgstr ""
7026
7027 #: tree-ssa.c:1423
7028 msgid "%H%qD may be used uninitialized in this function"
7029 msgstr ""
7030
7031 #: tree-vectorizer.c:2069
7032 msgid "no support for reduction/induction"
7033 msgstr ""
7034
7035 #: tree-vectorizer.c:2095
7036 msgid "unsupported defining stmt"
7037 msgstr ""
7038
7039 #: tree.c:3256
7040 msgid "%Jfunction %qD definition is marked dllimport."
7041 msgstr ""
7042
7043 #: tree.c:3264
7044 msgid "%Jvariable %qD definition is marked dllimport."
7045 msgstr ""
7046
7047 #: tree.c:3284
7048 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
7049 msgstr ""
7050
7051 #: tree.c:4424
7052 msgid "arrays of functions are not meaningful"
7053 msgstr ""
7054
7055 #: tree.c:4476
7056 msgid "function return type cannot be function"
7057 msgstr ""
7058
7059 #: tree.c:5358
7060 msgid "invalid initializer for bit string"
7061 msgstr ""
7062
7063 #: tree.c:5436
7064 #, c-format
7065 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7066 msgstr ""
7067
7068 #: tree.c:5473
7069 #, c-format
7070 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
7071 msgstr ""
7072
7073 #: tree.c:5486
7074 #, c-format
7075 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
7076 msgstr ""
7077
7078 #: tree.c:5500
7079 #, c-format
7080 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7081 msgstr ""
7082
7083 #: tree.c:5512
7084 #, c-format
7085 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7086 msgstr ""
7087
7088 #: tree.c:5524
7089 #, c-format
7090 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7091 msgstr ""
7092
7093 #: varasm.c:476
7094 msgid "%J%D causes a section type conflict"
7095 msgstr ""
7096
7097 #: varasm.c:910
7098 msgid "%Jregister name not specified for %qD"
7099 msgstr ""
7100
7101 #: varasm.c:912
7102 msgid "%Jinvalid register name for %qD"
7103 msgstr ""
7104
7105 #: varasm.c:914
7106 msgid "%Jdata type of %qD isn%'t suitable for a register"
7107 msgstr ""
7108
7109 #: varasm.c:917
7110 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7111 msgstr ""
7112
7113 #: varasm.c:927
7114 msgid "global register variable has initial value"
7115 msgstr ""
7116
7117 #: varasm.c:930
7118 msgid "volatile register variables don%'t work as you might wish"
7119 msgstr ""
7120
7121 #: varasm.c:963
7122 msgid "%Jregister name given for non-register variable %qD"
7123 msgstr ""
7124
7125 #: varasm.c:1038
7126 msgid "global destructors not supported on this target"
7127 msgstr ""
7128
7129 #: varasm.c:1099
7130 msgid "global constructors not supported on this target"
7131 msgstr ""
7132
7133 #: varasm.c:1592
7134 msgid ""
7135 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
7136 msgstr ""
7137
7138 #: varasm.c:1641
7139 msgid "thread-local COMMON data not implemented"
7140 msgstr ""
7141
7142 #: varasm.c:1666
7143 msgid ""
7144 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7145 msgstr ""
7146
7147 #: varasm.c:3731
7148 msgid "initializer for integer value is too complicated"
7149 msgstr ""
7150
7151 #: varasm.c:3736
7152 msgid "initializer for floating value is not a floating constant"
7153 msgstr ""
7154
7155 #: varasm.c:3802
7156 msgid "unknown set constructor type"
7157 msgstr ""
7158
7159 #: varasm.c:4021
7160 #, c-format
7161 msgid "invalid initial value for member %qs"
7162 msgstr ""
7163
7164 #: varasm.c:4208 varasm.c:4252
7165 msgid "%Jweak declaration of %qD must precede definition"
7166 msgstr ""
7167
7168 #: varasm.c:4216
7169 msgid ""
7170 "%Jweak declaration of %qD after first use results in unspecified behavior"
7171 msgstr ""
7172
7173 #: varasm.c:4250
7174 msgid "%Jweak declaration of %qD must be public"
7175 msgstr ""
7176
7177 #: varasm.c:4259
7178 msgid "%Jweak declaration of %qD not supported"
7179 msgstr ""
7180
7181 #: varasm.c:4288 varasm.c:4381
7182 msgid "only weak aliases are supported in this configuration"
7183 msgstr ""
7184
7185 #: varasm.c:4384
7186 msgid "alias definitions not supported in this configuration; ignored"
7187 msgstr ""
7188
7189 #: varasm.c:4413
7190 msgid "visibility attribute not supported in this configuration; ignored"
7191 msgstr ""
7192
7193 #: varray.c:204
7194 #, c-format
7195 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7196 msgstr ""
7197
7198 #: varray.c:214
7199 #, c-format
7200 msgid "underflowed virtual array %s in %s, at %s:%d"
7201 msgstr ""
7202
7203 #: vec.c:146
7204 #, c-format
7205 msgid "vector %s %s domain error, in %s at %s:%u"
7206 msgstr ""
7207
7208 #. Print an error message for unrecognized stab codes.
7209 #: xcoffout.c:187
7210 #, c-format
7211 msgid "no sclass for %s stab (0x%x)\n"
7212 msgstr ""
7213
7214 #.
7215 #. Local variables:
7216 #. mode:c
7217 #. End:
7218 #.
7219 #: diagnostic.def:1
7220 msgid "fatal error: "
7221 msgstr ""
7222
7223 #: diagnostic.def:2
7224 msgid "internal compiler error: "
7225 msgstr ""
7226
7227 #: diagnostic.def:3
7228 msgid "error: "
7229 msgstr ""
7230
7231 #: diagnostic.def:4
7232 msgid "sorry, unimplemented: "
7233 msgstr ""
7234
7235 #: diagnostic.def:5
7236 msgid "warning: "
7237 msgstr ""
7238
7239 #: diagnostic.def:6
7240 msgid "anachronism: "
7241 msgstr ""
7242
7243 #: diagnostic.def:7
7244 msgid "note: "
7245 msgstr ""
7246
7247 #: diagnostic.def:8
7248 msgid "debug: "
7249 msgstr ""
7250
7251 #: params.def:44
7252 msgid ""
7253 "The maximum structure size (in bytes) at which GCC will do block copies."
7254 msgstr ""
7255
7256 #: params.def:54
7257 msgid ""
7258 "The threshold ratio between instantiated fields and the total structure size."
7259 msgstr ""
7260
7261 #: params.def:72
7262 msgid ""
7263 "The maximum number of instructions in a single function eligible for inlining"
7264 msgstr ""
7265
7266 #: params.def:84
7267 msgid "The maximum number of instructions when automatically inlining"
7268 msgstr ""
7269
7270 #: params.def:89
7271 msgid ""
7272 "The maximum number of instructions inline function can grow to via recursive "
7273 "inlining"
7274 msgstr ""
7275
7276 #: params.def:94
7277 msgid ""
7278 "The maximum number of instructions non-inline function can grow to via "
7279 "recursive inlining"
7280 msgstr ""
7281
7282 #: params.def:99
7283 msgid "The maximum depth of recursive inlining for inline functions"
7284 msgstr ""
7285
7286 #: params.def:104
7287 msgid "The maximum depth of recursive inlining for non-inline functions"
7288 msgstr ""
7289
7290 #: params.def:114
7291 msgid "The maximum number of instructions for the RTL inliner"
7292 msgstr ""
7293
7294 #: params.def:121
7295 msgid ""
7296 "If -fvariable-expansion-in-unroller is used, the maximum number "
7297 "of            times that an individual variable will be expanded            "
7298 "during loop unrolling"
7299 msgstr ""
7300
7301 #: params.def:134
7302 msgid "The maximum number of instructions to consider to fill a delay slot"
7303 msgstr ""
7304
7305 #: params.def:145
7306 msgid ""
7307 "The maximum number of instructions to consider to find accurate live "
7308 "register information"
7309 msgstr ""
7310
7311 #: params.def:155
7312 msgid "The maximum length of scheduling's pending operations list"
7313 msgstr ""
7314
7315 #: params.def:160
7316 msgid "The size of function body to be considered large"
7317 msgstr ""
7318
7319 #: params.def:164
7320 msgid "Maximal growth due to inlining of large function (in percent)"
7321 msgstr ""
7322
7323 #: params.def:168
7324 msgid ""
7325 "how much can given compilation unit grow because of the inlining (in percent)"
7326 msgstr ""
7327
7328 #: params.def:175
7329 msgid "The maximum amount of memory to be allocated by GCSE"
7330 msgstr ""
7331
7332 #: params.def:180
7333 msgid "The maximum number of passes to make when doing GCSE"
7334 msgstr ""
7335
7336 #: params.def:190
7337 msgid ""
7338 "The threshold ratio for performing partial redundancy elimination          "
7339 "after reload."
7340 msgstr ""
7341
7342 #: params.def:198
7343 msgid ""
7344 "The threshold ratio of critical edges execution count that permit          "
7345 "performing redundancy elimination after reload."
7346 msgstr ""
7347
7348 #: params.def:210
7349 msgid "The maximum number of instructions to consider to unroll in a loop"
7350 msgstr ""
7351
7352 #: params.def:216
7353 msgid ""
7354 "The maximum number of instructions to consider to unroll in a loop on average"
7355 msgstr ""
7356
7357 #: params.def:221
7358 msgid "The maximum number of unrollings of a single loop"
7359 msgstr ""
7360
7361 #: params.def:226
7362 msgid "The maximum number of insns of a peeled loop"
7363 msgstr ""
7364
7365 #: params.def:231
7366 msgid "The maximum number of peelings of a single loop"
7367 msgstr ""
7368
7369 #: params.def:236
7370 msgid "The maximum number of insns of a completely peeled loop"
7371 msgstr ""
7372
7373 #: params.def:241
7374 msgid ""
7375 "The maximum number of peelings of a single loop that is peeled completely"
7376 msgstr ""
7377
7378 #: params.def:246
7379 msgid "The maximum number of insns of a peeled loop that rolls only once"
7380 msgstr ""
7381
7382 #: params.def:252
7383 msgid "The maximum number of insns of an unswitched loop"
7384 msgstr ""
7385
7386 #: params.def:257
7387 msgid "The maximum number of unswitchings in a single loop"
7388 msgstr ""
7389
7390 #: params.def:264
7391 msgid ""
7392 "Bound on the number of iterations the brute force # of iterations \t "
7393 "analysis algorithm evaluates"
7394 msgstr ""
7395
7396 #: params.def:270
7397 msgid ""
7398 "Maximum number of loops to perform swing modulo scheduling on \t  (mainly "
7399 "for debugging)"
7400 msgstr ""
7401
7402 #: params.def:277
7403 msgid ""
7404 "A factor for tuning the upper bound that swing modulo scheduler uses \t  for "
7405 "scheduling a loop"
7406 msgstr ""
7407
7408 #: params.def:282
7409 msgid ""
7410 "The number of cycles the swing modulo scheduler considers when \t  checking "
7411 "conflicts using DFA"
7412 msgstr ""
7413
7414 #: params.def:287
7415 msgid ""
7416 "A threshold on the average loop count considered by the swing modulo \t  "
7417 "scheduler"
7418 msgstr ""
7419
7420 #: params.def:293
7421 msgid ""
7422 "Select fraction of the maximal count of repetitions of basic block in "
7423 "program given basic block needs to have to be considered hot"
7424 msgstr ""
7425
7426 #: params.def:298
7427 msgid ""
7428 "Select fraction of the maximal frequency of executions of basic block in "
7429 "function given basic block needs to have to be considered hot"
7430 msgstr ""
7431
7432 #: params.def:303
7433 msgid ""
7434 "The percentage of function, weighted by execution frequency, that must be "
7435 "covered by trace formation. Used when profile feedback is available"
7436 msgstr ""
7437
7438 #: params.def:308
7439 msgid ""
7440 "The percentage of function, weighted by execution frequency, that must be "
7441 "covered by trace formation. Used when profile feedback is not available"
7442 msgstr ""
7443
7444 #: params.def:313
7445 msgid "Maximal code growth caused by tail duplication (in percent)"
7446 msgstr ""
7447
7448 #: params.def:317
7449 msgid ""
7450 "Stop reverse growth if the reverse probability of best edge is less than "
7451 "this threshold (in percent)"
7452 msgstr ""
7453
7454 #: params.def:322
7455 msgid ""
7456 "Stop forward growth if the probability of best edge is less than this "
7457 "threshold (in percent). Used when profile feedback is available"
7458 msgstr ""
7459
7460 #: params.def:327
7461 msgid ""
7462 "Stop forward growth if the probability of best edge is less than this "
7463 "threshold (in percent). Used when profile feedback is not available"
7464 msgstr ""
7465
7466 #: params.def:334
7467 msgid "The maximum number of incoming edges to consider for crossjumping"
7468 msgstr ""
7469
7470 #: params.def:340
7471 msgid ""
7472 "The minimum number of matching instructions to consider for crossjumping"
7473 msgstr ""
7474
7475 #: params.def:346
7476 msgid "The maximum length of path considered in cse"
7477 msgstr ""
7478
7479 #: params.def:353
7480 msgid ""
7481 "The minimum cost of an expensive expression in the loop invariant motion"
7482 msgstr ""
7483
7484 #: params.def:362
7485 msgid ""
7486 "Bound on number of candidates below that all candidates are considered in iv "
7487 "optimizations"
7488 msgstr ""
7489
7490 #: params.def:370
7491 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7492 msgstr ""
7493
7494 #: params.def:377
7495 msgid ""
7496 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7497 "NxV is larger than this limit"
7498 msgstr ""
7499
7500 #: params.def:382
7501 msgid "The maximum memory locations recorded by cselib"
7502 msgstr ""
7503
7504 #: params.def:395
7505 msgid ""
7506 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7507 "total size of the heap"
7508 msgstr ""
7509
7510 #: params.def:401
7511 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7512 msgstr ""
7513
7514 #: params.def:409
7515 msgid ""
7516 "The maximum number of instructions to search backward when looking for "
7517 "equivalent reload"
7518 msgstr ""
7519
7520 #: params.def:414
7521 msgid ""
7522 "The maximum number of virtual operands allowed to represent aliases before "
7523 "triggering alias grouping."
7524 msgstr ""
7525
7526 #: params.def:419
7527 msgid ""
7528 "The maximum number of blocks in a region to be considered for interblock "
7529 "scheduling"
7530 msgstr ""
7531
7532 #: params.def:424
7533 msgid ""
7534 "The maximum number of insns in a region to be considered for interblock "
7535 "scheduling"
7536 msgstr ""
7537
7538 #: params.def:432
7539 msgid "The upper bound for sharing integer constants"
7540 msgstr ""
7541
7542 #: config/darwin-c.c:84
7543 msgid "too many #pragma options align=reset"
7544 msgstr ""
7545
7546 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7547 #: config/darwin-c.c:111
7548 msgid "malformed '#pragma options', ignoring"
7549 msgstr ""
7550
7551 #: config/darwin-c.c:114
7552 msgid "junk at end of '#pragma options'"
7553 msgstr ""
7554
7555 #: config/darwin-c.c:124
7556 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7557 msgstr ""
7558
7559 #: config/darwin-c.c:136
7560 msgid "missing '(' after '#pragma unused', ignoring"
7561 msgstr ""
7562
7563 #: config/darwin-c.c:154
7564 msgid "missing ')' after '#pragma unused', ignoring"
7565 msgstr ""
7566
7567 #: config/darwin-c.c:157
7568 msgid "junk at end of '#pragma unused'"
7569 msgstr ""
7570
7571 #: config/darwin-c.c:367
7572 #, c-format
7573 msgid "subframework include %s conflicts with framework include"
7574 msgstr ""
7575
7576 #: config/darwin.c:1331
7577 msgid ""
7578 "internal and protected visibility attributes not supportedin this "
7579 "configuration; ignored"
7580 msgstr ""
7581
7582 #: config/sol2-c.c:93 config/sol2-c.c:109
7583 msgid "malformed %<#pragma align%>, ignoring"
7584 msgstr ""
7585
7586 #: config/sol2-c.c:102
7587 msgid "invalid alignment for %<#pragma align%>, ignoring"
7588 msgstr ""
7589
7590 #: config/sol2-c.c:117
7591 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7592 msgstr ""
7593
7594 #: config/sol2-c.c:129 config/sol2-c.c:141
7595 msgid "malformed %<#pragma align%>"
7596 msgstr ""
7597
7598 #: config/sol2-c.c:136
7599 msgid "junk at end of %<#pragma align%>"
7600 msgstr ""
7601
7602 #: config/sol2-c.c:157 config/sol2-c.c:164
7603 msgid "malformed %<#pragma init%>, ignoring"
7604 msgstr ""
7605
7606 #: config/sol2-c.c:187 config/sol2-c.c:199
7607 msgid "malformed %<#pragma init%>"
7608 msgstr ""
7609
7610 #: config/sol2-c.c:194
7611 msgid "junk at end of %<#pragma init%>"
7612 msgstr ""
7613
7614 #: config/sol2-c.c:215 config/sol2-c.c:222
7615 msgid "malformed %<#pragma fini%>, ignoring"
7616 msgstr ""
7617
7618 #: config/sol2-c.c:245 config/sol2-c.c:257
7619 msgid "malformed %<#pragma fini%>"
7620 msgstr ""
7621
7622 #: config/sol2-c.c:252
7623 msgid "junk at end of %<#pragma fini%>"
7624 msgstr ""
7625
7626 #: config/sol2.c:53
7627 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7628 msgstr ""
7629
7630 #: config/darwin.h:152
7631 msgid "Set sizeof(bool) to 1"
7632 msgstr ""
7633
7634 #: config/darwin.h:154
7635 msgid "Generate code suitable for fast turn around debugging"
7636 msgstr ""
7637
7638 #: config/darwin.h:156
7639 msgid "Don't generate code suitable for fast turn around debugging"
7640 msgstr ""
7641
7642 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
7643 #. sections.  machopic_select_section ensures that weak variables go in
7644 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
7645 #. not supported.  Weak symbols that aren't visible outside the .s file
7646 #. are not supported.
7647 #: config/darwin.h:388
7648 msgid "alias definitions not supported in Mach-O; ignored"
7649 msgstr ""
7650
7651 #: config/lynx.h:137
7652 msgid "Use shared libraries"
7653 msgstr ""
7654
7655 #: config/lynx.h:138
7656 msgid "Support multi-threading"
7657 msgstr ""
7658
7659 #: config/lynx.h:139
7660 msgid "Support legacy multi-threading"
7661 msgstr ""
7662
7663 #: config/windiss.h:37
7664 msgid "profiler support for WindISS"
7665 msgstr ""
7666
7667 #: config/alpha/alpha.c:254
7668 #, c-format
7669 msgid "-f%s ignored for Unicos/Mk (not supported)"
7670 msgstr ""
7671
7672 #: config/alpha/alpha.c:278
7673 msgid "-mieee not supported on Unicos/Mk"
7674 msgstr ""
7675
7676 #: config/alpha/alpha.c:289
7677 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7678 msgstr ""
7679
7680 #: config/alpha/alpha.c:306
7681 #, c-format
7682 msgid "bad value %qs for -mtrap-precision switch"
7683 msgstr ""
7684
7685 #: config/alpha/alpha.c:320
7686 #, c-format
7687 msgid "bad value %qs for -mfp-rounding-mode switch"
7688 msgstr ""
7689
7690 #: config/alpha/alpha.c:335
7691 #, c-format
7692 msgid "bad value %qs for -mfp-trap-mode switch"
7693 msgstr ""
7694
7695 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1680
7696 #, c-format
7697 msgid "bad value %qs for -mtls-size switch"
7698 msgstr ""
7699
7700 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7701 #, c-format
7702 msgid "bad value %qs for -mcpu switch"
7703 msgstr ""
7704
7705 #: config/alpha/alpha.c:385
7706 msgid "trap mode not supported on Unicos/Mk"
7707 msgstr ""
7708
7709 #: config/alpha/alpha.c:392
7710 msgid "fp software completion requires -mtrap-precision=i"
7711 msgstr ""
7712
7713 #: config/alpha/alpha.c:408
7714 msgid "rounding mode not supported for VAX floats"
7715 msgstr ""
7716
7717 #: config/alpha/alpha.c:413
7718 msgid "trap mode not supported for VAX floats"
7719 msgstr ""
7720
7721 #: config/alpha/alpha.c:417
7722 msgid "128-bit long double not supported for VAX floats"
7723 msgstr ""
7724
7725 #: config/alpha/alpha.c:445
7726 #, c-format
7727 msgid "L%d cache latency unknown for %s"
7728 msgstr ""
7729
7730 #: config/alpha/alpha.c:460
7731 #, c-format
7732 msgid "bad value %qs for -mmemory-latency"
7733 msgstr ""
7734
7735 #: config/alpha/alpha.c:4598
7736 #, c-format
7737 msgid "invalid %%H value"
7738 msgstr ""
7739
7740 #: config/alpha/alpha.c:4619
7741 #, c-format
7742 msgid "invalid %%J value"
7743 msgstr ""
7744
7745 #: config/alpha/alpha.c:4635 config/ia64/ia64.c:3739
7746 #, c-format
7747 msgid "invalid %%r value"
7748 msgstr ""
7749
7750 #: config/alpha/alpha.c:4645 config/rs6000/rs6000.c:10376
7751 #: config/xtensa/xtensa.c:1951
7752 #, c-format
7753 msgid "invalid %%R value"
7754 msgstr ""
7755
7756 #: config/alpha/alpha.c:4651 config/rs6000/rs6000.c:10295
7757 #: config/xtensa/xtensa.c:1918
7758 #, c-format
7759 msgid "invalid %%N value"
7760 msgstr ""
7761
7762 #: config/alpha/alpha.c:4659 config/rs6000/rs6000.c:10323
7763 #, c-format
7764 msgid "invalid %%P value"
7765 msgstr ""
7766
7767 #: config/alpha/alpha.c:4667
7768 #, c-format
7769 msgid "invalid %%h value"
7770 msgstr ""
7771
7772 #: config/alpha/alpha.c:4675 config/xtensa/xtensa.c:1944
7773 #, c-format
7774 msgid "invalid %%L value"
7775 msgstr ""
7776
7777 #: config/alpha/alpha.c:4714 config/rs6000/rs6000.c:10277
7778 #, c-format
7779 msgid "invalid %%m value"
7780 msgstr ""
7781
7782 #: config/alpha/alpha.c:4722 config/rs6000/rs6000.c:10285
7783 #, c-format
7784 msgid "invalid %%M value"
7785 msgstr ""
7786
7787 #: config/alpha/alpha.c:4766
7788 #, c-format
7789 msgid "invalid %%U value"
7790 msgstr ""
7791
7792 #: config/alpha/alpha.c:4778 config/alpha/alpha.c:4792
7793 #: config/rs6000/rs6000.c:10384
7794 #, c-format
7795 msgid "invalid %%s value"
7796 msgstr ""
7797
7798 #: config/alpha/alpha.c:4815
7799 #, c-format
7800 msgid "invalid %%C value"
7801 msgstr ""
7802
7803 #: config/alpha/alpha.c:4852 config/rs6000/rs6000.c:10114
7804 #: config/rs6000/rs6000.c:10134
7805 #, c-format
7806 msgid "invalid %%E value"
7807 msgstr ""
7808
7809 #: config/alpha/alpha.c:4877 config/alpha/alpha.c:4925
7810 msgid "unknown relocation unspec"
7811 msgstr ""
7812
7813 #: config/alpha/alpha.c:4886 config/rs6000/rs6000.c:10702
7814 #, c-format
7815 msgid "invalid %%xn code"
7816 msgstr ""
7817
7818 #: config/alpha/alpha.c:5846 config/alpha/alpha.c:5849 config/s390/s390.c:7782
7819 #: config/s390/s390.c:7785
7820 msgid "bad builtin fcode"
7821 msgstr ""
7822
7823 #. Macro to define tables used to set the flags.
7824 #. This is a list in braces of pairs in braces,
7825 #. each pair being { "NAME", VALUE }
7826 #. where VALUE is the bits to set or minus the bits to clear.
7827 #. An empty string NAME is used to identify the default VALUE.
7828 #. WARNING: Do not mark empty strings for translation, as calling
7829 #. gettext on an empty string does NOT return an empty
7830 #. string.
7831 #. Macro to define tables used to set the flags.
7832 #. This is a list in braces of pairs in braces,
7833 #. each pair being { "NAME", VALUE }
7834 #. where VALUE is the bits to set or minus the bits to clear.
7835 #. An empty string NAME is used to identify the default VALUE.
7836 #: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335
7837 #: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:137
7838 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7839 msgid "Use hardware fp"
7840 msgstr ""
7841
7842 #: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336
7843 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7844 msgid "Do not use hardware fp"
7845 msgstr ""
7846
7847 #: config/alpha/alpha.h:295
7848 msgid "Use fp registers"
7849 msgstr ""
7850
7851 #: config/alpha/alpha.h:297
7852 msgid "Do not use fp registers"
7853 msgstr ""
7854
7855 #: config/alpha/alpha.h:298
7856 msgid "Do not assume GAS"
7857 msgstr ""
7858
7859 #: config/alpha/alpha.h:299
7860 msgid "Assume GAS"
7861 msgstr ""
7862
7863 #: config/alpha/alpha.h:301
7864 msgid "Request IEEE-conformant math library routines (OSF/1)"
7865 msgstr ""
7866
7867 #: config/alpha/alpha.h:303
7868 msgid "Emit IEEE-conformant code, without inexact exceptions"
7869 msgstr ""
7870
7871 #: config/alpha/alpha.h:305
7872 msgid "Emit IEEE-conformant code, with inexact exceptions"
7873 msgstr ""
7874
7875 #: config/alpha/alpha.h:307
7876 msgid "Do not emit complex integer constants to read-only memory"
7877 msgstr ""
7878
7879 #: config/alpha/alpha.h:308
7880 msgid "Use VAX fp"
7881 msgstr ""
7882
7883 #: config/alpha/alpha.h:309
7884 msgid "Do not use VAX fp"
7885 msgstr ""
7886
7887 #: config/alpha/alpha.h:310
7888 msgid "Emit code for the byte/word ISA extension"
7889 msgstr ""
7890
7891 #: config/alpha/alpha.h:313
7892 msgid "Emit code for the motion video ISA extension"
7893 msgstr ""
7894
7895 #: config/alpha/alpha.h:316
7896 msgid "Emit code for the fp move and sqrt ISA extension"
7897 msgstr ""
7898
7899 #: config/alpha/alpha.h:318
7900 msgid "Emit code for the counting ISA extension"
7901 msgstr ""
7902
7903 #: config/alpha/alpha.h:321
7904 msgid "Emit code using explicit relocation directives"
7905 msgstr ""
7906
7907 #: config/alpha/alpha.h:324
7908 msgid "Emit 16-bit relocations to the small data areas"
7909 msgstr ""
7910
7911 #: config/alpha/alpha.h:326
7912 msgid "Emit 32-bit relocations to the small data areas"
7913 msgstr ""
7914
7915 #: config/alpha/alpha.h:328
7916 msgid "Emit direct branches to local functions"
7917 msgstr ""
7918
7919 #: config/alpha/alpha.h:331
7920 msgid "Emit rdval instead of rduniq for thread pointer"
7921 msgstr ""
7922
7923 #: config/alpha/alpha.h:333
7924 msgid "Use 128-bit long double"
7925 msgstr ""
7926
7927 #: config/alpha/alpha.h:335
7928 msgid "Use 64-bit long double"
7929 msgstr ""
7930
7931 #. For -mcpu=
7932 #. For -mtune=
7933 #. For -mfp-rounding-mode=[n|m|c|d]
7934 #. For -mfp-trap-mode=[n|u|su|sui]
7935 #. For -mtrap-precision=[p|f|i]
7936 #. For -mmemory-latency=
7937 #. For -mtls-size=
7938 #: config/alpha/alpha.h:364
7939 msgid "Use features of and schedule given CPU"
7940 msgstr ""
7941
7942 #: config/alpha/alpha.h:366
7943 msgid "Schedule given CPU"
7944 msgstr ""
7945
7946 #: config/alpha/alpha.h:368
7947 msgid "Control the generated fp rounding mode"
7948 msgstr ""
7949
7950 #: config/alpha/alpha.h:370
7951 msgid "Control the IEEE trap mode"
7952 msgstr ""
7953
7954 #: config/alpha/alpha.h:372
7955 msgid "Control the precision given to fp exceptions"
7956 msgstr ""
7957
7958 #: config/alpha/alpha.h:374
7959 msgid "Tune expected memory latency"
7960 msgstr ""
7961
7962 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7963 msgid "Specify bit size of immediate TLS offsets"
7964 msgstr ""
7965
7966 #: config/arc/arc.c:172
7967 #, c-format
7968 msgid "bad value (%s) for -mcpu switch"
7969 msgstr ""
7970
7971 #: config/arc/arc.c:394
7972 #, c-format
7973 msgid "argument of %qs attribute is not a string constant"
7974 msgstr ""
7975
7976 #: config/arc/arc.c:401
7977 #, c-format
7978 msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
7979 msgstr ""
7980
7981 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7982 #, c-format
7983 msgid "invalid operand to %%R code"
7984 msgstr ""
7985
7986 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7987 #, c-format
7988 msgid "invalid operand to %%H/%%L code"
7989 msgstr ""
7990
7991 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7992 #, c-format
7993 msgid "invalid operand to %%U code"
7994 msgstr ""
7995
7996 #: config/arc/arc.c:1805
7997 #, c-format
7998 msgid "invalid operand to %%V code"
7999 msgstr ""
8000
8001 #. Unknown flag.
8002 #. Undocumented flag.
8003 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7455
8004 msgid "invalid operand output code"
8005 msgstr ""
8006
8007 #: config/arm/arm.c:783
8008 #, c-format
8009 msgid "switch -mcpu=%s conflicts with -march= switch"
8010 msgstr ""
8011
8012 #: config/arm/arm.c:793 config/rs6000/rs6000.c:1214 config/sparc/sparc.c:623
8013 #, c-format
8014 msgid "bad value (%s) for %s switch"
8015 msgstr ""
8016
8017 #: config/arm/arm.c:902
8018 msgid "target CPU does not support interworking"
8019 msgstr ""
8020
8021 #: config/arm/arm.c:908
8022 msgid "target CPU does not support THUMB instructions"
8023 msgstr ""
8024
8025 #: config/arm/arm.c:922
8026 msgid ""
8027 "enabling backtrace support is only meaningful when compiling for the Thumb"
8028 msgstr ""
8029
8030 #: config/arm/arm.c:925
8031 msgid ""
8032 "enabling callee interworking support is only meaningful when compiling for "
8033 "the Thumb"
8034 msgstr ""
8035
8036 #: config/arm/arm.c:928
8037 msgid ""
8038 "enabling caller interworking support is only meaningful when compiling for "
8039 "the Thumb"
8040 msgstr ""
8041
8042 #: config/arm/arm.c:932
8043 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8044 msgstr ""
8045
8046 #: config/arm/arm.c:940
8047 msgid "-fpic and -mapcs-reent are incompatible"
8048 msgstr ""
8049
8050 #: config/arm/arm.c:943
8051 msgid "APCS reentrant code not supported.  Ignored"
8052 msgstr ""
8053
8054 #: config/arm/arm.c:951
8055 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8056 msgstr ""
8057
8058 #: config/arm/arm.c:959
8059 msgid "passing floating point arguments in fp regs not yet supported"
8060 msgstr ""
8061
8062 #: config/arm/arm.c:1001
8063 #, c-format
8064 msgid "invalid ABI option: -mabi=%s"
8065 msgstr ""
8066
8067 #: config/arm/arm.c:1007
8068 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8069 msgstr ""
8070
8071 #: config/arm/arm.c:1010
8072 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8073 msgstr ""
8074
8075 #: config/arm/arm.c:1020
8076 #, c-format
8077 msgid "invalid floating point emulation option: -mfpe=%s"
8078 msgstr ""
8079
8080 #: config/arm/arm.c:1037
8081 #, c-format
8082 msgid "invalid floating point option: -mfpu=%s"
8083 msgstr ""
8084
8085 #: config/arm/arm.c:1078
8086 #, c-format
8087 msgid "invalid floating point abi: -mfloat-abi=%s"
8088 msgstr ""
8089
8090 #: config/arm/arm.c:1091
8091 msgid "-mfloat-abi=hard and VFP"
8092 msgstr ""
8093
8094 #: config/arm/arm.c:1117
8095 #, c-format
8096 msgid "structure size boundary can only be set to %s"
8097 msgstr ""
8098
8099 #: config/arm/arm.c:1126
8100 msgid "-mpic-register= is useless without -fpic"
8101 msgstr ""
8102
8103 #: config/arm/arm.c:1133
8104 #, c-format
8105 msgid "unable to use '%s' for PIC register"
8106 msgstr ""
8107
8108 #: config/arm/arm.c:2608 config/arm/arm.c:2626 config/avr/avr.c:4533
8109 #: config/c4x/c4x.c:4499 config/h8300/h8300.c:5755 config/i386/i386.c:1685
8110 #: config/i386/i386.c:1731 config/ip2k/ip2k.c:3181
8111 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
8112 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
8113 #: config/rs6000/rs6000.c:16784 config/sh/sh.c:7153 config/sh/sh.c:7174
8114 #: config/sh/sh.c:7209 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
8115 #, c-format
8116 msgid "%qs attribute only applies to functions"
8117 msgstr ""
8118
8119 #: config/arm/arm.c:10323 config/arm/arm.c:10341
8120 msgid "predicated Thumb instruction"
8121 msgstr ""
8122
8123 #: config/arm/arm.c:10329
8124 msgid "predicated instruction in conditional sequence"
8125 msgstr ""
8126
8127 #: config/arm/arm.c:10437 config/arm/arm.c:10447 config/arm/arm.c:10457
8128 #: config/arm/arm.c:10483 config/arm/arm.c:10501 config/arm/arm.c:10536
8129 #: config/arm/arm.c:10555 config/arm/arm.c:10570 config/arm/arm.c:10596
8130 #: config/arm/arm.c:10603 config/arm/arm.c:10610
8131 #, c-format
8132 msgid "invalid operand for code '%c'"
8133 msgstr ""
8134
8135 #: config/arm/arm.c:10496
8136 msgid "instruction never exectued"
8137 msgstr ""
8138
8139 #: config/arm/arm.c:10621
8140 msgid "missing operand"
8141 msgstr ""
8142
8143 #: config/arm/arm.c:11387
8144 msgid "unable to compute real location of stacked parameter"
8145 msgstr ""
8146
8147 #. @@@ better error message
8148 #: config/arm/arm.c:12020 config/arm/arm.c:12057
8149 msgid "selector must be an immediate"
8150 msgstr ""
8151
8152 #. @@@ better error message
8153 #: config/arm/arm.c:12100 config/i386/i386.c:13388 config/i386/i386.c:13422
8154 msgid "mask must be an immediate"
8155 msgstr ""
8156
8157 #: config/arm/arm.c:12776
8158 msgid "no low registers available for popping high registers"
8159 msgstr ""
8160
8161 #: config/arm/arm.c:12994
8162 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8163 msgstr ""
8164
8165 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
8166 msgid "%Jinitialized variable '%D' is marked dllimport"
8167 msgstr ""
8168
8169 #: config/arm/pe.c:180
8170 msgid "%Jstatic variable '%D' is marked dllimport"
8171 msgstr ""
8172
8173 #: config/arm/arm.h:318
8174 msgid "Generate APCS conformant stack frames"
8175 msgstr ""
8176
8177 #: config/arm/arm.h:321
8178 msgid "Store function names in object code"
8179 msgstr ""
8180
8181 #: config/arm/arm.h:327
8182 msgid "Pass FP arguments in FP registers"
8183 msgstr ""
8184
8185 #: config/arm/arm.h:330
8186 msgid "Generate re-entrant, PIC code"
8187 msgstr ""
8188
8189 #: config/arm/arm.h:333
8190 msgid "Use library calls to perform FP operations"
8191 msgstr ""
8192
8193 #: config/arm/arm.h:335
8194 msgid "Use hardware floating point instructions"
8195 msgstr ""
8196
8197 #: config/arm/arm.h:337
8198 msgid "Assume target CPU is configured as big endian"
8199 msgstr ""
8200
8201 #: config/arm/arm.h:339
8202 msgid "Assume target CPU is configured as little endian"
8203 msgstr ""
8204
8205 #: config/arm/arm.h:341
8206 msgid "Assume big endian bytes, little endian words"
8207 msgstr ""
8208
8209 #: config/arm/arm.h:343
8210 msgid "Support calls between Thumb and ARM instruction sets"
8211 msgstr ""
8212
8213 #: config/arm/arm.h:346
8214 msgid "Generate a call to abort if a noreturn function returns"
8215 msgstr ""
8216
8217 #: config/arm/arm.h:349
8218 msgid "Do not move instructions into a function's prologue"
8219 msgstr ""
8220
8221 #: config/arm/arm.h:352
8222 msgid "Do not load the PIC register in function prologues"
8223 msgstr ""
8224
8225 #: config/arm/arm.h:355
8226 msgid "Generate call insns as indirect calls, if necessary"
8227 msgstr ""
8228
8229 #: config/arm/arm.h:358
8230 msgid "Compile for the Thumb not the ARM"
8231 msgstr ""
8232
8233 #: config/arm/arm.h:362
8234 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8235 msgstr ""
8236
8237 #: config/arm/arm.h:365
8238 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8239 msgstr ""
8240
8241 #: config/arm/arm.h:368
8242 msgid "Thumb: Assume non-static functions may be called from ARM code"
8243 msgstr ""
8244
8245 #: config/arm/arm.h:372
8246 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8247 msgstr ""
8248
8249 #: config/arm/arm.h:376
8250 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8251 msgstr ""
8252
8253 #: config/arm/arm.h:378
8254 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8255 msgstr ""
8256
8257 #: config/arm/arm.h:386
8258 msgid "Specify the name of the target CPU"
8259 msgstr ""
8260
8261 #: config/arm/arm.h:388
8262 msgid "Specify the name of the target architecture"
8263 msgstr ""
8264
8265 #: config/arm/arm.h:393
8266 msgid "Specify the name of the target floating point hardware/format"
8267 msgstr ""
8268
8269 #: config/arm/arm.h:395
8270 msgid "Specify if floating point hardware should be used"
8271 msgstr ""
8272
8273 #: config/arm/arm.h:397
8274 msgid "Specify the minimum bit alignment of structures"
8275 msgstr ""
8276
8277 #: config/arm/arm.h:399
8278 msgid "Specify the register to be used for PIC addressing"
8279 msgstr ""
8280
8281 #: config/arm/arm.h:400 config/mips/mips.h:780
8282 msgid "Specify an ABI"
8283 msgstr ""
8284
8285 #: config/arm/pe.h:59
8286 msgid "Ignore dllimport attribute for functions"
8287 msgstr ""
8288
8289 #: config/avr/avr.c:520
8290 #, c-format
8291 msgid "large frame pointer change (%d) with -mtiny-stack"
8292 msgstr ""
8293
8294 #: config/avr/avr.c:1107
8295 msgid "bad address, not (reg+disp):"
8296 msgstr ""
8297
8298 #: config/avr/avr.c:1115
8299 msgid "internal compiler error.  Bad address:"
8300 msgstr ""
8301
8302 #: config/avr/avr.c:1128
8303 msgid "internal compiler error.  Unknown mode:"
8304 msgstr ""
8305
8306 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8307 msgid "invalid insn:"
8308 msgstr ""
8309
8310 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8311 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8312 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8313 msgid "incorrect insn:"
8314 msgstr ""
8315
8316 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8317 #: config/avr/avr.c:2597
8318 msgid "unknown move insn:"
8319 msgstr ""
8320
8321 #: config/avr/avr.c:2820
8322 msgid "bad shift insn:"
8323 msgstr ""
8324
8325 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8326 msgid "internal compiler error.  Incorrect shift:"
8327 msgstr ""
8328
8329 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8330 msgid "only initialized variables can be placed into program memory area"
8331 msgstr ""
8332
8333 #: config/avr/avr.c:4601
8334 msgid "only uninitialized variables can be placed in the .noinit section"
8335 msgstr ""
8336
8337 #: config/avr/avr.c:4615
8338 #, c-format
8339 msgid "MCU %qs supported for assembler only"
8340 msgstr ""
8341
8342 #: config/avr/avr.h:73
8343 msgid "Assume int to be 8 bit integer"
8344 msgstr ""
8345
8346 #: config/avr/avr.h:75
8347 msgid "Change the stack pointer without disabling interrupts"
8348 msgstr ""
8349
8350 #: config/avr/avr.h:77
8351 msgid "Use subroutines for function prologue/epilogue"
8352 msgstr ""
8353
8354 #: config/avr/avr.h:79
8355 msgid "Change only the low 8 bits of the stack pointer"
8356 msgstr ""
8357
8358 #: config/avr/avr.h:81
8359 msgid "Do not generate tablejump insns"
8360 msgstr ""
8361
8362 #: config/avr/avr.h:83
8363 msgid "Use rjmp/rcall (limited range) on >8K devices"
8364 msgstr ""
8365
8366 #: config/avr/avr.h:85
8367 msgid "Output instruction sizes to the asm file"
8368 msgstr ""
8369
8370 #: config/avr/avr.h:102
8371 msgid "Specify the initial stack address"
8372 msgstr ""
8373
8374 #: config/avr/avr.h:103
8375 msgid "Specify the MCU name"
8376 msgstr ""
8377
8378 #: config/avr/avr.h:768
8379 msgid "trampolines not supported"
8380 msgstr ""
8381
8382 #: config/c4x/c4x-c.c:71
8383 #, c-format
8384 msgid "missing '(' after '#pragma %s' - ignored"
8385 msgstr ""
8386
8387 #: config/c4x/c4x-c.c:74
8388 #, c-format
8389 msgid "missing function name in '#pragma %s' - ignored"
8390 msgstr ""
8391
8392 #: config/c4x/c4x-c.c:79
8393 #, c-format
8394 msgid "malformed '#pragma %s' - ignored"
8395 msgstr ""
8396
8397 #: config/c4x/c4x-c.c:81
8398 #, c-format
8399 msgid "missing section name in '#pragma %s' - ignored"
8400 msgstr ""
8401
8402 #: config/c4x/c4x-c.c:86
8403 #, c-format
8404 msgid "missing ')' for '#pragma %s' - ignored"
8405 msgstr ""
8406
8407 #: config/c4x/c4x-c.c:89
8408 #, c-format
8409 msgid "junk at end of '#pragma %s'"
8410 msgstr ""
8411
8412 #: config/c4x/c4x.c:312
8413 #, c-format
8414 msgid "unknown CPU version %d, using 40.\n"
8415 msgstr ""
8416
8417 #: config/c4x/c4x.c:874
8418 #, c-format
8419 msgid "ISR %s requires %d words of local vars, max is 32767"
8420 msgstr ""
8421
8422 #: config/c4x/c4x.c:1598
8423 msgid "using CONST_DOUBLE for address"
8424 msgstr ""
8425
8426 #: config/c4x/c4x.c:1736
8427 msgid "c4x_address_cost: Invalid addressing mode"
8428 msgstr ""
8429
8430 #: config/c4x/c4x.c:1871
8431 #, c-format
8432 msgid "c4x_print_operand: %%L inconsistency"
8433 msgstr ""
8434
8435 #: config/c4x/c4x.c:1877
8436 #, c-format
8437 msgid "c4x_print_operand: %%N inconsistency"
8438 msgstr ""
8439
8440 #: config/c4x/c4x.c:1918
8441 #, c-format
8442 msgid "c4x_print_operand: %%O inconsistency"
8443 msgstr ""
8444
8445 #: config/c4x/c4x.c:2013
8446 msgid "c4x_print_operand: Bad operand case"
8447 msgstr ""
8448
8449 #: config/c4x/c4x.c:2054
8450 msgid "c4x_print_operand_address: Bad post_modify"
8451 msgstr ""
8452
8453 #: config/c4x/c4x.c:2076
8454 msgid "c4x_print_operand_address: Bad pre_modify"
8455 msgstr ""
8456
8457 #: config/c4x/c4x.c:2124 config/c4x/c4x.c:2136 config/c4x/c4x.c:2151
8458 msgid "c4x_print_operand_address: Bad operand case"
8459 msgstr ""
8460
8461 #: config/c4x/c4x.c:2402
8462 msgid "c4x_rptb_insert: Cannot find start label"
8463 msgstr ""
8464
8465 #: config/c4x/c4x.c:3317 config/c4x/c4x.c:3335
8466 msgid "mode not QImode"
8467 msgstr ""
8468
8469 #: config/c4x/c4x.c:3405
8470 msgid "invalid indirect memory address"
8471 msgstr ""
8472
8473 #: config/c4x/c4x.c:3494
8474 msgid "invalid indirect (S) memory address"
8475 msgstr ""
8476
8477 #: config/c4x/c4x.c:3829
8478 msgid "c4x_valid_operands: Internal error"
8479 msgstr ""
8480
8481 #: config/c4x/c4x.c:4268
8482 msgid "c4x_operand_subword: invalid mode"
8483 msgstr ""
8484
8485 #: config/c4x/c4x.c:4271
8486 msgid "c4x_operand_subword: invalid operand"
8487 msgstr ""
8488
8489 #. We could handle these with some difficulty.
8490 #. e.g., *p-- => *(p-=2); *(p+1).
8491 #: config/c4x/c4x.c:4297
8492 msgid "c4x_operand_subword: invalid autoincrement"
8493 msgstr ""
8494
8495 #: config/c4x/c4x.c:4303
8496 msgid "c4x_operand_subword: invalid address"
8497 msgstr ""
8498
8499 #: config/c4x/c4x.c:4314
8500 msgid "c4x_operand_subword: address not offsettable"
8501 msgstr ""
8502
8503 #: config/c4x/c4x.c:4524
8504 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8505 msgstr ""
8506
8507 #. Target compilation option flags.
8508 #. Small memory model.
8509 #. Use 24-bit MPYI for C3x.
8510 #. Fast fixing of floats.
8511 #. Allow use of RPTS.
8512 #. Emit C3x code.
8513 #. Be compatible with TI assembler.
8514 #. Be paranoid about DP reg. in ISRs.
8515 #. Pass arguments on stack.
8516 #. Enable features under development.
8517 #. Enable repeat block.
8518 #. Use BK as general register.
8519 #. Use decrement and branch for C3x.
8520 #. Enable debugging of GCC.
8521 #. Force constants into registers.
8522 #. Allow unsigned loop counters.
8523 #. Force op0 and op1 to be same.
8524 #. Save all 40 bits for floats.
8525 #. Allow parallel insns.
8526 #. Allow MPY||ADD, MPY||SUB insns.
8527 #. Assume mem refs possibly aliased.
8528 #. Emit C30 code.
8529 #. Emit C31 code.
8530 #. Emit C32 code.
8531 #. Emit C33 code.
8532 #. Emit C40 code.
8533 #. Emit C44 code.
8534 #. Run-time compilation parameters selecting different hardware subsets.
8535 #.
8536 #. Macro to define tables used to set the flags.
8537 #. This is a list in braces of triplets in braces,
8538 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8539 #. where VALUE is the bits to set or minus the bits to clear.
8540 #. An empty string NAME is used to identify the default VALUE.
8541 #: config/c4x/c4x.h:168
8542 msgid "Small memory model"
8543 msgstr ""
8544
8545 #: config/c4x/c4x.h:170
8546 msgid "Big memory model"
8547 msgstr ""
8548
8549 #: config/c4x/c4x.h:172
8550 msgid "Use MPYI instruction for C3x"
8551 msgstr ""
8552
8553 #: config/c4x/c4x.h:174
8554 msgid "Do not use MPYI instruction for C3x"
8555 msgstr ""
8556
8557 #: config/c4x/c4x.h:176
8558 msgid "Use fast but approximate float to integer conversion"
8559 msgstr ""
8560
8561 #: config/c4x/c4x.h:178
8562 msgid "Use slow but accurate float to integer conversion"
8563 msgstr ""
8564
8565 #: config/c4x/c4x.h:180
8566 msgid "Enable use of RTPS instruction"
8567 msgstr ""
8568
8569 #: config/c4x/c4x.h:182
8570 msgid "Disable use of RTPS instruction"
8571 msgstr ""
8572
8573 #: config/c4x/c4x.h:184
8574 msgid "Enable use of RTPB instruction"
8575 msgstr ""
8576
8577 #: config/c4x/c4x.h:186
8578 msgid "Disable use of RTPB instruction"
8579 msgstr ""
8580
8581 #: config/c4x/c4x.h:188
8582 msgid "Generate code for C30 CPU"
8583 msgstr ""
8584
8585 #: config/c4x/c4x.h:190
8586 msgid "Generate code for C31 CPU"
8587 msgstr ""
8588
8589 #: config/c4x/c4x.h:192
8590 msgid "Generate code for C32 CPU"
8591 msgstr ""
8592
8593 #: config/c4x/c4x.h:194
8594 msgid "Generate code for C33 CPU"
8595 msgstr ""
8596
8597 #: config/c4x/c4x.h:196
8598 msgid "Generate code for C40 CPU"
8599 msgstr ""
8600
8601 #: config/c4x/c4x.h:198
8602 msgid "Generate code for C44 CPU"
8603 msgstr ""
8604
8605 #: config/c4x/c4x.h:200
8606 msgid "Emit code compatible with TI tools"
8607 msgstr ""
8608
8609 #: config/c4x/c4x.h:202
8610 msgid "Emit code to use GAS extensions"
8611 msgstr ""
8612
8613 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8614 msgid "Save DP across ISR in small memory model"
8615 msgstr ""
8616
8617 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8618 msgid "Don't save DP across ISR in small memory model"
8619 msgstr ""
8620
8621 #: config/c4x/c4x.h:212
8622 msgid "Pass arguments on the stack"
8623 msgstr ""
8624
8625 #: config/c4x/c4x.h:214
8626 msgid "Pass arguments in registers"
8627 msgstr ""
8628
8629 #: config/c4x/c4x.h:216
8630 msgid "Enable new features under development"
8631 msgstr ""
8632
8633 #: config/c4x/c4x.h:218
8634 msgid "Disable new features under development"
8635 msgstr ""
8636
8637 #: config/c4x/c4x.h:220
8638 msgid "Use the BK register as a general purpose register"
8639 msgstr ""
8640
8641 #: config/c4x/c4x.h:222
8642 msgid "Do not allocate BK register"
8643 msgstr ""
8644
8645 #: config/c4x/c4x.h:224
8646 msgid "Enable use of DB instruction"
8647 msgstr ""
8648
8649 #: config/c4x/c4x.h:226
8650 msgid "Disable use of DB instruction"
8651 msgstr ""
8652
8653 #: config/c4x/c4x.h:228
8654 msgid "Enable debugging"
8655 msgstr ""
8656
8657 #: config/c4x/c4x.h:230
8658 msgid "Disable debugging"
8659 msgstr ""
8660
8661 #: config/c4x/c4x.h:232
8662 msgid "Force constants into registers to improve hoisting"
8663 msgstr ""
8664
8665 #: config/c4x/c4x.h:234
8666 msgid "Don't force constants into registers"
8667 msgstr ""
8668
8669 #: config/c4x/c4x.h:236
8670 msgid "Force RTL generation to emit valid 3 operand insns"
8671 msgstr ""
8672
8673 #: config/c4x/c4x.h:238
8674 msgid "Allow RTL generation to emit invalid 3 operand insns"
8675 msgstr ""
8676
8677 #: config/c4x/c4x.h:240
8678 msgid "Allow unsigned iteration counts for RPTB/DB"
8679 msgstr ""
8680
8681 #: config/c4x/c4x.h:242
8682 msgid "Disallow unsigned iteration counts for RPTB/DB"
8683 msgstr ""
8684
8685 #: config/c4x/c4x.h:244
8686 msgid "Preserve all 40 bits of FP reg across call"
8687 msgstr ""
8688
8689 #: config/c4x/c4x.h:246
8690 msgid "Only preserve 32 bits of FP reg across call"
8691 msgstr ""
8692
8693 #: config/c4x/c4x.h:248
8694 msgid "Enable parallel instructions"
8695 msgstr ""
8696
8697 #: config/c4x/c4x.h:250
8698 msgid "Disable parallel instructions"
8699 msgstr ""
8700
8701 #: config/c4x/c4x.h:252
8702 msgid "Enable MPY||ADD and MPY||SUB instructions"
8703 msgstr ""
8704
8705 #: config/c4x/c4x.h:254
8706 msgid "Disable MPY||ADD and MPY||SUB instructions"
8707 msgstr ""
8708
8709 #: config/c4x/c4x.h:256
8710 msgid "Assume that pointers may be aliased"
8711 msgstr ""
8712
8713 #: config/c4x/c4x.h:258
8714 msgid "Assume that pointers not aliased"
8715 msgstr ""
8716
8717 #: config/c4x/c4x.h:332
8718 msgid "Specify maximum number of iterations for RPTS"
8719 msgstr ""
8720
8721 #: config/c4x/c4x.h:334
8722 msgid "Select CPU to generate code for"
8723 msgstr ""
8724
8725 #: config/cris/cris.c:620
8726 msgid "unexpected index-type in cris_print_index"
8727 msgstr ""
8728
8729 #: config/cris/cris.c:634
8730 msgid "unexpected base-type in cris_print_base"
8731 msgstr ""
8732
8733 #: config/cris/cris.c:927
8734 #, c-format
8735 msgid "stackframe too big: %d bytes"
8736 msgstr ""
8737
8738 #: config/cris/cris.c:1238
8739 msgid "allocated but unused delay list in epilogue"
8740 msgstr ""
8741
8742 #: config/cris/cris.c:1248
8743 msgid ""
8744 "unexpected function type needing stack adjustment for __builtin_eh_return"
8745 msgstr ""
8746
8747 #: config/cris/cris.c:1324
8748 msgid "invalid operand for 'b' modifier"
8749 msgstr ""
8750
8751 #: config/cris/cris.c:1337
8752 msgid "invalid operand for 'v' modifier"
8753 msgstr ""
8754
8755 #: config/cris/cris.c:1347
8756 msgid "invalid operand for 'P' modifier"
8757 msgstr ""
8758
8759 #: config/cris/cris.c:1354
8760 msgid "invalid operand for 'p' modifier"
8761 msgstr ""
8762
8763 #: config/cris/cris.c:1393
8764 msgid "invalid operand for 'z' modifier"
8765 msgstr ""
8766
8767 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8768 msgid "invalid operand for 'H' modifier"
8769 msgstr ""
8770
8771 #: config/cris/cris.c:1447
8772 msgid "bad register"
8773 msgstr ""
8774
8775 #: config/cris/cris.c:1485
8776 msgid "invalid operand for 'e' modifier"
8777 msgstr ""
8778
8779 #: config/cris/cris.c:1502
8780 msgid "invalid operand for 'm' modifier"
8781 msgstr ""
8782
8783 #: config/cris/cris.c:1527
8784 msgid "invalid operand for 'A' modifier"
8785 msgstr ""
8786
8787 #: config/cris/cris.c:1535
8788 msgid "invalid operand for 'D' modifier"
8789 msgstr ""
8790
8791 #: config/cris/cris.c:1549
8792 msgid "invalid operand for 'T' modifier"
8793 msgstr ""
8794
8795 #: config/cris/cris.c:1558
8796 msgid "invalid operand modifier letter"
8797 msgstr ""
8798
8799 #: config/cris/cris.c:1566
8800 #, c-format
8801 msgid "internal error: bad register: %d"
8802 msgstr ""
8803
8804 #: config/cris/cris.c:1614
8805 msgid "unexpected multiplicative operand"
8806 msgstr ""
8807
8808 #: config/cris/cris.c:1634
8809 msgid "unexpected operand"
8810 msgstr ""
8811
8812 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8813 msgid "unrecognized address"
8814 msgstr ""
8815
8816 #: config/cris/cris.c:2036
8817 msgid "internal error: sideeffect-insn affecting main effect"
8818 msgstr ""
8819
8820 #. If we get here, the caller got its initial tests wrong.
8821 #: config/cris/cris.c:2429
8822 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8823 msgstr ""
8824
8825 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8826 msgid "unrecognized supposed constant"
8827 msgstr ""
8828
8829 #: config/cris/cris.c:2611
8830 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8831 msgstr ""
8832
8833 #: config/cris/cris.c:2630
8834 #, c-format
8835 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8836 msgstr ""
8837
8838 #: config/cris/cris.c:2658
8839 #, c-format
8840 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8841 msgstr ""
8842
8843 #: config/cris/cris.c:2694
8844 #, c-format
8845 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8846 msgstr ""
8847
8848 #: config/cris/cris.c:2712
8849 msgid "-fPIC and -fpic are not supported in this configuration"
8850 msgstr ""
8851
8852 #: config/cris/cris.c:2727
8853 msgid "that particular -g option is invalid with -maout and -melinux"
8854 msgstr ""
8855
8856 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8857 msgid "unexpected side-effects in address"
8858 msgstr ""
8859
8860 #. Labels are never marked as global symbols.
8861 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8862 msgid "unexpected PIC symbol"
8863 msgstr ""
8864
8865 #: config/cris/cris.c:3046
8866 msgid "PIC register isn't set up"
8867 msgstr ""
8868
8869 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8870 msgid "unexpected address expression"
8871 msgstr ""
8872
8873 #: config/cris/cris.c:3077
8874 msgid "emitting PIC operand, but PIC register isn't set up"
8875 msgstr ""
8876
8877 #: config/cris/cris.c:3086
8878 msgid "unexpected NOTE as addr_const:"
8879 msgstr ""
8880
8881 #: config/cris/aout.h:108
8882 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8883 msgstr ""
8884
8885 #: config/cris/aout.h:115
8886 msgid "For elinux, request a specified stack-size for this program"
8887 msgstr ""
8888
8889 #: config/cris/cris.h:362
8890 msgid "Work around bug in multiplication instruction"
8891 msgstr ""
8892
8893 #. 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.
8894 #: config/cris/cris.h:368
8895 msgid "Compile for ETRAX 4 (CRIS v3)"
8896 msgstr ""
8897
8898 #: config/cris/cris.h:373
8899 msgid "Compile for ETRAX 100 (CRIS v8)"
8900 msgstr ""
8901
8902 #: config/cris/cris.h:377
8903 msgid "Emit verbose debug information in assembly code"
8904 msgstr ""
8905
8906 #: config/cris/cris.h:380
8907 msgid "Do not use condition codes from normal instructions"
8908 msgstr ""
8909
8910 #: config/cris/cris.h:384
8911 msgid "Do not emit addressing modes with side-effect assignment"
8912 msgstr ""
8913
8914 #: config/cris/cris.h:387
8915 msgid "Do not tune stack alignment"
8916 msgstr ""
8917
8918 #: config/cris/cris.h:390
8919 msgid "Do not tune writable data alignment"
8920 msgstr ""
8921
8922 #: config/cris/cris.h:393
8923 msgid "Do not tune code and read-only data alignment"
8924 msgstr ""
8925
8926 #: config/cris/cris.h:402
8927 msgid "Align code and data to 32 bits"
8928 msgstr ""
8929
8930 #: config/cris/cris.h:415
8931 msgid "Don't align items in code or data"
8932 msgstr ""
8933
8934 #: config/cris/cris.h:418
8935 msgid "Do not emit function prologue or epilogue"
8936 msgstr ""
8937
8938 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8939 #: config/cris/cris.h:422
8940 msgid "Use the most feature-enabling options allowed by other options"
8941 msgstr ""
8942
8943 #. 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.
8944 #: config/cris/cris.h:428
8945 msgid "Override -mbest-lib-options"
8946 msgstr ""
8947
8948 #: config/cris/cris.h:460
8949 msgid "Generate code for the specified chip or CPU version"
8950 msgstr ""
8951
8952 #: config/cris/cris.h:462
8953 msgid "Tune alignment for the specified chip or CPU version"
8954 msgstr ""
8955
8956 #: config/cris/cris.h:464
8957 msgid "Warn when a stackframe is larger than the specified size"
8958 msgstr ""
8959
8960 #. Node: Profiling
8961 #: config/cris/cris.h:1031
8962 msgid "no FUNCTION_PROFILER for CRIS"
8963 msgstr ""
8964
8965 #: config/cris/linux.h:69
8966 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8967 msgstr ""
8968
8969 #: config/fr30/fr30.c:463
8970 msgid "fr30_print_operand_address: unhandled address"
8971 msgstr ""
8972
8973 #: config/fr30/fr30.c:487
8974 #, c-format
8975 msgid "fr30_print_operand: unrecognized %%p code"
8976 msgstr ""
8977
8978 #: config/fr30/fr30.c:507
8979 #, c-format
8980 msgid "fr30_print_operand: unrecognized %%b code"
8981 msgstr ""
8982
8983 #: config/fr30/fr30.c:528
8984 #, c-format
8985 msgid "fr30_print_operand: unrecognized %%B code"
8986 msgstr ""
8987
8988 #: config/fr30/fr30.c:536
8989 #, c-format
8990 msgid "fr30_print_operand: invalid operand to %%A code"
8991 msgstr ""
8992
8993 #: config/fr30/fr30.c:553
8994 #, c-format
8995 msgid "fr30_print_operand: invalid %%x code"
8996 msgstr ""
8997
8998 #: config/fr30/fr30.c:560
8999 #, c-format
9000 msgid "fr30_print_operand: invalid %%F code"
9001 msgstr ""
9002
9003 #: config/fr30/fr30.c:577
9004 msgid "fr30_print_operand: unknown code"
9005 msgstr ""
9006
9007 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
9008 #: config/fr30/fr30.c:639
9009 msgid "fr30_print_operand: unhandled MEM"
9010 msgstr ""
9011
9012 #: config/fr30/fr30.h:64
9013 msgid "Assume small address space"
9014 msgstr ""
9015
9016 #: config/frv/frv.c:563 config/frv/frv.c:590
9017 #, c-format
9018 msgid "Unknown cpu: -mcpu=%s"
9019 msgstr ""
9020
9021 #: config/frv/frv.c:2513
9022 msgid "Bad insn to frv_print_operand_address:"
9023 msgstr ""
9024
9025 #: config/frv/frv.c:2524
9026 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9027 msgstr ""
9028
9029 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
9030 #: config/frv/frv.c:2603 config/frv/frv.c:2608
9031 msgid "Bad insn to frv_print_operand_memory_reference:"
9032 msgstr ""
9033
9034 #: config/frv/frv.c:2747
9035 msgid "Bad insn in frv_print_operand, bad const_double"
9036 msgstr ""
9037
9038 #: config/frv/frv.c:2792
9039 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9040 msgstr ""
9041
9042 #: config/frv/frv.c:2815
9043 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9044 msgstr ""
9045
9046 #: config/frv/frv.c:2840
9047 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9048 msgstr ""
9049
9050 #: config/frv/frv.c:2848
9051 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9052 msgstr ""
9053
9054 #: config/frv/frv.c:2864
9055 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9056 msgstr ""
9057
9058 #: config/frv/frv.c:2878
9059 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9060 msgstr ""
9061
9062 #: config/frv/frv.c:2926
9063 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9064 msgstr ""
9065
9066 #: config/frv/frv.c:2939
9067 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9068 msgstr ""
9069
9070 #: config/frv/frv.c:2960
9071 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9072 msgstr ""
9073
9074 #: config/frv/frv.c:2978
9075 msgid "Bad insn to frv_print_operand, P modifier:"
9076 msgstr ""
9077
9078 #: config/frv/frv.c:2998
9079 msgid "Bad insn in frv_print_operand, z case"
9080 msgstr ""
9081
9082 #: config/frv/frv.c:3029
9083 msgid "Bad insn in frv_print_operand, 0 case"
9084 msgstr ""
9085
9086 #: config/frv/frv.c:3034
9087 msgid "frv_print_operand: unknown code"
9088 msgstr ""
9089
9090 #: config/frv/frv.c:5835
9091 msgid "Bad output_move_single operand"
9092 msgstr ""
9093
9094 #: config/frv/frv.c:5962
9095 msgid "Bad output_move_double operand"
9096 msgstr ""
9097
9098 #: config/frv/frv.c:6104
9099 msgid "Bad output_condmove_single operand"
9100 msgstr ""
9101
9102 #: config/frv/frv.c:9600
9103 msgid "accumulator is not a constant integer"
9104 msgstr ""
9105
9106 #: config/frv/frv.c:9605
9107 msgid "accumulator number is out of bounds"
9108 msgstr ""
9109
9110 #: config/frv/frv.c:9616
9111 #, c-format
9112 msgid "inappropriate accumulator for %qs"
9113 msgstr ""
9114
9115 #: config/frv/frv.c:9682
9116 msgid "invalid IACC argument"
9117 msgstr ""
9118
9119 #: config/frv/frv.c:9705
9120 #, c-format
9121 msgid "%qs expects a constant argument"
9122 msgstr ""
9123
9124 #: config/frv/frv.c:9710
9125 #, c-format
9126 msgid "constant argument out of range for %qs"
9127 msgstr ""
9128
9129 #: config/frv/frv.c:10107
9130 msgid "media functions are not available unless -mmedia is used"
9131 msgstr ""
9132
9133 #: config/frv/frv.c:10119
9134 msgid "this media function is only available on the fr500"
9135 msgstr ""
9136
9137 #: config/frv/frv.c:10147
9138 msgid "this media function is only available on the fr400 and fr550"
9139 msgstr ""
9140
9141 #: config/frv/frv.c:10166
9142 msgid "this builtin function is only available on the fr405 and fr450"
9143 msgstr ""
9144
9145 #: config/frv/frv.c:10175
9146 msgid "this builtin function is only available on the fr500 and fr550"
9147 msgstr ""
9148
9149 #: config/frv/frv.c:10187
9150 msgid "this builtin function is only available on the fr450"
9151 msgstr ""
9152
9153 #. This macro is a C statement to print on `stderr' a string describing the
9154 #. particular machine description choice.  Every machine description should
9155 #. define `TARGET_VERSION'.  For example:
9156 #.
9157 #. #ifdef MOTOROLA
9158 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9159 #. #else
9160 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9161 #. #endif
9162 #: config/frv/frv.h:542
9163 #, c-format
9164 msgid " (frv)"
9165 msgstr ""
9166
9167 #: config/h8300/h8300.c:358
9168 msgid "-ms2600 is used without -ms"
9169 msgstr ""
9170
9171 #: config/h8300/h8300.c:364
9172 msgid "-mn is used without -mh or -ms"
9173 msgstr ""
9174
9175 #. Macro to define tables used to set the flags.
9176 #. This is a list in braces of pairs in braces,
9177 #. each pair being { "NAME", VALUE }
9178 #. where VALUE is the bits to set or minus the bits to clear.
9179 #. An empty string NAME is used to identify the default VALUE.
9180 #: config/h8300/h8300.h:159
9181 msgid "Generate H8S code"
9182 msgstr ""
9183
9184 #: config/h8300/h8300.h:160
9185 msgid "Do not generate H8S code"
9186 msgstr ""
9187
9188 #: config/h8300/h8300.h:161
9189 msgid "Generate H8SX code"
9190 msgstr ""
9191
9192 #: config/h8300/h8300.h:162
9193 msgid "Do not generate H8SX code"
9194 msgstr ""
9195
9196 #: config/h8300/h8300.h:163
9197 msgid "Generate H8S/2600 code"
9198 msgstr ""
9199
9200 #: config/h8300/h8300.h:164
9201 msgid "Do not generate H8S/2600 code"
9202 msgstr ""
9203
9204 #: config/h8300/h8300.h:165
9205 msgid "Make integers 32 bits wide"
9206 msgstr ""
9207
9208 #: config/h8300/h8300.h:168
9209 msgid "Use registers for argument passing"
9210 msgstr ""
9211
9212 #: config/h8300/h8300.h:170
9213 msgid "Do not use registers for argument passing"
9214 msgstr ""
9215
9216 #: config/h8300/h8300.h:172
9217 msgid "Consider access to byte sized memory slow"
9218 msgstr ""
9219
9220 #: config/h8300/h8300.h:173
9221 msgid "Enable linker relaxing"
9222 msgstr ""
9223
9224 #: config/h8300/h8300.h:174
9225 msgid "Generate H8/300H code"
9226 msgstr ""
9227
9228 #: config/h8300/h8300.h:175
9229 msgid "Enable the normal mode"
9230 msgstr ""
9231
9232 #: config/h8300/h8300.h:176
9233 msgid "Do not generate H8/300H code"
9234 msgstr ""
9235
9236 #: config/h8300/h8300.h:177
9237 msgid "Use H8/300 alignment rules"
9238 msgstr ""
9239
9240 #: config/i386/i386.c:1246
9241 #, c-format
9242 msgid "code model %s not supported in PIC mode"
9243 msgstr ""
9244
9245 #: config/i386/i386.c:1256 config/sparc/sparc.c:586
9246 #, c-format
9247 msgid "bad value (%s) for -mcmodel= switch"
9248 msgstr ""
9249
9250 #: config/i386/i386.c:1271
9251 #, c-format
9252 msgid "bad value (%s) for -masm= switch"
9253 msgstr ""
9254
9255 #: config/i386/i386.c:1274
9256 #, c-format
9257 msgid "code model %qs not supported in the %s bit mode"
9258 msgstr ""
9259
9260 #: config/i386/i386.c:1277
9261 msgid "code model %<large%> not supported yet"
9262 msgstr ""
9263
9264 #: config/i386/i386.c:1279
9265 #, c-format
9266 msgid "%i-bit mode not compiled in"
9267 msgstr ""
9268
9269 #: config/i386/i386.c:1320 config/i386/i386.c:1334
9270 msgid "CPU you selected does not support x86-64 instruction set"
9271 msgstr ""
9272
9273 #: config/i386/i386.c:1327 config/iq2000/iq2000.c:1671
9274 #, c-format
9275 msgid "bad value (%s) for -march= switch"
9276 msgstr ""
9277
9278 #: config/i386/i386.c:1346
9279 #, c-format
9280 msgid "bad value (%s) for -mtune= switch"
9281 msgstr ""
9282
9283 #: config/i386/i386.c:1363
9284 #, c-format
9285 msgid "-mregparm=%d is not between 0 and %d"
9286 msgstr ""
9287
9288 #: config/i386/i386.c:1376
9289 msgid "-malign-loops is obsolete, use -falign-loops"
9290 msgstr ""
9291
9292 #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
9293 #, c-format
9294 msgid "-malign-loops=%d is not between 0 and %d"
9295 msgstr ""
9296
9297 #: config/i386/i386.c:1389
9298 msgid "-malign-jumps is obsolete, use -falign-jumps"
9299 msgstr ""
9300
9301 #: config/i386/i386.c:1402
9302 msgid "-malign-functions is obsolete, use -falign-functions"
9303 msgstr ""
9304
9305 #: config/i386/i386.c:1440
9306 #, c-format
9307 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9308 msgstr ""
9309
9310 #: config/i386/i386.c:1452
9311 #, c-format
9312 msgid "-mbranch-cost=%d is not between 0 and 5"
9313 msgstr ""
9314
9315 #: config/i386/i386.c:1464
9316 #, c-format
9317 msgid "bad value (%s) for -mtls-dialect= switch"
9318 msgstr ""
9319
9320 #: config/i386/i386.c:1493
9321 msgid "-malign-double makes no sense in the 64bit mode"
9322 msgstr ""
9323
9324 #: config/i386/i386.c:1495
9325 msgid "-mrtd calling convention not supported in the 64bit mode"
9326 msgstr ""
9327
9328 #: config/i386/i386.c:1517 config/i386/i386.c:1528
9329 msgid "SSE instruction set disabled, using 387 arithmetics"
9330 msgstr ""
9331
9332 #: config/i386/i386.c:1533
9333 msgid "387 instruction set disabled, using SSE arithmetics"
9334 msgstr ""
9335
9336 #: config/i386/i386.c:1540
9337 #, c-format
9338 msgid "bad value (%s) for -mfpmath= switch"
9339 msgstr ""
9340
9341 #: config/i386/i386.c:1695 config/i386/i386.c:1706
9342 msgid "fastcall and stdcall attributes are not compatible"
9343 msgstr ""
9344
9345 #: config/i386/i386.c:1699 config/i386/i386.c:1755
9346 msgid "fastcall and regparm attributes are not compatible"
9347 msgstr ""
9348
9349 #: config/i386/i386.c:1742
9350 #, c-format
9351 msgid "%qs attribute requires an integer constant argument"
9352 msgstr ""
9353
9354 #: config/i386/i386.c:1748
9355 #, c-format
9356 msgid "argument to %qs attribute larger than %d"
9357 msgstr ""
9358
9359 #: config/i386/i386.c:2764
9360 msgid "SSE vector argument without SSE enabled changes the ABI"
9361 msgstr ""
9362
9363 #: config/i386/i386.c:2780
9364 msgid "MMX vector argument without MMX enabled changes the ABI"
9365 msgstr ""
9366
9367 #: config/i386/i386.c:3026
9368 msgid "SSE vector return without SSE enabled changes the ABI"
9369 msgstr ""
9370
9371 #: config/i386/i386.c:5907
9372 msgid "invalid UNSPEC as operand"
9373 msgstr ""
9374
9375 #: config/i386/i386.c:6165
9376 msgid "extended registers have no high halves"
9377 msgstr ""
9378
9379 #: config/i386/i386.c:6180
9380 msgid "unsupported operand size for extended register"
9381 msgstr ""
9382
9383 #: config/i386/i386.c:6495
9384 msgid ""
9385 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9386 msgstr ""
9387
9388 #: config/i386/i386.c:6541
9389 #, c-format
9390 msgid "invalid operand code '%c'"
9391 msgstr ""
9392
9393 #: config/i386/i386.c:6584
9394 msgid "invalid constraints for operand"
9395 msgstr ""
9396
9397 #: config/i386/i386.c:11320
9398 msgid "unknown insn mode"
9399 msgstr ""
9400
9401 #: config/i386/i386.c:13190 config/i386/i386.c:13226
9402 #, c-format
9403 msgid "selector must be an integer constant in the range 0..%i"
9404 msgstr ""
9405
9406 #: config/i386/i386.c:13454
9407 msgid "shift must be an immediate"
9408 msgstr ""
9409
9410 #: config/i386/i386.c:14519
9411 #, c-format
9412 msgid "%qs incompatible attribute ignored"
9413 msgstr ""
9414
9415 #: config/i386/winnt.c:74
9416 #, c-format
9417 msgid "%qs attribute only applies to variables"
9418 msgstr ""
9419
9420 #: config/i386/winnt.c:172
9421 msgid ""
9422 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9423 "ignored"
9424 msgstr ""
9425
9426 #: config/i386/winnt.c:183
9427 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9428 msgstr ""
9429
9430 #: config/i386/winnt.c:195
9431 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9432 msgstr ""
9433
9434 #: config/i386/winnt.c:255
9435 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9436 msgstr ""
9437
9438 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9439 #, c-format
9440 msgid "%qs declared as both exported to and imported from a DLL"
9441 msgstr ""
9442
9443 #: config/i386/winnt.c:308
9444 msgid ""
9445 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9446 "linkage."
9447 msgstr ""
9448
9449 #: config/i386/winnt.c:447
9450 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9451 msgstr ""
9452
9453 #: config/i386/winnt.c:450
9454 msgid ""
9455 "%J'%D' redeclared without dllimport attribute after being referenced with "
9456 "dllimport linkage"
9457 msgstr ""
9458
9459 #: config/i386/winnt.c:617
9460 msgid "%J'%D' causes a section type conflict"
9461 msgstr ""
9462
9463 #: config/i386/cygming.h:61
9464 msgid "Use the Cygwin interface"
9465 msgstr ""
9466
9467 #: config/i386/cygming.h:62
9468 msgid "Use the Mingw32 interface"
9469 msgstr ""
9470
9471 #: config/i386/cygming.h:63
9472 msgid "Create GUI application"
9473 msgstr ""
9474
9475 #: config/i386/cygming.h:64
9476 msgid "Don't set Windows defines"
9477 msgstr ""
9478
9479 #: config/i386/cygming.h:65
9480 msgid "Set Windows defines"
9481 msgstr ""
9482
9483 #: config/i386/cygming.h:66
9484 msgid "Create console application"
9485 msgstr ""
9486
9487 #: config/i386/cygming.h:67
9488 msgid "Generate code for a DLL"
9489 msgstr ""
9490
9491 #: config/i386/cygming.h:69
9492 msgid "Ignore dllimport for functions"
9493 msgstr ""
9494
9495 #: config/i386/cygming.h:71
9496 msgid "Use Mingw-specific thread support"
9497 msgstr ""
9498
9499 #: config/i386/cygming.h:185
9500 #, c-format
9501 msgid "-f%s ignored for target (all code is position independent)"
9502 msgstr ""
9503
9504 #: config/i386/djgpp.h:191
9505 msgid "-mbnu210 is ignored (option is obsolete)"
9506 msgstr ""
9507
9508 #: config/i386/i386-interix.h:257
9509 msgid "ms-bitfields not supported for objc"
9510 msgstr ""
9511
9512 #. Deprecated.
9513 #. Deprecated.
9514 #. Deprecated.
9515 #. Deprecated.
9516 #. Deprecated.
9517 #. Deprecated.
9518 #: config/i386/i386.h:345
9519 msgid "Alternate calling convention"
9520 msgstr ""
9521
9522 #: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9523 msgid "Use normal calling convention"
9524 msgstr ""
9525
9526 #: config/i386/i386.h:349
9527 msgid "Align some doubles on dword boundary"
9528 msgstr ""
9529
9530 #: config/i386/i386.h:351
9531 msgid "Align doubles on word boundary"
9532 msgstr ""
9533
9534 #: config/i386/i386.h:353
9535 msgid "Uninitialized locals in .bss"
9536 msgstr ""
9537
9538 #: config/i386/i386.h:355
9539 msgid "Uninitialized locals in .data"
9540 msgstr ""
9541
9542 #: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9543 msgid "Use IEEE math for fp comparisons"
9544 msgstr ""
9545
9546 #: config/i386/i386.h:359 config/ns32k/ns32k.h:169
9547 msgid "Do not use IEEE math for fp comparisons"
9548 msgstr ""
9549
9550 #: config/i386/i386.h:361
9551 msgid "Return values of functions in FPU registers"
9552 msgstr ""
9553
9554 #: config/i386/i386.h:363
9555 msgid "Do not return values of functions in FPU registers"
9556 msgstr ""
9557
9558 #: config/i386/i386.h:365
9559 msgid "Do not generate sin, cos, sqrt for FPU"
9560 msgstr ""
9561
9562 #: config/i386/i386.h:367
9563 msgid "Generate sin, cos, sqrt for FPU"
9564 msgstr ""
9565
9566 #: config/i386/i386.h:369
9567 msgid "Omit the frame pointer in leaf functions"
9568 msgstr ""
9569
9570 #: config/i386/i386.h:372
9571 msgid "Enable stack probing"
9572 msgstr ""
9573
9574 #. undocumented
9575 #. undocumented
9576 #: config/i386/i386.h:377
9577 msgid "Align destination of the string operations"
9578 msgstr ""
9579
9580 #: config/i386/i386.h:379
9581 msgid "Do not align destination of the string operations"
9582 msgstr ""
9583
9584 #: config/i386/i386.h:381
9585 msgid "Inline all known string operations"
9586 msgstr ""
9587
9588 #: config/i386/i386.h:383
9589 msgid "Do not inline all known string operations"
9590 msgstr ""
9591
9592 #: config/i386/i386.h:385 config/i386/i386.h:389
9593 msgid "Use push instructions to save outgoing arguments"
9594 msgstr ""
9595
9596 #: config/i386/i386.h:387 config/i386/i386.h:391
9597 msgid "Do not use push instructions to save outgoing arguments"
9598 msgstr ""
9599
9600 #: config/i386/i386.h:393
9601 msgid "Support MMX built-in functions"
9602 msgstr ""
9603
9604 #: config/i386/i386.h:395
9605 msgid "Do not support MMX built-in functions"
9606 msgstr ""
9607
9608 #: config/i386/i386.h:397
9609 msgid "Support 3DNow! built-in functions"
9610 msgstr ""
9611
9612 #: config/i386/i386.h:399
9613 msgid "Do not support 3DNow! built-in functions"
9614 msgstr ""
9615
9616 #: config/i386/i386.h:401
9617 msgid "Support MMX and SSE built-in functions and code generation"
9618 msgstr ""
9619
9620 #: config/i386/i386.h:403
9621 msgid "Do not support MMX and SSE built-in functions and code generation"
9622 msgstr ""
9623
9624 #: config/i386/i386.h:405
9625 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9626 msgstr ""
9627
9628 #: config/i386/i386.h:407
9629 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9630 msgstr ""
9631
9632 #: config/i386/i386.h:409
9633 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9634 msgstr ""
9635
9636 #: config/i386/i386.h:411
9637 msgid ""
9638 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9639 msgstr ""
9640
9641 #: config/i386/i386.h:413
9642 msgid "sizeof(long double) is 16"
9643 msgstr ""
9644
9645 #: config/i386/i386.h:415
9646 msgid "sizeof(long double) is 12"
9647 msgstr ""
9648
9649 #: config/i386/i386.h:417
9650 msgid "Generate 64bit x86-64 code"
9651 msgstr ""
9652
9653 #: config/i386/i386.h:419
9654 msgid "Generate 32bit i386 code"
9655 msgstr ""
9656
9657 #: config/i386/i386.h:421
9658 msgid "Use native (MS) bitfield layout"
9659 msgstr ""
9660
9661 #: config/i386/i386.h:423
9662 msgid "Use gcc default bitfield layout"
9663 msgstr ""
9664
9665 #: config/i386/i386.h:425
9666 msgid "Use red-zone in the x86-64 code"
9667 msgstr ""
9668
9669 #: config/i386/i386.h:427
9670 msgid "Do not use red-zone in the x86-64 code"
9671 msgstr ""
9672
9673 #: config/i386/i386.h:429
9674 #, c-format
9675 msgid "Use direct references against %gs when accessing tls data"
9676 msgstr ""
9677
9678 #: config/i386/i386.h:431
9679 #, c-format
9680 msgid "Do not use direct references against %gs when accessing tls data"
9681 msgstr ""
9682
9683 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9684 #. command options that have values.  Its definition is an
9685 #. initializer with a subgrouping for each command option.
9686 #.
9687 #. Each subgrouping contains a string constant, that defines the
9688 #. fixed part of the option name, and the address of a variable.  The
9689 #. variable, type `char *', is set to the variable part of the given
9690 #. option if the fixed part matches.  The actual option name is made
9691 #. by appending `-m' to the specified name.
9692 #: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9693 #: config/s390/s390.h:157 config/sparc/sparc.h:711
9694 msgid "Schedule code for given CPU"
9695 msgstr ""
9696
9697 #: config/i386/i386.h:467
9698 msgid "Generate floating point mathematics using given instruction set"
9699 msgstr ""
9700
9701 #: config/i386/i386.h:469 config/s390/s390.h:159
9702 msgid "Generate code for given CPU"
9703 msgstr ""
9704
9705 #: config/i386/i386.h:471
9706 msgid "Number of registers used to pass integer arguments"
9707 msgstr ""
9708
9709 #: config/i386/i386.h:473
9710 msgid "Loop code aligned to this power of 2"
9711 msgstr ""
9712
9713 #: config/i386/i386.h:475
9714 msgid "Jump targets are aligned to this power of 2"
9715 msgstr ""
9716
9717 #: config/i386/i386.h:477
9718 msgid "Function starts are aligned to this power of 2"
9719 msgstr ""
9720
9721 #: config/i386/i386.h:480
9722 msgid "Attempt to keep stack aligned to this power of 2"
9723 msgstr ""
9724
9725 #: config/i386/i386.h:482
9726 msgid "Branches are this expensive (1-5, arbitrary units)"
9727 msgstr ""
9728
9729 #: config/i386/i386.h:484
9730 msgid "Use given x86-64 code model"
9731 msgstr ""
9732
9733 #. Undocumented.
9734 #. Undocumented.
9735 #: config/i386/i386.h:490
9736 msgid "Use given assembler dialect"
9737 msgstr ""
9738
9739 #: config/i386/i386.h:492
9740 msgid "Use given thread-local storage dialect"
9741 msgstr ""
9742
9743 #: config/i386/sco5.h:290
9744 msgid "Generate ELF output"
9745 msgstr ""
9746
9747 #. 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.
9748 #. 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.
9749 #: config/i386/xm-djgpp.h:62
9750 msgid "environment variable DJGPP not defined"
9751 msgstr ""
9752
9753 #: config/i386/xm-djgpp.h:64
9754 #, c-format
9755 msgid "environment variable DJGPP points to missing file '%s'"
9756 msgstr ""
9757
9758 #: config/i386/xm-djgpp.h:67
9759 #, c-format
9760 msgid "environment variable DJGPP points to corrupt file '%s'"
9761 msgstr ""
9762
9763 #. Macro to define tables used to set the flags.
9764 #. This is a list in braces of pairs in braces,
9765 #. each pair being { "NAME", VALUE }
9766 #. where VALUE is the bits to set or minus the bits to clear.
9767 #. An empty string NAME is used to identify the default VALUE.
9768 #: config/i860/i860.h:60
9769 msgid "Generate code which uses the FPU"
9770 msgstr ""
9771
9772 #: config/i860/i860.h:61 config/i860/i860.h:62
9773 msgid "Do not generate code which uses the FPU"
9774 msgstr ""
9775
9776 #: config/ia64/ia64-c.c:52
9777 msgid "malformed #pragma builtin"
9778 msgstr ""
9779
9780 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9781 #, c-format
9782 msgid "invalid argument of %qs attribute"
9783 msgstr ""
9784
9785 #: config/ia64/ia64.c:492
9786 msgid "%Jan address area attribute cannot be specified for local variables"
9787 msgstr ""
9788
9789 #: config/ia64/ia64.c:499
9790 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9791 msgstr ""
9792
9793 #: config/ia64/ia64.c:506
9794 msgid "%Jaddress area attribute cannot be specified for functions"
9795 msgstr ""
9796
9797 #: config/ia64/ia64.c:3784
9798 msgid "ia64_print_operand: unknown code"
9799 msgstr ""
9800
9801 #: config/ia64/ia64.c:4124 config/pa/pa.c:316
9802 msgid "value of -mfixed-range must have form REG1-REG2"
9803 msgstr ""
9804
9805 #: config/ia64/ia64.c:4151 config/pa/pa.c:343
9806 #, c-format
9807 msgid "%s-%s is an empty range"
9808 msgstr ""
9809
9810 #: config/ia64/ia64.c:4202
9811 msgid "cannot optimize floating point division for both latency and throughput"
9812 msgstr ""
9813
9814 #: config/ia64/ia64.c:4219
9815 msgid "cannot optimize integer division for both latency and throughput"
9816 msgstr ""
9817
9818 #: config/ia64/ia64.c:4236
9819 msgid "cannot optimize square root for both latency and throughput"
9820 msgstr ""
9821
9822 #: config/ia64/ia64.c:4250
9823 msgid "not yet implemented: latency-optimized inline square root"
9824 msgstr ""
9825
9826 #: config/ia64/ia64.c:4262
9827 #, c-format
9828 msgid "bad value (%s) for -mtls-size= switch"
9829 msgstr ""
9830
9831 #: config/ia64/ia64.c:4278
9832 #, c-format
9833 msgid "bad value (%s) for -tune= switch"
9834 msgstr ""
9835
9836 #. This macro defines names of command options to set and clear bits in
9837 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9838 #. each command option.
9839 #: config/ia64/ia64.h:182
9840 msgid "Generate big endian code"
9841 msgstr ""
9842
9843 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9844 msgid "Generate little endian code"
9845 msgstr ""
9846
9847 #: config/ia64/ia64.h:186
9848 msgid "Generate code for GNU as"
9849 msgstr ""
9850
9851 #: config/ia64/ia64.h:188
9852 msgid "Generate code for Intel as"
9853 msgstr ""
9854
9855 #: config/ia64/ia64.h:190
9856 msgid "Generate code for GNU ld"
9857 msgstr ""
9858
9859 #: config/ia64/ia64.h:192
9860 msgid "Generate code for Intel ld"
9861 msgstr ""
9862
9863 #: config/ia64/ia64.h:194
9864 msgid "Generate code without GP reg"
9865 msgstr ""
9866
9867 #: config/ia64/ia64.h:196
9868 msgid "Emit stop bits before and after volatile extended asms"
9869 msgstr ""
9870
9871 #: config/ia64/ia64.h:198
9872 msgid "Don't emit stop bits before and after volatile extended asms"
9873 msgstr ""
9874
9875 #: config/ia64/ia64.h:200
9876 msgid "Emit code for Itanium (TM) processor B step"
9877 msgstr ""
9878
9879 #: config/ia64/ia64.h:202
9880 msgid "Use in/loc/out register names"
9881 msgstr ""
9882
9883 #: config/ia64/ia64.h:204
9884 msgid "Disable use of sdata/scommon/sbss"
9885 msgstr ""
9886
9887 #: config/ia64/ia64.h:206
9888 msgid "Enable use of sdata/scommon/sbss"
9889 msgstr ""
9890
9891 #: config/ia64/ia64.h:208
9892 msgid "gp is constant (but save/restore gp on indirect calls)"
9893 msgstr ""
9894
9895 #: config/ia64/ia64.h:210
9896 msgid "Generate self-relocatable code"
9897 msgstr ""
9898
9899 #: config/ia64/ia64.h:212
9900 msgid "Generate inline floating point division, optimize for latency"
9901 msgstr ""
9902
9903 #: config/ia64/ia64.h:214
9904 msgid "Generate inline floating point division, optimize for throughput"
9905 msgstr ""
9906
9907 #: config/ia64/ia64.h:217
9908 msgid "Do not inline floating point division"
9909 msgstr ""
9910
9911 #: config/ia64/ia64.h:219
9912 msgid "Generate inline integer division, optimize for latency"
9913 msgstr ""
9914
9915 #: config/ia64/ia64.h:221
9916 msgid "Generate inline integer division, optimize for throughput"
9917 msgstr ""
9918
9919 #: config/ia64/ia64.h:223
9920 msgid "Do not inline integer division"
9921 msgstr ""
9922
9923 #: config/ia64/ia64.h:225
9924 msgid "Generate inline square root, optimize for latency"
9925 msgstr ""
9926
9927 #: config/ia64/ia64.h:227
9928 msgid "Generate inline square root, optimize for throughput"
9929 msgstr ""
9930
9931 #: config/ia64/ia64.h:229
9932 msgid "Do not inline square root"
9933 msgstr ""
9934
9935 #: config/ia64/ia64.h:231
9936 msgid "Enable Dwarf 2 line debug info via GNU as"
9937 msgstr ""
9938
9939 #: config/ia64/ia64.h:233
9940 msgid "Disable Dwarf 2 line debug info via GNU as"
9941 msgstr ""
9942
9943 #: config/ia64/ia64.h:235
9944 msgid "Enable earlier placing stop bits for better scheduling"
9945 msgstr ""
9946
9947 #: config/ia64/ia64.h:237
9948 msgid "Disable earlier placing stop bits"
9949 msgstr ""
9950
9951 #: config/ia64/ia64.h:282
9952 msgid "Specify range of registers to make fixed"
9953 msgstr ""
9954
9955 #: config/ip2k/ip2k.c:1086
9956 msgid "bad operand"
9957 msgstr ""
9958
9959 #: config/iq2000/iq2000.c:1647
9960 #, c-format
9961 msgid "bad value (%s) for -mcpu= switch"
9962 msgstr ""
9963
9964 #: config/iq2000/iq2000.c:1676
9965 #, c-format
9966 msgid "The compiler does not support -march=%s."
9967 msgstr ""
9968
9969 #: config/iq2000/iq2000.c:2063
9970 #, c-format
9971 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9972 msgstr ""
9973
9974 #: config/iq2000/iq2000.c:2845
9975 #, c-format
9976 msgid "argument %qd is not a constant"
9977 msgstr ""
9978
9979 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9980 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9981 msgstr ""
9982
9983 #: config/iq2000/iq2000.c:3303
9984 #, c-format
9985 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9986 msgstr ""
9987
9988 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4804
9989 #: config/xtensa/xtensa.c:1887
9990 msgid "PRINT_OPERAND null pointer"
9991 msgstr ""
9992
9993 #: config/iq2000/iq2000.c:3381
9994 #, c-format
9995 msgid "invalid %%P operand"
9996 msgstr ""
9997
9998 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10313
9999 #, c-format
10000 msgid "invalid %%p value"
10001 msgstr ""
10002
10003 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4930
10004 #, c-format
10005 msgid "invalid use of %%d, %%x, or %%X"
10006 msgstr ""
10007
10008 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
10009 msgid "No default crt0.o"
10010 msgstr ""
10011
10012 #: config/iq2000/iq2000.h:74
10013 msgid "Use GP relative sdata/sbss sections"
10014 msgstr ""
10015
10016 #: config/iq2000/iq2000.h:76
10017 msgid "Don't use GP relative sdata/sbss sections"
10018 msgstr ""
10019
10020 #: config/iq2000/iq2000.h:78 config/mips/mips.h:585
10021 msgid "Use ROM instead of RAM"
10022 msgstr ""
10023
10024 #: config/iq2000/iq2000.h:80 config/mips/mips.h:587
10025 msgid "Don't use ROM instead of RAM"
10026 msgstr ""
10027
10028 #: config/iq2000/iq2000.h:82 config/mips/mips.h:589
10029 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10030 msgstr ""
10031
10032 #: config/iq2000/iq2000.h:84 config/mips/mips.h:591
10033 msgid "Don't put uninitialized constants in ROM"
10034 msgstr ""
10035
10036 #: config/iq2000/iq2000.h:106 config/mips/mips.h:776
10037 msgid "Specify CPU for scheduling purposes"
10038 msgstr ""
10039
10040 #: config/iq2000/iq2000.h:108 config/mips/mips.h:778
10041 msgid "Specify CPU for code generation purposes"
10042 msgstr ""
10043
10044 #: config/m32r/m32r.c:174
10045 #, c-format
10046 msgid "bad value (%s) for -mmodel switch"
10047 msgstr ""
10048
10049 #: config/m32r/m32r.c:183
10050 #, c-format
10051 msgid "bad value (%s) for -msdata switch"
10052 msgstr ""
10053
10054 #: config/m32r/m32r.c:190
10055 #, c-format
10056 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10057 msgstr ""
10058
10059 #: config/m32r/m32r.c:2100
10060 #, c-format
10061 msgid "invalid operand to %%s code"
10062 msgstr ""
10063
10064 #: config/m32r/m32r.c:2107
10065 #, c-format
10066 msgid "invalid operand to %%p code"
10067 msgstr ""
10068
10069 #: config/m32r/m32r.c:2162
10070 msgid "bad insn for 'A'"
10071 msgstr ""
10072
10073 #: config/m32r/m32r.c:2209
10074 #, c-format
10075 msgid "invalid operand to %%T/%%B code"
10076 msgstr ""
10077
10078 #: config/m32r/m32r.c:2232
10079 #, c-format
10080 msgid "invalid operand to %%N code"
10081 msgstr ""
10082
10083 #: config/m32r/m32r.c:2265
10084 msgid "pre-increment address is not a register"
10085 msgstr ""
10086
10087 #: config/m32r/m32r.c:2272
10088 msgid "pre-decrement address is not a register"
10089 msgstr ""
10090
10091 #: config/m32r/m32r.c:2279
10092 msgid "post-increment address is not a register"
10093 msgstr ""
10094
10095 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
10096 #: config/rs6000/rs6000.c:16981
10097 msgid "bad address"
10098 msgstr ""
10099
10100 #: config/m32r/m32r.c:2376
10101 msgid "lo_sum not of register"
10102 msgstr ""
10103
10104 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10105 #: config/m32r/m32r.h:283
10106 msgid "Display compile time statistics"
10107 msgstr ""
10108
10109 #: config/m32r/m32r.h:285
10110 msgid "Align all loops to 32 byte boundary"
10111 msgstr ""
10112
10113 #: config/m32r/m32r.h:288
10114 msgid "Only issue one instruction per cycle"
10115 msgstr ""
10116
10117 #: config/m32r/m32r.h:291
10118 msgid "Prefer branches over conditional execution"
10119 msgstr ""
10120
10121 #: config/m32r/m32r.h:312
10122 msgid "Code size: small, medium or large"
10123 msgstr ""
10124
10125 #: config/m32r/m32r.h:314
10126 msgid "Small data area: none, sdata, use"
10127 msgstr ""
10128
10129 #: config/m32r/m32r.h:316 config/mips/mips.h:784
10130 msgid "Don't call any cache flush functions"
10131 msgstr ""
10132
10133 #: config/m32r/m32r.h:318 config/mips/mips.h:786
10134 msgid "Specify cache flush function"
10135 msgstr ""
10136
10137 #: config/m32r/m32r.h:320
10138 msgid "Don't call any cache flush trap"
10139 msgstr ""
10140
10141 #: config/m32r/m32r.h:322
10142 msgid "Specify cache flush trap number"
10143 msgstr ""
10144
10145 #: config/m68hc11/m68hc11.c:293
10146 #, c-format
10147 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10148 msgstr ""
10149
10150 #: config/m68hc11/m68hc11.c:1435
10151 msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
10152 msgstr ""
10153
10154 #: config/m68hc11/m68hc11.c:1441
10155 msgid "%<trap%> attribute is already used"
10156 msgstr ""
10157
10158 #. !!!! SCz wrong here.
10159 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
10160 msgid "move insn not handled"
10161 msgstr ""
10162
10163 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10164 #: config/m68hc11/m68hc11.c:3987
10165 msgid "invalid register in the move instruction"
10166 msgstr ""
10167
10168 #: config/m68hc11/m68hc11.c:3666
10169 msgid "invalid operand in the instruction"
10170 msgstr ""
10171
10172 #: config/m68hc11/m68hc11.c:3961
10173 msgid "invalid register in the instruction"
10174 msgstr ""
10175
10176 #: config/m68hc11/m68hc11.c:3994
10177 msgid "operand 1 must be a hard register"
10178 msgstr ""
10179
10180 #: config/m68hc11/m68hc11.c:4008
10181 msgid "invalid rotate insn"
10182 msgstr ""
10183
10184 #: config/m68hc11/m68hc11.c:4432
10185 msgid "registers IX, IY and Z used in the same INSN"
10186 msgstr ""
10187
10188 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
10189 msgid "cannot do z-register replacement"
10190 msgstr ""
10191
10192 #: config/m68hc11/m68hc11.c:5132
10193 msgid "invalid Z register replacement for insn"
10194 msgstr ""
10195
10196 #. Macro to define tables used to set the flags. This is a list in braces of
10197 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10198 #. to set or minus the bits to clear. An empty string NAME is used to
10199 #. identify the default VALUE.
10200 #: config/m68hc11/m68hc11.h:179
10201 msgid "Compile with 16-bit integer mode"
10202 msgstr ""
10203
10204 #: config/m68hc11/m68hc11.h:181
10205 msgid "Compile with 32-bit integer mode"
10206 msgstr ""
10207
10208 #: config/m68hc11/m68hc11.h:183
10209 msgid "Auto pre/post decrement increment allowed"
10210 msgstr ""
10211
10212 #: config/m68hc11/m68hc11.h:185
10213 msgid "Auto pre/post decrement increment not allowed"
10214 msgstr ""
10215
10216 #: config/m68hc11/m68hc11.h:187
10217 msgid "Min/max instructions allowed"
10218 msgstr ""
10219
10220 #: config/m68hc11/m68hc11.h:189
10221 msgid "Min/max instructions not allowed"
10222 msgstr ""
10223
10224 #: config/m68hc11/m68hc11.h:191
10225 msgid "Use call and rtc for function calls and returns"
10226 msgstr ""
10227
10228 #: config/m68hc11/m68hc11.h:193
10229 msgid "Use jsr and rts for function calls and returns"
10230 msgstr ""
10231
10232 #: config/m68hc11/m68hc11.h:195
10233 msgid "Do not use direct addressing mode for soft registers"
10234 msgstr ""
10235
10236 #: config/m68hc11/m68hc11.h:197
10237 msgid "Use direct addressing mode for soft registers"
10238 msgstr ""
10239
10240 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10241 msgid "Compile for a 68HC11"
10242 msgstr ""
10243
10244 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10245 msgid "Compile for a 68HC12"
10246 msgstr ""
10247
10248 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10249 msgid "Compile for a 68HCS12"
10250 msgstr ""
10251
10252 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10253 #. command options that have values.  Its definition is an
10254 #. initializer with a subgrouping for each command option.
10255 #.
10256 #. Each subgrouping contains a string constant, that defines the
10257 #. fixed part of the option name, and the address of a variable.  The
10258 #. variable, type `char *', is set to the variable part of the given
10259 #. option if the fixed part matches.  The actual option name is made
10260 #. by appending `-m' to the specified name.
10261 #: config/m68hc11/m68hc11.h:223
10262 msgid "Specify the register allocation order"
10263 msgstr ""
10264
10265 #: config/m68hc11/m68hc11.h:225
10266 msgid "Indicate the number of soft registers available"
10267 msgstr ""
10268
10269 #: config/m68k/m68k.c:216
10270 msgid "-mshared-library-id= specified without -mid-shared-library"
10271 msgstr ""
10272
10273 #: config/m68k/m68k.c:219
10274 #, c-format
10275 msgid "-mshared-library-id=%d is not between 0 and %d"
10276 msgstr ""
10277
10278 #: config/m68k/m68k.c:233
10279 msgid "cannot specify both -msep-data and -mid-shared-library"
10280 msgstr ""
10281
10282 #: config/m68k/m68k.c:245
10283 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10284 msgstr ""
10285
10286 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:13134
10287 msgid "stack limit expression is not supported"
10288 msgstr ""
10289
10290 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10291 msgid "Generate code for a 68020"
10292 msgstr ""
10293
10294 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10295 msgid "Generate code for a 68000"
10296 msgstr ""
10297
10298 #: config/m68k/m68k.h:252
10299 msgid "Use the bit-field instructions"
10300 msgstr ""
10301
10302 #: config/m68k/m68k.h:254
10303 msgid "Do not use the bit-field instructions"
10304 msgstr ""
10305
10306 #: config/m68k/m68k.h:256
10307 msgid "Consider type 'int' to be 16 bits wide"
10308 msgstr ""
10309
10310 #: config/m68k/m68k.h:258
10311 msgid "Consider type 'int' to be 32 bits wide"
10312 msgstr ""
10313
10314 #: config/m68k/m68k.h:261
10315 msgid "Generate code with library calls for floating point"
10316 msgstr ""
10317
10318 #: config/m68k/m68k.h:263
10319 msgid "Generate code for a 68040, without any new instructions"
10320 msgstr ""
10321
10322 #: config/m68k/m68k.h:266
10323 msgid "Generate code for a 68060, without any new instructions"
10324 msgstr ""
10325
10326 #: config/m68k/m68k.h:270
10327 msgid "Generate code for a 68030"
10328 msgstr ""
10329
10330 #: config/m68k/m68k.h:273
10331 msgid "Generate code for a 68040"
10332 msgstr ""
10333
10334 #: config/m68k/m68k.h:277
10335 msgid "Generate code for a 68060"
10336 msgstr ""
10337
10338 #: config/m68k/m68k.h:282
10339 msgid "Generate code for a 520X"
10340 msgstr ""
10341
10342 #: config/m68k/m68k.h:286
10343 msgid "Generate code for a 5206e"
10344 msgstr ""
10345
10346 #: config/m68k/m68k.h:290
10347 msgid "Generate code for a 528x"
10348 msgstr ""
10349
10350 #: config/m68k/m68k.h:294
10351 msgid "Generate code for a 5307"
10352 msgstr ""
10353
10354 #: config/m68k/m68k.h:298
10355 msgid "Generate code for a 5407"
10356 msgstr ""
10357
10358 #: config/m68k/m68k.h:301
10359 msgid "Generate code for a 68851"
10360 msgstr ""
10361
10362 #: config/m68k/m68k.h:303
10363 msgid "Do no generate code for a 68851"
10364 msgstr ""
10365
10366 #: config/m68k/m68k.h:306
10367 msgid "Generate code for a 68302"
10368 msgstr ""
10369
10370 #: config/m68k/m68k.h:309
10371 msgid "Generate code for a 68332"
10372 msgstr ""
10373
10374 #: config/m68k/m68k.h:313
10375 msgid "Generate code for a cpu32"
10376 msgstr ""
10377
10378 #: config/m68k/m68k.h:316
10379 msgid "Align variables on a 32-bit boundary"
10380 msgstr ""
10381
10382 #: config/m68k/m68k.h:318
10383 msgid "Align variables on a 16-bit boundary"
10384 msgstr ""
10385
10386 #: config/m68k/m68k.h:320
10387 msgid "Enable separate data segment"
10388 msgstr ""
10389
10390 #: config/m68k/m68k.h:322
10391 msgid "Disable separate data segment"
10392 msgstr ""
10393
10394 #: config/m68k/m68k.h:324
10395 msgid "Enable ID based shared library"
10396 msgstr ""
10397
10398 #: config/m68k/m68k.h:326
10399 msgid "Disable ID based shared library"
10400 msgstr ""
10401
10402 #: config/m68k/m68k.h:328
10403 msgid "Generate pc-relative code"
10404 msgstr ""
10405
10406 #: config/m68k/m68k.h:330
10407 msgid "Do not use unaligned memory references"
10408 msgstr ""
10409
10410 #: config/m68k/m68k.h:332
10411 msgid "Use unaligned memory references"
10412 msgstr ""
10413
10414 #: config/m68k/m68k.h:334
10415 msgid "Use different calling convention using 'rtd'"
10416 msgstr ""
10417
10418 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10419 #: config/m68k/m68k.h:344
10420 msgid "ID of shared library to build"
10421 msgstr ""
10422
10423 #: config/mcore/mcore.c:2987
10424 msgid "invalid option %<-mstack-increment=%s%>"
10425 msgstr ""
10426
10427 #: config/mcore/mcore.h:113
10428 msgid "Inline constants if it can be done in 2 insns or less"
10429 msgstr ""
10430
10431 #: config/mcore/mcore.h:115
10432 msgid "Inline constants if it only takes 1 instruction"
10433 msgstr ""
10434
10435 #: config/mcore/mcore.h:117
10436 msgid "Set maximum alignment to 4"
10437 msgstr ""
10438
10439 #: config/mcore/mcore.h:119
10440 msgid "Set maximum alignment to 8"
10441 msgstr ""
10442
10443 #: config/mcore/mcore.h:123
10444 msgid "Do not use the divide instruction"
10445 msgstr ""
10446
10447 #: config/mcore/mcore.h:127
10448 msgid "Do not arbitrary sized immediates in bit operations"
10449 msgstr ""
10450
10451 #: config/mcore/mcore.h:129
10452 msgid "Always treat bit-field as int-sized"
10453 msgstr ""
10454
10455 #: config/mcore/mcore.h:133
10456 msgid "Force functions to be aligned to a 4 byte boundary"
10457 msgstr ""
10458
10459 #: config/mcore/mcore.h:135
10460 msgid "Force functions to be aligned to a 2 byte boundary"
10461 msgstr ""
10462
10463 #: config/mcore/mcore.h:137
10464 msgid "Emit call graph information"
10465 msgstr ""
10466
10467 #: config/mcore/mcore.h:141
10468 msgid "Prefer word accesses over byte accesses"
10469 msgstr ""
10470
10471 #: config/mcore/mcore.h:152
10472 msgid "Generate code for the M*Core M340"
10473 msgstr ""
10474
10475 #: config/mcore/mcore.h:165
10476 msgid "Maximum amount for a single stack increment operation"
10477 msgstr ""
10478
10479 #: config/mips/mips.c:4001
10480 #, c-format
10481 msgid "bad value (%s) for -mabi= switch"
10482 msgstr ""
10483
10484 #: config/mips/mips.c:4024
10485 #, c-format
10486 msgid ""
10487 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10488 "d processor"
10489 msgstr ""
10490
10491 #: config/mips/mips.c:4043
10492 #, c-format
10493 msgid "-march=%s is not compatible with the selected ABI"
10494 msgstr ""
10495
10496 #: config/mips/mips.c:4058
10497 msgid "-mgp64 used with a 32-bit processor"
10498 msgstr ""
10499
10500 #: config/mips/mips.c:4060
10501 msgid "-mgp32 used with a 64-bit ABI"
10502 msgstr ""
10503
10504 #: config/mips/mips.c:4062
10505 msgid "-mgp64 used with a 32-bit ABI"
10506 msgstr ""
10507
10508 #: config/mips/mips.c:4080 config/mips/mips.c:4082 config/mips/mips.c:4084
10509 #: config/mips/mips.c:4164
10510 #, c-format
10511 msgid "unsupported combination: %s"
10512 msgstr ""
10513
10514 #: config/mips/mips.c:4159
10515 msgid ""
10516 "generation of Branch Likely instructions enabled, but not supported by "
10517 "architecture"
10518 msgstr ""
10519
10520 #: config/mips/mips.c:4176
10521 msgid "-G is incompatible with PIC code which is the default"
10522 msgstr ""
10523
10524 #: config/mips/mips.c:4243
10525 msgid "-mips3d requires -mpaired-single"
10526 msgstr ""
10527
10528 #: config/mips/mips.c:4252
10529 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10530 msgstr ""
10531
10532 #: config/mips/mips.c:4257
10533 msgid "-mips3d/-mpaired-single must be used with -mips64"
10534 msgstr ""
10535
10536 #: config/mips/mips.c:4615
10537 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10538 msgstr ""
10539
10540 #: config/mips/mips.c:4741
10541 #, c-format
10542 msgid "internal error: %%) found without a %%( in assembler pattern"
10543 msgstr ""
10544
10545 #: config/mips/mips.c:4755
10546 #, c-format
10547 msgid "internal error: %%] found without a %%[ in assembler pattern"
10548 msgstr ""
10549
10550 #: config/mips/mips.c:4768
10551 #, c-format
10552 msgid "internal error: %%> found without a %%< in assembler pattern"
10553 msgstr ""
10554
10555 #: config/mips/mips.c:4781
10556 #, c-format
10557 msgid "internal error: %%} found without a %%{ in assembler pattern"
10558 msgstr ""
10559
10560 #: config/mips/mips.c:4795
10561 #, c-format
10562 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10563 msgstr ""
10564
10565 #: config/mips/mips.c:4824
10566 #, c-format
10567 msgid "PRINT_OPERAND, invalid insn for %%C"
10568 msgstr ""
10569
10570 #: config/mips/mips.c:4841
10571 #, c-format
10572 msgid "PRINT_OPERAND, invalid insn for %%N"
10573 msgstr ""
10574
10575 #: config/mips/mips.c:4850
10576 #, c-format
10577 msgid "PRINT_OPERAND, invalid insn for %%F"
10578 msgstr ""
10579
10580 #: config/mips/mips.c:4859
10581 #, c-format
10582 msgid "PRINT_OPERAND, invalid insn for %%W"
10583 msgstr ""
10584
10585 #: config/mips/mips.c:4880
10586 #, c-format
10587 msgid "invalid %%Y value"
10588 msgstr ""
10589
10590 #: config/mips/mips.c:4958
10591 msgid "PRINT_OPERAND, invalid operand for relocation"
10592 msgstr ""
10593
10594 #: config/mips/mips.c:7544
10595 #, c-format
10596 msgid "cannot handle inconsistent calls to %qs"
10597 msgstr ""
10598
10599 #: config/mips/mips.c:8934
10600 msgid "the cpu name must be lower case"
10601 msgstr ""
10602
10603 #: config/mips/mips.c:8956
10604 #, c-format
10605 msgid "bad value (%s) for %s"
10606 msgstr ""
10607
10608 #: config/mips/linux64.h:39
10609 msgid "Same as -mabi=32, just trickier"
10610 msgstr ""
10611
10612 #. Target CPU builtins.
10613 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10614 #. Treat _R3000 and _R4000 like register-size                        defines, which is how they've historically                      been used.
10615 #. Macros dependent on the C dialect.
10616 #. Bizarre, but needed at least for Irix.
10617 #. Macro to define tables used to set the flags.
10618 #. This is a list in braces of pairs in braces,
10619 #. each pair being { "NAME", VALUE }
10620 #. where VALUE is the bits to set or minus the bits to clear.
10621 #. An empty string NAME is used to identify the default VALUE.
10622 #: config/mips/mips.h:533
10623 msgid "Use 64-bit int type"
10624 msgstr ""
10625
10626 #: config/mips/mips.h:535
10627 msgid "Use 64-bit long type"
10628 msgstr ""
10629
10630 #: config/mips/mips.h:537
10631 msgid "Use 32-bit long type"
10632 msgstr ""
10633
10634 #: config/mips/mips.h:539
10635 msgid "Optimize lui/addiu address loads"
10636 msgstr ""
10637
10638 #: config/mips/mips.h:541
10639 msgid "Don't optimize lui/addiu address loads"
10640 msgstr ""
10641
10642 #: config/mips/mips.h:543
10643 msgid "Use GNU as (now ignored)"
10644 msgstr ""
10645
10646 #: config/mips/mips.h:545 config/mips/mips.h:547
10647 msgid "Use GP relative sdata/sbss sections (now ignored)"
10648 msgstr ""
10649
10650 #: config/mips/mips.h:549 config/mips/mips.h:551
10651 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10652 msgstr ""
10653
10654 #: config/mips/mips.h:553
10655 msgid "Output compiler statistics (now ignored)"
10656 msgstr ""
10657
10658 #: config/mips/mips.h:555
10659 msgid "Don't output compiler statistics"
10660 msgstr ""
10661
10662 #: config/mips/mips.h:557
10663 msgid "Don't optimize block moves"
10664 msgstr ""
10665
10666 #: config/mips/mips.h:559
10667 msgid "Optimize block moves"
10668 msgstr ""
10669
10670 #: config/mips/mips.h:561
10671 msgid "Use mips-tfile asm postpass"
10672 msgstr ""
10673
10674 #: config/mips/mips.h:563
10675 msgid "Don't use mips-tfile asm postpass"
10676 msgstr ""
10677
10678 #: config/mips/mips.h:565 config/pa/pa.h:288
10679 msgid "Use software floating point"
10680 msgstr ""
10681
10682 #. Macro to define tables used to set the flags.
10683 #. This is a list in braces of triplets in braces,
10684 #. each triplet being { "NAME", VALUE, DOC }
10685 #. where VALUE is the bits to set or minus the bits to clear and DOC
10686 #. is the documentation for --help (NULL if intentionally undocumented).
10687 #. An empty string NAME is used to identify the default VALUE.
10688 #: config/mips/mips.h:567 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10689 msgid "Use hardware floating point"
10690 msgstr ""
10691
10692 #: config/mips/mips.h:569
10693 msgid "Use 64-bit FP registers"
10694 msgstr ""
10695
10696 #: config/mips/mips.h:571
10697 msgid "Use 32-bit FP registers"
10698 msgstr ""
10699
10700 #: config/mips/mips.h:573
10701 msgid "Use 64-bit general registers"
10702 msgstr ""
10703
10704 #: config/mips/mips.h:575
10705 msgid "Use 32-bit general registers"
10706 msgstr ""
10707
10708 #: config/mips/mips.h:577
10709 msgid "Use Irix PIC"
10710 msgstr ""
10711
10712 #: config/mips/mips.h:579
10713 msgid "Don't use Irix PIC"
10714 msgstr ""
10715
10716 #: config/mips/mips.h:581
10717 msgid "Use indirect calls"
10718 msgstr ""
10719
10720 #: config/mips/mips.h:583
10721 msgid "Don't use indirect calls"
10722 msgstr ""
10723
10724 #: config/mips/mips.h:593
10725 msgid "Use big-endian byte order"
10726 msgstr ""
10727
10728 #: config/mips/mips.h:595
10729 msgid "Use little-endian byte order"
10730 msgstr ""
10731
10732 #: config/mips/mips.h:597
10733 msgid "Use single (32-bit) FP only"
10734 msgstr ""
10735
10736 #: config/mips/mips.h:599
10737 msgid "Don't use single (32-bit) FP only"
10738 msgstr ""
10739
10740 #: config/mips/mips.h:601 config/mips/mips.h:603
10741 msgid "Use paired-single floating point instructions"
10742 msgstr ""
10743
10744 #: config/mips/mips.h:605 config/mips/mips.h:607
10745 msgid "Use MIPS-3D instructions"
10746 msgstr ""
10747
10748 #: config/mips/mips.h:609
10749 msgid "Use multiply accumulate"
10750 msgstr ""
10751
10752 #: config/mips/mips.h:611
10753 msgid "Don't use multiply accumulate"
10754 msgstr ""
10755
10756 #: config/mips/mips.h:613
10757 msgid "Don't generate fused multiply/add instructions"
10758 msgstr ""
10759
10760 #: config/mips/mips.h:615 config/rs6000/rs6000.h:345
10761 msgid "Generate fused multiply/add instructions"
10762 msgstr ""
10763
10764 #: config/mips/mips.h:617
10765 msgid "Perform VR4130-specific alignment optimizations"
10766 msgstr ""
10767
10768 #: config/mips/mips.h:619
10769 msgid "Don't perform VR4130-specific alignment optimizations"
10770 msgstr ""
10771
10772 #: config/mips/mips.h:621
10773 msgid "Work around early 4300 hardware bug"
10774 msgstr ""
10775
10776 #: config/mips/mips.h:623
10777 msgid "Don't work around early 4300 hardware bug"
10778 msgstr ""
10779
10780 #: config/mips/mips.h:625
10781 msgid "Work around errata for early SB-1 revision 2 cores"
10782 msgstr ""
10783
10784 #: config/mips/mips.h:627
10785 msgid "Don't work around errata for early SB-1 revision 2 cores"
10786 msgstr ""
10787
10788 #: config/mips/mips.h:629
10789 msgid "Work around R4000 errata"
10790 msgstr ""
10791
10792 #: config/mips/mips.h:631
10793 msgid "Don't work around R4000 errata"
10794 msgstr ""
10795
10796 #: config/mips/mips.h:633
10797 msgid "Work around R4400 errata"
10798 msgstr ""
10799
10800 #: config/mips/mips.h:635
10801 msgid "Don't work around R4400 errata"
10802 msgstr ""
10803
10804 #: config/mips/mips.h:637
10805 msgid "Work around certain VR4120 errata"
10806 msgstr ""
10807
10808 #: config/mips/mips.h:639
10809 msgid "Don't work around certain VR4120 errata"
10810 msgstr ""
10811
10812 #: config/mips/mips.h:641
10813 msgid "Trap on integer divide by zero"
10814 msgstr ""
10815
10816 #: config/mips/mips.h:643
10817 msgid "Don't trap on integer divide by zero"
10818 msgstr ""
10819
10820 #: config/mips/mips.h:645
10821 msgid "Use trap to check for integer divide by zero"
10822 msgstr ""
10823
10824 #: config/mips/mips.h:647
10825 msgid "Use break to check for integer divide by zero"
10826 msgstr ""
10827
10828 #: config/mips/mips.h:649
10829 msgid "Use Branch Likely instructions, overriding default for arch"
10830 msgstr ""
10831
10832 #: config/mips/mips.h:651
10833 msgid "Don't use Branch Likely instructions, overriding default for arch"
10834 msgstr ""
10835
10836 #: config/mips/mips.h:653
10837 msgid "Use NewABI-style %reloc() assembly operators"
10838 msgstr ""
10839
10840 #: config/mips/mips.h:655
10841 msgid "Use assembler macros instead of relocation operators"
10842 msgstr ""
10843
10844 #: config/mips/mips.h:657
10845 msgid "Generate mips16 code"
10846 msgstr ""
10847
10848 #: config/mips/mips.h:659
10849 msgid "Generate normal-mode code"
10850 msgstr ""
10851
10852 #: config/mips/mips.h:661
10853 msgid "Lift restrictions on GOT size"
10854 msgstr ""
10855
10856 #: config/mips/mips.h:663
10857 msgid "Do not lift restrictions on GOT size"
10858 msgstr ""
10859
10860 #: config/mips/mips.h:665
10861 msgid "FP exceptions are enabled"
10862 msgstr ""
10863
10864 #: config/mips/mips.h:667
10865 msgid "FP exceptions are not enabled"
10866 msgstr ""
10867
10868 #: config/mips/mips.h:782
10869 msgid "Specify a Standard MIPS ISA"
10870 msgstr ""
10871
10872 #. Output assembler code to FILE to increment profiler label # LABELNO
10873 #. for profiling a function entry.
10874 #: config/mips/mips.h:2337
10875 msgid "mips16 function profiling"
10876 msgstr ""
10877
10878 #: config/mmix/mmix.c:229
10879 #, c-format
10880 msgid "-f%s not supported: ignored"
10881 msgstr ""
10882
10883 #: config/mmix/mmix.c:657
10884 #, c-format
10885 msgid ""
10886 "too large function value type, needs %d registers, have only %d registers "
10887 "for this"
10888 msgstr ""
10889
10890 #: config/mmix/mmix.c:827
10891 msgid "function_profiler support for MMIX"
10892 msgstr ""
10893
10894 #: config/mmix/mmix.c:849
10895 msgid "MMIX Internal: Last named vararg would not fit in a register"
10896 msgstr ""
10897
10898 #: config/mmix/mmix.c:1448 config/mmix/mmix.c:1578
10899 msgid "MMIX Internal: Expected a CONST_INT, not this"
10900 msgstr ""
10901
10902 #: config/mmix/mmix.c:1456 config/mmix/mmix.c:1480 config/mmix/mmix.c:1596
10903 #, c-format
10904 msgid "MMIX Internal: Bad register: %d"
10905 msgstr ""
10906
10907 #: config/mmix/mmix.c:1527
10908 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10909 msgstr ""
10910
10911 #: config/mmix/mmix.c:1546
10912 msgid "MMIX Internal: Expected a register, not this"
10913 msgstr ""
10914
10915 #: config/mmix/mmix.c:1556
10916 msgid "MMIX Internal: Expected a constant, not this"
10917 msgstr ""
10918
10919 #. Presumably there's a missing case above if we get here.
10920 #: config/mmix/mmix.c:1588
10921 #, c-format
10922 msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
10923 msgstr ""
10924
10925 #. We need the original here.
10926 #: config/mmix/mmix.c:1640
10927 msgid "MMIX Internal: Cannot decode this operand"
10928 msgstr ""
10929
10930 #: config/mmix/mmix.c:1697
10931 msgid "MMIX Internal: This is not a recognized address"
10932 msgstr ""
10933
10934 #: config/mmix/mmix.c:1874
10935 #, c-format
10936 msgid "stack frame not a multiple of 8 bytes: %d"
10937 msgstr ""
10938
10939 #: config/mmix/mmix.c:2113
10940 #, c-format
10941 msgid "stack frame not a multiple of octabyte: %d"
10942 msgstr ""
10943
10944 #: config/mmix/mmix.c:2587 config/mmix/mmix.c:2651
10945 #, c-format
10946 msgid "MMIX Internal: %s is not a shiftable int"
10947 msgstr ""
10948
10949 #: config/mmix/mmix.c:2767
10950 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10951 msgstr ""
10952
10953 #: config/mmix/mmix.c:2774
10954 msgid "MMIX Internal: What's the CC of this?"
10955 msgstr ""
10956
10957 #: config/mmix/mmix.c:2778
10958 msgid "MMIX Internal: What is the CC of this?"
10959 msgstr ""
10960
10961 #: config/mmix/mmix.c:2848
10962 msgid "MMIX Internal: This is not a constant:"
10963 msgstr ""
10964
10965 #: config/mmix/mmix.h:132
10966 msgid "Set start-address of the program"
10967 msgstr ""
10968
10969 #: config/mmix/mmix.h:134
10970 msgid "Set start-address of data"
10971 msgstr ""
10972
10973 #. FIXME: Provide a way to *load* the epsilon register.
10974 #: config/mmix/mmix.h:198
10975 msgid "For intrinsics library: pass all parameters in registers"
10976 msgstr ""
10977
10978 #: config/mmix/mmix.h:201
10979 msgid "Use register stack for parameters and return value"
10980 msgstr ""
10981
10982 #: config/mmix/mmix.h:203
10983 msgid "Use call-clobbered registers for parameters and return value"
10984 msgstr ""
10985
10986 #: config/mmix/mmix.h:205
10987 msgid "Use epsilon-respecting floating point compare instructions"
10988 msgstr ""
10989
10990 #: config/mmix/mmix.h:208
10991 msgid "Use zero-extending memory loads, not sign-extending ones"
10992 msgstr ""
10993
10994 #: config/mmix/mmix.h:211
10995 msgid ""
10996 "Generate divide results with reminder having the same sign as the divisor "
10997 "(not the dividend)"
10998 msgstr ""
10999
11000 #: config/mmix/mmix.h:215
11001 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11002 msgstr ""
11003
11004 #: config/mmix/mmix.h:217
11005 msgid "Do not provide a default start-address 0x100 of the program"
11006 msgstr ""
11007
11008 #: config/mmix/mmix.h:219
11009 msgid "Link to emit program in ELF format (rather than mmo)"
11010 msgstr ""
11011
11012 #: config/mmix/mmix.h:221
11013 msgid "Use P-mnemonics for branches statically predicted as taken"
11014 msgstr ""
11015
11016 #: config/mmix/mmix.h:223
11017 msgid "Don't use P-mnemonics for branches"
11018 msgstr ""
11019
11020 #: config/mmix/mmix.h:225
11021 msgid "Use addresses that allocate global registers"
11022 msgstr ""
11023
11024 #: config/mmix/mmix.h:227
11025 msgid "Do not use addresses that allocate global registers"
11026 msgstr ""
11027
11028 #: config/mmix/mmix.h:229
11029 msgid "Generate a single exit point for each function"
11030 msgstr ""
11031
11032 #: config/mmix/mmix.h:231
11033 msgid "Do not generate a single exit point for each function"
11034 msgstr ""
11035
11036 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
11037 msgid "Target the AM33 processor"
11038 msgstr ""
11039
11040 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
11041 msgid "Target the AM33/2.0 processor"
11042 msgstr ""
11043
11044 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
11045 msgid "Enable linker relaxations"
11046 msgstr ""
11047
11048 #: config/mn10300/mn10300.h:69
11049 msgid "Work around hardware multiply bug"
11050 msgstr ""
11051
11052 #: config/mn10300/mn10300.h:70
11053 msgid "Do not work around hardware multiply bug"
11054 msgstr ""
11055
11056 #: config/ns32k/ns32k.h:142 config/s390/s390.h:138
11057 msgid "Don't use hardware fp"
11058 msgstr ""
11059
11060 #: config/ns32k/ns32k.h:143
11061 msgid "Alternative calling convention"
11062 msgstr ""
11063
11064 #: config/ns32k/ns32k.h:145
11065 msgid "Pass some arguments in registers"
11066 msgstr ""
11067
11068 #: config/ns32k/ns32k.h:146
11069 msgid "Pass all arguments on stack"
11070 msgstr ""
11071
11072 #: config/ns32k/ns32k.h:147
11073 msgid "Optimize for 32532 cpu"
11074 msgstr ""
11075
11076 #: config/ns32k/ns32k.h:148
11077 msgid "Optimize for 32332 cpu"
11078 msgstr ""
11079
11080 #: config/ns32k/ns32k.h:150
11081 msgid "Optimize for 32032"
11082 msgstr ""
11083
11084 #: config/ns32k/ns32k.h:152
11085 msgid "Register sb is zero. Use for absolute addressing"
11086 msgstr ""
11087
11088 #: config/ns32k/ns32k.h:153
11089 msgid "Do not use register sb"
11090 msgstr ""
11091
11092 #: config/ns32k/ns32k.h:155
11093 msgid "Use bit-field instructions"
11094 msgstr ""
11095
11096 #: config/ns32k/ns32k.h:157
11097 msgid "Do not use bit-field instructions"
11098 msgstr ""
11099
11100 #: config/ns32k/ns32k.h:158
11101 msgid "Generate code for high memory"
11102 msgstr ""
11103
11104 #: config/ns32k/ns32k.h:159
11105 msgid "Generate code for low memory"
11106 msgstr ""
11107
11108 #: config/ns32k/ns32k.h:160
11109 msgid "32381 fpu"
11110 msgstr ""
11111
11112 #: config/ns32k/ns32k.h:162
11113 msgid "Use multiply-accumulate fp instructions"
11114 msgstr ""
11115
11116 #: config/ns32k/ns32k.h:164
11117 msgid "Do not use multiply-accumulate fp instructions"
11118 msgstr ""
11119
11120 #: config/ns32k/ns32k.h:165
11121 msgid "\"Small register classes\" kludge"
11122 msgstr ""
11123
11124 #: config/ns32k/ns32k.h:166
11125 msgid "No \"Small register classes\" kludge"
11126 msgstr ""
11127
11128 #: config/pa/pa.c:404
11129 #, c-format
11130 msgid ""
11131 "unknown -mschedule= option (%s).\n"
11132 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11133 msgstr ""
11134
11135 #: config/pa/pa.c:429
11136 #, c-format
11137 msgid ""
11138 "unknown -march= option (%s).\n"
11139 "Valid options are 1.0, 1.1, and 2.0\n"
11140 msgstr ""
11141
11142 #: config/pa/pa.c:449
11143 #, c-format
11144 msgid ""
11145 "unknown -munix= option (%s).\n"
11146 "Valid options are 93, 95 and 98.\n"
11147 msgstr ""
11148
11149 #: config/pa/pa.c:454
11150 #, c-format
11151 msgid ""
11152 "unknown -munix= option (%s).\n"
11153 "Valid options are 93 and 95.\n"
11154 msgstr ""
11155
11156 #: config/pa/pa.c:458
11157 #, c-format
11158 msgid ""
11159 "unknown -munix= option (%s).\n"
11160 "Valid option is 93.\n"
11161 msgstr ""
11162
11163 #: config/pa/pa.c:475
11164 msgid "PIC code generation is not supported in the portable runtime model\n"
11165 msgstr ""
11166
11167 #: config/pa/pa.c:480
11168 msgid "PIC code generation is not compatible with fast indirect calls\n"
11169 msgstr ""
11170
11171 #: config/pa/pa.c:485
11172 msgid "-g is only supported when using GAS on this processor,"
11173 msgstr ""
11174
11175 #: config/pa/pa.c:486
11176 msgid "-g option disabled"
11177 msgstr ""
11178
11179 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
11180 msgid "Generate cpp defines for server IO"
11181 msgstr ""
11182
11183 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
11184 msgid "Generate cpp defines for workstation IO"
11185 msgstr ""
11186
11187 #: config/pa/pa-hpux10.h:84
11188 msgid ""
11189 "Specify UNIX standard for predefines and linking.\n"
11190 "Supported value is 93."
11191 msgstr ""
11192
11193 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:99
11194 msgid ""
11195 "Specify UNIX standard for predefines and linking.\n"
11196 "Supported values are 93 and 95."
11197 msgstr ""
11198
11199 #: config/pa/pa-hpux11.h:82
11200 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11201 msgstr ""
11202
11203 #: config/pa/pa-hpux1111.h:28
11204 msgid ""
11205 "Specify UNIX standard for predefines and linking.\n"
11206 "Supported values are 93, 95 and 98."
11207 msgstr ""
11208
11209 #. Macro to define tables used to set the flags.  This is a
11210 #. list in braces of target switches with each switch being
11211 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11212 #. or minus the bits to clear.  An empty string NAME is used to
11213 #. identify the default VALUE.  Do not mark empty strings for
11214 #. translation.
11215 #: config/pa/pa.h:254 config/pa/pa.h:260
11216 msgid "Generate PA1.1 code"
11217 msgstr ""
11218
11219 #: config/pa/pa.h:256 config/pa/pa.h:258
11220 msgid "Generate PA1.0 code"
11221 msgstr ""
11222
11223 #: config/pa/pa.h:262
11224 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11225 msgstr ""
11226
11227 #: config/pa/pa.h:264
11228 msgid "Disable FP regs"
11229 msgstr ""
11230
11231 #: config/pa/pa.h:266
11232 msgid "Do not disable FP regs"
11233 msgstr ""
11234
11235 #: config/pa/pa.h:268
11236 msgid "Disable space regs"
11237 msgstr ""
11238
11239 #: config/pa/pa.h:270
11240 msgid "Do not disable space regs"
11241 msgstr ""
11242
11243 #: config/pa/pa.h:272
11244 msgid "Put jumps in call delay slots"
11245 msgstr ""
11246
11247 #: config/pa/pa.h:274
11248 msgid "Do not put jumps in call delay slots"
11249 msgstr ""
11250
11251 #: config/pa/pa.h:276
11252 msgid "Disable indexed addressing"
11253 msgstr ""
11254
11255 #: config/pa/pa.h:278
11256 msgid "Do not disable indexed addressing"
11257 msgstr ""
11258
11259 #: config/pa/pa.h:280
11260 msgid "Use portable calling conventions"
11261 msgstr ""
11262
11263 #: config/pa/pa.h:282
11264 msgid "Do not use portable calling conventions"
11265 msgstr ""
11266
11267 #: config/pa/pa.h:284
11268 msgid "Assume code will be assembled by GAS"
11269 msgstr ""
11270
11271 #: config/pa/pa.h:286
11272 msgid "Do not assume code will be assembled by GAS"
11273 msgstr ""
11274
11275 #: config/pa/pa.h:290
11276 msgid "Do not use software floating point"
11277 msgstr ""
11278
11279 #: config/pa/pa.h:292
11280 msgid "Emit long load/store sequences"
11281 msgstr ""
11282
11283 #: config/pa/pa.h:294
11284 msgid "Do not emit long load/store sequences"
11285 msgstr ""
11286
11287 #: config/pa/pa.h:296
11288 msgid "Generate fast indirect calls"
11289 msgstr ""
11290
11291 #: config/pa/pa.h:298
11292 msgid "Do not generate fast indirect calls"
11293 msgstr ""
11294
11295 #: config/pa/pa.h:300
11296 msgid "Generate code for huge switch statements"
11297 msgstr ""
11298
11299 #: config/pa/pa.h:302
11300 msgid "Do not generate code for huge switch statements"
11301 msgstr ""
11302
11303 #: config/pa/pa.h:304
11304 msgid "Always generate long calls"
11305 msgstr ""
11306
11307 #: config/pa/pa.h:306
11308 msgid "Generate long calls only when needed"
11309 msgstr ""
11310
11311 #: config/pa/pa.h:308
11312 msgid "Enable linker optimizations"
11313 msgstr ""
11314
11315 #: config/pa/pa.h:332
11316 msgid ""
11317 "Specify PA-RISC architecture for code generation.\n"
11318 "Values are 1.0, 1.1 and 2.0."
11319 msgstr ""
11320
11321 #: config/pa/pa.h:335
11322 msgid "Specify range of registers to make fixed."
11323 msgstr ""
11324
11325 #: config/pa/pa.h:337
11326 msgid "Specify CPU for scheduling purposes."
11327 msgstr ""
11328
11329 #: config/pa/pa64-hpux.h:29
11330 msgid "Assume code will be linked by GNU ld"
11331 msgstr ""
11332
11333 #: config/pa/pa64-hpux.h:31
11334 msgid "Assume code will be linked by HP ld"
11335 msgstr ""
11336
11337 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11338 msgid "Do not use hardware floating point"
11339 msgstr ""
11340
11341 #. return float result in ac0
11342 #: config/pdp11/pdp11.h:64
11343 msgid "Return floating point results in ac0"
11344 msgstr ""
11345
11346 #: config/pdp11/pdp11.h:65
11347 msgid "Return floating point results in memory"
11348 msgstr ""
11349
11350 #. is 11/40
11351 #: config/pdp11/pdp11.h:67
11352 msgid "Generate code for an 11/40"
11353 msgstr ""
11354
11355 #. is 11/45
11356 #: config/pdp11/pdp11.h:70
11357 msgid "Generate code for an 11/45"
11358 msgstr ""
11359
11360 #. is 11/10
11361 #: config/pdp11/pdp11.h:73
11362 msgid "Generate code for an 11/10"
11363 msgstr ""
11364
11365 #. use movmemhi for bcopy
11366 #. use 32 bit for int
11367 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11368 msgid "Use 32 bit int"
11369 msgstr ""
11370
11371 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11372 msgid "Use 16 bit int"
11373 msgstr ""
11374
11375 #. use 32 bit for float
11376 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11377 msgid "Use 32 bit float"
11378 msgstr ""
11379
11380 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11381 msgid "Use 64 bit float"
11382 msgstr ""
11383
11384 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11385 #. is branching expensive - on a PDP, it's actually really cheap
11386 #. this is just to play around and check what code gcc generates
11387 #. split instruction and data memory?
11388 #: config/pdp11/pdp11.h:95
11389 msgid "Target has split I&D"
11390 msgstr ""
11391
11392 #: config/pdp11/pdp11.h:96
11393 msgid "Target does not have split I&D"
11394 msgstr ""
11395
11396 #. UNIX assembler syntax?
11397 #: config/pdp11/pdp11.h:98
11398 msgid "Use UNIX assembler syntax"
11399 msgstr ""
11400
11401 #: config/pdp11/pdp11.h:99
11402 msgid "Use DEC assembler syntax"
11403 msgstr ""
11404
11405 #: config/rs6000/host-darwin.c:52
11406 msgid "Segmentation Fault (code)"
11407 msgstr ""
11408
11409 #: config/rs6000/host-darwin.c:83
11410 msgid "Out of stack space.\n"
11411 msgstr ""
11412
11413 #: config/rs6000/host-darwin.c:104
11414 #, c-format
11415 msgid "Try running '%s' in the shell to raise its limit.\n"
11416 msgstr ""
11417
11418 #: config/rs6000/host-darwin.c:117
11419 msgid "Segmentation Fault"
11420 msgstr ""
11421
11422 #: config/rs6000/host-darwin.c:131
11423 #, c-format
11424 msgid "While setting up signal stack: %m"
11425 msgstr ""
11426
11427 #: config/rs6000/host-darwin.c:137
11428 #, c-format
11429 msgid "While setting up signal handler: %m"
11430 msgstr ""
11431
11432 #: config/rs6000/host-darwin.c:181
11433 #, c-format
11434 msgid "couldn't unmap pch_address_space: %m\n"
11435 msgstr ""
11436
11437 #. Handle the machine specific pragma longcall.  Its syntax is
11438 #.
11439 #. # pragma longcall ( TOGGLE )
11440 #.
11441 #. where TOGGLE is either 0 or 1.
11442 #.
11443 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11444 #. whether or not new function declarations receive a longcall
11445 #. attribute by default.
11446 #: config/rs6000/rs6000-c.c:46
11447 msgid "ignoring malformed #pragma longcall"
11448 msgstr ""
11449
11450 #: config/rs6000/rs6000-c.c:59
11451 msgid "missing open paren"
11452 msgstr ""
11453
11454 #: config/rs6000/rs6000-c.c:61
11455 msgid "missing number"
11456 msgstr ""
11457
11458 #: config/rs6000/rs6000-c.c:63
11459 msgid "missing close paren"
11460 msgstr ""
11461
11462 #: config/rs6000/rs6000-c.c:66
11463 msgid "number must be 0 or 1"
11464 msgstr ""
11465
11466 #: config/rs6000/rs6000-c.c:69
11467 msgid "junk at end of #pragma longcall"
11468 msgstr ""
11469
11470 #: config/rs6000/rs6000.c:1238
11471 msgid "-mmultiple is not supported on little endian systems"
11472 msgstr ""
11473
11474 #: config/rs6000/rs6000.c:1245
11475 msgid "-mstring is not supported on little endian systems"
11476 msgstr ""
11477
11478 #: config/rs6000/rs6000.c:1259
11479 #, c-format
11480 msgid "unknown -mdebug-%s switch"
11481 msgstr ""
11482
11483 #: config/rs6000/rs6000.c:1271
11484 msgid ""
11485 "unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
11486 msgstr ""
11487
11488 #: config/rs6000/rs6000.c:1282
11489 #, c-format
11490 msgid "Unknown switch -mlong-double-%s"
11491 msgstr ""
11492
11493 #: config/rs6000/rs6000.c:1326
11494 msgid "AltiVec and E500 instructions cannot coexist"
11495 msgstr ""
11496
11497 #: config/rs6000/rs6000.c:1604
11498 #, c-format
11499 msgid "unknown -m%s= option specified: '%s'"
11500 msgstr ""
11501
11502 #: config/rs6000/rs6000.c:1625
11503 #, c-format
11504 msgid "not configured for ABI: '%s'"
11505 msgstr ""
11506
11507 #: config/rs6000/rs6000.c:1631
11508 #, c-format
11509 msgid "unknown ABI specified: '%s'"
11510 msgstr ""
11511
11512 #: config/rs6000/rs6000.c:1648
11513 msgid "invalid option for -mfloat-gprs"
11514 msgstr ""
11515
11516 #: config/rs6000/rs6000.c:1662
11517 #, c-format
11518 msgid "unknown -malign-XXXXX option specified: '%s'"
11519 msgstr ""
11520
11521 #: config/rs6000/rs6000.c:4660
11522 msgid ""
11523 "Cannot return value in vector register because altivec instructions are "
11524 "disabled, use -maltivec to enable them."
11525 msgstr ""
11526
11527 #: config/rs6000/rs6000.c:4794
11528 msgid ""
11529 "Cannot pass argument in vector register because altivec instructions are "
11530 "disabled, use -maltivec to enable them."
11531 msgstr ""
11532
11533 #: config/rs6000/rs6000.c:6270
11534 msgid "argument 1 must be a 5-bit signed literal"
11535 msgstr ""
11536
11537 #: config/rs6000/rs6000.c:6373 config/rs6000/rs6000.c:7043
11538 msgid "argument 2 must be a 5-bit unsigned literal"
11539 msgstr ""
11540
11541 #: config/rs6000/rs6000.c:6413
11542 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11543 msgstr ""
11544
11545 #: config/rs6000/rs6000.c:6467
11546 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11547 msgstr ""
11548
11549 #: config/rs6000/rs6000.c:6629
11550 msgid "argument 3 must be a 4-bit unsigned literal"
11551 msgstr ""
11552
11553 #: config/rs6000/rs6000.c:6801
11554 #, c-format
11555 msgid "argument to %qs must be a 2-bit unsigned literal"
11556 msgstr ""
11557
11558 #: config/rs6000/rs6000.c:6914
11559 msgid "argument to dss must be a 2-bit unsigned literal"
11560 msgstr ""
11561
11562 #: config/rs6000/rs6000.c:6929
11563 #, c-format
11564 msgid "invalid parameter combination for %qs AltiVec intrinsic"
11565 msgstr ""
11566
11567 #: config/rs6000/rs6000.c:7163
11568 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11569 msgstr ""
11570
11571 #: config/rs6000/rs6000.c:7236
11572 msgid "argument 1 of __builtin_spe_predicate is out of range"
11573 msgstr ""
11574
11575 #: config/rs6000/rs6000.c:10143
11576 #, c-format
11577 msgid "invalid %%f value"
11578 msgstr ""
11579
11580 #: config/rs6000/rs6000.c:10152
11581 #, c-format
11582 msgid "invalid %%F value"
11583 msgstr ""
11584
11585 #: config/rs6000/rs6000.c:10161
11586 #, c-format
11587 msgid "invalid %%G value"
11588 msgstr ""
11589
11590 #: config/rs6000/rs6000.c:10196
11591 #, c-format
11592 msgid "invalid %%j code"
11593 msgstr ""
11594
11595 #: config/rs6000/rs6000.c:10206
11596 #, c-format
11597 msgid "invalid %%J code"
11598 msgstr ""
11599
11600 #: config/rs6000/rs6000.c:10216
11601 #, c-format
11602 msgid "invalid %%k value"
11603 msgstr ""
11604
11605 #: config/rs6000/rs6000.c:10236 config/xtensa/xtensa.c:1937
11606 #, c-format
11607 msgid "invalid %%K value"
11608 msgstr ""
11609
11610 #: config/rs6000/rs6000.c:10303
11611 #, c-format
11612 msgid "invalid %%O value"
11613 msgstr ""
11614
11615 #: config/rs6000/rs6000.c:10350
11616 #, c-format
11617 msgid "invalid %%q value"
11618 msgstr ""
11619
11620 #: config/rs6000/rs6000.c:10394
11621 #, c-format
11622 msgid "invalid %%S value"
11623 msgstr ""
11624
11625 #: config/rs6000/rs6000.c:10436
11626 #, c-format
11627 msgid "invalid %%T value"
11628 msgstr ""
11629
11630 #: config/rs6000/rs6000.c:10446
11631 #, c-format
11632 msgid "invalid %%u value"
11633 msgstr ""
11634
11635 #: config/rs6000/rs6000.c:10455 config/xtensa/xtensa.c:1907
11636 #, c-format
11637 msgid "invalid %%v value"
11638 msgstr ""
11639
11640 #: config/rs6000/rs6000.c:13097
11641 msgid "stack frame too large"
11642 msgstr ""
11643
11644 #: config/rs6000/rs6000.c:15613
11645 msgid "no profiling of 64-bit code for this ABI"
11646 msgstr ""
11647
11648 #: config/rs6000/rs6000.c:16699
11649 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11650 msgstr ""
11651
11652 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11653 msgid "Always pass floating-point arguments in memory"
11654 msgstr ""
11655
11656 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11657 msgid "Don't always pass floating-point arguments in memory"
11658 msgstr ""
11659
11660 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11661 #: config/rs6000/aix52.h:31
11662 msgid "Support message passing with the Parallel Environment"
11663 msgstr ""
11664
11665 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11666 msgid "Compile for 64-bit pointers"
11667 msgstr ""
11668
11669 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11670 msgid "Compile for 32-bit pointers"
11671 msgstr ""
11672
11673 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11674 msgid "-maix64 and POWER architecture are incompatible"
11675 msgstr ""
11676
11677 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11678 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11679 msgstr ""
11680
11681 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11682 msgid ""
11683 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11684 msgstr ""
11685
11686 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11687 msgid "Generate 64-bit code"
11688 msgstr ""
11689
11690 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11691 msgid "Generate 32-bit code"
11692 msgstr ""
11693
11694 #: config/rs6000/darwin.h:73
11695 msgid "Generate code suitable for executables (NOT shared libs)"
11696 msgstr ""
11697
11698 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11699 #. off.
11700 #: config/rs6000/darwin.h:89
11701 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11702 msgstr ""
11703
11704 #. Darwin doesn't support -fpic.
11705 #: config/rs6000/darwin.h:95
11706 msgid "-fpic is not supported; -fPIC assumed"
11707 msgstr ""
11708
11709 #. Handle -mfix-and-continue.
11710 #: config/rs6000/darwin.h:106
11711 #, c-format
11712 msgid "invalid option `%s'"
11713 msgstr ""
11714
11715 #: config/rs6000/darwin.h:113
11716 msgid "-m64 requires PowerPC64 architecture, enabling"
11717 msgstr ""
11718
11719 #. See note below.
11720 #. if (rs6000_long_double_size_string == NULL)
11721 #. rs6000_long_double_type_size = 128;
11722 #: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
11723 msgid "-m64 not supported in this configuration"
11724 msgstr ""
11725
11726 #: config/rs6000/linux64.h:106
11727 msgid "-m64 requires a PowerPC64 cpu"
11728 msgstr ""
11729
11730 #: config/rs6000/linux64.h:216
11731 msgid "Call mcount for profiling before a function prologue"
11732 msgstr ""
11733
11734 #: config/rs6000/linux64.h:218
11735 msgid "Call mcount for profiling after a function prologue"
11736 msgstr ""
11737
11738 #. Run-time compilation parameters selecting different hardware subsets.
11739 #.
11740 #. Macro to define tables used to set the flags.
11741 #. This is a list in braces of pairs in braces,
11742 #. each pair being { "NAME", VALUE }
11743 #. where VALUE is the bits to set or minus the bits to clear.
11744 #. An empty string NAME is used to identify the default VALUE.
11745 #: config/rs6000/rs6000.h:277
11746 msgid "Use POWER instruction set"
11747 msgstr ""
11748
11749 #: config/rs6000/rs6000.h:280
11750 msgid "Use POWER2 instruction set"
11751 msgstr ""
11752
11753 #: config/rs6000/rs6000.h:282
11754 msgid "Do not use POWER2 instruction set"
11755 msgstr ""
11756
11757 #: config/rs6000/rs6000.h:285
11758 msgid "Do not use POWER instruction set"
11759 msgstr ""
11760
11761 #: config/rs6000/rs6000.h:287
11762 msgid "Use PowerPC instruction set"
11763 msgstr ""
11764
11765 #: config/rs6000/rs6000.h:290
11766 msgid "Do not use PowerPC instruction set"
11767 msgstr ""
11768
11769 #: config/rs6000/rs6000.h:292
11770 msgid "Use PowerPC General Purpose group optional instructions"
11771 msgstr ""
11772
11773 #: config/rs6000/rs6000.h:294
11774 msgid "Do not use PowerPC General Purpose group optional instructions"
11775 msgstr ""
11776
11777 #: config/rs6000/rs6000.h:296
11778 msgid "Use PowerPC Graphics group optional instructions"
11779 msgstr ""
11780
11781 #: config/rs6000/rs6000.h:298
11782 msgid "Do not use PowerPC Graphics group optional instructions"
11783 msgstr ""
11784
11785 #: config/rs6000/rs6000.h:300
11786 msgid "Use PowerPC-64 instruction set"
11787 msgstr ""
11788
11789 #: config/rs6000/rs6000.h:302
11790 msgid "Do not use PowerPC-64 instruction set"
11791 msgstr ""
11792
11793 #: config/rs6000/rs6000.h:304
11794 msgid "Use AltiVec instructions"
11795 msgstr ""
11796
11797 #: config/rs6000/rs6000.h:306
11798 msgid "Do not use AltiVec instructions"
11799 msgstr ""
11800
11801 #: config/rs6000/rs6000.h:308
11802 msgid "Use new mnemonics for PowerPC architecture"
11803 msgstr ""
11804
11805 #: config/rs6000/rs6000.h:310
11806 msgid "Use old mnemonics for PowerPC architecture"
11807 msgstr ""
11808
11809 #: config/rs6000/rs6000.h:313
11810 msgid "Put everything in the regular TOC"
11811 msgstr ""
11812
11813 #: config/rs6000/rs6000.h:315
11814 msgid "Place floating point constants in TOC"
11815 msgstr ""
11816
11817 #: config/rs6000/rs6000.h:317
11818 msgid "Do not place floating point constants in TOC"
11819 msgstr ""
11820
11821 #: config/rs6000/rs6000.h:319
11822 msgid "Place symbol+offset constants in TOC"
11823 msgstr ""
11824
11825 #: config/rs6000/rs6000.h:321
11826 msgid "Do not place symbol+offset constants in TOC"
11827 msgstr ""
11828
11829 #: config/rs6000/rs6000.h:327
11830 msgid "Place variable addresses in the regular TOC"
11831 msgstr ""
11832
11833 #: config/rs6000/rs6000.h:333
11834 msgid "Generate load/store multiple instructions"
11835 msgstr ""
11836
11837 #: config/rs6000/rs6000.h:335
11838 msgid "Do not generate load/store multiple instructions"
11839 msgstr ""
11840
11841 #: config/rs6000/rs6000.h:337
11842 msgid "Generate string instructions for block moves"
11843 msgstr ""
11844
11845 #: config/rs6000/rs6000.h:339
11846 msgid "Do not generate string instructions for block moves"
11847 msgstr ""
11848
11849 #: config/rs6000/rs6000.h:341
11850 msgid "Generate load/store with update instructions"
11851 msgstr ""
11852
11853 #: config/rs6000/rs6000.h:343
11854 msgid "Do not generate load/store with update instructions"
11855 msgstr ""
11856
11857 #: config/rs6000/rs6000.h:347
11858 msgid "Do not generate fused multiply/add instructions"
11859 msgstr ""
11860
11861 #: config/rs6000/rs6000.h:351
11862 msgid "Do not schedule the start and end of the procedure"
11863 msgstr ""
11864
11865 #: config/rs6000/rs6000.h:357
11866 msgid "Return all structures in memory (AIX default)"
11867 msgstr ""
11868
11869 #: config/rs6000/rs6000.h:359
11870 msgid "Return small structures in registers (SVR4 default)"
11871 msgstr ""
11872
11873 #: config/rs6000/rs6000.h:365
11874 msgid "Generate single field mfcr instruction"
11875 msgstr ""
11876
11877 #: config/rs6000/rs6000.h:367
11878 msgid "Do not generate single field mfcr instruction"
11879 msgstr ""
11880
11881 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11882 msgid "Use features of and schedule code for given CPU"
11883 msgstr ""
11884
11885 #: config/rs6000/rs6000.h:454
11886 msgid "Enable debug output"
11887 msgstr ""
11888
11889 #: config/rs6000/rs6000.h:456
11890 msgid "Select full, part, or no traceback table"
11891 msgstr ""
11892
11893 #: config/rs6000/rs6000.h:457
11894 msgid "Specify ABI to use"
11895 msgstr ""
11896
11897 #: config/rs6000/rs6000.h:459
11898 msgid "Specify size of long double (64 or 128 bits)"
11899 msgstr ""
11900
11901 #: config/rs6000/rs6000.h:461
11902 msgid "Specify yes/no if isel instructions should be generated"
11903 msgstr ""
11904
11905 #: config/rs6000/rs6000.h:463
11906 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11907 msgstr ""
11908
11909 #: config/rs6000/rs6000.h:465
11910 msgid "Specify yes/no if using floating point in the GPRs"
11911 msgstr ""
11912
11913 #: config/rs6000/rs6000.h:467
11914 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11915 msgstr ""
11916
11917 #: config/rs6000/rs6000.h:469
11918 msgid "Avoid all range limits on call instructions"
11919 msgstr ""
11920
11921 #: config/rs6000/rs6000.h:472
11922 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11923 msgstr ""
11924
11925 #: config/rs6000/rs6000.h:475
11926 msgid "Determine which dependences between insns are considered costly"
11927 msgstr ""
11928
11929 #: config/rs6000/rs6000.h:477
11930 msgid "Specify which post scheduling nop insertion scheme to apply"
11931 msgstr ""
11932
11933 #: config/rs6000/rs6000.h:479
11934 msgid "Specify alignment of structure fields default/natural"
11935 msgstr ""
11936
11937 #: config/rs6000/rs6000.h:481
11938 msgid "Specify scheduling priority for dispatch slot restricted insns"
11939 msgstr ""
11940
11941 #. Definitions for __builtin_return_address and __builtin_frame_address.
11942 #. __builtin_return_address (0) should give link register (65), enable
11943 #. this.
11944 #. This should be uncommented, so that the link register is used, but
11945 #. currently this would result in unmatched insns and spilling fixed
11946 #. registers so we'll leave it for another day.  When these problems are
11947 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11948 #. (mrs)
11949 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11950 #. Number of bytes into the frame return addresses can be found.  See
11951 #. rs6000_stack_info in rs6000.c for more information on how the different
11952 #. abi's store the return address.
11953 #: config/rs6000/rs6000.h:1829
11954 msgid "RETURN_ADDRESS_OFFSET not supported"
11955 msgstr ""
11956
11957 #: config/rs6000/sysv4.h:87
11958 msgid "Select ABI calling convention"
11959 msgstr ""
11960
11961 #: config/rs6000/sysv4.h:88
11962 msgid "Select method for sdata handling"
11963 msgstr ""
11964
11965 #: config/rs6000/sysv4.h:100
11966 msgid "Align to the base type of the bit-field"
11967 msgstr ""
11968
11969 #: config/rs6000/sysv4.h:102
11970 msgid "Don't align to the base type of the bit-field"
11971 msgstr ""
11972
11973 #: config/rs6000/sysv4.h:104
11974 msgid "Don't assume that unaligned accesses are handled by the system"
11975 msgstr ""
11976
11977 #: config/rs6000/sysv4.h:106
11978 msgid "Assume that unaligned accesses are handled by the system"
11979 msgstr ""
11980
11981 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11982 msgid "Produce code relocatable at runtime"
11983 msgstr ""
11984
11985 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11986 msgid "Don't produce code relocatable at runtime"
11987 msgstr ""
11988
11989 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11990 msgid "Produce little endian code"
11991 msgstr ""
11992
11993 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11994 msgid "Produce big endian code"
11995 msgstr ""
11996
11997 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11998 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11999 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12000 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12001 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12002 msgid "no description yet"
12003 msgstr ""
12004
12005 #: config/rs6000/sysv4.h:129
12006 msgid "Use EABI"
12007 msgstr ""
12008
12009 #: config/rs6000/sysv4.h:130
12010 msgid "Don't use EABI"
12011 msgstr ""
12012
12013 #: config/rs6000/sysv4.h:133
12014 msgid "Do not allow bit-fields to cross word boundaries"
12015 msgstr ""
12016
12017 #: config/rs6000/sysv4.h:135
12018 msgid "Use alternate register names"
12019 msgstr ""
12020
12021 #: config/rs6000/sysv4.h:137
12022 msgid "Don't use alternate register names"
12023 msgstr ""
12024
12025 #: config/rs6000/sysv4.h:141
12026 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12027 msgstr ""
12028
12029 #: config/rs6000/sysv4.h:143
12030 msgid "Link with libads.a, libc.a and crt0.o"
12031 msgstr ""
12032
12033 #: config/rs6000/sysv4.h:145
12034 msgid "Link with libyk.a, libc.a and crt0.o"
12035 msgstr ""
12036
12037 #: config/rs6000/sysv4.h:147
12038 msgid "Link with libmvme.a, libc.a and crt0.o"
12039 msgstr ""
12040
12041 #: config/rs6000/sysv4.h:149
12042 msgid "Set the PPC_EMB bit in the ELF flags header"
12043 msgstr ""
12044
12045 #: config/rs6000/sysv4.h:150
12046 msgid "Use the WindISS simulator"
12047 msgstr ""
12048
12049 #. Sometimes certain combinations of command options do not make sense
12050 #. on a particular target machine.  You can define a macro
12051 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12052 #. defined, is executed once just after all the command options have
12053 #. been parsed.
12054 #.
12055 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12056 #. get control.
12057 #: config/rs6000/sysv4.h:219
12058 #, c-format
12059 msgid "bad value for -mcall-%s"
12060 msgstr ""
12061
12062 #: config/rs6000/sysv4.h:235
12063 #, c-format
12064 msgid "bad value for -msdata=%s"
12065 msgstr ""
12066
12067 #: config/rs6000/sysv4.h:252
12068 #, c-format
12069 msgid "-mrelocatable and -msdata=%s are incompatible"
12070 msgstr ""
12071
12072 #: config/rs6000/sysv4.h:261
12073 #, c-format
12074 msgid "-f%s and -msdata=%s are incompatible"
12075 msgstr ""
12076
12077 #: config/rs6000/sysv4.h:270
12078 #, c-format
12079 msgid "-msdata=%s and -mcall-%s are incompatible"
12080 msgstr ""
12081
12082 #: config/rs6000/sysv4.h:279
12083 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12084 msgstr ""
12085
12086 #: config/rs6000/sysv4.h:285
12087 #, c-format
12088 msgid "-mrelocatable and -mcall-%s are incompatible"
12089 msgstr ""
12090
12091 #: config/rs6000/sysv4.h:292
12092 #, c-format
12093 msgid "-fPIC and -mcall-%s are incompatible"
12094 msgstr ""
12095
12096 #: config/rs6000/sysv4.h:299
12097 msgid "-mcall-aixdesc must be big endian"
12098 msgstr ""
12099
12100 #: config/rs6000/sysv4.h:314
12101 #, c-format
12102 msgid "-m%s not supported in this configuration"
12103 msgstr ""
12104
12105 #: config/s390/s390.c:1284
12106 #, c-format
12107 msgid "Unknown cpu used in -march=%s."
12108 msgstr ""
12109
12110 #: config/s390/s390.c:1303
12111 #, c-format
12112 msgid "Unknown cpu used in -mtune=%s."
12113 msgstr ""
12114
12115 #: config/s390/s390.c:1308
12116 #, c-format
12117 msgid "z/Architecture mode not supported on %s."
12118 msgstr ""
12119
12120 #: config/s390/s390.c:1310
12121 msgid "64-bit ABI not supported in ESA/390 mode."
12122 msgstr ""
12123
12124 #: config/s390/s390.c:1316
12125 msgid "invalid value for -mwarn-framesize"
12126 msgstr ""
12127
12128 #: config/s390/s390.c:1326
12129 msgid "invalid value for -mstack-size"
12130 msgstr ""
12131
12132 #: config/s390/s390.c:1329
12133 msgid "stack size must be an exact power of 2"
12134 msgstr ""
12135
12136 #: config/s390/s390.c:1335
12137 msgid "invalid value for -mstack-guard"
12138 msgstr ""
12139
12140 #: config/s390/s390.c:1338
12141 msgid "stack size must be greater than the stack guard value"
12142 msgstr ""
12143
12144 #: config/s390/s390.c:1341
12145 msgid "stack guard value must be an exact power of 2"
12146 msgstr ""
12147
12148 #: config/s390/s390.c:1344
12149 msgid "-mstack-size implies use of -mstack-guard"
12150 msgstr ""
12151
12152 #: config/s390/s390.c:1348
12153 msgid "-mstack-guard implies use of -mstack-size"
12154 msgstr ""
12155
12156 #: config/s390/s390.c:4052
12157 msgid "Cannot decompose address."
12158 msgstr ""
12159
12160 #: config/s390/s390.c:4244
12161 msgid "UNKNOWN in print_operand !?"
12162 msgstr ""
12163
12164 #: config/s390/s390.c:6291
12165 msgid "Total size of local variables exceeds architecture limit."
12166 msgstr ""
12167
12168 #: config/s390/s390.c:6830
12169 #, c-format
12170 msgid "frame size of %qs is "
12171 msgstr ""
12172
12173 #: config/s390/s390.c:6830
12174 msgid " bytes"
12175 msgstr ""
12176
12177 #: config/s390/s390.c:6834
12178 #, c-format
12179 msgid "%qs uses dynamic stack allocation"
12180 msgstr ""
12181
12182 #: config/s390/s390.h:139
12183 msgid "Use bras for executable < 64k"
12184 msgstr ""
12185
12186 #: config/s390/s390.h:140
12187 msgid "Don't use bras"
12188 msgstr ""
12189
12190 #: config/s390/s390.h:141
12191 msgid "Additional debug prints"
12192 msgstr ""
12193
12194 #: config/s390/s390.h:142
12195 msgid "Don't print additional debug prints"
12196 msgstr ""
12197
12198 #: config/s390/s390.h:143
12199 msgid "64 bit ABI"
12200 msgstr ""
12201
12202 #: config/s390/s390.h:144
12203 msgid "31 bit ABI"
12204 msgstr ""
12205
12206 #: config/s390/s390.h:145
12207 msgid "z/Architecture"
12208 msgstr ""
12209
12210 #: config/s390/s390.h:146
12211 msgid "ESA/390 architecture"
12212 msgstr ""
12213
12214 #: config/s390/s390.h:147
12215 msgid "mvcle use"
12216 msgstr ""
12217
12218 #: config/s390/s390.h:148
12219 msgid "mvc&ex"
12220 msgstr ""
12221
12222 #: config/s390/s390.h:149
12223 msgid "enable tpf OS tracing code"
12224 msgstr ""
12225
12226 #: config/s390/s390.h:150
12227 msgid "disable tpf OS tracing code"
12228 msgstr ""
12229
12230 #: config/s390/s390.h:151
12231 msgid "disable fused multiply/add instructions"
12232 msgstr ""
12233
12234 #: config/s390/s390.h:152
12235 msgid "enable fused multiply/add instructions"
12236 msgstr ""
12237
12238 #: config/s390/s390.h:161
12239 msgid "Set backchain"
12240 msgstr ""
12241
12242 #: config/s390/s390.h:163
12243 msgid "Do not set backchain"
12244 msgstr ""
12245
12246 #: config/s390/s390.h:165
12247 msgid "Set backchain appropriate for the linux kernel"
12248 msgstr ""
12249
12250 #: config/s390/s390.h:167
12251 msgid "Warn if a single function's framesize exceeds the given framesize"
12252 msgstr ""
12253
12254 #: config/s390/s390.h:170
12255 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12256 msgstr ""
12257
12258 #: config/s390/s390.h:173
12259 msgid ""
12260 "Emit extra code in the function prologue in order to trap if the stacksize "
12261 "exceeds the given limit"
12262 msgstr ""
12263
12264 #: config/s390/s390.h:176
12265 msgid ""
12266 "Set the max. number of bytes which has to be left to stack size before a "
12267 "trap instruction is triggered"
12268 msgstr ""
12269
12270 #: config/sh/sh.c:6190
12271 msgid "__builtin_saveregs not supported by this subtarget"
12272 msgstr ""
12273
12274 #: config/sh/sh.c:7159
12275 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12276 msgstr ""
12277
12278 #. The sp_switch attribute only has meaning for interrupt functions.
12279 #. The trap_exit attribute only has meaning for interrupt functions.
12280 #: config/sh/sh.c:7181 config/sh/sh.c:7216
12281 #, c-format
12282 msgid "%qs attribute only applies to interrupt functions"
12283 msgstr ""
12284
12285 #. The argument must be a constant string.
12286 #: config/sh/sh.c:7188
12287 #, c-format
12288 msgid "%qs attribute argument not a string constant"
12289 msgstr ""
12290
12291 #. The argument must be a constant integer.
12292 #: config/sh/sh.c:7223
12293 #, c-format
12294 msgid "%qs attribute argument not an integer constant"
12295 msgstr ""
12296
12297 #: config/sh/symbian.c:147
12298 msgid ""
12299 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12300 "ignored"
12301 msgstr ""
12302
12303 #: config/sh/symbian.c:158
12304 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12305 msgstr ""
12306
12307 #: config/sh/symbian.c:171
12308 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12309 msgstr ""
12310
12311 #: config/sh/symbian.c:286
12312 msgid ""
12313 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12314 "linkage."
12315 msgstr ""
12316
12317 #: config/sh/symbian.c:332
12318 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12319 msgstr ""
12320
12321 #: config/sh/symbian.c:436
12322 msgid "%Hvariable %qD definition is marked dllimport."
12323 msgstr ""
12324
12325 #: config/sh/symbian.c:511
12326 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12327 msgstr ""
12328
12329 #: config/sh/symbian.c:892 cp/tree.c:2360
12330 #, c-format
12331 msgid "lang_* check: failed in %s, at %s:%d"
12332 msgstr ""
12333
12334 #. There are no delay slots on SHmedia.
12335 #. Relaxation isn't yet supported for SHmedia
12336 #. -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.
12337 #: config/sh/sh.h:754
12338 msgid "Profiling is not supported on this target."
12339 msgstr ""
12340
12341 #: config/sparc/sparc.c:559
12342 #, c-format
12343 msgid "%s is not supported by this configuration"
12344 msgstr ""
12345
12346 #: config/sparc/sparc.c:566
12347 msgid "-mlong-double-64 not allowed with -m64"
12348 msgstr ""
12349
12350 #: config/sparc/sparc.c:591
12351 msgid "-mcmodel= is not supported on 32 bit systems"
12352 msgstr ""
12353
12354 #: config/sparc/sparc.c:7263 config/sparc/sparc.c:7269
12355 #, c-format
12356 msgid "invalid %%Y operand"
12357 msgstr ""
12358
12359 #: config/sparc/sparc.c:7339
12360 #, c-format
12361 msgid "invalid %%A operand"
12362 msgstr ""
12363
12364 #: config/sparc/sparc.c:7349
12365 #, c-format
12366 msgid "invalid %%B operand"
12367 msgstr ""
12368
12369 #: config/sparc/sparc.c:7388
12370 #, c-format
12371 msgid "invalid %%c operand"
12372 msgstr ""
12373
12374 #: config/sparc/sparc.c:7389
12375 #, c-format
12376 msgid "invalid %%C operand"
12377 msgstr ""
12378
12379 #: config/sparc/sparc.c:7410
12380 #, c-format
12381 msgid "invalid %%d operand"
12382 msgstr ""
12383
12384 #: config/sparc/sparc.c:7411
12385 #, c-format
12386 msgid "invalid %%D operand"
12387 msgstr ""
12388
12389 #: config/sparc/sparc.c:7427
12390 #, c-format
12391 msgid "invalid %%f operand"
12392 msgstr ""
12393
12394 #: config/sparc/sparc.c:7441
12395 #, c-format
12396 msgid "invalid %%s operand"
12397 msgstr ""
12398
12399 #: config/sparc/sparc.c:7495
12400 msgid "long long constant not a valid immediate operand"
12401 msgstr ""
12402
12403 #: config/sparc/sparc.c:7498
12404 msgid "floating point constant not a valid immediate operand"
12405 msgstr ""
12406
12407 #: config/sparc/freebsd.h:77 config/sparc/linux.h:86
12408 #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
12409 msgid "Use 64 bit long doubles"
12410 msgstr ""
12411
12412 #: config/sparc/freebsd.h:78 config/sparc/linux.h:87
12413 #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
12414 msgid "Use 128 bit long doubles"
12415 msgstr ""
12416
12417 #: config/sparc/sp64-elf.h:90
12418 msgid "Generate code for big endian"
12419 msgstr ""
12420
12421 #: config/sparc/sp64-elf.h:91
12422 msgid "Generate code for little endian"
12423 msgstr ""
12424
12425 #: config/sparc/sp86x-elf.h:68
12426 msgid "Use little-endian byte order for data"
12427 msgstr ""
12428
12429 #: config/sparc/sparc.h:626
12430 msgid "Assume possible double misalignment"
12431 msgstr ""
12432
12433 #: config/sparc/sparc.h:628
12434 msgid "Assume all doubles are aligned"
12435 msgstr ""
12436
12437 #: config/sparc/sparc.h:630
12438 msgid "Pass -assert pure-text to linker"
12439 msgstr ""
12440
12441 #: config/sparc/sparc.h:632
12442 msgid "Do not pass -assert pure-text to linker"
12443 msgstr ""
12444
12445 #: config/sparc/sparc.h:634
12446 msgid "Use ABI reserved registers"
12447 msgstr ""
12448
12449 #: config/sparc/sparc.h:636
12450 msgid "Do not use ABI reserved registers"
12451 msgstr ""
12452
12453 #: config/sparc/sparc.h:638
12454 msgid "Use hardware quad fp instructions"
12455 msgstr ""
12456
12457 #: config/sparc/sparc.h:640
12458 msgid "Do not use hardware quad fp instructions"
12459 msgstr ""
12460
12461 #: config/sparc/sparc.h:642
12462 msgid "Compile for v8plus ABI"
12463 msgstr ""
12464
12465 #: config/sparc/sparc.h:644
12466 msgid "Do not compile for v8plus ABI"
12467 msgstr ""
12468
12469 #: config/sparc/sparc.h:646
12470 msgid "Utilize Visual Instruction Set"
12471 msgstr ""
12472
12473 #: config/sparc/sparc.h:648
12474 msgid "Do not utilize Visual Instruction Set"
12475 msgstr ""
12476
12477 #: config/sparc/sparc.h:650
12478 msgid "Pointers are 64-bit"
12479 msgstr ""
12480
12481 #: config/sparc/sparc.h:652
12482 msgid "Pointers are 32-bit"
12483 msgstr ""
12484
12485 #: config/sparc/sparc.h:654
12486 msgid "Use 32-bit ABI"
12487 msgstr ""
12488
12489 #: config/sparc/sparc.h:656
12490 msgid "Use 64-bit ABI"
12491 msgstr ""
12492
12493 #: config/sparc/sparc.h:658
12494 msgid "Use stack bias"
12495 msgstr ""
12496
12497 #: config/sparc/sparc.h:660
12498 msgid "Do not use stack bias"
12499 msgstr ""
12500
12501 #: config/sparc/sparc.h:662
12502 msgid "Use structs on stronger alignment for double-word copies"
12503 msgstr ""
12504
12505 #: config/sparc/sparc.h:664
12506 msgid "Do not use structs on stronger alignment for double-word copies"
12507 msgstr ""
12508
12509 #: config/sparc/sparc.h:666
12510 msgid "Optimize tail call instructions in assembler and linker"
12511 msgstr ""
12512
12513 #: config/sparc/sparc.h:668
12514 msgid "Do not optimize tail call instructions in assembler or linker"
12515 msgstr ""
12516
12517 #: config/sparc/sparc.h:713
12518 msgid "Use given SPARC code model"
12519 msgstr ""
12520
12521 #: config/stormy16/stormy16.c:528
12522 msgid "Constant halfword load operand out of range."
12523 msgstr ""
12524
12525 #: config/stormy16/stormy16.c:538
12526 msgid "Constant arithmetic operand out of range."
12527 msgstr ""
12528
12529 #: config/stormy16/stormy16.c:1224
12530 msgid "Local variable memory requirements exceed capacity."
12531 msgstr ""
12532
12533 #: config/stormy16/stormy16.c:1390
12534 msgid "function_profiler support"
12535 msgstr ""
12536
12537 #: config/stormy16/stormy16.c:1479
12538 msgid "cannot use va_start in interrupt function"
12539 msgstr ""
12540
12541 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12542 msgid "'B' operand is not constant"
12543 msgstr ""
12544
12545 #: config/stormy16/stormy16.c:1948
12546 msgid "'B' operand has multiple bits set"
12547 msgstr ""
12548
12549 #: config/stormy16/stormy16.c:1974
12550 msgid "'o' operand is not constant"
12551 msgstr ""
12552
12553 #: config/stormy16/stormy16.c:2006
12554 msgid "xstormy16_print_operand: unknown code"
12555 msgstr ""
12556
12557 #: config/stormy16/stormy16.c:2052
12558 #, c-format
12559 msgid "switch statement of size %lu entries too large"
12560 msgstr ""
12561
12562 #: config/stormy16/stormy16.c:2434
12563 msgid "%<__BELOW100__%> attribute only applies to variables"
12564 msgstr ""
12565
12566 #: config/stormy16/stormy16.c:2441
12567 msgid "__BELOW100__ attribute not allowed with auto storage class."
12568 msgstr ""
12569
12570 #: config/v850/v850-c.c:67
12571 msgid "#pragma GHS endXXXX found without previous startXXX"
12572 msgstr ""
12573
12574 #: config/v850/v850-c.c:69
12575 msgid "#pragma GHS endXXX does not match previous startXXX"
12576 msgstr ""
12577
12578 #: config/v850/v850-c.c:94
12579 msgid "cannot set interrupt attribute: no current function"
12580 msgstr ""
12581
12582 #: config/v850/v850-c.c:102
12583 msgid "cannot set interrupt attribute: no such identifier"
12584 msgstr ""
12585
12586 #: config/v850/v850-c.c:147
12587 msgid "junk at end of #pragma ghs section"
12588 msgstr ""
12589
12590 #: config/v850/v850-c.c:164
12591 #, c-format
12592 msgid "unrecognized section name \"%s\""
12593 msgstr ""
12594
12595 #: config/v850/v850-c.c:179
12596 msgid "malformed #pragma ghs section"
12597 msgstr ""
12598
12599 #: config/v850/v850-c.c:198
12600 msgid "junk at end of #pragma ghs interrupt"
12601 msgstr ""
12602
12603 #: config/v850/v850-c.c:209
12604 msgid "junk at end of #pragma ghs starttda"
12605 msgstr ""
12606
12607 #: config/v850/v850-c.c:220
12608 msgid "junk at end of #pragma ghs startsda"
12609 msgstr ""
12610
12611 #: config/v850/v850-c.c:231
12612 msgid "junk at end of #pragma ghs startzda"
12613 msgstr ""
12614
12615 #: config/v850/v850-c.c:242
12616 msgid "junk at end of #pragma ghs endtda"
12617 msgstr ""
12618
12619 #: config/v850/v850-c.c:253
12620 msgid "junk at end of #pragma ghs endsda"
12621 msgstr ""
12622
12623 #: config/v850/v850-c.c:264
12624 msgid "junk at end of #pragma ghs endzda"
12625 msgstr ""
12626
12627 #: config/v850/v850.c:163
12628 #, c-format
12629 msgid "%s=%s is not numeric"
12630 msgstr ""
12631
12632 #: config/v850/v850.c:170
12633 #, c-format
12634 msgid "%s=%s is too large"
12635 msgstr ""
12636
12637 #: config/v850/v850.c:336
12638 msgid "const_double_split got a bad insn:"
12639 msgstr ""
12640
12641 #: config/v850/v850.c:901
12642 msgid "output_move_single:"
12643 msgstr ""
12644
12645 #: config/v850/v850.c:2243
12646 msgid "%Jdata area attributes cannot be specified for local variables"
12647 msgstr ""
12648
12649 #: config/v850/v850.c:2254
12650 msgid "%Jdata area of '%D' conflicts with previous declaration"
12651 msgstr ""
12652
12653 #: config/v850/v850.c:2453
12654 #, c-format
12655 msgid "bogus JR construction: %d\n"
12656 msgstr ""
12657
12658 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12659 #, c-format
12660 msgid "bad amount of stack space removal: %d"
12661 msgstr ""
12662
12663 #: config/v850/v850.c:2653
12664 #, c-format
12665 msgid "bogus JARL construction: %d\n"
12666 msgstr ""
12667
12668 #: config/v850/v850.c:3023
12669 #, c-format
12670 msgid "Bogus DISPOSE construction: %d\n"
12671 msgstr ""
12672
12673 #: config/v850/v850.c:3045
12674 #, c-format
12675 msgid "Too much stack space to dispose of: %d"
12676 msgstr ""
12677
12678 #: config/v850/v850.c:3218
12679 #, c-format
12680 msgid "Bogus PREPEARE construction: %d\n"
12681 msgstr ""
12682
12683 #: config/v850/v850.c:3240
12684 #, c-format
12685 msgid "Too much stack space to prepare: %d"
12686 msgstr ""
12687
12688 #. Macro to define tables used to set the flags.
12689 #. This is a list in braces of pairs in braces,
12690 #. each pair being { "NAME", VALUE }
12691 #. where VALUE is the bits to set or minus the bits to clear.
12692 #. An empty string NAME is used to identify the default VALUE.
12693 #: config/v850/v850.h:174
12694 msgid "Support Green Hills ABI"
12695 msgstr ""
12696
12697 #: config/v850/v850.h:177
12698 msgid "Prohibit PC relative function calls"
12699 msgstr ""
12700
12701 #: config/v850/v850.h:180
12702 msgid "Reuse r30 on a per function basis"
12703 msgstr ""
12704
12705 #: config/v850/v850.h:183
12706 msgid "Use stubs for function prologues"
12707 msgstr ""
12708
12709 #: config/v850/v850.h:186
12710 msgid "Same as: -mep -mprolog-function"
12711 msgstr ""
12712
12713 #: config/v850/v850.h:187
12714 msgid "Enable backend debugging"
12715 msgstr ""
12716
12717 #: config/v850/v850.h:189
12718 msgid "Compile for the v850 processor"
12719 msgstr ""
12720
12721 #: config/v850/v850.h:191
12722 msgid "Compile for v850e1 processor"
12723 msgstr ""
12724
12725 #. Make sure that the other bits are cleared.
12726 #: config/v850/v850.h:193
12727 msgid "Compile for v850e processor"
12728 msgstr ""
12729
12730 #. Make sure that the other bits are cleared.
12731 #: config/v850/v850.h:195
12732 msgid "Enable the use of the short load instructions"
12733 msgstr ""
12734
12735 #: config/v850/v850.h:198
12736 msgid "Do not use the callt instruction"
12737 msgstr ""
12738
12739 #: config/v850/v850.h:205
12740 msgid "Do not use registers r2 and r5"
12741 msgstr ""
12742
12743 #: config/v850/v850.h:207
12744 msgid "Enforce strict alignment"
12745 msgstr ""
12746
12747 #: config/v850/v850.h:210
12748 msgid "Use 4 byte entries in switch tables"
12749 msgstr ""
12750
12751 #: config/v850/v850.h:236
12752 msgid "Set the max size of data eligible for the TDA area"
12753 msgstr ""
12754
12755 #: config/v850/v850.h:239
12756 msgid "Set the max size of data eligible for the SDA area"
12757 msgstr ""
12758
12759 #: config/v850/v850.h:242
12760 msgid "Set the max size of data eligible for the ZDA area"
12761 msgstr ""
12762
12763 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12764 #: config/xtensa/xtensa.c:1055
12765 msgid "bad test"
12766 msgstr ""
12767
12768 #: config/xtensa/xtensa.c:1774
12769 msgid "boolean registers required for the floating-point option"
12770 msgstr ""
12771
12772 #: config/xtensa/xtensa.c:1820
12773 #, c-format
12774 msgid "-f%s is not supported with CONST16 instructions"
12775 msgstr ""
12776
12777 #: config/xtensa/xtensa.c:1825
12778 msgid "PIC is required but not supported with CONST16 instructions"
12779 msgstr ""
12780
12781 #: config/xtensa/xtensa.c:1895
12782 #, c-format
12783 msgid "invalid %%D value"
12784 msgstr ""
12785
12786 #: config/xtensa/xtensa.c:1932
12787 msgid "invalid mask"
12788 msgstr ""
12789
12790 #: config/xtensa/xtensa.c:1958
12791 #, c-format
12792 msgid "invalid %%x value"
12793 msgstr ""
12794
12795 #: config/xtensa/xtensa.c:1965
12796 #, c-format
12797 msgid "invalid %%d value"
12798 msgstr ""
12799
12800 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12801 #, c-format
12802 msgid "invalid %%t/%%b value"
12803 msgstr ""
12804
12805 #: config/xtensa/xtensa.c:2038
12806 msgid "invalid address"
12807 msgstr ""
12808
12809 #: config/xtensa/xtensa.c:2063
12810 msgid "no register in address"
12811 msgstr ""
12812
12813 #: config/xtensa/xtensa.c:2071
12814 msgid "address offset not a constant"
12815 msgstr ""
12816
12817 #: config/xtensa/xtensa.c:2672
12818 msgid "only uninitialized variables can be placed in a .bss section"
12819 msgstr ""
12820
12821 #: config/xtensa/xtensa.h:79
12822 msgid "Use CONST16 instruction to load constants"
12823 msgstr ""
12824
12825 #: config/xtensa/xtensa.h:81
12826 msgid "Use PC-relative L32R instruction to load constants"
12827 msgstr ""
12828
12829 #: config/xtensa/xtensa.h:83
12830 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12831 msgstr ""
12832
12833 #: config/xtensa/xtensa.h:85
12834 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12835 msgstr ""
12836
12837 #: config/xtensa/xtensa.h:87
12838 msgid "Intersperse literal pools with code in the text section"
12839 msgstr ""
12840
12841 #: config/xtensa/xtensa.h:89
12842 msgid "Put literal pools in a separate literal section"
12843 msgstr ""
12844
12845 #: config/xtensa/xtensa.h:91
12846 msgid "Automatically align branch targets to reduce branch penalties"
12847 msgstr ""
12848
12849 #: config/xtensa/xtensa.h:93
12850 msgid "Do not automatically align branch targets"
12851 msgstr ""
12852
12853 #: config/xtensa/xtensa.h:95
12854 msgid "Use indirect CALLXn instructions for large programs"
12855 msgstr ""
12856
12857 #: config/xtensa/xtensa.h:97
12858 msgid "Use direct CALLn instructions for fast calls"
12859 msgstr ""
12860
12861 #: ada/misc.c:258
12862 #, c-format
12863 msgid "missing argument to \"-%s\""
12864 msgstr ""
12865
12866 #: ada/misc.c:299
12867 msgid "%<-gnat%> misspelled as %<-gant%>"
12868 msgstr ""
12869
12870 #: cp/call.c:288
12871 msgid "unable to call pointer to member function here"
12872 msgstr ""
12873
12874 #: cp/call.c:2374
12875 msgid "%s %D(%T, %T, %T) <built-in>"
12876 msgstr ""
12877
12878 #: cp/call.c:2379
12879 msgid "%s %D(%T, %T) <built-in>"
12880 msgstr ""
12881
12882 #: cp/call.c:2383
12883 msgid "%s %D(%T) <built-in>"
12884 msgstr ""
12885
12886 #: cp/call.c:2387
12887 msgid "%s %T <conversion>"
12888 msgstr ""
12889
12890 #: cp/call.c:2389
12891 msgid "%J%s %+#D <near match>"
12892 msgstr ""
12893
12894 #: cp/call.c:2391
12895 msgid "%J%s %+#D"
12896 msgstr ""
12897
12898 #: cp/call.c:2426
12899 msgid "candidates are:"
12900 msgstr ""
12901
12902 #: cp/call.c:2612
12903 msgid "conversion from %qT to %qT is ambiguous"
12904 msgstr ""
12905
12906 #: cp/call.c:2766 cp/call.c:2824
12907 msgid "no matching function for call to %<%D(%A)%>"
12908 msgstr ""
12909
12910 #: cp/call.c:2769 cp/call.c:2827
12911 msgid "call of overloaded %<%D(%A)%> is ambiguous"
12912 msgstr ""
12913
12914 #. It's no good looking for an overloaded operator() on a
12915 #. pointer-to-member-function.
12916 #: cp/call.c:2895
12917 #, c-format
12918 msgid ""
12919 "pointer-to-member function %E cannot be called without an object; consider "
12920 "using .* or ->*"
12921 msgstr ""
12922
12923 #: cp/call.c:2964
12924 msgid "no match for call to %<(%T) (%A)%>"
12925 msgstr ""
12926
12927 #: cp/call.c:2973
12928 msgid "call of %<(%T) (%A)%> is ambiguous"
12929 msgstr ""
12930
12931 #: cp/call.c:3010
12932 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
12933 msgstr ""
12934
12935 #: cp/call.c:3016
12936 msgid "%s for %<operator%s%> in %<%E%s%>"
12937 msgstr ""
12938
12939 #: cp/call.c:3020
12940 msgid "%s for %<operator[]%> in %<%E[%E]%>"
12941 msgstr ""
12942
12943 #: cp/call.c:3025
12944 msgid "%s for %qs in %<%s %E%>"
12945 msgstr ""
12946
12947 #: cp/call.c:3030
12948 msgid "%s for %<operator%s%> in %<%E %s %E%>"
12949 msgstr ""
12950
12951 #: cp/call.c:3033
12952 msgid "%s for %<operator%s%> in %<%s%E%>"
12953 msgstr ""
12954
12955 #: cp/call.c:3123
12956 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12957 msgstr ""
12958
12959 #: cp/call.c:3200
12960 msgid "%qE has type %<void%> and is not a throw-expression"
12961 msgstr ""
12962
12963 #: cp/call.c:3239 cp/call.c:3449
12964 msgid "operands to ?: have different types"
12965 msgstr ""
12966
12967 #: cp/call.c:3403
12968 msgid "enumeral mismatch in conditional expression: %qT vs %qT"
12969 msgstr ""
12970
12971 #: cp/call.c:3410
12972 msgid "enumeral and non-enumeral type in conditional expression"
12973 msgstr ""
12974
12975 #: cp/call.c:3705
12976 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
12977 msgstr ""
12978
12979 #: cp/call.c:3758
12980 msgid "using synthesized %q#D for copy assignment"
12981 msgstr ""
12982
12983 #: cp/call.c:3760
12984 msgid "  where cfront would use %q#D"
12985 msgstr ""
12986
12987 #: cp/call.c:3792
12988 msgid "comparison between %q#T and %q#T"
12989 msgstr ""
12990
12991 #: cp/call.c:4049
12992 msgid "no suitable %<operator %s> for %qT"
12993 msgstr ""
12994
12995 #: cp/call.c:4066
12996 msgid "%q+#D is private"
12997 msgstr ""
12998
12999 #: cp/call.c:4068
13000 msgid "%q+#D is protected"
13001 msgstr ""
13002
13003 #: cp/call.c:4070
13004 msgid "%q+#D is inaccessible"
13005 msgstr ""
13006
13007 #: cp/call.c:4071
13008 msgid "within this context"
13009 msgstr ""
13010
13011 #: cp/call.c:4159 cp/cvt.c:263
13012 msgid "invalid conversion from %qT to %qT"
13013 msgstr ""
13014
13015 #: cp/call.c:4161
13016 msgid "  initializing argument %P of %qD"
13017 msgstr ""
13018
13019 #: cp/call.c:4305
13020 msgid "cannot bind bitfield %qE to %qT"
13021 msgstr ""
13022
13023 #: cp/call.c:4308
13024 msgid "cannot bind packed field %qE to %qT"
13025 msgstr ""
13026
13027 #: cp/call.c:4311
13028 msgid "cannot bind rvalue %qE to %qT"
13029 msgstr ""
13030
13031 #: cp/call.c:4406
13032 msgid ""
13033 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
13034 "runtime"
13035 msgstr ""
13036
13037 #. Undefined behavior [expr.call] 5.2.2/7.
13038 #: cp/call.c:4432
13039 msgid ""
13040 "cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
13041 "at runtime"
13042 msgstr ""
13043
13044 #: cp/call.c:4475
13045 msgid "the default argument for parameter %d of %qD has not yet been parsed"
13046 msgstr ""
13047
13048 #: cp/call.c:4680
13049 msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
13050 msgstr ""
13051
13052 #: cp/call.c:4699
13053 msgid "%qT is not an accessible base of %qT"
13054 msgstr ""
13055
13056 #: cp/call.c:4949
13057 msgid "could not find class$ field in java interface type %qT"
13058 msgstr ""
13059
13060 #: cp/call.c:5211
13061 msgid "call to non-function %qD"
13062 msgstr ""
13063
13064 #: cp/call.c:5236
13065 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
13066 msgstr ""
13067
13068 #: cp/call.c:5315
13069 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
13070 msgstr ""
13071
13072 #: cp/call.c:5333
13073 msgid "call of overloaded %<%s(%A)%> is ambiguous"
13074 msgstr ""
13075
13076 #: cp/call.c:5357
13077 msgid "cannot call member function %qD without object"
13078 msgstr ""
13079
13080 #: cp/call.c:5962
13081 msgid "passing %qT chooses %qT over %qT"
13082 msgstr ""
13083
13084 #: cp/call.c:5964 cp/name-lookup.c:4245
13085 msgid "  in call to %qD"
13086 msgstr ""
13087
13088 #: cp/call.c:6021
13089 msgid "choosing %qD over %qD"
13090 msgstr ""
13091
13092 #: cp/call.c:6022
13093 msgid "  for conversion from %qT to %qT"
13094 msgstr ""
13095
13096 #: cp/call.c:6024
13097 msgid "  because conversion sequence for the argument is better"
13098 msgstr ""
13099
13100 #: cp/call.c:6145
13101 msgid ""
13102 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13103 "the first is better than the worst conversion for the second:"
13104 msgstr ""
13105
13106 #: cp/call.c:6149
13107 msgid "candidate 1:"
13108 msgstr ""
13109
13110 #: cp/call.c:6150
13111 msgid "candidate 2:"
13112 msgstr ""
13113
13114 #: cp/call.c:6286
13115 msgid "could not convert %qE to %qT"
13116 msgstr ""
13117
13118 #: cp/call.c:6416
13119 msgid ""
13120 "invalid initialization of non-const reference of type %qT from a temporary "
13121 "of type %qT"
13122 msgstr ""
13123
13124 #: cp/call.c:6420
13125 msgid ""
13126 "invalid initialization of reference of type %qT from expression of type %qT"
13127 msgstr ""
13128
13129 #: cp/class.c:273
13130 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
13131 msgstr ""
13132
13133 #: cp/class.c:898
13134 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13135 msgstr ""
13136
13137 #: cp/class.c:899
13138 msgid "Java class %qT cannot have a destructor"
13139 msgstr ""
13140
13141 #: cp/class.c:998
13142 msgid "%q#D and %q#D cannot be overloaded"
13143 msgstr ""
13144
13145 #: cp/class.c:1055
13146 msgid "conflicting access specifications for method %qD, ignored"
13147 msgstr ""
13148
13149 #: cp/class.c:1058
13150 #, c-format
13151 msgid "conflicting access specifications for field %qE, ignored"
13152 msgstr ""
13153
13154 #: cp/class.c:1108
13155 msgid "%qD names constructor"
13156 msgstr ""
13157
13158 #: cp/class.c:1113
13159 msgid "%qD invalid in %qT"
13160 msgstr ""
13161
13162 #: cp/class.c:1121
13163 msgid "no members matching %qD in %q#T"
13164 msgstr ""
13165
13166 #: cp/class.c:1153 cp/class.c:1161
13167 msgid "%qD invalid in %q#T"
13168 msgstr ""
13169
13170 #: cp/class.c:1154
13171 msgid "  because of local method %q#D with same name"
13172 msgstr ""
13173
13174 #: cp/class.c:1162
13175 msgid "  because of local member %q#D with same name"
13176 msgstr ""
13177
13178 #: cp/class.c:1207
13179 msgid "base class %q#T has a non-virtual destructor"
13180 msgstr ""
13181
13182 #: cp/class.c:1226
13183 msgid ""
13184 "base %qT with only non-default constructor in class without a constructor"
13185 msgstr ""
13186
13187 #: cp/class.c:1534
13188 msgid "all member functions in class %qT are private"
13189 msgstr ""
13190
13191 #: cp/class.c:1545
13192 msgid "%q#T only defines a private destructor and has no friends"
13193 msgstr ""
13194
13195 #: cp/class.c:1585
13196 msgid "%q#T only defines private constructors and has no friends"
13197 msgstr ""
13198
13199 #: cp/class.c:1923
13200 msgid "no unique final overrider for %qD in %qT"
13201 msgstr ""
13202
13203 #. Here we know it is a hider, and no overrider exists.
13204 #: cp/class.c:2379
13205 msgid "%qD was hidden"
13206 msgstr ""
13207
13208 #: cp/class.c:2380
13209 msgid "  by %qD"
13210 msgstr ""
13211
13212 #: cp/class.c:2421 cp/decl2.c:1142
13213 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13214 msgstr ""
13215
13216 #: cp/class.c:2428 cp/decl2.c:1149
13217 msgid "private member %q#D in anonymous union"
13218 msgstr ""
13219
13220 #: cp/class.c:2431 cp/decl2.c:1151
13221 msgid "protected member %q#D in anonymous union"
13222 msgstr ""
13223
13224 #: cp/class.c:2545
13225 msgid ""
13226 "vtable layout for class %qT may not be ABI-compliant and may change in a "
13227 "future version of GCC due to implicit virtual destructor"
13228 msgstr ""
13229
13230 #: cp/class.c:2603
13231 msgid "bit-field %q#D with non-integral type"
13232 msgstr ""
13233
13234 #: cp/class.c:2623
13235 msgid "bit-field %qD width not an integer constant"
13236 msgstr ""
13237
13238 #: cp/class.c:2629
13239 msgid "negative width in bit-field %qD"
13240 msgstr ""
13241
13242 #: cp/class.c:2634
13243 msgid "zero width for bit-field %qD"
13244 msgstr ""
13245
13246 #: cp/class.c:2640
13247 msgid "width of %qD exceeds its type"
13248 msgstr ""
13249
13250 #: cp/class.c:2649
13251 msgid "%qD is too small to hold all values of %q#T"
13252 msgstr ""
13253
13254 #: cp/class.c:2711
13255 msgid "member %q#D with constructor not allowed in union"
13256 msgstr ""
13257
13258 #: cp/class.c:2714
13259 msgid "member %q#D with destructor not allowed in union"
13260 msgstr ""
13261
13262 #: cp/class.c:2717
13263 msgid "member %q#D with copy assignment operator not allowed in union"
13264 msgstr ""
13265
13266 #: cp/class.c:2744
13267 msgid "multiple fields in union %qT initialized"
13268 msgstr ""
13269
13270 #: cp/class.c:2810
13271 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13272 msgstr ""
13273
13274 #: cp/class.c:2870
13275 msgid "%qD may not be static because it is a member of a union"
13276 msgstr ""
13277
13278 #: cp/class.c:2875
13279 msgid "%qD may not have reference type %qT because it is a member of a union"
13280 msgstr ""
13281
13282 #: cp/class.c:2884
13283 msgid "field %qD in local class cannot be static"
13284 msgstr ""
13285
13286 #: cp/class.c:2890
13287 msgid "field %qD invalidly declared function type"
13288 msgstr ""
13289
13290 #: cp/class.c:2896
13291 msgid "field %qD invalidly declared method type"
13292 msgstr ""
13293
13294 #: cp/class.c:2929
13295 msgid "non-static reference %q#D in class without a constructor"
13296 msgstr ""
13297
13298 #: cp/class.c:2977
13299 msgid "non-static const member %q#D in class without a constructor"
13300 msgstr ""
13301
13302 #: cp/class.c:2992
13303 msgid "field %q#D with same name as class"
13304 msgstr ""
13305
13306 #: cp/class.c:3026
13307 msgid "%q#T has pointer data members"
13308 msgstr ""
13309
13310 #: cp/class.c:3030
13311 msgid "  but does not override %<%T(const %T&)%>"
13312 msgstr ""
13313
13314 #: cp/class.c:3032
13315 msgid "  or %<operator=(const %T&)%>"
13316 msgstr ""
13317
13318 #: cp/class.c:3035
13319 msgid "  but does not override %<operator=(const %T&)%>"
13320 msgstr ""
13321
13322 #: cp/class.c:3468
13323 msgid ""
13324 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13325 "version of GCC"
13326 msgstr ""
13327
13328 #: cp/class.c:3580
13329 msgid "class %qT will be considered nearly empty in a future version of GCC"
13330 msgstr ""
13331
13332 #: cp/class.c:3662
13333 msgid "initializer specified for non-virtual method %qD"
13334 msgstr ""
13335
13336 #: cp/class.c:4321
13337 msgid ""
13338 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13339 "version of GCC"
13340 msgstr ""
13341
13342 #: cp/class.c:4420
13343 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13344 msgstr ""
13345
13346 #: cp/class.c:4432
13347 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13348 msgstr ""
13349
13350 #: cp/class.c:4603
13351 msgid ""
13352 "size assigned to %qT may not be ABI-compliant and may change in a future "
13353 "version of GCC"
13354 msgstr ""
13355
13356 #. Versions of G++ before G++ 3.4 did not reset the
13357 #. DECL_MODE.
13358 #: cp/class.c:4642
13359 msgid ""
13360 "the offset of %qD may not be ABI-compliant and may change in a future "
13361 "version of GCC"
13362 msgstr ""
13363
13364 #: cp/class.c:4665
13365 msgid ""
13366 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13367 msgstr ""
13368
13369 #: cp/class.c:4675
13370 msgid ""
13371 "%qD contains empty classes which may cause base classes to be placed at "
13372 "different locations in a future version of GCC"
13373 msgstr ""
13374
13375 #: cp/class.c:4734
13376 msgid ""
13377 "layout of classes derived from empty class %qT may change in a future "
13378 "version of GCC"
13379 msgstr ""
13380
13381 #: cp/class.c:4875 cp/semantics.c:2100
13382 msgid "redefinition of %q#T"
13383 msgstr ""
13384
13385 #: cp/class.c:5019
13386 msgid "%q#T has virtual functions but non-virtual destructor"
13387 msgstr ""
13388
13389 #: cp/class.c:5114
13390 msgid "trying to finish struct, but kicked out due to previous parse errors"
13391 msgstr ""
13392
13393 #: cp/class.c:5532
13394 msgid "language string %<\"%E\"%> not recognized"
13395 msgstr ""
13396
13397 #: cp/class.c:5619
13398 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
13399 msgstr ""
13400
13401 #: cp/class.c:5744
13402 msgid "no matches converting function %qD to type %q#T"
13403 msgstr ""
13404
13405 #: cp/class.c:5767
13406 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13407 msgstr ""
13408
13409 #: cp/class.c:5793
13410 msgid "assuming pointer to member %qD"
13411 msgstr ""
13412
13413 #: cp/class.c:5796
13414 msgid "(a pointer to member can only be formed with %<&%E%>)"
13415 msgstr ""
13416
13417 #: cp/class.c:5841 cp/class.c:6020 cp/class.c:6027
13418 msgid "not enough type information"
13419 msgstr ""
13420
13421 #: cp/class.c:5858
13422 msgid "argument of type %qT does not match %qT"
13423 msgstr ""
13424
13425 #: cp/class.c:6004
13426 msgid "invalid operation on uninstantiated type"
13427 msgstr ""
13428
13429 #. [basic.scope.class]
13430 #.
13431 #. A name N used in a class S shall refer to the same declaration
13432 #. in its context and when re-evaluated in the completed scope of
13433 #. S.
13434 #: cp/class.c:6270 cp/decl.c:1230 cp/name-lookup.c:577 cp/pt.c:2223
13435 msgid "declaration of %q#D"
13436 msgstr ""
13437
13438 #: cp/class.c:6271
13439 msgid "changes meaning of %qD from %q+#D"
13440 msgstr ""
13441
13442 #: cp/cvt.c:90
13443 msgid "can't convert from incomplete type %qT to %qT"
13444 msgstr ""
13445
13446 #: cp/cvt.c:99
13447 msgid "conversion of %qE from %qT to %qT is ambiguous"
13448 msgstr ""
13449
13450 #: cp/cvt.c:168 cp/cvt.c:237 cp/cvt.c:284
13451 msgid "cannot convert %qE from type %qT to type %qT"
13452 msgstr ""
13453
13454 #: cp/cvt.c:197 cp/cvt.c:201
13455 msgid "pointer to member cast from %qT to %qT is via virtual base"
13456 msgstr ""
13457
13458 #: cp/cvt.c:499
13459 msgid "conversion from %qT to %qT discards qualifiers"
13460 msgstr ""
13461
13462 #: cp/cvt.c:517 cp/typeck.c:4866
13463 msgid "casting %qT to %qT does not dereference pointer"
13464 msgstr ""
13465
13466 #: cp/cvt.c:544
13467 msgid "cannot convert type %qT to type %qT"
13468 msgstr ""
13469
13470 #: cp/cvt.c:671
13471 msgid "conversion from %q#T to %q#T"
13472 msgstr ""
13473
13474 #: cp/cvt.c:683 cp/cvt.c:703
13475 msgid "%q#T used where a %qT was expected"
13476 msgstr ""
13477
13478 #: cp/cvt.c:718
13479 msgid "%q#T used where a floating point value was expected"
13480 msgstr ""
13481
13482 #: cp/cvt.c:765
13483 msgid "conversion from %qT to non-scalar type %qT requested"
13484 msgstr ""
13485
13486 #: cp/cvt.c:853
13487 msgid "object of incomplete type %qT will not be accessed in %s"
13488 msgstr ""
13489
13490 #: cp/cvt.c:856
13491 msgid "object of type %qT will not be accessed in %s"
13492 msgstr ""
13493
13494 #: cp/cvt.c:872
13495 msgid "object %qE of incomplete type %qT will not be accessed in %s"
13496 msgstr ""
13497
13498 #. [over.over] enumerates the places where we can take the address
13499 #. of an overloaded function, and this is not one of them.
13500 #: cp/cvt.c:888
13501 #, c-format
13502 msgid "%s cannot resolve address of overloaded function"
13503 msgstr ""
13504
13505 #. Only warn when there is no &.
13506 #: cp/cvt.c:894
13507 #, c-format
13508 msgid "%s is a reference, not call, to function %qE"
13509 msgstr ""
13510
13511 #: cp/cvt.c:902
13512 #, c-format
13513 msgid "%s has no effect"
13514 msgstr ""
13515
13516 #: cp/cvt.c:1013
13517 msgid "converting NULL to non-pointer type"
13518 msgstr ""
13519
13520 #: cp/cvt.c:1086
13521 msgid "ambiguous default type conversion from %qT"
13522 msgstr ""
13523
13524 #: cp/cvt.c:1088
13525 msgid "  candidate conversions include %qD and %qD"
13526 msgstr ""
13527
13528 #: cp/decl.c:367
13529 msgid "label %qD used but not defined"
13530 msgstr ""
13531
13532 #: cp/decl.c:378
13533 msgid "label %qD defined but not used"
13534 msgstr ""
13535
13536 #: cp/decl.c:1137
13537 msgid "%qD was declared %<extern%> and later %<static%>"
13538 msgstr ""
13539
13540 #: cp/decl.c:1138 cp/decl.c:1603
13541 msgid "previous declaration of %qD"
13542 msgstr ""
13543
13544 #: cp/decl.c:1186
13545 msgid "%Jfunction %qD redeclared as inline"
13546 msgstr ""
13547
13548 #: cp/decl.c:1187
13549 msgid "%Jprevious declaration of %qD with attribute noinline"
13550 msgstr ""
13551
13552 #: cp/decl.c:1194
13553 msgid "%Jfunction %qD redeclared with attribute noinline"
13554 msgstr ""
13555
13556 #: cp/decl.c:1196
13557 msgid "%Jprevious declaration of %qD was inline"
13558 msgstr ""
13559
13560 #: cp/decl.c:1217 cp/decl.c:1288
13561 msgid "shadowing %s function %q#D"
13562 msgstr ""
13563
13564 #: cp/decl.c:1226
13565 msgid "library function %q#D redeclared as non-function %q#D"
13566 msgstr ""
13567
13568 #: cp/decl.c:1231
13569 msgid "conflicts with built-in declaration %q#D"
13570 msgstr ""
13571
13572 #: cp/decl.c:1283 cp/decl.c:1392 cp/decl.c:1408
13573 msgid "new declaration %q#D"
13574 msgstr ""
13575
13576 #: cp/decl.c:1284
13577 msgid "ambiguates built-in declaration %q#D"
13578 msgstr ""
13579
13580 #: cp/decl.c:1355
13581 msgid "%q#D redeclared as different kind of symbol"
13582 msgstr ""
13583
13584 #: cp/decl.c:1358
13585 msgid "previous declaration of %q#D"
13586 msgstr ""
13587
13588 #: cp/decl.c:1377
13589 msgid "declaration of template %q#D"
13590 msgstr ""
13591
13592 #: cp/decl.c:1378 cp/name-lookup.c:578
13593 msgid "conflicts with previous declaration %q#D"
13594 msgstr ""
13595
13596 #: cp/decl.c:1393 cp/decl.c:1409
13597 msgid "ambiguates old declaration %q#D"
13598 msgstr ""
13599
13600 #: cp/decl.c:1401
13601 msgid "declaration of C function %q#D conflicts with"
13602 msgstr ""
13603
13604 #: cp/decl.c:1403
13605 msgid "previous declaration %q#D here"
13606 msgstr ""
13607
13608 #: cp/decl.c:1416
13609 msgid "conflicting declaration %q#D"
13610 msgstr ""
13611
13612 #: cp/decl.c:1417
13613 msgid "%qD has a previous declaration as %q#D"
13614 msgstr ""
13615
13616 #. [namespace.alias]
13617 #.
13618 #. A namespace-name or namespace-alias shall not be declared as
13619 #. the name of any other entity in the same declarative region.
13620 #. A namespace-name defined at global scope shall not be
13621 #. declared as the name of any other entity in any global scope
13622 #. of the program.
13623 #: cp/decl.c:1470
13624 msgid "declaration of namespace %qD conflicts with"
13625 msgstr ""
13626
13627 #: cp/decl.c:1471
13628 msgid "previous declaration of namespace %qD here"
13629 msgstr ""
13630
13631 #: cp/decl.c:1483
13632 msgid "%q#D previously defined here"
13633 msgstr ""
13634
13635 #: cp/decl.c:1484
13636 msgid "%q#D previously declared here"
13637 msgstr ""
13638
13639 #. Prototype decl follows defn w/o prototype.
13640 #: cp/decl.c:1493
13641 msgid "prototype for %q#D"
13642 msgstr ""
13643
13644 #: cp/decl.c:1494
13645 msgid "%Jfollows non-prototype definition here"
13646 msgstr ""
13647
13648 #: cp/decl.c:1506
13649 msgid "previous declaration of %q#D with %qL linkage"
13650 msgstr ""
13651
13652 #: cp/decl.c:1508
13653 msgid "conflicts with new declaration with %qL linkage"
13654 msgstr ""
13655
13656 #: cp/decl.c:1531 cp/decl.c:1538
13657 msgid "default argument given for parameter %d of %q#D"
13658 msgstr ""
13659
13660 #: cp/decl.c:1533 cp/decl.c:1540
13661 msgid "after previous specification in %q#D"
13662 msgstr ""
13663
13664 #: cp/decl.c:1549
13665 msgid "%q#D was used before it was declared inline"
13666 msgstr ""
13667
13668 #: cp/decl.c:1550
13669 msgid "%Jprevious non-inline declaration here"
13670 msgstr ""
13671
13672 #: cp/decl.c:1602
13673 msgid "redundant redeclaration of %qD in same scope"
13674 msgstr ""
13675
13676 #: cp/decl.c:1696
13677 #, c-format
13678 msgid "declaration of %qF throws different exceptions"
13679 msgstr ""
13680
13681 #: cp/decl.c:1698
13682 #, c-format
13683 msgid "than previous declaration %qF"
13684 msgstr ""
13685
13686 #. From [temp.expl.spec]:
13687 #.
13688 #. If a template, a member template or the member of a class
13689 #. template is explicitly specialized then that
13690 #. specialization shall be declared before the first use of
13691 #. that specialization that would cause an implicit
13692 #. instantiation to take place, in every translation unit in
13693 #. which such a use occurs.
13694 #: cp/decl.c:1851
13695 msgid "explicit specialization of %qD after first use"
13696 msgstr ""
13697
13698 #: cp/decl.c:1930
13699 msgid "%J%qD: visibility attribute ignored because it"
13700 msgstr ""
13701
13702 #: cp/decl.c:1932
13703 msgid "%Jconflicts with previous declaration here"
13704 msgstr ""
13705
13706 #: cp/decl.c:2160
13707 #, c-format
13708 msgid "label %qE referenced outside of any function"
13709 msgstr ""
13710
13711 #: cp/decl.c:2256 cp/decl.c:2280 cp/decl.c:2368
13712 msgid "jump to label %qD"
13713 msgstr ""
13714
13715 #: cp/decl.c:2258 cp/decl.c:2282
13716 msgid "jump to case label"
13717 msgstr ""
13718
13719 #: cp/decl.c:2261 cp/decl.c:2285
13720 msgid "%H  from here"
13721 msgstr ""
13722
13723 #: cp/decl.c:2266
13724 msgid "  crosses initialization of %q#D"
13725 msgstr ""
13726
13727 #: cp/decl.c:2269 cp/decl.c:2384
13728 msgid "  enters scope of non-POD %q#D"
13729 msgstr ""
13730
13731 #: cp/decl.c:2289 cp/decl.c:2388
13732 msgid "  enters try block"
13733 msgstr ""
13734
13735 #: cp/decl.c:2291 cp/decl.c:2390
13736 msgid "  enters catch block"
13737 msgstr ""
13738
13739 #: cp/decl.c:2369
13740 msgid "  from here"
13741 msgstr ""
13742
13743 #. Can't skip init of __exception_info.
13744 #: cp/decl.c:2380
13745 msgid "%J  enters catch block"
13746 msgstr ""
13747
13748 #: cp/decl.c:2382
13749 msgid "  skips initialization of %q#D"
13750 msgstr ""
13751
13752 #: cp/decl.c:2416
13753 msgid "label named wchar_t"
13754 msgstr ""
13755
13756 #: cp/decl.c:2419
13757 msgid "duplicate label %qD"
13758 msgstr ""
13759
13760 #: cp/decl.c:2650 cp/parser.c:3437
13761 msgid "%qD used without template parameters"
13762 msgstr ""
13763
13764 #: cp/decl.c:2660 cp/decl.c:2675 cp/decl.c:2766
13765 msgid "no class template named %q#T in %q#T"
13766 msgstr ""
13767
13768 #: cp/decl.c:2696 cp/decl.c:2706 cp/decl.c:2726
13769 msgid "no type named %q#T in %q#T"
13770 msgstr ""
13771
13772 #: cp/decl.c:2775
13773 msgid "template parameters do not match template"
13774 msgstr ""
13775
13776 #: cp/decl.c:2776 cp/friend.c:317 cp/friend.c:325
13777 msgid "%qD declared here"
13778 msgstr ""
13779
13780 #: cp/decl.c:3448
13781 msgid "%Jan anonymous union cannot have function members"
13782 msgstr ""
13783
13784 #: cp/decl.c:3466
13785 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13786 msgstr ""
13787
13788 #: cp/decl.c:3470
13789 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13790 msgstr ""
13791
13792 #: cp/decl.c:3474
13793 msgid ""
13794 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13795 msgstr ""
13796
13797 #: cp/decl.c:3500
13798 msgid "multiple types in one declaration"
13799 msgstr ""
13800
13801 #: cp/decl.c:3504
13802 msgid "redeclaration of C++ built-in type %qT"
13803 msgstr ""
13804
13805 #: cp/decl.c:3540
13806 msgid "missing type-name in typedef-declaration"
13807 msgstr ""
13808
13809 #: cp/decl.c:3548
13810 msgid "ISO C++ prohibits anonymous structs"
13811 msgstr ""
13812
13813 #: cp/decl.c:3555
13814 #, c-format
13815 msgid "%qs can only be specified for functions"
13816 msgstr ""
13817
13818 #: cp/decl.c:3561
13819 msgid "%<friend%> can only be specified inside a class"
13820 msgstr ""
13821
13822 #: cp/decl.c:3563
13823 msgid "%<explicit%> can only be specified for constructors"
13824 msgstr ""
13825
13826 #: cp/decl.c:3565
13827 msgid "a storage class can only be specified for objects and functions"
13828 msgstr ""
13829
13830 #: cp/decl.c:3571
13831 msgid "qualifiers can only be specified for objects and functions"
13832 msgstr ""
13833
13834 #: cp/decl.c:3601
13835 msgid "attribute ignored in declaration of %q#T"
13836 msgstr ""
13837
13838 #: cp/decl.c:3602
13839 msgid "attribute for %q#T must follow the %qs keyword"
13840 msgstr ""
13841
13842 #: cp/decl.c:3723
13843 msgid "function %q#D is initialized like a variable"
13844 msgstr ""
13845
13846 #: cp/decl.c:3735
13847 msgid "declaration of %q#D has %<extern%> and is initialized"
13848 msgstr ""
13849
13850 #: cp/decl.c:3766
13851 msgid "%q#D is not a static member of %q#T"
13852 msgstr ""
13853
13854 #: cp/decl.c:3772
13855 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
13856 msgstr ""
13857
13858 #: cp/decl.c:3784
13859 msgid "duplicate initialization of %qD"
13860 msgstr ""
13861
13862 #: cp/decl.c:3817
13863 msgid "declaration of %q#D outside of class is not definition"
13864 msgstr ""
13865
13866 #: cp/decl.c:3866
13867 msgid "variable %q#D has initializer but incomplete type"
13868 msgstr ""
13869
13870 #: cp/decl.c:3873 cp/decl.c:4497
13871 msgid "elements of array %q#D have incomplete type"
13872 msgstr ""
13873
13874 #: cp/decl.c:3889
13875 msgid "aggregate %q#D has incomplete type and cannot be defined"
13876 msgstr ""
13877
13878 #: cp/decl.c:3939
13879 msgid "%qD declared as reference but not initialized"
13880 msgstr ""
13881
13882 #: cp/decl.c:3945
13883 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
13884 msgstr ""
13885
13886 #: cp/decl.c:3974
13887 msgid "cannot initialize %qT from %qT"
13888 msgstr ""
13889
13890 #: cp/decl.c:4006
13891 msgid "initializer fails to determine size of %qD"
13892 msgstr ""
13893
13894 #: cp/decl.c:4011
13895 msgid "array size missing in %qD"
13896 msgstr ""
13897
13898 #: cp/decl.c:4023
13899 msgid "zero-size array %qD"
13900 msgstr ""
13901
13902 #. An automatic variable with an incomplete type: that is an error.
13903 #. Don't talk about array types here, since we took care of that
13904 #. message in grokdeclarator.
13905 #: cp/decl.c:4060
13906 msgid "storage size of %qD isn't known"
13907 msgstr ""
13908
13909 #: cp/decl.c:4082
13910 msgid "storage size of %qD isn't constant"
13911 msgstr ""
13912
13913 #: cp/decl.c:4137
13914 msgid ""
13915 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
13916 "up with multiple copies)"
13917 msgstr ""
13918
13919 #: cp/decl.c:4140
13920 msgid "%J  you can work around this by removing the initializer"
13921 msgstr ""
13922
13923 #: cp/decl.c:4167
13924 msgid "uninitialized const %qD"
13925 msgstr ""
13926
13927 #: cp/decl.c:4227
13928 msgid "name %qD used in a GNU-style designated initializer for an array"
13929 msgstr ""
13930
13931 #: cp/decl.c:4237
13932 #, c-format
13933 msgid "Designated initializer %qE larger than array size"
13934 msgstr ""
13935
13936 #: cp/decl.c:4308
13937 msgid "brace-enclosed initializer used to initialize %qT"
13938 msgstr ""
13939
13940 #: cp/decl.c:4371
13941 msgid "initializer for %qT must be brace-enclosed"
13942 msgstr ""
13943
13944 #: cp/decl.c:4387
13945 msgid "ISO C++ does not allow designated initializers"
13946 msgstr ""
13947
13948 #: cp/decl.c:4391
13949 msgid "%qT has no non-static data member named %qD"
13950 msgstr ""
13951
13952 #: cp/decl.c:4453
13953 msgid "too many initializers for %qT"
13954 msgstr ""
13955
13956 #: cp/decl.c:4491
13957 msgid "variable-sized object %qD may not be initialized"
13958 msgstr ""
13959
13960 #: cp/decl.c:4502
13961 msgid "%qD has incomplete type"
13962 msgstr ""
13963
13964 #: cp/decl.c:4556
13965 msgid "%qD must be initialized by constructor, not by %<{...}%>"
13966 msgstr ""
13967
13968 #: cp/decl.c:4601
13969 msgid "structure %qD with uninitialized const members"
13970 msgstr ""
13971
13972 #: cp/decl.c:4603
13973 msgid "structure %qD with uninitialized reference members"
13974 msgstr ""
13975
13976 #: cp/decl.c:4798
13977 msgid "assignment (not initialization) in declaration"
13978 msgstr ""
13979
13980 #: cp/decl.c:4815
13981 msgid "cannot initialize %qD to namespace %qD"
13982 msgstr ""
13983
13984 #: cp/decl.c:4858
13985 msgid "shadowing previous type declaration of %q#D"
13986 msgstr ""
13987
13988 #: cp/decl.c:4895
13989 msgid "%qD cannot be thread-local because it has non-POD type %qT"
13990 msgstr ""
13991
13992 #: cp/decl.c:4910
13993 msgid "%qD is thread-local and so cannot be dynamically initialized"
13994 msgstr ""
13995
13996 #: cp/decl.c:5518
13997 msgid "destructor for alien class %qT cannot be a member"
13998 msgstr ""
13999
14000 #: cp/decl.c:5520
14001 msgid "constructor for alien class %qT cannot be a member"
14002 msgstr ""
14003
14004 #: cp/decl.c:5541
14005 msgid "%qD declared as a %<virtual%> %s"
14006 msgstr ""
14007
14008 #: cp/decl.c:5543
14009 msgid "%qD declared as an %<inline%> %s"
14010 msgstr ""
14011
14012 #: cp/decl.c:5545
14013 msgid ""
14014 "%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
14015 "declaration"
14016 msgstr ""
14017
14018 #: cp/decl.c:5549
14019 msgid "%qD declared as a friend"
14020 msgstr ""
14021
14022 #: cp/decl.c:5555
14023 msgid "%qD declared with an exception specification"
14024 msgstr ""
14025
14026 #: cp/decl.c:5638
14027 msgid "cannot declare %<::main%> to be a template"
14028 msgstr ""
14029
14030 #: cp/decl.c:5640
14031 msgid "cannot declare %<::main%> to be inline"
14032 msgstr ""
14033
14034 #: cp/decl.c:5642
14035 msgid "cannot declare %<::main%> to be static"
14036 msgstr ""
14037
14038 #: cp/decl.c:5646
14039 msgid "%<::main%> must return %<int%>"
14040 msgstr ""
14041
14042 #: cp/decl.c:5676
14043 msgid "non-local function %q#D uses anonymous type"
14044 msgstr ""
14045
14046 #: cp/decl.c:5679 cp/decl.c:6021
14047 msgid ""
14048 "%q#D does not refer to the unqualified type, so it is not used for linkage"
14049 msgstr ""
14050
14051 #: cp/decl.c:5685
14052 msgid "non-local function %q#D uses local type %qT"
14053 msgstr ""
14054
14055 #: cp/decl.c:5708
14056 msgid "%smember function %qD cannot have cv-qualifier"
14057 msgstr ""
14058
14059 #: cp/decl.c:5732
14060 msgid "defining explicit specialization %qD in friend declaration"
14061 msgstr ""
14062
14063 #. Something like `template <class T> friend void f<T>()'.
14064 #: cp/decl.c:5742
14065 msgid "invalid use of template-id %qD in declaration of primary template"
14066 msgstr ""
14067
14068 #: cp/decl.c:5770
14069 msgid ""
14070 "default arguments are not allowed in declaration of friend template "
14071 "specialization %qD"
14072 msgstr ""
14073
14074 #: cp/decl.c:5778
14075 msgid ""
14076 "%<inline%> is not allowed in declaration of friend template specialization %"
14077 "qD"
14078 msgstr ""
14079
14080 #: cp/decl.c:5845
14081 msgid "definition of implicitly-declared %qD"
14082 msgstr ""
14083
14084 #: cp/decl.c:5865 cp/decl2.c:715
14085 msgid "no %q#D member function declared in class %qT"
14086 msgstr ""
14087
14088 #. It's a typedef referring to an anonymous type.
14089 #: cp/decl.c:6018
14090 msgid "non-local variable %q#D uses anonymous type"
14091 msgstr ""
14092
14093 #: cp/decl.c:6027
14094 msgid "non-local variable %q#D uses local type %qT"
14095 msgstr ""
14096
14097 #: cp/decl.c:6142
14098 msgid ""
14099 "invalid in-class initialization of static data member of non-integral type %"
14100 "qT"
14101 msgstr ""
14102
14103 #: cp/decl.c:6152
14104 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
14105 msgstr ""
14106
14107 #: cp/decl.c:6156
14108 msgid ""
14109 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
14110 "qT"
14111 msgstr ""
14112
14113 #: cp/decl.c:6176
14114 msgid "size of array %qD has non-integral type %qT"
14115 msgstr ""
14116
14117 #: cp/decl.c:6178
14118 msgid "size of array has non-integral type %qT"
14119 msgstr ""
14120
14121 #: cp/decl.c:6214
14122 msgid "size of array %qD is negative"
14123 msgstr ""
14124
14125 #: cp/decl.c:6216
14126 msgid "size of array is negative"
14127 msgstr ""
14128
14129 #: cp/decl.c:6224
14130 msgid "ISO C++ forbids zero-size array %qD"
14131 msgstr ""
14132
14133 #: cp/decl.c:6226
14134 msgid "ISO C++ forbids zero-size array"
14135 msgstr ""
14136
14137 #: cp/decl.c:6233
14138 msgid "size of array %qD is not an integral constant-expression"
14139 msgstr ""
14140
14141 #: cp/decl.c:6236
14142 msgid "size of array is not an integral constant-expression"
14143 msgstr ""
14144
14145 #: cp/decl.c:6241
14146 msgid "ISO C++ forbids variable-size array %qD"
14147 msgstr ""
14148
14149 #: cp/decl.c:6243
14150 msgid "ISO C++ forbids variable-size array"
14151 msgstr ""
14152
14153 #: cp/decl.c:6273
14154 msgid "overflow in array dimension"
14155 msgstr ""
14156
14157 #: cp/decl.c:6348
14158 msgid "declaration of %qD as %s"
14159 msgstr ""
14160
14161 #: cp/decl.c:6350
14162 #, c-format
14163 msgid "creating %s"
14164 msgstr ""
14165
14166 #: cp/decl.c:6362
14167 msgid ""
14168 "declaration of %qD as multidimensional array must have bounds for all "
14169 "dimensions except the first"
14170 msgstr ""
14171
14172 #: cp/decl.c:6366
14173 msgid ""
14174 "multidimensional array must have bounds for all dimensions except the first"
14175 msgstr ""
14176
14177 #: cp/decl.c:6401
14178 msgid "return type specification for constructor invalid"
14179 msgstr ""
14180
14181 #: cp/decl.c:6411
14182 msgid "return type specification for destructor invalid"
14183 msgstr ""
14184
14185 #: cp/decl.c:6424
14186 msgid "operator %qT declared to return %qT"
14187 msgstr ""
14188
14189 #: cp/decl.c:6426
14190 msgid "return type specified for %<operator %T%>"
14191 msgstr ""
14192
14193 #: cp/decl.c:6448
14194 msgid "unnamed variable or field declared void"
14195 msgstr ""
14196
14197 #: cp/decl.c:6452
14198 #, c-format
14199 msgid "variable or field %qE declared void"
14200 msgstr ""
14201
14202 #: cp/decl.c:6455
14203 msgid "variable or field declared void"
14204 msgstr ""
14205
14206 #: cp/decl.c:6621
14207 msgid "type %qT is not derived from type %qT"
14208 msgstr ""
14209
14210 #: cp/decl.c:6666
14211 msgid "declarator-id missing; using reserved word %qD"
14212 msgstr ""
14213
14214 #: cp/decl.c:6722 cp/decl.c:7817
14215 msgid "declaration of %qD as non-function"
14216 msgstr ""
14217
14218 #: cp/decl.c:6755
14219 #, c-format
14220 msgid "two or more data types in declaration of %qs"
14221 msgstr ""
14222
14223 #: cp/decl.c:6798
14224 msgid "ISO C++ does not support %<long long%>"
14225 msgstr ""
14226
14227 #: cp/decl.c:6858 cp/decl.c:6860
14228 #, c-format
14229 msgid "ISO C++ forbids declaration of %qs with no type"
14230 msgstr ""
14231
14232 #: cp/decl.c:6885
14233 #, c-format
14234 msgid "short, signed or unsigned invalid for %qs"
14235 msgstr ""
14236
14237 #: cp/decl.c:6887
14238 #, c-format
14239 msgid "long, short, signed or unsigned invalid for %qs"
14240 msgstr ""
14241
14242 #: cp/decl.c:6889
14243 #, c-format
14244 msgid "long and short specified together for %qs"
14245 msgstr ""
14246
14247 #: cp/decl.c:6891
14248 #, c-format
14249 msgid "long or short specified with char for %qs"
14250 msgstr ""
14251
14252 #: cp/decl.c:6893
14253 #, c-format
14254 msgid "long or short specified with floating type for %qs"
14255 msgstr ""
14256
14257 #: cp/decl.c:6895
14258 #, c-format
14259 msgid "signed and unsigned given together for %qs"
14260 msgstr ""
14261
14262 #: cp/decl.c:6901
14263 #, c-format
14264 msgid "long, short, signed or unsigned used invalidly for %qs"
14265 msgstr ""
14266
14267 #: cp/decl.c:6966
14268 #, c-format
14269 msgid "complex invalid for %qs"
14270 msgstr ""
14271
14272 #: cp/decl.c:6995
14273 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14274 msgstr ""
14275
14276 #: cp/decl.c:7016
14277 msgid "member %qD cannot be declared both virtual and static"
14278 msgstr ""
14279
14280 #: cp/decl.c:7023
14281 msgid "%<%T::%D%> is not a valid declarator"
14282 msgstr ""
14283
14284 #: cp/decl.c:7031
14285 msgid "typedef declaration invalid in parameter declaration"
14286 msgstr ""
14287
14288 #: cp/decl.c:7035
14289 msgid "storage class specifiers invalid in parameter declarations"
14290 msgstr ""
14291
14292 #: cp/decl.c:7042
14293 msgid "virtual outside class declaration"
14294 msgstr ""
14295
14296 #: cp/decl.c:7055 cp/decl.c:7062
14297 #, c-format
14298 msgid "multiple storage classes in declaration of %qs"
14299 msgstr ""
14300
14301 #: cp/decl.c:7105
14302 #, c-format
14303 msgid "storage class specified for %s %qs"
14304 msgstr ""
14305
14306 #: cp/decl.c:7142
14307 msgid "top-level declaration of %qs specifies %<auto%>"
14308 msgstr ""
14309
14310 #: cp/decl.c:7154
14311 msgid "storage class specifiers invalid in friend function declarations"
14312 msgstr ""
14313
14314 #: cp/decl.c:7281
14315 msgid "destructor cannot be static member function"
14316 msgstr ""
14317
14318 #: cp/decl.c:7284
14319 msgid "destructors may not be cv-qualified"
14320 msgstr ""
14321
14322 #: cp/decl.c:7304
14323 msgid "constructor cannot be static member function"
14324 msgstr ""
14325
14326 #: cp/decl.c:7307
14327 msgid "constructors cannot be declared virtual"
14328 msgstr ""
14329
14330 #: cp/decl.c:7312
14331 msgid "constructors may not be cv-qualified"
14332 msgstr ""
14333
14334 #: cp/decl.c:7332
14335 #, c-format
14336 msgid "can't initialize friend function %qs"
14337 msgstr ""
14338
14339 #. Cannot be both friend and virtual.
14340 #: cp/decl.c:7336
14341 msgid "virtual functions cannot be friends"
14342 msgstr ""
14343
14344 #: cp/decl.c:7340
14345 msgid "friend declaration not in class definition"
14346 msgstr ""
14347
14348 #: cp/decl.c:7342
14349 #, c-format
14350 msgid "can't define friend function %qs in a local class definition"
14351 msgstr ""
14352
14353 #: cp/decl.c:7355
14354 msgid "destructors may not have parameters"
14355 msgstr ""
14356
14357 #: cp/decl.c:7373 cp/decl.c:7380
14358 msgid "cannot declare reference to %q#T"
14359 msgstr ""
14360
14361 #: cp/decl.c:7374
14362 msgid "cannot declare pointer to %q#T"
14363 msgstr ""
14364
14365 #: cp/decl.c:7382
14366 msgid "cannot declare pointer to %q#T member"
14367 msgstr ""
14368
14369 #: cp/decl.c:7438
14370 msgid "template-id %qD used as a declarator"
14371 msgstr ""
14372
14373 #: cp/decl.c:7489
14374 msgid "extra qualification %<%T::%> on member %qs ignored"
14375 msgstr ""
14376
14377 #: cp/decl.c:7508
14378 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14379 msgstr ""
14380
14381 #: cp/decl.c:7523
14382 msgid "cannot declare member %<%T::%s%> within %qT"
14383 msgstr ""
14384
14385 #: cp/decl.c:7562
14386 msgid "data member may not have variably modified type %qT"
14387 msgstr ""
14388
14389 #: cp/decl.c:7564
14390 msgid "parameter may not have variably modified type %qT"
14391 msgstr ""
14392
14393 #. [dcl.fct.spec] The explicit specifier shall only be used in
14394 #. declarations of constructors within a class definition.
14395 #: cp/decl.c:7572
14396 msgid "only declarations of constructors can be %<explicit%>"
14397 msgstr ""
14398
14399 #: cp/decl.c:7580
14400 msgid "non-member %qs cannot be declared %<mutable%>"
14401 msgstr ""
14402
14403 #: cp/decl.c:7585
14404 msgid "non-object member %qs cannot be declared %<mutable%>"
14405 msgstr ""
14406
14407 #: cp/decl.c:7591
14408 msgid "function %qs cannot be declared %<mutable%>"
14409 msgstr ""
14410
14411 #: cp/decl.c:7596
14412 msgid "static %qs cannot be declared %<mutable%>"
14413 msgstr ""
14414
14415 #: cp/decl.c:7601
14416 msgid "const %qs cannot be declared %<mutable%>"
14417 msgstr ""
14418
14419 #: cp/decl.c:7619
14420 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14421 msgstr ""
14422
14423 #: cp/decl.c:7628
14424 msgid "%Jtypedef name may not be a nested-name-specifier"
14425 msgstr ""
14426
14427 #: cp/decl.c:7682
14428 msgid "%Jinvalid type qualifier for non-member function type"
14429 msgstr ""
14430
14431 #: cp/decl.c:7745
14432 msgid "type qualifiers specified for friend class declaration"
14433 msgstr ""
14434
14435 #: cp/decl.c:7750
14436 msgid "%<inline%> specified for friend class declaration"
14437 msgstr ""
14438
14439 #: cp/decl.c:7758
14440 msgid "template parameters cannot be friends"
14441 msgstr ""
14442
14443 #: cp/decl.c:7760
14444 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14445 msgstr ""
14446
14447 #: cp/decl.c:7764
14448 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14449 msgstr ""
14450
14451 #: cp/decl.c:7777
14452 msgid "trying to make class %qT a friend of global scope"
14453 msgstr ""
14454
14455 #: cp/decl.c:7788
14456 msgid "invalid qualifiers on non-member function type"
14457 msgstr ""
14458
14459 #: cp/decl.c:7807
14460 msgid "abstract declarator %qT used as declaration"
14461 msgstr ""
14462
14463 #: cp/decl.c:7832
14464 msgid "cannot use %<::%> in parameter declaration"
14465 msgstr ""
14466
14467 #. Something like struct S { int N::j; };
14468 #: cp/decl.c:7877
14469 msgid "invalid use of %<::%>"
14470 msgstr ""
14471
14472 #: cp/decl.c:7889
14473 msgid "function %qD cannot be declared friend"
14474 msgstr ""
14475
14476 #: cp/decl.c:7901
14477 msgid "can't make %qD into a method -- not in a class"
14478 msgstr ""
14479
14480 #: cp/decl.c:7910
14481 msgid "function %qD declared virtual inside a union"
14482 msgstr ""
14483
14484 #: cp/decl.c:7919
14485 msgid "%qD cannot be declared virtual, since it is always static"
14486 msgstr ""
14487
14488 #: cp/decl.c:7999
14489 msgid "field %qD has incomplete type"
14490 msgstr ""
14491
14492 #: cp/decl.c:8001
14493 msgid "name %qT has incomplete type"
14494 msgstr ""
14495
14496 #: cp/decl.c:8010
14497 msgid "  in instantiation of template %qT"
14498 msgstr ""
14499
14500 #: cp/decl.c:8020
14501 #, c-format
14502 msgid "%qE is neither function nor member function; cannot be declared friend"
14503 msgstr ""
14504
14505 #: cp/decl.c:8031
14506 msgid "member functions are implicitly friends of their class"
14507 msgstr ""
14508
14509 #. An attempt is being made to initialize a non-static
14510 #. member.  But, from [class.mem]:
14511 #.
14512 #. 4 A member-declarator can contain a
14513 #. constant-initializer only if it declares a static
14514 #. member (_class.static_) of integral or enumeration
14515 #. type, see _class.static.data_.
14516 #.
14517 #. This used to be relatively common practice, but
14518 #. the rest of the compiler does not correctly
14519 #. handle the initialization unless the member is
14520 #. static so we make it static below.
14521 #: cp/decl.c:8071
14522 msgid "ISO C++ forbids initialization of member %qD"
14523 msgstr ""
14524
14525 #: cp/decl.c:8073
14526 msgid "making %qD static"
14527 msgstr ""
14528
14529 #: cp/decl.c:8131
14530 msgid "storage class %<auto%> invalid for function %qs"
14531 msgstr ""
14532
14533 #: cp/decl.c:8133
14534 msgid "storage class %<register%> invalid for function %qs"
14535 msgstr ""
14536
14537 #: cp/decl.c:8135
14538 msgid "storage class %<__thread%> invalid for function %qs"
14539 msgstr ""
14540
14541 #: cp/decl.c:8146
14542 msgid ""
14543 "%<static%> specified invalid for function %qs declared out of global scope"
14544 msgstr ""
14545
14546 #: cp/decl.c:8149
14547 msgid ""
14548 "%<inline%> specifier invalid for function %qs declared out of global scope"
14549 msgstr ""
14550
14551 #: cp/decl.c:8157
14552 #, c-format
14553 msgid "virtual non-class function %qs"
14554 msgstr ""
14555
14556 #: cp/decl.c:8188
14557 msgid "cannot declare member function %qD to have static linkage"
14558 msgstr ""
14559
14560 #. FIXME need arm citation
14561 #: cp/decl.c:8195
14562 msgid "cannot declare static function inside another function"
14563 msgstr ""
14564
14565 #: cp/decl.c:8224
14566 msgid ""
14567 "%<static%> may not be used when defining (as opposed to declaring) a static "
14568 "data member"
14569 msgstr ""
14570
14571 #: cp/decl.c:8231
14572 msgid "static member %qD declared %<register%>"
14573 msgstr ""
14574
14575 #: cp/decl.c:8236
14576 msgid "cannot explicitly declare member %q#D to have extern linkage"
14577 msgstr ""
14578
14579 #: cp/decl.c:8377
14580 msgid "default argument for %q#D has type %qT"
14581 msgstr ""
14582
14583 #: cp/decl.c:8380
14584 msgid "default argument for parameter of type %qT has type %qT"
14585 msgstr ""
14586
14587 #: cp/decl.c:8397
14588 msgid "default argument %qE uses local variable %qD"
14589 msgstr ""
14590
14591 #: cp/decl.c:8465
14592 msgid "parameter %qD invalidly declared method type"
14593 msgstr ""
14594
14595 #: cp/decl.c:8489
14596 msgid "parameter %qD includes %s to array of unknown bound %qT"
14597 msgstr ""
14598
14599 #. [class.copy]
14600 #.
14601 #. A declaration of a constructor for a class X is ill-formed if
14602 #. its first parameter is of type (optionally cv-qualified) X
14603 #. and either there are no other parameters or else all other
14604 #. parameters have default arguments.
14605 #.
14606 #. We *don't* complain about member template instantiations that
14607 #. have this form, though; they can occur as we try to decide
14608 #. what constructor to use during overload resolution.  Since
14609 #. overload resolution will never prefer such a constructor to
14610 #. the non-template copy constructor (which is either explicitly
14611 #. or implicitly defined), there's no need to worry about their
14612 #. existence.  Theoretically, they should never even be
14613 #. instantiated, but that's hard to forestall.
14614 #: cp/decl.c:8648
14615 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14616 msgstr ""
14617
14618 #: cp/decl.c:8772
14619 msgid "%qD may not be declared within a namespace"
14620 msgstr ""
14621
14622 #: cp/decl.c:8774
14623 msgid "%qD may not be declared as static"
14624 msgstr ""
14625
14626 #: cp/decl.c:8794
14627 msgid "%qD must be a nonstatic member function"
14628 msgstr ""
14629
14630 #: cp/decl.c:8800
14631 msgid ""
14632 "%qD must be either a non-static member function or a non-member function"
14633 msgstr ""
14634
14635 #: cp/decl.c:8818
14636 msgid "%qD must have an argument of class or enumerated type"
14637 msgstr ""
14638
14639 #: cp/decl.c:8853
14640 #, c-format
14641 msgid "conversion to %s%s will never use a type conversion operator"
14642 msgstr ""
14643
14644 #. 13.4.0.3
14645 #: cp/decl.c:8861
14646 msgid "ISO C++ prohibits overloading operator ?:"
14647 msgstr ""
14648
14649 #: cp/decl.c:8911
14650 msgid "postfix %qD must take %<int%> as its argument"
14651 msgstr ""
14652
14653 #: cp/decl.c:8915
14654 msgid "postfix %qD must take %<int%> as its second argument"
14655 msgstr ""
14656
14657 #: cp/decl.c:8922
14658 msgid "%qD must take either zero or one argument"
14659 msgstr ""
14660
14661 #: cp/decl.c:8924
14662 msgid "%qD must take either one or two arguments"
14663 msgstr ""
14664
14665 #: cp/decl.c:8945
14666 msgid "prefix %qD should return %qT"
14667 msgstr ""
14668
14669 #: cp/decl.c:8951
14670 msgid "postfix %qD should return %qT"
14671 msgstr ""
14672
14673 #: cp/decl.c:8960
14674 msgid "%qD must take %<void%>"
14675 msgstr ""
14676
14677 #: cp/decl.c:8962 cp/decl.c:8970
14678 msgid "%qD must take exactly one argument"
14679 msgstr ""
14680
14681 #: cp/decl.c:8972
14682 msgid "%qD must take exactly two arguments"
14683 msgstr ""
14684
14685 #: cp/decl.c:8980
14686 msgid "user-defined %qD always evaluates both arguments"
14687 msgstr ""
14688
14689 #: cp/decl.c:8994
14690 msgid "%qD should return by value"
14691 msgstr ""
14692
14693 #: cp/decl.c:9006 cp/decl.c:9009
14694 msgid "%qD cannot have default arguments"
14695 msgstr ""
14696
14697 #: cp/decl.c:9069
14698 msgid "using typedef-name %qD after %qs"
14699 msgstr ""
14700
14701 #: cp/decl.c:9075
14702 msgid "using template type parameter %qT after %qs"
14703 msgstr ""
14704
14705 #: cp/decl.c:9083
14706 msgid "%qT referred to as %qs"
14707 msgstr ""
14708
14709 #: cp/decl.c:9089
14710 msgid "%qT referred to as enum"
14711 msgstr ""
14712
14713 #. If a class template appears as elaborated type specifier
14714 #. without a template header such as:
14715 #.
14716 #. template <class T> class C {};
14717 #. void f(class C);             // No template header here
14718 #.
14719 #. then the required template argument is missing.
14720 #: cp/decl.c:9104
14721 msgid "template argument required for %<%s %T%>"
14722 msgstr ""
14723
14724 #: cp/decl.c:9249
14725 msgid "use of enum %q#D without previous declaration"
14726 msgstr ""
14727
14728 #: cp/decl.c:9267
14729 msgid "redeclaration of %qT as a non-template"
14730 msgstr ""
14731
14732 #: cp/decl.c:9360
14733 msgid "derived union %qT invalid"
14734 msgstr ""
14735
14736 #: cp/decl.c:9366
14737 msgid "Java class %qT cannot have multiple bases"
14738 msgstr ""
14739
14740 #: cp/decl.c:9374
14741 msgid "Java class %qT cannot have virtual bases"
14742 msgstr ""
14743
14744 #: cp/decl.c:9393
14745 msgid "base type %qT fails to be a struct or class type"
14746 msgstr ""
14747
14748 #: cp/decl.c:9426
14749 msgid "recursive type %qT undefined"
14750 msgstr ""
14751
14752 #: cp/decl.c:9428
14753 msgid "duplicate base type %qT invalid"
14754 msgstr ""
14755
14756 #: cp/decl.c:9496
14757 msgid "multiple definition of %q#T"
14758 msgstr ""
14759
14760 #: cp/decl.c:9497
14761 msgid "%Jprevious definition here"
14762 msgstr ""
14763
14764 #. DR 377
14765 #.
14766 #. IF no integral type can represent all the enumerator values, the
14767 #. enumeration is ill-formed.
14768 #: cp/decl.c:9629
14769 msgid "no integral type can represent all of the enumerator values for %qT"
14770 msgstr ""
14771
14772 #: cp/decl.c:9730
14773 msgid "enumerator value for %qD not integer constant"
14774 msgstr ""
14775
14776 #: cp/decl.c:9757
14777 msgid "overflow in enumeration values at %qD"
14778 msgstr ""
14779
14780 #: cp/decl.c:9826
14781 msgid "return type %q#T is incomplete"
14782 msgstr ""
14783
14784 #: cp/decl.c:9941 cp/typeck.c:6252
14785 msgid "%<operator=%> should return a reference to %<*this%>"
14786 msgstr ""
14787
14788 #: cp/decl.c:10265
14789 msgid "parameter %qD declared void"
14790 msgstr ""
14791
14792 #: cp/decl.c:10747
14793 msgid "invalid member function declaration"
14794 msgstr ""
14795
14796 #: cp/decl.c:10762
14797 msgid "%qD is already defined in class %qT"
14798 msgstr ""
14799
14800 #: cp/decl.c:10973
14801 msgid "static member function %q#D declared with type qualifiers"
14802 msgstr ""
14803
14804 #: cp/decl2.c:280
14805 msgid "name missing for member function"
14806 msgstr ""
14807
14808 #: cp/decl2.c:373 cp/decl2.c:387
14809 msgid "ambiguous conversion for array subscript"
14810 msgstr ""
14811
14812 #: cp/decl2.c:381
14813 msgid "invalid types %<%T[%T]%> for array subscript"
14814 msgstr ""
14815
14816 #: cp/decl2.c:426
14817 msgid "deleting array %q#D"
14818 msgstr ""
14819
14820 #: cp/decl2.c:432
14821 msgid "type %q#T argument given to %<delete%>, expected pointer"
14822 msgstr ""
14823
14824 #: cp/decl2.c:444
14825 msgid ""
14826 "cannot delete a function.  Only pointer-to-objects are valid arguments to %"
14827 "<delete%>"
14828 msgstr ""
14829
14830 #: cp/decl2.c:452
14831 msgid "deleting %qT is undefined"
14832 msgstr ""
14833
14834 #. 14.5.2.2 [temp.mem]
14835 #.
14836 #. A local class shall not have member templates.
14837 #: cp/decl2.c:488
14838 msgid "invalid declaration of member template %q#D in local class"
14839 msgstr ""
14840
14841 #: cp/decl2.c:497
14842 msgid "invalid use of %<virtual%> in template declaration of %q#D"
14843 msgstr ""
14844
14845 #: cp/decl2.c:507 cp/pt.c:2990
14846 msgid "template declaration of %q#D"
14847 msgstr ""
14848
14849 #: cp/decl2.c:556
14850 msgid "Java method %qD has non-Java return type %qT"
14851 msgstr ""
14852
14853 #: cp/decl2.c:572
14854 msgid "Java method %qD has non-Java parameter type %qT"
14855 msgstr ""
14856
14857 #: cp/decl2.c:677
14858 msgid "prototype for %q#D does not match any in class %qT"
14859 msgstr ""
14860
14861 #: cp/decl2.c:778
14862 msgid "local class %q#T shall not have static data member %q#D"
14863 msgstr ""
14864
14865 #: cp/decl2.c:786
14866 msgid "initializer invalid for static member with constructor"
14867 msgstr ""
14868
14869 #: cp/decl2.c:789
14870 msgid "(an out of class initialization is required)"
14871 msgstr ""
14872
14873 #: cp/decl2.c:870
14874 msgid "member %qD conflicts with virtual function table field name"
14875 msgstr ""
14876
14877 #: cp/decl2.c:890
14878 msgid "%qD is already defined in %qT"
14879 msgstr ""
14880
14881 #: cp/decl2.c:936
14882 msgid "field initializer is not constant"
14883 msgstr ""
14884
14885 #: cp/decl2.c:964
14886 msgid "%<asm%> specifiers are not permitted on non-static data members"
14887 msgstr ""
14888
14889 #: cp/decl2.c:1010
14890 msgid "cannot declare %qD to be a bit-field type"
14891 msgstr ""
14892
14893 #: cp/decl2.c:1020
14894 msgid "cannot declare bit-field %qD with function type"
14895 msgstr ""
14896
14897 #: cp/decl2.c:1027
14898 msgid "%qD is already defined in the class %qT"
14899 msgstr ""
14900
14901 #: cp/decl2.c:1034
14902 msgid "static member %qD cannot be a bit-field"
14903 msgstr ""
14904
14905 #: cp/decl2.c:1093
14906 msgid "initializer specified for non-member function %qD"
14907 msgstr ""
14908
14909 #: cp/decl2.c:1097
14910 msgid "invalid initializer for virtual method %qD"
14911 msgstr ""
14912
14913 #: cp/decl2.c:1129
14914 msgid "anonymous struct not inside named type"
14915 msgstr ""
14916
14917 #: cp/decl2.c:1206
14918 msgid "namespace-scope anonymous aggregates must be static"
14919 msgstr ""
14920
14921 #: cp/decl2.c:1213
14922 msgid "anonymous union with no members"
14923 msgstr ""
14924
14925 #: cp/decl2.c:1249
14926 msgid "%<operator new%> must return type %qT"
14927 msgstr ""
14928
14929 #: cp/decl2.c:1258
14930 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
14931 msgstr ""
14932
14933 #: cp/decl2.c:1287
14934 msgid "%<operator delete%> must return type %qT"
14935 msgstr ""
14936
14937 #: cp/decl2.c:1296
14938 msgid "%<operator delete%> takes type %qT as first parameter"
14939 msgstr ""
14940
14941 #: cp/decl2.c:3033
14942 msgid "inline function %qD used but never defined"
14943 msgstr ""
14944
14945 #: cp/decl2.c:3178
14946 msgid "default argument missing for parameter %P of %q+#D"
14947 msgstr ""
14948
14949 #. damn ICE suppression
14950 #: cp/error.c:2373
14951 #, c-format
14952 msgid "unexpected letter %qc in locate_error\n"
14953 msgstr ""
14954
14955 #. Can't throw a reference.
14956 #: cp/except.c:239
14957 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
14958 msgstr ""
14959
14960 #: cp/except.c:250
14961 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
14962 msgstr ""
14963
14964 #. Thrown object must be a Throwable.
14965 #: cp/except.c:257
14966 msgid "type %qT is not derived from %<java::lang::Throwable%>"
14967 msgstr ""
14968
14969 #: cp/except.c:320
14970 msgid "mixing C++ and Java catches in a single translation unit"
14971 msgstr ""
14972
14973 #: cp/except.c:576
14974 msgid "throwing NULL, which has integral, not pointer type"
14975 msgstr ""
14976
14977 #: cp/except.c:599 cp/init.c:1856
14978 msgid "%qD should never be overloaded"
14979 msgstr ""
14980
14981 #: cp/except.c:666
14982 msgid "  in thrown expression"
14983 msgstr ""
14984
14985 #: cp/except.c:810
14986 msgid ""
14987 "expression %qE of abstract class type %qT cannot be used in throw-expression"
14988 msgstr ""
14989
14990 #: cp/except.c:895
14991 msgid "%Hexception of type %qT will be caught"
14992 msgstr ""
14993
14994 #: cp/except.c:897
14995 msgid "%H   by earlier handler for %qT"
14996 msgstr ""
14997
14998 #: cp/except.c:927
14999 msgid "%H%<...%> handler must be the last handler for its try block"
15000 msgstr ""
15001
15002 #: cp/friend.c:152
15003 msgid "%qD is already a friend of class %qT"
15004 msgstr ""
15005
15006 #: cp/friend.c:228
15007 msgid "invalid type %qT declared %<friend%>"
15008 msgstr ""
15009
15010 #. [temp.friend]
15011 #. Friend declarations shall not declare partial
15012 #. specializations.
15013 #. template <class U> friend class T::X<U>;
15014 #. [temp.friend]
15015 #. Friend declarations shall not declare partial
15016 #. specializations.
15017 #: cp/friend.c:244 cp/friend.c:274
15018 msgid "partial specialization %qT declared %<friend%>"
15019 msgstr ""
15020
15021 #: cp/friend.c:252
15022 msgid "class %qT is implicitly friends with itself"
15023 msgstr ""
15024
15025 #: cp/friend.c:310
15026 msgid "%qT is not a member of %qT"
15027 msgstr ""
15028
15029 #: cp/friend.c:315
15030 msgid "%qT is not a member class template of %qT"
15031 msgstr ""
15032
15033 #: cp/friend.c:323
15034 msgid "%qT is not a nested class of %qT"
15035 msgstr ""
15036
15037 #. template <class T> friend class T;
15038 #: cp/friend.c:336
15039 msgid "template parameter type %qT declared %<friend%>"
15040 msgstr ""
15041
15042 #. template <class T> friend class A; where A is not a template
15043 #: cp/friend.c:342
15044 msgid "%q#T is not a template"
15045 msgstr ""
15046
15047 #: cp/friend.c:364
15048 msgid "%qD is already a friend of %qT"
15049 msgstr ""
15050
15051 #: cp/friend.c:373
15052 msgid "%qT is already a friend of %qT"
15053 msgstr ""
15054
15055 #: cp/friend.c:497
15056 msgid "member %qD declared as friend before type %qT defined"
15057 msgstr ""
15058
15059 #: cp/friend.c:553
15060 msgid "friend declaration %q#D declares a non-template function"
15061 msgstr ""
15062
15063 #: cp/friend.c:557
15064 msgid ""
15065 "(if this is not what you intended, make sure the function template has "
15066 "already been declared and add <> after the function name here) -Wno-non-"
15067 "template-friend disables this warning"
15068 msgstr ""
15069
15070 #: cp/g++spec.c:238 java/jvspec.c:417
15071 #, c-format
15072 msgid "argument to `%s' missing\n"
15073 msgstr ""
15074
15075 #: cp/init.c:316
15076 msgid "%J%qD should be initialized in the member initialization list"
15077 msgstr ""
15078
15079 #: cp/init.c:363
15080 msgid "%Jdefault-initialization of %q#D, which has reference type"
15081 msgstr ""
15082
15083 #: cp/init.c:369
15084 msgid "%Juninitialized reference member %qD"
15085 msgstr ""
15086
15087 #: cp/init.c:372
15088 msgid "%Juninitialized member %qD with %<const%> type %qT"
15089 msgstr ""
15090
15091 #: cp/init.c:515
15092 msgid "%qD will be initialized after"
15093 msgstr ""
15094
15095 #: cp/init.c:518
15096 msgid "base %qT will be initialized after"
15097 msgstr ""
15098
15099 #: cp/init.c:521
15100 msgid "  %q#D"
15101 msgstr ""
15102
15103 #: cp/init.c:523
15104 msgid "  base %qT"
15105 msgstr ""
15106
15107 #: cp/init.c:524
15108 msgid "%J  when initialized here"
15109 msgstr ""
15110
15111 #: cp/init.c:540
15112 msgid "%Jmultiple initializations given for %qD"
15113 msgstr ""
15114
15115 #: cp/init.c:543
15116 msgid "%Jmultiple initializations given for base %qT"
15117 msgstr ""
15118
15119 #: cp/init.c:610
15120 msgid "%Jinitializations for multiple members of %qT"
15121 msgstr ""
15122
15123 #: cp/init.c:667
15124 msgid ""
15125 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
15126 msgstr ""
15127
15128 #: cp/init.c:891 cp/init.c:910
15129 msgid "class %qT does not have any field named %qD"
15130 msgstr ""
15131
15132 #: cp/init.c:897
15133 msgid ""
15134 "%q#D is a static data member; it can only be initialized at its definition"
15135 msgstr ""
15136
15137 #: cp/init.c:904
15138 msgid "%q#D is not a non-static data member of %qT"
15139 msgstr ""
15140
15141 #: cp/init.c:943
15142 msgid "unnamed initializer for %qT, which has no base classes"
15143 msgstr ""
15144
15145 #: cp/init.c:951
15146 msgid "unnamed initializer for %qT, which uses multiple inheritance"
15147 msgstr ""
15148
15149 #: cp/init.c:997
15150 msgid "%qD is both a direct base and an indirect virtual base"
15151 msgstr ""
15152
15153 #: cp/init.c:1005
15154 msgid "type %qD is not a direct or virtual base of %qT"
15155 msgstr ""
15156
15157 #: cp/init.c:1008
15158 msgid "type %qD is not a direct base of %qT"
15159 msgstr ""
15160
15161 #: cp/init.c:1088
15162 msgid "bad array initializer"
15163 msgstr ""
15164
15165 #: cp/init.c:1287
15166 msgid "%qT is not an aggregate type"
15167 msgstr ""
15168
15169 #: cp/init.c:1379
15170 msgid "qualified type %qT does not match destructor name %<~%T%>"
15171 msgstr ""
15172
15173 #: cp/init.c:1387
15174 msgid "incomplete type %qT does not have member %qD"
15175 msgstr ""
15176
15177 #: cp/init.c:1406
15178 msgid "%qD is not a member of type %qT"
15179 msgstr ""
15180
15181 #: cp/init.c:1433
15182 msgid "invalid pointer to bit-field %qD"
15183 msgstr ""
15184
15185 #: cp/init.c:1535
15186 msgid "invalid use of non-static member function %qD"
15187 msgstr ""
15188
15189 #: cp/init.c:1541 cp/semantics.c:1293
15190 msgid "invalid use of non-static data member %qD"
15191 msgstr ""
15192
15193 #: cp/init.c:1641
15194 msgid "new cannot be applied to a reference type"
15195 msgstr ""
15196
15197 #: cp/init.c:1647
15198 msgid "new cannot be applied to a function type"
15199 msgstr ""
15200
15201 #: cp/init.c:1679
15202 msgid "call to Java constructor, while %<jclass%> undefined"
15203 msgstr ""
15204
15205 #: cp/init.c:1695
15206 msgid "can't find class$"
15207 msgstr ""
15208
15209 #: cp/init.c:1808
15210 msgid "invalid type %<void%> for new"
15211 msgstr ""
15212
15213 #: cp/init.c:1818
15214 msgid "uninitialized const in %<new%> of %q#T"
15215 msgstr ""
15216
15217 #: cp/init.c:1851
15218 #, c-format
15219 msgid "call to Java constructor with %qs undefined"
15220 msgstr ""
15221
15222 #: cp/init.c:1891
15223 msgid "request for member %qD is ambiguous"
15224 msgstr ""
15225
15226 #: cp/init.c:2024
15227 msgid "ISO C++ forbids initialization in array new"
15228 msgstr ""
15229
15230 #: cp/init.c:2494
15231 msgid "initializer ends prematurely"
15232 msgstr ""
15233
15234 #: cp/init.c:2547
15235 msgid "cannot initialize multi-dimensional array with initializer"
15236 msgstr ""
15237
15238 #: cp/init.c:2706
15239 msgid "possible problem detected in invocation of delete operator:"
15240 msgstr ""
15241
15242 #: cp/init.c:2709
15243 msgid ""
15244 "neither the destructor nor the class-specific operator delete will be "
15245 "called, even if they are declared when the class is defined."
15246 msgstr ""
15247
15248 #: cp/init.c:2730
15249 msgid "unknown array size in delete"
15250 msgstr ""
15251
15252 #: cp/init.c:2990
15253 msgid "type to vector delete is neither pointer or array type"
15254 msgstr ""
15255
15256 #: cp/lex.c:436
15257 #, c-format
15258 msgid "junk at end of #pragma %s"
15259 msgstr ""
15260
15261 #: cp/lex.c:443
15262 #, c-format
15263 msgid "invalid #pragma %s"
15264 msgstr ""
15265
15266 #: cp/lex.c:451
15267 msgid "#pragma vtable no longer supported"
15268 msgstr ""
15269
15270 #: cp/lex.c:530
15271 #, c-format
15272 msgid "#pragma implementation for %qs appears after file is included"
15273 msgstr ""
15274
15275 #: cp/lex.c:555
15276 msgid "junk at end of #pragma GCC java_exceptions"
15277 msgstr ""
15278
15279 #: cp/lex.c:569
15280 msgid "%qD not defined"
15281 msgstr ""
15282
15283 #: cp/lex.c:573
15284 msgid "%qD was not declared in this scope"
15285 msgstr ""
15286
15287 #. In a template, it is invalid to write "f()" or "f(3)" if no
15288 #. declaration of "f" is available.  Historically, G++ and most
15289 #. other compilers accepted that usage since they deferred all name
15290 #. lookup until instantiation time rather than doing unqualified
15291 #. name lookup at template definition time; explain to the user what
15292 #. is going wrong.
15293 #.
15294 #. Note that we have the exact wording of the following message in
15295 #. the manual (trouble.texi, node "Name lookup"), so they need to
15296 #. be kept in synch.
15297 #: cp/lex.c:610
15298 msgid ""
15299 "there are no arguments to %qD that depend on a template parameter, so a "
15300 "declaration of %qD must be available"
15301 msgstr ""
15302
15303 #: cp/lex.c:619
15304 msgid ""
15305 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15306 "of an undeclared name is deprecated)"
15307 msgstr ""
15308
15309 #: cp/mangle.c:2114
15310 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15311 msgstr ""
15312
15313 #: cp/mangle.c:2122
15314 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15315 msgstr ""
15316
15317 #: cp/mangle.c:2172
15318 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
15319 msgstr ""
15320
15321 #: cp/mangle.c:2482
15322 msgid "the mangled name of %qD will change in a future version of GCC"
15323 msgstr ""
15324
15325 #: cp/method.c:443
15326 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15327 msgstr ""
15328
15329 #: cp/method.c:652
15330 msgid "non-static const member %q#D, can't use default assignment operator"
15331 msgstr ""
15332
15333 #: cp/method.c:658
15334 msgid "non-static reference member %q#D, can't use default assignment operator"
15335 msgstr ""
15336
15337 #: cp/name-lookup.c:762
15338 msgid "redeclaration of %<wchar_t%> as %qT"
15339 msgstr ""
15340
15341 #. A redeclaration of main, but not a duplicate of the
15342 #. previous one.
15343 #.
15344 #. [basic.start.main]
15345 #.
15346 #. This function shall not be overloaded.
15347 #: cp/name-lookup.c:794
15348 msgid "invalid redeclaration of %qD"
15349 msgstr ""
15350
15351 #: cp/name-lookup.c:795
15352 msgid "as %qD"
15353 msgstr ""
15354
15355 #: cp/name-lookup.c:883
15356 msgid "type mismatch with previous external decl of %q#D"
15357 msgstr ""
15358
15359 #: cp/name-lookup.c:884
15360 msgid "previous external decl of %q#D"
15361 msgstr ""
15362
15363 #: cp/name-lookup.c:966
15364 msgid "extern declaration of %q#D doesn't match"
15365 msgstr ""
15366
15367 #: cp/name-lookup.c:967
15368 msgid "global declaration %q#D"
15369 msgstr ""
15370
15371 #: cp/name-lookup.c:1003 cp/name-lookup.c:1010
15372 msgid "declaration of %q#D shadows a parameter"
15373 msgstr ""
15374
15375 #. Location of previous decl is not useful in this case.
15376 #: cp/name-lookup.c:1035
15377 msgid "declaration of %qD shadows a member of 'this'"
15378 msgstr ""
15379
15380 #: cp/name-lookup.c:1041
15381 msgid "declaration of %qD shadows a previous local"
15382 msgstr ""
15383
15384 #: cp/name-lookup.c:1048
15385 msgid "declaration of %qD shadows a global declaration"
15386 msgstr ""
15387
15388 #: cp/name-lookup.c:1164
15389 msgid "name lookup of %qD changed"
15390 msgstr ""
15391
15392 #: cp/name-lookup.c:1165
15393 msgid "  matches this %qD under ISO standard rules"
15394 msgstr ""
15395
15396 #: cp/name-lookup.c:1167
15397 msgid "  matches this %qD under old rules"
15398 msgstr ""
15399
15400 #: cp/name-lookup.c:1185 cp/name-lookup.c:1193
15401 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15402 msgstr ""
15403
15404 #: cp/name-lookup.c:1187
15405 msgid "  cannot use obsolete binding at %qD because it has a destructor"
15406 msgstr ""
15407
15408 #: cp/name-lookup.c:1195
15409 msgid "  using obsolete binding at %qD"
15410 msgstr ""
15411
15412 #: cp/name-lookup.c:1248
15413 #, c-format
15414 msgid "%s %s(%E) %p %d\n"
15415 msgstr ""
15416
15417 #: cp/name-lookup.c:1251
15418 #, c-format
15419 msgid "%s %s %p %d\n"
15420 msgstr ""
15421
15422 #: cp/name-lookup.c:1378
15423 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15424 msgstr ""
15425
15426 #: cp/name-lookup.c:2011
15427 msgid "%q#D hides constructor for %q#T"
15428 msgstr ""
15429
15430 #: cp/name-lookup.c:2026
15431 msgid "%q#D conflicts with previous using declaration %q#D"
15432 msgstr ""
15433
15434 #: cp/name-lookup.c:2038
15435 msgid "previous non-function declaration %q#D"
15436 msgstr ""
15437
15438 #: cp/name-lookup.c:2039
15439 msgid "conflicts with function declaration %q#D"
15440 msgstr ""
15441
15442 #. It's a nested name with template parameter dependent scope.
15443 #. This can only be using-declaration for class member.
15444 #: cp/name-lookup.c:2117 cp/name-lookup.c:2142 cp/name-lookup.c:3387
15445 msgid "%qT is not a namespace"
15446 msgstr ""
15447
15448 #. 7.3.3/5
15449 #. A using-declaration shall not name a template-id.
15450 #: cp/name-lookup.c:2127
15451 msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
15452 msgstr ""
15453
15454 #: cp/name-lookup.c:2134
15455 msgid "namespace %qD not allowed in using-declaration"
15456 msgstr ""
15457
15458 #: cp/name-lookup.c:2170
15459 msgid "%qD not declared"
15460 msgstr ""
15461
15462 #. If the OLD_FN was really declared, the
15463 #. declarations don't match.
15464 #: cp/name-lookup.c:2182 cp/name-lookup.c:2224 cp/name-lookup.c:2261
15465 msgid "%qD is already declared in this scope"
15466 msgstr ""
15467
15468 #: cp/name-lookup.c:2267
15469 msgid "using declaration %qD introduced ambiguous type %qT"
15470 msgstr ""
15471
15472 #. Definition isn't the kind we were looking for.
15473 #: cp/name-lookup.c:2435 cp/name-lookup.c:2454
15474 msgid "%q#D redeclared as %C"
15475 msgstr ""
15476
15477 #: cp/name-lookup.c:2822
15478 msgid "%qD has the same name as the class in which it is declared"
15479 msgstr ""
15480
15481 #: cp/name-lookup.c:2917
15482 msgid "using-declaration for non-member at class scope"
15483 msgstr ""
15484
15485 #: cp/name-lookup.c:2924
15486 msgid "using-declaration cannot name destructor"
15487 msgstr ""
15488
15489 #: cp/name-lookup.c:3003
15490 msgid "declaration of %qD not in a namespace surrounding %qD"
15491 msgstr ""
15492
15493 #: cp/name-lookup.c:3043
15494 msgid "%qD should have been declared inside %qD"
15495 msgstr ""
15496
15497 #: cp/name-lookup.c:3105
15498 msgid "namespace alias %qD not allowed here, assuming %qD"
15499 msgstr ""
15500
15501 #. The parser did not find it, so it's not there.
15502 #: cp/name-lookup.c:3220
15503 msgid "unknown namespace %qD"
15504 msgstr ""
15505
15506 #: cp/name-lookup.c:3381
15507 msgid "namespace %qT undeclared"
15508 msgstr ""
15509
15510 #: cp/name-lookup.c:3425
15511 msgid "strong using only meaningful at namespace scope"
15512 msgstr ""
15513
15514 #: cp/name-lookup.c:3432
15515 msgid "%qD attribute directive ignored"
15516 msgstr ""
15517
15518 #: cp/name-lookup.c:3566
15519 msgid "use of %qD is ambiguous"
15520 msgstr ""
15521
15522 #: cp/name-lookup.c:3567
15523 msgid "  first declared as %q#D here"
15524 msgstr ""
15525
15526 #: cp/name-lookup.c:3569
15527 msgid "  also declared as %q#D here"
15528 msgstr ""
15529
15530 #: cp/name-lookup.c:3584
15531 msgid "%qD denotes an ambiguous type"
15532 msgstr ""
15533
15534 #: cp/name-lookup.c:3585
15535 msgid "%J  first type here"
15536 msgstr ""
15537
15538 #: cp/name-lookup.c:3586
15539 msgid "%J  other type here"
15540 msgstr ""
15541
15542 #. This happens for A::B where B is a template, and there are no
15543 #. template arguments.
15544 #: cp/name-lookup.c:3650 cp/typeck.c:1818
15545 msgid "invalid use of %qD"
15546 msgstr ""
15547
15548 #: cp/name-lookup.c:3690
15549 msgid "%<%D::%D%> is not a template"
15550 msgstr ""
15551
15552 #: cp/name-lookup.c:3706
15553 msgid "%qD undeclared in namespace %qD"
15554 msgstr ""
15555
15556 #: cp/name-lookup.c:4243
15557 msgid "%qD is not a function,"
15558 msgstr ""
15559
15560 #: cp/name-lookup.c:4244
15561 msgid "  conflict with %qD"
15562 msgstr ""
15563
15564 #: cp/name-lookup.c:5007
15565 msgid "XXX entering pop_everything ()\n"
15566 msgstr ""
15567
15568 #: cp/name-lookup.c:5016
15569 msgid "XXX leaving pop_everything ()\n"
15570 msgstr ""
15571
15572 #: cp/parser.c:1812
15573 msgid "%<%D::%D%> has not been declared"
15574 msgstr ""
15575
15576 #: cp/parser.c:1815 cp/semantics.c:2343
15577 msgid "%<::%D%> has not been declared"
15578 msgstr ""
15579
15580 #: cp/parser.c:1818
15581 msgid "request for member %qD in non-class type %qT"
15582 msgstr ""
15583
15584 #: cp/parser.c:1821
15585 msgid "%<%T::%D%> has not been declared"
15586 msgstr ""
15587
15588 #: cp/parser.c:1824
15589 msgid "%qD has not been declared"
15590 msgstr ""
15591
15592 #: cp/parser.c:1827
15593 msgid "%<%D::%D%> %s"
15594 msgstr ""
15595
15596 #: cp/parser.c:1829
15597 msgid "%<::%D%> %s"
15598 msgstr ""
15599
15600 #: cp/parser.c:1831
15601 msgid "%qD %s"
15602 msgstr ""
15603
15604 #: cp/parser.c:1884
15605 msgid "new types may not be defined in a return type"
15606 msgstr ""
15607
15608 #: cp/parser.c:1901 cp/pt.c:4361
15609 msgid "%qT is not a template"
15610 msgstr ""
15611
15612 #: cp/parser.c:1903
15613 #, c-format
15614 msgid "%qE is not a template"
15615 msgstr ""
15616
15617 #: cp/parser.c:1905
15618 msgid "invalid template-id"
15619 msgstr ""
15620
15621 #: cp/parser.c:1933
15622 #, c-format
15623 msgid "%s cannot appear in a constant-expression"
15624 msgstr ""
15625
15626 #: cp/parser.c:1957
15627 #, c-format
15628 msgid "invalid use of template-name %qE without an argument list"
15629 msgstr ""
15630
15631 #. Issue an error message.
15632 #: cp/parser.c:1962
15633 #, c-format
15634 msgid "%qE does not name a type"
15635 msgstr ""
15636
15637 #: cp/parser.c:1993
15638 msgid "(perhaps %<typename %T::%E%> was intended)"
15639 msgstr ""
15640
15641 #: cp/parser.c:2008
15642 #, c-format
15643 msgid "%qE in namespace %qE does not name a type"
15644 msgstr ""
15645
15646 #: cp/parser.c:2011
15647 msgid "%qE in class %qT does not name a type"
15648 msgstr ""
15649
15650 #: cp/parser.c:2678
15651 msgid "ISO C++ forbids braced-groups within expressions"
15652 msgstr ""
15653
15654 #: cp/parser.c:2687
15655 msgid "statement-expressions are allowed only inside functions"
15656 msgstr ""
15657
15658 #: cp/parser.c:2738
15659 msgid "%<this%> may not be used in this context"
15660 msgstr ""
15661
15662 #: cp/parser.c:2873
15663 msgid "local variable %qD may not appear in this context"
15664 msgstr ""
15665
15666 #: cp/parser.c:3238
15667 msgid "typedef-name %qD used as destructor declarator"
15668 msgstr ""
15669
15670 #: cp/parser.c:3886
15671 msgid "ISO C++ forbids compound-literals"
15672 msgstr ""
15673
15674 #: cp/parser.c:4786
15675 msgid "array bound forbidden after parenthesized type-id"
15676 msgstr ""
15677
15678 #: cp/parser.c:4787
15679 msgid "try removing the parentheses around the type-id"
15680 msgstr ""
15681
15682 #: cp/parser.c:4893
15683 msgid "size in array new must have integral type"
15684 msgstr ""
15685
15686 #: cp/parser.c:4896
15687 msgid "zero size array reserves no space"
15688 msgstr ""
15689
15690 #: cp/parser.c:4995
15691 msgid "expression in new-declarator must have integral or enumeration type"
15692 msgstr ""
15693
15694 #: cp/parser.c:5177
15695 msgid "use of old-style cast"
15696 msgstr ""
15697
15698 #: cp/parser.c:5932
15699 #, c-format
15700 msgid "case label %qE not within a switch statement"
15701 msgstr ""
15702
15703 #: cp/parser.c:6476
15704 msgid "ISO C++ forbids computed gotos"
15705 msgstr ""
15706
15707 #: cp/parser.c:6601
15708 msgid "extra %<;%>"
15709 msgstr ""
15710
15711 #: cp/parser.c:6920
15712 msgid "mixing declarations and function-definitions is forbidden"
15713 msgstr ""
15714
15715 #: cp/parser.c:7052
15716 msgid "duplicate %<friend%>"
15717 msgstr ""
15718
15719 #: cp/parser.c:7221
15720 msgid "class definition may not be declared a friend"
15721 msgstr ""
15722
15723 #: cp/parser.c:7534
15724 msgid "only constructors take base initializers"
15725 msgstr ""
15726
15727 #: cp/parser.c:7585
15728 msgid "anachronistic old-style base class initializer"
15729 msgstr ""
15730
15731 #: cp/parser.c:7626
15732 msgid ""
15733 "keyword %<typename%> not allowed in this context (a qualified member "
15734 "initializer is implicitly a type)"
15735 msgstr ""
15736
15737 #. Warn that we do not support `export'.
15738 #: cp/parser.c:7988
15739 msgid "keyword %<export%> not implemented, and will be ignored"
15740 msgstr ""
15741
15742 #. Otherwise, emit an error about the invalid digraph, but continue
15743 #. parsing because we got our argument list.
15744 #: cp/parser.c:8358
15745 msgid "%<<::%> cannot begin a template-argument list"
15746 msgstr ""
15747
15748 #: cp/parser.c:8359
15749 msgid ""
15750 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15751 "and %<::%>"
15752 msgstr ""
15753
15754 #: cp/parser.c:8366
15755 msgid "(if you use -fpermissive G++ will accept your code)"
15756 msgstr ""
15757
15758 #. Explain what went wrong.
15759 #: cp/parser.c:8536
15760 msgid "non-template %qD used as template"
15761 msgstr ""
15762
15763 #: cp/parser.c:8537
15764 msgid "use %<%T::template %D%> to indicate that it is a template"
15765 msgstr ""
15766
15767 #: cp/parser.c:9554
15768 msgid "using %<typename%> outside of template"
15769 msgstr ""
15770
15771 #: cp/parser.c:9677
15772 msgid "expected type-name"
15773 msgstr ""
15774
15775 #: cp/parser.c:9736
15776 msgid "type attributes are honored only at type definition"
15777 msgstr ""
15778
15779 #. [namespace.udecl]
15780 #.
15781 #. A using declaration shall not name a template-id.
15782 #: cp/parser.c:10122
15783 msgid "a template-id may not appear in a using-declaration"
15784 msgstr ""
15785
15786 #: cp/parser.c:10453
15787 msgid "an asm-specification is not allowed on a function-definition"
15788 msgstr ""
15789
15790 #: cp/parser.c:10455
15791 msgid "attributes are not allowed on a function-definition"
15792 msgstr ""
15793
15794 #: cp/parser.c:10586
15795 msgid "attributes after parenthesized initializer ignored"
15796 msgstr ""
15797
15798 #: cp/parser.c:11029
15799 msgid "%<%T::%D%> is not a type"
15800 msgstr ""
15801
15802 #: cp/parser.c:11074
15803 msgid "invalid use of constructor as a template"
15804 msgstr ""
15805
15806 #: cp/parser.c:11075
15807 msgid ""
15808 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15809 "name"
15810 msgstr ""
15811
15812 #: cp/parser.c:11263
15813 msgid "duplicate cv-qualifier"
15814 msgstr ""
15815
15816 #: cp/parser.c:11779
15817 msgid "file ends in default argument"
15818 msgstr ""
15819
15820 #: cp/parser.c:11839
15821 msgid "deprecated use of default argument for parameter of non-function"
15822 msgstr ""
15823
15824 #: cp/parser.c:11842
15825 msgid "default arguments are only permitted for function parameters"
15826 msgstr ""
15827
15828 #: cp/parser.c:12582
15829 msgid "declaration of %qD in %qD which does not enclose %qD"
15830 msgstr ""
15831
15832 #: cp/parser.c:12595
15833 msgid "extra qualification ignored"
15834 msgstr ""
15835
15836 #: cp/parser.c:12606
15837 msgid "an explicit specialization must be preceded by %<template <>%>"
15838 msgstr ""
15839
15840 #: cp/parser.c:12898
15841 msgid "%Hextra %<;%>"
15842 msgstr ""
15843
15844 #: cp/parser.c:12916
15845 msgid "a class-key must be used when declaring a friend"
15846 msgstr ""
15847
15848 #: cp/parser.c:12930
15849 msgid "friend declaration does not name a class or function"
15850 msgstr ""
15851
15852 #: cp/parser.c:13104
15853 msgid "pure-specifier on function-definition"
15854 msgstr ""
15855
15856 #: cp/parser.c:13377
15857 msgid "keyword %<typename%> not allowed outside of templates"
15858 msgstr ""
15859
15860 #: cp/parser.c:13379
15861 msgid ""
15862 "keyword %<typename%> not allowed in this context (the base class is "
15863 "implicitly a type)"
15864 msgstr ""
15865
15866 #: cp/parser.c:13653
15867 msgid "invalid catch parameter"
15868 msgstr ""
15869
15870 #: cp/parser.c:14215
15871 msgid "reference to %qD is ambiguous"
15872 msgstr ""
15873
15874 #: cp/parser.c:14384
15875 msgid "too few template-parameter-lists"
15876 msgstr ""
15877
15878 #. Otherwise, there are too many template parameter lists.  We have
15879 #. something like:
15880 #.
15881 #. template <class T> template <class U> void S::f();
15882 #: cp/parser.c:14399
15883 msgid "too many template-parameter-lists"
15884 msgstr ""
15885
15886 #. Skip the entire function.
15887 #: cp/parser.c:14623
15888 msgid "invalid function declaration"
15889 msgstr ""
15890
15891 #. Issue an error message.
15892 #: cp/parser.c:14660
15893 msgid "named return values are no longer supported"
15894 msgstr ""
15895
15896 #: cp/parser.c:14828
15897 #, c-format
15898 msgid "template declaration of %qs"
15899 msgstr ""
15900
15901 #: cp/parser.c:15032
15902 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
15903 msgstr ""
15904
15905 #: cp/parser.c:15047
15906 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
15907 msgstr ""
15908
15909 #: cp/parser.c:15052
15910 msgid "missing %<>%> to terminate the template argument list"
15911 msgstr ""
15912
15913 #: cp/parser.c:15568
15914 msgid "%qs tag used in naming %q#T"
15915 msgstr ""
15916
15917 #: cp/parser.c:15589
15918 msgid "%qD redeclared with different access"
15919 msgstr ""
15920
15921 #: cp/parser.c:15606
15922 msgid "%<template%> (as a disambiguator) is only allowed within templates"
15923 msgstr ""
15924
15925 #: cp/parser.c:15814
15926 msgid "inter-module optimizations not implemented for C++"
15927 msgstr ""
15928
15929 #: cp/pt.c:240
15930 msgid "data member %qD cannot be a member template"
15931 msgstr ""
15932
15933 #: cp/pt.c:252
15934 msgid "invalid member template declaration %qD"
15935 msgstr ""
15936
15937 #: cp/pt.c:574
15938 msgid "explicit specialization in non-namespace scope %qD"
15939 msgstr ""
15940
15941 #: cp/pt.c:585
15942 msgid "enclosing class templates are not explicitly specialized"
15943 msgstr ""
15944
15945 #: cp/pt.c:669
15946 msgid "specialization of %qD in different namespace"
15947 msgstr ""
15948
15949 #: cp/pt.c:670 cp/pt.c:739
15950 msgid "  from definition of %q#D"
15951 msgstr ""
15952
15953 #: cp/pt.c:706
15954 msgid "specialization of %qT after instantiation"
15955 msgstr ""
15956
15957 #: cp/pt.c:738
15958 msgid "specializing %q#T in different namespace"
15959 msgstr ""
15960
15961 #: cp/pt.c:753
15962 msgid "specialization %qT after instantiation %qT"
15963 msgstr ""
15964
15965 #: cp/pt.c:765
15966 msgid "explicit specialization of non-template %qT"
15967 msgstr ""
15968
15969 #: cp/pt.c:1163
15970 msgid "specialization of %qD after instantiation"
15971 msgstr ""
15972
15973 #: cp/pt.c:1292
15974 msgid "%s %+#D"
15975 msgstr ""
15976
15977 #: cp/pt.c:1348
15978 msgid "%qD is not a function template"
15979 msgstr ""
15980
15981 #: cp/pt.c:1533
15982 msgid "template-id %qD for %q+D does not match any template declaration"
15983 msgstr ""
15984
15985 #: cp/pt.c:1542
15986 msgid "ambiguous template specialization %qD for %q+D"
15987 msgstr ""
15988
15989 #. This case handles bogus declarations like template <>
15990 #. template <class T> void f<int>();
15991 #: cp/pt.c:1765 cp/pt.c:1819
15992 msgid "template-id %qD in declaration of primary template"
15993 msgstr ""
15994
15995 #: cp/pt.c:1778
15996 msgid "template parameter list used in explicit instantiation"
15997 msgstr ""
15998
15999 #: cp/pt.c:1784
16000 msgid "definition provided for explicit instantiation"
16001 msgstr ""
16002
16003 #: cp/pt.c:1792
16004 msgid "too many template parameter lists in declaration of %qD"
16005 msgstr ""
16006
16007 #: cp/pt.c:1795
16008 msgid "too few template parameter lists in declaration of %qD"
16009 msgstr ""
16010
16011 #: cp/pt.c:1797
16012 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
16013 msgstr ""
16014
16015 #: cp/pt.c:1816
16016 msgid "function template partial specialization %qD is not allowed"
16017 msgstr ""
16018
16019 #: cp/pt.c:1848
16020 msgid "default argument specified in explicit specialization"
16021 msgstr ""
16022
16023 #: cp/pt.c:1852
16024 msgid "template specialization with C linkage"
16025 msgstr ""
16026
16027 #. From [temp.expl.spec]:
16028 #.
16029 #. If such an explicit specialization for the member
16030 #. of a class template names an implicitly-declared
16031 #. special member function (clause _special_), the
16032 #. program is ill-formed.
16033 #.
16034 #. Similar language is found in [temp.explicit].
16035 #: cp/pt.c:1936
16036 msgid "specialization of implicitly-declared special member function"
16037 msgstr ""
16038
16039 #: cp/pt.c:1980
16040 msgid "no member function %qD declared in %qT"
16041 msgstr ""
16042
16043 #. There are two many template parameter lists.
16044 #: cp/pt.c:2130
16045 msgid "too many template parameter lists in declaration of %qT"
16046 msgstr ""
16047
16048 #: cp/pt.c:2224
16049 msgid " shadows template parm %q#D"
16050 msgstr ""
16051
16052 #: cp/pt.c:2626
16053 msgid "template parameters not used in partial specialization:"
16054 msgstr ""
16055
16056 #: cp/pt.c:2630
16057 msgid "        %qD"
16058 msgstr ""
16059
16060 #: cp/pt.c:2641
16061 msgid "partial specialization %qT does not specialize any template arguments"
16062 msgstr ""
16063
16064 #: cp/pt.c:2666
16065 #, c-format
16066 msgid "template argument %qE involves template parameter(s)"
16067 msgstr ""
16068
16069 #: cp/pt.c:2710
16070 msgid "type %qT of template argument %qE depends on template parameter(s)"
16071 msgstr ""
16072
16073 #: cp/pt.c:2797
16074 msgid "no default argument for %qD"
16075 msgstr ""
16076
16077 #: cp/pt.c:2954
16078 msgid "template with C linkage"
16079 msgstr ""
16080
16081 #: cp/pt.c:2957
16082 msgid "template class without a name"
16083 msgstr ""
16084
16085 #. [temp.mem]
16086 #.
16087 #. A destructor shall not be a member template.
16088 #: cp/pt.c:2965
16089 msgid "destructor %qD declared as member template"
16090 msgstr ""
16091
16092 #. [basic.stc.dynamic.allocation]
16093 #.
16094 #. An allocation function can be a function
16095 #. template. ... Template allocation functions shall
16096 #. have two or more parameters.
16097 #: cp/pt.c:2980
16098 msgid "invalid template declaration of %qD"
16099 msgstr ""
16100
16101 #: cp/pt.c:3061
16102 msgid "%qD does not declare a template type"
16103 msgstr ""
16104
16105 #: cp/pt.c:3067
16106 msgid "template definition of non-template %q#D"
16107 msgstr ""
16108
16109 #: cp/pt.c:3109
16110 msgid "expected %d levels of template parms for %q#D, got %d"
16111 msgstr ""
16112
16113 #: cp/pt.c:3121
16114 msgid "got %d template parameters for %q#D"
16115 msgstr ""
16116
16117 #: cp/pt.c:3124
16118 msgid "got %d template parameters for %q#T"
16119 msgstr ""
16120
16121 #: cp/pt.c:3126
16122 #, c-format
16123 msgid "  but %d required"
16124 msgstr ""
16125
16126 #: cp/pt.c:3211
16127 msgid "%qT is not a template type"
16128 msgstr ""
16129
16130 #: cp/pt.c:3227
16131 msgid "previous declaration %qD"
16132 msgstr ""
16133
16134 #: cp/pt.c:3228
16135 #, c-format
16136 msgid "used %d template parameter%s instead of %d"
16137 msgstr ""
16138
16139 #: cp/pt.c:3248
16140 msgid "template parameter %q#D"
16141 msgstr ""
16142
16143 #: cp/pt.c:3249
16144 msgid "redeclared here as %q#D"
16145 msgstr ""
16146
16147 #. We have in [temp.param]:
16148 #.
16149 #. A template-parameter may not be given default arguments
16150 #. by two different declarations in the same scope.
16151 #: cp/pt.c:3259
16152 msgid "redefinition of default argument for %q#D"
16153 msgstr ""
16154
16155 #: cp/pt.c:3260
16156 msgid "%J  original definition appeared here"
16157 msgstr ""
16158
16159 #: cp/pt.c:3370
16160 msgid ""
16161 "%qE is not a valid template argument for type %qT because function %qD has "
16162 "not external linkage"
16163 msgstr ""
16164
16165 #: cp/pt.c:3411
16166 msgid ""
16167 "%qE is not a valid template argument for type %qT because string literals "
16168 "can never be used in this context"
16169 msgstr ""
16170
16171 #: cp/pt.c:3486
16172 msgid ""
16173 "%qE is not a valid template argument for type %qT because it is a non-"
16174 "constant expression"
16175 msgstr ""
16176
16177 #: cp/pt.c:3536
16178 msgid ""
16179 "%qE is not a valid template argument for type %qT because it is not a "
16180 "constant pointer"
16181 msgstr ""
16182
16183 #: cp/pt.c:3556
16184 msgid ""
16185 "%qE is not a valid template argument for type %qT because of conflicts in cv-"
16186 "qualification"
16187 msgstr ""
16188
16189 #: cp/pt.c:3563
16190 msgid ""
16191 "%qE is not a valid template argument for type %qT because it is not a lvalue"
16192 msgstr ""
16193
16194 #: cp/pt.c:3576
16195 msgid ""
16196 "%qE is not a valid template argument for type %qT because object %qD has not "
16197 "external linkage"
16198 msgstr ""
16199
16200 #: cp/pt.c:3618
16201 msgid ""
16202 "%qE is not a valid template argument for type %qT because it is a pointer"
16203 msgstr ""
16204
16205 #: cp/pt.c:3620
16206 #, c-format
16207 msgid "try using %qE instead"
16208 msgstr ""
16209
16210 #: cp/pt.c:3655
16211 msgid ""
16212 "%qE is not a valid template argument for type %qT because it is of type %qT"
16213 msgstr ""
16214
16215 #: cp/pt.c:3658
16216 msgid "standard conversions are not allowed in this context"
16217 msgstr ""
16218
16219 #: cp/pt.c:3827
16220 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16221 msgstr ""
16222
16223 #: cp/pt.c:3841 cp/pt.c:3860 cp/pt.c:3900
16224 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16225 msgstr ""
16226
16227 #: cp/pt.c:3845
16228 msgid "  expected a constant of type %qT, got %qT"
16229 msgstr ""
16230
16231 #: cp/pt.c:3849
16232 #, c-format
16233 msgid "  expected a class template, got %qE"
16234 msgstr ""
16235
16236 #: cp/pt.c:3851
16237 #, c-format
16238 msgid "  expected a type, got %qE"
16239 msgstr ""
16240
16241 #: cp/pt.c:3864
16242 msgid "  expected a type, got %qT"
16243 msgstr ""
16244
16245 #: cp/pt.c:3866
16246 msgid "  expected a class template, got %qT"
16247 msgstr ""
16248
16249 #: cp/pt.c:3903
16250 msgid "  expected a template of type %qD, got %qD"
16251 msgstr ""
16252
16253 #: cp/pt.c:3939
16254 msgid "could not convert template argument %qE to %qT"
16255 msgstr ""
16256
16257 #: cp/pt.c:3978
16258 #, c-format
16259 msgid "wrong number of template arguments (%d, should be %d)"
16260 msgstr ""
16261
16262 #: cp/pt.c:3982
16263 msgid "provided for %qD"
16264 msgstr ""
16265
16266 #: cp/pt.c:4010
16267 #, c-format
16268 msgid "template argument %d is invalid"
16269 msgstr ""
16270
16271 #: cp/pt.c:4231
16272 msgid "non-template used as template"
16273 msgstr ""
16274
16275 #: cp/pt.c:4373
16276 msgid "non-template type %qT used as a template"
16277 msgstr ""
16278
16279 #: cp/pt.c:4375
16280 msgid "for template declaration %qD"
16281 msgstr ""
16282
16283 #: cp/pt.c:5015
16284 msgid ""
16285 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16286 "to increase the maximum) instantiating %qD"
16287 msgstr ""
16288
16289 #: cp/pt.c:5454
16290 msgid "ambiguous class template instantiation for %q#T"
16291 msgstr ""
16292
16293 #: cp/pt.c:5460
16294 msgid "%s %+#T"
16295 msgstr ""
16296
16297 #: cp/pt.c:6518
16298 msgid "instantiation of %qD as type %qT"
16299 msgstr ""
16300
16301 #: cp/pt.c:6679
16302 msgid "invalid parameter type %qT"
16303 msgstr ""
16304
16305 #: cp/pt.c:6681
16306 msgid "in declaration %qD"
16307 msgstr ""
16308
16309 #: cp/pt.c:6755
16310 msgid "creating pointer to member function of non-class type %qT"
16311 msgstr ""
16312
16313 #: cp/pt.c:6925
16314 msgid "creating array with size zero"
16315 msgstr ""
16316
16317 #: cp/pt.c:6939
16318 #, c-format
16319 msgid "creating array with size zero (%qE)"
16320 msgstr ""
16321
16322 #: cp/pt.c:7156
16323 msgid "forming reference to void"
16324 msgstr ""
16325
16326 #: cp/pt.c:7158
16327 msgid "forming %s to reference type %qT"
16328 msgstr ""
16329
16330 #: cp/pt.c:7195
16331 msgid "creating pointer to member of non-class type %qT"
16332 msgstr ""
16333
16334 #: cp/pt.c:7201
16335 msgid "creating pointer to member reference type %qT"
16336 msgstr ""
16337
16338 #: cp/pt.c:7271
16339 msgid "creating array of %qT"
16340 msgstr ""
16341
16342 #: cp/pt.c:7277
16343 msgid "creating array of %qT, which is an abstract class type"
16344 msgstr ""
16345
16346 #: cp/pt.c:7321
16347 msgid "%qT is not a class, struct, or union type"
16348 msgstr ""
16349
16350 #: cp/pt.c:7410
16351 #, c-format
16352 msgid "use of %qs in template"
16353 msgstr ""
16354
16355 #: cp/pt.c:7535
16356 #, c-format
16357 msgid ""
16358 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16359 msgstr ""
16360
16361 #: cp/pt.c:7537
16362 msgid "say %<typename %E%> if a type is meant"
16363 msgstr ""
16364
16365 #: cp/pt.c:8679
16366 msgid "%qT is not a class or namespace"
16367 msgstr ""
16368
16369 #: cp/pt.c:8682
16370 msgid "%qD is not a class or namespace"
16371 msgstr ""
16372
16373 #: cp/pt.c:8815
16374 msgid "%qT uses anonymous type"
16375 msgstr ""
16376
16377 #: cp/pt.c:8817
16378 msgid "%qT uses local type %qT"
16379 msgstr ""
16380
16381 #: cp/pt.c:8825
16382 msgid "%qT is a variably modified type"
16383 msgstr ""
16384
16385 #: cp/pt.c:8836
16386 #, c-format
16387 msgid "integral expression %qE is not constant"
16388 msgstr ""
16389
16390 #: cp/pt.c:8841
16391 msgid "  trying to instantiate %qD"
16392 msgstr ""
16393
16394 #: cp/pt.c:9357
16395 msgid "incomplete type unification"
16396 msgstr ""
16397
16398 #: cp/pt.c:10675 cp/pt.c:10746
16399 msgid "explicit instantiation of non-template %q#D"
16400 msgstr ""
16401
16402 #: cp/pt.c:10691 cp/pt.c:10741
16403 msgid "no matching template for %qD found"
16404 msgstr ""
16405
16406 #: cp/pt.c:10697
16407 msgid "explicit instantiation of %q#D"
16408 msgstr ""
16409
16410 #: cp/pt.c:10733
16411 msgid "duplicate explicit instantiation of %q#D"
16412 msgstr ""
16413
16414 #: cp/pt.c:10755
16415 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16416 msgstr ""
16417
16418 #: cp/pt.c:10760 cp/pt.c:10850
16419 msgid "storage class %qD applied to template instantiation"
16420 msgstr ""
16421
16422 #: cp/pt.c:10822
16423 msgid "explicit instantiation of non-template type %qT"
16424 msgstr ""
16425
16426 #: cp/pt.c:10831
16427 msgid "explicit instantiation of %q#T before definition of template"
16428 msgstr ""
16429
16430 #: cp/pt.c:10839
16431 #, c-format
16432 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
16433 msgstr ""
16434
16435 #: cp/pt.c:10884
16436 msgid "duplicate explicit instantiation of %q#T"
16437 msgstr ""
16438
16439 #: cp/pt.c:11249
16440 msgid "explicit instantiation of %qD but no definition available"
16441 msgstr ""
16442
16443 #: cp/pt.c:11393
16444 msgid ""
16445 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16446 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16447 "generation"
16448 msgstr ""
16449
16450 #: cp/pt.c:11672
16451 msgid "%q#T is not a valid type for a template constant parameter"
16452 msgstr ""
16453
16454 #: cp/repo.c:112
16455 msgid "-frepo must be used with -c"
16456 msgstr ""
16457
16458 #: cp/repo.c:200
16459 #, c-format
16460 msgid "mysterious repository information in %s"
16461 msgstr ""
16462
16463 #: cp/repo.c:214
16464 #, c-format
16465 msgid "can't create repository information file %qs"
16466 msgstr ""
16467
16468 #: cp/rtti.c:243
16469 msgid "cannot use typeid with -fno-rtti"
16470 msgstr ""
16471
16472 #: cp/rtti.c:249
16473 msgid "must #include <typeinfo> before using typeid"
16474 msgstr ""
16475
16476 #: cp/rtti.c:321
16477 msgid ""
16478 "cannot create type information for type %qT because its size is variable"
16479 msgstr ""
16480
16481 #: cp/rtti.c:574 cp/rtti.c:588
16482 msgid "dynamic_cast of %q#D to %q#T can never succeed"
16483 msgstr ""
16484
16485 #: cp/rtti.c:667
16486 msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
16487 msgstr ""
16488
16489 #: cp/search.c:258
16490 msgid "%qT is an ambiguous base of %qT"
16491 msgstr ""
16492
16493 #: cp/search.c:276
16494 msgid "%qT is an inaccessible base of %qT"
16495 msgstr ""
16496
16497 #: cp/search.c:1835
16498 msgid "deprecated covariant return type for %q#D"
16499 msgstr ""
16500
16501 #: cp/search.c:1837 cp/search.c:1852 cp/search.c:1858
16502 msgid "  overriding %q#D"
16503 msgstr ""
16504
16505 #: cp/search.c:1851
16506 msgid "invalid covariant return type for %q#D"
16507 msgstr ""
16508
16509 #: cp/search.c:1856
16510 msgid "conflicting return type specified for %q#D"
16511 msgstr ""
16512
16513 #: cp/search.c:1867
16514 msgid "looser throw specifier for %q#F"
16515 msgstr ""
16516
16517 #: cp/search.c:1868
16518 msgid "  overriding %q#F"
16519 msgstr ""
16520
16521 #. A static member function cannot match an inherited
16522 #. virtual member function.
16523 #: cp/search.c:1961
16524 msgid "%q#D cannot be declared"
16525 msgstr ""
16526
16527 #: cp/search.c:1962
16528 msgid "  since %q#D declared in base class"
16529 msgstr ""
16530
16531 #: cp/semantics.c:1157
16532 #, c-format
16533 msgid "type of asm operand %qE could not be determined"
16534 msgstr ""
16535
16536 #: cp/semantics.c:1290
16537 msgid "invalid use of member %qD in static member function"
16538 msgstr ""
16539
16540 #: cp/semantics.c:1294 cp/semantics.c:1333
16541 msgid "from this location"
16542 msgstr ""
16543
16544 #: cp/semantics.c:1332
16545 msgid "object missing in reference to %qD"
16546 msgstr ""
16547
16548 #: cp/semantics.c:1811
16549 msgid "arguments to destructor are not allowed"
16550 msgstr ""
16551
16552 #: cp/semantics.c:1861
16553 msgid "%<this%> is unavailable for static member functions"
16554 msgstr ""
16555
16556 #: cp/semantics.c:1867
16557 msgid "invalid use of %<this%> in non-member function"
16558 msgstr ""
16559
16560 #: cp/semantics.c:1869
16561 msgid "invalid use of %<this%> at top level"
16562 msgstr ""
16563
16564 #: cp/semantics.c:1893
16565 msgid "invalid qualifying scope in pseudo-destructor name"
16566 msgstr ""
16567
16568 #: cp/semantics.c:1913
16569 msgid "%qE is not of type %qT"
16570 msgstr ""
16571
16572 #: cp/semantics.c:2007
16573 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
16574 msgstr ""
16575
16576 #: cp/semantics.c:2051
16577 msgid ""
16578 "invalid use of type %qT as a default value for a template template-parameter"
16579 msgstr ""
16580
16581 #: cp/semantics.c:2054
16582 msgid "invalid use of %qD as a default value for a template template-parameter"
16583 msgstr ""
16584
16585 #: cp/semantics.c:2058
16586 msgid "invalid default argument for a template template parameter"
16587 msgstr ""
16588
16589 #: cp/semantics.c:2075
16590 msgid "definition of %q#T inside template parameter list"
16591 msgstr ""
16592
16593 #: cp/semantics.c:2086
16594 msgid "invalid definition of qualified type %qT"
16595 msgstr ""
16596
16597 #: cp/semantics.c:2101
16598 msgid "previous definition of %q#T"
16599 msgstr ""
16600
16601 #: cp/semantics.c:2277
16602 msgid "invalid base-class specification"
16603 msgstr ""
16604
16605 #: cp/semantics.c:2286
16606 msgid "base class %qT has cv qualifiers"
16607 msgstr ""
16608
16609 #: cp/semantics.c:2319
16610 msgid "multiple declarators in template declaration"
16611 msgstr ""
16612
16613 #: cp/semantics.c:2331
16614 msgid "incomplete type %qT used in nested name specifier"
16615 msgstr ""
16616
16617 #: cp/semantics.c:2334
16618 msgid "reference to %<%T::%D%> is ambiguous"
16619 msgstr ""
16620
16621 #: cp/semantics.c:2338 cp/typeck.c:1653
16622 msgid "%qD is not a member of %qT"
16623 msgstr ""
16624
16625 #: cp/semantics.c:2341
16626 msgid "%qD is not a member of %qD"
16627 msgstr ""
16628
16629 #: cp/semantics.c:2466
16630 msgid ""
16631 "template parameter %qD of type %qT is not allowed in an integral constant "
16632 "expression because it is not of integral or enumeration type"
16633 msgstr ""
16634
16635 #: cp/semantics.c:2610
16636 msgid "%qD cannot appear in a constant-expression"
16637 msgstr ""
16638
16639 #: cp/semantics.c:2618
16640 msgid "use of namespace %qD as expression"
16641 msgstr ""
16642
16643 #: cp/semantics.c:2623
16644 msgid "use of class template %qT as expression"
16645 msgstr ""
16646
16647 #. Ambiguous reference to base members.
16648 #: cp/semantics.c:2629
16649 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
16650 msgstr ""
16651
16652 #: cp/semantics.c:2690
16653 #, c-format
16654 msgid "use of %s from containing function"
16655 msgstr ""
16656
16657 #: cp/semantics.c:2693
16658 msgid "  %q#D declared here"
16659 msgstr ""
16660
16661 #: cp/semantics.c:2744
16662 #, c-format
16663 msgid "type of %qE is unknown"
16664 msgstr ""
16665
16666 #: cp/tree.c:226
16667 #, c-format
16668 msgid "non-lvalue in %s"
16669 msgstr ""
16670
16671 #: cp/tree.c:539
16672 msgid "%qV qualifiers cannot be applied to %qT"
16673 msgstr ""
16674
16675 #: cp/tree.c:1774
16676 #, c-format
16677 msgid "%qE attribute can only be applied to Java class definitions"
16678 msgstr ""
16679
16680 #: cp/tree.c:1803
16681 #, c-format
16682 msgid "%qE attribute can only be applied to class definitions"
16683 msgstr ""
16684
16685 #: cp/tree.c:1808
16686 #, c-format
16687 msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
16688 msgstr ""
16689
16690 #: cp/tree.c:1832
16691 msgid "requested init_priority is not an integer constant"
16692 msgstr ""
16693
16694 #: cp/tree.c:1853
16695 #, c-format
16696 msgid ""
16697 "can only use %qE attribute on file-scope definitions of objects of class type"
16698 msgstr ""
16699
16700 #: cp/tree.c:1861
16701 msgid "requested init_priority is out of range"
16702 msgstr ""
16703
16704 #: cp/tree.c:1871
16705 msgid "requested init_priority is reserved for internal use"
16706 msgstr ""
16707
16708 #: cp/tree.c:1881
16709 #, c-format
16710 msgid "%qE attribute is not supported on this platform"
16711 msgstr ""
16712
16713 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:541
16714 msgid "%s between distinct pointer types %qT and %qT lacks a cast"
16715 msgstr ""
16716
16717 #: cp/typeck.c:510
16718 msgid ""
16719 "ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
16720 msgstr ""
16721
16722 #: cp/typeck.c:561
16723 msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
16724 msgstr ""
16725
16726 #: cp/typeck.c:1250
16727 #, c-format
16728 msgid "invalid application of %qs to a member function"
16729 msgstr ""
16730
16731 #: cp/typeck.c:1283
16732 #, c-format
16733 msgid "invalid application of %qs to a bit-field"
16734 msgstr ""
16735
16736 #: cp/typeck.c:1288
16737 #, c-format
16738 msgid "ISO C++ forbids applying %qs to an expression of function type"
16739 msgstr ""
16740
16741 #: cp/typeck.c:1325
16742 msgid "invalid use of non-static member function"
16743 msgstr ""
16744
16745 #: cp/typeck.c:1510
16746 msgid "deprecated conversion from string constant to %qT'"
16747 msgstr ""
16748
16749 #: cp/typeck.c:1624 cp/typeck.c:1923
16750 msgid "request for member %qD in %qE, which is of non-class type %qT"
16751 msgstr ""
16752
16753 #: cp/typeck.c:1651
16754 #, c-format
16755 msgid "invalid use of nonstatic data member %qE"
16756 msgstr ""
16757
16758 #: cp/typeck.c:1703 cp/typeck.c:1731
16759 msgid "invalid access to non-static data member %qD of NULL object"
16760 msgstr ""
16761
16762 #: cp/typeck.c:1706 cp/typeck.c:1733
16763 msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
16764 msgstr ""
16765
16766 #: cp/typeck.c:1844
16767 msgid "qualified type %qT does not match destructor name ~%qT"
16768 msgstr ""
16769
16770 #: cp/typeck.c:1850
16771 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
16772 msgstr ""
16773
16774 #: cp/typeck.c:1969
16775 msgid "%<%D::%D%> is not a member of %qT"
16776 msgstr ""
16777
16778 #: cp/typeck.c:1980
16779 msgid "%qT is not a base of %qT"
16780 msgstr ""
16781
16782 #: cp/typeck.c:1999
16783 msgid "%qD has no member named %qE"
16784 msgstr ""
16785
16786 #: cp/typeck.c:2014
16787 msgid "%qD is not a member template function"
16788 msgstr ""
16789
16790 #. A pointer to incomplete type (other than cv void) can be
16791 #. dereferenced [expr.unary.op]/1
16792 #: cp/typeck.c:2121
16793 msgid "%qT is not a pointer-to-object type"
16794 msgstr ""
16795
16796 #: cp/typeck.c:2146
16797 #, c-format
16798 msgid "invalid use of %qs on pointer to member"
16799 msgstr ""
16800
16801 #: cp/typeck.c:2152
16802 msgid "invalid type argument"
16803 msgstr ""
16804
16805 #: cp/typeck.c:2257
16806 msgid "ISO C++ forbids subscripting non-lvalue array"
16807 msgstr ""
16808
16809 #: cp/typeck.c:2268
16810 msgid "subscripting array declared %<register%>"
16811 msgstr ""
16812
16813 #: cp/typeck.c:2351
16814 #, c-format
16815 msgid "object missing in use of %qE"
16816 msgstr ""
16817
16818 #: cp/typeck.c:2452
16819 msgid "ISO C++ forbids calling %<::main%> from within program"
16820 msgstr ""
16821
16822 #: cp/typeck.c:2477
16823 msgid ""
16824 "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
16825 msgstr ""
16826
16827 #: cp/typeck.c:2491
16828 #, c-format
16829 msgid "%qE cannot be used as a function"
16830 msgstr ""
16831
16832 #: cp/typeck.c:2570
16833 msgid "too many arguments to %s %q+#D"
16834 msgstr ""
16835
16836 #: cp/typeck.c:2572 cp/typeck.c:2678
16837 msgid "at this point in file"
16838 msgstr ""
16839
16840 #: cp/typeck.c:2575
16841 msgid "too many arguments to function"
16842 msgstr ""
16843
16844 #: cp/typeck.c:2609
16845 msgid "parameter %P of %qD has incomplete type %qT"
16846 msgstr ""
16847
16848 #: cp/typeck.c:2612
16849 msgid "parameter %P has incomplete type %qT"
16850 msgstr ""
16851
16852 #: cp/typeck.c:2676
16853 msgid "too few arguments to %s %q+#D"
16854 msgstr ""
16855
16856 #: cp/typeck.c:2681
16857 msgid "too few arguments to function"
16858 msgstr ""
16859
16860 #: cp/typeck.c:2828 cp/typeck.c:2838
16861 msgid "assuming cast to type %qT from overloaded function"
16862 msgstr ""
16863
16864 #: cp/typeck.c:2899
16865 msgid "division by zero in %<%E / 0%>"
16866 msgstr ""
16867
16868 #: cp/typeck.c:2901
16869 msgid "division by zero in %<%E / 0.%>"
16870 msgstr ""
16871
16872 #: cp/typeck.c:2935
16873 msgid "division by zero in %<%E %% 0%>"
16874 msgstr ""
16875
16876 #: cp/typeck.c:2937
16877 msgid "division by zero in %<%E %% 0.%>"
16878 msgstr ""
16879
16880 #: cp/typeck.c:3017
16881 #, c-format
16882 msgid "%s rotate count is negative"
16883 msgstr ""
16884
16885 #: cp/typeck.c:3020
16886 #, c-format
16887 msgid "%s rotate count >= width of type"
16888 msgstr ""
16889
16890 #: cp/typeck.c:3054 cp/typeck.c:3059 cp/typeck.c:3155 cp/typeck.c:3160
16891 msgid "ISO C++ forbids comparison between pointer and integer"
16892 msgstr ""
16893
16894 #: cp/typeck.c:3196
16895 msgid "invalid operands of types %qT and %qT to binary %qO"
16896 msgstr ""
16897
16898 #: cp/typeck.c:3360
16899 msgid "comparison between types %q#T and %q#T"
16900 msgstr ""
16901
16902 #: cp/typeck.c:3396
16903 msgid "comparison between signed and unsigned integer expressions"
16904 msgstr ""
16905
16906 #. Some sort of arithmetic operation involving NULL was
16907 #. performed.  Note that pointer-difference and pointer-addition
16908 #. have already been handled above, and so we don't end up here in
16909 #. that case.
16910 #: cp/typeck.c:3475
16911 msgid "NULL used in arithmetic"
16912 msgstr ""
16913
16914 #: cp/typeck.c:3533
16915 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
16916 msgstr ""
16917
16918 #: cp/typeck.c:3535
16919 msgid "ISO C++ forbids using pointer to a function in subtraction"
16920 msgstr ""
16921
16922 #: cp/typeck.c:3537
16923 msgid "ISO C++ forbids using pointer to a method in subtraction"
16924 msgstr ""
16925
16926 #: cp/typeck.c:3549
16927 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16928 msgstr ""
16929
16930 #: cp/typeck.c:3625
16931 #, c-format
16932 msgid ""
16933 "invalid use of %qE to form a pointer-to-member-function.  Use a qualified-id."
16934 msgstr ""
16935
16936 #: cp/typeck.c:3632
16937 #, c-format
16938 msgid ""
16939 "parenthesis around %qE cannot be used to form a pointer-to-member-function"
16940 msgstr ""
16941
16942 #: cp/typeck.c:3655
16943 msgid "taking address of temporary"
16944 msgstr ""
16945
16946 #: cp/typeck.c:3886
16947 #, c-format
16948 msgid "ISO C++ forbids %sing an enum"
16949 msgstr ""
16950
16951 #: cp/typeck.c:3897
16952 msgid "cannot %s a pointer to incomplete type %qT"
16953 msgstr ""
16954
16955 #: cp/typeck.c:3903
16956 msgid "ISO C++ forbids %sing a pointer of type %qT"
16957 msgstr ""
16958
16959 #: cp/typeck.c:3928
16960 msgid "cast to non-reference type used as lvalue"
16961 msgstr ""
16962
16963 #: cp/typeck.c:3963
16964 msgid "invalid use of %<--%> on bool variable %qD"
16965 msgstr ""
16966
16967 #. ARM $3.4
16968 #: cp/typeck.c:3992
16969 msgid "ISO C++ forbids taking address of function %<::main%>"
16970 msgstr ""
16971
16972 #. An expression like &memfn.
16973 #: cp/typeck.c:4046
16974 msgid ""
16975 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16976 "static member function to form a pointer to member function.  Say %<&%T::%D%>"
16977 msgstr ""
16978
16979 #: cp/typeck.c:4051
16980 msgid ""
16981 "ISO C++ forbids taking the address of a bound member function to form a "
16982 "pointer to member function.  Say %<&%T::%D%>"
16983 msgstr ""
16984
16985 #: cp/typeck.c:4079
16986 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16987 msgstr ""
16988
16989 #: cp/typeck.c:4131
16990 msgid "attempt to take address of bit-field structure member %qD"
16991 msgstr ""
16992
16993 #: cp/typeck.c:4244
16994 msgid "taking address of destructor"
16995 msgstr ""
16996
16997 #: cp/typeck.c:4257
16998 msgid "taking address of bound pointer-to-member expression"
16999 msgstr ""
17000
17001 #: cp/typeck.c:4265
17002 msgid "cannot create pointer to reference member %qD"
17003 msgstr ""
17004
17005 #: cp/typeck.c:4328
17006 msgid "cannot take the address of %<this%>, which is an rvalue expression"
17007 msgstr ""
17008
17009 #: cp/typeck.c:4347
17010 msgid "address requested for %qD, which is declared %<register%>"
17011 msgstr ""
17012
17013 #: cp/typeck.c:4413
17014 #, c-format
17015 msgid "%s expression list treated as compound expression"
17016 msgstr ""
17017
17018 #: cp/typeck.c:4489
17019 msgid "%s from type %qT to type %qT casts away constness"
17020 msgstr ""
17021
17022 #: cp/typeck.c:4787
17023 msgid "invalid static_cast from type %qT to type %qT"
17024 msgstr ""
17025
17026 #: cp/typeck.c:4809
17027 msgid "converting from %qT to %qT"
17028 msgstr ""
17029
17030 #: cp/typeck.c:4854
17031 msgid "invalid cast of an rvalue expression of type %qT to type %qT"
17032 msgstr ""
17033
17034 #: cp/typeck.c:4913
17035 msgid "cast from %qT to %qT loses precision"
17036 msgstr ""
17037
17038 #: cp/typeck.c:4941
17039 msgid "cast from %qT to %qT increases required alignment of target type"
17040 msgstr ""
17041
17042 #. Only issue a warning, as we have always supported this
17043 #. where possible, and it is necessary in some cases.  DR 195
17044 #. addresses this issue, but as of 2004/10/26 is still in
17045 #. drafting.
17046 #: cp/typeck.c:4955
17047 msgid ""
17048 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17049 msgstr ""
17050
17051 #: cp/typeck.c:4966
17052 msgid "invalid cast from type %qT to type %qT"
17053 msgstr ""
17054
17055 #: cp/typeck.c:5022
17056 msgid ""
17057 "invalid use of const_cast with type %qT, which is not a pointer, reference, "
17058 "nor a pointer-to-data-member type"
17059 msgstr ""
17060
17061 #: cp/typeck.c:5031
17062 msgid ""
17063 "invalid use of const_cast with type %qT, which is a pointer or reference to "
17064 "a function type"
17065 msgstr ""
17066
17067 #: cp/typeck.c:5053
17068 msgid "invalid const_cast of an rvalue of type %qT to type %qT"
17069 msgstr ""
17070
17071 #: cp/typeck.c:5096
17072 msgid "invalid const_cast from type %qT to type %qT"
17073 msgstr ""
17074
17075 #: cp/typeck.c:5164 cp/typeck.c:5169
17076 msgid "ISO C++ forbids casting to an array type %qT"
17077 msgstr ""
17078
17079 #: cp/typeck.c:5177
17080 msgid "invalid cast to function type %qT"
17081 msgstr ""
17082
17083 #: cp/typeck.c:5398
17084 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
17085 msgstr ""
17086
17087 #: cp/typeck.c:5467
17088 msgid "incompatible types in assignment of %qT to %qT"
17089 msgstr ""
17090
17091 #: cp/typeck.c:5474
17092 msgid "ISO C++ forbids assignment of arrays"
17093 msgstr ""
17094
17095 #: cp/typeck.c:5585
17096 msgid "   in pointer to member function conversion"
17097 msgstr ""
17098
17099 #: cp/typeck.c:5591
17100 msgid "   in pointer to member conversion"
17101 msgstr ""
17102
17103 #. This is a reinterpret cast, we choose to do nothing.
17104 #: cp/typeck.c:5602 cp/typeck.c:5618
17105 msgid "pointer to member cast via virtual base %qT"
17106 msgstr ""
17107
17108 #: cp/typeck.c:5621
17109 msgid "pointer to member conversion via virtual base %qT"
17110 msgstr ""
17111
17112 #: cp/typeck.c:5694
17113 msgid "invalid conversion to type %qT from type %qT"
17114 msgstr ""
17115
17116 #: cp/typeck.c:5858
17117 msgid "passing NULL used for non-pointer %s %P of %qD"
17118 msgstr ""
17119
17120 #: cp/typeck.c:5861
17121 msgid "%s to non-pointer type %qT from NULL"
17122 msgstr ""
17123
17124 #: cp/typeck.c:5869
17125 msgid "passing %qT for %s %P of %qD"
17126 msgstr ""
17127
17128 #: cp/typeck.c:5872
17129 msgid "%s to %qT from %qT"
17130 msgstr ""
17131
17132 #: cp/typeck.c:5881
17133 msgid "passing negative value %qE for %s %P of %qD"
17134 msgstr ""
17135
17136 #: cp/typeck.c:5884
17137 msgid "%s of negative value %qE to %qT"
17138 msgstr ""
17139
17140 #: cp/typeck.c:5970
17141 msgid "cannot convert %qT to %qT for argument %qP to %qD"
17142 msgstr ""
17143
17144 #: cp/typeck.c:5973
17145 msgid "cannot convert %qT to %qT in %s"
17146 msgstr ""
17147
17148 #: cp/typeck.c:6049 cp/typeck.c:6051
17149 msgid "in passing argument %P of %q+D"
17150 msgstr ""
17151
17152 #: cp/typeck.c:6101
17153 msgid "returning reference to temporary"
17154 msgstr ""
17155
17156 #: cp/typeck.c:6108
17157 msgid "reference to non-lvalue returned"
17158 msgstr ""
17159
17160 #: cp/typeck.c:6120
17161 msgid "reference to local variable %qD returned"
17162 msgstr ""
17163
17164 #: cp/typeck.c:6123
17165 msgid "address of local variable %qD returned"
17166 msgstr ""
17167
17168 #: cp/typeck.c:6153
17169 msgid "returning a value from a destructor"
17170 msgstr ""
17171
17172 #. If a return statement appears in a handler of the
17173 #. function-try-block of a constructor, the program is ill-formed.
17174 #: cp/typeck.c:6161
17175 msgid "cannot return from a handler of a function-try-block of a constructor"
17176 msgstr ""
17177
17178 #. You can't return a value from a constructor.
17179 #: cp/typeck.c:6164
17180 msgid "returning a value from a constructor"
17181 msgstr ""
17182
17183 #: cp/typeck.c:6187
17184 msgid "return-statement with no value, in function returning %qT"
17185 msgstr ""
17186
17187 #: cp/typeck.c:6204
17188 msgid "return-statement with a value, in function returning 'void'"
17189 msgstr ""
17190
17191 #: cp/typeck.c:6226
17192 msgid ""
17193 "%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
17194 "fcheck-new is in effect)"
17195 msgstr ""
17196
17197 #: cp/typeck2.c:52
17198 msgid "type %qT is not a base type for type %qT"
17199 msgstr ""
17200
17201 #: cp/typeck2.c:292
17202 msgid "cannot declare variable %q+D to be of abstract type %qT"
17203 msgstr ""
17204
17205 #: cp/typeck2.c:295
17206 msgid "cannot declare parameter %q+D to be of abstract type %qT"
17207 msgstr ""
17208
17209 #: cp/typeck2.c:298
17210 msgid "cannot declare field %q+D to be of abstract type %qT"
17211 msgstr ""
17212
17213 #: cp/typeck2.c:302
17214 msgid "invalid abstract return type for member function %q+#D"
17215 msgstr ""
17216
17217 #: cp/typeck2.c:305
17218 msgid "invalid abstract return type for function %q+#D"
17219 msgstr ""
17220
17221 #. Here we do not have location information, so use error instead
17222 #. of cp_error_at.
17223 #: cp/typeck2.c:310
17224 msgid "invalid abstract type %qT for %qE"
17225 msgstr ""
17226
17227 #: cp/typeck2.c:312
17228 msgid "invalid abstract type for %q+D"
17229 msgstr ""
17230
17231 #: cp/typeck2.c:315
17232 msgid "cannot allocate an object of abstract type %qT"
17233 msgstr ""
17234
17235 #: cp/typeck2.c:323
17236 msgid "%J  because the following virtual functions are pure within %qT:"
17237 msgstr ""
17238
17239 #: cp/typeck2.c:327
17240 msgid "%J\t%#D"
17241 msgstr ""
17242
17243 #: cp/typeck2.c:334
17244 msgid "%J  since type %qT has pure virtual functions"
17245 msgstr ""
17246
17247 #: cp/typeck2.c:581
17248 msgid "constructor syntax used, but no constructor declared for type %qT"
17249 msgstr ""
17250
17251 #: cp/typeck2.c:595
17252 msgid "cannot initialize arrays using this syntax"
17253 msgstr ""
17254
17255 #: cp/typeck2.c:687
17256 msgid "initializing array with parameter list"
17257 msgstr ""
17258
17259 #: cp/typeck2.c:709
17260 msgid "int-array initialized from non-wide string"
17261 msgstr ""
17262
17263 #: cp/typeck2.c:742
17264 msgid "initializer for scalar variable requires one element"
17265 msgstr ""
17266
17267 #: cp/typeck2.c:749
17268 msgid "braces around scalar initializer for %qT"
17269 msgstr ""
17270
17271 #: cp/typeck2.c:752
17272 msgid "ignoring extra initializers for %qT"
17273 msgstr ""
17274
17275 #: cp/typeck2.c:764
17276 msgid "variable-sized object of type %qT may not be initialized"
17277 msgstr ""
17278
17279 #: cp/typeck2.c:775
17280 msgid "subobject of type %qT must be initialized by constructor, not by %qE"
17281 msgstr ""
17282
17283 #: cp/typeck2.c:841
17284 msgid "aggregate has a partly bracketed initializer"
17285 msgstr ""
17286
17287 #: cp/typeck2.c:879 cp/typeck2.c:968
17288 msgid "non-trivial labeled initializers"
17289 msgstr ""
17290
17291 #: cp/typeck2.c:893
17292 msgid "non-empty initializer for array of empty elements"
17293 msgstr ""
17294
17295 #: cp/typeck2.c:1007 cp/typeck2.c:1022
17296 msgid "missing initializer for member %qD"
17297 msgstr ""
17298
17299 #: cp/typeck2.c:1012
17300 msgid "uninitialized const member %qD"
17301 msgstr ""
17302
17303 #: cp/typeck2.c:1014
17304 msgid "member %qD with uninitialized const fields"
17305 msgstr ""
17306
17307 #: cp/typeck2.c:1016
17308 msgid "member %qD is uninitialized reference"
17309 msgstr ""
17310
17311 #: cp/typeck2.c:1063
17312 msgid "index value instead of field name in union initializer"
17313 msgstr ""
17314
17315 #: cp/typeck2.c:1075
17316 msgid "no field %qD in union being initialized"
17317 msgstr ""
17318
17319 #: cp/typeck2.c:1083
17320 msgid "union %qT with no named members cannot be initialized"
17321 msgstr ""
17322
17323 #: cp/typeck2.c:1118
17324 msgid "excess elements in aggregate initializer"
17325 msgstr ""
17326
17327 #: cp/typeck2.c:1232
17328 msgid "circular pointer delegation detected"
17329 msgstr ""
17330
17331 #: cp/typeck2.c:1245
17332 msgid "base operand of %<->%> has non-pointer type %qT"
17333 msgstr ""
17334
17335 #: cp/typeck2.c:1269
17336 msgid "result of %<operator->()%> yields non-pointer result"
17337 msgstr ""
17338
17339 #: cp/typeck2.c:1271
17340 msgid "base operand of %<->%> is not a pointer"
17341 msgstr ""
17342
17343 #: cp/typeck2.c:1295
17344 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
17345 msgstr ""
17346
17347 #: cp/typeck2.c:1304
17348 msgid ""
17349 "cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
17350 msgstr ""
17351
17352 #: cp/typeck2.c:1326
17353 msgid "pointer to member type %qT incompatible with object type %qT"
17354 msgstr ""
17355
17356 #: cp/typeck2.c:1549
17357 msgid "call to function %qD which throws incomplete type %q#T"
17358 msgstr ""
17359
17360 #: cp/typeck2.c:1552
17361 msgid "call to function which throws incomplete type %q#T"
17362 msgstr ""
17363
17364 #. XXX Not i18n clean.
17365 #: cp/cp-tree.h:3825
17366 #, c-format
17367 msgid "%s is deprecated, please see the documentation for details"
17368 msgstr ""
17369
17370 #: fortran/f95-lang.c:243
17371 msgid "Unexpected type in truthvalue_conversion"
17372 msgstr ""
17373
17374 #: fortran/f95-lang.c:296
17375 #, c-format
17376 msgid "can't open input file: %s"
17377 msgstr ""
17378
17379 #: fortran/f95-lang.c:623
17380 #, c-format
17381 msgid "global register variable `%s' used in nested function"
17382 msgstr ""
17383
17384 #: fortran/f95-lang.c:627
17385 #, c-format
17386 msgid "register variable `%s' used in nested function"
17387 msgstr ""
17388
17389 #: fortran/f95-lang.c:634
17390 #, c-format
17391 msgid "address of global register variable `%s' requested"
17392 msgstr ""
17393
17394 #: fortran/f95-lang.c:652
17395 #, c-format
17396 msgid "address of register variable `%s' requested"
17397 msgstr ""
17398
17399 #: fortran/gfortranspec.c:231
17400 #, c-format
17401 msgid "overflowed output arg list for `%s'"
17402 msgstr ""
17403
17404 #: fortran/gfortranspec.c:375
17405 #, c-format
17406 msgid "argument to `%s' missing"
17407 msgstr ""
17408
17409 #: fortran/gfortranspec.c:379
17410 msgid "no input files; unwilling to write output files"
17411 msgstr ""
17412
17413 #: fortran/trans-array.c:2890
17414 msgid "Possible frontend bug: array constructor not expanded"
17415 msgstr ""
17416
17417 #: fortran/trans-array.c:3993
17418 msgid ""
17419 "Possible frontend bug: Deferred array size without pointer or allocatable "
17420 "attribute."
17421 msgstr ""
17422
17423 #: fortran/trans-array.c:4153
17424 msgid "scalar vector subscript???"
17425 msgstr ""
17426
17427 #: fortran/trans-array.c:4427
17428 #, c-format
17429 msgid "bad expression type during walk (%d)"
17430 msgstr ""
17431
17432 #: fortran/trans-const.c:329
17433 #, c-format
17434 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17435 msgstr ""
17436
17437 #: fortran/trans-decl.c:760
17438 msgid "intrinsic variable which isn't a procedure"
17439 msgstr ""
17440
17441 #: fortran/trans-decl.c:1899
17442 msgid "Function does not return a value"
17443 msgstr ""
17444
17445 #. I don't think this should ever happen.
17446 #: fortran/trans-decl.c:1998
17447 #, c-format
17448 msgid "module symbol %s in wrong namespace"
17449 msgstr ""
17450
17451 #: fortran/trans-decl.c:2012
17452 #, c-format
17453 msgid "backend decl for module variable %s already exists"
17454 msgstr ""
17455
17456 #: fortran/trans-decl.c:2094
17457 #, c-format
17458 msgid "unused parameter `%s'"
17459 msgstr ""
17460
17461 #: fortran/trans-decl.c:2099
17462 #, c-format
17463 msgid "unused variable `%s'"
17464 msgstr ""
17465
17466 #: fortran/trans-decl.c:2243
17467 msgid "Function return value not set"
17468 msgstr ""
17469
17470 #: fortran/trans-expr.c:950
17471 msgid "Unknown intrinsic op"
17472 msgstr ""
17473
17474 #: fortran/trans-intrinsic.c:585
17475 #, c-format
17476 msgid "Intrinsic function %s(%d) not recognized"
17477 msgstr ""
17478
17479 #: fortran/trans-io.c:934
17480 #, c-format
17481 msgid "Bad namelist IO basetype (%d)"
17482 msgstr ""
17483
17484 #: fortran/trans-io.c:1011
17485 msgid "A format cannot be specified with a namelist"
17486 msgstr ""
17487
17488 #: fortran/trans-io.c:1309
17489 #, c-format
17490 msgid "Bad IO basetype (%d)"
17491 msgstr ""
17492
17493 #: fortran/trans-types.c:189
17494 msgid "integer kind=8 not available for -i8 option"
17495 msgstr ""
17496
17497 #: fortran/trans-types.c:201
17498 msgid "real kind=8 not available for -r8 option"
17499 msgstr ""
17500
17501 #: fortran/trans-types.c:904
17502 msgid "Array element size too big"
17503 msgstr ""
17504
17505 #: fortran/trans.c:623
17506 msgid "gfc_trans_code(): Bad statement code"
17507 msgstr ""
17508
17509 #. I changed this from sorry(...) because it should not return.
17510 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17511 #: fortran/trans.h:562
17512 msgid "gfc_todo: Not Implemented: "
17513 msgstr ""
17514
17515 #: java/check-init.c:201
17516 #, c-format
17517 msgid "Can't reassign a value to the final variable %qs"
17518 msgstr ""
17519
17520 #: java/check-init.c:469 java/parse.h:377
17521 #, c-format
17522 msgid "Variable %qs may not have been initialized"
17523 msgstr ""
17524
17525 #: java/check-init.c:485
17526 #, c-format
17527 msgid "variable %qs may not have been initialized"
17528 msgstr ""
17529
17530 #: java/check-init.c:896
17531 #, c-format
17532 msgid "internal error in check-init: tree code not implemented: %s"
17533 msgstr ""
17534
17535 #: java/check-init.c:968
17536 msgid "%Jfinal field %qD may not have been initialized"
17537 msgstr ""
17538
17539 #: java/class.c:755
17540 msgid "bad method signature"
17541 msgstr ""
17542
17543 #: java/class.c:799
17544 msgid "misplaced ConstantValue attribute (not in any field)"
17545 msgstr ""
17546
17547 #: java/class.c:801
17548 #, c-format
17549 msgid "duplicate ConstantValue attribute for field '%s'"
17550 msgstr ""
17551
17552 #: java/class.c:812
17553 #, c-format
17554 msgid "ConstantValue attribute of field '%s' has wrong type"
17555 msgstr ""
17556
17557 #: java/class.c:1110
17558 #, c-format
17559 msgid "field '%s' not found in class"
17560 msgstr ""
17561
17562 #: java/class.c:1430
17563 msgid "%Jabstract method in non-abstract class"
17564 msgstr ""
17565
17566 #: java/class.c:2296
17567 msgid "%Jnon-static method '%D' overrides static method"
17568 msgstr ""
17569
17570 #: java/decl.c:1158
17571 msgid "%J'%D' used prior to declaration"
17572 msgstr ""
17573
17574 #: java/decl.c:1199
17575 #, c-format
17576 msgid "declaration of %qs shadows a parameter"
17577 msgstr ""
17578
17579 #: java/decl.c:1202
17580 #, c-format
17581 msgid "declaration of %qs shadows a symbol from the parameter list"
17582 msgstr ""
17583
17584 #: java/decl.c:1530
17585 msgid "%Jlabel '%D' used but not defined"
17586 msgstr ""
17587
17588 #: java/decl.c:1535
17589 msgid "%Jlabel '%D' defined but not used"
17590 msgstr ""
17591
17592 #: java/decl.c:1657
17593 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17594 msgstr ""
17595
17596 #: java/decl.c:1721
17597 msgid "bad type in parameter debug info"
17598 msgstr ""
17599
17600 #: java/decl.c:1730
17601 msgid "%Jbad PC range for debug info for local '%D'"
17602 msgstr ""
17603
17604 #: java/expr.c:538
17605 msgid "stack underflow - dup* operation"
17606 msgstr ""
17607
17608 #: java/expr.c:1489
17609 #, c-format
17610 msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
17611 msgstr ""
17612
17613 #: java/expr.c:1517
17614 #, c-format
17615 msgid "field %qs not found"
17616 msgstr ""
17617
17618 #: java/expr.c:1714
17619 msgid "ret instruction not implemented"
17620 msgstr ""
17621
17622 #: java/expr.c:1875
17623 #, c-format
17624 msgid "method '%s' not found in class"
17625 msgstr ""
17626
17627 #: java/expr.c:2065
17628 #, c-format
17629 msgid "failed to find class '%s'"
17630 msgstr ""
17631
17632 #: java/expr.c:2075
17633 #, c-format
17634 msgid "class '%s' has no method named '%s' matching signature '%s'"
17635 msgstr ""
17636
17637 #: java/expr.c:2085
17638 msgid "invokestatic on non static method"
17639 msgstr ""
17640
17641 #: java/expr.c:2090
17642 msgid "invokestatic on abstract method"
17643 msgstr ""
17644
17645 #: java/expr.c:2098
17646 msgid "invoke[non-static] on static method"
17647 msgstr ""
17648
17649 #: java/expr.c:2398
17650 #, c-format
17651 msgid "missing field '%s' in '%s'"
17652 msgstr ""
17653
17654 #: java/expr.c:2404
17655 #, c-format
17656 msgid "mismatching signature for field '%s' in '%s'"
17657 msgstr ""
17658
17659 #: java/expr.c:2426
17660 msgid "%Jassignment to final field '%D' not in field's class"
17661 msgstr ""
17662
17663 #: java/expr.c:2431
17664 msgid "%Jassignment to final static field %qD not in class initializer"
17665 msgstr ""
17666
17667 #: java/expr.c:2440
17668 msgid "%Jassignment to final field '%D' not in constructor"
17669 msgstr ""
17670
17671 #: java/expr.c:2630
17672 msgid "invalid PC in line number table"
17673 msgstr ""
17674
17675 #: java/expr.c:2676
17676 #, c-format
17677 msgid "unreachable bytecode from %d to before %d"
17678 msgstr ""
17679
17680 #: java/expr.c:2718
17681 #, c-format
17682 msgid "unreachable bytecode from %d to the end of the method"
17683 msgstr ""
17684
17685 #. duplicate code from LOAD macro
17686 #: java/expr.c:3012
17687 msgid "unrecogized wide sub-instruction"
17688 msgstr ""
17689
17690 #: java/gjavah.c:692
17691 msgid "static field has same name as method"
17692 msgstr ""
17693
17694 #. FIXME: i18n bug here.  Order of prints should not be
17695 #. fixed.
17696 #: java/gjavah.c:888
17697 #, c-format
17698 msgid "ignored method `"
17699 msgstr ""
17700
17701 #: java/gjavah.c:890
17702 #, c-format
17703 msgid "' marked virtual\n"
17704 msgstr ""
17705
17706 #: java/gjavah.c:1238
17707 #, c-format
17708 msgid "couldn't find class %s"
17709 msgstr ""
17710
17711 #: java/gjavah.c:1245
17712 #, c-format
17713 msgid "parse error while reading %s"
17714 msgstr ""
17715
17716 #: java/gjavah.c:1471 java/gjavah.c:1573 java/gjavah.c:1648
17717 #, c-format
17718 msgid "unparseable signature: `%s'"
17719 msgstr ""
17720
17721 #: java/gjavah.c:2038
17722 msgid "Not a valid Java .class file."
17723 msgstr ""
17724
17725 #: java/gjavah.c:2046 java/jcf-parse.c:675
17726 msgid "error while parsing constant pool"
17727 msgstr ""
17728
17729 #: java/gjavah.c:2052
17730 #, c-format
17731 msgid "error in constant pool entry #%d"
17732 msgstr ""
17733
17734 #: java/gjavah.c:2195
17735 msgid "class is of array type\n"
17736 msgstr ""
17737
17738 #: java/gjavah.c:2203
17739 msgid "base class is of array type"
17740 msgstr ""
17741
17742 #: java/gjavah.c:2319
17743 #, c-format
17744 msgid "Try `gcjh --help' for more information.\n"
17745 msgstr ""
17746
17747 #: java/gjavah.c:2326
17748 #, c-format
17749 msgid ""
17750 "Usage: gcjh [OPTION]... CLASS...\n"
17751 "\n"
17752 msgstr ""
17753
17754 #: java/gjavah.c:2327
17755 #, c-format
17756 msgid ""
17757 "Generate C++ header files from .class files\n"
17758 "\n"
17759 msgstr ""
17760
17761 #: java/gjavah.c:2328
17762 #, c-format
17763 msgid "  -stubs                  Generate an implementation stub file\n"
17764 msgstr ""
17765
17766 #: java/gjavah.c:2329
17767 #, c-format
17768 msgid "  -jni                    Generate a JNI header or stub\n"
17769 msgstr ""
17770
17771 #: java/gjavah.c:2331
17772 #, c-format
17773 msgid "  -add TEXT               Insert TEXT into class body\n"
17774 msgstr ""
17775
17776 #: java/gjavah.c:2332
17777 #, c-format
17778 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17779 msgstr ""
17780
17781 #: java/gjavah.c:2333
17782 #, c-format
17783 msgid "  -friend TEXT            Insert TEXT as `friend' declaration\n"
17784 msgstr ""
17785
17786 #: java/gjavah.c:2334
17787 #, c-format
17788 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17789 msgstr ""
17790
17791 #: java/gjavah.c:2336 java/jcf-dump.c:897
17792 #, c-format
17793 msgid "  --classpath PATH        Set path to find .class files\n"
17794 msgstr ""
17795
17796 #: java/gjavah.c:2337 java/jcf-dump.c:898
17797 #, c-format
17798 msgid "  -IDIR                   Append directory to class path\n"
17799 msgstr ""
17800
17801 #: java/gjavah.c:2338 java/jcf-dump.c:899
17802 #, c-format
17803 msgid "  --bootclasspath PATH    Override built-in class path\n"
17804 msgstr ""
17805
17806 #: java/gjavah.c:2339 java/jcf-dump.c:900
17807 #, c-format
17808 msgid "  --extdirs PATH          Set extensions directory path\n"
17809 msgstr ""
17810
17811 #: java/gjavah.c:2340
17812 #, c-format
17813 msgid "  -d DIRECTORY            Set output directory name\n"
17814 msgstr ""
17815
17816 #: java/gjavah.c:2341 java/jcf-dump.c:901 java/jv-scan.c:114
17817 #, c-format
17818 msgid "  -o FILE                 Set output file name\n"
17819 msgstr ""
17820
17821 #: java/gjavah.c:2342
17822 #, c-format
17823 msgid "  -td DIRECTORY           Set temporary directory name\n"
17824 msgstr ""
17825
17826 #: java/gjavah.c:2344 java/jcf-dump.c:903 java/jv-scan.c:116
17827 #, c-format
17828 msgid "  --help                  Print this help, then exit\n"
17829 msgstr ""
17830
17831 #: java/gjavah.c:2345 java/jcf-dump.c:904 java/jv-scan.c:117
17832 #, c-format
17833 msgid "  --version               Print version number, then exit\n"
17834 msgstr ""
17835
17836 #: java/gjavah.c:2346 java/jcf-dump.c:905
17837 #, c-format
17838 msgid "  -v, --verbose           Print extra information while running\n"
17839 msgstr ""
17840
17841 #: java/gjavah.c:2348
17842 #, c-format
17843 msgid ""
17844 "  -M                      Print all dependencies to stdout;\n"
17845 "                             suppress ordinary output\n"
17846 msgstr ""
17847
17848 #: java/gjavah.c:2350
17849 #, c-format
17850 msgid ""
17851 "  -MM                     Print non-system dependencies to stdout;\n"
17852 "                             suppress ordinary output\n"
17853 msgstr ""
17854
17855 #: java/gjavah.c:2352
17856 #, c-format
17857 msgid "  -MD                     Print all dependencies to stdout\n"
17858 msgstr ""
17859
17860 #: java/gjavah.c:2353
17861 #, c-format
17862 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17863 msgstr ""
17864
17865 #: java/gjavah.c:2356 java/jcf-dump.c:907 java/jv-scan.c:119
17866 #, c-format
17867 msgid ""
17868 "For bug reporting instructions, please see:\n"
17869 "%s.\n"
17870 msgstr ""
17871
17872 #: java/gjavah.c:2384 java/gjavah.c:2498
17873 msgid "no classes specified"
17874 msgstr ""
17875
17876 #: java/gjavah.c:2477
17877 msgid "`-MG' option is unimplemented"
17878 msgstr ""
17879
17880 #: java/gjavah.c:2506
17881 msgid "can't specify both -o and -MD"
17882 msgstr ""
17883
17884 #: java/gjavah.c:2517
17885 #, c-format
17886 msgid "Processing %s\n"
17887 msgstr ""
17888
17889 #: java/gjavah.c:2523
17890 #, c-format
17891 msgid "%s: no such class"
17892 msgstr ""
17893
17894 #: java/gjavah.c:2527
17895 #, c-format
17896 msgid "Found in %s\n"
17897 msgstr ""
17898
17899 #: java/jcf-dump.c:814
17900 #, c-format
17901 msgid "Not a valid Java .class file.\n"
17902 msgstr ""
17903
17904 #: java/jcf-dump.c:820
17905 #, c-format
17906 msgid "error while parsing constant pool\n"
17907 msgstr ""
17908
17909 #: java/jcf-dump.c:826 java/jcf-parse.c:678
17910 #, c-format
17911 msgid "error in constant pool entry #%d\n"
17912 msgstr ""
17913
17914 #: java/jcf-dump.c:836
17915 #, c-format
17916 msgid "error while parsing fields\n"
17917 msgstr ""
17918
17919 #: java/jcf-dump.c:842
17920 #, c-format
17921 msgid "error while parsing methods\n"
17922 msgstr ""
17923
17924 #: java/jcf-dump.c:848
17925 #, c-format
17926 msgid "error while parsing final attributes\n"
17927 msgstr ""
17928
17929 #: java/jcf-dump.c:885
17930 #, c-format
17931 msgid "Try `jcf-dump --help' for more information.\n"
17932 msgstr ""
17933
17934 #: java/jcf-dump.c:892
17935 #, c-format
17936 msgid ""
17937 "Usage: jcf-dump [OPTION]... CLASS...\n"
17938 "\n"
17939 msgstr ""
17940
17941 #: java/jcf-dump.c:893
17942 #, c-format
17943 msgid ""
17944 "Display contents of a class file in readable form.\n"
17945 "\n"
17946 msgstr ""
17947
17948 #: java/jcf-dump.c:894
17949 #, c-format
17950 msgid "  -c                      Disassemble method bodies\n"
17951 msgstr ""
17952
17953 #: java/jcf-dump.c:895
17954 #, c-format
17955 msgid "  --javap                 Generate output in `javap' format\n"
17956 msgstr ""
17957
17958 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
17959 #, c-format
17960 msgid "jcf-dump: no classes specified\n"
17961 msgstr ""
17962
17963 #: java/jcf-dump.c:1020
17964 #, c-format
17965 msgid "Cannot open '%s' for output.\n"
17966 msgstr ""
17967
17968 #: java/jcf-dump.c:1066
17969 #, c-format
17970 msgid "bad format of .zip/.jar archive\n"
17971 msgstr ""
17972
17973 #: java/jcf-dump.c:1184
17974 #, c-format
17975 msgid "Bad byte codes.\n"
17976 msgstr ""
17977
17978 #: java/jcf-io.c:536
17979 #, c-format
17980 msgid ""
17981 "source file for class %qs is newer than its matching class file.  Source "
17982 "file %qs used instead"
17983 msgstr ""
17984
17985 #: java/jcf-parse.c:362
17986 msgid "bad string constant"
17987 msgstr ""
17988
17989 #: java/jcf-parse.c:380
17990 #, c-format
17991 msgid "bad value constant type %d, index %d"
17992 msgstr ""
17993
17994 #: java/jcf-parse.c:559
17995 #, c-format
17996 msgid "can't reopen %s: %m"
17997 msgstr ""
17998
17999 #: java/jcf-parse.c:566
18000 #, c-format
18001 msgid "can't close %s: %m"
18002 msgstr ""
18003
18004 #: java/jcf-parse.c:661
18005 #, c-format
18006 msgid "cannot find file for class %s"
18007 msgstr ""
18008
18009 #: java/jcf-parse.c:672
18010 msgid "not a valid Java .class file"
18011 msgstr ""
18012
18013 #. FIXME - where was first time
18014 #: java/jcf-parse.c:690
18015 #, c-format
18016 msgid "reading class %s for the second time from %s"
18017 msgstr ""
18018
18019 #: java/jcf-parse.c:708
18020 msgid "error while parsing fields"
18021 msgstr ""
18022
18023 #: java/jcf-parse.c:711
18024 msgid "error while parsing methods"
18025 msgstr ""
18026
18027 #: java/jcf-parse.c:714
18028 msgid "error while parsing final attributes"
18029 msgstr ""
18030
18031 #: java/jcf-parse.c:731
18032 msgid ""
18033 "the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
18034 "length %<gnu.gcj.gcj-compiled%> attribute.  This generally means that your "
18035 "classpath is incorrectly set.  Use %<info gcj \"Input Options\"%> to see the "
18036 "info page describing how to set the classpath"
18037 msgstr ""
18038
18039 #: java/jcf-parse.c:808
18040 msgid "missing Code attribute"
18041 msgstr ""
18042
18043 #: java/jcf-parse.c:1067
18044 msgid "%Hsource file seen twice on command line and will be compiled only once"
18045 msgstr ""
18046
18047 #: java/jcf-parse.c:1082
18048 msgid "no input file specified"
18049 msgstr ""
18050
18051 #: java/jcf-parse.c:1114
18052 #, c-format
18053 msgid "can't close input file %s: %m"
18054 msgstr ""
18055
18056 #: java/jcf-parse.c:1155
18057 #, c-format
18058 msgid "bad zip/jar file %s"
18059 msgstr ""
18060
18061 #: java/jcf-parse.c:1357
18062 #, c-format
18063 msgid "error while reading %s from zip file"
18064 msgstr ""
18065
18066 #: java/jcf-write.c:2658
18067 #, c-format
18068 msgid ""
18069 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18070 msgstr ""
18071
18072 #: java/jcf-write.c:3030
18073 msgid "field initializer type mismatch"
18074 msgstr ""
18075
18076 #: java/jcf-write.c:3487
18077 #, c-format
18078 msgid "can't create directory %s: %m"
18079 msgstr ""
18080
18081 #: java/jcf-write.c:3520
18082 #, c-format
18083 msgid "can't open %s for writing: %m"
18084 msgstr ""
18085
18086 #: java/jcf-write.c:3540
18087 #, c-format
18088 msgid "can't create %s: %m"
18089 msgstr ""
18090
18091 #: java/jv-scan.c:99
18092 #, c-format
18093 msgid "Try `jv-scan --help' for more information.\n"
18094 msgstr ""
18095
18096 #: java/jv-scan.c:106
18097 #, c-format
18098 msgid ""
18099 "Usage: jv-scan [OPTION]... FILE...\n"
18100 "\n"
18101 msgstr ""
18102
18103 #: java/jv-scan.c:107
18104 #, c-format
18105 msgid ""
18106 "Print useful information read from Java source files.\n"
18107 "\n"
18108 msgstr ""
18109
18110 #: java/jv-scan.c:108
18111 #, c-format
18112 msgid "  --no-assert             Don't recognize the assert keyword\n"
18113 msgstr ""
18114
18115 #: java/jv-scan.c:109
18116 #, c-format
18117 msgid "  --complexity            Print cyclomatic complexity of input file\n"
18118 msgstr ""
18119
18120 #: java/jv-scan.c:110
18121 #, c-format
18122 msgid "  --encoding NAME         Specify encoding of input file\n"
18123 msgstr ""
18124
18125 #: java/jv-scan.c:111
18126 #, c-format
18127 msgid "  --print-main            Print name of class containing `main'\n"
18128 msgstr ""
18129
18130 #: java/jv-scan.c:112
18131 #, c-format
18132 msgid "  --list-class            List all classes defined in file\n"
18133 msgstr ""
18134
18135 #: java/jv-scan.c:113
18136 #, c-format
18137 msgid ""
18138 "  --list-filename         Print input filename when listing class names\n"
18139 msgstr ""
18140
18141 #: java/jv-scan.c:213
18142 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
18143 msgstr ""
18144
18145 #: java/jv-scan.c:216
18146 #, c-format
18147 msgid "can't open output file `%s'"
18148 msgstr ""
18149
18150 #: java/jv-scan.c:251
18151 #, c-format
18152 msgid "file not found `%s'"
18153 msgstr ""
18154
18155 #: java/jv-scan.c:273
18156 #, c-format
18157 msgid "%s: error: "
18158 msgstr ""
18159
18160 #: java/jv-scan.c:285
18161 #, c-format
18162 msgid "%s: warning: "
18163 msgstr ""
18164
18165 #: java/jvgenmain.c:48
18166 #, c-format
18167 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18168 msgstr ""
18169
18170 #: java/jvgenmain.c:98
18171 #, c-format
18172 msgid "%s: Cannot open output file: %s\n"
18173 msgstr ""
18174
18175 #: java/jvgenmain.c:135
18176 #, c-format
18177 msgid "%s: Failed to close output file %s\n"
18178 msgstr ""
18179
18180 #: java/jvspec.c:420
18181 msgid "can't specify `-D' without `--main'\n"
18182 msgstr ""
18183
18184 #: java/jvspec.c:423
18185 #, c-format
18186 msgid "`%s' is not a valid class name"
18187 msgstr ""
18188
18189 #: java/jvspec.c:429
18190 msgid "--resource requires -o"
18191 msgstr ""
18192
18193 #: java/jvspec.c:436
18194 msgid "warning: already-compiled .class files ignored with -C"
18195 msgstr ""
18196
18197 #: java/jvspec.c:443
18198 msgid "cannot specify both -C and -o"
18199 msgstr ""
18200
18201 #: java/jvspec.c:455
18202 msgid "cannot create temporary file"
18203 msgstr ""
18204
18205 #: java/jvspec.c:483
18206 msgid "using both @FILE with multiple files not implemented"
18207 msgstr ""
18208
18209 #: java/jvspec.c:534
18210 msgid "cannot specify `main' class when not linking"
18211 msgstr ""
18212
18213 #: java/lang.c:619
18214 msgid "can't do dependency tracking with input from stdin"
18215 msgstr ""
18216
18217 #: java/lang.c:635
18218 msgid "couldn't determine target name for dependency tracking"
18219 msgstr ""
18220
18221 #: java/lex.c:256
18222 msgid ""
18223 "unknown encoding: %qs\n"
18224 "This might mean that your locale's encoding is not supported\n"
18225 "by your system's iconv(3) implementation.  If you aren't trying\n"
18226 "to use a particular encoding for your input file, try the\n"
18227 "%<--encoding=UTF-8%> option"
18228 msgstr ""
18229
18230 #: java/lex.c:627
18231 msgid "internal error - bad unget"
18232 msgstr ""
18233
18234 #: java/mangle.c:89
18235 #, c-format
18236 msgid "can't mangle %s"
18237 msgstr ""
18238
18239 #: java/mangle_name.c:140 java/mangle_name.c:210
18240 msgid "internal error - invalid Utf8 name"
18241 msgstr ""
18242
18243 #: java/parse-scan.y:881 java/parse.y:976
18244 #: java/parse.y:1317 java/parse.y:1378
18245 #: java/parse.y:1589 java/parse.y:1812
18246 #: java/parse.y:1821 java/parse.y:1832
18247 #: java/parse.y:1843 java/parse.y:1855
18248 #: java/parse.y:1870 java/parse.y:1887
18249 #: java/parse.y:1889 java/parse.y:1970
18250 #: java/parse.y:2147 java/parse.y:2216
18251 #: java/parse.y:2380 java/parse.y:2393
18252 #: java/parse.y:2400 java/parse.y:2407
18253 #: java/parse.y:2418 java/parse.y:2420
18254 #: java/parse.y:2458 java/parse.y:2460
18255 #: java/parse.y:2462 java/parse.y:2483
18256 #: java/parse.y:2485 java/parse.y:2487
18257 #: java/parse.y:2503 java/parse.y:2505
18258 #: java/parse.y:2526 java/parse.y:2528
18259 #: java/parse.y:2530 java/parse.y:2558
18260 #: java/parse.y:2560 java/parse.y:2562
18261 #: java/parse.y:2564 java/parse.y:2582
18262 #: java/parse.y:2584 java/parse.y:2595
18263 #: java/parse.y:2606 java/parse.y:2617
18264 #: java/parse.y:2628 java/parse.y:2639
18265 #: java/parse.y:2652 java/parse.y:2656
18266 #: java/parse.y:2658 java/parse.y:2671
18267 msgid "Missing term"
18268 msgstr ""
18269
18270 #: java/parse-scan.y:883 java/parse.y:750
18271 #: java/parse.y:788 java/parse.y:813
18272 #: java/parse.y:997 java/parse.y:1352
18273 #: java/parse.y:1565 java/parse.y:1567
18274 #: java/parse.y:1797 java/parse.y:1823
18275 #: java/parse.y:1834 java/parse.y:1845
18276 #: java/parse.y:1857 java/parse.y:1872
18277 msgid "';' expected"
18278 msgstr ""
18279
18280 #: java/parse.y:748 java/parse.y:786
18281 msgid "Missing name"
18282 msgstr ""
18283
18284 #: java/parse.y:776
18285 #, c-format
18286 msgid "Ambiguous class: %qs and %qs"
18287 msgstr ""
18288
18289 #: java/parse.y:811
18290 msgid "'*' expected"
18291 msgstr ""
18292
18293 #: java/parse.y:825
18294 msgid "Class or interface declaration expected"
18295 msgstr ""
18296
18297 #: java/parse.y:842
18298 #, c-format
18299 msgid "Modifier %qs declared twice"
18300 msgstr ""
18301
18302 #: java/parse.y:862 java/parse.y:864
18303 msgid "Missing class name"
18304 msgstr ""
18305
18306 #: java/parse.y:867 java/parse.y:871
18307 #: java/parse.y:879 java/parse.y:1037
18308 #: java/parse.y:1298 java/parse.y:1300
18309 #: java/parse.y:1632 java/parse.y:1883
18310 #: java/parse.y:1915 java/parse.y:1977
18311 msgid "'{' expected"
18312 msgstr ""
18313
18314 #: java/parse.y:881
18315 msgid "Missing super class name"
18316 msgstr ""
18317
18318 #: java/parse.y:891 java/parse.y:907
18319 msgid "Missing interface name"
18320 msgstr ""
18321
18322 #: java/parse.y:991
18323 msgid "Missing variable initializer"
18324 msgstr ""
18325
18326 #: java/parse.y:1008
18327 msgid "Invalid declaration"
18328 msgstr ""
18329
18330 #: java/parse.y:1011 java/parse.y:1096
18331 #: java/parse.y:2162 java/parse.y:2191
18332 #: java/parse.y:2213 java/parse.y:2217
18333 #: java/parse.y:2252 java/parse.y:2331
18334 #: java/parse.y:2341 java/parse.y:2351
18335 msgid "']' expected"
18336 msgstr ""
18337
18338 #: java/parse.y:1015
18339 msgid "Unbalanced ']'"
18340 msgstr ""
18341
18342 #: java/parse.y:1051
18343 msgid "Invalid method declaration, method name required"
18344 msgstr ""
18345
18346 #: java/parse.y:1056 java/parse.y:1061
18347 #: java/parse.y:1066 java/parse.y:2065
18348 msgid "Identifier expected"
18349 msgstr ""
18350
18351 #: java/parse.y:1071 java/parse.y:4743
18352 msgid "Invalid method declaration, return type required"
18353 msgstr ""
18354
18355 #: java/parse.y:1091
18356 msgid "Discouraged form of returned type specification"
18357 msgstr ""
18358
18359 #: java/parse.y:1094 java/parse.y:1545
18360 #: java/parse.y:1552 java/parse.y:1561
18361 #: java/parse.y:1563 java/parse.y:1591
18362 #: java/parse.y:1700 java/parse.y:2007
18363 #: java/parse.y:2060
18364 msgid "')' expected"
18365 msgstr ""
18366
18367 #: java/parse.y:1110
18368 msgid "Missing formal parameter term"
18369 msgstr ""
18370
18371 #: java/parse.y:1125 java/parse.y:1130
18372 msgid "Missing identifier"
18373 msgstr ""
18374
18375 #: java/parse.y:1150 java/parse.y:1159
18376 msgid "Missing class type term"
18377 msgstr ""
18378
18379 #: java/parse.y:1186
18380 #, c-format
18381 msgid ""
18382 "Can't define static initializer in class %qs. Static initializer can only be "
18383 "defined in top-level classes"
18384 msgstr ""
18385
18386 #: java/parse.y:1315
18387 msgid "Invalid interface type"
18388 msgstr ""
18389
18390 #: java/parse.y:1484
18391 msgid "An empty declaration is a deprecated feature that should not be used"
18392 msgstr ""
18393
18394 #: java/parse.y:1505 java/parse.y:1679
18395 #: java/parse.y:1681
18396 msgid "':' expected"
18397 msgstr ""
18398
18399 #: java/parse.y:1531 java/parse.y:1536
18400 #: java/parse.y:1541
18401 msgid "Invalid expression statement"
18402 msgstr ""
18403
18404 #: java/parse.y:1559 java/parse.y:1587
18405 #: java/parse.y:1628 java/parse.y:1696
18406 #: java/parse.y:1764 java/parse.y:1885
18407 #: java/parse.y:1963 java/parse.y:2054
18408 #: java/parse.y:2056 java/parse.y:2069
18409 #: java/parse.y:2312 java/parse.y:2314
18410 msgid "'(' expected"
18411 msgstr ""
18412
18413 #: java/parse.y:1630
18414 msgid "Missing term or ')'"
18415 msgstr ""
18416
18417 #: java/parse.y:1677
18418 msgid "Missing or invalid constant expression"
18419 msgstr ""
18420
18421 #: java/parse.y:1698
18422 msgid "Missing term and ')' expected"
18423 msgstr ""
18424
18425 #: java/parse.y:1737
18426 msgid "Invalid control expression"
18427 msgstr ""
18428
18429 #: java/parse.y:1739 java/parse.y:1741
18430 msgid "Invalid update expression"
18431 msgstr ""
18432
18433 #: java/parse.y:1766
18434 msgid "Invalid init statement"
18435 msgstr ""
18436
18437 #: java/parse.y:1966
18438 msgid "Missing term or ')' expected"
18439 msgstr ""
18440
18441 #: java/parse.y:2009
18442 msgid "'class' or 'this' expected"
18443 msgstr ""
18444
18445 #: java/parse.y:2011 java/parse.y:2013
18446 msgid "'class' expected"
18447 msgstr ""
18448
18449 #: java/parse.y:2058
18450 msgid "')' or term expected"
18451 msgstr ""
18452
18453 #: java/parse.y:2160 java/parse.y:2189
18454 msgid "'[' expected"
18455 msgstr ""
18456
18457 #: java/parse.y:2267
18458 msgid "Field expected"
18459 msgstr ""
18460
18461 #: java/parse.y:2326 java/parse.y:2336
18462 #: java/parse.y:2346
18463 msgid "Missing term and ']' expected"
18464 msgstr ""
18465
18466 #: java/parse.y:2451
18467 msgid "']' expected, invalid type expression"
18468 msgstr ""
18469
18470 #: java/parse.y:2454
18471 msgid "Invalid type expression"
18472 msgstr ""
18473
18474 #: java/parse.y:2566
18475 msgid "Invalid reference type"
18476 msgstr ""
18477
18478 #: java/parse.y:3033
18479 msgid "Constructor invocation must be first thing in a constructor"
18480 msgstr ""
18481
18482 #: java/parse.y:3035
18483 msgid "Only constructors can invoke constructors"
18484 msgstr ""
18485
18486 #: java/parse.y:3043
18487 #, c-format
18488 msgid ": %qs JDK1.1(TM) feature"
18489 msgstr ""
18490
18491 #: java/parse.y:3123 java/parse.y:3125
18492 #, c-format
18493 msgid ""
18494 "%s.\n"
18495 "%s"
18496 msgstr ""
18497
18498 #: java/parse.y:3284
18499 msgid "Missing return statement"
18500 msgstr ""
18501
18502 #: java/parse.y:3306 java/parse.y:11932
18503 #: java/parse.y:11936
18504 msgid "Unreachable statement"
18505 msgstr ""
18506
18507 #: java/parse.y:3316
18508 msgid "Can't access %s field %<%s.%s%> from %qs"
18509 msgstr ""
18510
18511 #: java/parse.y:3385
18512 #, c-format
18513 msgid "%s %qs already defined in %s:%d"
18514 msgstr ""
18515
18516 #: java/parse.y:3403
18517 msgid ""
18518 "Variable %qs is already defined in this method and was declared %<%s %s%> at "
18519 "line %d"
18520 msgstr ""
18521
18522 #: java/parse.y:3514
18523 #, c-format
18524 msgid "Interface %qs repeated"
18525 msgstr ""
18526
18527 #: java/parse.y:3544
18528 #, c-format
18529 msgid "%s name %qs clashes with imported type %qs"
18530 msgstr ""
18531
18532 #: java/parse.y:3576
18533 msgid "Public %s %qs must be defined in a file called %<%s.java%>"
18534 msgstr ""
18535
18536 #: java/parse.y:3591
18537 #, c-format
18538 msgid ""
18539 "Inner class %qs can't be static. Static classes can only occur in interfaces "
18540 "and top-level classes"
18541 msgstr ""
18542
18543 #: java/parse.y:3672
18544 #, c-format
18545 msgid ""
18546 "The class name %qs is already defined in this scope. An inner class may not "
18547 "have the same simple name as any of its enclosing classes"
18548 msgstr ""
18549
18550 #: java/parse.y:3714
18551 msgid "Qualifier must be a reference"
18552 msgstr ""
18553
18554 #: java/parse.y:3735
18555 #, c-format
18556 msgid "Cyclic inheritance involving %s"
18557 msgstr ""
18558
18559 #: java/parse.y:3999
18560 msgid ""
18561 "Redundant use of %<abstract%> modifier. Interface %qs is implicitly abstract"
18562 msgstr ""
18563
18564 #: java/parse.y:4154
18565 #, c-format
18566 msgid "Class %qs can't be declared both abstract and final"
18567 msgstr ""
18568
18569 #: java/parse.y:4166
18570 msgid "%<java.lang.Object%> can't extend anything"
18571 msgstr ""
18572
18573 #: java/parse.y:4408
18574 msgid "Duplicate variable declaration: %<%s %s%> was %<%s %s%> (%s:%d)"
18575 msgstr ""
18576
18577 #: java/parse.y:4472
18578 #, c-format
18579 msgid "Field %qs can't be static in inner class %qs unless it is final"
18580 msgstr ""
18581
18582 #: java/parse.y:4718
18583 #, c-format
18584 msgid "Class %qs must be declared abstract to define abstract method %qs"
18585 msgstr ""
18586
18587 #: java/parse.y:4725
18588 #, c-format
18589 msgid "native method %qs can't be strictfp"
18590 msgstr ""
18591
18592 #: java/parse.y:4729
18593 #, c-format
18594 msgid "method %qs can't be transient"
18595 msgstr ""
18596
18597 #: java/parse.y:4732
18598 #, c-format
18599 msgid "method %qs can't be volatile"
18600 msgstr ""
18601
18602 #: java/parse.y:4782 java/parse.y:6531
18603 #, c-format
18604 msgid ""
18605 "Method %qs can't be static in inner class %qs. Only members of interfaces "
18606 "and top-level classes can be static"
18607 msgstr ""
18608
18609 #: java/parse.y:4948
18610 #, c-format
18611 msgid "%s method %qs can't have a body defined"
18612 msgstr ""
18613
18614 #: java/parse.y:4959
18615 #, c-format
18616 msgid "Non native and non abstract method %qs must have a body defined"
18617 msgstr ""
18618
18619 #: java/parse.y:5030
18620 #, c-format
18621 msgid "%s: recursive invocation of constructor %qs"
18622 msgstr ""
18623
18624 #: java/parse.y:5060
18625 msgid ""
18626 "Inconsistent member declaration.  At most one of %<public%>, %<private%>, or "
18627 "%<protected%> may be specified"
18628 msgstr ""
18629
18630 #: java/parse.y:5068
18631 msgid ""
18632 "Inconsistent member declaration.  At most one of %<final%> or %<volatile%> "
18633 "may be specified"
18634 msgstr ""
18635
18636 #: java/parse.y:5158
18637 #, c-format
18638 msgid "Variable %qs is used more than once in the argument list of method %qs"
18639 msgstr ""
18640
18641 #: java/parse.y:5242
18642 #, c-format
18643 msgid "%s %qs can't implement/extend %s %qs"
18644 msgstr ""
18645
18646 #: java/parse.y:5276
18647 #, c-format
18648 msgid "Class %qs can't subclass %s %qs"
18649 msgstr ""
18650
18651 #: java/parse.y:5285
18652 #, c-format
18653 msgid "Can't subclass final classes: %s"
18654 msgstr ""
18655
18656 #: java/parse.y:5471
18657 #, c-format
18658 msgid "Cyclic class inheritance%s"
18659 msgstr ""
18660
18661 #: java/parse.y:6182
18662 #, c-format
18663 msgid "Superclass %qs of class %qs not found"
18664 msgstr ""
18665
18666 #: java/parse.y:6188
18667 #, c-format
18668 msgid "Type %qs not found in declaration of field %qs"
18669 msgstr ""
18670
18671 #: java/parse.y:6194
18672 #, c-format
18673 msgid "Type %qs not found in the declaration of the argument %qs of method %qs"
18674 msgstr ""
18675
18676 #: java/parse.y:6201
18677 #, c-format
18678 msgid "Type %qs not found in the declaration of the return type of method %qs"
18679 msgstr ""
18680
18681 #: java/parse.y:6207
18682 #, c-format
18683 msgid "Superinterface %qs of %s %qs not found"
18684 msgstr ""
18685
18686 #: java/parse.y:6214
18687 #, c-format
18688 msgid "Type %qs not found in the declaration of the local variable %qs"
18689 msgstr ""
18690
18691 #: java/parse.y:6221
18692 msgid "Class %qs not found in %<throws%>"
18693 msgstr ""
18694
18695 #: java/parse.y:6278
18696 #, c-format
18697 msgid "Duplicate %s declaration %qs"
18698 msgstr ""
18699
18700 #: java/parse.y:6352
18701 msgid ""
18702 "Class %qs doesn't define the abstract method %<%s %s%> from %s %<%s%>. This "
18703 "method must be defined or %s %qs must be declared abstract"
18704 msgstr ""
18705
18706 #: java/parse.y:6508
18707 msgid ""
18708 "Class %qs in %<throws%> clause must be a subclass of class %<java.lang."
18709 "Throwable%>"
18710 msgstr ""
18711
18712 #: java/parse.y:6552
18713 #, c-format
18714 msgid ""
18715 "Class %qs must override %qs with a public method in order to implement "
18716 "interface %qs"
18717 msgstr ""
18718
18719 #: java/parse.y:6566 java/parse.y:6793
18720 #, c-format
18721 msgid "Method %qs was defined with return type %qs in class %qs"
18722 msgstr ""
18723
18724 #: java/parse.y:6583
18725 #, c-format
18726 msgid "%s methods can't be overridden. Method %qs is %s in class %qs"
18727 msgstr ""
18728
18729 #: java/parse.y:6597
18730 #, c-format
18731 msgid ""
18732 "Instance methods can't be overridden by a static method. Method %qs is an "
18733 "instance method in class %qs"
18734 msgstr ""
18735
18736 #: java/parse.y:6620
18737 #, c-format
18738 msgid ""
18739 "Methods can't be overridden to be more private. Method %qs is not %s in "
18740 "class %qs"
18741 msgstr ""
18742
18743 #: java/parse.y:6761
18744 msgid ""
18745 "Invalid checked exception class %qs in %<throws%> clause.  The exception "
18746 "must be a subclass of an exception thrown by %qs from class %qs"
18747 msgstr ""
18748
18749 #: java/parse.y:6818
18750 #, c-format
18751 msgid ""
18752 "Interface %qs inherits method %qs from interface %qs. This method is "
18753 "redefined with a different return type in interface %qs"
18754 msgstr ""
18755
18756 #: java/parse.y:6993
18757 #, c-format
18758 msgid "Class or interface %qs not found in import"
18759 msgstr ""
18760
18761 #: java/parse.y:7078
18762 #, c-format
18763 msgid "malformed .zip archive in CLASSPATH: %s"
18764 msgstr ""
18765
18766 #: java/parse.y:7149
18767 #, c-format
18768 msgid ""
18769 "Can't find default package %qs. Check the CLASSPATH environment variable and "
18770 "the access to the archives"
18771 msgstr ""
18772
18773 #: java/parse.y:7154
18774 #, c-format
18775 msgid "Package %qs not found in import"
18776 msgstr ""
18777
18778 #: java/parse.y:7251
18779 #, c-format
18780 msgid "Type %qs also potentially defined in package %qs"
18781 msgstr ""
18782
18783 #: java/parse.y:7396
18784 #, c-format
18785 msgid "Nested %s %s is %s; cannot be accessed from here"
18786 msgstr ""
18787
18788 #: java/parse.y:7434
18789 #, c-format
18790 msgid ""
18791 "Can't access %s %qs. Only public classes and interfaces in other packages "
18792 "can be accessed"
18793 msgstr ""
18794
18795 #: java/parse.y:7472
18796 msgid "Only %<final%> is allowed as a local variables modifier"
18797 msgstr ""
18798
18799 #: java/parse.y:9026
18800 #, c-format
18801 msgid "No constructor matching %qs found in class %qs"
18802 msgstr ""
18803
18804 #: java/parse.y:9526
18805 #, c-format
18806 msgid "Can't reference %qs before the superclass constructor has been called"
18807 msgstr ""
18808
18809 #: java/parse.y:9580
18810 #, c-format
18811 msgid ""
18812 "Local variable %qs can't be accessed from within the inner class %qs unless "
18813 "it is declared final"
18814 msgstr ""
18815
18816 #: java/parse.y:9585 java/parse.y:10048
18817 #, c-format
18818 msgid "Undefined variable %qs"
18819 msgstr ""
18820
18821 #: java/parse.y:9596
18822 #, c-format
18823 msgid "Can't make a static reference to nonstatic variable %qs in class %qs"
18824 msgstr ""
18825
18826 #: java/parse.y:9802 java/parse.y:10657
18827 #, c-format
18828 msgid "No enclosing instance for inner class %qs is in scope%s"
18829 msgstr ""
18830
18831 #: java/parse.y:9921 java/parse.y:12364
18832 msgid "Keyword %<this%> used outside allowed context"
18833 msgstr ""
18834
18835 #: java/parse.y:9927 java/parse.y:10811
18836 msgid ""
18837 "Can't reference %<this%> before the superclass constructor has been called"
18838 msgstr ""
18839
18840 #: java/parse.y:9943
18841 msgid ""
18842 "Can't use variable %<%s.this%>: type %qs isn't an outer type of type %qs"
18843 msgstr ""
18844
18845 #: java/parse.y:9976
18846 msgid "Keyword %<super%> used outside allowed context"
18847 msgstr ""
18848
18849 #: java/parse.y:10025
18850 #, c-format
18851 msgid "No variable %qs defined in class %qs"
18852 msgstr ""
18853
18854 #: java/parse.y:10030
18855 #, c-format
18856 msgid "Undefined variable or class name: %qs"
18857 msgstr ""
18858
18859 #: java/parse.y:10101
18860 #, c-format
18861 msgid "Can't use type %qs as a qualifier"
18862 msgstr ""
18863
18864 #: java/parse.y:10120
18865 msgid "Attempt to reference field %qs in %<%s %s%>"
18866 msgstr ""
18867
18868 #: java/parse.y:10151
18869 #, c-format
18870 msgid "No variable %qs defined in type %qs"
18871 msgstr ""
18872
18873 #: java/parse.y:10235
18874 msgid "Attempt to reference field %<new%> in a %qs"
18875 msgstr ""
18876
18877 #: java/parse.y:10372
18878 #, c-format
18879 msgid "The class %qs has been deprecated"
18880 msgstr ""
18881
18882 #: java/parse.y:10382
18883 #, c-format
18884 msgid "The %s %qs in class %qs has been deprecated"
18885 msgstr ""
18886
18887 #: java/parse.y:10499
18888 #, c-format
18889 msgid "Can't invoke a method on primitive type %qs"
18890 msgstr ""
18891
18892 #: java/parse.y:10514
18893 #, c-format
18894 msgid "Can't make static reference to method %qs in interface %qs"
18895 msgstr ""
18896
18897 #: java/parse.y:10524 java/parse.y:10858
18898 msgid "Can't make static reference to method %<%s %s%> in class %qs"
18899 msgstr ""
18900
18901 #: java/parse.y:10564
18902 msgid "Can't invoke super constructor on java.lang.Object"
18903 msgstr ""
18904
18905 #: java/parse.y:10577 java/parse.y:14428
18906 #, c-format
18907 msgid "Class %qs not found in type declaration"
18908 msgstr ""
18909
18910 #: java/parse.y:10589
18911 #, c-format
18912 msgid "Class %qs is an abstract class. It can't be instantiated"
18913 msgstr ""
18914
18915 #: java/parse.y:10619
18916 #, c-format
18917 msgid "No method named %qs in scope"
18918 msgstr ""
18919
18920 #: java/parse.y:10730
18921 msgid "Can't access %s %s %<%s.%s%> from %qs"
18922 msgstr ""
18923
18924 #: java/parse.y:11196
18925 msgid "Can't find %s %<%s(%s)%> in type %qs%s"
18926 msgstr ""
18927
18928 #: java/parse.y:11778
18929 msgid "Constant expression required"
18930 msgstr ""
18931
18932 #: java/parse.y:11791
18933 msgid "Incompatible type for case. Can't convert %qs to %<int%>"
18934 msgstr ""
18935
18936 #: java/parse.y:11825
18937 msgid "Duplicate case label: %<default%>"
18938 msgstr ""
18939
18940 #: java/parse.y:12173
18941 msgid "Incompatible type for %<+=%>. Can't convert %qs to %<java.lang.String%>"
18942 msgstr ""
18943
18944 #: java/parse.y:12344
18945 #, c-format
18946 msgid "missing static field %qs"
18947 msgstr ""
18948
18949 #: java/parse.y:12349
18950 #, c-format
18951 msgid "not a static field %qs"
18952 msgstr ""
18953
18954 #: java/parse.y:12372
18955 msgid ""
18956 "Can't reference %<this%> or %<super%> before the superclass constructor has "
18957 "been called"
18958 msgstr ""
18959
18960 #: java/parse.y:12392
18961 #, c-format
18962 msgid "No case for %s"
18963 msgstr ""
18964
18965 #: java/parse.y:12822
18966 msgid "Invalid left hand side of assignment"
18967 msgstr ""
18968
18969 #: java/parse.y:12873
18970 #, c-format
18971 msgid "Incompatible type for %s. Can't convert %qs to %qs"
18972 msgstr ""
18973
18974 #: java/parse.y:12876
18975 #, c-format
18976 msgid "Incompatible type for %s. Explicit cast needed to convert %qs to %qs"
18977 msgstr ""
18978
18979 #: java/parse.y:13049
18980 #, c-format
18981 msgid ""
18982 "Constant expression %qs too wide for narrowing primitive conversion to %qs"
18983 msgstr ""
18984
18985 #: java/parse.y:13340
18986 #, c-format
18987 msgid "unregistered operator %s"
18988 msgstr ""
18989
18990 #: java/parse.y:13489
18991 msgid ""
18992 "Evaluating this expression will result in an arithmetic exception being "
18993 "thrown"
18994 msgstr ""
18995
18996 #: java/parse.y:13571
18997 #, c-format
18998 msgid ""
18999 "Incompatible type for %qs. Explicit cast needed to convert shift distance "
19000 "from %qs to integral"
19001 msgstr ""
19002
19003 #: java/parse.y:13576
19004 #, c-format
19005 msgid ""
19006 "Incompatible type for %qs. Can't convert shift distance from %qs to integral"
19007 msgstr ""
19008
19009 #: java/parse.y:13652
19010 msgid "Invalid argument %qs for %<instanceof%>"
19011 msgstr ""
19012
19013 #: java/parse.y:13679
19014 #, c-format
19015 msgid "Impossible for %qs to be instance of %qs"
19016 msgstr ""
19017
19018 #: java/parse.y:13808
19019 #, c-format
19020 msgid "Incompatible type for %qs. Can't convert %qs to %qs"
19021 msgstr ""
19022
19023 #: java/parse.y:14289
19024 #, c-format
19025 msgid "Invalid argument type %qs to %qs"
19026 msgstr ""
19027
19028 #: java/parse.y:14519
19029 #, c-format
19030 msgid "Invalid cast from %qs to %qs"
19031 msgstr ""
19032
19033 #: java/parse.y:14566
19034 msgid "%<[]%> can only be applied to arrays. It can't be applied to %qs"
19035 msgstr ""
19036
19037 #: java/parse.y:14579
19038 msgid ""
19039 "Incompatible type for %<[]%>. Explicit cast needed to convert %qs to %<int%>"
19040 msgstr ""
19041
19042 #: java/parse.y:14583
19043 msgid "Incompatible type for %<[]%>. Can't convert %qs to %<int%>"
19044 msgstr ""
19045
19046 #: java/parse.y:14654
19047 msgid ""
19048 "Incompatible type for dimension in array creation expression. %s convert %qs "
19049 "to %<int%>"
19050 msgstr ""
19051
19052 #: java/parse.y:14770
19053 #, c-format
19054 msgid "Invalid array initializer for non-array type %qs"
19055 msgstr ""
19056
19057 #: java/parse.y:14857
19058 #, c-format
19059 msgid "Incompatible type for array. %s convert %qs to %qs"
19060 msgstr ""
19061
19062 #: java/parse.y:14926
19063 msgid "%<return%> inside instance initializer"
19064 msgstr ""
19065
19066 #: java/parse.y:14930
19067 msgid "%<return%> inside static initializer"
19068 msgstr ""
19069
19070 #: java/parse.y:14936
19071 msgid "%<return%> with%s value from %<%s %s%>"
19072 msgstr ""
19073
19074 #: java/parse.y:14943
19075 msgid "%<return%> with value from constructor %qs"
19076 msgstr ""
19077
19078 #: java/parse.y:15008
19079 msgid "Incompatible type for %<if%>. Can't convert %qs to %<boolean%>"
19080 msgstr ""
19081
19082 #: java/parse.y:15041
19083 #, c-format
19084 msgid "Declaration of %qs shadows a previous label declaration"
19085 msgstr ""
19086
19087 #: java/parse.y:15046
19088 #, c-format
19089 msgid "This is the location of the previous declaration of label %qs"
19090 msgstr ""
19091
19092 #: java/parse.y:15294
19093 #, c-format
19094 msgid "No label definition found for %qs"
19095 msgstr ""
19096
19097 #: java/parse.y:15307
19098 msgid "%<continue%> must be in loop"
19099 msgstr ""
19100
19101 #: java/parse.y:15310
19102 #, c-format
19103 msgid "continue label %qs does not name a loop"
19104 msgstr ""
19105
19106 #: java/parse.y:15331
19107 msgid "%<break%> must be in loop or switch"
19108 msgstr ""
19109
19110 #: java/parse.y:15372
19111 msgid ""
19112 "Incompatible type for loop conditional. Can't convert %qs to %<boolean%>"
19113 msgstr ""
19114
19115 #: java/parse.y:15410
19116 msgid "Incompatible type for %<switch%>. Can't convert %qs to %<int%>"
19117 msgstr ""
19118
19119 #. The case_label_list is in reverse order, so print the
19120 #. outer label first.
19121 #: java/parse.y:15441
19122 msgid "duplicate case label: %<"
19123 msgstr ""
19124
19125 #: java/parse.y:15442
19126 msgid "%>"
19127 msgstr ""
19128
19129 #: java/parse.y:15445
19130 msgid "original label is here"
19131 msgstr ""
19132
19133 #: java/parse.y:15662
19134 msgid ""
19135 "Can't catch class %qs. Catch clause parameter type must be a subclass of "
19136 "class %<java.lang.Throwable%>"
19137 msgstr ""
19138
19139 #: java/parse.y:15686
19140 msgid "%<catch%> not reached because of the catch clause at line %d"
19141 msgstr ""
19142
19143 #: java/parse.y:15753
19144 msgid ""
19145 "Incompatible type for %<synchronized%>. Can't convert %qs to %<java.lang."
19146 "Object%>"
19147 msgstr ""
19148
19149 #: java/parse.y:15812
19150 msgid "Can't throw %qs; it must be a subclass of class %<java.lang.Throwable%>"
19151 msgstr ""
19152
19153 #: java/parse.y:15841
19154 msgid ""
19155 "Checked exception %qs can't be thrown in instance initializer (not all "
19156 "declared constructor are declaring it in their %<throws%> clause)"
19157 msgstr ""
19158
19159 #: java/parse.y:15862
19160 msgid ""
19161 "Checked exception %qs can't be caught by any of the catch clause(s) of the "
19162 "surrounding %<try%> block"
19163 msgstr ""
19164
19165 #: java/parse.y:15875
19166 #, c-format
19167 msgid "Checked exception %qs can't be thrown in initializer"
19168 msgstr ""
19169
19170 #: java/parse.y:15879
19171 msgid "Checked exception %qs isn't thrown from a %<try%> block"
19172 msgstr ""
19173
19174 #: java/parse.y:15885
19175 msgid ""
19176 "Checked exception %qs doesn't match any of current method's %<throws%> "
19177 "declaration(s)"
19178 msgstr ""
19179
19180 #: java/parse.y:15940
19181 #, c-format
19182 msgid "Exception %qs can't be thrown in initializer"
19183 msgstr ""
19184
19185 #: java/parse.y:15945
19186 msgid ""
19187 "Exception %qs must be caught, or it must be declared in the %<throws%> "
19188 "clause of %qs"
19189 msgstr ""
19190
19191 #: java/parse.y:16056
19192 msgid "Incompatible type for %<?:%>. Can't convert %qs to %<boolean%>"
19193 msgstr ""
19194
19195 #: java/parse.y:16124
19196 msgid "Incompatible type for %<?:%>. Can't convert %qs to %qs"
19197 msgstr ""
19198
19199 #: java/typeck.c:547
19200 msgid "junk at end of signature string"
19201 msgstr ""
19202
19203 #: java/verify.c:480
19204 msgid "bad pc in exception_table"
19205 msgstr ""
19206
19207 #: java/verify.c:1476
19208 #, c-format
19209 msgid "unknown opcode %d@pc=%d during verification"
19210 msgstr ""
19211
19212 #: java/verify.c:1551 java/verify.c:1567 java/verify.c:1572
19213 #, c-format
19214 msgid "verification error at PC=%d"
19215 msgstr ""
19216
19217 #: java/parse.h:125
19218 #, c-format
19219 msgid "%s method can't be abstract"
19220 msgstr ""
19221
19222 #: java/parse.h:129
19223 #, c-format
19224 msgid "Constructor can't be %s"
19225 msgstr ""
19226
19227 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19228 #. flags was set artificially, such as for a interface method
19229 #: java/parse.h:161
19230 #, c-format
19231 msgid "Discouraged redundant use of %qs modifier in declaration of %s"
19232 msgstr ""
19233
19234 #: java/parse.h:168
19235 #, c-format
19236 msgid "Discouraged redundant use of %qs modifier in declaration of %s %qs"
19237 msgstr ""
19238
19239 #. Standard error messages
19240 #: java/parse.h:352
19241 #, c-format
19242 msgid "Incompatible type for %qs. Can't convert %qs to boolean"
19243 msgstr ""
19244
19245 #: java/parse.h:357
19246 #, c-format
19247 msgid "Incompatible type for %qs. Can't convert %qs to numeric type"
19248 msgstr ""
19249
19250 #: java/parse.h:365
19251 #, c-format
19252 msgid ""
19253 "Incompatible type for %qs. Explicit cast needed to convert %qs to integral"
19254 msgstr ""
19255
19256 #: java/parse.h:370
19257 #, c-format
19258 msgid "Incompatible type for %qs. Can't convert %qs to integral"
19259 msgstr ""
19260
19261 #: objc/objc-act.c:753
19262 msgid "%<@end%> must appear in an @implementation context"
19263 msgstr ""
19264
19265 #: objc/objc-act.c:780
19266 msgid "method declaration not in @interface context"
19267 msgstr ""
19268
19269 #: objc/objc-act.c:791
19270 msgid "method definition not in @implementation context"
19271 msgstr ""
19272
19273 #: objc/objc-act.c:901
19274 #, c-format
19275 msgid "object does not conform to the %qs protocol"
19276 msgstr ""
19277
19278 #: objc/objc-act.c:991 objc/objc-act.c:1068
19279 #, c-format
19280 msgid "class %qs does not implement the %qs protocol"
19281 msgstr ""
19282
19283 #: objc/objc-act.c:1174
19284 #, c-format
19285 msgid "statically allocated instance of Objective-C class %qs"
19286 msgstr ""
19287
19288 #: objc/objc-act.c:1231
19289 #, c-format
19290 msgid "protocol %qs has circular dependency"
19291 msgstr ""
19292
19293 #: objc/objc-act.c:1253 objc/objc-act.c:5831
19294 #, c-format
19295 msgid "cannot find protocol declaration for %qs"
19296 msgstr ""
19297
19298 #: objc/objc-act.c:1649 objc/objc-act.c:2783 objc/objc-act.c:6359
19299 #: objc/objc-act.c:6685 objc/objc-act.c:6738 objc/objc-act.c:6763
19300 #, c-format
19301 msgid "cannot find interface declaration for %qs"
19302 msgstr ""
19303
19304 #: objc/objc-act.c:1653
19305 #, c-format
19306 msgid "interface %qs does not have valid constant string layout"
19307 msgstr ""
19308
19309 #: objc/objc-act.c:1658
19310 #, c-format
19311 msgid "cannot find reference tag for class %qs"
19312 msgstr ""
19313
19314 #: objc/objc-act.c:2330
19315 msgid "%Jcreating selector for nonexistent method %qE"
19316 msgstr ""
19317
19318 #: objc/objc-act.c:2518
19319 #, c-format
19320 msgid "%qs is not an Objective-C class name or alias"
19321 msgstr ""
19322
19323 #: objc/objc-act.c:2633 objc/objc-act.c:2651 objc/objc-act.c:6622
19324 #: objc/objc-act.c:6919 objc/objc-act.c:6949
19325 msgid "Objective-C declarations may only appear in global scope"
19326 msgstr ""
19327
19328 #: objc/objc-act.c:2638
19329 #, c-format
19330 msgid "cannot find class %qs"
19331 msgstr ""
19332
19333 #: objc/objc-act.c:2640
19334 #, c-format
19335 msgid "class %qs already exists"
19336 msgstr ""
19337
19338 #: objc/objc-act.c:2665 objc/objc-act.c:6654
19339 #, c-format
19340 msgid "%qs redeclared as different kind of symbol"
19341 msgstr ""
19342
19343 #: objc/objc-act.c:2667 objc/objc-act.c:6656
19344 msgid "%Jprevious declaration of '%D'"
19345 msgstr ""
19346
19347 #: objc/objc-act.c:2893
19348 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19349 msgstr ""
19350
19351 #: objc/objc-act.c:3222
19352 msgid "@catch parameter is not a known Objective-C class type"
19353 msgstr ""
19354
19355 #: objc/objc-act.c:3238
19356 msgid "exception of type %<%T%> will be caught"
19357 msgstr ""
19358
19359 #: objc/objc-act.c:3240
19360 msgid "%H   by earlier handler for %<%T%>"
19361 msgstr ""
19362
19363 #: objc/objc-act.c:3293
19364 msgid "%<@try%> without %<@catch%> or %<@finally%>"
19365 msgstr ""
19366
19367 #: objc/objc-act.c:3340
19368 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19369 msgstr ""
19370
19371 #: objc/objc-act.c:3716
19372 msgid "%Jtype '%D' does not have a known size"
19373 msgstr ""
19374
19375 #: objc/objc-act.c:4229
19376 msgid "%J%s %qs"
19377 msgstr ""
19378
19379 #: objc/objc-act.c:4252 objc/objc-act.c:4271
19380 msgid "inconsistent instance variable specification"
19381 msgstr ""
19382
19383 #: objc/objc-act.c:5127
19384 msgid "can not use an object as parameter to a method"
19385 msgstr ""
19386
19387 #: objc/objc-act.c:5329
19388 msgid "multiple %s named %<%c%s%> found"
19389 msgstr ""
19390
19391 #: objc/objc-act.c:5554
19392 #, c-format
19393 msgid "no super class declared in @interface for %qs"
19394 msgstr ""
19395
19396 #: objc/objc-act.c:5595
19397 msgid "found %<-%s%> instead of %<+%s%> in protocol(s)"
19398 msgstr ""
19399
19400 #: objc/objc-act.c:5654
19401 #, c-format
19402 msgid "invalid receiver type %qs"
19403 msgstr ""
19404
19405 #: objc/objc-act.c:5669
19406 msgid "%<%c%s%> not found in protocol(s)"
19407 msgstr ""
19408
19409 #: objc/objc-act.c:5683
19410 msgid "%qs may not respond to %<%c%s%>"
19411 msgstr ""
19412
19413 #: objc/objc-act.c:5691
19414 msgid "no %<%c%s%> method found"
19415 msgstr ""
19416
19417 #: objc/objc-act.c:5697
19418 msgid "(Messages without a matching method signature"
19419 msgstr ""
19420
19421 #: objc/objc-act.c:5698
19422 msgid "will be assumed to return %<id%> and accept"
19423 msgstr ""
19424
19425 #: objc/objc-act.c:5699
19426 msgid "%<...%> as arguments.)"
19427 msgstr ""
19428
19429 #: objc/objc-act.c:5930
19430 #, c-format
19431 msgid "undeclared selector %qs"
19432 msgstr ""
19433
19434 #. Historically, a class method that produced objects (factory
19435 #. method) would assign `self' to the instance that it
19436 #. allocated.  This would effectively turn the class method into
19437 #. an instance method.  Following this assignment, the instance
19438 #. variables could be accessed.  That practice, while safe,
19439 #. violates the simple rule that a class method should not refer
19440 #. to an instance variable.  It's better to catch the cases
19441 #. where this is done unknowingly than to support the above
19442 #. paradigm.
19443 #: objc/objc-act.c:5972
19444 #, c-format
19445 msgid "instance variable %qs accessed in class method"
19446 msgstr ""
19447
19448 #: objc/objc-act.c:6184
19449 msgid "duplicate declaration of method %<%c%s%>"
19450 msgstr ""
19451
19452 #: objc/objc-act.c:6229
19453 msgid "duplicate interface declaration for category %<%s(%s)%>"
19454 msgstr ""
19455
19456 #: objc/objc-act.c:6256
19457 #, c-format
19458 msgid "illegal reference type specified for instance variable %qs"
19459 msgstr ""
19460
19461 #: objc/objc-act.c:6267
19462 #, c-format
19463 msgid "instance variable %qs has unknown size"
19464 msgstr ""
19465
19466 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19467 #: objc/objc-act.c:6281
19468 #, c-format
19469 msgid "type %qs has virtual member functions"
19470 msgstr ""
19471
19472 #: objc/objc-act.c:6282
19473 #, c-format
19474 msgid "illegal aggregate type %qs specified for instance variable %qs"
19475 msgstr ""
19476
19477 #: objc/objc-act.c:6290
19478 #, c-format
19479 msgid "type %qs has a user-defined constructor"
19480 msgstr ""
19481
19482 #: objc/objc-act.c:6292
19483 #, c-format
19484 msgid "type %qs has a user-defined destructor"
19485 msgstr ""
19486
19487 #: objc/objc-act.c:6293
19488 msgid ""
19489 "C++ constructors and destructors will not be invoked for Objective-C fields"
19490 msgstr ""
19491
19492 #: objc/objc-act.c:6383
19493 #, c-format
19494 msgid "instance variable %qs is declared private"
19495 msgstr ""
19496
19497 #: objc/objc-act.c:6392
19498 #, c-format
19499 msgid "instance variable %qs is %s; this will be a hard error in the future"
19500 msgstr ""
19501
19502 #: objc/objc-act.c:6399
19503 #, c-format
19504 msgid "instance variable %qs is declared %s"
19505 msgstr ""
19506
19507 #: objc/objc-act.c:6409
19508 msgid "static access to object of type %<id%>"
19509 msgstr ""
19510
19511 #: objc/objc-act.c:6431 objc/objc-act.c:6519
19512 #, c-format
19513 msgid "incomplete implementation of class %qs"
19514 msgstr ""
19515
19516 #: objc/objc-act.c:6435 objc/objc-act.c:6524
19517 #, c-format
19518 msgid "incomplete implementation of category %qs"
19519 msgstr ""
19520
19521 #: objc/objc-act.c:6440 objc/objc-act.c:6529
19522 msgid "method definition for %<%c%s%> not found"
19523 msgstr ""
19524
19525 #: objc/objc-act.c:6570
19526 #, c-format
19527 msgid "%s %qs does not fully implement the %qs protocol"
19528 msgstr ""
19529
19530 #: objc/objc-act.c:6628 objc/objc-act.c:8176
19531 msgid "%<@end%> missing in implementation context"
19532 msgstr ""
19533
19534 #: objc/objc-act.c:6641
19535 #, c-format
19536 msgid "cannot find interface declaration for %qs, superclass of %qs"
19537 msgstr ""
19538
19539 #: objc/objc-act.c:6668
19540 #, c-format
19541 msgid "reimplementation of class %qs"
19542 msgstr ""
19543
19544 #: objc/objc-act.c:6699
19545 #, c-format
19546 msgid "conflicting super class name %qs"
19547 msgstr ""
19548
19549 #: objc/objc-act.c:6701
19550 #, c-format
19551 msgid "previous declaration of %qs"
19552 msgstr ""
19553
19554 #: objc/objc-act.c:6715 objc/objc-act.c:6717
19555 #, c-format
19556 msgid "duplicate interface declaration for class %qs"
19557 msgstr ""
19558
19559 #: objc/objc-act.c:6977
19560 #, c-format
19561 msgid "duplicate declaration for protocol %qs"
19562 msgstr ""
19563
19564 #. Add a readable method name to the warning.
19565 #: objc/objc-act.c:7493
19566 msgid "%J%s %<%c%s%>"
19567 msgstr ""
19568
19569 #: objc/objc-act.c:7783
19570 #, c-format
19571 msgid "no super class declared in interface for %qs"
19572 msgstr ""
19573
19574 #: objc/objc-act.c:7831
19575 msgid "[super ...] must appear in a method context"
19576 msgstr ""
19577
19578 #: objc/objc-act.c:8458
19579 #, c-format
19580 msgid "local declaration of %qs hides instance variable"
19581 msgstr ""
19582
19583 #: objc/objc-parse.y:2720
19584 msgid "extra semicolon in method definition specified"
19585 msgstr ""
19586
19587 #: treelang/tree1.c:278
19588 msgid "%HDuplicate name %q.*s."
19589 msgstr ""
19590
19591 #: treelang/treetree.c:842
19592 msgid "Global register variable %qD used in nested function."
19593 msgstr ""
19594
19595 #: treelang/treetree.c:846
19596 msgid "Register variable %qD used in nested function."
19597 msgstr ""
19598
19599 #: treelang/treetree.c:852
19600 msgid "Address of global register variable %qD requested."
19601 msgstr ""
19602
19603 #: treelang/treetree.c:857
19604 msgid "Address of register variable %qD requested."
19605 msgstr ""
19606
19607 #: options.c:939
19608 msgid "Display this information"
19609 msgstr ""
19610
19611 #: options.c:945
19612 msgid ""
19613 "--param <param>=<value>\tSet parameter <param> to value.  See below for a "
19614 "complete list of parameters"
19615 msgstr ""
19616
19617 #: options.c:954
19618 msgid ""
19619 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19620 "before <question> disables the <answer> to <question>"
19621 msgstr ""
19622
19623 #: options.c:957
19624 msgid "Do not discard comments"
19625 msgstr ""
19626
19627 #: options.c:960
19628 msgid "Do not discard comments in macro expansions"
19629 msgstr ""
19630
19631 #: options.c:963
19632 msgid ""
19633 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19634 "<macro> is given, <val> is taken to be 1"
19635 msgstr ""
19636
19637 #: options.c:969
19638 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
19639 msgstr ""
19640
19641 #: options.c:972
19642 msgid ""
19643 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19644 "special section (on some targets)"
19645 msgstr ""
19646
19647 #: options.c:975
19648 msgid "Print the name of header files as they are used"
19649 msgstr ""
19650
19651 #: options.c:981
19652 msgid "-J<directory>\tPut MODULE files in 'directory'"
19653 msgstr ""
19654
19655 #: options.c:987
19656 msgid "Generate make dependencies and compile"
19657 msgstr ""
19658
19659 #: options.c:996
19660 msgid "Treat missing header files as generated files"
19661 msgstr ""
19662
19663 #: options.c:1002
19664 msgid "Like -MD but ignore system header files"
19665 msgstr ""
19666
19667 #: options.c:1011
19668 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19669 msgstr ""
19670
19671 #: options.c:1017
19672 msgid "-O<number>\tSet optimization level to <number>"
19673 msgstr ""
19674
19675 #: options.c:1020
19676 msgid "Optimize for space rather than speed"
19677 msgstr ""
19678
19679 #: options.c:1023
19680 msgid "Do not generate #line directives"
19681 msgstr ""
19682
19683 #: options.c:1026
19684 msgid "-U<macro>\tUndefine <macro>"
19685 msgstr ""
19686
19687 #: options.c:1029
19688 msgid "This switch is deprecated; use -Wextra instead"
19689 msgstr ""
19690
19691 #: options.c:1032
19692 msgid ""
19693 "Warn about things that will change when compiling with an ABI-compliant "
19694 "compiler"
19695 msgstr ""
19696
19697 #: options.c:1035
19698 msgid "Warn about returning structures, unions or arrays"
19699 msgstr ""
19700
19701 #: options.c:1038
19702 msgid "Warn about possible aliasing of dummy arguments"
19703 msgstr ""
19704
19705 #: options.c:1044
19706 msgid "Warn about casting functions to incompatible types"
19707 msgstr ""
19708
19709 #: options.c:1047
19710 msgid "Warn about pointer casts which increase alignment"
19711 msgstr ""
19712
19713 #: options.c:1050
19714 msgid "Warn about casts which discard qualifiers"
19715 msgstr ""
19716
19717 #: options.c:1053
19718 msgid "Warn about subscripts whose type is \"char\""
19719 msgstr ""
19720
19721 #: options.c:1056
19722 msgid ""
19723 "Warn about possibly nested block comments, and C++ comments spanning more "
19724 "than one physical line"
19725 msgstr ""
19726
19727 #: options.c:1059
19728 msgid "Synonym for -Wcomment"
19729 msgstr ""
19730
19731 #: options.c:1062
19732 msgid "Warn about implicit conversion"
19733 msgstr ""
19734
19735 #: options.c:1065
19736 msgid "Warn when all constructors and destructors are private"
19737 msgstr ""
19738
19739 #: options.c:1068
19740 msgid "Warn when a declaration is found after a statement"
19741 msgstr ""
19742
19743 #: options.c:1071
19744 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
19745 msgstr ""
19746
19747 #: options.c:1074
19748 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19749 msgstr ""
19750
19751 #: options.c:1077
19752 msgid "Warn when an optimization pass is disabled"
19753 msgstr ""
19754
19755 #: options.c:1080
19756 msgid "Warn about compile-time integer division by zero"
19757 msgstr ""
19758
19759 #: options.c:1083
19760 msgid "Warn about violations of Effective C++ style rules"
19761 msgstr ""
19762
19763 #: options.c:1086
19764 msgid "Warn about stray tokens after #elif and #endif"
19765 msgstr ""
19766
19767 #: options.c:1089
19768 msgid "Treat all warnings as errors"
19769 msgstr ""
19770
19771 #: options.c:1092
19772 msgid "Make implicit function declarations an error"
19773 msgstr ""
19774
19775 #: options.c:1095
19776 msgid "Print extra (possibly unwanted) warnings"
19777 msgstr ""
19778
19779 #: options.c:1098
19780 msgid "Warn if deprecated empty statements are found"
19781 msgstr ""
19782
19783 #: options.c:1101
19784 msgid "Exit on the first error occurred"
19785 msgstr ""
19786
19787 #: options.c:1104
19788 msgid "Warn if testing floating point numbers for equality"
19789 msgstr ""
19790
19791 #: options.c:1107
19792 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19793 msgstr ""
19794
19795 #: options.c:1110
19796 msgid "Warn if passing too many arguments to a function for its format string"
19797 msgstr ""
19798
19799 #: options.c:1113
19800 msgid "Warn about format strings that are not literals"
19801 msgstr ""
19802
19803 #: options.c:1116
19804 msgid "Warn about possible security problems with format functions"
19805 msgstr ""
19806
19807 #: options.c:1119
19808 msgid "Warn about strftime formats yielding 2-digit years"
19809 msgstr ""
19810
19811 #: options.c:1122
19812 msgid "Warn about zero-length formats"
19813 msgstr ""
19814
19815 #: options.c:1131
19816 msgid "Warn about implicit function declarations"
19817 msgstr ""
19818
19819 #: options.c:1134
19820 msgid "Warn when a declaration does not specify a type"
19821 msgstr ""
19822
19823 #: options.c:1137
19824 msgid "Warn about calls with implicit interface"
19825 msgstr ""
19826
19827 #: options.c:1140
19828 msgid "Deprecated.  This switch has no effect."
19829 msgstr ""
19830
19831 #: options.c:1143
19832 msgid "Warn about variables which are initialized to themselves."
19833 msgstr ""
19834
19835 #: options.c:1146
19836 msgid "Warn when an inlined function cannot be inlined"
19837 msgstr ""
19838
19839 #: options.c:1149
19840 msgid "Warn about invalid uses of the \"offsetof\" macro"
19841 msgstr ""
19842
19843 #: options.c:1152
19844 msgid "Warn about PCH files that are found but not used"
19845 msgstr ""
19846
19847 #: options.c:1155
19848 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19849 msgstr ""
19850
19851 #: options.c:1158
19852 msgid "Warn about truncated source lines"
19853 msgstr ""
19854
19855 #: options.c:1161
19856 msgid "Do not warn about using \"long long\" when -pedantic"
19857 msgstr ""
19858
19859 #: options.c:1164
19860 msgid "Warn about suspicious declarations of \"main\""
19861 msgstr ""
19862
19863 #: options.c:1167
19864 msgid "Warn about possibly missing braces around initializers"
19865 msgstr ""
19866
19867 #: options.c:1170
19868 msgid "Warn about global functions without previous declarations"
19869 msgstr ""
19870
19871 #: options.c:1173
19872 msgid "Warn about missing fields in struct initializers"
19873 msgstr ""
19874
19875 #: options.c:1176
19876 msgid "Warn about functions which might be candidates for format attributes"
19877 msgstr ""
19878
19879 #: options.c:1179
19880 msgid "Warn about user-specified include directories that do not exist"
19881 msgstr ""
19882
19883 #: options.c:1182
19884 msgid ""
19885 "Warn about functions which might be candidates for __attribute__((noreturn))"
19886 msgstr ""
19887
19888 #: options.c:1185
19889 msgid "Warn about global functions without prototypes"
19890 msgstr ""
19891
19892 #: options.c:1188
19893 msgid "Warn about use of multi-character character constants"
19894 msgstr ""
19895
19896 #: options.c:1191
19897 msgid "Warn about \"extern\" declarations not at file scope"
19898 msgstr ""
19899
19900 #: options.c:1194
19901 msgid ""
19902 "Warn when non-templatized friend functions are declared within a template"
19903 msgstr ""
19904
19905 #: options.c:1197
19906 msgid "Warn about non-virtual destructors"
19907 msgstr ""
19908
19909 #: options.c:1200
19910 msgid ""
19911 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
19912 msgstr ""
19913
19914 #: options.c:1203
19915 msgid "Warn about usage of non-standard intrinsics"
19916 msgstr ""
19917
19918 #: options.c:1206
19919 msgid "Warn if a C-style cast is used in a program"
19920 msgstr ""
19921
19922 #: options.c:1209
19923 msgid "Warn if an old-style parameter definition is used"
19924 msgstr ""
19925
19926 #: options.c:1212
19927 msgid "Warn if .class files are out of date"
19928 msgstr ""
19929
19930 #: options.c:1215
19931 msgid "Warn about overloaded virtual function names"
19932 msgstr ""
19933
19934 #: options.c:1218
19935 msgid "Warn when the packed attribute has no effect on struct layout"
19936 msgstr ""
19937
19938 #: options.c:1221
19939 msgid "Warn when padding is required to align structure members"
19940 msgstr ""
19941
19942 #: options.c:1224
19943 msgid "Warn about possibly missing parentheses"
19944 msgstr ""
19945
19946 #: options.c:1227
19947 msgid "Warn when converting the type of pointers to member functions"
19948 msgstr ""
19949
19950 #: options.c:1230
19951 msgid "Warn about function pointer arithmetic"
19952 msgstr ""
19953
19954 #: options.c:1233
19955 msgid "Warn if inherited methods are unimplemented"
19956 msgstr ""
19957
19958 #: options.c:1236
19959 msgid "Warn about multiple declarations of the same object"
19960 msgstr ""
19961
19962 #: options.c:1239
19963 msgid "Warn if modifiers are specified when not necessary"
19964 msgstr ""
19965
19966 #: options.c:1242
19967 msgid "Warn when the compiler reorders code"
19968 msgstr ""
19969
19970 #: options.c:1245
19971 msgid ""
19972 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19973 "inconsistent return types (C++)"
19974 msgstr ""
19975
19976 #: options.c:1248
19977 msgid "Warn if a selector has multiple methods"
19978 msgstr ""
19979
19980 #: options.c:1251
19981 msgid "Warn about possible violations of sequence point rules"
19982 msgstr ""
19983
19984 #: options.c:1254
19985 msgid "Warn when one local variable shadows another"
19986 msgstr ""
19987
19988 #: options.c:1257
19989 msgid "Warn about signed-unsigned comparisons"
19990 msgstr ""
19991
19992 #: options.c:1260
19993 msgid "Warn when overload promotes from unsigned to signed"
19994 msgstr ""
19995
19996 #: options.c:1263
19997 #: options.c:1266
19998 msgid "Warn about code which might break strict aliasing rules"
19999 msgstr ""
20000
20001 #: options.c:1269
20002 msgid "Warn about unprototyped function declarations"
20003 msgstr ""
20004
20005 #: options.c:1272
20006 msgid "Warn about \"suspicious\" constructs"
20007 msgstr ""
20008
20009 #: options.c:1275
20010 msgid "Warn about enumerated switches, with no default, missing a case"
20011 msgstr ""
20012
20013 #: options.c:1278
20014 msgid "Warn about enumerated switches missing a \"default:\" statement"
20015 msgstr ""
20016
20017 #: options.c:1281
20018 msgid "Warn about all enumerated switches missing a specific case"
20019 msgstr ""
20020
20021 #: options.c:1284
20022 msgid "Warn when synthesis behavior differs from Cfront"
20023 msgstr ""
20024
20025 #: options.c:1287
20026 msgid "Do not suppress warnings from system headers"
20027 msgstr ""
20028
20029 #: options.c:1290
20030 msgid "Warn about features not present in traditional C"
20031 msgstr ""
20032
20033 #: options.c:1293
20034 msgid ""
20035 "Warn if trigraphs are encountered that might affect the meaning of the "
20036 "program"
20037 msgstr ""
20038
20039 #: options.c:1296
20040 msgid "Warn about @selector()s without previously declared methods"
20041 msgstr ""
20042
20043 #: options.c:1299
20044 msgid "Warn if an undefined macro is used in an #if directive"
20045 msgstr ""
20046
20047 #: options.c:1302
20048 msgid "Warn about underflow of numerical constant expressions"
20049 msgstr ""
20050
20051 #: options.c:1305
20052 msgid "Warn about uninitialized automatic variables"
20053 msgstr ""
20054
20055 #: options.c:1308
20056 msgid "Warn about unrecognized pragmas"
20057 msgstr ""
20058
20059 #: options.c:1311
20060 msgid "Warn about code that will never be executed"
20061 msgstr ""
20062
20063 #: options.c:1314
20064 msgid "Enable all -Wunused- warnings"
20065 msgstr ""
20066
20067 #: options.c:1317
20068 msgid "Warn when a function is unused"
20069 msgstr ""
20070
20071 #: options.c:1320
20072 #: options.c:1323
20073 msgid "Warn when a label is unused"
20074 msgstr ""
20075
20076 #: options.c:1326
20077 msgid "Warn about macros defined in the main file that are not used"
20078 msgstr ""
20079
20080 #: options.c:1329
20081 msgid "Warn when a function parameter is unused"
20082 msgstr ""
20083
20084 #: options.c:1332
20085 msgid "Warn when an expression value is unused"
20086 msgstr ""
20087
20088 #: options.c:1335
20089 msgid "Warn when a variable is unused"
20090 msgstr ""
20091
20092 #: options.c:1338
20093 msgid "Do not warn about using variadic macros when -pedantic"
20094 msgstr ""
20095
20096 #: options.c:1341
20097 msgid "Give strings the type \"array of char\""
20098 msgstr ""
20099
20100 #: options.c:1344
20101 msgid ""
20102 "A synonym for -std=c89.  In a future version of GCC it will become "
20103 "synonymous with -std=c99 instead"
20104 msgstr ""
20105
20106 #: options.c:1347
20107 msgid "-aux-info <file>\tEmit declaration information into <file>"
20108 msgstr ""
20109
20110 #: options.c:1359
20111 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20112 msgstr ""
20113
20114 #: options.c:1362
20115 msgid "Set the default real and integer kinds to double precision"
20116 msgstr ""
20117
20118 #: options.c:1365
20119 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20120 msgstr ""
20121
20122 #: options.c:1368
20123 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20124 msgstr ""
20125
20126 #: options.c:1371
20127 msgid "Generate position-independent code if possible (large mode)"
20128 msgstr ""
20129
20130 #: options.c:1374
20131 msgid ""
20132 "Generate position-independent code for executables if possible (large mode)"
20133 msgstr ""
20134
20135 #: options.c:1380
20136 msgid "Enforce class member access control semantics"
20137 msgstr ""
20138
20139 #: options.c:1383
20140 msgid "Align the start of functions"
20141 msgstr ""
20142
20143 #: options.c:1389
20144 msgid "Align labels which are only reached by jumping"
20145 msgstr ""
20146
20147 #: options.c:1395
20148 msgid "Align all labels"
20149 msgstr ""
20150
20151 #: options.c:1401
20152 msgid "Align the start of loops"
20153 msgstr ""
20154
20155 #: options.c:1410
20156 msgid "Change when template instances are emitted"
20157 msgstr ""
20158
20159 #: options.c:1413
20160 msgid "Specify that arguments may alias each other and globals"
20161 msgstr ""
20162
20163 #: options.c:1416
20164 msgid "Assume arguments may alias globals but not each other"
20165 msgstr ""
20166
20167 #: options.c:1419
20168 msgid "Assume arguments alias neither each other nor globals"
20169 msgstr ""
20170
20171 #: options.c:1422
20172 msgid "Recognize the \"asm\" keyword"
20173 msgstr ""
20174
20175 #: options.c:1425
20176 msgid "Permit the use of the assert keyword"
20177 msgstr ""
20178
20179 #: options.c:1434
20180 msgid "Generate unwind tables that are exact at each instruction boundary"
20181 msgstr ""
20182
20183 #: options.c:1437
20184 msgid "--bootclasspath=<path>\tReplace system path"
20185 msgstr ""
20186
20187 #: options.c:1440
20188 msgid "Generate code to check bounds before indexing arrays"
20189 msgstr ""
20190
20191 #: options.c:1443
20192 msgid "Replace add, compare, branch with branch on count register"
20193 msgstr ""
20194
20195 #: options.c:1446
20196 msgid "Use profiling information for branch probabilities"
20197 msgstr ""
20198
20199 #: options.c:1449
20200 msgid ""
20201 "Perform branch target load optimization before prologue / epilogue threading"
20202 msgstr ""
20203
20204 #: options.c:1452
20205 msgid ""
20206 "Perform branch target load optimization after prologue / epilogue threading"
20207 msgstr ""
20208
20209 #: options.c:1455
20210 msgid ""
20211 "Restrict target load migration not to re-use registers in any basic block"
20212 msgstr ""
20213
20214 #: options.c:1458
20215 msgid "Recognize built-in functions"
20216 msgstr ""
20217
20218 #: options.c:1464
20219 msgid ""
20220 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20221 msgstr ""
20222
20223 #: options.c:1467
20224 msgid ""
20225 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20226 msgstr ""
20227
20228 #: options.c:1470
20229 msgid "Save registers around function calls"
20230 msgstr ""
20231
20232 #: options.c:1473
20233 msgid "Check the return value of new"
20234 msgstr ""
20235
20236 #: options.c:1476
20237 msgid "Generate checks for references to NULL"
20238 msgstr ""
20239
20240 #: options.c:1479
20241 msgid "--classpath=<path>\tSet class path"
20242 msgstr ""
20243
20244 #: options.c:1482
20245 msgid "Do not put uninitialized globals in the common section"
20246 msgstr ""
20247
20248 #: options.c:1488
20249 msgid "Allow the arguments of the '?' operator to have different types"
20250 msgstr ""
20251
20252 #: options.c:1491
20253 msgid "Reduce the size of object files"
20254 msgstr ""
20255
20256 #: options.c:1494
20257 msgid "Make string literals \"const char[]\" not \"char[]\""
20258 msgstr ""
20259
20260 #: options.c:1497
20261 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20262 msgstr ""
20263
20264 #: options.c:1500
20265 msgid "Perform a register copy-propagation optimization pass"
20266 msgstr ""
20267
20268 #: options.c:1503
20269 msgid "Perform cross-jumping optimization"
20270 msgstr ""
20271
20272 #: options.c:1506
20273 msgid "When running CSE, follow jumps to their targets"
20274 msgstr ""
20275
20276 #: options.c:1509
20277 msgid "When running CSE, follow conditional jumps"
20278 msgstr ""
20279
20280 #: options.c:1512
20281 msgid "Place data items into their own section"
20282 msgstr ""
20283
20284 #: options.c:1515
20285 msgid "Inline member functions by default"
20286 msgstr ""
20287
20288 #: options.c:1518
20289 msgid "Defer popping functions args from stack until later"
20290 msgstr ""
20291
20292 #: options.c:1521
20293 msgid "Attempt to fill delay slots of branch instructions"
20294 msgstr ""
20295
20296 #: options.c:1524
20297 msgid "Delete useless null pointer checks"
20298 msgstr ""
20299
20300 #: options.c:1527
20301 msgid ""
20302 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20303 "location at the beginning of line-wrapped diagnostics"
20304 msgstr ""
20305
20306 #: options.c:1536
20307 msgid "Allow dollar signs in entity names"
20308 msgstr ""
20309
20310 #: options.c:1539
20311 msgid "Permit '$' as an identifier character"
20312 msgstr ""
20313
20314 #: options.c:1542
20315 msgid "-fdump-<type>\tDump various compiler internals to a file"
20316 msgstr ""
20317
20318 #: options.c:1545
20319 msgid "Display the code tree after parsing."
20320 msgstr ""
20321
20322 #: options.c:1548
20323 msgid ""
20324 "Suppress output of instruction numbers and line number notes in debugging "
20325 "dumps"
20326 msgstr ""
20327
20328 #: options.c:1554
20329 msgid "Perform DWARF2 duplicate elimination"
20330 msgstr ""
20331
20332 #: options.c:1557
20333 #: options.c:1560
20334 msgid "Perform unused type elimination in debug info"
20335 msgstr ""
20336
20337 #: options.c:1563
20338 msgid "Output a class file"
20339 msgstr ""
20340
20341 #: options.c:1566
20342 msgid "Alias for -femit-class-file"
20343 msgstr ""
20344
20345 #: options.c:1575
20346 msgid ""
20347 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20348 msgstr ""
20349
20350 #: options.c:1578
20351 msgid "Generate code to check exception specifications"
20352 msgstr ""
20353
20354 #: options.c:1584
20355 msgid "Enable exception handling"
20356 msgstr ""
20357
20358 #: options.c:1587
20359 msgid ""
20360 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20361 "character set <cset>"
20362 msgstr ""
20363
20364 #: options.c:1590
20365 msgid "Perform a number of minor, expensive optimizations"
20366 msgstr ""
20367
20368 #: options.c:1593
20369 msgid "--extdirs=<path>\tSet the extension directory path"
20370 msgstr ""
20371
20372 #: options.c:1602
20373 msgid "Input file is a file with a list of filenames to compile"
20374 msgstr ""
20375
20376 #: options.c:1605
20377 msgid "Assume no NaNs or infinities are generated"
20378 msgstr ""
20379
20380 #: options.c:1608
20381 msgid ""
20382 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20383 msgstr ""
20384
20385 #: options.c:1611
20386 msgid "Assume that the source file is fixed form"
20387 msgstr ""
20388
20389 #: options.c:1614
20390 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
20391 msgstr ""
20392
20393 #: options.c:1617
20394 msgid "Allow arbitrary character line width in fixed mode"
20395 msgstr ""
20396
20397 #: options.c:1620
20398 msgid "Don't allocate floats and doubles in extended-precision registers"
20399 msgstr ""
20400
20401 #: options.c:1623
20402 msgid "Scope of for-init-statement variables is local to the loop"
20403 msgstr ""
20404
20405 #: options.c:1626
20406 msgid "Copy memory address constants into registers before use"
20407 msgstr ""
20408
20409 #: options.c:1629
20410 msgid "Always check for non gcj generated classes archives"
20411 msgstr ""
20412
20413 #: options.c:1632
20414 msgid "Copy memory operands into registers before use"
20415 msgstr ""
20416
20417 #: options.c:1635
20418 msgid "Assume that the source file is free form"
20419 msgstr ""
20420
20421 #: options.c:1638
20422 msgid "Do not assume that standard C libraries and \"main\" exist"
20423 msgstr ""
20424
20425 #: options.c:1641
20426 msgid "Allow function addresses to be held in registers"
20427 msgstr ""
20428
20429 #: options.c:1644
20430 msgid "Place each function into its own section"
20431 msgstr ""
20432
20433 #: options.c:1647
20434 msgid "Perform global common subexpression elimination"
20435 msgstr ""
20436
20437 #: options.c:1650
20438 msgid ""
20439 "Perform global common subexpression elimination after register allocation"
20440 msgstr ""
20441
20442 #: options.c:1653
20443 msgid ""
20444 "Perform redundant load after store elimination in global common subexpression"
20445 msgstr ""
20446
20447 #: options.c:1656
20448 msgid ""
20449 "Perform enhanced load motion during global common subexpression elimination"
20450 msgstr ""
20451
20452 #: options.c:1659
20453 msgid "Perform store motion after global common subexpression elimination"
20454 msgstr ""
20455
20456 #: options.c:1662
20457 msgid "Recognize GNU-defined keywords"
20458 msgstr ""
20459
20460 #: options.c:1665
20461 msgid "Generate code for GNU runtime environment"
20462 msgstr ""
20463
20464 #: options.c:1668
20465 msgid "Enable guessing of branch probabilities"
20466 msgstr ""
20467
20468 #: options.c:1677
20469 msgid ""
20470 "Assume the runtime uses a hash table to map an object to its synchronization "
20471 "structure"
20472 msgstr ""
20473
20474 #: options.c:1683
20475 msgid "Assume normal C execution environment"
20476 msgstr ""
20477
20478 #: options.c:1686
20479 msgid "Enable support for huge objects"
20480 msgstr ""
20481
20482 #: options.c:1689
20483 msgid "Process #ident directives"
20484 msgstr ""
20485
20486 #: options.c:1692
20487 msgid "Perform conversion of conditional jumps to branchless equivalents"
20488 msgstr ""
20489
20490 #: options.c:1695
20491 msgid "Perform conversion of conditional jumps to conditional execution"
20492 msgstr ""
20493
20494 #: options.c:1698
20495 msgid "Export functions even if they can be inlined"
20496 msgstr ""
20497
20498 #: options.c:1701
20499 msgid "Emit implicit instantiations of inline templates"
20500 msgstr ""
20501
20502 #: options.c:1704
20503 msgid ""
20504 "Specify that no implicit typing is allowed, unless overridden by explicit "
20505 "IMPLICIT statements"
20506 msgstr ""
20507
20508 #: options.c:1707
20509 msgid "Emit implicit instantiations of templates"
20510 msgstr ""
20511
20512 #: options.c:1710
20513 msgid "Use offset tables for virtual method calls"
20514 msgstr ""
20515
20516 #: options.c:1713
20517 msgid "Do not generate .size directives"
20518 msgstr ""
20519
20520 #: options.c:1716
20521 msgid "Pay attention to the \"inline\" keyword"
20522 msgstr ""
20523
20524 #: options.c:1725
20525 msgid ""
20526 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20527 msgstr ""
20528
20529 #: options.c:1728
20530 msgid ""
20531 "-finput-charset=<cset>      Specify the default character set for source "
20532 "files."
20533 msgstr ""
20534
20535 #: options.c:1731
20536 msgid "Instrument function entry and exit with profiling calls"
20537 msgstr ""
20538
20539 #: options.c:1734
20540 msgid "Optimize induction variables on trees"
20541 msgstr ""
20542
20543 #: options.c:1737
20544 msgid "Assume native functions are implemented using JNI"
20545 msgstr ""
20546
20547 #: options.c:1740
20548 msgid "Generate code for functions even if they are fully inlined"
20549 msgstr ""
20550
20551 #: options.c:1743
20552 msgid "Emit static const variables even if they are not used"
20553 msgstr ""
20554
20555 #: options.c:1749
20556 msgid "Give external symbols a leading underscore"
20557 msgstr ""
20558
20559 #: options.c:1752
20560 msgid "Perform loop optimizations"
20561 msgstr ""
20562
20563 #: options.c:1755
20564 msgid "Perform loop optimizations using the new loop optimizer"
20565 msgstr ""
20566
20567 #: options.c:1758
20568 msgid "Set errno after built-in math functions"
20569 msgstr ""
20570
20571 #: options.c:1761
20572 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
20573 msgstr ""
20574
20575 #: options.c:1764
20576 msgid ""
20577 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
20578 "put on the stack"
20579 msgstr ""
20580
20581 #: options.c:1767
20582 msgid "Report on permanent memory allocation"
20583 msgstr ""
20584
20585 #: options.c:1770
20586 msgid "Attempt to merge identical constants and constant variables"
20587 msgstr ""
20588
20589 #: options.c:1773
20590 msgid "Attempt to merge identical constants across compilation units"
20591 msgstr ""
20592
20593 #: options.c:1776
20594 msgid ""
20595 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20596 "line.  0 suppresses line-wrapping"
20597 msgstr ""
20598
20599 #: options.c:1779
20600 msgid "Set default accessibility of module entities to PRIVATE"
20601 msgstr ""
20602
20603 #: options.c:1782
20604 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20605 msgstr ""
20606
20607 #: options.c:1785
20608 msgid "Move loop invariant computations out of loops"
20609 msgstr ""
20610
20611 #: options.c:1788
20612 msgid "Don't warn about uses of Microsoft extensions"
20613 msgstr ""
20614
20615 #: options.c:1791
20616 msgid ""
20617 "Add mudflap bounds-checking instrumentation for single-threaded program."
20618 msgstr ""
20619
20620 #: options.c:1794
20621 msgid "Ignore read operations when inserting mudflap instrumentation."
20622 msgstr ""
20623
20624 #: options.c:1797
20625 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20626 msgstr ""
20627
20628 #: options.c:1806
20629 msgid "Use graph-coloring register allocation"
20630 msgstr ""
20631
20632 #: options.c:1809
20633 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20634 msgstr ""
20635
20636 #: options.c:1812
20637 msgid "Assume that receivers of Objective-C messages may be nil"
20638 msgstr ""
20639
20640 #: options.c:1815
20641 msgid "Don't generate code, just do syntax and semantics checking"
20642 msgstr ""
20643
20644 #: options.c:1818
20645 msgid "Support synchronous non-call exceptions"
20646 msgstr ""
20647
20648 #: options.c:1827
20649 msgid "Enable Objective-C exception and synchronization syntax"
20650 msgstr ""
20651
20652 #: options.c:1830
20653 msgid "Enable Objective-C setjmp exception handling runtime"
20654 msgstr ""
20655
20656 #: options.c:1833
20657 msgid "When possible do not generate stack frames"
20658 msgstr ""
20659
20660 #: options.c:1836
20661 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20662 msgstr ""
20663
20664 #: options.c:1839
20665 msgid "Do the full register move optimization pass"
20666 msgstr ""
20667
20668 #: options.c:1842
20669 msgid "Optimize sibling and tail recursive calls"
20670 msgstr ""
20671
20672 #: options.c:1845
20673 msgid "Enable optimization of static class initialization code"
20674 msgstr ""
20675
20676 #: options.c:1848
20677 msgid "Enable optional diagnostics"
20678 msgstr ""
20679
20680 #: options.c:1854
20681 msgid "Try to layout derived types as compact as possible"
20682 msgstr ""
20683
20684 #: options.c:1857
20685 msgid "Pack structure members together without holes"
20686 msgstr ""
20687
20688 #: options.c:1860
20689 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20690 msgstr ""
20691
20692 #: options.c:1863
20693 msgid "Return small aggregates in memory, not registers"
20694 msgstr ""
20695
20696 #: options.c:1869
20697 msgid "Look for and use PCH files even when preprocessing"
20698 msgstr ""
20699
20700 #: options.c:1872
20701 msgid "Perform loop peeling"
20702 msgstr ""
20703
20704 #: options.c:1875
20705 msgid "Enable machine specific peephole optimizations"
20706 msgstr ""
20707
20708 #: options.c:1878
20709 msgid "Enable an RTL peephole pass before sched2"
20710 msgstr ""
20711
20712 #: options.c:1881
20713 msgid "Downgrade conformance errors to warnings"
20714 msgstr ""
20715
20716 #: options.c:1884
20717 msgid "Generate position-independent code if possible (small mode)"
20718 msgstr ""
20719
20720 #: options.c:1887
20721 msgid ""
20722 "Generate position-independent code for executables if possible (small mode)"
20723 msgstr ""
20724
20725 #: options.c:1890
20726 msgid "Generate prefetch instructions, if available, for arrays in loops"
20727 msgstr ""
20728
20729 #: options.c:1893
20730 msgid "Treat the input file as already preprocessed"
20731 msgstr ""
20732
20733 #: options.c:1896
20734 msgid "Enable basic program profiling code"
20735 msgstr ""
20736
20737 #: options.c:1899
20738 msgid "Insert arc-based program profiling code"
20739 msgstr ""
20740
20741 #: options.c:1902
20742 msgid ""
20743 "Enable common options for generating profile info for profile feedback "
20744 "directed optimizations"
20745 msgstr ""
20746
20747 #: options.c:1905
20748 msgid ""
20749 "Enable common options for performing profile feedback directed optimizations"
20750 msgstr ""
20751
20752 #: options.c:1908
20753 msgid "Insert code to profile values of expressions"
20754 msgstr ""
20755
20756 #: options.c:1914
20757 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20758 msgstr ""
20759
20760 #: options.c:1917
20761 msgid "Return small aggregates in registers"
20762 msgstr ""
20763
20764 #: options.c:1920
20765 msgid "Enables a register move optimization"
20766 msgstr ""
20767
20768 #: options.c:1923
20769 msgid "Perform a register renaming optimization pass"
20770 msgstr ""
20771
20772 #: options.c:1926
20773 msgid "Reorder basic blocks to improve code placement"
20774 msgstr ""
20775
20776 #: options.c:1929
20777 msgid "Reorder basic blocks and partition into hot and cold sections"
20778 msgstr ""
20779
20780 #: options.c:1932
20781 msgid "Reorder functions to improve code placement"
20782 msgstr ""
20783
20784 #: options.c:1935
20785 msgid "Copy array sections into a contiguous block on procedure entry"
20786 msgstr ""
20787
20788 #: options.c:1938
20789 msgid ""
20790 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20791 "in at runtime"
20792 msgstr ""
20793
20794 #: options.c:1941
20795 msgid "Enable automatic template instantiation"
20796 msgstr ""
20797
20798 #: options.c:1944
20799 msgid "Add a common subexpression elimination pass after loop optimizations"
20800 msgstr ""
20801
20802 #: options.c:1947
20803 msgid "Run the loop optimizer twice"
20804 msgstr ""
20805
20806 #: options.c:1950
20807 msgid ""
20808 "Enable/Disable the traditional scheduling in loops that already passed "
20809 "modulo scheduling"
20810 msgstr ""
20811
20812 #: options.c:1953
20813 msgid "Disable optimizations that assume default FP rounding behavior"
20814 msgstr ""
20815
20816 #: options.c:1956
20817 msgid "Generate run time type descriptor information"
20818 msgstr ""
20819
20820 #: options.c:1959
20821 msgid "Enable scheduling across basic blocks"
20822 msgstr ""
20823
20824 #: options.c:1962
20825 msgid "Allow speculative motion of non-loads"
20826 msgstr ""
20827
20828 #: options.c:1965
20829 msgid "Allow speculative motion of some loads"
20830 msgstr ""
20831
20832 #: options.c:1968
20833 msgid "Allow speculative motion of more loads"
20834 msgstr ""
20835
20836 #: options.c:1971
20837 msgid "Allow premature scheduling of queued insns"
20838 msgstr ""
20839
20840 #: options.c:1974
20841 msgid ""
20842 "Set dependence distance checking in premature scheduling of queued insns"
20843 msgstr ""
20844
20845 #: options.c:1977
20846 msgid ""
20847 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
20848 "premature scheduling of queued insns"
20849 msgstr ""
20850
20851 #: options.c:1980
20852 msgid ""
20853 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
20854 "prematurely scheduled"
20855 msgstr ""
20856
20857 #: options.c:1983
20858 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20859 msgstr ""
20860
20861 #: options.c:1986
20862 msgid "If scheduling post reload, do superblock scheduling"
20863 msgstr ""
20864
20865 #: options.c:1989
20866 msgid "If scheduling post reload, do trace scheduling"
20867 msgstr ""
20868
20869 #: options.c:1992
20870 msgid "Reschedule instructions before register allocation"
20871 msgstr ""
20872
20873 #: options.c:1995
20874 msgid "Reschedule instructions after register allocation"
20875 msgstr ""
20876
20877 #: options.c:1998
20878 msgid "Append a second underscore if the name already contains an underscore"
20879 msgstr ""
20880
20881 #: options.c:2001
20882 msgid "Mark data as shared rather than private"
20883 msgstr ""
20884
20885 #: options.c:2004
20886 msgid "Use the same size for double as for float"
20887 msgstr ""
20888
20889 #: options.c:2007
20890 msgid "Use the narrowest integer type possible for enumeration types"
20891 msgstr ""
20892
20893 #: options.c:2010
20894 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20895 msgstr ""
20896
20897 #: options.c:2016
20898 msgid "Disable optimizations observable by IEEE signaling NaNs"
20899 msgstr ""
20900
20901 #: options.c:2019
20902 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20903 msgstr ""
20904
20905 #: options.c:2022
20906 msgid "Make \"char\" signed by default"
20907 msgstr ""
20908
20909 #: options.c:2025
20910 msgid "Convert floating point constants to single precision constants"
20911 msgstr ""
20912
20913 #: options.c:2028
20914 msgid "Use value profiling for speculative prefetching"
20915 msgstr ""
20916
20917 #: options.c:2031
20918 msgid "Split lifetimes of induction variables when loops are unrolled."
20919 msgstr ""
20920
20921 #: options.c:2037
20922 msgid "Insert stack checking code into the program"
20923 msgstr ""
20924
20925 #: options.c:2043
20926 msgid ""
20927 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20928 msgstr ""
20929
20930 #: options.c:2046
20931 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20932 msgstr ""
20933
20934 #: options.c:2049
20935 msgid "Display statistics accumulated during compilation"
20936 msgstr ""
20937
20938 #: options.c:2052
20939 msgid "Enable assignability checks for stores into object arrays"
20940 msgstr ""
20941
20942 #: options.c:2055
20943 msgid "Perform strength reduction optimizations"
20944 msgstr ""
20945
20946 #: options.c:2058
20947 msgid "Assume strict aliasing rules apply"
20948 msgstr ""
20949
20950 #: options.c:2064
20951 msgid "Check for syntax errors, then stop"
20952 msgstr ""
20953
20954 #: options.c:2067
20955 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
20956 msgstr ""
20957
20958 #: options.c:2070
20959 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
20960 msgstr ""
20961
20962 #: options.c:2073
20963 msgid "Create data files needed by \"gcov\""
20964 msgstr ""
20965
20966 #: options.c:2079
20967 msgid "Perform jump threading optimizations"
20968 msgstr ""
20969
20970 #: options.c:2082
20971 msgid ""
20972 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
20973 "local statics."
20974 msgstr ""
20975
20976 #: options.c:2085
20977 msgid "Report the time taken by each compiler pass"
20978 msgstr ""
20979
20980 #: options.c:2088
20981 msgid ""
20982 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20983 "default thread-local storage code generation model"
20984 msgstr ""
20985
20986 #: options.c:2091
20987 msgid "Perform superblock formation via tail duplication"
20988 msgstr ""
20989
20990 #: options.c:2094
20991 msgid "Assume floating-point operations can trap"
20992 msgstr ""
20993
20994 #: options.c:2097
20995 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20996 msgstr ""
20997
20998 #: options.c:2100
20999 msgid "Use tree-ssa based implementation of profiling"
21000 msgstr ""
21001
21002 #: options.c:2103
21003 msgid "Enable SSA-CCP optimization on trees"
21004 msgstr ""
21005
21006 #: options.c:2106
21007 msgid "Enable loop header copying on trees"
21008 msgstr ""
21009
21010 #: options.c:2109
21011 msgid "Coalesce memory temporaries in the SSA->normal pass"
21012 msgstr ""
21013
21014 #: options.c:2112
21015 msgid "Replace SSA temporaries with better names in copies."
21016 msgstr ""
21017
21018 #: options.c:2115
21019 msgid "Enable SSA dead code elimination optimization on trees"
21020 msgstr ""
21021
21022 #: options.c:2118
21023 msgid "Enable dominator optimizations"
21024 msgstr ""
21025
21026 #: options.c:2121
21027 msgid "Enable dead store elimination"
21028 msgstr ""
21029
21030 #: options.c:2124
21031 msgid "Enable Full Redundancy Elimination (FRE) on trees"
21032 msgstr ""
21033
21034 #: options.c:2127
21035 msgid "Enable loop invariant motion on trees"
21036 msgstr ""
21037
21038 #: options.c:2130
21039 msgid "Create canonical induction variables in loops"
21040 msgstr ""
21041
21042 #: options.c:2133
21043 msgid "Enable linear loop transforms on trees"
21044 msgstr ""
21045
21046 #: options.c:2136
21047 msgid "Enable loop optimizations on tree level"
21048 msgstr ""
21049
21050 #: options.c:2139
21051 msgid "Perform live range splitting during the SSA->normal pass."
21052 msgstr ""
21053
21054 #: options.c:2142
21055 msgid "Enable SSA-PRE optimization on trees"
21056 msgstr ""
21057
21058 #: options.c:2145
21059 msgid "Perform scalar replacement of aggregates"
21060 msgstr ""
21061
21062 #: options.c:2148
21063 msgid "Replace temporary expressions in the SSA->normal pass"
21064 msgstr ""
21065
21066 #: options.c:2151
21067 msgid "Enable loop vectorization on trees"
21068 msgstr ""
21069
21070 #: options.c:2154
21071 msgid "Append underscores to externally visible names"
21072 msgstr ""
21073
21074 #: options.c:2157
21075 msgid "Compile whole compilation unit at a time"
21076 msgstr ""
21077
21078 #: options.c:2160
21079 msgid "Perform loop unrolling for all loops"
21080 msgstr ""
21081
21082 #: options.c:2163
21083 msgid "Perform loop unrolling when iteration count is known"
21084 msgstr ""
21085
21086 #: options.c:2166
21087 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21088 msgstr ""
21089
21090 #: options.c:2169
21091 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21092 msgstr ""
21093
21094 #: options.c:2172
21095 msgid "Make \"char\" unsigned by default"
21096 msgstr ""
21097
21098 #: options.c:2175
21099 msgid "Perform loop unswitching"
21100 msgstr ""
21101
21102 #: options.c:2178
21103 msgid "Just generate unwind tables for exception handling"
21104 msgstr ""
21105
21106 #: options.c:2181
21107 msgid "Generate code for the Boehm GC"
21108 msgstr ""
21109
21110 #: options.c:2184
21111 msgid "Use __cxa_atexit to register destructors"
21112 msgstr ""
21113
21114 #: options.c:2187
21115 msgid "Call a library routine to do integer divisions"
21116 msgstr ""
21117
21118 #: options.c:2190
21119 msgid "Perform variable tracking"
21120 msgstr ""
21121
21122 #: options.c:2193
21123 msgid "Apply variable expansion when loops are unrolled."
21124 msgstr ""
21125
21126 #: options.c:2196
21127 msgid "Add extra commentary to assembler output"
21128 msgstr ""
21129
21130 #: options.c:2199
21131 msgid "Marks all inlined methods as having hidden visibility"
21132 msgstr ""
21133
21134 #: options.c:2202
21135 msgid ""
21136 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
21137 "visibility"
21138 msgstr ""
21139
21140 #: options.c:2205
21141 msgid "Use expression value profiles in optimizations"
21142 msgstr ""
21143
21144 #: options.c:2208
21145 msgid "Discard unused virtual functions"
21146 msgstr ""
21147
21148 #: options.c:2211
21149 msgid "Implement vtables using thunks"
21150 msgstr ""
21151
21152 #: options.c:2214
21153 msgid "Emit common-like symbols as weak symbols"
21154 msgstr ""
21155
21156 #: options.c:2217
21157 msgid "Construct webs and split unrelated uses of single variable"
21158 msgstr ""
21159
21160 #: options.c:2220
21161 msgid ""
21162 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
21163 "to character set <cset>"
21164 msgstr ""
21165
21166 #: options.c:2223
21167 msgid "Generate a #line directive pointing at the current working directory"
21168 msgstr ""
21169
21170 #: options.c:2226
21171 msgid "Assume signed arithmetic overflow wraps around"
21172 msgstr ""
21173
21174 #: options.c:2229
21175 msgid "Emit cross referencing information"
21176 msgstr ""
21177
21178 #: options.c:2232
21179 msgid "Put zero initialized data in the bss section"
21180 msgstr ""
21181
21182 #: options.c:2235
21183 msgid ""
21184 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21185 msgstr ""
21186
21187 #: options.c:2238
21188 msgid "Generate debug information in default format"
21189 msgstr ""
21190
21191 #: options.c:2241
21192 msgid "Generate debug information in COFF format"
21193 msgstr ""
21194
21195 #: options.c:2244
21196 msgid "Generate debug information in DWARF v2 format"
21197 msgstr ""
21198
21199 #: options.c:2247
21200 msgid "Dump declarations to a .decl file"
21201 msgstr ""
21202
21203 #: options.c:2250
21204 msgid "Generate debug information in default extended format"
21205 msgstr ""
21206
21207 #: options.c:2253
21208 msgid "Generate debug information in STABS format"
21209 msgstr ""
21210
21211 #: options.c:2256
21212 msgid "Generate debug information in extended STABS format"
21213 msgstr ""
21214
21215 #: options.c:2259
21216 msgid "Generate debug information in VMS format"
21217 msgstr ""
21218
21219 #: options.c:2262
21220 msgid "Generate debug information in XCOFF format"
21221 msgstr ""
21222
21223 #: options.c:2265
21224 msgid "Generate debug information in extended XCOFF format"
21225 msgstr ""
21226
21227 #: options.c:2268
21228 msgid "Set the default integer kind to double precision"
21229 msgstr ""
21230
21231 #: options.c:2271
21232 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21233 msgstr ""
21234
21235 #: options.c:2274
21236 msgid "-imacros <file>\tAccept definition of macros in <file>"
21237 msgstr ""
21238
21239 #: options.c:2277
21240 msgid "-include <file>\tInclude the contents of <file> before other files"
21241 msgstr ""
21242
21243 #: options.c:2280
21244 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21245 msgstr ""
21246
21247 #: options.c:2283
21248 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21249 msgstr ""
21250
21251 #: options.c:2286
21252 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21253 msgstr ""
21254
21255 #: options.c:2289
21256 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21257 msgstr ""
21258
21259 #: options.c:2292
21260 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21261 msgstr ""
21262
21263 #: options.c:2295
21264 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21265 msgstr ""
21266
21267 #: options.c:2307
21268 msgid ""
21269 "Do not search standard system include directories (those specified with -"
21270 "isystem will still be used)"
21271 msgstr ""
21272
21273 #: options.c:2310
21274 msgid "Do not search standard system include directories for C++"
21275 msgstr ""
21276
21277 #: options.c:2313
21278 msgid "-o <file>\tPlace output into <file>"
21279 msgstr ""
21280
21281 #: options.c:2316
21282 msgid "Enable function profiling"
21283 msgstr ""
21284
21285 #: options.c:2319
21286 msgid "Issue warnings needed for strict compliance to the standard"
21287 msgstr ""
21288
21289 #: options.c:2322
21290 msgid "Like -pedantic but issue them as errors"
21291 msgstr ""
21292
21293 #: options.c:2325
21294 msgid "Generate C header of platform-specific features"
21295 msgstr ""
21296
21297 #: options.c:2328
21298 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
21299 msgstr ""
21300
21301 #: options.c:2331
21302 msgid "Do not display functions compiled or elapsed time"
21303 msgstr ""
21304
21305 #: options.c:2334
21306 msgid "Set the default real kind to double precision"
21307 msgstr ""
21308
21309 #: options.c:2337
21310 msgid "Remap file names when including files"
21311 msgstr ""
21312
21313 #: options.c:2340
21314 msgid "Conform to the ISO 1998 C++ standard"
21315 msgstr ""
21316
21317 #: options.c:2343
21318 msgid "Conform to the ISO 1990 C standard"
21319 msgstr ""
21320
21321 #: options.c:2346
21322 msgid "Conform to the ISO 1999 C standard"
21323 msgstr ""
21324
21325 #: options.c:2349
21326 #: options.c:2379
21327 #: options.c:2382
21328 msgid "Deprecated in favor of -std=c99"
21329 msgstr ""
21330
21331 #: options.c:2352
21332 msgid "Conform to the ISO Fortran 2003 standard."
21333 msgstr ""
21334
21335 #: options.c:2355
21336 msgid "Conform to the ISO Fortran 95 standard."
21337 msgstr ""
21338
21339 #: options.c:2358
21340 msgid "Conform nothing in particular."
21341 msgstr ""
21342
21343 #: options.c:2361
21344 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21345 msgstr ""
21346
21347 #: options.c:2364
21348 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21349 msgstr ""
21350
21351 #: options.c:2367
21352 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21353 msgstr ""
21354
21355 #: options.c:2370
21356 msgid "Deprecated in favor of -std=gnu99"
21357 msgstr ""
21358
21359 #: options.c:2373
21360 msgid "Deprecated in favor of -std=c89"
21361 msgstr ""
21362
21363 #: options.c:2376
21364 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21365 msgstr ""
21366
21367 #: options.c:2385
21368 msgid "Enable traditional preprocessing"
21369 msgstr ""
21370
21371 #: options.c:2388
21372 msgid "-trigraphs\tSupport ISO C trigraphs"
21373 msgstr ""
21374
21375 #: options.c:2391
21376 msgid "Do not predefine system-specific and GCC-specific macros"
21377 msgstr ""
21378
21379 #: options.c:2394
21380 msgid "Enable verbose output"
21381 msgstr ""
21382
21383 #: options.c:2400
21384 msgid "Suppress warnings"
21385 msgstr ""
21386
21387 #: config/mips/mips.h:1120 config/arc/arc.h:63
21388 msgid "may not use both -EB and -EL"
21389 msgstr ""
21390
21391 #: config/mips/r3900.h:35
21392 msgid "-mhard-float not supported"
21393 msgstr ""
21394
21395 #: config/mips/r3900.h:37
21396 msgid "-msingle-float and -msoft-float cannot both be specified"
21397 msgstr ""
21398
21399 #: config/sh/sh.h:685
21400 msgid "SH2a does not support little-endian"
21401 msgstr ""
21402
21403 #: java/lang-specs.h:34
21404 msgid "-fjni and -femit-class-files are incompatible"
21405 msgstr ""
21406
21407 #: java/lang-specs.h:35
21408 msgid "-fjni and -femit-class-file are incompatible"
21409 msgstr ""
21410
21411 #: java/lang-specs.h:36 java/lang-specs.h:37
21412 msgid "-femit-class-file should used along with -fsyntax-only"
21413 msgstr ""
21414
21415 #: config/darwin.h:248
21416 msgid "-current_version only allowed with -dynamiclib"
21417 msgstr ""
21418
21419 #: config/darwin.h:250
21420 msgid "-install_name only allowed with -dynamiclib"
21421 msgstr ""
21422
21423 #: config/darwin.h:255
21424 msgid "-bundle not allowed with -dynamiclib"
21425 msgstr ""
21426
21427 #: config/darwin.h:256
21428 msgid "-bundle_loader not allowed with -dynamiclib"
21429 msgstr ""
21430
21431 #: config/darwin.h:257
21432 msgid "-client_name not allowed with -dynamiclib"
21433 msgstr ""
21434
21435 #: config/darwin.h:262
21436 msgid "-force_flat_namespace not allowed with -dynamiclib"
21437 msgstr ""
21438
21439 #: config/darwin.h:264
21440 msgid "-keep_private_externs not allowed with -dynamiclib"
21441 msgstr ""
21442
21443 #: config/darwin.h:265
21444 msgid "-private_bundle not allowed with -dynamiclib"
21445 msgstr ""
21446
21447 #: config/arm/arm.h:151
21448 msgid "-msoft-float and -mhard_float may not be used together"
21449 msgstr ""
21450
21451 #: config/arm/arm.h:153
21452 msgid "-mbig-endian and -mlittle-endian may not be used together"
21453 msgstr ""
21454
21455 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21456 msgid "shared and mdll are not compatible"
21457 msgstr ""
21458
21459 #: config/vax/netbsd-elf.h:42
21460 msgid "The -shared option is not currently supported for VAX ELF."
21461 msgstr ""
21462
21463 #: config/i386/nwld.h:34
21464 msgid "Static linking is not supported.\n"
21465 msgstr ""
21466
21467 #: config/sparc/linux64.h:207 config/sparc/linux64.h:218
21468 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21469 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21470 msgid "may not use both -m32 and -m64"
21471 msgstr ""
21472
21473 #: treelang/lang-specs.h:52
21474 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21475 msgstr ""
21476
21477 #: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34
21478 msgid "-pg and -fomit-frame-pointer are incompatible"
21479 msgstr ""
21480
21481 #: config/vax/vax.h:50 config/vax/vax.h:51
21482 msgid "profiling not supported with -mg\n"
21483 msgstr ""
21484
21485 #: config/i386/sco5.h:189
21486 msgid "-pg not supported on this platform"
21487 msgstr ""
21488
21489 #: config/i386/sco5.h:190
21490 msgid "-p and -pp specified - pick one"
21491 msgstr ""
21492
21493 #: config/i386/sco5.h:264
21494 msgid "-G and -static are mutually exclusive"
21495 msgstr ""
21496
21497 #: config/i386/cygwin.h:29
21498 msgid "mno-cygwin and mno-win32 are not compatible"
21499 msgstr ""
21500
21501 #: config/mcore/mcore.h:57
21502 msgid "the m210 does not have little endian support"
21503 msgstr ""
21504
21505 #: gcc.c:769
21506 msgid "GCC does not support -C or -CC without -E"
21507 msgstr ""
21508
21509 #: gcc.c:963
21510 msgid "-E required when input is from standard input"
21511 msgstr ""
21512
21513 #: config/lynx.h:71
21514 msgid "Cannot use mthreads and mlegacy-threads together."
21515 msgstr ""
21516
21517 #: config/lynx.h:96
21518 msgid "Cannot use mshared and static together."
21519 msgstr ""
21520
21521 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21522 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21523 msgid "does not support multilib"
21524 msgstr ""
21525
21526 #: config/rs6000/darwin.h:132
21527 msgid " conflicting code gen style switches are used"
21528 msgstr ""
21529
21530 #: ada/lang-specs.h:35
21531 msgid "-c or -S required for Ada"
21532 msgstr ""