1 # Swedish translation for the GNU CC.
2 # Copyright (C) 2000 Free Software Foundation, Inc.
3 # Dennis Björklund <db@zigo.dhs.org>, 2000.
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"
13 "Content-Type: text/plain; charset=iso-8859-1\n"
14 "Content-Transfer-Encoding: 8-bit\n"
17 msgid "offset outside bounds of constant string"
18 msgstr "index till en konstant sträng pekar utanför dess gränser"
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.
28 msgid "__builtin_saveregs not supported by this target"
29 msgstr "__builtin_saveregs stöds inte på denna målarkitektur"
32 msgid "argument of `__builtin_args_info' must be constant"
33 msgstr "argumentet till \"__builtin_args_info\" måste vara konstant"
36 msgid "argument of `__builtin_args_info' out of range"
37 msgstr "argument till \"__builtin_args_info\" är utanför sitt intervall"
40 msgid "missing argument in `__builtin_args_info'"
41 msgstr "argument saknas till \"__builtin_args_info\""
44 msgid "`va_start' used in function with fixed args"
45 msgstr "\"va_start\" används i en funktion med fixt antal parametrar"
48 msgid "second parameter of `va_start' not last named argument"
50 "andra parametern till \"va_start\" var inte det sista namngivna argumentet"
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.
55 msgid "`__builtin_next_arg' called without an argument"
56 msgstr "\"__builtin_next_arg\" anropad utan argument"
59 msgid "too many arguments to function `va_start'"
60 msgstr "För många argument till funktionen \"va_start\""
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\""
68 msgid "`%s' is promoted to `%s' when passed through `...'"
69 msgstr "\"%s\" konverteras till \"%s\" när det skickas via \"...\""
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\")"
77 msgid "invalid arg to `__builtin_frame_address'"
78 msgstr "ogiltigt argument till \"__builtin_frame_address\""
81 msgid "invalid arg to `__builtin_return_address'"
82 msgstr "ogiltigt argument till \"__builtin_return_address\""
85 msgid "unsupported arg to `__builtin_frame_address'"
86 msgstr "Icke supportat argument till \"__builtin_frame_address\""
89 msgid "unsupported arg to `__builtin_return_address'"
90 msgstr "Icke supportat argument till \"__builtin_return_address\""
93 msgid "second arg to `__builtin_expect' must be a constant"
94 msgstr "andra argumentet till \"__builtin_expect\" måste vara en konstant"
97 msgid "__builtin_longjmp second argument must be 1"
98 msgstr "andra argumentet till __builtin_longjmp måste vara 1"
101 msgid "__builtin_trap not supported by this target"
102 msgstr "__builtin_trap stöds inte på denna målarkitektur"
104 #. just do library call, if unknown builtin
107 msgid "built-in function `%s' not currently supported"
108 msgstr "inbyggd funktion \"%s\" stöds inte för närvarande"
113 "string length `%d' is greater than the minimum length `%d' ISO C%d is "
114 "required to support"
116 "stränglängden \"%d\" är större än den minsta längden \"%d\" som ISO C%d "
121 msgid "`%s' attribute directive ignored"
122 msgstr "attributet \"%s\" ignorerat"
126 msgid "`%s' attribute does not apply to types"
127 msgstr "attributet \"%s\" är inte applicerbart på typer"
131 msgid "wrong number of arguments specified for `%s' attribute"
132 msgstr "fel antal argument angett för attributet `%s'"
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
138 msgid "`%s' attribute ignored"
139 msgstr "attributet `%s' ignorerat"
143 msgid "unknown machine mode `%s'"
144 msgstr "okänt maskinläge `%s'"
148 msgid "no data type for mode `%s'"
149 msgstr "ingen datatyp för läge `%s'"
152 msgid "section attribute cannot be specified for local variables"
157 msgid "section of `%s' conflicts with previous declaration"
162 msgid "section attribute not allowed for `%s'"
166 msgid "section attributes are not supported for this target"
170 msgid "requested alignment is not a constant"
171 msgstr "efterfrågad minnesjustering är inte konstant"
174 msgid "requested alignment is not a power of 2"
175 msgstr "efterrågad minnesjustering är inte en potens av 2"
178 msgid "requested alignment is too large"
179 msgstr "efterfrågad minnesjustering är för stor"
183 msgid "alignment may not be specified for `%s'"
184 msgstr "minnesjustering kan inte anges för \"%s\""
186 #: c-common.c:843 c-common.c:949
188 msgid "argument format specified for non-function `%s'"
192 msgid "unrecognized format specifier"
197 msgid "`%s' is an unrecognized format function type"
200 #: c-common.c:887 c-common.c:963
201 msgid "format string has invalid operand number"
205 msgid "format string arg follows the args to be formatted"
208 #: c-common.c:914 c-common.c:984
209 msgid "format string arg not a string type"
213 msgid "args to be formatted is not '...'"
217 msgid "function does not return string type"
222 msgid "`%s' defined both normally and as an alias"
226 msgid "alias arg not a string"
229 #: c-common.c:1040 c-common.c:1057 c-common.c:1074
231 msgid "`%s' attribute applies only to functions"
234 #: c-common.c:1046 c-common.c:1063 c-common.c:1080
236 msgid "can't set `%s' attribute after definition"
240 msgid "too few arguments for format"
243 #: c-common.c:1730 c-common.c:1751
244 msgid "missing $ operand number in format"
248 msgid "ISO C does not support %%n$ operand number formats"
252 msgid "operand number out of range in format"
257 msgid "format argument %d unused before used argument %d in $-style format"
261 msgid "unused arguments in $-style format"
265 msgid "null format string"
268 #: c-common.c:1923 c-common.c:1935
269 msgid "format not a string literal, argument types not checked"
273 msgid "zero-length format string"
277 msgid "unterminated format string"
281 msgid "embedded `\\0' in format"
285 msgid "too many arguments for format"
289 msgid "spurious trailing `%%' in format"
293 msgid "zero width in scanf format"
298 msgid "ISO C does not support the strftime `%c' flag"
301 #: c-common.c:2030 c-common.c:2083
303 msgid "repeated `%c' flag in format"
307 msgid "ISO C does not support strftime format width"
311 msgid "multiple E/O modifiers in format"
315 msgid "use of both ` ' and `+' flags in format"
319 msgid "use of both `0' and `-' flags in format"
323 msgid "ISO C does not support the `'' format flag"
327 msgid "ISO C does not support the `I' format flag"
332 msgid "field width is not type int (arg %d)"
337 msgid "field precision is not type int (arg %d)"
342 msgid "ISO C does not support the `%s' %s length modifier"
347 msgid "ISO C89 does not support the `%s' %s length modifier"
352 msgid "use of `*' and `%s' together in format"
356 msgid "conversion lacks type at end of format"
361 msgid "unknown conversion type character `%c' in format"
366 msgid "unknown conversion type character 0x%x in format"
370 msgid "ISO C does not support the `%%%c' %s format"
374 msgid "ISO C89 does not support the `%%%c' %s format"
378 msgid "ISO C does not support `%%O%c'"
382 msgid "ISO C89 does not support `%%O%c'"
386 msgid "ISO C89 does not support `%%E%c'"
391 msgid "width used with `%c' format"
395 msgid "`%%%c' yields only last 2 digits of year in some locales"
399 msgid "`%%%c' yields only last 2 digits of year"
404 msgid "precision used with `%c' format"
409 msgid "`a' flag used with `%c' format"
413 msgid "ISO C does not support the `a' flag"
416 #. The end of the format string was reached.
418 msgid "no closing `]' for `%%[' format"
423 msgid "suppression of `%c' conversion in format"
428 msgid "flag `%c' used with type `%c'"
433 msgid "`0' flag ignored with precision specifier and `%c' format"
438 msgid "use of `%s' length modifier with `%c' type character"
442 msgid "ISO C does not support the `%%%s%c' %s format"
446 msgid "ISO C89 does not support the `%%%s%c' %s format"
451 msgid "writing into constant object (arg %d)"
456 msgid "extra type qualifiers in format argument (arg %d)"
461 msgid "format argument is not a pointer (arg %d)"
466 msgid "format argument is not a pointer to a pointer (arg %d)"
471 msgid "%s format, %s arg (arg %d)"
475 msgid "overflow in constant expression"
479 msgid "integer overflow in expression"
483 msgid "floating point overflow in expression"
486 #. This detects cases like converting -129 or 256 to unsigned char.
488 msgid "large integer implicitly truncated to unsigned type"
492 msgid "negative integer implicitly converted to unsigned type"
496 msgid "overflow in implicit constant conversion"
500 msgid "expression statement has incomplete type"
504 msgid "case label does not reduce to an integer constant"
508 msgid "invalid truth-value expression"
513 msgid "invalid operands to binary %s"
516 #: c-common.c:3253 c-common.c:3262
517 msgid "comparison is always false due to limited range of data type"
520 #: c-common.c:3255 c-common.c:3264
521 msgid "comparison is always true due to limited range of data type"
525 msgid "comparison of unsigned expression >= 0 is always true"
529 msgid "comparison of unsigned expression < 0 is always false"
533 msgid "struct type value used where scalar is required"
537 msgid "union type value used where scalar is required"
541 msgid "array type value used where scalar is required"
545 msgid "suggest parentheses around assignment used as truth value"
548 #: c-common.c:3638 c-common.c:3670
549 msgid "invalid use of `restrict'"
550 msgstr "ogiltigt användande av \"restrict\""
552 #: c-common.c:4372 c-typeck.c:1741
554 msgid "too few arguments to function `%s'"
555 msgstr "för få argument till funktionen \"%s\""
557 #: c-common.c:4378 c-typeck.c:1600
559 msgid "too many arguments to function `%s'"
560 msgstr "för många argument till funktionen \"%s\""
562 #: c-convert.c:78 c-typeck.c:940 c-typeck.c:4037 cp/typeck.c:1729
564 msgid "void value not ignored as it ought to be"
568 msgid "conversion to non-scalar type requested"
573 msgid "unknown C standard `%s'"
574 msgstr "okänd C-standard \"%s\""
578 msgid "array `%s' assumed to have one element"
583 msgid "`struct %s' incomplete in scope ending here"
588 msgid "`union %s' incomplete in scope ending here"
593 msgid "`enum %s' incomplete in scope ending here"
596 #: c-decl.c:1171 c-decl.c:1331
598 msgid "label `%s' used but not defined"
601 #: c-decl.c:1177 c-decl.c:1338
603 msgid "label `%s' defined but not used"
606 #: c-decl.c:1460 c-decl.c:1513
608 msgid "shadowing built-in function `%s'"
613 msgid "shadowing library function `%s'"
618 msgid "library function `%s' declared as non-function"
621 #: c-decl.c:1472 c-decl.c:1475
623 msgid "built-in function `%s' declared as non-function"
626 #: c-decl.c:1479 objc/objc-act.c:2490 objc/objc-act.c:6161
628 msgid "`%s' redeclared as different kind of symbol"
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
634 msgid "previous declaration of `%s'"
637 #. If types don't match for a built-in, throw away the built-in.
640 msgid "conflicting types for built-in function `%s'"
643 #: c-decl.c:1605 c-decl.c:1624
645 msgid "conflicting types for `%s'"
650 "A parameter list with an ellipsis can't match an empty parameter name list "
656 "An argument type that has a default promotion can't match an empty parameter "
657 "name list declaration."
660 #: c-decl.c:1668 c-decl.c:1690
662 msgid "redefinition of `%s'"
667 msgid "redeclaration of `%s'"
672 msgid "conflicting declarations of `%s'"
675 #: c-decl.c:1683 c-decl.c:1695
677 msgid "`%s' previously defined here"
680 #: c-decl.c:1684 c-decl.c:1696
682 msgid "`%s' previously declared here"
687 msgid "prototype for `%s' follows"
690 #: c-decl.c:1718 c-decl.c:1726 c-decl.c:1742
691 msgid "non-prototype definition here"
696 msgid "prototype for `%s' follows and number of arguments doesn't match"
701 msgid "prototype for `%s' follows and argument %d doesn't match"
706 msgid "`%s' declared inline after being called"
711 msgid "`%s' declared inline after its definition"
716 msgid "static declaration for `%s' follows non-static"
721 msgid "non-static declaration for `%s' follows static"
726 msgid "const declaration for `%s' follows non-const"
731 msgid "type qualifiers for `%s' conflict with previous decl"
736 msgid "redundant redeclaration of `%s' in same scope"
741 msgid "nested extern declaration of `%s'"
746 msgid "`%s' used prior to declaration"
749 #: c-decl.c:2120 c-decl.c:2335
751 msgid "`%s' was declared implicitly `extern' and later `static'"
755 msgid "type mismatch with previous external decl"
760 msgid "previous external decl of `%s'"
764 msgid "type mismatch with previous implicit declaration"
769 msgid "previous implicit declaration of `%s'"
774 msgid "type of external `%s' is not global"
779 msgid "`%s' was previously implicitly declared to return `int'"
784 msgid "`%s' was declared `extern' and later `static'"
789 msgid "extern declaration of `%s' doesn't match global one"
794 msgid "`%s' locally external but globally static"
797 #: c-decl.c:2438 c-decl.c:2463 cp/decl.c:4231
799 msgid "declaration of `%s' shadows a parameter"
804 msgid "declaration of `%s' shadows a symbol from the parameter list"
807 #: c-decl.c:2465 cp/decl.c:4239
809 msgid "declaration of `%s' shadows previous local"
812 #. XXX shadow warnings in outer-more namespaces
813 #: c-decl.c:2468 cp/decl.c:4243
815 msgid "declaration of `%s' shadows global declaration"
820 msgid "function `%s' was previously declared within a block"
823 #: c-decl.c:2575 c-decl.c:2577
825 msgid "implicit declaration of function `%s'"
830 msgid "label %s referenced outside of any function"
835 msgid "duplicate label declaration `%s'"
839 msgid "this is a previous declaration"
843 msgid "unnamed struct/union that defines no instances"
847 msgid "useless keyword or type name in empty declaration"
851 msgid "two types specified in one empty declaration"
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"
862 msgid "`%s' is usually a function"
863 msgstr "\"%s\" är vanligtvis en funktion"
867 msgid "typedef `%s' is initialized"
872 msgid "function `%s' is initialized like a variable"
875 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
878 msgid "parameter `%s' is initialized"
881 #: c-decl.c:3488 c-typeck.c:4758
882 msgid "variable-sized object may not be initialized"
887 msgid "variable `%s' has initializer but incomplete type"
892 msgid "elements of array `%s' have incomplete type"
897 msgid "declaration of `%s' has `extern' and is initialized"
902 msgid "initializer fails to determine size of `%s'"
907 msgid "array size missing in `%s'"
912 msgid "zero or negative size array `%s'"
917 msgid "storage size of `%s' isn't known"
922 msgid "storage size of `%s' isn't constant"
927 msgid "ANSI C forbids parameter `%s' shadowing typedef"
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"
935 msgid "ISO C89 does not support `long long'"
936 msgstr "ISO C89 stödjer inte \"long long\"'"
938 #: c-decl.c:4025 cp/decl.c:10235
940 msgid "duplicate `%s'"
943 #: c-decl.c:4031 cp/decl.c:10255
945 msgid "two or more data types in declaration of `%s'"
948 #: c-decl.c:4046 cp/decl.c:10260
950 msgid "`%s' fails to be a typedef or built in type"
955 msgid "both long and short specified for `%s'"
958 #: c-decl.c:4116 cp/decl.c:10360
960 msgid "long or short specified with char for `%s'"
963 #: c-decl.c:4123 cp/decl.c:10364
965 msgid "long or short specified with floating type for `%s'"
969 msgid "the only valid combination is `long double'"
970 msgstr "den enda giltiga kombinationen är \"long double\""
974 msgid "both signed and unsigned specified for `%s'"
975 msgstr "både signed och unsigned specificerat för \"%s\""
977 #: c-decl.c:4134 cp/decl.c:10353
979 msgid "long, short, signed or unsigned invalid for `%s'"
982 #: c-decl.c:4140 cp/decl.c:10373
984 msgid "long, short, signed or unsigned used invalidly for `%s'"
987 #: c-decl.c:4159 cp/decl.c:10394
989 msgid "complex invalid for `%s'"
992 #: c-decl.c:4235 c-decl.c:4591 cp/decl.c:10993
993 msgid "duplicate `const'"
996 #: c-decl.c:4237 c-decl.c:4595 cp/decl.c:10997
997 msgid "duplicate `restrict'"
1000 #: c-decl.c:4239 c-decl.c:4593 cp/decl.c:10995
1001 msgid "duplicate `volatile'"
1004 #: c-decl.c:4261 cp/decl.c:10543
1006 msgid "multiple storage classes in declaration of `%s'"
1010 msgid "function definition declared `auto'"
1014 msgid "function definition declared `register'"
1018 msgid "function definition declared `typedef'"
1023 msgid "storage class specified for structure field `%s'"
1026 #: c-decl.c:4291 cp/decl.c:10590
1028 msgid "storage class specified for parameter `%s'"
1031 #: c-decl.c:4294 cp/decl.c:10592
1032 msgid "storage class specified for typename"
1035 #: c-decl.c:4306 cp/decl.c:10606
1037 msgid "`%s' initialized and declared `extern'"
1040 #: c-decl.c:4308 cp/decl.c:10609
1042 msgid "`%s' has both `extern' and initializer"
1045 #: c-decl.c:4312 cp/decl.c:10613
1047 msgid "nested function `%s' declared `extern'"
1050 #: c-decl.c:4315 cp/decl.c:10617
1052 msgid "top-level declaration of `%s' specifies `auto'"
1057 msgid "declaration of `%s' as array of voids"
1062 msgid "declaration of `%s' as array of functions"
1067 msgid "size of array `%s' has non-integer type"
1072 msgid "ISO C forbids zero-size array `%s'"
1077 msgid "size of array `%s' is negative"
1082 msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
1087 msgid "ISO C89 forbids variable-size array `%s'"
1090 #: c-decl.c:4431 c-decl.c:4616
1092 msgid "size of array `%s' is too large"
1093 msgstr "fältet \"%s\" är för stort"
1096 msgid "array type has incomplete element type"
1100 msgid "ANSI C forbids const or volatile function types"
1103 #: c-decl.c:4495 cp/decl.c:10753
1105 msgid "`%s' declared as function returning a function"
1108 #: c-decl.c:4500 cp/decl.c:10758
1110 msgid "`%s' declared as function returning an array"
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"
1117 #: c-decl.c:4589 cp/decl.c:10989
1118 msgid "invalid type modifier within pointer declarator"
1122 msgid "ISO C forbids const or volatile function types"
1125 #: c-decl.c:4680 cp/decl.c:11476
1127 msgid "variable or field `%s' declared void"
1132 msgid "field `%s' declared as a function"
1137 msgid "field `%s' has incomplete type"
1140 #: c-decl.c:4783 c-decl.c:4785 c-decl.c:4792
1142 msgid "invalid storage class for function `%s'"
1146 msgid "ISO C forbids qualified void function return type"
1150 msgid "`noreturn' function returns non-void value"
1154 msgid "cannot inline function `main'"
1159 msgid "variable `%s' declared `inline'"
1162 #: c-decl.c:4924 c-decl.c:5878
1163 msgid "function declaration isn't a prototype"
1166 #: c-decl.c:4930 cp/decl.c:12167
1167 msgid "parameter names (without types) in function declaration"
1170 #: c-decl.c:4960 c-decl.c:6263 c-decl.c:6552 cp/decl.c:11986
1172 msgid "parameter `%s' has incomplete type"
1175 #: c-decl.c:4963 cp/decl.c:11989
1176 msgid "parameter has incomplete type"
1181 msgid "parameter `%s' points to incomplete type"
1185 msgid "parameter points to incomplete type"
1190 msgid "parameter `%s' has just a forward declaration"
1194 msgid "`void' in parameter list must be the entire list"
1199 msgid "`%s %s' declared inside parameter list"
1203 msgid "anonymous struct declared inside parameter list"
1207 msgid "anonymous union declared inside parameter list"
1211 msgid "anonymous enum declared inside parameter list"
1216 "its scope is only this definition or declaration, which is probably not what "
1221 msgid "ISO C forbids forward references to `enum' types"
1226 msgid "redefinition of `%s %s'"
1229 #: c-decl.c:5280 c-decl.c:5283
1231 msgid "%s defined inside parms"
1234 #: c-decl.c:5281 c-decl.c:5284 c-decl.c:5295
1238 #: c-decl.c:5281 c-decl.c:5284
1244 msgid "%s has no %s"
1252 msgid "named members"
1261 msgid "nested redefinition of `%s'"
1266 msgid "bit-field `%s' width not an integer constant"
1271 msgid "bit-field `%s' has invalid type"
1276 msgid "bit-field `%s' type invalid in ISO C"
1281 msgid "negative width in bit-field `%s'"
1286 msgid "width of `%s' exceeds its type"
1291 msgid "zero width for bit-field `%s'"
1296 msgid "`%s' is narrower than values of its type"
1301 msgid "duplicate member `%s'"
1305 msgid "union cannot be made transparent"
1308 #. This enum is a named one that has been declared already.
1311 msgid "redeclaration of `enum %s'"
1315 msgid "enum defined inside parms"
1319 msgid "enumeration values exceed range of largest integer"
1324 msgid "enumerator value for `%s' not integer constant"
1328 msgid "overflow in enumeration values"
1332 msgid "ISO C restricts enumerator values to range of `int'"
1336 msgid "return type is an incomplete type"
1341 msgid "no previous prototype for `%s'"
1346 msgid "`%s' was used with no prototype before its definition"
1351 msgid "no previous declaration for `%s'"
1356 msgid "`%s' was used with no declaration before its definition"
1359 #: c-decl.c:5932 c-decl.c:6639
1361 msgid "return type of `%s' is not `int'"
1366 msgid "first argument of `%s' should be `int'"
1371 msgid "second argument of `%s' should be `char **'"
1376 msgid "third argument of `%s' should probably be `char **'"
1381 msgid "`%s' takes only zero or two arguments"
1386 msgid "third argument of `%s' is deprecated"
1391 msgid "`%s' is normally a non-static function"
1395 msgid "parm types given both in parmlist and separately"
1399 msgid "parameter name omitted"
1402 #: c-decl.c:6106 c-decl.c:6208 c-decl.c:6509
1404 msgid "parameter `%s' declared void"
1408 msgid "parameter name missing from parameter list"
1411 #: c-decl.c:6201 c-decl.c:6502
1413 msgid "multiple parameters named `%s'"
1416 #: c-decl.c:6232 c-decl.c:6234
1418 msgid "type of `%s' defaults to `int'"
1421 #: c-decl.c:6270 c-decl.c:6559
1423 msgid "declaration for parameter `%s' but no such parameter"
1427 msgid "number of arguments doesn't match prototype"
1432 msgid "promoted argument `%s' doesn't match prototype"
1437 msgid "argument `%s' doesn't match prototype"
1442 msgid "type of parameter `%s' is not declared"
1446 msgid "function might be possible candidate for attribute `noreturn'"
1449 #: c-decl.c:6680 cp/decl.c:14665
1450 msgid "`noreturn' function does return"
1453 #. If this function returns non-void and control can drop through,
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"
1460 msgid "this function may return with or without a value"
1465 msgid "size of return value of `%s' is %u bytes"
1470 msgid "size of return value of `%s' is larger than %d bytes"
1474 msgid "ISO C forbids case ranges"
1478 msgid "label must have integral type in ISO C"
1482 msgid "default label not within a switch statement"
1485 #: c-decl.c:6978 cp/decl.c:5249
1486 msgid "case label not within a switch statement"
1489 #: c-decl.c:6984 cp/decl.c:5372
1490 msgid "multiple default labels in one switch"
1494 msgid "this is the first default label"
1498 msgid "duplicate case value"
1502 msgid "this is the first entry for that value"
1506 msgid "case value out of range"
1510 msgid "case label within scope of cleanup or variable array"
1514 msgid "stray '\\' in program"
1517 #: c-lex.c:395 c-lex.c:514
1518 msgid "invalid #-line"
1523 msgid "undefined or invalid # directive `%s'"
1527 msgid "invalid #line"
1530 #: c-lex.c:627 c-lex.c:743
1531 msgid "badly nested C headers from preprocessor"
1535 msgid "#-lines for entering and leaving files don't match"
1538 #: c-lex.c:786 c-pragma.c:425
1540 msgid "ignoring #pragma %s %s"
1543 #: c-lex.c:788 c-pragma.c:427
1545 msgid "ignoring #pragma %s"
1549 msgid "incomplete universal-character-name"
1554 msgid "non hex digit '%c' in universal-character-name"
1558 msgid "universal-character-name on EBCDIC target"
1563 msgid "universal-character-name used for '%c'"
1567 msgid "invalid universal-character-name"
1571 msgid "the meaning of `\\x' varies with -traditional"
1574 #: c-lex.c:929 cppexp.c:522
1575 msgid "\\x used with no following hex digits"
1579 msgid "hex escape out of range"
1583 msgid "the meaning of '\\a' varies with -traditional"
1588 msgid "the meaning of '\\%c' varies with -traditional"
1591 #: c-lex.c:996 cppexp.c:470
1593 msgid "non-ISO-standard escape sequence, '\\%c'"
1596 #: c-lex.c:1003 c-lex.c:1009
1598 msgid "unknown escape sequence '\\%c'"
1603 msgid "unknown escape sequence: '\\' followed by char 0x%.2x"
1608 msgid "universal-character-name '\\U%08x' not valid in identifier"
1613 msgid "universal-character-name '\\u%04x' not valid in identifier"
1617 msgid "both 'f' and 'l' suffixes on floating constant"
1622 msgid "floating point number exceeds range of '%s'"
1625 #: c-lex.c:1442 c-lex.c:1853
1627 msgid "stray '%c' in program"
1630 #: c-lex.c:1444 c-lex.c:1855
1632 msgid "stray '\\%#o' in program"
1635 #: c-lex.c:1578 c-lex.c:1580
1636 msgid "'$' in identifier"
1637 msgstr "'$' i en identifierare"
1640 msgid "parse error at '..'"
1644 msgid "floating constant may not be in radix 16"
1648 msgid "traditional C rejects the 'f' suffix"
1652 msgid "traditional C rejects the 'l' suffix"
1655 #: c-lex.c:2078 c-lex.c:2171
1656 msgid "ISO C forbids imaginary numeric constants"
1660 msgid "floating point number exceeds range of 'double'"
1664 msgid "two 'u' suffixes on integer constant"
1668 msgid "traditional C rejects the 'u' suffix"
1672 msgid "three 'l' suffixes on integer constant"
1676 msgid "'lul' is not a valid integer suffix"
1680 msgid "'Ll' and 'lL' are not valid integer suffixes"
1684 msgid "ISO C89 forbids long long integer constants"
1685 msgstr "ISO C89 förbjuder long long integer konstanter"
1688 msgid "more than one 'i' or 'j' suffix on integer constant"
1694 "integer constant is too large for this configuration of the compiler - "
1695 "truncated to %d bits"
1699 msgid "width of integer constant changes with -traditional"
1703 msgid "integer constant is unsigned in ISO C, signed with -traditional"
1707 msgid "width of integer constant may change on other systems with -traditional"
1711 msgid "integer constant larger than the maximum value of an unsigned long int"
1715 msgid "decimal constant is so large that it is unsigned"
1719 msgid "integer constant is larger than the maximum value for its type"
1724 msgid "missing white space after number '%.*s'"
1727 #: c-lex.c:2358 c-lex.c:2462
1728 msgid "Ignoring invalid multibyte character"
1731 #: c-lex.c:2376 c-lex.c:2481 cppexp.c:271
1732 msgid "escape sequence out of range for character"
1736 msgid "empty character constant"
1740 msgid "character constant too long"
1743 #: c-lex.c:2507 cppexp.c:289
1744 msgid "multi-character character constant"
1747 #. Like YYERROR but do call yyerror.
1748 #: c-parse.y:64 objc-parse.y:65 parse.y:55
1749 msgid "syntax error"
1752 #: /usr/share/bison.simple:107
1753 msgid "syntax error: cannot back up"
1756 #: /usr/share/bison.simple:362
1757 msgid "parser stack overflow"
1760 #: c-parse.y:244 objc-parse.y:272
1761 msgid "ISO C forbids an empty source file"
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"
1768 #: c-parse.y:284 objc-parse.y:313
1769 msgid "ISO C forbids data definition with no type or storage class"
1772 #: c-parse.y:286 objc-parse.y:315
1773 msgid "data definition has no type or storage class"
1776 #: c-parse.y:307 objc-parse.y:336
1777 msgid "ISO C does not allow extra `;' outside of a function"
1780 #: c-parse.y:373 cppexp.c:842
1781 msgid "traditional C rejects the unary plus operator"
1784 #: c-parse.y:417 objc-parse.y:446
1785 msgid "ISO C forbids `&&'"
1788 #: c-parse.y:446 objc-parse.y:475
1789 msgid "`sizeof' applied to a bit-field"
1792 #: c-parse.y:496 objc-parse.y:525
1793 msgid "ISO C89 forbids constructor expressions"
1796 #: c-parse.y:565 objc-parse.y:594
1797 msgid "ISO C forbids omitting the middle term of a ?: expression"
1800 #: c-parse.y:613 objc-parse.y:642
1801 msgid "ISO C forbids braced-groups within expressions"
1805 msgid "traditional C rejects string concatenation"
1808 #: c-parse.y:687 objc-parse.y:739
1809 msgid "ISO C does not permit use of `varargs.h'"
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
1815 msgid "`%s' is not at beginning of declaration"
1818 #: c-parse.y:1019 objc-parse.y:1080
1819 msgid "ISO C forbids empty initializer braces"
1822 #: c-parse.y:1069 c-parse.y:1095 objc-parse.y:1126 objc-parse.y:1152
1823 msgid "ISO C forbids nested functions"
1826 #: c-parse.y:1166 c-parse.y:1200
1827 msgid "`[*]' in parameter declaration only allowed in ISO C 99"
1830 #: c-parse.y:1283 objc-parse.y:1331 parse.y:2300
1831 msgid "comma at end of enumerator list"
1834 #: c-parse.y:1291 objc-parse.y:1339
1835 msgid "no semicolon at end of struct or union"
1838 #: c-parse.y:1300 objc-parse.y:1348 objc-parse.y:2295
1839 msgid "extra semicolon in struct or union specified"
1842 #: c-parse.y:1324 objc-parse.y:1386
1843 msgid "ISO C doesn't support unnamed structs/unions"
1846 #: c-parse.y:1338 objc-parse.y:1400
1847 msgid "ISO C forbids member declarations with no members"
1850 #: c-parse.y:1452 objc-parse.y:1514
1851 msgid "ISO C forbids label at end of compound statement"
1854 #: c-parse.y:1486 objc-parse.y:1550
1855 msgid "ISO C forbids label declarations"
1858 #: c-parse.y:1536 objc-parse.y:1600 parse.y:1542
1859 msgid "braced-group within expression allowed only inside a function"
1862 #: c-parse.y:1650 objc-parse.y:1714
1863 msgid "empty body in an else-statement"
1866 #: c-parse.y:1794 objc-parse.y:1858
1867 msgid "ISO C forbids `goto *expr;'"
1870 #: c-parse.y:1884 objc-parse.y:1948
1871 msgid "ISO C forbids forward parameter declarations"
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
1880 #: c-parse.y:1907 objc-parse.y:1971
1881 msgid "ISO C requires a named argument before `...'"
1884 #: c-parse.y:1987 objc-parse.y:2051
1885 msgid "`...' in old-style identifier list"
1888 #: /usr/share/bison.simple:639
1889 msgid "parse error; also virtual memory exceeded"
1892 #: /usr/share/bison.simple:643
1896 #: c-parse.y:2331 cp/spew.c:1423 objc-parse.y:3051
1898 msgid "%s at end of input"
1901 #: c-parse.y:2337 cp/spew.c:1429 objc-parse.y:3057
1903 msgid "%s before %s'%c'"
1906 #: c-parse.y:2339 cp/spew.c:1431 objc-parse.y:3059
1908 msgid "%s before %s'\\x%x'"
1911 #: c-parse.y:2344 cp/spew.c:1436 objc-parse.y:3064
1913 msgid "%s before string constant"
1916 #: c-parse.y:2348 cp/spew.c:1440 objc-parse.y:3068
1918 msgid "%s before numeric constant"
1921 #: c-parse.y:2350 cp/spew.c:1443 objc-parse.y:3070
1923 msgid "%s before \"%s\""
1926 #: c-parse.y:2352 cp/spew.c:1445 objc-parse.y:3072
1928 msgid "%s before '%s' token"
1931 #: c-parse.y:2433 objc-parse.y:3153
1933 msgid "invalid identifier `%s'"
1936 #: c-parse.y:2505 objc-parse.y:3225
1938 msgid "syntax error before '%s' token"
1941 #: c-parse.y:2536 cp/lex.c:951 objc-parse.y:3256
1942 msgid "YYDEBUG not defined."
1947 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
1953 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
1958 msgid "junk at end of '#pragma pack'"
1962 msgid "junk at end of #pragma weak"
1965 #: c-pragma.c:394 cpplib.c:753
1966 msgid "malformed #pragma directive"
1969 #: c-semantics.c:505
1970 msgid "break statement not within loop or switch"
1973 #: c-semantics.c:523
1974 msgid "continue statement not within a loop"
1977 #: c-semantics.c:630
1979 msgid "%s qualifier ignored on asm"
1984 msgid "`%s' has an incomplete type"
1987 #: c-typeck.c:141 cp/call.c:2525
1988 msgid "invalid use of void expression"
1992 msgid "invalid use of array with unspecified bounds"
1997 msgid "invalid use of undefined type `%s %s'"
2000 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2003 msgid "invalid use of incomplete typedef `%s'"
2006 #: c-typeck.c:390 c-typeck.c:404
2007 msgid "function types not truly compatible in ISO C"
2011 msgid "types are not quite compatible"
2015 msgid "sizeof applied to a function type"
2019 msgid "sizeof applied to a void type"
2023 msgid "sizeof applied to an incomplete type"
2026 #: c-typeck.c:760 c-typeck.c:2742
2027 msgid "arithmetic on pointer to an incomplete type"
2031 msgid "__alignof__ applied to an incomplete type"
2035 msgid "`__alignof' applied to a bit-field"
2038 #: c-typeck.c:982 cp/typeck.c:1767
2039 msgid "invalid use of non-lvalue array"
2044 msgid "%s has no member named `%s'"
2049 msgid "request for member `%s' in something not a structure or union"
2053 msgid "dereferencing pointer to incomplete type"
2057 msgid "dereferencing `void *' pointer"
2060 #: c-typeck.c:1242 cp/typeck.c:2373
2062 msgid "invalid type argument of `%s'"
2065 #: c-typeck.c:1261 cp/typeck.c:2399
2066 msgid "subscript missing in array reference"
2069 #: c-typeck.c:1282 cp/typeck.c:2420
2070 msgid "array subscript has type `char'"
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"
2078 msgid "ISO C forbids subscripting `register' array"
2082 msgid "ISO C89 forbids subscripting non-lvalue array"
2086 msgid "subscript has type `char'"
2089 #: c-typeck.c:1374 cp/typeck.c:2500
2090 msgid "subscripted value is neither array nor pointer"
2095 msgid "`%s' undeclared here (not in a function)"
2100 msgid "`%s' undeclared (first use in this function)"
2104 msgid "(Each undeclared identifier is reported only once"
2108 msgid "for each function it appears in.)"
2113 msgid "local declaration of `%s' hides instance variable"
2117 msgid "called object is not a function"
2120 #: c-typeck.c:1603 cp/typeck.c:3133
2121 msgid "too many arguments to function"
2126 msgid "type of formal parameter %d is incomplete"
2131 msgid "%s as integer rather than floating due to prototype"
2136 msgid "%s as complex rather than floating due to prototype"
2141 msgid "%s as floating rather than integer due to prototype"
2146 msgid "%s as floating rather than complex due to prototype"
2151 msgid "%s as `float' rather than `double' due to prototype"
2156 msgid "%s with different width due to prototype"
2161 msgid "%s as unsigned due to prototype"
2166 msgid "%s as signed due to prototype"
2169 #: c-typeck.c:1744 cp/typeck.c:3235
2170 msgid "too few arguments to function"
2174 msgid "suggest parentheses around + or - inside shift"
2178 msgid "suggest parentheses around && within ||"
2182 msgid "suggest parentheses around arithmetic in operand of |"
2186 msgid "suggest parentheses around comparison in operand of |"
2190 msgid "suggest parentheses around arithmetic in operand of ^"
2194 msgid "suggest parentheses around comparison in operand of ^"
2198 msgid "suggest parentheses around + or - in operand of &"
2202 msgid "suggest parentheses around comparison in operand of &"
2206 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2209 #: c-typeck.c:2087 cp/typeck.c:3514
2210 msgid "right shift count is negative"
2213 #: c-typeck.c:2094 cp/typeck.c:3520
2214 msgid "right shift count >= width of type"
2217 #: c-typeck.c:2119 cp/typeck.c:3539
2218 msgid "left shift count is negative"
2221 #: c-typeck.c:2122 cp/typeck.c:3541
2222 msgid "left shift count >= width of type"
2226 msgid "shift count is negative"
2230 msgid "shift count >= width of type"
2233 #: c-typeck.c:2170 cp/typeck.c:3576
2234 msgid "comparing floating point with == or != is unsafe"
2237 #: c-typeck.c:2194 c-typeck.c:2200
2238 msgid "ISO C forbids comparison of `void *' with function pointer"
2241 #: c-typeck.c:2203 c-typeck.c:2245 c-typeck.c:2273
2242 msgid "comparison of distinct pointer types lacks a cast"
2245 #: c-typeck.c:2218 c-typeck.c:2224 c-typeck.c:2294 c-typeck.c:2300
2246 msgid "comparison between pointer and integer"
2249 #: c-typeck.c:2240 c-typeck.c:2268
2250 msgid "ISO C forbids ordered comparisons of pointers to functions"
2254 msgid "comparison of complete and incomplete pointers"
2257 #: c-typeck.c:2281 c-typeck.c:2288
2258 msgid "ordered comparison of pointer with integer zero"
2261 #: c-typeck.c:2314 cp/typeck.c:3748
2262 msgid "unordered comparison on non-floating point argument"
2266 msgid "comparison between signed and unsigned"
2269 #: c-typeck.c:2574 cp/typeck.c:3993
2270 msgid "comparison of promoted ~unsigned with constant"
2273 #: c-typeck.c:2582 cp/typeck.c:4001
2274 msgid "comparison of promoted ~unsigned with unsigned"
2278 msgid "pointer of type `void *' used in arithmetic"
2282 msgid "pointer to a function used in arithmetic"
2286 msgid "pointer of type `void *' used in subtraction"
2290 msgid "pointer to a function used in subtraction"
2294 msgid "wrong type argument to unary plus"
2298 msgid "wrong type argument to unary minus"
2302 msgid "wrong type argument to bit-complement"
2306 msgid "wrong type argument to abs"
2310 msgid "wrong type argument to conjugation"
2314 msgid "wrong type argument to unary exclamation mark"
2317 #: c-typeck.c:2906 c-typeck.c:2932
2319 msgid "wrong type argument to %s"
2324 msgid "%s of pointer to unknown structure"
2328 msgid "invalid lvalue in increment"
2332 msgid "invalid lvalue in decrement"
2335 #: c-typeck.c:3000 cp/typeck.c:4556
2339 #: c-typeck.c:3000 cp/typeck.c:4556
2344 msgid "ISO C forbids the address of a cast expression"
2348 msgid "invalid lvalue in unary `&'"
2353 msgid "attempt to take address of bit-field structure member `%s'"
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
2363 msgid "ISO C forbids use of conditional expressions as lvalues"
2367 msgid "ISO C forbids use of compound expressions as lvalues"
2371 msgid "ISO C forbids use of cast expressions as lvalues"
2376 msgid "%s of read-only member `%s'"
2381 msgid "%s of read-only variable `%s'"
2386 msgid "%s of read-only location"
2391 msgid "cannot take address of bitfield `%s'"
2396 msgid "global register variable `%s' used in nested function"
2401 msgid "register variable `%s' used in nested function"
2406 msgid "address of global register variable `%s' requested"
2410 msgid "cannot put object with volatile field into register"
2415 msgid "address of register variable `%s' requested"
2419 msgid "signed and unsigned type in conditional expression"
2423 msgid "ISO C forbids conditional expr with only one void side"
2426 #: c-typeck.c:3497 c-typeck.c:3503
2427 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2431 msgid "pointer type mismatch in conditional expression"
2434 #: c-typeck.c:3515 c-typeck.c:3529
2435 msgid "pointer/integer type mismatch in conditional expression"
2438 #: c-typeck.c:3521 c-typeck.c:3535
2439 msgid "ANSI C forbids conditional expr between 0 and function pointer"
2443 msgid "type mismatch in conditional expression"
2444 msgstr "typfel i villkorsuttryck"
2446 #: c-typeck.c:3620 cp/typeck.c:5007
2447 msgid "left-hand operand of comma expression has no effect"
2451 msgid "cast specifies array type"
2455 msgid "cast specifies function type"
2459 msgid "ISO C forbids casting nonscalar to the same type"
2463 msgid "ISO C forbids casts to union type"
2464 msgstr "ISO C förbjuder typkonvertering till unionstyper"
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"
2470 #. There are qualifiers present in IN_OTYPE that are not
2471 #. present in IN_TYPE.
2473 msgid "cast discards qualifiers from pointer target type"
2477 msgid "cast increases required alignment of target type"
2480 #: c-typeck.c:3778 cp/typeck.c:5422
2481 msgid "cast from pointer to integer of different size"
2485 msgid "cast does not match function type"
2488 #: c-typeck.c:3790 cp/typeck.c:5429
2489 msgid "cast to pointer from integer of different size"
2492 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
2493 #. Reject anything strange now.
2495 msgid "invalid lvalue in assignment"
2498 #. Convert new value to destination type.
2499 #: c-typeck.c:3941 c-typeck.c:3965 c-typeck.c:3980 cp/typeck.c:5544
2504 #: c-typeck.c:4145 c-typeck.c:4212
2506 msgid "%s makes qualified function pointer from unqualified"
2509 #: c-typeck.c:4149 c-typeck.c:4192
2511 msgid "%s discards qualifiers from pointer target type"
2515 msgid "ISO C prohibits argument conversion to union type"
2520 msgid "ISO C forbids %s between function pointer and `void *'"
2521 msgstr "ISO C förbjuder %s mellan funktionspekare och \"void *\""
2525 msgid "pointer targets in %s differ in signedness"
2530 msgid "%s from incompatible pointer type"
2535 msgid "%s makes pointer from integer without a cast"
2540 msgid "%s makes integer from pointer without a cast"
2543 #: c-typeck.c:4253 c-typeck.c:4256
2545 msgid "incompatible type for argument %d of `%s'"
2550 msgid "incompatible type for argument %d of indirect function call"
2555 msgid "incompatible types in %s"
2556 msgstr "inkompatibla typer i %s"
2558 #. Function name is known; supply it.
2561 msgid "passing arg %d of `%s'"
2564 #. Function name unknown (call through ptr); just give arg number.
2567 msgid "passing arg %d of pointer to function"
2571 msgid "initializer for static variable is not constant"
2575 msgid "initializer for static variable uses complicated arithmetic"
2579 msgid "aggregate initializer is not constant"
2583 msgid "aggregate initializer uses complicated arithmetic"
2587 msgid "traditional C rejects automatic aggregate initialization"
2590 #: c-typeck.c:4556 c-typeck.c:4572 c-typeck.c:4588
2592 msgid "(near initialization for `%s')"
2595 #: c-typeck.c:4638 cp/typeck2.c:506
2596 msgid "char-array initialized from wide string"
2599 #: c-typeck.c:4645 cp/typeck2.c:513
2600 msgid "int-array initialized from non-wide string"
2603 #: c-typeck.c:4662 cp/typeck2.c:529
2604 msgid "initializer-string for array of chars is too long"
2608 msgid "array initialized from non-constant array expression"
2611 #: c-typeck.c:4706 c-typeck.c:4708 c-typeck.c:4714 c-typeck.c:4741
2613 msgid "initializer element is not constant"
2616 #: c-typeck.c:4720 c-typeck.c:4747 c-typeck.c:5933
2617 msgid "initializer element is not computable at load time"
2621 msgid "initialization"
2624 #: c-typeck.c:4784 c-typeck.c:4800 cp/typeck2.c:605
2625 msgid "invalid initializer"
2629 msgid "extra brace group at end of initializer"
2633 msgid "missing braces around initializer"
2637 msgid "braces around scalar initializer"
2641 msgid "missing initializer"
2645 msgid "empty braces in initializer"
2649 msgid "empty scalar initializer"
2653 msgid "extra elements in scalar initializer"
2658 msgid "zero or negative array size `%s'"
2661 #: c-typeck.c:5584 c-typeck.c:5586
2662 msgid "nonconstant array index in initializer"
2666 msgid "array index in non-array initializer"
2670 msgid "duplicate array index in initializer"
2674 msgid "empty index range in initializer"
2678 msgid "ISO C89 forbids specifying element to initialize"
2683 msgid "unknown field `%s' specified in initializer"
2688 msgid "field `%s' already initialized"
2692 msgid "ISO C89 forbids specifying structure member to initialize"
2696 msgid "duplicate initializer"
2700 msgid "excess elements in char array initializer"
2703 #: c-typeck.c:6280 c-typeck.c:6315
2704 msgid "excess elements in struct initializer"
2708 msgid "excess elements in union initializer"
2712 msgid "traditional C rejects initialization of unions"
2715 #: c-typeck.c:6461 c-typeck.c:6472
2716 msgid "excess elements in array initializer"
2720 msgid "excess elements in scalar initializer"
2724 msgid "asm template is not a string constant"
2728 msgid "invalid lvalue in asm statement"
2732 msgid "modification by `asm'"
2735 #: c-typeck.c:6623 cp/typeck.c:6716
2736 msgid "function declared `noreturn' has a `return' statement"
2740 msgid "`return' with a value, in function returning void"
2748 msgid "function returns address of local variable"
2752 msgid "switch quantity not an integer"
2756 msgid "`long' switch expression not converted to `int' in ISO C"
2761 msgid "inlining failed in call to `%s'"
2764 #: calls.c:1883 calls.c:2196
2765 msgid "called from here"
2770 msgid "can't inline call to `%s'"
2774 msgid "function call has aggregate value"
2778 msgid "internal error"
2779 msgstr "internt fel"
2782 msgid "no arguments"
2783 msgstr "inga argument"
2785 #: collect2.c:1267 collect2.c:1415 collect2.c:1459
2790 #: collect2.c:1270 collect2.c:1420 collect2.c:1462
2797 msgid "collect2 version %s"
2802 msgid "%d constructor(s) found\n"
2807 msgid "%d destructor(s) found\n"
2812 msgid "%d frame table(s) found\n"
2817 msgid "%s terminated with signal %d [%s]%s"
2822 msgid "%s returned %d exit status"
2827 msgid "[cannot find %s]"
2832 msgid "cannot find `%s'"
2835 #: collect2.c:1596 collect2.c:1599
2837 msgid "redirecting stdout: %s"
2842 msgid "[Leaving %s]\n"
2849 "write_c_file - output name is %s, prefix is %s\n"
2853 msgid "cannot find `nm'"
2856 #: collect2.c:2093 collect2.c:2535
2860 #: collect2.c:2097 collect2.c:2539
2864 #: collect2.c:2123 collect2.c:2565
2869 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
2870 #: collect2.c:2571 collect2.c:2584
2882 msgid "init function found in object %s"
2887 msgid "fini function found in object %s"
2890 #: collect2.c:2217 collect2.c:2623
2896 msgid "unable to open file '%s'"
2901 msgid "unable to stat file '%s'"
2906 msgid "unable to mmap file '%s'"
2913 #: collect2.c:2425 collect2.c:2602
2915 msgid "dynamic dependency %s not found"
2920 msgid "bad magic number in file '%s'"
2924 msgid "dynamic dependencies.\n"
2928 msgid "cannot find `ldd'"
2939 "ldd output with constructors/destructors.\n"
2944 msgid "unable to open dynamic dependency '%s'"
2949 msgid "%s: not a COFF file"
2954 msgid "%s: cannot open as COFF file"
2959 msgid "Library lib%s not found"
2968 msgid "incompatibilities between object file & expected values"
2975 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
2979 msgid "string section missing"
2983 msgid "section pointer missing"
2987 msgid "no symbol table found"
2991 msgid "no cmd_strings found"
2997 "Updating header and load commands.\n"
3003 msgid "load command map, %d cmds, new size %ld.\n"
3008 "writing load commands.\n"
3018 msgid "could not convert 0x%l.8x into a region"
3023 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3027 msgid "bad magic number"
3031 msgid "bad header version"
3035 msgid "bad raw header version"
3039 msgid "raw header buffer too small"
3043 msgid "old raw header file"
3047 msgid "unsupported version"
3052 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3060 #: collect2.c:3522 collect2.c:3570
3072 msgid "read %ld bytes, expected %ld, from %s"
3092 msgid "wrote %ld bytes, expected %ld, to %s"
3098 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3100 ";; %d successes.\n"
3108 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3109 ";; %d successes.\n"
3112 #: config/a29k/a29k.c:1007
3113 msgid "invalid %%Q value"
3116 #: config/a29k/a29k.c:1013 config/alpha/alpha.c:3646
3117 msgid "invalid %%C value"
3120 #: config/a29k/a29k.c:1019 config/alpha/alpha.c:3510
3121 #: config/rs6000/rs6000.c:3986
3122 msgid "invalid %%N value"
3125 #: config/a29k/a29k.c:1025 config/alpha/alpha.c:3581
3126 #: config/rs6000/rs6000.c:3948
3127 msgid "invalid %%M value"
3130 #: config/a29k/a29k.c:1031 config/alpha/alpha.c:3573
3131 #: config/rs6000/rs6000.c:3913
3132 msgid "invalid %%m value"
3135 #: config/a29k/a29k.c:1131 config/alpha/alpha.c:3534 config/romp/romp.c:683
3136 msgid "invalid %%L value"
3139 #: config/a29k/a29k.c:1136 config/rs6000/rs6000.c:3994
3140 msgid "invalid %%O value"
3143 #: config/a29k/a29k.c:1142 config/alpha/alpha.c:3518
3144 #: config/rs6000/rs6000.c:4013
3145 msgid "invalid %%P value"
3148 #: config/a29k/a29k.c:1152
3149 msgid "invalid %%V value"
3152 #: config/a29k/a29k.h:101
3153 msgid "Generate code assuming DW bit is set"
3156 #: config/a29k/a29k.h:102
3157 msgid "Generate code assuming DW bit is not set"
3160 #: config/a29k/a29k.h:103
3161 msgid "Generate code using byte writes"
3164 #: config/a29k/a29k.h:104
3165 msgid "Do not generate byte writes"
3168 #: config/a29k/a29k.h:105
3169 msgid "Use small memory model"
3172 #: config/a29k/a29k.h:106
3173 msgid "Use normal memory model"
3176 #: config/a29k/a29k.h:107
3177 msgid "Use large memory model"
3180 #: config/a29k/a29k.h:108
3181 msgid "Generate 29050 code"
3184 #: config/a29k/a29k.h:109
3185 msgid "Generate 29000 code"
3188 #: config/a29k/a29k.h:110
3189 msgid "Use kernel global registers"
3192 #: config/a29k/a29k.h:111
3193 msgid "Use user global registers"
3196 #: config/a29k/a29k.h:112
3197 msgid "Emit stack checking code"
3200 #: config/a29k/a29k.h:113
3201 msgid "Do not emit stack checking code"
3204 #: config/a29k/a29k.h:114
3205 msgid "Work around storem hardware bug"
3208 #: config/a29k/a29k.h:115
3209 msgid "Do not work around storem hardware bug"
3212 #: config/a29k/a29k.h:116
3213 msgid "Store locals in argument registers"
3216 #: config/a29k/a29k.h:117
3217 msgid "Do not store locals in arg registers"
3220 #: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
3221 msgid "Use software floating point"
3224 #: config/a29k/a29k.h:119
3225 msgid "Do not generate multm instructions"
3228 #: config/alpha/alpha.c:174
3230 msgid "bad value `%s' for -mtrap-precision switch"
3233 #: config/alpha/alpha.c:188
3235 msgid "bad value `%s' for -mfp-rounding-mode switch"
3238 #: config/alpha/alpha.c:203
3240 msgid "bad value `%s' for -mfp-trap-mode switch"
3243 #: config/alpha/alpha.c:254
3245 msgid "bad value `%s' for -mcpu switch"
3248 #: config/alpha/alpha.c:262
3249 msgid "fp software completion requires -mtrap-precision=i"
3252 #: config/alpha/alpha.c:278
3253 msgid "rounding mode not supported for VAX floats"
3256 #: config/alpha/alpha.c:283
3257 msgid "trap mode not supported for VAX floats"
3260 #: config/alpha/alpha.c:312
3262 msgid "L%d cache latency unknown for %s"
3265 #: config/alpha/alpha.c:327
3267 msgid "bad value `%s' for -mmemory-latency"
3270 #: config/alpha/alpha.c:3492
3271 msgid "invalid %%r value"
3274 #: config/alpha/alpha.c:3503 config/rs6000/rs6000.c:4059
3275 msgid "invalid %%R value"
3278 #: config/alpha/alpha.c:3526 config/romp/romp.c:725 config/romp/romp.c:732
3279 msgid "invalid %%h value"
3282 #: config/alpha/alpha.c:3616
3283 msgid "invalid %%U value"
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"
3291 #: config/alpha/alpha.c:3683 config/rs6000/rs6000.c:3777
3292 msgid "invalid %%E value"
3295 #: config/alpha/alpha.c:3704 config/romp/romp.c:966
3296 #: config/rs6000/rs6000.c:4359
3297 msgid "invalid %%xn code"
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"
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"
3317 #: config/alpha/alpha.h:201
3318 msgid "Use fp registers"
3321 #: config/alpha/alpha.h:203
3322 msgid "Do not use fp registers"
3325 #: config/alpha/alpha.h:204
3326 msgid "Do not assume GAS"
3329 #: config/alpha/alpha.h:205
3333 #: config/alpha/alpha.h:207
3334 msgid "Request IEEE-conformant math library routines (OSF/1)"
3337 #: config/alpha/alpha.h:209
3338 msgid "Emit IEEE-conformant code, without inexact exceptions"
3341 #: config/alpha/alpha.h:211
3342 msgid "Emit IEEE-conformant code, with inexact exceptions"
3345 #: config/alpha/alpha.h:213
3346 msgid "Do not emit complex integer constants to read-only memory"
3349 #: config/alpha/alpha.h:214
3353 #: config/alpha/alpha.h:215
3354 msgid "Do not use VAX fp"
3357 #: config/alpha/alpha.h:216
3358 msgid "Emit code for the byte/word ISA extension"
3361 #: config/alpha/alpha.h:219
3362 msgid "Emit code for the motion video ISA extension"
3365 #: config/alpha/alpha.h:222
3366 msgid "Emit code for the fp move and sqrt ISA extension"
3369 #: config/alpha/alpha.h:224
3370 msgid "Emit code for the counting ISA extension"
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.
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.
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"'.
3387 #. extern char *m88k_short_data;
3388 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
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"
3398 #: config/alpha/alpha.h:262
3399 msgid "Control the generated fp rounding mode"
3402 #: config/alpha/alpha.h:264
3403 msgid "Control the IEEE trap mode"
3406 #: config/alpha/alpha.h:266
3407 msgid "Control the precision given to fp exceptions"
3410 #: config/alpha/alpha.h:268
3411 msgid "Tune expected memory latency"
3414 #: config/arc/arc.c:109
3416 msgid "bad value (%s) for -mcpu switch"
3419 #: config/arc/arc.c:1667 config/m32r/m32r.c:2218
3420 msgid "invalid operand to %R code"
3423 #: config/arc/arc.c:1699 config/m32r/m32r.c:2241
3424 msgid "invalid operand to %H/%L code"
3427 #: config/arc/arc.c:1723 config/m32r/m32r.c:2318
3428 msgid "invalid operand to %U code"
3431 #: config/arc/arc.c:1734
3432 msgid "invalid operand to %V code"
3436 #: config/arc/arc.c:1741 config/m32r/m32r.c:2357 config/sparc/sparc.c:5859
3437 msgid "invalid operand output code"
3440 #: config/arm/arm.c:340
3442 msgid "switch -mcpu=%s conflicts with -march= switch"
3445 #: config/arm/arm.c:350 config/rs6000/rs6000.c:310 config/sparc/sparc.c:332
3447 msgid "bad value (%s) for %s switch"
3450 #: config/arm/arm.c:485
3451 msgid "target CPU does not support APCS-32"
3454 #: config/arm/arm.c:490
3455 msgid "target CPU does not support APCS-26"
3458 #: config/arm/arm.c:496
3459 msgid "target CPU does not support interworking"
3462 #: config/arm/arm.c:502
3463 msgid "target CPU does not supoport THUMB instructions."
3466 #: config/arm/arm.c:516
3468 "enabling backtrace support is only meaningful when compiling for the Thumb."
3471 #: config/arm/arm.c:519
3473 "enabling callee interworking support is only meaningful when compiling for "
3477 #: config/arm/arm.c:522
3479 "enabling caller interworking support is only meaningful when compiling for "
3483 #: config/arm/arm.c:528
3484 msgid "interworking forces APCS-32 to be used"
3487 #: config/arm/arm.c:534
3488 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
3491 #: config/arm/arm.c:542
3492 msgid "-fpic and -mapcs-reent are incompatible"
3495 #: config/arm/arm.c:545
3496 msgid "APCS reentrant code not supported. Ignored"
3499 #: config/arm/arm.c:553
3500 msgid "-g with -mno-apcs-frame may not give sensible debugging"
3503 #: config/arm/arm.c:561
3504 msgid "Passing floating point arguments in fp regs not yet supported"
3507 #: config/arm/arm.c:588
3509 msgid "Invalid floating point emulation option: -mfpe-%s"
3512 #: config/arm/arm.c:612
3513 msgid "Structure size boundary can only be set to 8 or 32"
3516 #: config/arm/arm.c:620
3517 msgid "-mpic-register= is useless without -fpic"
3520 #: config/arm/arm.c:629
3522 msgid "Unable to use '%s' for PIC register"
3525 #: config/arm/arm.c:8246
3526 msgid "Unable to compute real location of stacked parameter"
3529 #. Oh dear! We have no low registers into which we can pop
3531 #: config/arm/arm.c:8844
3532 msgid "No low registers available for popping high registers"
3535 #: config/arm/arm.c:9406
3536 msgid "thumb_load_double_from_address: destination is not a register"
3539 #: config/arm/arm.c:9411
3540 msgid "thumb_load_double_from_address: source is not a computed memory address"
3543 #: config/arm/arm.c:9455
3544 msgid "thumb_load_double_from_address: base is not a register"
3547 #: config/arm/arm.c:9513
3548 msgid "thumb_load_double_from_address: Unhandled address calculation"
3551 #: config/arm/arm.h:410
3552 msgid "Generate APCS conformant stack frames"
3555 #: config/arm/arm.h:413
3556 msgid "Store function names in object code"
3559 #: config/arm/arm.h:417
3560 msgid "Use the 32bit version of the APCS"
3563 #: config/arm/arm.h:419
3564 msgid "Use the 26bit version of the APCS"
3567 #: config/arm/arm.h:423
3568 msgid "Pass FP arguments in FP registers"
3571 #: config/arm/arm.h:426
3572 msgid "Generate re-entrant, PIC code"
3575 #: config/arm/arm.h:429
3576 msgid "The MMU will trap on unaligned accesses"
3579 #: config/arm/arm.h:436
3580 msgid "Use library calls to perform FP operations"
3583 #: config/arm/arm.h:438 config/i960/i960.h:282
3584 msgid "Use hardware floating point instructions"
3587 #: config/arm/arm.h:440
3588 msgid "Assume target CPU is configured as big endian"
3591 #: config/arm/arm.h:442
3592 msgid "Assume target CPU is configured as little endian"
3595 #: config/arm/arm.h:444
3596 msgid "Assume big endian bytes, little endian words"
3599 #: config/arm/arm.h:446
3600 msgid "Support calls between THUMB and ARM instructions sets"
3603 #: config/arm/arm.h:449
3604 msgid "Generate a call to abort if a noreturn function returns"
3607 #: config/arm/arm.h:452
3608 msgid "Do not move instructions into a function's prologue"
3611 #: config/arm/arm.h:455
3612 msgid "Do not load the PIC register in function prologues"
3615 #: config/arm/arm.h:458
3616 msgid "Generate call insns as indirect calls, if necessary"
3619 #: config/arm/arm.h:461
3620 msgid "Compile for the Thumb not the ARM"
3623 #: config/arm/arm.h:465
3624 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
3627 #: config/arm/arm.h:468
3628 msgid "Thumb: Generate (leaf) stack frames even if not needed"
3631 #: config/arm/arm.h:471
3632 msgid "Thumb: Assume non-static functions may be called from ARM code"
3635 #: config/arm/arm.h:475
3636 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
3639 #: config/arm/arm.h:485
3640 msgid "Specify the name of the target CPU"
3643 #: config/arm/arm.h:487
3644 msgid "Specify the name of the target architecture"
3647 #: config/arm/arm.h:491
3648 msgid "Specify the version of the floating point emulator"
3651 #: config/arm/arm.h:493
3652 msgid "Specify the minimum bit alignment of structures"
3655 #: config/arm/arm.h:495
3656 msgid "Specify the register to be used for PIC addressing"
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"
3666 #: config/arm/riscix.h:85
3667 msgid "Do symbol renaming for X/OPEN"
3670 #: config/arm/riscix.h:86
3671 msgid "Don't do symbol renaming"
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"
3684 #: config/clipper/clipper.h:41
3685 msgid "Generate code for the C300"
3688 #: config/convex/convex.h:52
3689 msgid "Generate code for c1"
3692 #: config/convex/convex.h:53
3693 msgid "Generate code for c2"
3696 #: config/convex/convex.h:54
3697 msgid "Generate code for c32"
3700 #: config/convex/convex.h:55 config/convex/convex.h:56
3701 msgid "Generate code for c34"
3704 #: config/convex/convex.h:58
3705 msgid "Use standard calling sequence, with arg count word"
3708 #: config/convex/convex.h:60
3709 msgid "Place arg count in a nop instruction (faster than push)"
3712 #: config/convex/convex.h:62
3713 msgid "Don't push arg count, depend on symbol table"
3716 #: config/convex/convex.h:64
3717 msgid "Use data cache for volatile mem refs (default)"
3720 #: config/convex/convex.h:66
3721 msgid "Don't use data cache for volatile mem refs"
3724 #: config/convex/convex.h:68
3725 msgid "Bypass data cache for volatile mem refs"
3728 #: config/convex/convex.h:69
3729 msgid "Use 64-bit longs"
3732 #: config/convex/convex.h:70
3733 msgid "Use cc- and libc-compatible 32-bit longs"
3736 #: config/dsp16xx/dsp16xx.c:271
3738 msgid "Invalid register class letter %c"
3741 #: config/dsp16xx/dsp16xx.c:374
3742 msgid "ACCUM_HIGH_REGS class in limit_reload_class"
3745 #: config/dsp16xx/dsp16xx.c:401
3746 msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
3749 #. Register 'yl' is invalid for QImode, so we should never
3751 #: config/dsp16xx/dsp16xx.c:410
3752 msgid "YL found in limit_reload_class"
3755 #: config/dsp16xx/dsp16xx.c:1228 config/dsp16xx/dsp16xx.c:1255
3756 msgid "Stack size > 32k"
3759 #: config/dsp16xx/dsp16xx.c:1485
3760 msgid "Invalid addressing mode"
3763 #: config/dsp16xx/dsp16xx.c:1671
3764 msgid "Bad register extension code"
3767 #: config/dsp16xx/dsp16xx.c:1729
3768 msgid "Invalid offset in ybase addressing"
3771 #: config/dsp16xx/dsp16xx.c:1732
3772 msgid "Invalid register in ybase addressing"
3775 #: config/dsp16xx/dsp16xx.c:1761 config/dsp16xx/dsp16xx.c:1999
3776 msgid "inline float constants not supported on this host"
3779 #: config/dsp16xx/dsp16xx.c:1905
3780 msgid "Invalid shift operator in emit_1600_core_shift"
3783 #: config/dsp16xx/dsp16xx.c:2184
3784 msgid "Invalid mode for gen_tst_reg"
3787 #: config/dsp16xx/dsp16xx.c:2265
3788 msgid "Invalid mode for integer comparison in gen_compare_reg"
3791 #: config/dsp16xx/dsp16xx.c:2293
3792 msgid "Invalid register for compare"
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."
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"
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"
3819 #: config/elxsi/elxsi.h:51
3820 msgid "Generate code an embedded assembler can handle"
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"
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"
3838 #: config/fx80/fx80.h:116 config/fx80/fx80.h:117
3839 msgid "Generate code for a mc68000"
3842 #: config/fx80/fx80.h:118
3843 msgid "Generate software FP code"
3846 #: config/fx80/fx80.h:119
3847 msgid "Do not generate bitfield insns"
3850 #: config/fx80/fx80.h:120
3851 msgid "Use 16bit integers"
3854 #: config/fx80/fx80.h:121
3855 msgid "Use 32bit integers"
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"
3867 #: config/gmicro/gmicro.h:90
3868 msgid "Compile for Gmicro/200"
3871 #: config/gmicro/gmicro.h:91
3872 msgid "Compile for Gmicro/100"
3875 #: config/gmicro/gmicro.h:92
3876 msgid "Use floating point co-processor"
3879 #: config/gmicro/gmicro.h:94
3880 msgid "Do not use floating point co-processor"
3883 #: config/gmicro/gmicro.h:95 config/i386/i386.h:237
3884 msgid "Alternate calling convention"
3887 #: config/gmicro/gmicro.h:96 config/i386/i386.h:239 config/ns32k/ns32k.h:106
3888 msgid "Use normal calling convention"
3891 #: config/gmicro/gmicro.h:103 config/ns32k/ns32k.h:116
3892 msgid "Do not use bitfield instructions"
3895 #: config/gmicro/gmicro.h:105
3896 msgid "Use alternative return sequence"
3899 #: config/gmicro/gmicro.h:106
3900 msgid "Use normal return sequence"
3903 #: config/gmicro/gmicro.h:107
3904 msgid "Always use string instruction"
3907 #: config/gmicro/gmicro.h:109
3908 msgid "Use string instruction when appropriate"
3911 #: config/h8300/h8300.c:3023 config/h8300/h8300.c:3035
3912 msgid "Only initialized variables can be placed into the 8-bit area."
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"
3924 #: config/h8300/h8300.h:106
3925 msgid "Do not generate H8/S code"
3928 #: config/h8300/h8300.h:107
3929 msgid "Make integers 32 bits wide"
3932 #: config/h8300/h8300.h:110
3933 msgid "Use registers for argument passing"
3936 #: config/h8300/h8300.h:112
3937 msgid "Do not use registers for argument passing"
3940 #: config/h8300/h8300.h:114
3941 msgid "Consider access to byte sized memory slow"
3944 #: config/h8300/h8300.h:115
3945 msgid "Enable linker relaxing"
3948 #: config/h8300/h8300.h:117
3949 msgid "Generate H8/300H code"
3952 #: config/h8300/h8300.h:118
3953 msgid "Do not generate H8/300H code"
3956 #: config/h8300/h8300.h:119
3957 msgid "Use H8/300 alignment rules"
3960 #: config/i370/i370.c:870
3961 msgid "real name is too long - alias ignored"
3964 #: config/i370/i370.c:875
3965 msgid "alias name is too long - alias ignored"
3968 #: config/i370/i370.c:1040
3969 msgid "junk at end of #pragma map"
3972 #: config/i370/i370.c:1046
3973 msgid "malformed #pragma map, ignored"
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"
3984 #: config/i370/i370.h:64
3985 msgid "Do not generate char instructions"
3988 #: config/i386/cygwin.h:50
3989 msgid "Use the Cygwin interface"
3992 #: config/i386/cygwin.h:52
3993 msgid "Use the Mingw32 interface"
3996 #: config/i386/cygwin.h:53
3997 msgid "Create GUI application"
4000 #: config/i386/cygwin.h:55
4001 msgid "Create console application"
4004 #: config/i386/cygwin.h:56
4005 msgid "Generate code for a DLL"
4008 #: config/i386/cygwin.h:58
4009 msgid "Ignore dllimport for functions"
4012 #: config/i386/cygwin.h:60
4013 msgid "Use Mingw-specific thread support"
4016 #: config/i386/cygwin.h:265
4018 msgid "-f%s ignored for target (all code is position independent)"
4021 #: config/i386/dgux.c:185
4023 msgid "Internal gcc abort from %s:%d"
4026 #: config/i386/dgux.c:189
4027 msgid "The local variable `insn' has the value:"
4030 #: config/i386/dgux.h:62
4031 msgid "Retain standard MXDB information"
4034 #: config/i386/dgux.h:64
4035 msgid "Retain legend information"
4038 #: config/i386/dgux.h:67
4039 msgid "Generate external legend information"
4042 #: config/i386/dgux.h:69
4043 msgid "Emit identifying info in .s file"
4046 #: config/i386/dgux.h:71
4047 msgid "Warn when a function arg is a structure"
4050 #: config/i386/dgux.h:249
4051 msgid "argument is a structure"
4054 #: config/i386/i386.c:503
4056 msgid "bad value (%s) for -march= switch"
4059 #: config/i386/i386.c:516 config/mips/mips.c:4865
4061 msgid "bad value (%s) for -mcpu= switch"
4064 #: config/i386/i386.c:545
4066 msgid "Register '%c' is unknown"
4069 #: config/i386/i386.c:549
4071 msgid "Register '%c' already specified in allocation order"
4074 #: config/i386/i386.c:560
4076 msgid "-mregparm=%d is not between 0 and %d"
4079 #: config/i386/i386.c:570
4081 msgid "-malign-loops=%d is not between 0 and %d"
4084 #: config/i386/i386.c:580
4086 msgid "-malign-jumps=%d is not between 0 and %d"
4089 #: config/i386/i386.c:590
4091 msgid "-malign-functions=%d is not between 0 and %d"
4094 #: config/i386/i386.c:601
4096 msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
4099 #: config/i386/i386.c:611
4101 msgid "-mbranch-cost=%d is not between 0 and 5"
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
4108 msgid "floating constant misused"
4111 #: config/i386/i386.c:3018 config/sh/sh.c:5451
4112 msgid "invalid UNSPEC as operand"
4115 #: config/i386/i386.c:3024 config/pdp11/pdp11.c:1524 config/sh/sh.c:5457
4117 msgid "invalid expression as operand"
4120 #: config/i386/i386.h:45 config/mips/mips.h:176
4121 msgid "half-pic init called on systems that don't support it."
4124 #: config/i386/i386.h:232
4125 msgid "Same as -mcpu=i386"
4128 #: config/i386/i386.h:233
4129 msgid "Same as -mcpu=i486"
4132 #: config/i386/i386.h:234
4133 msgid "Same as -mcpu=pentium"
4136 #: config/i386/i386.h:235
4137 msgid "Same as -mcpu=pentiumpro"
4140 #: config/i386/i386.h:241
4141 msgid "Align some doubles on dword boundary"
4144 #: config/i386/i386.h:243
4145 msgid "Align doubles on word boundary"
4148 #: config/i386/i386.h:245
4149 msgid "Uninitialized locals in .bss"
4152 #: config/i386/i386.h:247
4153 msgid "Uninitialized locals in .data"
4156 #: config/i386/i386.h:249
4157 msgid "Use IEEE math for fp comparisons"
4160 #: config/i386/i386.h:251
4161 msgid "Do not use IEEE math for fp comparisons"
4164 #: config/i386/i386.h:253
4165 msgid "Return values of functions in FPU registers"
4168 #: config/i386/i386.h:255
4169 msgid "Do not return values of functions in FPU registers"
4172 #: config/i386/i386.h:257
4173 msgid "Do not generate sin, cos, sqrt for FPU"
4176 #: config/i386/i386.h:259
4177 msgid "Generate sin, cos, sqrt for FPU"
4180 #: config/i386/i386.h:261
4181 msgid "Omit the frame pointer in leaf functions"
4188 #: config/i386/i386.h:268
4189 msgid "Enable stack probing"
4194 #: config/i386/i386.h:273
4195 msgid "Emit Intel syntax assembler opcodes"
4198 #: config/i386/i386.h:276
4199 msgid "Align destination of the string operations"
4202 #: config/i386/i386.h:278
4203 msgid "Do not align destination of the string operations"
4206 #: config/i386/i386.h:280
4207 msgid "Inline all known string operations"
4210 #: config/i386/i386.h:282
4211 msgid "Do not inline all known string operations"
4214 #: config/i386/i386.h:284 config/i386/i386.h:288
4215 msgid "Use push instructions to save outgoing arguments"
4218 #: config/i386/i386.h:286 config/i386/i386.h:290
4219 msgid "Do not use push instructions to save outgoing arguments"
4222 #: config/i386/i386.h:291
4223 msgid "Support MMX builtins"
4226 #: config/i386/i386.h:293
4227 msgid "Do not support MMX builtins"
4230 #: config/i386/i386.h:295
4231 msgid "Support MMX and SSE builtins"
4234 #: config/i386/i386.h:297
4235 msgid "Do not support MMX and SSE builtins"
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.
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"
4251 #: config/i386/i386.h:332
4252 msgid "Generate code for given CPU"
4255 #: config/i386/i386.h:334
4256 msgid "Control allocation order of integer registers"
4259 #: config/i386/i386.h:336
4260 msgid "Number of registers used to pass integer arguments"
4263 #: config/i386/i386.h:338
4264 msgid "Loop code aligned to this power of 2"
4267 #: config/i386/i386.h:340
4268 msgid "Jump targets are aligned to this power of 2"
4271 #: config/i386/i386.h:342
4272 msgid "Function starts are aligned to this power of 2"
4275 #: config/i386/i386.h:345
4276 msgid "Attempt to keep stack aligned to this power of 2"
4279 #: config/i386/i386.h:347
4280 msgid "Branches are this expensive (1-5, arbitrary units)"
4283 #: config/i386/osf1elf.h:126
4284 msgid "Profiling uses mcount"
4287 #: config/i386/osfrose.h:63
4288 msgid "Emit half-PIC code"
4291 #. intentionally undoc
4292 #. intentionally undoc
4293 #: config/i386/osfrose.h:70
4294 msgid "Emit ELF object code"
4297 #: config/i386/osfrose.h:72
4298 msgid "Emit ROSE object code"
4301 #: config/i386/osfrose.h:74
4302 msgid "Symbols have a leading underscore"
4305 #: config/i386/osfrose.h:77
4306 msgid "Align to >word boundaries"
4309 #: config/i386/osfrose.h:80
4310 msgid "Use mcount for profiling"
4313 #: config/i386/osfrose.h:82
4314 msgid "Use mcount_ptr for profiling"
4317 #: config/i386/sco5.h:503 config/rs6000/sysv4.h:997
4319 msgid "%s causes a section type conflict"
4322 #: config/i386/sco5.h:898
4323 msgid "Generate COFF output"
4326 #: config/i386/sco5.h:899
4327 msgid "Generate ELF output"
4330 #: config/i386/winnt.c:300
4332 msgid "`%s' declared as both exported to and imported from a DLL."
4335 #: config/i386/winnt.c:328
4337 msgid "initialized variable `%s' is marked dllimport"
4340 #: config/i386/winnt.c:337
4342 msgid "static variable `%s' is marked dllimport"
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."
4351 #: config/i386/xm-djgpp.h:77
4353 msgid "Environment variable DJGPP points to missing file '%s'."
4356 #: config/i386/xm-djgpp.h:80
4358 msgid "Environment variable DJGPP points to corrupt file '%s'."
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"
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"
4375 #: config/i960/i960.c:124
4376 msgid "sorry, not implemented: #pragma align NAME=SIZE"
4379 #: config/i960/i960.c:129
4380 msgid "malformed #pragma align - ignored"
4383 #: config/i960/i960.c:167
4384 msgid "sorry, not implemented: #pragma noalign NAME"
4387 #: config/i960/i960.c:1515 config/m68k/m68k.c:406 config/rs6000/rs6000.c:5410
4388 msgid "stack limit expression is not supported"
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"
4402 #: config/i960/i960.h:244
4403 msgid "Generate SB code"
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"
4411 #: config/i960/i960.h:252
4412 msgid "Generate KB code"
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"
4420 #: config/i960/i960.h:259
4421 msgid "Generate JD code"
4424 #: config/i960/i960.h:262
4425 msgid "Generate JF code"
4428 #: config/i960/i960.h:264
4429 msgid "generate RP code"
4432 #: config/i960/i960.h:267
4433 msgid "Generate MC code"
4436 #: config/i960/i960.h:270
4437 msgid "Generate CA code"
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"
4445 #: config/i960/i960.h:286
4446 msgid "Use alternate leaf function entries"
4449 #: config/i960/i960.h:288
4450 msgid "Do not use alternate leaf function entries"
4453 #: config/i960/i960.h:290
4454 msgid "Perform tail call optimization"
4457 #: config/i960/i960.h:292
4458 msgid "Do not perform tail call optimization"
4461 #: config/i960/i960.h:294
4462 msgid "Use complex addressing modes"
4465 #: config/i960/i960.h:296
4466 msgid "Do not use complex addressing modes"
4469 #: config/i960/i960.h:298
4470 msgid "Align code to 8 byte boundary"
4473 #: config/i960/i960.h:300
4474 msgid "Do not align code to 8 byte boundary"
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"
4482 #: config/i960/i960.h:310
4483 msgid "Enable compatibility with iC960 v3.0"
4486 #: config/i960/i960.h:312 config/i960/i960.h:314
4487 msgid "Enable compatibility with ic960 assembler"
4490 #: config/i960/i960.h:316
4491 msgid "Do not permit unaligned accesses"
4494 #: config/i960/i960.h:318
4495 msgid "Permit unaligned accesses"
4498 #: config/i960/i960.h:320
4499 msgid "Layout types like Intel's v1.3 gcc"
4502 #: config/i960/i960.h:322
4503 msgid "Do not layout types like Intel's v1.3 gcc"
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"
4511 #: config/i960/i960.h:326
4512 msgid "Enable linker relaxation"
4515 #: config/i960/i960.h:328
4516 msgid "Do not enable linker relaxation"
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"
4526 #: config/i960/i960.h:348
4527 msgid "conflicting architectures defined - using K series"
4530 #: config/i960/i960.h:363
4531 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
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."
4539 #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
4540 msgid "-msystem-v and -p are incompatible"
4543 #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
4544 msgid "-msystem-v and -mthreads are incompatible"
4547 #: config/m32r/m32r.c:84
4549 msgid "bad value (%s) for -mmodel switch"
4552 #: config/m32r/m32r.c:93
4554 msgid "bad value (%s) for -msdata switch"
4557 #: config/m32r/m32r.c:381
4558 msgid "const objects cannot go in .sdata/.sbss"
4561 #: config/m32r/m32r.c:2188
4563 msgid "invalid operand to %s code"
4566 #: config/m32r/m32r.c:2195
4568 msgid "invalid operand to %p code"
4571 #: config/m32r/m32r.c:2303
4572 msgid "invalid operand to %T/%B code"
4575 #: config/m32r/m32r.c:2326
4576 msgid "invalid operand to %N code"
4579 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
4580 #: config/m32r/m32r.h:185
4581 msgid "Display compile time statistics"
4584 #: config/m32r/m32r.h:187
4585 msgid "Align all loops to 32 byte boundary"
4588 #: config/m32r/m32r.h:190
4589 msgid "Only issue one instruction per cycle"
4592 #: config/m32r/m32r.h:193
4593 msgid "Prefer branches over conditional execution"
4596 #: config/m32r/m32r.h:209
4597 msgid "Code size: small, medium or large"
4600 #: config/m32r/m32r.h:211
4601 msgid "Small data area: none, sdata, use"
4604 #: config/m68k/m68k.c:101
4606 msgid "-malign-loops=%d is not between 1 and %d"
4609 #: config/m68k/m68k.c:112
4611 msgid "-malign-jumps=%d is not between 1 and %d"
4614 #: config/m68k/m68k.c:123
4616 msgid "-malign-functions=%d is not between 1 and %d"
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
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"
4631 #: config/m88k/m88k.c:861
4633 msgid "Internal gcc monitor: short-branch(%x)"
4636 #: config/m88k/m88k.c:2268
4637 msgid "Internal gcc error: Can't express symbolic location"
4640 #: config/m88k/m88k.c:2549
4642 msgid "argument #%d is a structure"
4645 #: config/m88k/m88k.c:2864
4646 msgid "%R not followed by %B/C/D/E"
4649 #: config/m88k/m88k.c:2932
4651 msgid "invalid %x/X value"
4654 #: config/m88k/m88k.c:2937
4655 msgid "invalid %H value"
4658 #: config/m88k/m88k.c:2943
4659 msgid "invalid %h value"
4662 #: config/m88k/m88k.c:2949
4663 msgid "invalid %Q value"
4666 #: config/m88k/m88k.c:2955
4667 msgid "invalid %q value"
4670 #: config/m88k/m88k.c:2961
4672 msgid "invalid %o value"
4675 #: config/m88k/m88k.c:2968
4677 msgid "invalid %p value"
4680 #: config/m88k/m88k.c:2981 config/m88k/m88k.c:2986
4682 msgid "invalid %s/S value"
4685 #: config/m88k/m88k.c:2997
4686 msgid "invalid %P operand"
4689 #: config/m88k/m88k.c:3028
4690 msgid "invalid %B value"
4693 #: config/m88k/m88k.c:3045
4694 msgid "invalid %C value"
4697 #: config/m88k/m88k.c:3058
4698 msgid "invalid %D value"
4701 #: config/m88k/m88k.c:3066
4703 msgid "invalid %E value"
4706 #: config/m88k/m88k.c:3071
4708 msgid "`%d' operand isn't a register"
4711 #: config/m88k/m88k.c:3082
4712 msgid "invalid %r value"
4715 #: config/m88k/m88k.c:3089
4716 msgid "operand is r0"
4719 #: config/m88k/m88k.c:3103
4720 msgid "operand is const_double"
4723 #: config/m88k/m88k.c:3122
4724 msgid "invalid code"
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"
4732 #: config/m88k/m88k.h:299
4734 msgid "Invalid option `-mshort-data-%s'"
4737 #: config/m88k/m88k.h:304
4739 msgid "-mshort-data-%s is too large "
4742 #: config/m88k/m88k.h:306
4744 msgid "-mshort-data-%s and PIC are incompatible"
4747 #: config/mips/mips.c:4667
4749 msgid "-mips%d not supported"
4752 #: config/mips/mips.c:4674
4754 msgid "bad value (%s) for -mips switch"
4757 #: config/mips/mips.c:4693
4759 msgid "bad value (%s) for -mabi= switch"
4762 #: config/mips/mips.c:4723
4764 msgid "-mabi=%s does not support -mips%d"
4767 #: config/mips/mips.c:4740
4768 msgid "The -mabi=32 support does not work yet."
4771 #: config/mips/mips.c:4744
4772 msgid "This target does not support the -mabi switch."
4775 #: config/mips/mips.c:4878
4777 msgid "-mcpu=%s does not support -mips%d"
4780 #: config/mips/mips.c:4884
4782 msgid "-mips%d does not support 64 bit fp registers"
4785 #: config/mips/mips.c:4887
4787 msgid "-mips%d does not support 64 bit gp registers"
4790 #: config/mips/mips.c:4906
4791 msgid "-G is incompatible with PIC code which is the default"
4794 #: config/mips/mips.c:4922
4795 msgid "-membedded-pic and -mabicalls are incompatible"
4798 #: config/mips/mips.c:4925
4799 msgid "-G and -membedded-pic are incompatible"
4802 #: config/mips/mips.c:4977
4804 msgid "Invalid option `entry%s'"
4807 #: config/mips/mips.c:4980
4808 msgid "-mentry is only meaningful with -mips-16"
4811 #: config/mips/mips.c:5313
4812 msgid "internal error: %%) found without a %%( in assembler pattern"
4815 #: config/mips/mips.c:5327
4816 msgid "internal error: %%] found without a %%[ in assembler pattern"
4819 #: config/mips/mips.c:5340
4820 msgid "internal error: %%> found without a %%< in assembler pattern"
4823 #: config/mips/mips.c:5353
4824 msgid "internal error: %%} found without a %%{ in assembler pattern"
4827 #: config/mips/mips.c:5367
4829 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
4832 #: config/mips/mips.c:5376
4833 msgid "PRINT_OPERAND null pointer"
4836 #: config/mips/mips.c:5504
4838 msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
4841 #: config/mips/mips.c:5548
4842 msgid "PRINT_OPERAND_ADDRESS, null pointer"
4845 #: config/mips/mips.c:5803
4847 "MIPS ECOFF format does not allow changing filenames within functions with "
4851 #: config/mips/mips.c:6366
4853 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
4856 #: config/mips/mips.c:6583
4858 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
4861 #: config/mips/mips.c:8631
4863 msgid "can not handle inconsistent calls to `%s'"
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"
4875 #: config/mips/mips.h:337
4876 msgid "Use 64-bit int type"
4879 #: config/mips/mips.h:339
4880 msgid "Use 64-bit long type"
4883 #: config/mips/mips.h:341
4884 msgid "Use 32-bit long type"
4887 #: config/mips/mips.h:343
4888 msgid "Optimize lui/addiu address loads"
4891 #: config/mips/mips.h:345
4892 msgid "Don't optimize lui/addiu address loads"
4895 #: config/mips/mips.h:347
4899 #: config/mips/mips.h:349
4903 #: config/mips/mips.h:351
4904 msgid "Use symbolic register names"
4907 #: config/mips/mips.h:353
4908 msgid "Don't use symbolic register names"
4911 #: config/mips/mips.h:355 config/mips/mips.h:357
4912 msgid "Use GP relative sdata/sbss sections"
4915 #: config/mips/mips.h:359 config/mips/mips.h:361
4916 msgid "Don't use GP relative sdata/sbss sections"
4919 #: config/mips/mips.h:363
4920 msgid "Output compiler statistics"
4923 #: config/mips/mips.h:365