OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / po / sv.po
1 # Swedish translation for the GNU CC.
2 # Copyright (C) 2000 Free Software Foundation, Inc.
3 # Dennis Björklund <db@zigo.dhs.org>, 2000.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gcc 2.97 20001112 (experimental)\n"
8 "POT-Creation-Date: 2000-09-12 04:07+0200\n"
9 "PO-Revision-Date: 2000-11-22 10:49+01:00\n"
10 "Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
11 "Language-Team: Swedish <sv@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=iso-8859-1\n"
14 "Content-Transfer-Encoding: 8-bit\n"
15
16 #: builtins.c:239
17 msgid "offset outside bounds of constant string"
18 msgstr "index till en konstant sträng pekar utanför dess gränser"
19
20 #. ??? We used to try and build up a call to the out of line function,
21 #. guessing about what registers needed saving etc.  This became much
22 #. harder with __builtin_va_start, since we don't have a tree for a
23 #. call to __builtin_saveregs to fall back on.  There was exactly one
24 #. port (i860) that used this code, and I'm unconvinced it could actually
25 #. handle the general case.  So we no longer try to handle anything
26 #. weird and make the backend absorb the evil.
27 #: builtins.c:1803
28 msgid "__builtin_saveregs not supported by this target"
29 msgstr "__builtin_saveregs stöds inte på denna målarkitektur"
30
31 #: builtins.c:1846
32 msgid "argument of `__builtin_args_info' must be constant"
33 msgstr "argumentet till \"__builtin_args_info\" måste vara konstant"
34
35 #: builtins.c:1852
36 msgid "argument of `__builtin_args_info' out of range"
37 msgstr "argument till \"__builtin_args_info\" är utanför sitt intervall"
38
39 #: builtins.c:1858
40 msgid "missing argument in `__builtin_args_info'"
41 msgstr "argument saknas till \"__builtin_args_info\""
42
43 #: builtins.c:1889
44 msgid "`va_start' used in function with fixed args"
45 msgstr "\"va_start\" används i en funktion med fixt antal parametrar"
46
47 #: builtins.c:1908
48 msgid "second parameter of `va_start' not last named argument"
49 msgstr ""
50 "andra parametern till \"va_start\" var inte det sista namngivna argumentet"
51
52 #. Evidently an out of date version of <stdarg.h>; can't validate
53 #. va_start's second argument, but can still work as intended.
54 #: builtins.c:1913
55 msgid "`__builtin_next_arg' called without an argument"
56 msgstr "\"__builtin_next_arg\" anropad utan argument"
57
58 #: builtins.c:2006
59 msgid "too many arguments to function `va_start'"
60 msgstr "För många argument till funktionen \"va_start\""
61
62 #: builtins.c:2092
63 msgid "first argument to `va_arg' not of type `va_list'"
64 msgstr "första argumentet till \"va_arg\" är inte av typen \"va_list\""
65
66 #: builtins.c:2120
67 #, c-format
68 msgid "`%s' is promoted to `%s' when passed through `...'"
69 msgstr "\"%s\" konverteras till \"%s\" när det skickas via \"...\""
70
71 #: builtins.c:2124
72 #, c-format
73 msgid "(so you should pass `%s' not `%s' to `va_arg')"
74 msgstr "(alltså skall du skicka \"%s\" och inte \"%s\" till \"va_arg\")"
75
76 #: builtins.c:2233
77 msgid "invalid arg to `__builtin_frame_address'"
78 msgstr "ogiltigt argument till \"__builtin_frame_address\""
79
80 #: builtins.c:2235
81 msgid "invalid arg to `__builtin_return_address'"
82 msgstr "ogiltigt argument till \"__builtin_return_address\""
83
84 #: builtins.c:2248
85 msgid "unsupported arg to `__builtin_frame_address'"
86 msgstr "Icke supportat argument till \"__builtin_frame_address\""
87
88 #: builtins.c:2250
89 msgid "unsupported arg to `__builtin_return_address'"
90 msgstr "Icke supportat argument till \"__builtin_return_address\""
91
92 #: builtins.c:2332
93 msgid "second arg to `__builtin_expect' must be a constant"
94 msgstr "andra argumentet till \"__builtin_expect\" måste vara en konstant"
95
96 #: builtins.c:2581
97 msgid "__builtin_longjmp second argument must be 1"
98 msgstr "andra argumentet till __builtin_longjmp måste vara 1"
99
100 #: builtins.c:2595
101 msgid "__builtin_trap not supported by this target"
102 msgstr "__builtin_trap stöds inte på denna målarkitektur"
103
104 #. just do library call, if unknown builtin
105 #: builtins.c:2633
106 #, c-format
107 msgid "built-in function `%s' not currently supported"
108 msgstr "inbyggd funktion \"%s\" stöds inte för närvarande"
109
110 #: c-common.c:387
111 #, c-format
112 msgid ""
113 "string length `%d' is greater than the minimum length `%d' ISO C%d is "
114 "required to support"
115 msgstr ""
116 "stränglängden \"%d\" är större än den minsta längden \"%d\" som ISO C%d "
117 "behöver stödja"
118
119 #: c-common.c:552
120 #, c-format
121 msgid "`%s' attribute directive ignored"
122 msgstr "attributet \"%s\" ignorerat"
123
124 #: c-common.c:560
125 #, c-format
126 msgid "`%s' attribute does not apply to types"
127 msgstr "attributet \"%s\" är inte applicerbart på typer"
128
129 #: c-common.c:567
130 #, c-format
131 msgid "wrong number of arguments specified for `%s' attribute"
132 msgstr "fel antal argument angett för attributet `%s'"
133
134 #: c-common.c:583 c-common.c:590 c-common.c:597 c-common.c:610 c-common.c:618
135 #: c-common.c:633 c-common.c:646 c-common.c:654 c-common.c:670 c-common.c:682
136 #: c-common.c:694 c-common.c:699 c-common.c:1033 c-common.c:1185
137 #, c-format
138 msgid "`%s' attribute ignored"
139 msgstr "attributet `%s' ignorerat"
140
141 #: c-common.c:732
142 #, c-format
143 msgid "unknown machine mode `%s'"
144 msgstr "okänt maskinläge `%s'"
145
146 #: c-common.c:735
147 #, c-format
148 msgid "no data type for mode `%s'"
149 msgstr "ingen datatyp för läge `%s'"
150
151 #: c-common.c:755
152 msgid "section attribute cannot be specified for local variables"
153 msgstr ""
154
155 #: c-common.c:762
156 #, c-format
157 msgid "section of `%s' conflicts with previous declaration"
158 msgstr ""
159
160 #: c-common.c:768
161 #, c-format
162 msgid "section attribute not allowed for `%s'"
163 msgstr ""
164
165 #: c-common.c:771
166 msgid "section attributes are not supported for this target"
167 msgstr ""
168
169 #: c-common.c:790
170 msgid "requested alignment is not a constant"
171 msgstr "efterfrågad minnesjustering är inte konstant"
172
173 #: c-common.c:795
174 msgid "requested alignment is not a power of 2"
175 msgstr "efterrågad minnesjustering är inte en potens av 2"
176
177 #: c-common.c:797
178 msgid "requested alignment is too large"
179 msgstr "efterfrågad minnesjustering är för stor"
180
181 #: c-common.c:820
182 #, c-format
183 msgid "alignment may not be specified for `%s'"
184 msgstr "minnesjustering kan inte anges för \"%s\""
185
186 #: c-common.c:843 c-common.c:949
187 #, c-format
188 msgid "argument format specified for non-function `%s'"
189 msgstr ""
190
191 #: c-common.c:849
192 msgid "unrecognized format specifier"
193 msgstr ""
194
195 #: c-common.c:865
196 #, c-format
197 msgid "`%s' is an unrecognized format function type"
198 msgstr ""
199
200 #: c-common.c:887 c-common.c:963
201 msgid "format string has invalid operand number"
202 msgstr ""
203
204 #: c-common.c:895
205 msgid "format string arg follows the args to be formatted"
206 msgstr ""
207
208 #: c-common.c:914 c-common.c:984
209 msgid "format string arg not a string type"
210 msgstr ""
211
212 #: c-common.c:927
213 msgid "args to be formatted is not '...'"
214 msgstr ""
215
216 #: c-common.c:993
217 msgid "function does not return string type"
218 msgstr ""
219
220 #: c-common.c:1011
221 #, c-format
222 msgid "`%s' defined both normally and as an alias"
223 msgstr ""
224
225 #: c-common.c:1019
226 msgid "alias arg not a string"
227 msgstr ""
228
229 #: c-common.c:1040 c-common.c:1057 c-common.c:1074
230 #, c-format
231 msgid "`%s' attribute applies only to functions"
232 msgstr ""
233
234 #: c-common.c:1046 c-common.c:1063 c-common.c:1080
235 #, c-format
236 msgid "can't set `%s' attribute after definition"
237 msgstr ""
238
239 #: c-common.c:1632
240 msgid "too few arguments for format"
241 msgstr ""
242
243 #: c-common.c:1730 c-common.c:1751
244 msgid "missing $ operand number in format"
245 msgstr ""
246
247 #: c-common.c:1760
248 msgid "ISO C does not support %%n$ operand number formats"
249 msgstr ""
250
251 #: c-common.c:1766
252 msgid "operand number out of range in format"
253 msgstr ""
254
255 #: c-common.c:1818
256 #, c-format
257 msgid "format argument %d unused before used argument %d in $-style format"
258 msgstr ""
259
260 #: c-common.c:1822
261 msgid "unused arguments in $-style format"
262 msgstr ""
263
264 #: c-common.c:1912
265 msgid "null format string"
266 msgstr ""
267
268 #: c-common.c:1923 c-common.c:1935
269 msgid "format not a string literal, argument types not checked"
270 msgstr ""
271
272 #: c-common.c:1941
273 msgid "zero-length format string"
274 msgstr ""
275
276 #: c-common.c:1944
277 msgid "unterminated format string"
278 msgstr ""
279
280 #: c-common.c:1967
281 msgid "embedded `\\0' in format"
282 msgstr ""
283
284 #: c-common.c:1970
285 msgid "too many arguments for format"
286 msgstr ""
287
288 #: c-common.c:1979
289 msgid "spurious trailing `%%' in format"
290 msgstr ""
291
292 #: c-common.c:2019
293 msgid "zero width in scanf format"
294 msgstr ""
295
296 #: c-common.c:2026
297 #, c-format
298 msgid "ISO C does not support the strftime `%c' flag"
299 msgstr ""
300
301 #: c-common.c:2030 c-common.c:2083
302 #, c-format
303 msgid "repeated `%c' flag in format"
304 msgstr ""
305
306 #: c-common.c:2047
307 msgid "ISO C does not support strftime format width"
308 msgstr ""
309
310 #: c-common.c:2055
311 msgid "multiple E/O modifiers in format"
312 msgstr ""
313
314 #: c-common.c:2095
315 msgid "use of both ` ' and `+' flags in format"
316 msgstr ""
317
318 #: c-common.c:2100
319 msgid "use of both `0' and `-' flags in format"
320 msgstr ""
321
322 #: c-common.c:2102
323 msgid "ISO C does not support the `'' format flag"
324 msgstr ""
325
326 #: c-common.c:2104
327 msgid "ISO C does not support the `I' format flag"
328 msgstr ""
329
330 #: c-common.c:2144
331 #, c-format
332 msgid "field width is not type int (arg %d)"
333 msgstr ""
334
335 #: c-common.c:2193
336 #, c-format
337 msgid "field precision is not type int (arg %d)"
338 msgstr ""
339
340 #: c-common.c:2239
341 #, c-format
342 msgid "ISO C does not support the `%s' %s length modifier"
343 msgstr ""
344
345 #: c-common.c:2243
346 #, c-format
347 msgid "ISO C89 does not support the `%s' %s length modifier"
348 msgstr ""
349
350 #: c-common.c:2258
351 #, c-format
352 msgid "use of `*' and `%s' together in format"
353 msgstr ""
354
355 #: c-common.c:2264
356 msgid "conversion lacks type at end of format"
357 msgstr ""
358
359 #: c-common.c:2275
360 #, c-format
361 msgid "unknown conversion type character `%c' in format"
362 msgstr ""
363
364 #: c-common.c:2278
365 #, c-format
366 msgid "unknown conversion type character 0x%x in format"
367 msgstr ""
368
369 #: c-common.c:2285
370 msgid "ISO C does not support the `%%%c' %s format"
371 msgstr ""
372
373 #: c-common.c:2289
374 msgid "ISO C89 does not support the `%%%c' %s format"
375 msgstr ""
376
377 #: c-common.c:2294
378 msgid "ISO C does not support `%%O%c'"
379 msgstr ""
380
381 #: c-common.c:2296
382 msgid "ISO C89 does not support `%%O%c'"
383 msgstr ""
384
385 #: c-common.c:2299
386 msgid "ISO C89 does not support `%%E%c'"
387 msgstr ""
388
389 #: c-common.c:2302
390 #, c-format
391 msgid "width used with `%c' format"
392 msgstr ""
393
394 #: c-common.c:2305
395 msgid "`%%%c' yields only last 2 digits of year in some locales"
396 msgstr ""
397
398 #: c-common.c:2308
399 msgid "`%%%c' yields only last 2 digits of year"
400 msgstr ""
401
402 #: c-common.c:2310
403 #, c-format
404 msgid "precision used with `%c' format"
405 msgstr ""
406
407 #: c-common.c:2313
408 #, c-format
409 msgid "`a' flag used with `%c' format"
410 msgstr ""
411
412 #: c-common.c:2319
413 msgid "ISO C does not support the `a' flag"
414 msgstr ""
415
416 #. The end of the format string was reached.
417 #: c-common.c:2333
418 msgid "no closing `]' for `%%[' format"
419 msgstr ""
420
421 #: c-common.c:2338
422 #, c-format
423 msgid "suppression of `%c' conversion in format"
424 msgstr ""
425
426 #: c-common.c:2344
427 #, c-format
428 msgid "flag `%c' used with type `%c'"
429 msgstr ""
430
431 #: c-common.c:2353
432 #, c-format
433 msgid "`0' flag ignored with precision specifier and `%c' format"
434 msgstr ""
435
436 #: c-common.c:2360
437 #, c-format
438 msgid "use of `%s' length modifier with `%c' type character"
439 msgstr ""
440
441 #: c-common.c:2370
442 msgid "ISO C does not support the `%%%s%c' %s format"
443 msgstr ""
444
445 #: c-common.c:2374
446 msgid "ISO C89 does not support the `%%%s%c' %s format"
447 msgstr ""
448
449 #: c-common.c:2428
450 #, c-format
451 msgid "writing into constant object (arg %d)"
452 msgstr ""
453
454 #: c-common.c:2439
455 #, c-format
456 msgid "extra type qualifiers in format argument (arg %d)"
457 msgstr ""
458
459 #: c-common.c:2447
460 #, c-format
461 msgid "format argument is not a pointer (arg %d)"
462 msgstr ""
463
464 #: c-common.c:2449
465 #, c-format
466 msgid "format argument is not a pointer to a pointer (arg %d)"
467 msgstr ""
468
469 #: c-common.c:2539
470 #, c-format
471 msgid "%s format, %s arg (arg %d)"
472 msgstr ""
473
474 #: c-common.c:2558
475 msgid "overflow in constant expression"
476 msgstr ""
477
478 #: c-common.c:2579
479 msgid "integer overflow in expression"
480 msgstr ""
481
482 #: c-common.c:2588
483 msgid "floating point overflow in expression"
484 msgstr ""
485
486 #. This detects cases like converting -129 or 256 to unsigned char.
487 #: c-common.c:2609
488 msgid "large integer implicitly truncated to unsigned type"
489 msgstr ""
490
491 #: c-common.c:2611
492 msgid "negative integer implicitly converted to unsigned type"
493 msgstr ""
494
495 #: c-common.c:2644
496 msgid "overflow in implicit constant conversion"
497 msgstr ""
498
499 #: c-common.c:2665
500 msgid "expression statement has incomplete type"
501 msgstr ""
502
503 #: c-common.c:2697
504 msgid "case label does not reduce to an integer constant"
505 msgstr ""
506
507 #: c-common.c:2967
508 msgid "invalid truth-value expression"
509 msgstr ""
510
511 #: c-common.c:3018
512 #, c-format
513 msgid "invalid operands to binary %s"
514 msgstr ""
515
516 #: c-common.c:3253 c-common.c:3262
517 msgid "comparison is always false due to limited range of data type"
518 msgstr ""
519
520 #: c-common.c:3255 c-common.c:3264
521 msgid "comparison is always true due to limited range of data type"
522 msgstr ""
523
524 #: c-common.c:3330
525 msgid "comparison of unsigned expression >= 0 is always true"
526 msgstr ""
527
528 #: c-common.c:3339
529 msgid "comparison of unsigned expression < 0 is always false"
530 msgstr ""
531
532 #: c-common.c:3390
533 msgid "struct type value used where scalar is required"
534 msgstr ""
535
536 #: c-common.c:3394
537 msgid "union type value used where scalar is required"
538 msgstr ""
539
540 #: c-common.c:3398
541 msgid "array type value used where scalar is required"
542 msgstr ""
543
544 #: c-common.c:3513
545 msgid "suggest parentheses around assignment used as truth value"
546 msgstr ""
547
548 #: c-common.c:3638 c-common.c:3670
549 msgid "invalid use of `restrict'"
550 msgstr "ogiltigt användande av \"restrict\""
551
552 #: c-common.c:4372 c-typeck.c:1741
553 #, c-format
554 msgid "too few arguments to function `%s'"
555 msgstr "för få argument till funktionen \"%s\""
556
557 #: c-common.c:4378 c-typeck.c:1600
558 #, c-format
559 msgid "too many arguments to function `%s'"
560 msgstr "för många argument till funktionen \"%s\""
561
562 #: c-convert.c:78 c-typeck.c:940 c-typeck.c:4037 cp/typeck.c:1729
563 #: cp/typeck.c:6431
564 msgid "void value not ignored as it ought to be"
565 msgstr ""
566
567 #: c-convert.c:100
568 msgid "conversion to non-scalar type requested"
569 msgstr ""
570
571 #: c-decl.c:606
572 #, c-format
573 msgid "unknown C standard `%s'"
574 msgstr "okänd C-standard \"%s\""
575
576 #: c-decl.c:875
577 #, c-format
578 msgid "array `%s' assumed to have one element"
579 msgstr ""
580
581 #: c-decl.c:1051
582 #, c-format
583 msgid "`struct %s' incomplete in scope ending here"
584 msgstr ""
585
586 #: c-decl.c:1054
587 #, c-format
588 msgid "`union %s' incomplete in scope ending here"
589 msgstr ""
590
591 #: c-decl.c:1057
592 #, c-format
593 msgid "`enum %s' incomplete in scope ending here"
594 msgstr ""
595
596 #: c-decl.c:1171 c-decl.c:1331
597 #, c-format
598 msgid "label `%s' used but not defined"
599 msgstr ""
600
601 #: c-decl.c:1177 c-decl.c:1338
602 #, c-format
603 msgid "label `%s' defined but not used"
604 msgstr ""
605
606 #: c-decl.c:1460 c-decl.c:1513
607 #, c-format
608 msgid "shadowing built-in function `%s'"
609 msgstr ""
610
611 #: c-decl.c:1462
612 #, c-format
613 msgid "shadowing library function `%s'"
614 msgstr ""
615
616 #: c-decl.c:1468
617 #, c-format
618 msgid "library function `%s' declared as non-function"
619 msgstr ""
620
621 #: c-decl.c:1472 c-decl.c:1475
622 #, c-format
623 msgid "built-in function `%s' declared as non-function"
624 msgstr ""
625
626 #: c-decl.c:1479 objc/objc-act.c:2490 objc/objc-act.c:6161
627 #, c-format
628 msgid "`%s' redeclared as different kind of symbol"
629 msgstr ""
630
631 #: c-decl.c:1480 c-decl.c:1658 c-decl.c:1805 objc/objc-act.c:2492
632 #: objc/objc-act.c:6163 objc/objc-act.c:6218
633 #, c-format
634 msgid "previous declaration of `%s'"
635 msgstr ""
636
637 #. If types don't match for a built-in, throw away the built-in.
638 #: c-decl.c:1562
639 #, c-format
640 msgid "conflicting types for built-in function `%s'"
641 msgstr ""
642
643 #: c-decl.c:1605 c-decl.c:1624
644 #, c-format
645 msgid "conflicting types for `%s'"
646 msgstr ""
647
648 #: c-decl.c:1647
649 msgid ""
650 "A parameter list with an ellipsis can't match an empty parameter name list "
651 "declaration."
652 msgstr ""
653
654 #: c-decl.c:1653
655 msgid ""
656 "An argument type that has a default promotion can't match an empty parameter "
657 "name list declaration."
658 msgstr ""
659
660 #: c-decl.c:1668 c-decl.c:1690
661 #, c-format
662 msgid "redefinition of `%s'"
663 msgstr ""
664
665 #: c-decl.c:1671
666 #, c-format
667 msgid "redeclaration of `%s'"
668 msgstr ""
669
670 #: c-decl.c:1674
671 #, c-format
672 msgid "conflicting declarations of `%s'"
673 msgstr ""
674
675 #: c-decl.c:1683 c-decl.c:1695
676 #, c-format
677 msgid "`%s' previously defined here"
678 msgstr ""
679
680 #: c-decl.c:1684 c-decl.c:1696
681 #, c-format
682 msgid "`%s' previously declared here"
683 msgstr ""
684
685 #: c-decl.c:1717
686 #, c-format
687 msgid "prototype for `%s' follows"
688 msgstr ""
689
690 #: c-decl.c:1718 c-decl.c:1726 c-decl.c:1742
691 msgid "non-prototype definition here"
692 msgstr ""
693
694 #: c-decl.c:1725
695 #, c-format
696 msgid "prototype for `%s' follows and number of arguments doesn't match"
697 msgstr ""
698
699 #: c-decl.c:1740
700 #, c-format
701 msgid "prototype for `%s' follows and argument %d doesn't match"
702 msgstr ""
703
704 #: c-decl.c:1757
705 #, c-format
706 msgid "`%s' declared inline after being called"
707 msgstr ""
708
709 #: c-decl.c:1762
710 #, c-format
711 msgid "`%s' declared inline after its definition"
712 msgstr ""
713
714 #: c-decl.c:1769
715 #, c-format
716 msgid "static declaration for `%s' follows non-static"
717 msgstr ""
718
719 #: c-decl.c:1777
720 #, c-format
721 msgid "non-static declaration for `%s' follows static"
722 msgstr ""
723
724 #: c-decl.c:1784
725 #, c-format
726 msgid "const declaration for `%s' follows non-const"
727 msgstr ""
728
729 #: c-decl.c:1791
730 #, c-format
731 msgid "type qualifiers for `%s' conflict with previous decl"
732 msgstr ""
733
734 #: c-decl.c:1804
735 #, c-format
736 msgid "redundant redeclaration of `%s' in same scope"
737 msgstr ""
738
739 #: c-decl.c:2074
740 #, c-format
741 msgid "nested extern declaration of `%s'"
742 msgstr ""
743
744 #: c-decl.c:2099
745 #, c-format
746 msgid "`%s' used prior to declaration"
747 msgstr ""
748
749 #: c-decl.c:2120 c-decl.c:2335
750 #, c-format
751 msgid "`%s' was declared implicitly `extern' and later `static'"
752 msgstr ""
753
754 #: c-decl.c:2230
755 msgid "type mismatch with previous external decl"
756 msgstr ""
757
758 #: c-decl.c:2231
759 #, c-format
760 msgid "previous external decl of `%s'"
761 msgstr ""
762
763 #: c-decl.c:2244
764 msgid "type mismatch with previous implicit declaration"
765 msgstr ""
766
767 #: c-decl.c:2246
768 #, c-format
769 msgid "previous implicit declaration of `%s'"
770 msgstr ""
771
772 #: c-decl.c:2263
773 #, c-format
774 msgid "type of external `%s' is not global"
775 msgstr ""
776
777 #: c-decl.c:2314
778 #, c-format
779 msgid "`%s' was previously implicitly declared to return `int'"
780 msgstr ""
781
782 #: c-decl.c:2339
783 #, c-format
784 msgid "`%s' was declared `extern' and later `static'"
785 msgstr ""
786
787 #: c-decl.c:2362
788 #, c-format
789 msgid "extern declaration of `%s' doesn't match global one"
790 msgstr ""
791
792 #: c-decl.c:2402
793 #, c-format
794 msgid "`%s' locally external but globally static"
795 msgstr ""
796
797 #: c-decl.c:2438 c-decl.c:2463 cp/decl.c:4231
798 #, c-format
799 msgid "declaration of `%s' shadows a parameter"
800 msgstr ""
801
802 #: c-decl.c:2441
803 #, c-format
804 msgid "declaration of `%s' shadows a symbol from the parameter list"
805 msgstr ""
806
807 #: c-decl.c:2465 cp/decl.c:4239
808 #, c-format
809 msgid "declaration of `%s' shadows previous local"
810 msgstr ""
811
812 #. XXX shadow warnings in outer-more namespaces
813 #: c-decl.c:2468 cp/decl.c:4243
814 #, c-format
815 msgid "declaration of `%s' shadows global declaration"
816 msgstr ""
817
818 #: c-decl.c:2558
819 #, c-format
820 msgid "function `%s' was previously declared within a block"
821 msgstr ""
822
823 #: c-decl.c:2575 c-decl.c:2577
824 #, c-format
825 msgid "implicit declaration of function `%s'"
826 msgstr ""
827
828 #: c-decl.c:2664
829 #, c-format
830 msgid "label %s referenced outside of any function"
831 msgstr ""
832
833 #: c-decl.c:2724
834 #, c-format
835 msgid "duplicate label declaration `%s'"
836 msgstr ""
837
838 #: c-decl.c:2727
839 msgid "this is a previous declaration"
840 msgstr ""
841
842 #: c-decl.c:3357
843 msgid "unnamed struct/union that defines no instances"
844 msgstr ""
845
846 #: c-decl.c:3376
847 msgid "useless keyword or type name in empty declaration"
848 msgstr ""
849
850 #: c-decl.c:3383
851 msgid "two types specified in one empty declaration"
852 msgstr ""
853
854 #: c-decl.c:3388 c-parse.y:300 c-parse.y:720 c-parse.y:722 c-parse.y:779
855 #: objc-parse.y:329 objc-parse.y:772 objc-parse.y:774 objc-parse.y:831
856 #: objc-parse.y:2510 parse.y:701 parse.y:1760
857 msgid "empty declaration"
858 msgstr "tom deklaration"
859
860 #: c-decl.c:3445
861 #, c-format
862 msgid "`%s' is usually a function"
863 msgstr "\"%s\" är vanligtvis en funktion"
864
865 #: c-decl.c:3459
866 #, c-format
867 msgid "typedef `%s' is initialized"
868 msgstr ""
869
870 #: c-decl.c:3466
871 #, c-format
872 msgid "function `%s' is initialized like a variable"
873 msgstr ""
874
875 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
876 #: c-decl.c:3473
877 #, c-format
878 msgid "parameter `%s' is initialized"
879 msgstr ""
880
881 #: c-decl.c:3488 c-typeck.c:4758
882 msgid "variable-sized object may not be initialized"
883 msgstr ""
884
885 #: c-decl.c:3494
886 #, c-format
887 msgid "variable `%s' has initializer but incomplete type"
888 msgstr ""
889
890 #: c-decl.c:3500
891 #, c-format
892 msgid "elements of array `%s' have incomplete type"
893 msgstr ""
894
895 #: c-decl.c:3513
896 #, c-format
897 msgid "declaration of `%s' has `extern' and is initialized"
898 msgstr ""
899
900 #: c-decl.c:3625
901 #, c-format
902 msgid "initializer fails to determine size of `%s'"
903 msgstr ""
904
905 #: c-decl.c:3630
906 #, c-format
907 msgid "array size missing in `%s'"
908 msgstr ""
909
910 #: c-decl.c:3646
911 #, c-format
912 msgid "zero or negative size array `%s'"
913 msgstr ""
914
915 #: c-decl.c:3671
916 #, c-format
917 msgid "storage size of `%s' isn't known"
918 msgstr ""
919
920 #: c-decl.c:3681
921 #, c-format
922 msgid "storage size of `%s' isn't constant"
923 msgstr ""
924
925 #: c-decl.c:3781
926 #, c-format
927 msgid "ANSI C forbids parameter `%s' shadowing typedef"
928 msgstr ""
929
930 #: c-decl.c:4015 cp/decl.c:10230
931 msgid "`long long long' is too long for GCC"
932 msgstr "\"long long long\" är för långt för GCC"
933
934 #: c-decl.c:4020
935 msgid "ISO C89 does not support `long long'"
936 msgstr "ISO C89 stödjer inte \"long long\"'"
937
938 #: c-decl.c:4025 cp/decl.c:10235
939 #, c-format
940 msgid "duplicate `%s'"
941 msgstr ""
942
943 #: c-decl.c:4031 cp/decl.c:10255
944 #, c-format
945 msgid "two or more data types in declaration of `%s'"
946 msgstr ""
947
948 #: c-decl.c:4046 cp/decl.c:10260
949 #, c-format
950 msgid "`%s' fails to be a typedef or built in type"
951 msgstr ""
952
953 #: c-decl.c:4112
954 #, c-format
955 msgid "both long and short specified for `%s'"
956 msgstr ""
957
958 #: c-decl.c:4116 cp/decl.c:10360
959 #, c-format
960 msgid "long or short specified with char for `%s'"
961 msgstr ""
962
963 #: c-decl.c:4123 cp/decl.c:10364
964 #, c-format
965 msgid "long or short specified with floating type for `%s'"
966 msgstr ""
967
968 #: c-decl.c:4126
969 msgid "the only valid combination is `long double'"
970 msgstr "den enda giltiga kombinationen är \"long double\""
971
972 #: c-decl.c:4132
973 #, c-format
974 msgid "both signed and unsigned specified for `%s'"
975 msgstr "både signed och unsigned specificerat för \"%s\""
976
977 #: c-decl.c:4134 cp/decl.c:10353
978 #, c-format
979 msgid "long, short, signed or unsigned invalid for `%s'"
980 msgstr ""
981
982 #: c-decl.c:4140 cp/decl.c:10373
983 #, c-format
984 msgid "long, short, signed or unsigned used invalidly for `%s'"
985 msgstr ""
986
987 #: c-decl.c:4159 cp/decl.c:10394
988 #, c-format
989 msgid "complex invalid for `%s'"
990 msgstr ""
991
992 #: c-decl.c:4235 c-decl.c:4591 cp/decl.c:10993
993 msgid "duplicate `const'"
994 msgstr ""
995
996 #: c-decl.c:4237 c-decl.c:4595 cp/decl.c:10997
997 msgid "duplicate `restrict'"
998 msgstr ""
999
1000 #: c-decl.c:4239 c-decl.c:4593 cp/decl.c:10995
1001 msgid "duplicate `volatile'"
1002 msgstr ""
1003
1004 #: c-decl.c:4261 cp/decl.c:10543
1005 #, c-format
1006 msgid "multiple storage classes in declaration of `%s'"
1007 msgstr ""
1008
1009 #: c-decl.c:4270
1010 msgid "function definition declared `auto'"
1011 msgstr ""
1012
1013 #: c-decl.c:4272
1014 msgid "function definition declared `register'"
1015 msgstr ""
1016
1017 #: c-decl.c:4274
1018 msgid "function definition declared `typedef'"
1019 msgstr ""
1020
1021 #: c-decl.c:4287
1022 #, c-format
1023 msgid "storage class specified for structure field `%s'"
1024 msgstr ""
1025
1026 #: c-decl.c:4291 cp/decl.c:10590
1027 #, c-format
1028 msgid "storage class specified for parameter `%s'"
1029 msgstr ""
1030
1031 #: c-decl.c:4294 cp/decl.c:10592
1032 msgid "storage class specified for typename"
1033 msgstr ""
1034
1035 #: c-decl.c:4306 cp/decl.c:10606
1036 #, c-format
1037 msgid "`%s' initialized and declared `extern'"
1038 msgstr ""
1039
1040 #: c-decl.c:4308 cp/decl.c:10609
1041 #, c-format
1042 msgid "`%s' has both `extern' and initializer"
1043 msgstr ""
1044
1045 #: c-decl.c:4312 cp/decl.c:10613
1046 #, c-format
1047 msgid "nested function `%s' declared `extern'"
1048 msgstr ""
1049
1050 #: c-decl.c:4315 cp/decl.c:10617
1051 #, c-format
1052 msgid "top-level declaration of `%s' specifies `auto'"
1053 msgstr ""
1054
1055 #: c-decl.c:4357
1056 #, c-format
1057 msgid "declaration of `%s' as array of voids"
1058 msgstr ""
1059
1060 #: c-decl.c:4363
1061 #, c-format
1062 msgid "declaration of `%s' as array of functions"
1063 msgstr ""
1064
1065 #: c-decl.c:4385
1066 #, c-format
1067 msgid "size of array `%s' has non-integer type"
1068 msgstr ""
1069
1070 #: c-decl.c:4390
1071 #, c-format
1072 msgid "ISO C forbids zero-size array `%s'"
1073 msgstr ""
1074
1075 #: c-decl.c:4397
1076 #, c-format
1077 msgid "size of array `%s' is negative"
1078 msgstr ""
1079
1080 #: c-decl.c:4410
1081 #, c-format
1082 msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
1083 msgstr ""
1084
1085 #: c-decl.c:4413
1086 #, c-format
1087 msgid "ISO C89 forbids variable-size array `%s'"
1088 msgstr ""
1089
1090 #: c-decl.c:4431 c-decl.c:4616
1091 #, c-format
1092 msgid "size of array `%s' is too large"
1093 msgstr "fältet \"%s\" är för stort"
1094
1095 #: c-decl.c:4451
1096 msgid "array type has incomplete element type"
1097 msgstr ""
1098
1099 #: c-decl.c:4459
1100 msgid "ANSI C forbids const or volatile function types"
1101 msgstr ""
1102
1103 #: c-decl.c:4495 cp/decl.c:10753
1104 #, c-format
1105 msgid "`%s' declared as function returning a function"
1106 msgstr ""
1107
1108 #: c-decl.c:4500 cp/decl.c:10758
1109 #, c-format
1110 msgid "`%s' declared as function returning an array"
1111 msgstr ""
1112
1113 #: c-decl.c:4549 c-decl.c:4627 c-decl.c:4711 c-decl.c:4798
1114 msgid "ISO C forbids qualified function types"
1115 msgstr ""
1116
1117 #: c-decl.c:4589 cp/decl.c:10989
1118 msgid "invalid type modifier within pointer declarator"
1119 msgstr ""
1120
1121 #: c-decl.c:4661
1122 msgid "ISO C forbids const or volatile function types"
1123 msgstr ""
1124
1125 #: c-decl.c:4680 cp/decl.c:11476
1126 #, c-format
1127 msgid "variable or field `%s' declared void"
1128 msgstr ""
1129
1130 #: c-decl.c:4745
1131 #, c-format
1132 msgid "field `%s' declared as a function"
1133 msgstr ""
1134
1135 #: c-decl.c:4751
1136 #, c-format
1137 msgid "field `%s' has incomplete type"
1138 msgstr ""
1139
1140 #: c-decl.c:4783 c-decl.c:4785 c-decl.c:4792
1141 #, c-format
1142 msgid "invalid storage class for function `%s'"
1143 msgstr ""
1144
1145 #: c-decl.c:4804
1146 msgid "ISO C forbids qualified void function return type"
1147 msgstr ""
1148
1149 #: c-decl.c:4810
1150 msgid "`noreturn' function returns non-void value"
1151 msgstr ""
1152
1153 #: c-decl.c:4822
1154 msgid "cannot inline function `main'"
1155 msgstr ""
1156
1157 #: c-decl.c:4853
1158 #, c-format
1159 msgid "variable `%s' declared `inline'"
1160 msgstr ""
1161
1162 #: c-decl.c:4924 c-decl.c:5878
1163 msgid "function declaration isn't a prototype"
1164 msgstr ""
1165
1166 #: c-decl.c:4930 cp/decl.c:12167
1167 msgid "parameter names (without types) in function declaration"
1168 msgstr ""
1169
1170 #: c-decl.c:4960 c-decl.c:6263 c-decl.c:6552 cp/decl.c:11986
1171 #, c-format
1172 msgid "parameter `%s' has incomplete type"
1173 msgstr ""
1174
1175 #: c-decl.c:4963 cp/decl.c:11989
1176 msgid "parameter has incomplete type"
1177 msgstr ""
1178
1179 #: c-decl.c:4984
1180 #, c-format
1181 msgid "parameter `%s' points to incomplete type"
1182 msgstr ""
1183
1184 #: c-decl.c:4987
1185 msgid "parameter points to incomplete type"
1186 msgstr ""
1187
1188 #: c-decl.c:5052
1189 #, c-format
1190 msgid "parameter `%s' has just a forward declaration"
1191 msgstr ""
1192
1193 #: c-decl.c:5094
1194 msgid "`void' in parameter list must be the entire list"
1195 msgstr ""
1196
1197 #: c-decl.c:5123
1198 #, c-format
1199 msgid "`%s %s' declared inside parameter list"
1200 msgstr ""
1201
1202 #: c-decl.c:5132
1203 msgid "anonymous struct declared inside parameter list"
1204 msgstr ""
1205
1206 #: c-decl.c:5134
1207 msgid "anonymous union declared inside parameter list"
1208 msgstr ""
1209
1210 #: c-decl.c:5136
1211 msgid "anonymous enum declared inside parameter list"
1212 msgstr ""
1213
1214 #: c-decl.c:5140
1215 msgid ""
1216 "its scope is only this definition or declaration, which is probably not what "
1217 "you want."
1218 msgstr ""
1219
1220 #: c-decl.c:5175
1221 msgid "ISO C forbids forward references to `enum' types"
1222 msgstr ""
1223
1224 #: c-decl.c:5213
1225 #, c-format
1226 msgid "redefinition of `%s %s'"
1227 msgstr ""
1228
1229 #: c-decl.c:5280 c-decl.c:5283
1230 #, c-format
1231 msgid "%s defined inside parms"
1232 msgstr ""
1233
1234 #: c-decl.c:5281 c-decl.c:5284 c-decl.c:5295
1235 msgid "union"
1236 msgstr ""
1237
1238 #: c-decl.c:5281 c-decl.c:5284
1239 msgid "structure"
1240 msgstr ""
1241
1242 #: c-decl.c:5294
1243 #, c-format
1244 msgid "%s has no %s"
1245 msgstr ""
1246
1247 #: c-decl.c:5295
1248 msgid "struct"
1249 msgstr ""
1250
1251 #: c-decl.c:5296
1252 msgid "named members"
1253 msgstr ""
1254
1255 #: c-decl.c:5296
1256 msgid "members"
1257 msgstr ""
1258
1259 #: c-decl.c:5334
1260 #, c-format
1261 msgid "nested redefinition of `%s'"
1262 msgstr ""
1263
1264 #: c-decl.c:5347
1265 #, c-format
1266 msgid "bit-field `%s' width not an integer constant"
1267 msgstr ""
1268
1269 #: c-decl.c:5357
1270 #, c-format
1271 msgid "bit-field `%s' has invalid type"
1272 msgstr ""
1273
1274 #: c-decl.c:5368
1275 #, c-format
1276 msgid "bit-field `%s' type invalid in ISO C"
1277 msgstr ""
1278
1279 #: c-decl.c:5375
1280 #, c-format
1281 msgid "negative width in bit-field `%s'"
1282 msgstr ""
1283
1284 #: c-decl.c:5378
1285 #, c-format
1286 msgid "width of `%s' exceeds its type"
1287 msgstr ""
1288
1289 #: c-decl.c:5380
1290 #, c-format
1291 msgid "zero width for bit-field `%s'"
1292 msgstr ""
1293
1294 #: c-decl.c:5394
1295 #, c-format
1296 msgid "`%s' is narrower than values of its type"
1297 msgstr ""
1298
1299 #: c-decl.c:5451
1300 #, c-format
1301 msgid "duplicate member `%s'"
1302 msgstr ""
1303
1304 #: c-decl.c:5495
1305 msgid "union cannot be made transparent"
1306 msgstr ""
1307
1308 #. This enum is a named one that has been declared already.
1309 #: c-decl.c:5576
1310 #, c-format
1311 msgid "redeclaration of `enum %s'"
1312 msgstr ""
1313
1314 #: c-decl.c:5610
1315 msgid "enum defined inside parms"
1316 msgstr ""
1317
1318 #: c-decl.c:5642
1319 msgid "enumeration values exceed range of largest integer"
1320 msgstr ""
1321
1322 #: c-decl.c:5746
1323 #, c-format
1324 msgid "enumerator value for `%s' not integer constant"
1325 msgstr ""
1326
1327 #: c-decl.c:5759
1328 msgid "overflow in enumeration values"
1329 msgstr ""
1330
1331 #: c-decl.c:5764
1332 msgid "ISO C restricts enumerator values to range of `int'"
1333 msgstr ""
1334
1335 #: c-decl.c:5835
1336 msgid "return type is an incomplete type"
1337 msgstr ""
1338
1339 #: c-decl.c:5884
1340 #, c-format
1341 msgid "no previous prototype for `%s'"
1342 msgstr ""
1343
1344 #: c-decl.c:5891
1345 #, c-format
1346 msgid "`%s' was used with no prototype before its definition"
1347 msgstr ""
1348
1349 #: c-decl.c:5897
1350 #, c-format
1351 msgid "no previous declaration for `%s'"
1352 msgstr ""
1353
1354 #: c-decl.c:5904
1355 #, c-format
1356 msgid "`%s' was used with no declaration before its definition"
1357 msgstr ""
1358
1359 #: c-decl.c:5932 c-decl.c:6639
1360 #, c-format
1361 msgid "return type of `%s' is not `int'"
1362 msgstr ""
1363
1364 #: c-decl.c:5948
1365 #, c-format
1366 msgid "first argument of `%s' should be `int'"
1367 msgstr ""
1368
1369 #: c-decl.c:5957
1370 #, c-format
1371 msgid "second argument of `%s' should be `char **'"
1372 msgstr ""
1373
1374 #: c-decl.c:5966
1375 #, c-format
1376 msgid "third argument of `%s' should probably be `char **'"
1377 msgstr ""
1378
1379 #: c-decl.c:5975
1380 #, c-format
1381 msgid "`%s' takes only zero or two arguments"
1382 msgstr ""
1383
1384 #: c-decl.c:5978
1385 #, c-format
1386 msgid "third argument of `%s' is deprecated"
1387 msgstr ""
1388
1389 #: c-decl.c:5981
1390 #, c-format
1391 msgid "`%s' is normally a non-static function"
1392 msgstr ""
1393
1394 #: c-decl.c:6081
1395 msgid "parm types given both in parmlist and separately"
1396 msgstr ""
1397
1398 #: c-decl.c:6102
1399 msgid "parameter name omitted"
1400 msgstr ""
1401
1402 #: c-decl.c:6106 c-decl.c:6208 c-decl.c:6509
1403 #, c-format
1404 msgid "parameter `%s' declared void"
1405 msgstr ""
1406
1407 #: c-decl.c:6182
1408 msgid "parameter name missing from parameter list"
1409 msgstr ""
1410
1411 #: c-decl.c:6201 c-decl.c:6502
1412 #, c-format
1413 msgid "multiple parameters named `%s'"
1414 msgstr ""
1415
1416 #: c-decl.c:6232 c-decl.c:6234
1417 #, c-format
1418 msgid "type of `%s' defaults to `int'"
1419 msgstr ""
1420
1421 #: c-decl.c:6270 c-decl.c:6559
1422 #, c-format
1423 msgid "declaration for parameter `%s' but no such parameter"
1424 msgstr ""
1425
1426 #: c-decl.c:6318
1427 msgid "number of arguments doesn't match prototype"
1428 msgstr ""
1429
1430 #: c-decl.c:6347
1431 #, c-format
1432 msgid "promoted argument `%s' doesn't match prototype"
1433 msgstr ""
1434
1435 #: c-decl.c:6361
1436 #, c-format
1437 msgid "argument `%s' doesn't match prototype"
1438 msgstr ""
1439
1440 #: c-decl.c:6532
1441 #, c-format
1442 msgid "type of parameter `%s' is not declared"
1443 msgstr ""
1444
1445 #: c-decl.c:6677
1446 msgid "function might be possible candidate for attribute `noreturn'"
1447 msgstr ""
1448
1449 #: c-decl.c:6680 cp/decl.c:14665
1450 msgid "`noreturn' function does return"
1451 msgstr ""
1452
1453 #. If this function returns non-void and control can drop through,
1454 #. complain.
1455 #: c-decl.c:6685 cp/decl.c:14675
1456 msgid "control reaches end of non-void function"
1457 msgstr "Programflödet når slutet på en icke-void funktion"
1458
1459 #: c-decl.c:6690
1460 msgid "this function may return with or without a value"
1461 msgstr ""
1462
1463 #: c-decl.c:6709
1464 #, c-format
1465 msgid "size of return value of `%s' is %u bytes"
1466 msgstr ""
1467
1468 #: c-decl.c:6713
1469 #, c-format
1470 msgid "size of return value of `%s' is larger than %d bytes"
1471 msgstr ""
1472
1473 #: c-decl.c:6954
1474 msgid "ISO C forbids case ranges"
1475 msgstr ""
1476
1477 #: c-decl.c:6963
1478 msgid "label must have integral type in ISO C"
1479 msgstr ""
1480
1481 #: c-decl.c:6976
1482 msgid "default label not within a switch statement"
1483 msgstr ""
1484
1485 #: c-decl.c:6978 cp/decl.c:5249
1486 msgid "case label not within a switch statement"
1487 msgstr ""
1488
1489 #: c-decl.c:6984 cp/decl.c:5372
1490 msgid "multiple default labels in one switch"
1491 msgstr ""
1492
1493 #: c-decl.c:6985
1494 msgid "this is the first default label"
1495 msgstr ""
1496
1497 #: c-decl.c:6988
1498 msgid "duplicate case value"
1499 msgstr ""
1500
1501 #: c-decl.c:6991
1502 msgid "this is the first entry for that value"
1503 msgstr ""
1504
1505 #: c-decl.c:6996
1506 msgid "case value out of range"
1507 msgstr ""
1508
1509 #: c-decl.c:6998
1510 msgid "case label within scope of cleanup or variable array"
1511 msgstr ""
1512
1513 #: c-lex.c:333
1514 msgid "stray '\\' in program"
1515 msgstr ""
1516
1517 #: c-lex.c:395 c-lex.c:514
1518 msgid "invalid #-line"
1519 msgstr ""
1520
1521 #: c-lex.c:499
1522 #, c-format
1523 msgid "undefined or invalid # directive `%s'"
1524 msgstr ""
1525
1526 #: c-lex.c:550
1527 msgid "invalid #line"
1528 msgstr ""
1529
1530 #: c-lex.c:627 c-lex.c:743
1531 msgid "badly nested C headers from preprocessor"
1532 msgstr ""
1533
1534 #: c-lex.c:645
1535 msgid "#-lines for entering and leaving files don't match"
1536 msgstr ""
1537
1538 #: c-lex.c:786 c-pragma.c:425
1539 #, c-format
1540 msgid "ignoring #pragma %s %s"
1541 msgstr ""
1542
1543 #: c-lex.c:788 c-pragma.c:427
1544 #, c-format
1545 msgid "ignoring #pragma %s"
1546 msgstr ""
1547
1548 #: c-lex.c:821
1549 msgid "incomplete universal-character-name"
1550 msgstr ""
1551
1552 #: c-lex.c:828
1553 #, c-format
1554 msgid "non hex digit '%c' in universal-character-name"
1555 msgstr ""
1556
1557 #: c-lex.c:843
1558 msgid "universal-character-name on EBCDIC target"
1559 msgstr ""
1560
1561 #: c-lex.c:856
1562 #, c-format
1563 msgid "universal-character-name used for '%c'"
1564 msgstr ""
1565
1566 #: c-lex.c:859
1567 msgid "invalid universal-character-name"
1568 msgstr ""
1569
1570 #: c-lex.c:893
1571 msgid "the meaning of `\\x' varies with -traditional"
1572 msgstr ""
1573
1574 #: c-lex.c:929 cppexp.c:522
1575 msgid "\\x used with no following hex digits"
1576 msgstr ""
1577
1578 #: c-lex.c:942
1579 msgid "hex escape out of range"
1580 msgstr ""
1581
1582 #: c-lex.c:980
1583 msgid "the meaning of '\\a' varies with -traditional"
1584 msgstr ""
1585
1586 #: c-lex.c:990
1587 #, c-format
1588 msgid "the meaning of '\\%c' varies with -traditional"
1589 msgstr ""
1590
1591 #: c-lex.c:996 cppexp.c:470
1592 #, c-format
1593 msgid "non-ISO-standard escape sequence, '\\%c'"
1594 msgstr ""
1595
1596 #: c-lex.c:1003 c-lex.c:1009
1597 #, c-format
1598 msgid "unknown escape sequence '\\%c'"
1599 msgstr ""
1600
1601 #: c-lex.c:1011
1602 #, c-format
1603 msgid "unknown escape sequence: '\\' followed by char 0x%.2x"
1604 msgstr ""
1605
1606 #: c-lex.c:1041
1607 #, c-format
1608 msgid "universal-character-name '\\U%08x' not valid in identifier"
1609 msgstr ""
1610
1611 #: c-lex.c:1287
1612 #, c-format
1613 msgid "universal-character-name '\\u%04x' not valid in identifier"
1614 msgstr ""
1615
1616 #: c-lex.c:1377
1617 msgid "both 'f' and 'l' suffixes on floating constant"
1618 msgstr ""
1619
1620 #: c-lex.c:1404
1621 #, c-format
1622 msgid "floating point number exceeds range of '%s'"
1623 msgstr ""
1624
1625 #: c-lex.c:1442 c-lex.c:1853
1626 #, c-format
1627 msgid "stray '%c' in program"
1628 msgstr ""
1629
1630 #: c-lex.c:1444 c-lex.c:1855
1631 #, c-format
1632 msgid "stray '\\%#o' in program"
1633 msgstr ""
1634
1635 #: c-lex.c:1578 c-lex.c:1580
1636 msgid "'$' in identifier"
1637 msgstr "'$' i en identifierare"
1638
1639 #: c-lex.c:1612
1640 msgid "parse error at '..'"
1641 msgstr ""
1642
1643 #: c-lex.c:1927
1644 msgid "floating constant may not be in radix 16"
1645 msgstr ""
1646
1647 #: c-lex.c:2059
1648 msgid "traditional C rejects the 'f' suffix"
1649 msgstr ""
1650
1651 #: c-lex.c:2068
1652 msgid "traditional C rejects the 'l' suffix"
1653 msgstr ""
1654
1655 #: c-lex.c:2078 c-lex.c:2171
1656 msgid "ISO C forbids imaginary numeric constants"
1657 msgstr ""
1658
1659 #: c-lex.c:2112
1660 msgid "floating point number exceeds range of 'double'"
1661 msgstr ""
1662
1663 #: c-lex.c:2141
1664 msgid "two 'u' suffixes on integer constant"
1665 msgstr ""
1666
1667 #: c-lex.c:2143
1668 msgid "traditional C rejects the 'u' suffix"
1669 msgstr ""
1670
1671 #: c-lex.c:2154
1672 msgid "three 'l' suffixes on integer constant"
1673 msgstr ""
1674
1675 #: c-lex.c:2156
1676 msgid "'lul' is not a valid integer suffix"
1677 msgstr ""
1678
1679 #: c-lex.c:2158
1680 msgid "'Ll' and 'lL' are not valid integer suffixes"
1681 msgstr ""
1682
1683 #: c-lex.c:2161
1684 msgid "ISO C89 forbids long long integer constants"
1685 msgstr "ISO C89 förbjuder long long integer konstanter"
1686
1687 #: c-lex.c:2169
1688 msgid "more than one 'i' or 'j' suffix on integer constant"
1689 msgstr ""
1690
1691 #: c-lex.c:2184
1692 #, c-format
1693 msgid ""
1694 "integer constant is too large for this configuration of the compiler - "
1695 "truncated to %d bits"
1696 msgstr ""
1697
1698 #: c-lex.c:2274
1699 msgid "width of integer constant changes with -traditional"
1700 msgstr ""
1701
1702 #: c-lex.c:2276
1703 msgid "integer constant is unsigned in ISO C, signed with -traditional"
1704 msgstr ""
1705
1706 #: c-lex.c:2278
1707 msgid "width of integer constant may change on other systems with -traditional"
1708 msgstr ""
1709
1710 #: c-lex.c:2285
1711 msgid "integer constant larger than the maximum value of an unsigned long int"
1712 msgstr ""
1713
1714 #: c-lex.c:2289
1715 msgid "decimal constant is so large that it is unsigned"
1716 msgstr ""
1717
1718 #: c-lex.c:2318
1719 msgid "integer constant is larger than the maximum value for its type"
1720 msgstr ""
1721
1722 #: c-lex.c:2322
1723 #, c-format
1724 msgid "missing white space after number '%.*s'"
1725 msgstr ""
1726
1727 #: c-lex.c:2358 c-lex.c:2462
1728 msgid "Ignoring invalid multibyte character"
1729 msgstr ""
1730
1731 #: c-lex.c:2376 c-lex.c:2481 cppexp.c:271
1732 msgid "escape sequence out of range for character"
1733 msgstr ""
1734
1735 #: c-lex.c:2500
1736 msgid "empty character constant"
1737 msgstr ""
1738
1739 #: c-lex.c:2504
1740 msgid "character constant too long"
1741 msgstr ""
1742
1743 #: c-lex.c:2507 cppexp.c:289
1744 msgid "multi-character character constant"
1745 msgstr ""
1746
1747 #. Like YYERROR but do call yyerror.
1748 #: c-parse.y:64 objc-parse.y:65 parse.y:55
1749 msgid "syntax error"
1750 msgstr ""
1751
1752 #: /usr/share/bison.simple:107
1753 msgid "syntax error: cannot back up"
1754 msgstr ""
1755
1756 #: /usr/share/bison.simple:362
1757 msgid "parser stack overflow"
1758 msgstr ""
1759
1760 #: c-parse.y:244 objc-parse.y:272
1761 msgid "ISO C forbids an empty source file"
1762 msgstr ""
1763
1764 #: c-parse.y:276 c-parse.y:1758 objc-parse.y:305 objc-parse.y:1822
1765 msgid "argument of `asm' is not a constant string"
1766 msgstr ""
1767
1768 #: c-parse.y:284 objc-parse.y:313
1769 msgid "ISO C forbids data definition with no type or storage class"
1770 msgstr ""
1771
1772 #: c-parse.y:286 objc-parse.y:315
1773 msgid "data definition has no type or storage class"
1774 msgstr ""
1775
1776 #: c-parse.y:307 objc-parse.y:336
1777 msgid "ISO C does not allow extra `;' outside of a function"
1778 msgstr ""
1779
1780 #: c-parse.y:373 cppexp.c:842
1781 msgid "traditional C rejects the unary plus operator"
1782 msgstr ""
1783
1784 #: c-parse.y:417 objc-parse.y:446
1785 msgid "ISO C forbids `&&'"
1786 msgstr ""
1787
1788 #: c-parse.y:446 objc-parse.y:475
1789 msgid "`sizeof' applied to a bit-field"
1790 msgstr ""
1791
1792 #: c-parse.y:496 objc-parse.y:525
1793 msgid "ISO C89 forbids constructor expressions"
1794 msgstr ""
1795
1796 #: c-parse.y:565 objc-parse.y:594
1797 msgid "ISO C forbids omitting the middle term of a ?: expression"
1798 msgstr ""
1799
1800 #: c-parse.y:613 objc-parse.y:642
1801 msgid "ISO C forbids braced-groups within expressions"
1802 msgstr ""
1803
1804 #: c-parse.y:672
1805 msgid "traditional C rejects string concatenation"
1806 msgstr ""
1807
1808 #: c-parse.y:687 objc-parse.y:739
1809 msgid "ISO C does not permit use of `varargs.h'"
1810 msgstr ""
1811
1812 #: c-parse.y:802 c-parse.y:823 c-parse.y:855 objc-parse.y:854 objc-parse.y:875
1813 #: objc-parse.y:907 parse.y:1840 parse.y:1847 parse.y:1886
1814 #, c-format
1815 msgid "`%s' is not at beginning of declaration"
1816 msgstr ""
1817
1818 #: c-parse.y:1019 objc-parse.y:1080
1819 msgid "ISO C forbids empty initializer braces"
1820 msgstr ""
1821
1822 #: c-parse.y:1069 c-parse.y:1095 objc-parse.y:1126 objc-parse.y:1152
1823 msgid "ISO C forbids nested functions"
1824 msgstr ""
1825
1826 #: c-parse.y:1166 c-parse.y:1200
1827 msgid "`[*]' in parameter declaration only allowed in ISO C 99"
1828 msgstr ""
1829
1830 #: c-parse.y:1283 objc-parse.y:1331 parse.y:2300
1831 msgid "comma at end of enumerator list"
1832 msgstr ""
1833
1834 #: c-parse.y:1291 objc-parse.y:1339
1835 msgid "no semicolon at end of struct or union"
1836 msgstr ""
1837
1838 #: c-parse.y:1300 objc-parse.y:1348 objc-parse.y:2295
1839 msgid "extra semicolon in struct or union specified"
1840 msgstr ""
1841
1842 #: c-parse.y:1324 objc-parse.y:1386
1843 msgid "ISO C doesn't support unnamed structs/unions"
1844 msgstr ""
1845
1846 #: c-parse.y:1338 objc-parse.y:1400
1847 msgid "ISO C forbids member declarations with no members"
1848 msgstr ""
1849
1850 #: c-parse.y:1452 objc-parse.y:1514
1851 msgid "ISO C forbids label at end of compound statement"
1852 msgstr ""
1853
1854 #: c-parse.y:1486 objc-parse.y:1550
1855 msgid "ISO C forbids label declarations"
1856 msgstr ""
1857
1858 #: c-parse.y:1536 objc-parse.y:1600 parse.y:1542
1859 msgid "braced-group within expression allowed only inside a function"
1860 msgstr ""
1861
1862 #: c-parse.y:1650 objc-parse.y:1714
1863 msgid "empty body in an else-statement"
1864 msgstr ""
1865
1866 #: c-parse.y:1794 objc-parse.y:1858
1867 msgid "ISO C forbids `goto *expr;'"
1868 msgstr ""
1869
1870 #: c-parse.y:1884 objc-parse.y:1948
1871 msgid "ISO C forbids forward parameter declarations"
1872 msgstr ""
1873
1874 #. Gcc used to allow this as an extension.  However, it does
1875 #. not work for all targets, and thus has been disabled.
1876 #. Also, since func (...) and func () are indistinguishable,
1877 #. it caused problems with the code in expand_builtin which
1878 #. tries to verify that BUILT_IN_NEXT_ARG is being used
1879 #. correctly.
1880 #: c-parse.y:1907 objc-parse.y:1971
1881 msgid "ISO C requires a named argument before `...'"
1882 msgstr ""
1883
1884 #: c-parse.y:1987 objc-parse.y:2051
1885 msgid "`...' in old-style identifier list"
1886 msgstr ""
1887
1888 #: /usr/share/bison.simple:639
1889 msgid "parse error; also virtual memory exceeded"
1890 msgstr ""
1891
1892 #: /usr/share/bison.simple:643
1893 msgid "parse error"
1894 msgstr ""
1895
1896 #: c-parse.y:2331 cp/spew.c:1423 objc-parse.y:3051
1897 #, c-format
1898 msgid "%s at end of input"
1899 msgstr ""
1900
1901 #: c-parse.y:2337 cp/spew.c:1429 objc-parse.y:3057
1902 #, c-format
1903 msgid "%s before %s'%c'"
1904 msgstr ""
1905
1906 #: c-parse.y:2339 cp/spew.c:1431 objc-parse.y:3059
1907 #, c-format
1908 msgid "%s before %s'\\x%x'"
1909 msgstr ""
1910
1911 #: c-parse.y:2344 cp/spew.c:1436 objc-parse.y:3064
1912 #, c-format
1913 msgid "%s before string constant"
1914 msgstr ""
1915
1916 #: c-parse.y:2348 cp/spew.c:1440 objc-parse.y:3068
1917 #, c-format
1918 msgid "%s before numeric constant"
1919 msgstr ""
1920
1921 #: c-parse.y:2350 cp/spew.c:1443 objc-parse.y:3070
1922 #, c-format
1923 msgid "%s before \"%s\""
1924 msgstr ""
1925
1926 #: c-parse.y:2352 cp/spew.c:1445 objc-parse.y:3072
1927 #, c-format
1928 msgid "%s before '%s' token"
1929 msgstr ""
1930
1931 #: c-parse.y:2433 objc-parse.y:3153
1932 #, c-format
1933 msgid "invalid identifier `%s'"
1934 msgstr ""
1935
1936 #: c-parse.y:2505 objc-parse.y:3225
1937 #, c-format
1938 msgid "syntax error before '%s' token"
1939 msgstr ""
1940
1941 #: c-parse.y:2536 cp/lex.c:951 objc-parse.y:3256
1942 msgid "YYDEBUG not defined."
1943 msgstr ""
1944
1945 #: c-pragma.c:119
1946 msgid ""
1947 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
1948 msgstr ""
1949
1950 #: c-pragma.c:137
1951 #, c-format
1952 msgid ""
1953 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
1954 "<n>)"
1955 msgstr ""
1956
1957 #: c-pragma.c:243
1958 msgid "junk at end of '#pragma pack'"
1959 msgstr ""
1960
1961 #: c-pragma.c:291
1962 msgid "junk at end of #pragma weak"
1963 msgstr ""
1964
1965 #: c-pragma.c:394 cpplib.c:753
1966 msgid "malformed #pragma directive"
1967 msgstr ""
1968
1969 #: c-semantics.c:505
1970 msgid "break statement not within loop or switch"
1971 msgstr ""
1972
1973 #: c-semantics.c:523
1974 msgid "continue statement not within a loop"
1975 msgstr ""
1976
1977 #: c-semantics.c:630
1978 #, c-format
1979 msgid "%s qualifier ignored on asm"
1980 msgstr ""
1981
1982 #: c-typeck.c:119
1983 #, c-format
1984 msgid "`%s' has an incomplete type"
1985 msgstr ""
1986
1987 #: c-typeck.c:141 cp/call.c:2525
1988 msgid "invalid use of void expression"
1989 msgstr ""
1990
1991 #: c-typeck.c:150
1992 msgid "invalid use of array with unspecified bounds"
1993 msgstr ""
1994
1995 #: c-typeck.c:158
1996 #, c-format
1997 msgid "invalid use of undefined type `%s %s'"
1998 msgstr ""
1999
2000 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2001 #: c-typeck.c:162
2002 #, c-format
2003 msgid "invalid use of incomplete typedef `%s'"
2004 msgstr ""
2005
2006 #: c-typeck.c:390 c-typeck.c:404
2007 msgid "function types not truly compatible in ISO C"
2008 msgstr ""
2009
2010 #: c-typeck.c:553
2011 msgid "types are not quite compatible"
2012 msgstr ""
2013
2014 #: c-typeck.c:704
2015 msgid "sizeof applied to a function type"
2016 msgstr ""
2017
2018 #: c-typeck.c:710
2019 msgid "sizeof applied to a void type"
2020 msgstr ""
2021
2022 #: c-typeck.c:719
2023 msgid "sizeof applied to an incomplete type"
2024 msgstr ""
2025
2026 #: c-typeck.c:760 c-typeck.c:2742
2027 msgid "arithmetic on pointer to an incomplete type"
2028 msgstr ""
2029
2030 #: c-typeck.c:787
2031 msgid "__alignof__ applied to an incomplete type"
2032 msgstr ""
2033
2034 #: c-typeck.c:809
2035 msgid "`__alignof' applied to a bit-field"
2036 msgstr ""
2037
2038 #: c-typeck.c:982 cp/typeck.c:1767
2039 msgid "invalid use of non-lvalue array"
2040 msgstr ""
2041
2042 #: c-typeck.c:1157
2043 #, c-format
2044 msgid "%s has no member named `%s'"
2045 msgstr ""
2046
2047 #: c-typeck.c:1188
2048 #, c-format
2049 msgid "request for member `%s' in something not a structure or union"
2050 msgstr ""
2051
2052 #: c-typeck.c:1221
2053 msgid "dereferencing pointer to incomplete type"
2054 msgstr ""
2055
2056 #: c-typeck.c:1225
2057 msgid "dereferencing `void *' pointer"
2058 msgstr ""
2059
2060 #: c-typeck.c:1242 cp/typeck.c:2373
2061 #, c-format
2062 msgid "invalid type argument of `%s'"
2063 msgstr ""
2064
2065 #: c-typeck.c:1261 cp/typeck.c:2399
2066 msgid "subscript missing in array reference"
2067 msgstr ""
2068
2069 #: c-typeck.c:1282 cp/typeck.c:2420
2070 msgid "array subscript has type `char'"
2071 msgstr ""
2072
2073 #: c-typeck.c:1290 c-typeck.c:1379 cp/typeck.c:2427 cp/typeck.c:2505
2074 msgid "array subscript is not an integer"
2075 msgstr ""
2076
2077 #: c-typeck.c:1323
2078 msgid "ISO C forbids subscripting `register' array"
2079 msgstr ""
2080
2081 #: c-typeck.c:1325
2082 msgid "ISO C89 forbids subscripting non-lvalue array"
2083 msgstr ""
2084
2085 #: c-typeck.c:1358
2086 msgid "subscript has type `char'"
2087 msgstr ""
2088
2089 #: c-typeck.c:1374 cp/typeck.c:2500
2090 msgid "subscripted value is neither array nor pointer"
2091 msgstr ""
2092
2093 #: c-typeck.c:1425
2094 #, c-format
2095 msgid "`%s' undeclared here (not in a function)"
2096 msgstr ""
2097
2098 #: c-typeck.c:1432
2099 #, c-format
2100 msgid "`%s' undeclared (first use in this function)"
2101 msgstr ""
2102
2103 #: c-typeck.c:1437
2104 msgid "(Each undeclared identifier is reported only once"
2105 msgstr ""
2106
2107 #: c-typeck.c:1438
2108 msgid "for each function it appears in.)"
2109 msgstr ""
2110
2111 #: c-typeck.c:1455
2112 #, c-format
2113 msgid "local declaration of `%s' hides instance variable"
2114 msgstr ""
2115
2116 #: c-typeck.c:1520
2117 msgid "called object is not a function"
2118 msgstr ""
2119
2120 #: c-typeck.c:1603 cp/typeck.c:3133
2121 msgid "too many arguments to function"
2122 msgstr ""
2123
2124 #: c-typeck.c:1626
2125 #, c-format
2126 msgid "type of formal parameter %d is incomplete"
2127 msgstr ""
2128
2129 #: c-typeck.c:1639
2130 #, c-format
2131 msgid "%s as integer rather than floating due to prototype"
2132 msgstr ""
2133
2134 #: c-typeck.c:1642
2135 #, c-format
2136 msgid "%s as complex rather than floating due to prototype"
2137 msgstr ""
2138
2139 #: c-typeck.c:1645
2140 #, c-format
2141 msgid "%s as floating rather than integer due to prototype"
2142 msgstr ""
2143
2144 #: c-typeck.c:1648
2145 #, c-format
2146 msgid "%s as floating rather than complex due to prototype"
2147 msgstr ""
2148
2149 #: c-typeck.c:1658
2150 #, c-format
2151 msgid "%s as `float' rather than `double' due to prototype"
2152 msgstr ""
2153
2154 #: c-typeck.c:1673
2155 #, c-format
2156 msgid "%s with different width due to prototype"
2157 msgstr ""
2158
2159 #: c-typeck.c:1707
2160 #, c-format
2161 msgid "%s as unsigned due to prototype"
2162 msgstr ""
2163
2164 #: c-typeck.c:1709
2165 #, c-format
2166 msgid "%s as signed due to prototype"
2167 msgstr ""
2168
2169 #: c-typeck.c:1744 cp/typeck.c:3235
2170 msgid "too few arguments to function"
2171 msgstr ""
2172
2173 #: c-typeck.c:1785
2174 msgid "suggest parentheses around + or - inside shift"
2175 msgstr ""
2176
2177 #: c-typeck.c:1792
2178 msgid "suggest parentheses around && within ||"
2179 msgstr ""
2180
2181 #: c-typeck.c:1801
2182 msgid "suggest parentheses around arithmetic in operand of |"
2183 msgstr ""
2184
2185 #: c-typeck.c:1804
2186 msgid "suggest parentheses around comparison in operand of |"
2187 msgstr ""
2188
2189 #: c-typeck.c:1813
2190 msgid "suggest parentheses around arithmetic in operand of ^"
2191 msgstr ""
2192
2193 #: c-typeck.c:1816
2194 msgid "suggest parentheses around comparison in operand of ^"
2195 msgstr ""
2196
2197 #: c-typeck.c:1823
2198 msgid "suggest parentheses around + or - in operand of &"
2199 msgstr ""
2200
2201 #: c-typeck.c:1826
2202 msgid "suggest parentheses around comparison in operand of &"
2203 msgstr ""
2204
2205 #: c-typeck.c:1833
2206 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2207 msgstr ""
2208
2209 #: c-typeck.c:2087 cp/typeck.c:3514
2210 msgid "right shift count is negative"
2211 msgstr ""
2212
2213 #: c-typeck.c:2094 cp/typeck.c:3520
2214 msgid "right shift count >= width of type"
2215 msgstr ""
2216
2217 #: c-typeck.c:2119 cp/typeck.c:3539
2218 msgid "left shift count is negative"
2219 msgstr ""
2220
2221 #: c-typeck.c:2122 cp/typeck.c:3541
2222 msgid "left shift count >= width of type"
2223 msgstr ""
2224
2225 #: c-typeck.c:2147
2226 msgid "shift count is negative"
2227 msgstr ""
2228
2229 #: c-typeck.c:2149
2230 msgid "shift count >= width of type"
2231 msgstr ""
2232
2233 #: c-typeck.c:2170 cp/typeck.c:3576
2234 msgid "comparing floating point with == or != is unsafe"
2235 msgstr ""
2236
2237 #: c-typeck.c:2194 c-typeck.c:2200
2238 msgid "ISO C forbids comparison of `void *' with function pointer"
2239 msgstr ""
2240
2241 #: c-typeck.c:2203 c-typeck.c:2245 c-typeck.c:2273
2242 msgid "comparison of distinct pointer types lacks a cast"
2243 msgstr ""
2244
2245 #: c-typeck.c:2218 c-typeck.c:2224 c-typeck.c:2294 c-typeck.c:2300
2246 msgid "comparison between pointer and integer"
2247 msgstr ""
2248
2249 #: c-typeck.c:2240 c-typeck.c:2268
2250 msgid "ISO C forbids ordered comparisons of pointers to functions"
2251 msgstr ""
2252
2253 #: c-typeck.c:2265
2254 msgid "comparison of complete and incomplete pointers"
2255 msgstr ""
2256
2257 #: c-typeck.c:2281 c-typeck.c:2288
2258 msgid "ordered comparison of pointer with integer zero"
2259 msgstr ""
2260
2261 #: c-typeck.c:2314 cp/typeck.c:3748
2262 msgid "unordered comparison on non-floating point argument"
2263 msgstr ""
2264
2265 #: c-typeck.c:2528
2266 msgid "comparison between signed and unsigned"
2267 msgstr ""
2268
2269 #: c-typeck.c:2574 cp/typeck.c:3993
2270 msgid "comparison of promoted ~unsigned with constant"
2271 msgstr ""
2272
2273 #: c-typeck.c:2582 cp/typeck.c:4001
2274 msgid "comparison of promoted ~unsigned with unsigned"
2275 msgstr ""
2276
2277 #: c-typeck.c:2644
2278 msgid "pointer of type `void *' used in arithmetic"
2279 msgstr ""
2280
2281 #: c-typeck.c:2650
2282 msgid "pointer to a function used in arithmetic"
2283 msgstr ""
2284
2285 #: c-typeck.c:2728
2286 msgid "pointer of type `void *' used in subtraction"
2287 msgstr ""
2288
2289 #: c-typeck.c:2730
2290 msgid "pointer to a function used in subtraction"
2291 msgstr ""
2292
2293 #: c-typeck.c:2788
2294 msgid "wrong type argument to unary plus"
2295 msgstr ""
2296
2297 #: c-typeck.c:2799
2298 msgid "wrong type argument to unary minus"
2299 msgstr ""
2300
2301 #: c-typeck.c:2815
2302 msgid "wrong type argument to bit-complement"
2303 msgstr ""
2304
2305 #: c-typeck.c:2826
2306 msgid "wrong type argument to abs"
2307 msgstr ""
2308
2309 #: c-typeck.c:2838
2310 msgid "wrong type argument to conjugation"
2311 msgstr ""
2312
2313 #: c-typeck.c:2852
2314 msgid "wrong type argument to unary exclamation mark"
2315 msgstr ""
2316
2317 #: c-typeck.c:2906 c-typeck.c:2932
2318 #, c-format
2319 msgid "wrong type argument to %s"
2320 msgstr ""
2321
2322 #: c-typeck.c:2926
2323 #, c-format
2324 msgid "%s of pointer to unknown structure"
2325 msgstr ""
2326
2327 #: c-typeck.c:2991
2328 msgid "invalid lvalue in increment"
2329 msgstr ""
2330
2331 #: c-typeck.c:2992
2332 msgid "invalid lvalue in decrement"
2333 msgstr ""
2334
2335 #: c-typeck.c:3000 cp/typeck.c:4556
2336 msgid "increment"
2337 msgstr ""
2338
2339 #: c-typeck.c:3000 cp/typeck.c:4556
2340 msgid "decrement"
2341 msgstr ""
2342
2343 #: c-typeck.c:3053
2344 msgid "ISO C forbids the address of a cast expression"
2345 msgstr ""
2346
2347 #: c-typeck.c:3067
2348 msgid "invalid lvalue in unary `&'"
2349 msgstr ""
2350
2351 #: c-typeck.c:3099
2352 #, c-format
2353 msgid "attempt to take address of bit-field structure member `%s'"
2354 msgstr ""
2355
2356 #: c-typeck.c:3207 c-typeck.c:4553 c-typeck.c:4569 c-typeck.c:4585
2357 #: cp/typeck.c:4744 diagnostic.c:1408 gcc.c:3934
2358 #, c-format
2359 msgid "%s"
2360 msgstr ""
2361
2362 #: c-typeck.c:3264
2363 msgid "ISO C forbids use of conditional expressions as lvalues"
2364 msgstr ""
2365
2366 #: c-typeck.c:3267
2367 msgid "ISO C forbids use of compound expressions as lvalues"
2368 msgstr ""
2369
2370 #: c-typeck.c:3270
2371 msgid "ISO C forbids use of cast expressions as lvalues"
2372 msgstr ""
2373
2374 #: c-typeck.c:3287
2375 #, c-format
2376 msgid "%s of read-only member `%s'"
2377 msgstr ""
2378
2379 #: c-typeck.c:3291
2380 #, c-format
2381 msgid "%s of read-only variable `%s'"
2382 msgstr ""
2383
2384 #: c-typeck.c:3294
2385 #, c-format
2386 msgid "%s of read-only location"
2387 msgstr ""
2388
2389 #: c-typeck.c:3312
2390 #, c-format
2391 msgid "cannot take address of bitfield `%s'"
2392 msgstr ""
2393
2394 #: c-typeck.c:3339
2395 #, c-format
2396 msgid "global register variable `%s' used in nested function"
2397 msgstr ""
2398
2399 #: c-typeck.c:3343
2400 #, c-format
2401 msgid "register variable `%s' used in nested function"
2402 msgstr ""
2403
2404 #: c-typeck.c:3350
2405 #, c-format
2406 msgid "address of global register variable `%s' requested"
2407 msgstr ""
2408
2409 #: c-typeck.c:3362
2410 msgid "cannot put object with volatile field into register"
2411 msgstr ""
2412
2413 #: c-typeck.c:3366
2414 #, c-format
2415 msgid "address of register variable `%s' requested"
2416 msgstr ""
2417
2418 #: c-typeck.c:3474
2419 msgid "signed and unsigned type in conditional expression"
2420 msgstr ""
2421
2422 #: c-typeck.c:3481
2423 msgid "ISO C forbids conditional expr with only one void side"
2424 msgstr ""
2425
2426 #: c-typeck.c:3497 c-typeck.c:3503
2427 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2428 msgstr ""
2429
2430 #: c-typeck.c:3508
2431 msgid "pointer type mismatch in conditional expression"
2432 msgstr ""
2433
2434 #: c-typeck.c:3515 c-typeck.c:3529
2435 msgid "pointer/integer type mismatch in conditional expression"
2436 msgstr ""
2437
2438 #: c-typeck.c:3521 c-typeck.c:3535
2439 msgid "ANSI C forbids conditional expr between 0 and function pointer"
2440 msgstr ""
2441
2442 #: c-typeck.c:3547
2443 msgid "type mismatch in conditional expression"
2444 msgstr "typfel i villkorsuttryck"
2445
2446 #: c-typeck.c:3620 cp/typeck.c:5007
2447 msgid "left-hand operand of comma expression has no effect"
2448 msgstr ""
2449
2450 #: c-typeck.c:3659
2451 msgid "cast specifies array type"
2452 msgstr ""
2453
2454 #: c-typeck.c:3665
2455 msgid "cast specifies function type"
2456 msgstr ""
2457
2458 #: c-typeck.c:3675
2459 msgid "ISO C forbids casting nonscalar to the same type"
2460 msgstr ""
2461
2462 #: c-typeck.c:3696
2463 msgid "ISO C forbids casts to union type"
2464 msgstr "ISO C förbjuder typkonvertering till unionstyper"
2465
2466 #: c-typeck.c:3712
2467 msgid "cast to union type from type not present in union"
2468 msgstr "typkonvertering till unionstyp från typ som ej finns i unionen"
2469
2470 #. There are qualifiers present in IN_OTYPE that are not
2471 #. present in IN_TYPE.
2472 #: c-typeck.c:3757
2473 msgid "cast discards qualifiers from pointer target type"
2474 msgstr ""
2475
2476 #: c-typeck.c:3772
2477 msgid "cast increases required alignment of target type"
2478 msgstr ""
2479
2480 #: c-typeck.c:3778 cp/typeck.c:5422
2481 msgid "cast from pointer to integer of different size"
2482 msgstr ""
2483
2484 #: c-typeck.c:3783
2485 msgid "cast does not match function type"
2486 msgstr ""
2487
2488 #: c-typeck.c:3790 cp/typeck.c:5429
2489 msgid "cast to pointer from integer of different size"
2490 msgstr ""
2491
2492 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
2493 #. Reject anything strange now.
2494 #: c-typeck.c:3932
2495 msgid "invalid lvalue in assignment"
2496 msgstr ""
2497
2498 #. Convert new value to destination type.
2499 #: c-typeck.c:3941 c-typeck.c:3965 c-typeck.c:3980 cp/typeck.c:5544
2500 #: cp/typeck.c:5693
2501 msgid "assignment"
2502 msgstr ""
2503
2504 #: c-typeck.c:4145 c-typeck.c:4212
2505 #, c-format
2506 msgid "%s makes qualified function pointer from unqualified"
2507 msgstr ""
2508
2509 #: c-typeck.c:4149 c-typeck.c:4192
2510 #, c-format
2511 msgid "%s discards qualifiers from pointer target type"
2512 msgstr ""
2513
2514 #: c-typeck.c:4155
2515 msgid "ISO C prohibits argument conversion to union type"
2516 msgstr ""
2517
2518 #: c-typeck.c:4184
2519 #, c-format
2520 msgid "ISO C forbids %s between function pointer and `void *'"
2521 msgstr "ISO C förbjuder %s mellan funktionspekare och \"void *\""
2522
2523 #: c-typeck.c:4201
2524 #, c-format
2525 msgid "pointer targets in %s differ in signedness"
2526 msgstr ""
2527
2528 #: c-typeck.c:4217
2529 #, c-format
2530 msgid "%s from incompatible pointer type"
2531 msgstr ""
2532
2533 #: c-typeck.c:4233
2534 #, c-format
2535 msgid "%s makes pointer from integer without a cast"
2536 msgstr ""
2537
2538 #: c-typeck.c:4241
2539 #, c-format
2540 msgid "%s makes integer from pointer without a cast"
2541 msgstr ""
2542
2543 #: c-typeck.c:4253 c-typeck.c:4256
2544 #, c-format
2545 msgid "incompatible type for argument %d of `%s'"
2546 msgstr ""
2547
2548 #: c-typeck.c:4260
2549 #, c-format
2550 msgid "incompatible type for argument %d of indirect function call"
2551 msgstr ""
2552
2553 #: c-typeck.c:4264
2554 #, c-format
2555 msgid "incompatible types in %s"
2556 msgstr "inkompatibla typer i %s"
2557
2558 #. Function name is known; supply it.
2559 #: c-typeck.c:4295
2560 #, c-format
2561 msgid "passing arg %d of `%s'"
2562 msgstr ""
2563
2564 #. Function name unknown (call through ptr); just give arg number.
2565 #: c-typeck.c:4305
2566 #, c-format
2567 msgid "passing arg %d of pointer to function"
2568 msgstr ""
2569
2570 #: c-typeck.c:4372
2571 msgid "initializer for static variable is not constant"
2572 msgstr ""
2573
2574 #: c-typeck.c:4378
2575 msgid "initializer for static variable uses complicated arithmetic"
2576 msgstr ""
2577
2578 #: c-typeck.c:4386
2579 msgid "aggregate initializer is not constant"
2580 msgstr ""
2581
2582 #: c-typeck.c:4388
2583 msgid "aggregate initializer uses complicated arithmetic"
2584 msgstr ""
2585
2586 #: c-typeck.c:4395
2587 msgid "traditional C rejects automatic aggregate initialization"
2588 msgstr ""
2589
2590 #: c-typeck.c:4556 c-typeck.c:4572 c-typeck.c:4588
2591 #, c-format
2592 msgid "(near initialization for `%s')"
2593 msgstr ""
2594
2595 #: c-typeck.c:4638 cp/typeck2.c:506
2596 msgid "char-array initialized from wide string"
2597 msgstr ""
2598
2599 #: c-typeck.c:4645 cp/typeck2.c:513
2600 msgid "int-array initialized from non-wide string"
2601 msgstr ""
2602
2603 #: c-typeck.c:4662 cp/typeck2.c:529
2604 msgid "initializer-string for array of chars is too long"
2605 msgstr ""
2606
2607 #: c-typeck.c:4689
2608 msgid "array initialized from non-constant array expression"
2609 msgstr ""
2610
2611 #: c-typeck.c:4706 c-typeck.c:4708 c-typeck.c:4714 c-typeck.c:4741
2612 #: c-typeck.c:5927
2613 msgid "initializer element is not constant"
2614 msgstr ""
2615
2616 #: c-typeck.c:4720 c-typeck.c:4747 c-typeck.c:5933
2617 msgid "initializer element is not computable at load time"
2618 msgstr ""
2619
2620 #: c-typeck.c:4736
2621 msgid "initialization"
2622 msgstr ""
2623
2624 #: c-typeck.c:4784 c-typeck.c:4800 cp/typeck2.c:605
2625 msgid "invalid initializer"
2626 msgstr ""
2627
2628 #: c-typeck.c:5264
2629 msgid "extra brace group at end of initializer"
2630 msgstr ""
2631
2632 #: c-typeck.c:5276
2633 msgid "missing braces around initializer"
2634 msgstr ""
2635
2636 #: c-typeck.c:5310
2637 msgid "braces around scalar initializer"
2638 msgstr ""
2639
2640 #: c-typeck.c:5391
2641 msgid "missing initializer"
2642 msgstr ""
2643
2644 #: c-typeck.c:5404
2645 msgid "empty braces in initializer"
2646 msgstr ""
2647
2648 #: c-typeck.c:5454
2649 msgid "empty scalar initializer"
2650 msgstr ""
2651
2652 #: c-typeck.c:5459
2653 msgid "extra elements in scalar initializer"
2654 msgstr ""
2655
2656 #: c-typeck.c:5511
2657 #, c-format
2658 msgid "zero or negative array size `%s'"
2659 msgstr ""
2660
2661 #: c-typeck.c:5584 c-typeck.c:5586
2662 msgid "nonconstant array index in initializer"
2663 msgstr ""
2664
2665 #: c-typeck.c:5588
2666 msgid "array index in non-array initializer"
2667 msgstr ""
2668
2669 #: c-typeck.c:5590
2670 msgid "duplicate array index in initializer"
2671 msgstr ""
2672
2673 #: c-typeck.c:5596
2674 msgid "empty index range in initializer"
2675 msgstr ""
2676
2677 #: c-typeck.c:5600
2678 msgid "ISO C89 forbids specifying element to initialize"
2679 msgstr ""
2680
2681 #: c-typeck.c:5631
2682 #, c-format
2683 msgid "unknown field `%s' specified in initializer"
2684 msgstr ""
2685
2686 #: c-typeck.c:5634
2687 #, c-format
2688 msgid "field `%s' already initialized"
2689 msgstr ""
2690
2691 #: c-typeck.c:5640
2692 msgid "ISO C89 forbids specifying structure member to initialize"
2693 msgstr ""
2694
2695 #: c-typeck.c:5949
2696 msgid "duplicate initializer"
2697 msgstr ""
2698
2699 #: c-typeck.c:6273
2700 msgid "excess elements in char array initializer"
2701 msgstr ""
2702
2703 #: c-typeck.c:6280 c-typeck.c:6315
2704 msgid "excess elements in struct initializer"
2705 msgstr ""
2706
2707 #: c-typeck.c:6382
2708 msgid "excess elements in union initializer"
2709 msgstr ""
2710
2711 #: c-typeck.c:6398
2712 msgid "traditional C rejects initialization of unions"
2713 msgstr ""
2714
2715 #: c-typeck.c:6461 c-typeck.c:6472
2716 msgid "excess elements in array initializer"
2717 msgstr ""
2718
2719 #: c-typeck.c:6511
2720 msgid "excess elements in scalar initializer"
2721 msgstr ""
2722
2723 #: c-typeck.c:6545
2724 msgid "asm template is not a string constant"
2725 msgstr ""
2726
2727 #: c-typeck.c:6569
2728 msgid "invalid lvalue in asm statement"
2729 msgstr ""
2730
2731 #: c-typeck.c:6604
2732 msgid "modification by `asm'"
2733 msgstr ""
2734
2735 #: c-typeck.c:6623 cp/typeck.c:6716
2736 msgid "function declared `noreturn' has a `return' statement"
2737 msgstr ""
2738
2739 #: c-typeck.c:6636
2740 msgid "`return' with a value, in function returning void"
2741 msgstr ""
2742
2743 #: c-typeck.c:6640
2744 msgid "return"
2745 msgstr ""
2746
2747 #: c-typeck.c:6691
2748 msgid "function returns address of local variable"
2749 msgstr ""
2750
2751 #: c-typeck.c:6726
2752 msgid "switch quantity not an integer"
2753 msgstr ""
2754
2755 #: c-typeck.c:6737
2756 msgid "`long' switch expression not converted to `int' in ISO C"
2757 msgstr ""
2758
2759 #: calls.c:1882
2760 #, c-format
2761 msgid "inlining failed in call to `%s'"
2762 msgstr ""
2763
2764 #: calls.c:1883 calls.c:2196
2765 msgid "called from here"
2766 msgstr ""
2767
2768 #: calls.c:2195
2769 #, c-format
2770 msgid "can't inline call to `%s'"
2771 msgstr ""
2772
2773 #: calls.c:2233
2774 msgid "function call has aggregate value"
2775 msgstr ""
2776
2777 #: collect2.c:448
2778 msgid "internal error"
2779 msgstr "internt fel"
2780
2781 #: collect2.c:929
2782 msgid "no arguments"
2783 msgstr "inga argument"
2784
2785 #: collect2.c:1267 collect2.c:1415 collect2.c:1459
2786 #, c-format
2787 msgid "fopen %s"
2788 msgstr "fopen %s"
2789
2790 #: collect2.c:1270 collect2.c:1420 collect2.c:1462
2791 #, c-format
2792 msgid "fclose %s"
2793 msgstr "fclose %s"
2794
2795 #: collect2.c:1279
2796 #, c-format
2797 msgid "collect2 version %s"
2798 msgstr ""
2799
2800 #: collect2.c:1369
2801 #, c-format
2802 msgid "%d constructor(s) found\n"
2803 msgstr ""
2804
2805 #: collect2.c:1370
2806 #, c-format
2807 msgid "%d destructor(s)  found\n"
2808 msgstr ""
2809
2810 #: collect2.c:1371
2811 #, c-format
2812 msgid "%d frame table(s) found\n"
2813 msgstr ""
2814
2815 #: collect2.c:1523
2816 #, c-format
2817 msgid "%s terminated with signal %d [%s]%s"
2818 msgstr ""
2819
2820 #: collect2.c:1542
2821 #, c-format
2822 msgid "%s returned %d exit status"
2823 msgstr ""
2824
2825 #: collect2.c:1570
2826 #, c-format
2827 msgid "[cannot find %s]"
2828 msgstr ""
2829
2830 #: collect2.c:1585
2831 #, c-format
2832 msgid "cannot find `%s'"
2833 msgstr ""
2834
2835 #: collect2.c:1596 collect2.c:1599
2836 #, c-format
2837 msgid "redirecting stdout: %s"
2838 msgstr ""
2839
2840 #: collect2.c:1642
2841 #, c-format
2842 msgid "[Leaving %s]\n"
2843 msgstr ""
2844
2845 #: collect2.c:1865
2846 #, c-format
2847 msgid ""
2848 "\n"
2849 "write_c_file - output name is %s, prefix is %s\n"
2850 msgstr ""
2851
2852 #: collect2.c:2083
2853 msgid "cannot find `nm'"
2854 msgstr ""
2855
2856 #: collect2.c:2093 collect2.c:2535
2857 msgid "pipe"
2858 msgstr ""
2859
2860 #: collect2.c:2097 collect2.c:2539
2861 msgid "fdopen"
2862 msgstr ""
2863
2864 #: collect2.c:2123 collect2.c:2565
2865 #, c-format
2866 msgid "dup2 %d 1"
2867 msgstr ""
2868
2869 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
2870 #: collect2.c:2571 collect2.c:2584
2871 #, c-format
2872 msgid "close %d"
2873 msgstr ""
2874
2875 #: collect2.c:2132
2876 #, c-format
2877 msgid "execvp %s"
2878 msgstr ""
2879
2880 #: collect2.c:2186
2881 #, c-format
2882 msgid "init function found in object %s"
2883 msgstr ""
2884
2885 #: collect2.c:2194
2886 #, c-format
2887 msgid "fini function found in object %s"
2888 msgstr ""
2889
2890 #: collect2.c:2217 collect2.c:2623
2891 msgid "fclose"
2892 msgstr ""
2893
2894 #: collect2.c:2262
2895 #, c-format
2896 msgid "unable to open file '%s'"
2897 msgstr ""
2898
2899 #: collect2.c:2264
2900 #, c-format
2901 msgid "unable to stat file '%s'"
2902 msgstr ""
2903
2904 #: collect2.c:2270
2905 #, c-format
2906 msgid "unable to mmap file '%s'"
2907 msgstr ""
2908
2909 #: collect2.c:2423
2910 msgid "not found\n"
2911 msgstr ""
2912
2913 #: collect2.c:2425 collect2.c:2602
2914 #, c-format
2915 msgid "dynamic dependency %s not found"
2916 msgstr ""
2917
2918 #: collect2.c:2445
2919 #, c-format
2920 msgid "bad magic number in file '%s'"
2921 msgstr ""
2922
2923 #: collect2.c:2467
2924 msgid "dynamic dependencies.\n"
2925 msgstr ""
2926
2927 #: collect2.c:2526
2928 msgid "cannot find `ldd'"
2929 msgstr ""
2930
2931 #: collect2.c:2574
2932 #, c-format
2933 msgid "execv %s"
2934 msgstr ""
2935
2936 #: collect2.c:2587
2937 msgid ""
2938 "\n"
2939 "ldd output with constructors/destructors.\n"
2940 msgstr ""
2941
2942 #: collect2.c:2614
2943 #, c-format
2944 msgid "unable to open dynamic dependency '%s'"
2945 msgstr ""
2946
2947 #: collect2.c:2716
2948 #, c-format
2949 msgid "%s: not a COFF file"
2950 msgstr ""
2951
2952 #: collect2.c:2835
2953 #, c-format
2954 msgid "%s: cannot open as COFF file"
2955 msgstr ""
2956
2957 #: collect2.c:2891
2958 #, c-format
2959 msgid "Library lib%s not found"
2960 msgstr ""
2961
2962 #: collect2.c:3014
2963 #, c-format
2964 msgid "open %s"
2965 msgstr ""
2966
2967 #: collect2.c:3037
2968 msgid "incompatibilities between object file & expected values"
2969 msgstr ""
2970
2971 #: collect2.c:3110
2972 #, c-format
2973 msgid ""
2974 "\n"
2975 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
2976 msgstr ""
2977
2978 #: collect2.c:3119
2979 msgid "string section missing"
2980 msgstr ""
2981
2982 #: collect2.c:3122
2983 msgid "section pointer missing"
2984 msgstr ""
2985
2986 #: collect2.c:3170
2987 msgid "no symbol table found"
2988 msgstr ""
2989
2990 #: collect2.c:3183
2991 msgid "no cmd_strings found"
2992 msgstr ""
2993
2994 #: collect2.c:3195
2995 msgid ""
2996 "\n"
2997 "Updating header and load commands.\n"
2998 "\n"
2999 msgstr ""
3000
3001 #: collect2.c:3202
3002 #, c-format
3003 msgid "load command map, %d cmds, new size %ld.\n"
3004 msgstr ""
3005
3006 #: collect2.c:3233
3007 msgid ""
3008 "writing load commands.\n"
3009 "\n"
3010 msgstr ""
3011
3012 #: collect2.c:3253
3013 #, c-format
3014 msgid "close %s"
3015 msgstr ""
3016
3017 #: collect2.c:3327
3018 msgid "could not convert 0x%l.8x into a region"
3019 msgstr ""
3020
3021 #: collect2.c:3331
3022 #, c-format
3023 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3024 msgstr ""
3025
3026 #: collect2.c:3458
3027 msgid "bad magic number"
3028 msgstr ""
3029
3030 #: collect2.c:3459
3031 msgid "bad header version"
3032 msgstr ""
3033
3034 #: collect2.c:3460
3035 msgid "bad raw header version"
3036 msgstr ""
3037
3038 #: collect2.c:3461
3039 msgid "raw header buffer too small"
3040 msgstr ""
3041
3042 #: collect2.c:3462
3043 msgid "old raw header file"
3044 msgstr ""
3045
3046 #: collect2.c:3463
3047 msgid "unsupported version"
3048 msgstr ""
3049
3050 #: collect2.c:3465
3051 #, c-format
3052 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3053 msgstr ""
3054
3055 #: collect2.c:3485
3056 #, c-format
3057 msgid "fstat %s"
3058 msgstr ""
3059
3060 #: collect2.c:3522 collect2.c:3570
3061 #, c-format
3062 msgid "lseek %s 0"
3063 msgstr ""
3064
3065 #: collect2.c:3526
3066 #, c-format
3067 msgid "read %s"
3068 msgstr ""
3069
3070 #: collect2.c:3529
3071 #, c-format
3072 msgid "read %ld bytes, expected %ld, from %s"
3073 msgstr ""
3074
3075 #: collect2.c:3550
3076 #, c-format
3077 msgid "msync %s"
3078 msgstr ""
3079
3080 #: collect2.c:3557
3081 #, c-format
3082 msgid "munmap %s"
3083 msgstr ""
3084
3085 #: collect2.c:3574
3086 #, c-format
3087 msgid "write %s"
3088 msgstr ""
3089
3090 #: collect2.c:3577
3091 #, c-format
3092 msgid "wrote %ld bytes, expected %ld, to %s"
3093 msgstr ""
3094
3095 #: combine.c:12664
3096 #, c-format
3097 msgid ""
3098 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3099 "space),\n"
3100 ";; %d successes.\n"
3101 "\n"
3102 msgstr ""
3103
3104 #: combine.c:12674
3105 #, c-format
3106 msgid ""
3107 "\n"
3108 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3109 ";; %d successes.\n"
3110 msgstr ""
3111
3112 #: config/a29k/a29k.c:1007
3113 msgid "invalid %%Q value"
3114 msgstr ""
3115
3116 #: config/a29k/a29k.c:1013 config/alpha/alpha.c:3646
3117 msgid "invalid %%C value"
3118 msgstr ""
3119
3120 #: config/a29k/a29k.c:1019 config/alpha/alpha.c:3510
3121 #: config/rs6000/rs6000.c:3986
3122 msgid "invalid %%N value"
3123 msgstr ""
3124
3125 #: config/a29k/a29k.c:1025 config/alpha/alpha.c:3581
3126 #: config/rs6000/rs6000.c:3948
3127 msgid "invalid %%M value"
3128 msgstr ""
3129
3130 #: config/a29k/a29k.c:1031 config/alpha/alpha.c:3573
3131 #: config/rs6000/rs6000.c:3913
3132 msgid "invalid %%m value"
3133 msgstr ""
3134
3135 #: config/a29k/a29k.c:1131 config/alpha/alpha.c:3534 config/romp/romp.c:683
3136 msgid "invalid %%L value"
3137 msgstr ""
3138
3139 #: config/a29k/a29k.c:1136 config/rs6000/rs6000.c:3994
3140 msgid "invalid %%O value"
3141 msgstr ""
3142
3143 #: config/a29k/a29k.c:1142 config/alpha/alpha.c:3518
3144 #: config/rs6000/rs6000.c:4013
3145 msgid "invalid %%P value"
3146 msgstr ""
3147
3148 #: config/a29k/a29k.c:1152
3149 msgid "invalid %%V value"
3150 msgstr ""
3151
3152 #: config/a29k/a29k.h:101
3153 msgid "Generate code assuming DW bit is set"
3154 msgstr ""
3155
3156 #: config/a29k/a29k.h:102
3157 msgid "Generate code assuming DW bit is not set"
3158 msgstr ""
3159
3160 #: config/a29k/a29k.h:103
3161 msgid "Generate code using byte writes"
3162 msgstr ""
3163
3164 #: config/a29k/a29k.h:104
3165 msgid "Do not generate byte writes"
3166 msgstr ""
3167
3168 #: config/a29k/a29k.h:105
3169 msgid "Use small memory model"
3170 msgstr ""
3171
3172 #: config/a29k/a29k.h:106
3173 msgid "Use normal memory model"
3174 msgstr ""
3175
3176 #: config/a29k/a29k.h:107
3177 msgid "Use large memory model"
3178 msgstr ""
3179
3180 #: config/a29k/a29k.h:108
3181 msgid "Generate 29050 code"
3182 msgstr ""
3183
3184 #: config/a29k/a29k.h:109
3185 msgid "Generate 29000 code"
3186 msgstr ""
3187
3188 #: config/a29k/a29k.h:110
3189 msgid "Use kernel global registers"
3190 msgstr ""
3191
3192 #: config/a29k/a29k.h:111
3193 msgid "Use user global registers"
3194 msgstr ""
3195
3196 #: config/a29k/a29k.h:112
3197 msgid "Emit stack checking code"
3198 msgstr ""
3199
3200 #: config/a29k/a29k.h:113
3201 msgid "Do not emit stack checking code"
3202 msgstr ""
3203
3204 #: config/a29k/a29k.h:114
3205 msgid "Work around storem hardware bug"
3206 msgstr ""
3207
3208 #: config/a29k/a29k.h:115
3209 msgid "Do not work around storem hardware bug"
3210 msgstr ""
3211
3212 #: config/a29k/a29k.h:116
3213 msgid "Store locals in argument registers"
3214 msgstr ""
3215
3216 #: config/a29k/a29k.h:117
3217 msgid "Do not store locals in arg registers"
3218 msgstr ""
3219
3220 #: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
3221 msgid "Use software floating point"
3222 msgstr ""
3223
3224 #: config/a29k/a29k.h:119
3225 msgid "Do not generate multm instructions"
3226 msgstr ""
3227
3228 #: config/alpha/alpha.c:174
3229 #, c-format
3230 msgid "bad value `%s' for -mtrap-precision switch"
3231 msgstr ""
3232
3233 #: config/alpha/alpha.c:188
3234 #, c-format
3235 msgid "bad value `%s' for -mfp-rounding-mode switch"
3236 msgstr ""
3237
3238 #: config/alpha/alpha.c:203
3239 #, c-format
3240 msgid "bad value `%s' for -mfp-trap-mode switch"
3241 msgstr ""
3242
3243 #: config/alpha/alpha.c:254
3244 #, c-format
3245 msgid "bad value `%s' for -mcpu switch"
3246 msgstr ""
3247
3248 #: config/alpha/alpha.c:262
3249 msgid "fp software completion requires -mtrap-precision=i"
3250 msgstr ""
3251
3252 #: config/alpha/alpha.c:278
3253 msgid "rounding mode not supported for VAX floats"
3254 msgstr ""
3255
3256 #: config/alpha/alpha.c:283
3257 msgid "trap mode not supported for VAX floats"
3258 msgstr ""
3259
3260 #: config/alpha/alpha.c:312
3261 #, c-format
3262 msgid "L%d cache latency unknown for %s"
3263 msgstr ""
3264
3265 #: config/alpha/alpha.c:327
3266 #, c-format
3267 msgid "bad value `%s' for -mmemory-latency"
3268 msgstr ""
3269
3270 #: config/alpha/alpha.c:3492
3271 msgid "invalid %%r value"
3272 msgstr ""
3273
3274 #: config/alpha/alpha.c:3503 config/rs6000/rs6000.c:4059
3275 msgid "invalid %%R value"
3276 msgstr ""
3277
3278 #: config/alpha/alpha.c:3526 config/romp/romp.c:725 config/romp/romp.c:732
3279 msgid "invalid %%h value"
3280 msgstr ""
3281
3282 #: config/alpha/alpha.c:3616
3283 msgid "invalid %%U value"
3284 msgstr ""
3285
3286 #: config/alpha/alpha.c:3624 config/alpha/alpha.c:3635 config/romp/romp.c:691
3287 #: config/rs6000/rs6000.c:4067
3288 msgid "invalid %%s value"
3289 msgstr ""
3290
3291 #: config/alpha/alpha.c:3683 config/rs6000/rs6000.c:3777
3292 msgid "invalid %%E value"
3293 msgstr ""
3294
3295 #: config/alpha/alpha.c:3704 config/romp/romp.c:966
3296 #: config/rs6000/rs6000.c:4359
3297 msgid "invalid %%xn code"
3298 msgstr ""
3299
3300 #. Macro to define tables used to set the flags.
3301 #. This is a list in braces of pairs in braces,
3302 #. each pair being { "NAME", VALUE }
3303 #. where VALUE is the bits to set or minus the bits to clear.
3304 #. An empty string NAME is used to identify the default VALUE.
3305 #: config/alpha/alpha.h:199 config/i386/i386.h:227 config/i386/i386.h:229
3306 #: config/i386/i386.h:231 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:304
3307 #: config/sparc/sparc.h:578 config/sparc/sparc.h:583
3308 msgid "Use hardware fp"
3309 msgstr ""
3310
3311 #: config/alpha/alpha.h:200 config/i386/i386.h:228 config/i386/i386.h:230
3312 #: config/rs6000/rs6000.h:306 config/sparc/sparc.h:580
3313 #: config/sparc/sparc.h:585
3314 msgid "Do not use hardware fp"
3315 msgstr ""
3316
3317 #: config/alpha/alpha.h:201
3318 msgid "Use fp registers"
3319 msgstr ""
3320
3321 #: config/alpha/alpha.h:203
3322 msgid "Do not use fp registers"
3323 msgstr ""
3324
3325 #: config/alpha/alpha.h:204
3326 msgid "Do not assume GAS"
3327 msgstr ""
3328
3329 #: config/alpha/alpha.h:205
3330 msgid "Assume GAS"
3331 msgstr ""
3332
3333 #: config/alpha/alpha.h:207
3334 msgid "Request IEEE-conformant math library routines (OSF/1)"
3335 msgstr ""
3336
3337 #: config/alpha/alpha.h:209
3338 msgid "Emit IEEE-conformant code, without inexact exceptions"
3339 msgstr ""
3340
3341 #: config/alpha/alpha.h:211
3342 msgid "Emit IEEE-conformant code, with inexact exceptions"
3343 msgstr ""
3344
3345 #: config/alpha/alpha.h:213
3346 msgid "Do not emit complex integer constants to read-only memory"
3347 msgstr ""
3348
3349 #: config/alpha/alpha.h:214
3350 msgid "Use VAX fp"
3351 msgstr ""
3352
3353 #: config/alpha/alpha.h:215
3354 msgid "Do not use VAX fp"
3355 msgstr ""
3356
3357 #: config/alpha/alpha.h:216
3358 msgid "Emit code for the byte/word ISA extension"
3359 msgstr ""
3360
3361 #: config/alpha/alpha.h:219
3362 msgid "Emit code for the motion video ISA extension"
3363 msgstr ""
3364
3365 #: config/alpha/alpha.h:222
3366 msgid "Emit code for the fp move and sqrt ISA extension"
3367 msgstr ""
3368
3369 #: config/alpha/alpha.h:224
3370 msgid "Emit code for the counting ISA extension"
3371 msgstr ""
3372
3373 #. This macro is similar to `TARGET_SWITCHES' but defines names of
3374 #. command options that have values.  Its definition is an initializer
3375 #. with a subgrouping for each command option.
3376 #.
3377 #. Each subgrouping contains a string constant, that defines the fixed
3378 #. part of the option name, and the address of a variable.  The
3379 #. variable, type `char *', is set to the variable part of the given
3380 #. option if the fixed part matches.  The actual option name is made
3381 #. by appending `-m' to the specified name.
3382 #.
3383 #. Here is an example which defines `-mshort-data-NUMBER'.  If the
3384 #. given option is `-mshort-data-512', the variable `m88k_short_data'
3385 #. will be set to the string `"512"'.
3386 #.
3387 #. extern char *m88k_short_data;
3388 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
3389 #. For -mcpu=
3390 #. For -mfp-rounding-mode=[n|m|c|d]
3391 #. For -mfp-trap-mode=[n|u|su|sui]
3392 #. For -mtrap-precision=[p|f|i]
3393 #. For -mmemory-latency=
3394 #: config/alpha/alpha.h:260
3395 msgid "Generate code for a given CPU"
3396 msgstr ""
3397
3398 #: config/alpha/alpha.h:262
3399 msgid "Control the generated fp rounding mode"
3400 msgstr ""
3401
3402 #: config/alpha/alpha.h:264
3403 msgid "Control the IEEE trap mode"
3404 msgstr ""
3405
3406 #: config/alpha/alpha.h:266
3407 msgid "Control the precision given to fp exceptions"
3408 msgstr ""
3409
3410 #: config/alpha/alpha.h:268
3411 msgid "Tune expected memory latency"
3412 msgstr ""
3413
3414 #: config/arc/arc.c:109
3415 #, c-format
3416 msgid "bad value (%s) for -mcpu switch"
3417 msgstr ""
3418
3419 #: config/arc/arc.c:1667 config/m32r/m32r.c:2218
3420 msgid "invalid operand to %R code"
3421 msgstr ""
3422
3423 #: config/arc/arc.c:1699 config/m32r/m32r.c:2241
3424 msgid "invalid operand to %H/%L code"
3425 msgstr ""
3426
3427 #: config/arc/arc.c:1723 config/m32r/m32r.c:2318
3428 msgid "invalid operand to %U code"
3429 msgstr ""
3430
3431 #: config/arc/arc.c:1734
3432 msgid "invalid operand to %V code"
3433 msgstr ""
3434
3435 #. Unknown flag.
3436 #: config/arc/arc.c:1741 config/m32r/m32r.c:2357 config/sparc/sparc.c:5859
3437 msgid "invalid operand output code"
3438 msgstr ""
3439
3440 #: config/arm/arm.c:340
3441 #, c-format
3442 msgid "switch -mcpu=%s conflicts with -march= switch"
3443 msgstr ""
3444
3445 #: config/arm/arm.c:350 config/rs6000/rs6000.c:310 config/sparc/sparc.c:332
3446 #, c-format
3447 msgid "bad value (%s) for %s switch"
3448 msgstr ""
3449
3450 #: config/arm/arm.c:485
3451 msgid "target CPU does not support APCS-32"
3452 msgstr ""
3453
3454 #: config/arm/arm.c:490
3455 msgid "target CPU does not support APCS-26"
3456 msgstr ""
3457
3458 #: config/arm/arm.c:496
3459 msgid "target CPU does not support interworking"
3460 msgstr ""
3461
3462 #: config/arm/arm.c:502
3463 msgid "target CPU does not supoport THUMB instructions."
3464 msgstr ""
3465
3466 #: config/arm/arm.c:516
3467 msgid ""
3468 "enabling backtrace support is only meaningful when compiling for the Thumb."
3469 msgstr ""
3470
3471 #: config/arm/arm.c:519
3472 msgid ""
3473 "enabling callee interworking support is only meaningful when compiling for "
3474 "the Thumb."
3475 msgstr ""
3476
3477 #: config/arm/arm.c:522
3478 msgid ""
3479 "enabling caller interworking support is only meaningful when compiling for "
3480 "the Thumb."
3481 msgstr ""
3482
3483 #: config/arm/arm.c:528
3484 msgid "interworking forces APCS-32 to be used"
3485 msgstr ""
3486
3487 #: config/arm/arm.c:534
3488 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
3489 msgstr ""
3490
3491 #: config/arm/arm.c:542
3492 msgid "-fpic and -mapcs-reent are incompatible"
3493 msgstr ""
3494
3495 #: config/arm/arm.c:545
3496 msgid "APCS reentrant code not supported.  Ignored"
3497 msgstr ""
3498
3499 #: config/arm/arm.c:553
3500 msgid "-g with -mno-apcs-frame may not give sensible debugging"
3501 msgstr ""
3502
3503 #: config/arm/arm.c:561
3504 msgid "Passing floating point arguments in fp regs not yet supported"
3505 msgstr ""
3506
3507 #: config/arm/arm.c:588
3508 #, c-format
3509 msgid "Invalid floating point emulation option: -mfpe-%s"
3510 msgstr ""
3511
3512 #: config/arm/arm.c:612
3513 msgid "Structure size boundary can only be set to 8 or 32"
3514 msgstr ""
3515
3516 #: config/arm/arm.c:620
3517 msgid "-mpic-register= is useless without -fpic"
3518 msgstr ""
3519
3520 #: config/arm/arm.c:629
3521 #, c-format
3522 msgid "Unable to use '%s' for PIC register"
3523 msgstr ""
3524
3525 #: config/arm/arm.c:8246
3526 msgid "Unable to compute real location of stacked parameter"
3527 msgstr ""
3528
3529 #. Oh dear!  We have no low registers into which we can pop
3530 #. high registers!
3531 #: config/arm/arm.c:8844
3532 msgid "No low registers available for popping high registers"
3533 msgstr ""
3534
3535 #: config/arm/arm.c:9406
3536 msgid "thumb_load_double_from_address: destination is not a register"
3537 msgstr ""
3538
3539 #: config/arm/arm.c:9411
3540 msgid "thumb_load_double_from_address: source is not a computed memory address"
3541 msgstr ""
3542
3543 #: config/arm/arm.c:9455
3544 msgid "thumb_load_double_from_address: base is not a register"
3545 msgstr ""
3546
3547 #: config/arm/arm.c:9513
3548 msgid "thumb_load_double_from_address: Unhandled address calculation"
3549 msgstr ""
3550
3551 #: config/arm/arm.h:410
3552 msgid "Generate APCS conformant stack frames"
3553 msgstr ""
3554
3555 #: config/arm/arm.h:413
3556 msgid "Store function names in object code"
3557 msgstr ""
3558
3559 #: config/arm/arm.h:417
3560 msgid "Use the 32bit version of the APCS"
3561 msgstr ""
3562
3563 #: config/arm/arm.h:419
3564 msgid "Use the 26bit version of the APCS"
3565 msgstr ""
3566
3567 #: config/arm/arm.h:423
3568 msgid "Pass FP arguments in FP registers"
3569 msgstr ""
3570
3571 #: config/arm/arm.h:426
3572 msgid "Generate re-entrant, PIC code"
3573 msgstr ""
3574
3575 #: config/arm/arm.h:429
3576 msgid "The MMU will trap on unaligned accesses"
3577 msgstr ""
3578
3579 #: config/arm/arm.h:436
3580 msgid "Use library calls to perform FP operations"
3581 msgstr ""
3582
3583 #: config/arm/arm.h:438 config/i960/i960.h:282
3584 msgid "Use hardware floating point instructions"
3585 msgstr ""
3586
3587 #: config/arm/arm.h:440
3588 msgid "Assume target CPU is configured as big endian"
3589 msgstr ""
3590
3591 #: config/arm/arm.h:442
3592 msgid "Assume target CPU is configured as little endian"
3593 msgstr ""
3594
3595 #: config/arm/arm.h:444
3596 msgid "Assume big endian bytes, little endian words"
3597 msgstr ""
3598
3599 #: config/arm/arm.h:446
3600 msgid "Support calls between THUMB and ARM instructions sets"
3601 msgstr ""
3602
3603 #: config/arm/arm.h:449
3604 msgid "Generate a call to abort if a noreturn function returns"
3605 msgstr ""
3606
3607 #: config/arm/arm.h:452
3608 msgid "Do not move instructions into a function's prologue"
3609 msgstr ""
3610
3611 #: config/arm/arm.h:455
3612 msgid "Do not load the PIC register in function prologues"
3613 msgstr ""
3614
3615 #: config/arm/arm.h:458
3616 msgid "Generate call insns as indirect calls, if necessary"
3617 msgstr ""
3618
3619 #: config/arm/arm.h:461
3620 msgid "Compile for the Thumb not the ARM"
3621 msgstr ""
3622
3623 #: config/arm/arm.h:465
3624 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
3625 msgstr ""
3626
3627 #: config/arm/arm.h:468
3628 msgid "Thumb: Generate (leaf) stack frames even if not needed"
3629 msgstr ""
3630
3631 #: config/arm/arm.h:471
3632 msgid "Thumb: Assume non-static functions may be called from ARM code"
3633 msgstr ""
3634
3635 #: config/arm/arm.h:475
3636 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
3637 msgstr ""
3638
3639 #: config/arm/arm.h:485
3640 msgid "Specify the name of the target CPU"
3641 msgstr ""
3642
3643 #: config/arm/arm.h:487
3644 msgid "Specify the name of the target architecture"
3645 msgstr ""
3646
3647 #: config/arm/arm.h:491
3648 msgid "Specify the version of the floating point emulator"
3649 msgstr ""
3650
3651 #: config/arm/arm.h:493
3652 msgid "Specify the minimum bit alignment of structures"
3653 msgstr ""
3654
3655 #: config/arm/arm.h:495
3656 msgid "Specify the register to be used for PIC addressing"
3657 msgstr ""
3658
3659 #. None of these is actually used in cc1.  If we don't define them in target
3660 #. switches cc1 complains about them.  For the sake of argument lets allocate
3661 #. bit 31 of target flags for such options.
3662 #: config/arm/riscix.h:84
3663 msgid "Do symbol renaming for BSD"
3664 msgstr ""
3665
3666 #: config/arm/riscix.h:85
3667 msgid "Do symbol renaming for X/OPEN"
3668 msgstr ""
3669
3670 #: config/arm/riscix.h:86
3671 msgid "Don't do symbol renaming"
3672 msgstr ""
3673
3674 #. Macros used in the machine description to test the flags.
3675 #. Macro to define tables used to set the flags.
3676 #. This is a list in braces of pairs in braces,
3677 #. each pair being { "NAME", VALUE }
3678 #. where VALUE is the bits to set or minus the bits to clear.
3679 #. An empty string NAME is used to identify the default VALUE.
3680 #: config/clipper/clipper.h:40
3681 msgid "Generate code for the C400"
3682 msgstr ""
3683
3684 #: config/clipper/clipper.h:41
3685 msgid "Generate code for the C300"
3686 msgstr ""
3687
3688 #: config/convex/convex.h:52
3689 msgid "Generate code for c1"
3690 msgstr ""
3691
3692 #: config/convex/convex.h:53
3693 msgid "Generate code for c2"
3694 msgstr ""
3695
3696 #: config/convex/convex.h:54
3697 msgid "Generate code for c32"
3698 msgstr ""
3699
3700 #: config/convex/convex.h:55 config/convex/convex.h:56
3701 msgid "Generate code for c34"
3702 msgstr ""
3703
3704 #: config/convex/convex.h:58
3705 msgid "Use standard calling sequence, with arg count word"
3706 msgstr ""
3707
3708 #: config/convex/convex.h:60
3709 msgid "Place arg count in a nop instruction (faster than push)"
3710 msgstr ""
3711
3712 #: config/convex/convex.h:62
3713 msgid "Don't push arg count, depend on symbol table"
3714 msgstr ""
3715
3716 #: config/convex/convex.h:64
3717 msgid "Use data cache for volatile mem refs (default)"
3718 msgstr ""
3719
3720 #: config/convex/convex.h:66
3721 msgid "Don't use data cache for volatile mem refs"
3722 msgstr ""
3723
3724 #: config/convex/convex.h:68
3725 msgid "Bypass data cache for volatile mem refs"
3726 msgstr ""
3727
3728 #: config/convex/convex.h:69
3729 msgid "Use 64-bit longs"
3730 msgstr ""
3731
3732 #: config/convex/convex.h:70
3733 msgid "Use cc- and libc-compatible 32-bit longs"
3734 msgstr ""
3735
3736 #: config/dsp16xx/dsp16xx.c:271
3737 #, c-format
3738 msgid "Invalid register class letter %c"
3739 msgstr ""
3740
3741 #: config/dsp16xx/dsp16xx.c:374
3742 msgid "ACCUM_HIGH_REGS class in limit_reload_class"
3743 msgstr ""
3744
3745 #: config/dsp16xx/dsp16xx.c:401
3746 msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
3747 msgstr ""
3748
3749 #. Register 'yl' is invalid for QImode, so we should never
3750 #. see it.
3751 #: config/dsp16xx/dsp16xx.c:410
3752 msgid "YL found in limit_reload_class"
3753 msgstr ""
3754
3755 #: config/dsp16xx/dsp16xx.c:1228 config/dsp16xx/dsp16xx.c:1255
3756 msgid "Stack size > 32k"
3757 msgstr ""
3758
3759 #: config/dsp16xx/dsp16xx.c:1485
3760 msgid "Invalid addressing mode"
3761 msgstr ""
3762
3763 #: config/dsp16xx/dsp16xx.c:1671
3764 msgid "Bad register extension code"
3765 msgstr ""
3766
3767 #: config/dsp16xx/dsp16xx.c:1729
3768 msgid "Invalid offset in ybase addressing"
3769 msgstr ""
3770
3771 #: config/dsp16xx/dsp16xx.c:1732
3772 msgid "Invalid register in ybase addressing"
3773 msgstr ""
3774
3775 #: config/dsp16xx/dsp16xx.c:1761 config/dsp16xx/dsp16xx.c:1999
3776 msgid "inline float constants not supported on this host"
3777 msgstr ""
3778
3779 #: config/dsp16xx/dsp16xx.c:1905
3780 msgid "Invalid shift operator in emit_1600_core_shift"
3781 msgstr ""
3782
3783 #: config/dsp16xx/dsp16xx.c:2184
3784 msgid "Invalid mode for gen_tst_reg"
3785 msgstr ""
3786
3787 #: config/dsp16xx/dsp16xx.c:2265
3788 msgid "Invalid mode for integer comparison in gen_compare_reg"
3789 msgstr ""
3790
3791 #: config/dsp16xx/dsp16xx.c:2293
3792 msgid "Invalid register for compare"
3793 msgstr ""
3794
3795 #. Output assembler code to FILE to increment profiler label # LABELNO
3796 #. for profiling a function entry.
3797 #: config/dsp16xx/dsp16xx.h:1187 config/dsp16xx/dsp16xx.h:1191
3798 #: config/dsp16xx/dsp16xx.h:1195 config/dsp16xx/dsp16xx.h:1838
3799 #: config/dsp16xx/dsp16xx.h:1842
3800 msgid "Profiling not implemented yet."
3801 msgstr ""
3802
3803 #. Emit RTL insns to initialize the variable parts of a trampoline.
3804 #. FNADDR is an RTX for the address of the function's pure code.
3805 #. CXT is an RTX for the static chain value for the function.
3806 #: config/dsp16xx/dsp16xx.h:1205 config/dsp16xx/dsp16xx.h:1217
3807 msgid "Trampolines not yet implemented"
3808 msgstr ""
3809
3810 #. Macro to define tables used to set the flags.
3811 #. This is a list in braces of pairs in braces,
3812 #. each pair being { "NAME", VALUE }
3813 #. where VALUE is the bits to set or minus the bits to clear.
3814 #. An empty string NAME is used to identify the default VALUE.
3815 #: config/elxsi/elxsi.h:50
3816 msgid "Generate code the unix assembler can handle"
3817 msgstr ""
3818
3819 #: config/elxsi/elxsi.h:51
3820 msgid "Generate code an embedded assembler can handle"
3821 msgstr ""
3822
3823 #. Macro to define tables used to set the flags.
3824 #. This is a list in braces of pairs in braces,
3825 #. each pair being { "NAME", VALUE }
3826 #. where VALUE is the bits to set or minus the bits to clear.
3827 #. An empty string NAME is used to identify the default VALUE.
3828 #: config/fx80/fx80.h:113 config/fx80/fx80.h:114
3829 msgid "Generate code for a mc68020"
3830 msgstr ""
3831
3832 #. Since we don't define PCC_BITFIELD_TYPE_MATTERS or use a large
3833 #. STRUCTURE_SIZE_BOUNDARY, we must have bitfield instructions.
3834 #: config/fx80/fx80.h:115 config/gmicro/gmicro.h:101 config/ns32k/ns32k.h:117
3835 msgid "Use bitfield instructions"
3836 msgstr ""
3837
3838 #: config/fx80/fx80.h:116 config/fx80/fx80.h:117
3839 msgid "Generate code for a mc68000"
3840 msgstr ""
3841
3842 #: config/fx80/fx80.h:118
3843 msgid "Generate software FP code"
3844 msgstr ""
3845
3846 #: config/fx80/fx80.h:119
3847 msgid "Do not generate bitfield insns"
3848 msgstr ""
3849
3850 #: config/fx80/fx80.h:120
3851 msgid "Use 16bit integers"
3852 msgstr ""
3853
3854 #: config/fx80/fx80.h:121
3855 msgid "Use 32bit integers"
3856 msgstr ""
3857
3858 #. Macro to define tables used to set the flags.
3859 #. This is a list in braces of pairs in braces,
3860 #. each pair being { "NAME", VALUE }
3861 #. where VALUE is the bits to set or minus the bits to clear.
3862 #. An empty string NAME is used to identify the default VALUE.
3863 #: config/gmicro/gmicro.h:89
3864 msgid "Compile for Gmicro/300"
3865 msgstr ""
3866
3867 #: config/gmicro/gmicro.h:90
3868 msgid "Compile for Gmicro/200"
3869 msgstr ""
3870
3871 #: config/gmicro/gmicro.h:91
3872 msgid "Compile for Gmicro/100"
3873 msgstr ""
3874
3875 #: config/gmicro/gmicro.h:92
3876 msgid "Use floating point co-processor"
3877 msgstr ""
3878
3879 #: config/gmicro/gmicro.h:94
3880 msgid "Do not use floating point co-processor"
3881 msgstr ""
3882
3883 #: config/gmicro/gmicro.h:95 config/i386/i386.h:237
3884 msgid "Alternate calling convention"
3885 msgstr ""
3886
3887 #: config/gmicro/gmicro.h:96 config/i386/i386.h:239 config/ns32k/ns32k.h:106
3888 msgid "Use normal calling convention"
3889 msgstr ""
3890
3891 #: config/gmicro/gmicro.h:103 config/ns32k/ns32k.h:116
3892 msgid "Do not use bitfield instructions"
3893 msgstr ""
3894
3895 #: config/gmicro/gmicro.h:105
3896 msgid "Use alternative return sequence"
3897 msgstr ""
3898
3899 #: config/gmicro/gmicro.h:106
3900 msgid "Use normal return sequence"
3901 msgstr ""
3902
3903 #: config/gmicro/gmicro.h:107
3904 msgid "Always use string instruction"
3905 msgstr ""
3906
3907 #: config/gmicro/gmicro.h:109
3908 msgid "Use string instruction when appropriate"
3909 msgstr ""
3910
3911 #: config/h8300/h8300.c:3023 config/h8300/h8300.c:3035
3912 msgid "Only initialized variables can be placed into the 8-bit area."
3913 msgstr ""
3914
3915 #. Macro to define tables used to set the flags.
3916 #. This is a list in braces of pairs in braces,
3917 #. each pair being { "NAME", VALUE }
3918 #. where VALUE is the bits to set or minus the bits to clear.
3919 #. An empty string NAME is used to identify the default VALUE.
3920 #: config/h8300/h8300.h:105
3921 msgid "Generate H8/S code"
3922 msgstr ""
3923
3924 #: config/h8300/h8300.h:106
3925 msgid "Do not generate H8/S code"
3926 msgstr ""
3927
3928 #: config/h8300/h8300.h:107
3929 msgid "Make integers 32 bits wide"
3930 msgstr ""
3931
3932 #: config/h8300/h8300.h:110
3933 msgid "Use registers for argument passing"
3934 msgstr ""
3935
3936 #: config/h8300/h8300.h:112
3937 msgid "Do not use registers for argument passing"
3938 msgstr ""
3939
3940 #: config/h8300/h8300.h:114
3941 msgid "Consider access to byte sized memory slow"
3942 msgstr ""
3943
3944 #: config/h8300/h8300.h:115
3945 msgid "Enable linker relaxing"
3946 msgstr ""
3947
3948 #: config/h8300/h8300.h:117
3949 msgid "Generate H8/300H code"
3950 msgstr ""
3951
3952 #: config/h8300/h8300.h:118
3953 msgid "Do not generate H8/300H code"
3954 msgstr ""
3955
3956 #: config/h8300/h8300.h:119
3957 msgid "Use H8/300 alignment rules"
3958 msgstr ""
3959
3960 #: config/i370/i370.c:870
3961 msgid "real name is too long - alias ignored"
3962 msgstr ""
3963
3964 #: config/i370/i370.c:875
3965 msgid "alias name is too long - alias ignored"
3966 msgstr ""
3967
3968 #: config/i370/i370.c:1040
3969 msgid "junk at end of #pragma map"
3970 msgstr ""
3971
3972 #: config/i370/i370.c:1046
3973 msgid "malformed #pragma map, ignored"
3974 msgstr ""
3975
3976 #. Macro to define tables used to set the flags.  This is a list in braces
3977 #. of pairs in braces, each pair being { "NAME", VALUE }
3978 #. where VALUE is the bits to set or minus the bits to clear.
3979 #. An empty string NAME is used to identify the default VALUE.
3980 #: config/i370/i370.h:63
3981 msgid "Generate char instructions"
3982 msgstr ""
3983
3984 #: config/i370/i370.h:64
3985 msgid "Do not generate char instructions"
3986 msgstr ""
3987
3988 #: config/i386/cygwin.h:50
3989 msgid "Use the Cygwin interface"
3990 msgstr ""
3991
3992 #: config/i386/cygwin.h:52
3993 msgid "Use the Mingw32 interface"
3994 msgstr ""
3995
3996 #: config/i386/cygwin.h:53
3997 msgid "Create GUI application"
3998 msgstr ""
3999
4000 #: config/i386/cygwin.h:55
4001 msgid "Create console application"
4002 msgstr ""
4003
4004 #: config/i386/cygwin.h:56
4005 msgid "Generate code for a DLL"
4006 msgstr ""
4007
4008 #: config/i386/cygwin.h:58
4009 msgid "Ignore dllimport for functions"
4010 msgstr ""
4011
4012 #: config/i386/cygwin.h:60
4013 msgid "Use Mingw-specific thread support"
4014 msgstr ""
4015
4016 #: config/i386/cygwin.h:265
4017 #, c-format
4018 msgid "-f%s ignored for target (all code is position independent)"
4019 msgstr ""
4020
4021 #: config/i386/dgux.c:185
4022 #, c-format
4023 msgid "Internal gcc abort from %s:%d"
4024 msgstr ""
4025
4026 #: config/i386/dgux.c:189
4027 msgid "The local variable `insn' has the value:"
4028 msgstr ""
4029
4030 #: config/i386/dgux.h:62
4031 msgid "Retain standard MXDB information"
4032 msgstr ""
4033
4034 #: config/i386/dgux.h:64
4035 msgid "Retain legend information"
4036 msgstr ""
4037
4038 #: config/i386/dgux.h:67
4039 msgid "Generate external legend information"
4040 msgstr ""
4041
4042 #: config/i386/dgux.h:69
4043 msgid "Emit identifying info in .s file"
4044 msgstr ""
4045
4046 #: config/i386/dgux.h:71
4047 msgid "Warn when a function arg is a structure"
4048 msgstr ""
4049
4050 #: config/i386/dgux.h:249
4051 msgid "argument is a structure"
4052 msgstr ""
4053
4054 #: config/i386/i386.c:503
4055 #, c-format
4056 msgid "bad value (%s) for -march= switch"
4057 msgstr ""
4058
4059 #: config/i386/i386.c:516 config/mips/mips.c:4865
4060 #, c-format
4061 msgid "bad value (%s) for -mcpu= switch"
4062 msgstr ""
4063
4064 #: config/i386/i386.c:545
4065 #, c-format
4066 msgid "Register '%c' is unknown"
4067 msgstr ""
4068
4069 #: config/i386/i386.c:549
4070 #, c-format
4071 msgid "Register '%c' already specified in allocation order"
4072 msgstr ""
4073
4074 #: config/i386/i386.c:560
4075 #, c-format
4076 msgid "-mregparm=%d is not between 0 and %d"
4077 msgstr ""
4078
4079 #: config/i386/i386.c:570
4080 #, c-format
4081 msgid "-malign-loops=%d is not between 0 and %d"
4082 msgstr ""
4083
4084 #: config/i386/i386.c:580
4085 #, c-format
4086 msgid "-malign-jumps=%d is not between 0 and %d"
4087 msgstr ""
4088
4089 #: config/i386/i386.c:590
4090 #, c-format
4091 msgid "-malign-functions=%d is not between 0 and %d"
4092 msgstr ""
4093
4094 #: config/i386/i386.c:601
4095 #, c-format
4096 msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
4097 msgstr ""
4098
4099 #: config/i386/i386.c:611
4100 #, c-format
4101 msgid "-mbranch-cost=%d is not between 0 and 5"
4102 msgstr ""
4103
4104 #. We can't handle floating point constants;
4105 #. PRINT_OPERAND must handle them.
4106 #: config/i386/i386.c:2973 config/pdp11/pdp11.c:1477 config/sh/sh.c:5397
4107 #: final.c:3731
4108 msgid "floating constant misused"
4109 msgstr ""
4110
4111 #: config/i386/i386.c:3018 config/sh/sh.c:5451
4112 msgid "invalid UNSPEC as operand"
4113 msgstr ""
4114
4115 #: config/i386/i386.c:3024 config/pdp11/pdp11.c:1524 config/sh/sh.c:5457
4116 #: final.c:3778
4117 msgid "invalid expression as operand"
4118 msgstr ""
4119
4120 #: config/i386/i386.h:45 config/mips/mips.h:176
4121 msgid "half-pic init called on systems that don't support it."
4122 msgstr ""
4123
4124 #: config/i386/i386.h:232
4125 msgid "Same as -mcpu=i386"
4126 msgstr ""
4127
4128 #: config/i386/i386.h:233
4129 msgid "Same as -mcpu=i486"
4130 msgstr ""
4131
4132 #: config/i386/i386.h:234
4133 msgid "Same as -mcpu=pentium"
4134 msgstr ""
4135
4136 #: config/i386/i386.h:235
4137 msgid "Same as -mcpu=pentiumpro"
4138 msgstr ""
4139
4140 #: config/i386/i386.h:241
4141 msgid "Align some doubles on dword boundary"
4142 msgstr ""
4143
4144 #: config/i386/i386.h:243
4145 msgid "Align doubles on word boundary"
4146 msgstr ""
4147
4148 #: config/i386/i386.h:245
4149 msgid "Uninitialized locals in .bss"
4150 msgstr ""
4151
4152 #: config/i386/i386.h:247
4153 msgid "Uninitialized locals in .data"
4154 msgstr ""
4155
4156 #: config/i386/i386.h:249
4157 msgid "Use IEEE math for fp comparisons"
4158 msgstr ""
4159
4160 #: config/i386/i386.h:251
4161 msgid "Do not use IEEE math for fp comparisons"
4162 msgstr ""
4163
4164 #: config/i386/i386.h:253
4165 msgid "Return values of functions in FPU registers"
4166 msgstr ""
4167
4168 #: config/i386/i386.h:255
4169 msgid "Do not return values of functions in FPU registers"
4170 msgstr ""
4171
4172 #: config/i386/i386.h:257
4173 msgid "Do not generate sin, cos, sqrt for FPU"
4174 msgstr ""
4175
4176 #: config/i386/i386.h:259
4177 msgid "Generate sin, cos, sqrt for FPU"
4178 msgstr ""
4179
4180 #: config/i386/i386.h:261
4181 msgid "Omit the frame pointer in leaf functions"
4182 msgstr ""
4183
4184 #. undocumented
4185 #. undocumented
4186 #. undocumented
4187 #. undocumented
4188 #: config/i386/i386.h:268
4189 msgid "Enable stack probing"
4190 msgstr ""
4191
4192 #. undocumented
4193 #. undocumented
4194 #: config/i386/i386.h:273
4195 msgid "Emit Intel syntax assembler opcodes"
4196 msgstr ""
4197
4198 #: config/i386/i386.h:276
4199 msgid "Align destination of the string operations"
4200 msgstr ""
4201
4202 #: config/i386/i386.h:278
4203 msgid "Do not align destination of the string operations"
4204 msgstr ""
4205
4206 #: config/i386/i386.h:280
4207 msgid "Inline all known string operations"
4208 msgstr ""
4209
4210 #: config/i386/i386.h:282
4211 msgid "Do not inline all known string operations"
4212 msgstr ""
4213
4214 #: config/i386/i386.h:284 config/i386/i386.h:288
4215 msgid "Use push instructions to save outgoing arguments"
4216 msgstr ""
4217
4218 #: config/i386/i386.h:286 config/i386/i386.h:290
4219 msgid "Do not use push instructions to save outgoing arguments"
4220 msgstr ""
4221
4222 #: config/i386/i386.h:291
4223 msgid "Support MMX builtins"
4224 msgstr ""
4225
4226 #: config/i386/i386.h:293
4227 msgid "Do not support MMX builtins"
4228 msgstr ""
4229
4230 #: config/i386/i386.h:295
4231 msgid "Support MMX and SSE builtins"
4232 msgstr ""
4233
4234 #: config/i386/i386.h:297
4235 msgid "Do not support MMX and SSE builtins"
4236 msgstr ""
4237
4238 #. This macro is similar to `TARGET_SWITCHES' but defines names of
4239 #. command options that have values.  Its definition is an
4240 #. initializer with a subgrouping for each command option.
4241 #.
4242 #. Each subgrouping contains a string constant, that defines the
4243 #. fixed part of the option name, and the address of a variable.  The
4244 #. variable, type `char *', is set to the variable part of the given
4245 #. option if the fixed part matches.  The actual option name is made
4246 #. by appending `-m' to the specified name.
4247 #: config/i386/i386.h:330 config/rs6000/rs6000.h:405 config/sparc/sparc.h:711
4248 msgid "Schedule code for given CPU"
4249 msgstr ""
4250
4251 #: config/i386/i386.h:332
4252 msgid "Generate code for given CPU"
4253 msgstr ""
4254
4255 #: config/i386/i386.h:334
4256 msgid "Control allocation order of integer registers"
4257 msgstr ""
4258
4259 #: config/i386/i386.h:336
4260 msgid "Number of registers used to pass integer arguments"
4261 msgstr ""
4262
4263 #: config/i386/i386.h:338
4264 msgid "Loop code aligned to this power of 2"
4265 msgstr ""
4266
4267 #: config/i386/i386.h:340
4268 msgid "Jump targets are aligned to this power of 2"
4269 msgstr ""
4270
4271 #: config/i386/i386.h:342
4272 msgid "Function starts are aligned to this power of 2"
4273 msgstr ""
4274
4275 #: config/i386/i386.h:345
4276 msgid "Attempt to keep stack aligned to this power of 2"
4277 msgstr ""
4278
4279 #: config/i386/i386.h:347
4280 msgid "Branches are this expensive (1-5, arbitrary units)"
4281 msgstr ""
4282
4283 #: config/i386/osf1elf.h:126
4284 msgid "Profiling uses mcount"
4285 msgstr ""
4286
4287 #: config/i386/osfrose.h:63
4288 msgid "Emit half-PIC code"
4289 msgstr ""
4290
4291 #. intentionally undoc
4292 #. intentionally undoc
4293 #: config/i386/osfrose.h:70
4294 msgid "Emit ELF object code"
4295 msgstr ""
4296
4297 #: config/i386/osfrose.h:72
4298 msgid "Emit ROSE object code"
4299 msgstr ""
4300
4301 #: config/i386/osfrose.h:74
4302 msgid "Symbols have a leading underscore"
4303 msgstr ""
4304
4305 #: config/i386/osfrose.h:77
4306 msgid "Align to >word boundaries"
4307 msgstr ""
4308
4309 #: config/i386/osfrose.h:80
4310 msgid "Use mcount for profiling"
4311 msgstr ""
4312
4313 #: config/i386/osfrose.h:82
4314 msgid "Use mcount_ptr for profiling"
4315 msgstr ""
4316
4317 #: config/i386/sco5.h:503 config/rs6000/sysv4.h:997
4318 #, c-format
4319 msgid "%s causes a section type conflict"
4320 msgstr ""
4321
4322 #: config/i386/sco5.h:898
4323 msgid "Generate COFF output"
4324 msgstr ""
4325
4326 #: config/i386/sco5.h:899
4327 msgid "Generate ELF output"
4328 msgstr ""
4329
4330 #: config/i386/winnt.c:300
4331 #, c-format
4332 msgid "`%s' declared as both exported to and imported from a DLL."
4333 msgstr ""
4334
4335 #: config/i386/winnt.c:328
4336 #, c-format
4337 msgid "initialized variable `%s' is marked dllimport"
4338 msgstr ""
4339
4340 #: config/i386/winnt.c:337
4341 #, c-format
4342 msgid "static variable `%s' is marked dllimport"
4343 msgstr ""
4344
4345 #. 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.
4346 #. 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.
4347 #: config/i386/xm-djgpp.h:75
4348 msgid "Environment variable DJGPP not defined."
4349 msgstr ""
4350
4351 #: config/i386/xm-djgpp.h:77
4352 #, c-format
4353 msgid "Environment variable DJGPP points to missing file '%s'."
4354 msgstr ""
4355
4356 #: config/i386/xm-djgpp.h:80
4357 #, c-format
4358 msgid "Environment variable DJGPP points to corrupt file '%s'."
4359 msgstr ""
4360
4361 #. Macro to define tables used to set the flags.
4362 #. This is a list in braces of pairs in braces,
4363 #. each pair being { "NAME", VALUE }
4364 #. where VALUE is the bits to set or minus the bits to clear.
4365 #. An empty string NAME is used to identify the default VALUE.
4366 #: config/i860/i860.h:56 config/i860/paragon.h:28
4367 msgid "Generate code which uses the FPU"
4368 msgstr ""
4369
4370 #: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
4371 #: config/i860/paragon.h:30 config/i860/paragon.h:31
4372 msgid "Do not generate code which uses the FPU"
4373 msgstr ""
4374
4375 #: config/i960/i960.c:124
4376 msgid "sorry, not implemented: #pragma align NAME=SIZE"
4377 msgstr ""
4378
4379 #: config/i960/i960.c:129
4380 msgid "malformed #pragma align - ignored"
4381 msgstr ""
4382
4383 #: config/i960/i960.c:167
4384 msgid "sorry, not implemented: #pragma noalign NAME"
4385 msgstr ""
4386
4387 #: config/i960/i960.c:1515 config/m68k/m68k.c:406 config/rs6000/rs6000.c:5410
4388 msgid "stack limit expression is not supported"
4389 msgstr ""
4390
4391 #. Macro to define tables used to set the flags.
4392 #. This is a list in braces of pairs in braces,
4393 #. each pair being { "NAME", VALUE }
4394 #. where VALUE is the bits to set or minus the bits to clear.
4395 #. An empty string NAME is used to identify the default VALUE.
4396 #. ??? Not all ten of these architecture variations actually exist, but I
4397 #. am not sure which are real and which aren't.
4398 #: config/i960/i960.h:241
4399 msgid "Generate SA code"
4400 msgstr ""
4401
4402 #: config/i960/i960.h:244
4403 msgid "Generate SB code"
4404 msgstr ""
4405
4406 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
4407 #: config/i960/i960.h:249
4408 msgid "Generate KA code"
4409 msgstr ""
4410
4411 #: config/i960/i960.h:252
4412 msgid "Generate KB code"
4413 msgstr ""
4414
4415 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
4416 #: config/i960/i960.h:257
4417 msgid "Generate JA code"
4418 msgstr ""
4419
4420 #: config/i960/i960.h:259
4421 msgid "Generate JD code"
4422 msgstr ""
4423
4424 #: config/i960/i960.h:262
4425 msgid "Generate JF code"
4426 msgstr ""
4427
4428 #: config/i960/i960.h:264
4429 msgid "generate RP code"
4430 msgstr ""
4431
4432 #: config/i960/i960.h:267
4433 msgid "Generate MC code"
4434 msgstr ""
4435
4436 #: config/i960/i960.h:270
4437 msgid "Generate CA code"
4438 msgstr ""
4439
4440 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES|                                           TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN),       N_("Generate CB code")},                                                  {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                         TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT|                        TARGET_FLAG_CODE_ALIGN),                               N_("Generate CC code")},
4441 #: config/i960/i960.h:280
4442 msgid "Generate CF code"
4443 msgstr ""
4444
4445 #: config/i960/i960.h:286
4446 msgid "Use alternate leaf function entries"
4447 msgstr ""
4448
4449 #: config/i960/i960.h:288
4450 msgid "Do not use alternate leaf function entries"
4451 msgstr ""
4452
4453 #: config/i960/i960.h:290
4454 msgid "Perform tail call optimization"
4455 msgstr ""
4456
4457 #: config/i960/i960.h:292
4458 msgid "Do not perform tail call optimization"
4459 msgstr ""
4460
4461 #: config/i960/i960.h:294
4462 msgid "Use complex addressing modes"
4463 msgstr ""
4464
4465 #: config/i960/i960.h:296
4466 msgid "Do not use complex addressing modes"
4467 msgstr ""
4468
4469 #: config/i960/i960.h:298
4470 msgid "Align code to 8 byte boundary"
4471 msgstr ""
4472
4473 #: config/i960/i960.h:300
4474 msgid "Do not align code to 8 byte boundary"
4475 msgstr ""
4476
4477 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE),                              N_("Force use of prototypes")},                                      {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE),                         N_("Do not force use of prototypes")},
4478 #: config/i960/i960.h:306 config/i960/i960.h:308
4479 msgid "Enable compatibility with iC960 v2.0"
4480 msgstr ""
4481
4482 #: config/i960/i960.h:310
4483 msgid "Enable compatibility with iC960 v3.0"
4484 msgstr ""
4485
4486 #: config/i960/i960.h:312 config/i960/i960.h:314
4487 msgid "Enable compatibility with ic960 assembler"
4488 msgstr ""
4489
4490 #: config/i960/i960.h:316
4491 msgid "Do not permit unaligned accesses"
4492 msgstr ""
4493
4494 #: config/i960/i960.h:318
4495 msgid "Permit unaligned accesses"
4496 msgstr ""
4497
4498 #: config/i960/i960.h:320
4499 msgid "Layout types like Intel's v1.3 gcc"
4500 msgstr ""
4501
4502 #: config/i960/i960.h:322
4503 msgid "Do not layout types like Intel's v1.3 gcc"
4504 msgstr ""
4505
4506 #: config/i960/i960.h:324 config/rs6000/sysv4.h:132 config/sparc/linux.h:92
4507 #: config/sparc/linux64.h:148
4508 msgid "Use 64 bit long doubles"
4509 msgstr ""
4510
4511 #: config/i960/i960.h:326
4512 msgid "Enable linker relaxation"
4513 msgstr ""
4514
4515 #: config/i960/i960.h:328
4516 msgid "Do not enable linker relaxation"
4517 msgstr ""
4518
4519 #. Override conflicting target switch options.
4520 #. Doesn't actually detect if more than one -mARCH option is given, but
4521 #. does handle the case of two blatantly conflicting -mARCH options.
4522 #: config/i960/i960.h:343 config/i960/i960.h:353
4523 msgid "conflicting architectures defined - using C series"
4524 msgstr ""
4525
4526 #: config/i960/i960.h:348
4527 msgid "conflicting architectures defined - using K series"
4528 msgstr ""
4529
4530 #: config/i960/i960.h:363
4531 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
4532 msgstr ""
4533
4534 #. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
4535 #: config/i960/i960.h:374
4536 msgid "The -mlong-double-64 option does not work yet."
4537 msgstr ""
4538
4539 #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
4540 msgid "-msystem-v and -p are incompatible"
4541 msgstr ""
4542
4543 #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
4544 msgid "-msystem-v and -mthreads are incompatible"
4545 msgstr ""
4546
4547 #: config/m32r/m32r.c:84
4548 #, c-format
4549 msgid "bad value (%s) for -mmodel switch"
4550 msgstr ""
4551
4552 #: config/m32r/m32r.c:93
4553 #, c-format
4554 msgid "bad value (%s) for -msdata switch"
4555 msgstr ""
4556
4557 #: config/m32r/m32r.c:381
4558 msgid "const objects cannot go in .sdata/.sbss"
4559 msgstr ""
4560
4561 #: config/m32r/m32r.c:2188
4562 #, c-format
4563 msgid "invalid operand to %s code"
4564 msgstr ""
4565
4566 #: config/m32r/m32r.c:2195
4567 #, c-format
4568 msgid "invalid operand to %p code"
4569 msgstr ""
4570
4571 #: config/m32r/m32r.c:2303
4572 msgid "invalid operand to %T/%B code"
4573 msgstr ""
4574
4575 #: config/m32r/m32r.c:2326
4576 msgid "invalid operand to %N code"
4577 msgstr ""
4578
4579 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
4580 #: config/m32r/m32r.h:185
4581 msgid "Display compile time statistics"
4582 msgstr ""
4583
4584 #: config/m32r/m32r.h:187
4585 msgid "Align all loops to 32 byte boundary"
4586 msgstr ""
4587
4588 #: config/m32r/m32r.h:190
4589 msgid "Only issue one instruction per cycle"
4590 msgstr ""
4591
4592 #: config/m32r/m32r.h:193
4593 msgid "Prefer branches over conditional execution"
4594 msgstr ""
4595
4596 #: config/m32r/m32r.h:209
4597 msgid "Code size: small, medium or large"
4598 msgstr ""
4599
4600 #: config/m32r/m32r.h:211
4601 msgid "Small data area: none, sdata, use"
4602 msgstr ""
4603
4604 #: config/m68k/m68k.c:101
4605 #, c-format
4606 msgid "-malign-loops=%d is not between 1 and %d"
4607 msgstr ""
4608
4609 #: config/m68k/m68k.c:112
4610 #, c-format
4611 msgid "-malign-jumps=%d is not between 1 and %d"
4612 msgstr ""
4613
4614 #: config/m68k/m68k.c:123
4615 #, c-format
4616 msgid "-malign-functions=%d is not between 1 and %d"
4617 msgstr ""
4618
4619 #. Sometimes certain combinations of command options do not make
4620 #. sense on a particular target machine.  You can define a macro
4621 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
4622 #. defined, is executed once just after all the command options have
4623 #. been parsed.
4624 #.
4625 #. Don't use this macro to turn on various extra optimizations for
4626 #. `-O'.  That is what `OPTIMIZATION_OPTIONS' is for.
4627 #: config/m68k/m68k.h:237 config/m68k/m68kv4.h:312
4628 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
4629 msgstr ""
4630
4631 #: config/m88k/m88k.c:861
4632 #, c-format
4633 msgid "Internal gcc monitor: short-branch(%x)"
4634 msgstr ""
4635
4636 #: config/m88k/m88k.c:2268
4637 msgid "Internal gcc error: Can't express symbolic location"
4638 msgstr ""
4639
4640 #: config/m88k/m88k.c:2549
4641 #, c-format
4642 msgid "argument #%d is a structure"
4643 msgstr ""
4644
4645 #: config/m88k/m88k.c:2864
4646 msgid "%R not followed by %B/C/D/E"
4647 msgstr ""
4648
4649 #: config/m88k/m88k.c:2932
4650 #, c-format
4651 msgid "invalid %x/X value"
4652 msgstr ""
4653
4654 #: config/m88k/m88k.c:2937
4655 msgid "invalid %H value"
4656 msgstr ""
4657
4658 #: config/m88k/m88k.c:2943
4659 msgid "invalid %h value"
4660 msgstr ""
4661
4662 #: config/m88k/m88k.c:2949
4663 msgid "invalid %Q value"
4664 msgstr ""
4665
4666 #: config/m88k/m88k.c:2955
4667 msgid "invalid %q value"
4668 msgstr ""
4669
4670 #: config/m88k/m88k.c:2961
4671 #, c-format
4672 msgid "invalid %o value"
4673 msgstr ""
4674
4675 #: config/m88k/m88k.c:2968
4676 #, c-format
4677 msgid "invalid %p value"
4678 msgstr ""
4679
4680 #: config/m88k/m88k.c:2981 config/m88k/m88k.c:2986
4681 #, c-format
4682 msgid "invalid %s/S value"
4683 msgstr ""
4684
4685 #: config/m88k/m88k.c:2997
4686 msgid "invalid %P operand"
4687 msgstr ""
4688
4689 #: config/m88k/m88k.c:3028
4690 msgid "invalid %B value"
4691 msgstr ""
4692
4693 #: config/m88k/m88k.c:3045
4694 msgid "invalid %C value"
4695 msgstr ""
4696
4697 #: config/m88k/m88k.c:3058
4698 msgid "invalid %D value"
4699 msgstr ""
4700
4701 #: config/m88k/m88k.c:3066
4702 #, c-format
4703 msgid "invalid %E value"
4704 msgstr ""
4705
4706 #: config/m88k/m88k.c:3071
4707 #, c-format
4708 msgid "`%d' operand isn't a register"
4709 msgstr ""
4710
4711 #: config/m88k/m88k.c:3082
4712 msgid "invalid %r value"
4713 msgstr ""
4714
4715 #: config/m88k/m88k.c:3089
4716 msgid "operand is r0"
4717 msgstr ""
4718
4719 #: config/m88k/m88k.c:3103
4720 msgid "operand is const_double"
4721 msgstr ""
4722
4723 #: config/m88k/m88k.c:3122
4724 msgid "invalid code"
4725 msgstr ""
4726
4727 #. Do any checking or such that is needed after processing the -m switches.
4728 #: config/m88k/m88k.h:277
4729 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
4730 msgstr ""
4731
4732 #: config/m88k/m88k.h:299
4733 #, c-format
4734 msgid "Invalid option `-mshort-data-%s'"
4735 msgstr ""
4736
4737 #: config/m88k/m88k.h:304
4738 #, c-format
4739 msgid "-mshort-data-%s is too large "
4740 msgstr ""
4741
4742 #: config/m88k/m88k.h:306
4743 #, c-format
4744 msgid "-mshort-data-%s and PIC are incompatible"
4745 msgstr ""
4746
4747 #: config/mips/mips.c:4667
4748 #, c-format
4749 msgid "-mips%d not supported"
4750 msgstr ""
4751
4752 #: config/mips/mips.c:4674
4753 #, c-format
4754 msgid "bad value (%s) for -mips switch"
4755 msgstr ""
4756
4757 #: config/mips/mips.c:4693
4758 #, c-format
4759 msgid "bad value (%s) for -mabi= switch"
4760 msgstr ""
4761
4762 #: config/mips/mips.c:4723
4763 #, c-format
4764 msgid "-mabi=%s does not support -mips%d"
4765 msgstr ""
4766
4767 #: config/mips/mips.c:4740
4768 msgid "The -mabi=32 support does not work yet."
4769 msgstr ""
4770
4771 #: config/mips/mips.c:4744
4772 msgid "This target does not support the -mabi switch."
4773 msgstr ""
4774
4775 #: config/mips/mips.c:4878
4776 #, c-format
4777 msgid "-mcpu=%s does not support -mips%d"
4778 msgstr ""
4779
4780 #: config/mips/mips.c:4884
4781 #, c-format
4782 msgid "-mips%d does not support 64 bit fp registers"
4783 msgstr ""
4784
4785 #: config/mips/mips.c:4887
4786 #, c-format
4787 msgid "-mips%d does not support 64 bit gp registers"
4788 msgstr ""
4789
4790 #: config/mips/mips.c:4906
4791 msgid "-G is incompatible with PIC code which is the default"
4792 msgstr ""
4793
4794 #: config/mips/mips.c:4922
4795 msgid "-membedded-pic and -mabicalls are incompatible"
4796 msgstr ""
4797
4798 #: config/mips/mips.c:4925
4799 msgid "-G and -membedded-pic are incompatible"
4800 msgstr ""
4801
4802 #: config/mips/mips.c:4977
4803 #, c-format
4804 msgid "Invalid option `entry%s'"
4805 msgstr ""
4806
4807 #: config/mips/mips.c:4980
4808 msgid "-mentry is only meaningful with -mips-16"
4809 msgstr ""
4810
4811 #: config/mips/mips.c:5313
4812 msgid "internal error: %%) found without a %%( in assembler pattern"
4813 msgstr ""
4814
4815 #: config/mips/mips.c:5327
4816 msgid "internal error: %%] found without a %%[ in assembler pattern"
4817 msgstr ""
4818
4819 #: config/mips/mips.c:5340
4820 msgid "internal error: %%> found without a %%< in assembler pattern"
4821 msgstr ""
4822
4823 #: config/mips/mips.c:5353
4824 msgid "internal error: %%} found without a %%{ in assembler pattern"
4825 msgstr ""
4826
4827 #: config/mips/mips.c:5367
4828 #, c-format
4829 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
4830 msgstr ""
4831
4832 #: config/mips/mips.c:5376
4833 msgid "PRINT_OPERAND null pointer"
4834 msgstr ""
4835
4836 #: config/mips/mips.c:5504
4837 #, c-format
4838 msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
4839 msgstr ""
4840
4841 #: config/mips/mips.c:5548
4842 msgid "PRINT_OPERAND_ADDRESS, null pointer"
4843 msgstr ""
4844
4845 #: config/mips/mips.c:5803
4846 msgid ""
4847 "MIPS ECOFF format does not allow changing filenames within functions with "
4848 "#line"
4849 msgstr ""
4850
4851 #: config/mips/mips.c:6366
4852 #, c-format
4853 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
4854 msgstr ""
4855
4856 #: config/mips/mips.c:6583
4857 #, c-format
4858 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
4859 msgstr ""
4860
4861 #: config/mips/mips.c:8631
4862 #, c-format
4863 msgid "can not handle inconsistent calls to `%s'"
4864 msgstr ""
4865
4866 #. Macro to define tables used to set the flags.
4867 #. This is a list in braces of pairs in braces,
4868 #. each pair being { "NAME", VALUE }
4869 #. where VALUE is the bits to set or minus the bits to clear.
4870 #. An empty string NAME is used to identify the default VALUE.
4871 #: config/mips/mips.h:335 config/mn10300/mn10300.h:62
4872 msgid "No default crt0.o"
4873 msgstr ""
4874
4875 #: config/mips/mips.h:337
4876 msgid "Use 64-bit int type"
4877 msgstr ""
4878
4879 #: config/mips/mips.h:339
4880 msgid "Use 64-bit long type"
4881 msgstr ""
4882
4883 #: config/mips/mips.h:341
4884 msgid "Use 32-bit long type"
4885 msgstr ""
4886
4887 #: config/mips/mips.h:343
4888 msgid "Optimize lui/addiu address loads"
4889 msgstr ""
4890
4891 #: config/mips/mips.h:345
4892 msgid "Don't optimize lui/addiu address loads"
4893 msgstr ""
4894
4895 #: config/mips/mips.h:347
4896 msgid "Use MIPS as"
4897 msgstr ""
4898
4899 #: config/mips/mips.h:349
4900 msgid "Use GNU as"
4901 msgstr ""
4902
4903 #: config/mips/mips.h:351
4904 msgid "Use symbolic register names"
4905 msgstr ""
4906
4907 #: config/mips/mips.h:353
4908 msgid "Don't use symbolic register names"
4909 msgstr ""
4910
4911 #: config/mips/mips.h:355 config/mips/mips.h:357
4912 msgid "Use GP relative sdata/sbss sections"
4913 msgstr ""
4914
4915 #: config/mips/mips.h:359 config/mips/mips.h:361
4916 msgid "Don't use GP relative sdata/sbss sections"
4917 msgstr ""
4918
4919 #: config/mips/mips.h:363
4920 msgid "Output compiler statistics"
4921 msgstr ""
4922
4923 #: config/mips/mips.h:365