1 # German translation of gcc messages.
2 # Copyright © 2002, 2003 Free Software Foundation, Inc.
3 # Karl Eichwalder <ke@suse.de>, 2002, 2003.
4 # This file is distributed under the same license as the gcc package.
6 # Wer möchte an dieser Übersetzung arbeiten? Bitte bei de@li.org melden!
10 "Project-Id-Version: gcc 3.3-b20021230\n"
11 "POT-Creation-Date: 2002-12-30 18:56+0000\n"
12 "PO-Revision-Date: 2003-01-06 20:10+0100\n"
13 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
14 "Language-Team: German <de@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "`%s' attribute directive ignored"
22 msgstr "Attribut-Anweisung »%s« wird ignoriert"
26 msgid "wrong number of arguments specified for `%s' attribute"
27 msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
31 msgid "`%s' attribute does not apply to types"
36 msgid "`%s' attribute only applies to function types"
39 #: attribs.c:404 c-common.c:5253 c-common.c:5275 c-common.c:5297
40 #: c-common.c:5328 c-common.c:5350 c-common.c:5375 c-common.c:5398
41 #: c-common.c:5428 c-common.c:5466 c-common.c:5513 c-common.c:5543
42 #: c-common.c:5573 c-common.c:5596 c-common.c:5853 c-common.c:5875
43 #: c-common.c:5918 c-common.c:5995 c-common.c:6051 c-common.c:6112
44 #: c-common.c:6146 c-common.c:6500 config/arm/arm.c:2098 config/arm/arm.c:2125
45 #: config/avr/avr.c:4774 config/h8300/h8300.c:3649 config/h8300/h8300.c:3674
46 #: config/i386/i386.c:1396 config/i386/winnt.c:76
48 msgid "`%s' attribute ignored"
49 msgstr "Attribut »%s« wird ignoriert"
52 msgid "offset outside bounds of constant string"
56 msgid "second arg to `__builtin_prefetch' must be a constant"
60 msgid "invalid second arg to __builtin_prefetch; using zero"
64 msgid "third arg to `__builtin_prefetch' must be a constant"
68 msgid "invalid third arg to __builtin_prefetch; using zero"
71 #. ??? We used to try and build up a call to the out of line function,
72 #. guessing about what registers needed saving etc. This became much
73 #. harder with __builtin_va_start, since we don't have a tree for a
74 #. call to __builtin_saveregs to fall back on. There was exactly one
75 #. port (i860) that used this code, and I'm unconvinced it could actually
76 #. handle the general case. So we no longer try to handle anything
77 #. weird and make the backend absorb the evil.
79 msgid "__builtin_saveregs not supported by this target"
83 msgid "argument of `__builtin_args_info' must be constant"
87 msgid "argument of `__builtin_args_info' out of range"
91 msgid "missing argument in `__builtin_args_info'"
95 msgid "`va_start' used in function with fixed args"
99 msgid "second parameter of `va_start' not last named argument"
102 #. Evidently an out of date version of <stdarg.h>; can't validate
103 #. va_start's second argument, but can still work as intended.
105 msgid "`__builtin_next_arg' called without an argument"
109 msgid "too many arguments to function `va_start'"
113 msgid "first argument to `va_arg' not of type `va_list'"
116 #. Unfortunately, this is merely undefined, rather than a constraint
117 #. violation, so we cannot make this an error. If this call is never
118 #. executed, the program is still strictly conforming.
121 msgid "`%s' is promoted to `%s' when passed through `...'"
126 msgid "(so you should pass `%s' not `%s' to `va_arg')"
130 msgid "invalid arg to `__builtin_frame_address'"
134 msgid "invalid arg to `__builtin_return_address'"
138 msgid "unsupported arg to `__builtin_frame_address'"
142 msgid "unsupported arg to `__builtin_return_address'"
146 msgid "second arg to `__builtin_expect' must be a constant"
150 msgid "__builtin_longjmp second argument must be 1"
153 #. just do library call, if unknown builtin
154 #: builtins.c:4074 c-common.c:4437
156 msgid "built-in function `%s' not currently supported"
160 msgid "target format does not support infinity"
165 msgid "`%s' is not defined outside of function scope"
170 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
174 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
178 msgid "overflow in constant expression"
182 msgid "integer overflow in expression"
186 msgid "floating point overflow in expression"
190 msgid "vector overflow in expression"
193 #. This detects cases like converting -129 or 256 to unsigned char.
195 msgid "large integer implicitly truncated to unsigned type"
199 msgid "negative integer implicitly converted to unsigned type"
203 msgid "overflow in implicit constant conversion"
208 msgid "operation on `%s' may be undefined"
212 msgid "expression statement has incomplete type"
216 msgid "case label does not reduce to an integer constant"
220 msgid "invalid truth-value expression"
225 msgid "invalid operands to binary %s"
229 msgid "comparison is always false due to limited range of data type"
233 msgid "comparison is always true due to limited range of data type"
237 msgid "comparison of unsigned expression >= 0 is always true"
241 msgid "comparison of unsigned expression < 0 is always false"
245 msgid "pointer of type `void *' used in arithmetic"
249 msgid "pointer to a function used in arithmetic"
253 msgid "pointer to member function used in arithmetic"
257 msgid "pointer to a member used in arithmetic"
260 #: c-common.c:2741 f/com.c:14690
261 msgid "struct type value used where scalar is required"
264 #: c-common.c:2745 f/com.c:14694
265 msgid "union type value used where scalar is required"
268 #: c-common.c:2749 f/com.c:14698
269 msgid "array type value used where scalar is required"
272 #: c-common.c:2869 f/com.c:14831
273 msgid "suggest parentheses around assignment used as truth value"
276 #: c-common.c:2913 c-common.c:2945
277 msgid "invalid use of `restrict'"
281 msgid "invalid application of `sizeof' to a function type"
286 msgid "invalid application of `%s' to a void type"
291 msgid "invalid application of `%s' to an incomplete type"
295 msgid "`__alignof' applied to a bit-field"
300 msgid "cannot disable built-in function `%s'"
303 #: c-common.c:3765 c-typeck.c:1734
305 msgid "too few arguments to function `%s'"
308 #: c-common.c:3771 c-typeck.c:1587
310 msgid "too many arguments to function `%s'"
315 msgid "non-floating-point argument to function `%s'"
319 msgid "pointers are not permitted as case values"
323 msgid "ISO C++ forbids range expressions in switch statements"
327 msgid "ISO C forbids range expressions in switch statements"
331 msgid "empty range specified"
335 msgid "duplicate (or overlapping) case value"
339 msgid "this is the first entry overlapping that value"
343 msgid "duplicate case value"
347 msgid "previously used here"
351 msgid "multiple default labels in one switch"
355 msgid "this is the first default label"
359 msgid "ISO C++ forbids taking the address of a label"
363 msgid "ISO C forbids taking the address of a label"
368 msgid "declaration of `%s' shadows %s"
373 msgid "unknown machine mode `%s'"
378 msgid "no data type for mode `%s'"
381 #: c-common.c:5641 c-common.c:6242
383 msgid "unable to emulate '%s'"
387 msgid "section attribute cannot be specified for local variables"
392 msgid "section of `%s' conflicts with previous declaration"
397 msgid "section attribute not allowed for `%s'"
401 msgid "section attributes are not supported for this target"
405 msgid "requested alignment is not a constant"
409 msgid "requested alignment is not a power of 2"
413 msgid "requested alignment is too large"
418 msgid "alignment may not be specified for `%s'"
423 msgid "`%s' defined both normally and as an alias"
427 msgid "alias arg not a string"
431 msgid "visibility arg not a string"
435 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
439 msgid "tls_model arg not a string"
443 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
446 #: c-common.c:5962 c-common.c:6018
448 msgid "`%s' attribute applies only to functions"
451 #: c-common.c:5969 c-common.c:6025
453 msgid "can't set `%s' attribute after definition"
458 msgid "`%s' attribute ignored for `%s'"
463 msgid "invalid vector type for attribute `%s'"
466 #: c-common.c:6198 c-common.c:6230
467 msgid "no vector mode with the size and type specified could be found"
471 msgid "nonnull attribute without arguments on a non-prototype"
476 msgid "nonnull argument has invalid operand number (arg %lu)"
481 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
486 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
491 msgid "null argument where non-null required (arg %lu)"
494 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4045 cp/typeck.c:1617
496 msgid "void value not ignored as it ought to be"
499 #: c-convert.c:112 java/typeck.c:150
500 msgid "conversion to non-scalar type requested"
505 msgid "array `%s' assumed to have one element"
510 msgid "`struct %s' incomplete in scope ending here"
515 msgid "`union %s' incomplete in scope ending here"
520 msgid "`enum %s' incomplete in scope ending here"
523 #: c-decl.c:642 c-decl.c:767 java/decl.c:1399
525 msgid "label `%s' used but not defined"
528 #: c-decl.c:648 c-decl.c:774 java/decl.c:1405
530 msgid "label `%s' defined but not used"
533 #: c-decl.c:889 cp/decl.c:3058
535 msgid "function `%s' redeclared as inline"
538 #: c-decl.c:891 cp/decl.c:3060
540 msgid "previous declaration of function `%s' with attribute noinline"
543 #: c-decl.c:898 cp/decl.c:3067
545 msgid "function `%s' redeclared with attribute noinline"
548 #: c-decl.c:900 cp/decl.c:3069
550 msgid "previous declaration of function `%s' was inline"
553 #: c-decl.c:929 c-decl.c:975
555 msgid "shadowing built-in function `%s'"
560 msgid "shadowing library function `%s'"
565 msgid "library function `%s' declared as non-function"
568 #: c-decl.c:941 c-decl.c:944
570 msgid "built-in function `%s' declared as non-function"
573 #: c-decl.c:948 objc/objc-act.c:2384 objc/objc-act.c:6154
575 msgid "`%s' redeclared as different kind of symbol"
578 #: c-decl.c:949 c-decl.c:1140 c-decl.c:1147 c-decl.c:1154 c-decl.c:1299
579 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
581 msgid "previous declaration of `%s'"
584 #. If types don't match for a built-in, throw away the built-in.
587 msgid "conflicting types for built-in function `%s'"
590 #: c-decl.c:1087 c-decl.c:1106
592 msgid "conflicting types for `%s'"
596 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
600 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
605 msgid "thread-local declaration of `%s' follows non thread-local declaration"
610 msgid "non thread-local declaration of `%s' follows thread-local declaration"
613 #: c-decl.c:1164 c-decl.c:1187
615 msgid "redefinition of `%s'"
620 msgid "redeclaration of `%s'"
625 msgid "conflicting declarations of `%s'"
630 msgid "prototype for `%s' follows"
633 #: c-decl.c:1215 c-decl.c:1223 c-decl.c:1234
634 msgid "non-prototype definition here"
639 msgid "prototype for `%s' follows and number of arguments doesn't match"
644 msgid "prototype for `%s' follows and argument %d doesn't match"
649 msgid "`%s' declared inline after being called"
654 msgid "`%s' declared inline after its definition"
659 msgid "static declaration for `%s' follows non-static"
664 msgid "non-static declaration for `%s' follows static"
669 msgid "const declaration for `%s' follows non-const"
674 msgid "type qualifiers for `%s' conflict with previous decl"
679 msgid "redundant redeclaration of `%s' in same scope"
682 #: c-decl.c:1599 java/decl.c:1098
684 msgid "declaration of `%s' shadows a parameter"
687 #: c-decl.c:1602 java/decl.c:1101
689 msgid "declaration of `%s' shadows a symbol from the parameter list"
692 #: c-decl.c:1623 cp/decl.c:4176
696 #: c-decl.c:1625 cp/decl.c:4193
697 msgid "a previous local"
700 #. XXX shadow warnings in outer-more namespaces
701 #: c-decl.c:1629 cp/decl.c:4197
702 msgid "a global declaration"
707 msgid "nested extern declaration of `%s'"
710 #: c-decl.c:1692 java/decl.c:1051
712 msgid "`%s' used prior to declaration"
715 #: c-decl.c:1706 c-decl.c:1881
717 msgid "`%s' was declared implicitly `extern' and later `static'"
720 #: c-decl.c:1809 cp/decl.c:4035
721 msgid "type mismatch with previous external decl"
726 msgid "previous external decl of `%s'"
730 msgid "type mismatch with previous implicit declaration"
735 msgid "previous implicit declaration of `%s'"
740 msgid "`%s' was previously implicitly declared to return `int'"
745 msgid "`%s' was declared `extern' and later `static'"
750 msgid "extern declaration of `%s' doesn't match global one"
755 msgid "`%s' locally external but globally static"
760 msgid "function `%s' was previously declared within a block"
763 #: c-decl.c:2093 c-decl.c:2095
765 msgid "implicit declaration of function `%s'"
770 msgid "label %s referenced outside of any function"
775 msgid "duplicate label declaration `%s'"
779 msgid "this is a previous declaration"
783 msgid "unnamed struct/union that defines no instances"
787 msgid "useless keyword or type name in empty declaration"
791 msgid "two types specified in one empty declaration"
794 #: c-decl.c:2688 c-parse.y:753 c-parse.y:755 parse.y:765 parse.y:1835
795 #: objc-parse.y:800 objc-parse.y:802 objc-parse.y:3043
796 msgid "empty declaration"
797 msgstr "leere Deklaration"
800 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
805 msgid "ISO C90 does not support `[*]' array declarators"
806 msgstr "ISO C89 unterstützt nicht »long long«"
809 msgid "GCC does not yet properly implement `[*]' array declarators"
813 msgid "static or type qualifiers in abstract declarator"
818 msgid "`%s' is usually a function"
823 msgid "typedef `%s' is initialized (use __typeof__ instead)"
828 msgid "function `%s' is initialized like a variable"
831 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
834 msgid "parameter `%s' is initialized"
837 #: c-decl.c:2858 c-typeck.c:4854
838 msgid "variable-sized object may not be initialized"
843 msgid "variable `%s' has initializer but incomplete type"
848 msgid "elements of array `%s' have incomplete type"
853 msgid "declaration of `%s' has `extern' and is initialized"
856 #: c-decl.c:2932 c-decl.c:5694 cp/decl.c:7353 cp/decl.c:13860
858 msgid "inline function `%s' given attribute noinline"
863 msgid "initializer fails to determine size of `%s'"
868 msgid "array size missing in `%s'"
873 msgid "zero or negative size array `%s'"
878 msgid "storage size of `%s' isn't known"
883 msgid "storage size of `%s' isn't constant"
888 msgid "ignoring asm-specifier for non-static local variable `%s'"
893 msgid "ISO C forbids parameter `%s' shadowing typedef"
896 #: c-decl.c:3535 cp/decl.c:10433
897 msgid "`long long long' is too long for GCC"
898 msgstr "»long long long« ist für GCC zu lang"
901 msgid "ISO C90 does not support `long long'"
902 msgstr "ISO C90 unterstützt nicht »long long«"
904 #: c-decl.c:3549 c-decl.c:3552 cp/decl.c:10438
906 msgid "duplicate `%s'"
909 #: c-decl.c:3562 cp/decl.c:10445
910 msgid "`__thread' before `extern'"
913 #: c-decl.c:3564 cp/decl.c:10447
914 msgid "`__thread' before `static'"
917 #: c-decl.c:3572 cp/decl.c:10474
919 msgid "two or more data types in declaration of `%s'"
922 #: c-decl.c:3592 cp/decl.c:10479
924 msgid "`%s' fails to be a typedef or built in type"
929 msgid "type defaults to `int' in declaration of `%s'"
934 msgid "both long and short specified for `%s'"
937 #: c-decl.c:3664 cp/decl.c:10594
939 msgid "long or short specified with char for `%s'"
942 #: c-decl.c:3671 cp/decl.c:10598
944 msgid "long or short specified with floating type for `%s'"
948 msgid "the only valid combination is `long double'"
953 msgid "both signed and unsigned specified for `%s'"
956 #: c-decl.c:3682 cp/decl.c:10587
958 msgid "long, short, signed or unsigned invalid for `%s'"
961 #: c-decl.c:3688 cp/decl.c:10607
963 msgid "long, short, signed or unsigned used invalidly for `%s'"
966 #: c-decl.c:3706 cp/decl.c:10628
968 msgid "complex invalid for `%s'"
972 msgid "ISO C90 does not support complex types"
973 msgstr "ISO C90 unterstützt nicht komplexe Typen"
976 msgid "ISO C does not support plain `complex' meaning `double complex'"
979 #: c-decl.c:3766 c-decl.c:3778
980 msgid "ISO C does not support complex integer types"
983 #: c-decl.c:3793 c-decl.c:4246 cp/decl.c:11241
984 msgid "duplicate `const'"
987 #: c-decl.c:3795 c-decl.c:4250 cp/decl.c:11245
988 msgid "duplicate `restrict'"
991 #: c-decl.c:3797 c-decl.c:4248 cp/decl.c:11243
992 msgid "duplicate `volatile'"
995 #: c-decl.c:3825 cp/decl.c:10791
997 msgid "multiple storage classes in declaration of `%s'"
1001 msgid "function definition declared `auto'"
1005 msgid "function definition declared `register'"
1009 msgid "function definition declared `typedef'"
1013 msgid "function definition declared `__thread'"
1018 msgid "storage class specified for structure field `%s'"
1021 #: c-decl.c:3858 cp/decl.c:10838
1023 msgid "storage class specified for parameter `%s'"
1026 #: c-decl.c:3861 cp/decl.c:10840
1027 msgid "storage class specified for typename"
1030 #: c-decl.c:3873 cp/decl.c:10855
1032 msgid "`%s' initialized and declared `extern'"
1035 #: c-decl.c:3875 cp/decl.c:10858
1037 msgid "`%s' has both `extern' and initializer"
1040 #: c-decl.c:3880 cp/decl.c:10866
1042 msgid "top-level declaration of `%s' specifies `auto'"
1045 #: c-decl.c:3885 cp/decl.c:10862
1047 msgid "nested function `%s' declared `extern'"
1050 #: c-decl.c:3891 cp/decl.c:10872
1052 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1055 #. Only the innermost declarator (making a parameter be of
1056 #. array type which is converted to pointer type)
1057 #. may have static or type qualifiers.
1058 #: c-decl.c:3930 c-decl.c:4118
1059 msgid "static or type qualifiers in non-parameter array declarator"
1064 msgid "declaration of `%s' as array of voids"
1069 msgid "declaration of `%s' as array of functions"
1072 #: c-decl.c:3985 c-decl.c:5250
1073 msgid "invalid use of structure with flexible array member"
1078 msgid "size of array `%s' has non-integer type"
1083 msgid "ISO C forbids zero-size array `%s'"
1088 msgid "size of array `%s' is negative"
1093 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1098 msgid "ISO C90 forbids variable-size array `%s'"
1101 #: c-decl.c:4062 c-decl.c:4272 cp/decl.c:11450
1103 msgid "size of array `%s' is too large"
1108 msgid "ISO C90 does not support flexible array members"
1109 msgstr "ISO C90 unterstützt nicht komplexe Typen"
1112 msgid "array type has incomplete element type"
1115 #: c-decl.c:4092 c-decl.c:4322
1116 msgid "ISO C forbids const or volatile function types"
1119 #: c-decl.c:4138 cp/decl.c:10998
1121 msgid "`%s' declared as function returning a function"
1124 #: c-decl.c:4143 cp/decl.c:11003
1126 msgid "`%s' declared as function returning an array"
1130 msgid "ISO C forbids qualified void function return type"
1134 msgid "type qualifiers ignored on function return type"
1137 #: c-decl.c:4204 c-decl.c:4287 c-decl.c:4411 c-decl.c:4503
1138 msgid "ISO C forbids qualified function types"
1141 #: c-decl.c:4244 cp/decl.c:11237
1142 msgid "invalid type modifier within pointer declarator"
1145 #: c-decl.c:4342 cp/decl.c:11732
1147 msgid "variable or field `%s' declared void"
1151 msgid "attributes in parameter array declarator ignored"
1155 msgid "invalid type modifier within array declarator"
1160 msgid "field `%s' declared as a function"
1165 msgid "field `%s' has incomplete type"
1168 #: c-decl.c:4483 c-decl.c:4485 c-decl.c:4487 c-decl.c:4494
1170 msgid "invalid storage class for function `%s'"
1174 msgid "`noreturn' function returns non-void value"
1178 msgid "cannot inline function `main'"
1183 msgid "variable `%s' declared `inline'"
1186 #. A mere warning is sure to result in improper semantics
1187 #. at runtime. Don't bother to allow this to compile.
1188 #: c-decl.c:4605 cp/decl.c:9511
1189 msgid "thread-local storage not supported for this target"
1192 #: c-decl.c:4660 c-decl.c:5746
1193 msgid "function declaration isn't a prototype"
1197 msgid "parameter names (without types) in function declaration"
1200 #: c-decl.c:4698 c-decl.c:6116
1202 msgid "parameter `%s' has incomplete type"
1206 msgid "parameter has incomplete type"
1211 msgid "parameter `%s' points to incomplete type"
1215 msgid "parameter points to incomplete type"
1220 msgid "parameter `%s' has just a forward declaration"
1224 msgid "`void' in parameter list must be the entire list"
1229 msgid "`struct %s' declared inside parameter list"
1234 msgid "`union %s' declared inside parameter list"
1239 msgid "`enum %s' declared inside parameter list"
1243 msgid "anonymous struct declared inside parameter list"
1247 msgid "anonymous union declared inside parameter list"
1251 msgid "anonymous enum declared inside parameter list"
1255 msgid "its scope is only this definition or declaration, which is probably not what you want"
1260 msgid "redefinition of `union %s'"
1265 msgid "redefinition of `struct %s'"
1268 #: c-decl.c:5033 cp/decl.c:7125
1269 msgid "declaration does not declare anything"
1272 #: c-decl.c:5075 c-decl.c:5078
1274 msgid "%s defined inside parms"
1277 #: c-decl.c:5076 c-decl.c:5079 c-decl.c:5090
1281 #: c-decl.c:5076 c-decl.c:5079
1287 msgid "%s has no %s"
1295 msgid "named members"
1304 msgid "nested redefinition of `%s'"
1309 msgid "bit-field `%s' width not an integer constant"
1314 msgid "bit-field `%s' has invalid type"
1319 msgid "bit-field `%s' type invalid in ISO C"
1324 msgid "negative width in bit-field `%s'"
1329 msgid "width of `%s' exceeds its type"
1334 msgid "zero width for bit-field `%s'"
1339 msgid "`%s' is narrower than values of its type"
1343 msgid "flexible array member in union"
1347 msgid "flexible array member not at end of struct"
1351 msgid "flexible array member in otherwise empty struct"
1356 msgid "duplicate member `%s'"
1360 msgid "union cannot be made transparent"
1363 #. This enum is a named one that has been declared already.
1366 msgid "redeclaration of `enum %s'"
1370 msgid "enum defined inside parms"
1374 msgid "enumeration values exceed range of largest integer"
1379 msgid "enumerator value for `%s' not integer constant"
1383 msgid "overflow in enumeration values"
1387 msgid "ISO C restricts enumerator values to range of `int'"
1391 msgid "return type is an incomplete type"
1395 msgid "return type defaults to `int'"
1400 msgid "no previous prototype for `%s'"
1405 msgid "`%s' was used with no prototype before its definition"
1410 msgid "no previous declaration for `%s'"
1415 msgid "`%s' was used with no declaration before its definition"
1418 #: c-decl.c:5799 c-decl.c:6352
1420 msgid "return type of `%s' is not `int'"
1425 msgid "first argument of `%s' should be `int'"
1430 msgid "second argument of `%s' should be `char **'"
1435 msgid "third argument of `%s' should probably be `char **'"
1440 msgid "`%s' takes only zero or two arguments"
1445 msgid "`%s' is normally a non-static function"
1449 msgid "parm types given both in parmlist and separately"
1453 msgid "parameter name omitted"
1456 #: c-decl.c:5968 c-decl.c:6070
1458 msgid "parameter `%s' declared void"
1462 msgid "parameter name missing from parameter list"
1467 msgid "multiple parameters named `%s'"
1470 #: c-decl.c:6085 c-decl.c:6087
1472 msgid "type of `%s' defaults to `int'"
1477 msgid "declaration for parameter `%s' but no such parameter"
1481 msgid "number of arguments doesn't match prototype"
1486 msgid "promoted argument `%s' doesn't match prototype"
1491 msgid "argument `%s' doesn't match prototype"
1494 #: c-decl.c:6384 cp/decl.c:14547
1495 msgid "no return statement in function returning non-void"
1499 msgid "this function may return with or without a value"
1504 msgid "size of return value of `%s' is %u bytes"
1509 msgid "size of return value of `%s' is larger than %d bytes"
1512 #. If we get here, declarations have been used in a for loop without
1513 #. the C99 for loop scope. This doesn't make much sense, so don't
1516 msgid "`for' loop initial declaration used outside C99 mode"
1521 msgid "`struct %s' declared in `for' loop initial declaration"
1526 msgid "`union %s' declared in `for' loop initial declaration"
1531 msgid "`enum %s' declared in `for' loop initial declaration"
1536 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1541 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1546 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1549 #: c-format.c:109 c-format.c:191
1550 msgid "format string arg not a string type"
1554 msgid "args to be formatted is not '...'"
1558 msgid "strftime formats cannot format arguments"
1561 #: c-format.c:168 c-format.c:270
1562 msgid "format string has invalid operand number"
1566 msgid "function does not return string type"
1570 msgid "unrecognized format specifier"
1575 msgid "`%s' is an unrecognized format function type"
1579 msgid "format string arg follows the args to be formatted"
1587 msgid "the ` ' printf flag"
1590 #: c-format.c:602 c-format.c:673
1595 msgid "the `+' printf flag"
1598 #: c-format.c:603 c-format.c:649
1603 msgid "the `#' printf flag"
1606 #: c-format.c:604 c-format.c:647
1611 msgid "the `0' printf flag"
1614 #: c-format.c:605 c-format.c:646 c-format.c:676
1619 msgid "the `-' printf flag"
1622 #: c-format.c:606 c-format.c:630
1627 msgid "the `'' printf flag"
1630 #: c-format.c:607 c-format.c:631
1635 msgid "the `I' printf flag"
1638 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1643 msgid "field width in printf format"
1651 msgid "precision in printf format"
1654 #: c-format.c:610 c-format.c:629 c-format.c:680
1655 msgid "length modifier"
1659 msgid "length modifier in printf format"
1663 msgid "assignment suppression"
1667 msgid "the assignment suppression scanf feature"
1675 msgid "the `a' scanf flag"
1679 msgid "field width in scanf format"
1683 msgid "length modifier in scanf format"
1687 msgid "the `'' scanf flag"
1691 msgid "the `I' scanf flag"
1699 msgid "the `_' strftime flag"
1703 msgid "the `-' strftime flag"
1707 msgid "the `0' strftime flag"
1710 #: c-format.c:648 c-format.c:672
1715 msgid "the `^' strftime flag"
1719 msgid "the `#' strftime flag"
1723 msgid "field width in strftime format"
1727 msgid "`E' modifier"
1731 msgid "the `E' strftime modifier"
1735 msgid "`O' modifier"
1739 msgid "the `O' strftime modifier"
1743 msgid "the `O' modifier"
1747 msgid "fill character"
1751 msgid "fill character in strfmon format"
1755 msgid "the `^' strfmon flag"
1759 msgid "the `+' strfmon flag"
1767 msgid "the `(' strfmon flag"
1775 msgid "the `!' strfmon flag"
1779 msgid "the `-' strfmon flag"
1783 msgid "field width in strfmon format"
1787 msgid "left precision"
1791 msgid "left precision in strfmon format"
1795 msgid "right precision"
1799 msgid "right precision in strfmon format"
1803 msgid "length modifier in strfmon format"
1808 msgid "function might be possible candidate for `%s' format attribute"
1811 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1812 msgid "missing $ operand number in format"
1817 msgid "%s does not support %%n$ operand number formats"
1821 msgid "operand number out of range in format"
1826 msgid "format argument %d used more than once in %s format"
1831 msgid "format argument %d unused before used argument %d in $-style format"
1835 msgid "format not a string literal, format string not checked"
1839 msgid "format not a string literal and no format arguments"
1843 msgid "format not a string literal, argument types not checked"
1847 msgid "too many arguments for format"
1851 msgid "unused arguments in $-style format"
1856 msgid "zero-length %s format string"
1860 msgid "format is a wide character string"
1864 msgid "unterminated format string"
1868 msgid "embedded `\\0' in format"
1873 msgid "spurious trailing `%%' in format"
1876 #: c-format.c:1635 c-format.c:1872
1878 msgid "repeated %s in format"
1882 msgid "missing fill character at end of strfmon format"
1885 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1886 msgid "too few arguments for format"
1891 msgid "zero width in %s format"
1896 msgid "empty left precision in %s format"
1900 msgid "field precision"
1905 msgid "empty precision in %s format"
1910 msgid "%s does not support the `%s' %s length modifier"
1914 msgid "conversion lacks type at end of format"
1919 msgid "unknown conversion type character `%c' in format"
1924 msgid "unknown conversion type character 0x%x in format"
1929 msgid "%s does not support the `%%%c' %s format"
1934 msgid "%s used with `%%%c' %s format"
1939 msgid "%s does not support %s"
1944 msgid "%s does not support %s with the `%%%c' %s format"
1949 msgid "%s ignored with %s and `%%%c' %s format"
1954 msgid "%s ignored with %s in %s format"
1959 msgid "use of %s and %s together with `%%%c' %s format"
1964 msgid "use of %s and %s together in %s format"
1969 msgid "`%%%c' yields only last 2 digits of year in some locales"
1974 msgid "`%%%c' yields only last 2 digits of year"
1977 #. The end of the format string was reached.
1980 msgid "no closing `]' for `%%[' format"
1985 msgid "use of `%s' length modifier with `%c' type character"
1990 msgid "%s does not support the `%%%s%c' %s format"
1994 msgid "operand number specified with suppressed assignment"
1998 msgid "operand number specified for format taking no argument"
2003 msgid "writing through null pointer (arg %d)"
2008 msgid "reading through null pointer (arg %d)"
2013 msgid "writing into constant object (arg %d)"
2018 msgid "extra type qualifiers in format argument (arg %d)"
2023 msgid "format argument is not a pointer (arg %d)"
2028 msgid "format argument is not a pointer to a pointer (arg %d)"
2036 msgid "different type"
2041 msgid "%s is not type %s (arg %d)"
2046 msgid "%s format, %s arg (arg %d)"
2050 msgid "YYDEBUG not defined"
2051 msgstr "YYDEBUG ist nicht definiert"
2054 msgid "badly nested C headers from preprocessor"
2059 msgid "ignoring #pragma %s %s"
2064 msgid "universal-character-name '\\U%08x' not valid in identifier"
2069 msgid "universal-character-name '\\u%04x' not valid in identifier"
2074 msgid "stray '%c' in program"
2079 msgid "stray '\\%o' in program"
2083 msgid "this decimal constant is unsigned only in ISO C90"
2087 msgid "this decimal constant would be unsigned in ISO C90"
2092 msgid "integer constant is too large for \"%s\" type"
2097 msgid "floating constant exceeds range of \"%s\""
2100 #: c-lex.c:973 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2101 msgid "ignoring invalid multibyte character"
2102 msgstr "ungültiges Multibyte-Zeichen wird ignoriert"
2106 msgid "missing argument to \"-%s\""
2111 msgid "no class name specified with \"-%s\""
2116 msgid "missing filename after \"-%s\""
2121 msgid "missing target after \"-%s\""
2126 msgid "options array incorrectly sorted: %s is before %s"
2131 msgid "too many filenames given. Type %s --help for usage"
2135 msgid "-Wno-strict-prototypes is not supported in C++"
2140 msgid "switch \"%s\" is no longer supported"
2145 msgid "switch \"%s\" is deprecated, please see documentation for details"
2149 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2153 msgid "output filename specified twice"
2157 msgid "-Wformat-y2k ignored without -Wformat"
2161 msgid "-Wformat-extra-args ignored without -Wformat"
2165 msgid "-Wformat-zero-length ignored without -Wformat"
2169 msgid "-Wformat-nonliteral ignored without -Wformat"
2173 msgid "-Wformat-security ignored without -Wformat"
2177 msgid "-Wmissing-format-attribute ignored without -Wformat"
2182 msgid "opening output file %s"
2183 msgstr "Ausgabedatei »%s« wird geöffnet"
2187 msgid "opening dependency file %s"
2192 msgid "closing dependency file %s"
2197 msgid "when writing output to %s"
2201 msgid "to generate dependencies you must specify either -M or -MM"
2202 msgstr "Um Abhängigkeiten zu erzeugen müssen Sie entweder -M oder -MM angeben"
2206 msgid "\"-%s\" is valid for %s but not for %s"
2209 #. To keep the lines from getting too long for some compilers, limit
2210 #. to about 500 characters (6 lines) per chunk.
2214 " -include <file> Include the contents of <file> before other files\n"
2215 " -imacros <file> Accept definition of macros in <file>\n"
2216 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2217 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2218 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2219 " -isystem <dir> Add <dir> to the start of the system include path\n"
2224 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2225 " -I <dir> Add <dir> to the end of the main include path\n"
2226 " -I- Fine-grained include path control; see info docs\n"
2227 " -nostdinc Do not search system include directories\n"
2228 " (dirs specified with -isystem will still be used)\n"
2229 " -nostdinc++ Do not search system include directories for C++\n"
2230 " -o <file> Put output into <file>\n"
2235 " -trigraphs Support ISO C trigraphs\n"
2236 " -std=<std name> Specify the conformance standard; one of:\n"
2237 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2238 " iso9899:199409, iso9899:1999, c++98\n"
2239 " -w Inhibit warning messages\n"
2240 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2241 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2246 " -W[no-]traditional Warn about features not present in traditional C\n"
2247 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2248 " -W[no-]import Warn about the use of the #import directive\n"
2253 " -W[no-]error Treat all warnings as errors\n"
2254 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2255 " -W[no-]all Enable most preprocessor warnings\n"
2260 " -M Generate make dependencies\n"
2261 " -MM As -M, but ignore system header files\n"
2262 " -MD Generate make dependencies and compile\n"
2263 " -MMD As -MD, but ignore system header files\n"
2264 " -MF <file> Write dependency output to the given file\n"
2265 " -MG Treat missing header file as generated files\n"
2270 " -MP\t\t\t Generate phony targets for all headers\n"
2271 " -MQ <target> Add a MAKE-quoted target\n"
2272 " -MT <target> Add an unquoted target\n"
2277 " -D<macro> Define a <macro> with string '1' as its value\n"
2278 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2279 " -A<question>=<answer> Assert the <answer> to <question>\n"
2280 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2281 " -U<macro> Undefine <macro> \n"
2282 " -v Display the version number\n"
2287 " -H Print the name of header files as they are used\n"
2288 " -C Do not discard comments\n"
2289 " -dM Display a list of macro definitions active at end\n"
2290 " -dD Preserve macro definitions in output\n"
2291 " -dN As -dD except that only the names are preserved\n"
2292 " -dI Include #include directives in the output\n"
2297 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2298 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2299 " -P Do not generate #line directives\n"
2300 " -remap Remap file names when including files\n"
2301 " --help Display this information\n"
2304 #. Like YYERROR but do call yyerror.
2305 #: c-parse.y:55 parse.y:48 objc-parse.y:56
2306 msgid "syntax error"
2307 msgstr "Syntaxfehler"
2309 #: /usr/share/bison/bison.simple:179
2310 msgid "syntax error: cannot back up"
2313 #: c-parse.y:325 objc-parse.y:347
2314 msgid "ISO C forbids an empty source file"
2315 msgstr "ISO C erlaubt keine leeren Quelldateien"
2317 #: c-parse.y:366 c-typeck.c:6867 objc-parse.y:389
2318 msgid "argument of `asm' is not a constant string"
2321 #: c-parse.y:374 objc-parse.y:397
2322 msgid "ISO C forbids data definition with no type or storage class"
2325 #: c-parse.y:376 objc-parse.y:399
2326 msgid "data definition has no type or storage class"
2329 #: c-parse.y:389 objc-parse.y:412
2330 msgid "ISO C does not allow extra `;' outside of a function"
2333 #: c-parse.y:449 cppexp.c:1312
2334 msgid "traditional C rejects the unary plus operator"
2337 #: c-parse.y:496 objc-parse.y:519
2338 msgid "`sizeof' applied to a bit-field"
2341 #: c-parse.y:583 objc-parse.y:606
2342 msgid "ISO C forbids omitting the middle term of a ?: expression"
2345 #: c-parse.y:632 objc-parse.y:655
2346 msgid "ISO C89 forbids compound literals"
2349 #: c-parse.y:646 objc-parse.y:669
2350 msgid "ISO C forbids braced-groups within expressions"
2353 #: c-parse.y:677 objc-parse.y:700
2354 msgid "first argument to __builtin_choose_expr not a constant"
2357 #: c-parse.y:721 objc-parse.y:768
2358 msgid "traditional C rejects ISO C style function definitions"
2361 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2362 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2363 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2364 #: c-parse.y:1156 parse.y:1915 parse.y:1922 parse.y:1957 objc-parse.y:1032
2365 #: objc-parse.y:1038 objc-parse.y:1044 objc-parse.y:1050 objc-parse.y:1071
2366 #: objc-parse.y:1077 objc-parse.y:1083 objc-parse.y:1089 objc-parse.y:1122
2367 #: objc-parse.y:1128 objc-parse.y:1134 objc-parse.y:1140 objc-parse.y:1185
2368 #: objc-parse.y:1191 objc-parse.y:1197 objc-parse.y:1203
2370 msgid "`%s' is not at beginning of declaration"
2371 msgstr "»%s« ist nicht am Beginn einer Deklaration"
2373 #: c-parse.y:1441 objc-parse.y:1497
2374 msgid "ISO C forbids empty initializer braces"
2377 #: c-parse.y:1455 objc-parse.y:1511
2378 msgid "ISO C89 forbids specifying subobject to initialize"
2381 #: c-parse.y:1458 objc-parse.y:1514
2382 msgid "obsolete use of designated initializer without `='"
2385 #: c-parse.y:1462 objc-parse.y:1518
2386 msgid "obsolete use of designated initializer with `:'"
2389 #: c-parse.y:1489 objc-parse.y:1545
2390 msgid "ISO C forbids specifying range of elements to initialize"
2393 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1553 objc-parse.y:1584
2394 msgid "ISO C forbids nested functions"
2395 msgstr "ISO C verbietet verschachtelte Funktionen"
2397 #: c-parse.y:1703 objc-parse.y:1761
2398 msgid "ISO C forbids forward references to `enum' types"
2401 #: c-parse.y:1715 parse.y:2385 objc-parse.y:1773
2402 msgid "comma at end of enumerator list"
2405 #: c-parse.y:1723 objc-parse.y:1781
2406 msgid "no semicolon at end of struct or union"
2409 #: c-parse.y:1732 objc-parse.y:1790 objc-parse.y:2865
2410 msgid "extra semicolon in struct or union specified"
2413 #: c-parse.y:1745 objc-parse.y:1817
2414 msgid "ISO C doesn't support unnamed structs/unions"
2417 #: c-parse.y:1754 objc-parse.y:1826
2418 msgid "ISO C forbids member declarations with no members"
2421 #: c-parse.y:1913 objc-parse.y:1985
2422 msgid "deprecated use of label at end of compound statement"
2425 #: c-parse.y:1930 objc-parse.y:2002
2426 msgid "ISO C89 forbids mixed declarations and code"
2429 #: c-parse.y:2005 objc-parse.y:2081
2430 msgid "ISO C forbids label declarations"
2433 #: c-parse.y:2055 parse.y:1627 objc-parse.y:2131
2434 msgid "braced-group within expression allowed only inside a function"
2437 #: c-parse.y:2182 objc-parse.y:2258
2438 msgid "empty body in an else-statement"
2441 #: c-parse.y:2303 objc-parse.y:2379
2442 msgid "ISO C forbids `goto *expr;'"
2443 msgstr "ISO C verbietet »goto *expr;«"
2445 #: c-parse.y:2403 objc-parse.y:2479
2446 msgid "ISO C forbids forward parameter declarations"
2449 #. Gcc used to allow this as an extension. However, it does
2450 #. not work for all targets, and thus has been disabled.
2451 #. Also, since func (...) and func () are indistinguishable,
2452 #. it caused problems with the code in expand_builtin which
2453 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2455 #: c-parse.y:2429 objc-parse.y:2505
2456 msgid "ISO C requires a named argument before `...'"
2459 #: c-parse.y:2526 objc-parse.y:2602
2460 msgid "`...' in old-style identifier list"
2463 #: /usr/share/bison/bison.simple:795
2464 msgid "parse error; also virtual memory exhausted"
2467 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2471 #: /usr/share/bison/bison.simple:924
2472 msgid "parser stack overflow"
2475 #: c-parse.y:2838 cp/spew.c:1521 objc-parse.y:3538
2477 msgid "%s at end of input"
2478 msgstr "%s am Ende der Eingabe"
2480 #: c-parse.y:2844 cp/spew.c:1527 objc-parse.y:3544
2482 msgid "%s before %s'%c'"
2483 msgstr "%s vor %s'%c'"
2485 #: c-parse.y:2846 cp/spew.c:1529 objc-parse.y:3546
2487 msgid "%s before %s'\\x%x'"
2488 msgstr "%s vor %s'\\x%x'"
2490 #: c-parse.y:2850 cp/spew.c:1533 objc-parse.y:3550
2492 msgid "%s before string constant"
2495 #: c-parse.y:2852 cp/spew.c:1535 objc-parse.y:3552
2497 msgid "%s before numeric constant"
2500 #: c-parse.y:2854 objc-parse.y:3554
2502 msgid "%s before \"%s\""
2503 msgstr "%s vor \"%s\""
2505 #: c-parse.y:2856 objc-parse.y:3556
2507 msgid "%s before '%s' token"
2511 msgid "traditional C rejects string concatenation"
2514 #: c-parse.y:3047 objc-parse.y:3780
2516 msgid "syntax error at '%s' token"
2520 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2525 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2529 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2533 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2537 msgid "missing '(' after '#pragma pack' - ignored"
2540 #: c-pragma.c:180 c-pragma.c:230
2541 msgid "malformed '#pragma pack' - ignored"
2545 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2549 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2554 msgid "unknown action '%s' for '#pragma pack' - ignored"
2558 msgid "junk at end of '#pragma pack'"
2563 msgid "alignment must be a small power of two, not %d"
2568 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2571 #: c-pragma.c:321 c-pragma.c:326
2572 msgid "malformed #pragma weak, ignored"
2576 msgid "junk at end of #pragma weak"
2579 #: c-pragma.c:365 c-pragma.c:370
2580 msgid "malformed #pragma redefine_extname, ignored"
2584 msgid "junk at end of #pragma redefine_extname"
2587 #: c-pragma.c:382 c-pragma.c:463
2588 msgid "#pragma redefine_extname conflicts with declaration"
2592 msgid "malformed #pragma extern_prefix, ignored"
2596 msgid "junk at end of #pragma extern_prefix"
2600 msgid "asm declaration conficts with previous rename"
2603 #: c-semantics.c:565
2604 msgid "break statement not within loop or switch"
2607 #: c-semantics.c:583
2608 msgid "continue statement not within a loop"
2611 #: c-semantics.c:678
2612 msgid "destructor needed for `%#D'"
2615 #: c-semantics.c:679
2616 msgid "where case label appears here"
2619 #: c-semantics.c:682
2620 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2623 #: c-semantics.c:725 c-typeck.c:6893 cp/semantics.c:897
2625 msgid "%s qualifier ignored on asm"
2630 msgid "`%s' has an incomplete type"
2633 #: c-typeck.c:145 cp/call.c:2740
2634 msgid "invalid use of void expression"
2638 msgid "invalid use of flexible array member"
2642 msgid "invalid use of array with unspecified bounds"
2647 msgid "invalid use of undefined type `%s %s'"
2650 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2653 msgid "invalid use of incomplete typedef `%s'"
2656 #: c-typeck.c:424 c-typeck.c:438
2657 msgid "function types not truly compatible in ISO C"
2661 msgid "types are not quite compatible"
2664 #: c-typeck.c:757 c-typeck.c:2673
2665 msgid "arithmetic on pointer to an incomplete type"
2670 msgid "%s has no member named `%s'"
2675 msgid "request for member `%s' in something not a structure or union"
2679 msgid "dereferencing pointer to incomplete type"
2683 msgid "dereferencing `void *' pointer"
2686 #: c-typeck.c:1222 cp/typeck.c:2357
2688 msgid "invalid type argument of `%s'"
2691 #: c-typeck.c:1241 cp/typeck.c:2383
2692 msgid "subscript missing in array reference"
2695 #: c-typeck.c:1262 cp/typeck.c:2425
2696 msgid "array subscript has type `char'"
2699 #: c-typeck.c:1270 c-typeck.c:1359 cp/typeck.c:2432 cp/typeck.c:2511
2700 msgid "array subscript is not an integer"
2704 msgid "ISO C forbids subscripting `register' array"
2708 msgid "ISO C90 forbids subscripting non-lvalue array"
2712 msgid "subscript has type `char'"
2715 #: c-typeck.c:1354 cp/typeck.c:2506
2716 msgid "subscripted value is neither array nor pointer"
2721 msgid "`%s' undeclared here (not in a function)"
2726 msgid "`%s' undeclared (first use in this function)"
2730 msgid "(Each undeclared identifier is reported only once"
2734 msgid "for each function it appears in.)"
2739 msgid "local declaration of `%s' hides instance variable"
2743 msgid "called object is not a function"
2746 #: c-typeck.c:1590 cp/typeck.c:2831
2747 msgid "too many arguments to function"
2752 msgid "type of formal parameter %d is incomplete"
2757 msgid "%s as integer rather than floating due to prototype"
2762 msgid "%s as integer rather than complex due to prototype"
2767 msgid "%s as complex rather than floating due to prototype"
2772 msgid "%s as floating rather than integer due to prototype"
2777 msgid "%s as complex rather than integer due to prototype"
2782 msgid "%s as floating rather than complex due to prototype"
2787 msgid "%s as `float' rather than `double' due to prototype"
2792 msgid "%s with different width due to prototype"
2797 msgid "%s as unsigned due to prototype"
2802 msgid "%s as signed due to prototype"
2805 #: c-typeck.c:1737 cp/typeck.c:2935
2806 msgid "too few arguments to function"
2810 msgid "suggest parentheses around + or - inside shift"
2814 msgid "suggest parentheses around && within ||"
2818 msgid "suggest parentheses around arithmetic in operand of |"
2822 msgid "suggest parentheses around comparison in operand of |"
2826 msgid "suggest parentheses around arithmetic in operand of ^"
2830 msgid "suggest parentheses around comparison in operand of ^"
2834 msgid "suggest parentheses around + or - in operand of &"
2838 msgid "suggest parentheses around comparison in operand of &"
2842 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2845 #: c-typeck.c:1987 c-typeck.c:2022
2846 msgid "division by zero"
2847 msgstr "Teilung durch Null"
2849 #: c-typeck.c:2067 cp/typeck.c:3196
2850 msgid "right shift count is negative"
2853 #: c-typeck.c:2074 cp/typeck.c:3202
2854 msgid "right shift count >= width of type"
2857 #: c-typeck.c:2095 cp/typeck.c:3221
2858 msgid "left shift count is negative"
2861 #: c-typeck.c:2098 cp/typeck.c:3223
2862 msgid "left shift count >= width of type"
2866 msgid "shift count is negative"
2870 msgid "shift count >= width of type"
2873 #: c-typeck.c:2138 cp/typeck.c:3258
2874 msgid "comparing floating point with == or != is unsafe"
2877 #: c-typeck.c:2164 c-typeck.c:2170
2878 msgid "ISO C forbids comparison of `void *' with function pointer"
2881 #: c-typeck.c:2173 c-typeck.c:2213 c-typeck.c:2241
2882 msgid "comparison of distinct pointer types lacks a cast"
2885 #: c-typeck.c:2187 c-typeck.c:2192 c-typeck.c:2261 c-typeck.c:2266
2886 msgid "comparison between pointer and integer"
2889 #: c-typeck.c:2208 c-typeck.c:2236
2890 msgid "ISO C forbids ordered comparisons of pointers to functions"
2894 msgid "comparison of complete and incomplete pointers"
2897 #: c-typeck.c:2249 c-typeck.c:2256
2898 msgid "ordered comparison of pointer with integer zero"
2901 #: c-typeck.c:2280 cp/typeck.c:3391
2902 msgid "unordered comparison on non-floating point argument"
2906 msgid "comparison between signed and unsigned"
2909 #: c-typeck.c:2537 cp/typeck.c:3635
2910 msgid "comparison of promoted ~unsigned with constant"
2913 #: c-typeck.c:2545 cp/typeck.c:3643
2914 msgid "comparison of promoted ~unsigned with unsigned"
2918 msgid "pointer of type `void *' used in subtraction"
2922 msgid "pointer to a function used in subtraction"
2926 msgid "wrong type argument to unary plus"
2930 msgid "wrong type argument to unary minus"
2934 msgid "ISO C does not support `~' for complex conjugation"
2938 msgid "wrong type argument to bit-complement"
2942 msgid "wrong type argument to abs"
2946 msgid "wrong type argument to conjugation"
2950 msgid "wrong type argument to unary exclamation mark"
2954 msgid "ISO C does not support `++' and `--' on complex types"
2957 #: c-typeck.c:2853 c-typeck.c:2885
2958 msgid "wrong type argument to increment"
2961 #: c-typeck.c:2855 c-typeck.c:2887
2962 msgid "wrong type argument to decrement"
2966 msgid "increment of pointer to unknown structure"
2970 msgid "decrement of pointer to unknown structure"
2974 msgid "ISO C forbids the address of a cast expression"
2978 msgid "invalid lvalue in unary `&'"
2983 msgid "attempt to take address of bit-field structure member `%s'"
2986 #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664
2987 #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694
2988 #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467
2989 #: java/verify.c:1468 java/verify.c:1483
2995 msgid "ISO C forbids use of conditional expressions as lvalues"
2999 msgid "ISO C forbids use of compound expressions as lvalues"
3003 msgid "ISO C forbids use of cast expressions as lvalues"
3008 msgid "%s of read-only member `%s'"
3013 msgid "%s of read-only variable `%s'"
3018 msgid "%s of read-only location"
3023 msgid "cannot take address of bit-field `%s'"
3028 msgid "global register variable `%s' used in nested function"
3033 msgid "register variable `%s' used in nested function"
3038 msgid "address of global register variable `%s' requested"
3042 msgid "cannot put object with volatile field into register"
3047 msgid "address of register variable `%s' requested"
3051 msgid "signed and unsigned type in conditional expression"
3055 msgid "ISO C forbids conditional expr with only one void side"
3058 #: c-typeck.c:3462 c-typeck.c:3469
3059 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3063 msgid "pointer type mismatch in conditional expression"
3066 #: c-typeck.c:3482 c-typeck.c:3492
3067 msgid "pointer/integer type mismatch in conditional expression"
3071 msgid "type mismatch in conditional expression"
3074 #: c-typeck.c:3577 cp/typeck.c:4597
3075 msgid "left-hand operand of comma expression has no effect"
3079 msgid "cast specifies array type"
3083 msgid "cast specifies function type"
3087 msgid "ISO C forbids casting nonscalar to the same type"
3091 msgid "ISO C forbids casts to union type"
3095 msgid "cast to union type from type not present in union"
3099 msgid "cast adds new qualifiers to function type"
3102 #. There are qualifiers present in IN_OTYPE that are not
3103 #. present in IN_TYPE.
3105 msgid "cast discards qualifiers from pointer target type"
3109 msgid "cast increases required alignment of target type"
3112 #: c-typeck.c:3748 cp/typeck.c:5027
3113 msgid "cast from pointer to integer of different size"
3117 msgid "cast does not match function type"
3120 #: c-typeck.c:3760 cp/typeck.c:5034
3121 msgid "cast to pointer from integer of different size"
3125 msgid "type-punning to incomplete type might break strict-aliasing rules"
3129 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3132 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3133 #. Reject anything strange now.
3135 msgid "invalid lvalue in assignment"
3138 #. Convert new value to destination type.
3139 #: c-typeck.c:3944 c-typeck.c:3969 c-typeck.c:3986 cp/typeck.c:5145
3145 msgid "cannot pass rvalue to reference parameter"
3148 #: c-typeck.c:4160 c-typeck.c:4227
3150 msgid "%s makes qualified function pointer from unqualified"
3153 #: c-typeck.c:4164 c-typeck.c:4207
3155 msgid "%s discards qualifiers from pointer target type"
3159 msgid "ISO C prohibits argument conversion to union type"
3164 msgid "ISO C forbids %s between function pointer and `void *'"
3169 msgid "pointer targets in %s differ in signedness"
3174 msgid "%s from incompatible pointer type"
3179 msgid "%s makes pointer from integer without a cast"
3184 msgid "%s makes integer from pointer without a cast"
3187 #: c-typeck.c:4270 c-typeck.c:4273
3189 msgid "incompatible type for argument %d of `%s'"
3194 msgid "incompatible type for argument %d of indirect function call"
3199 msgid "incompatible types in %s"
3202 #. Function name is known; supply it.
3205 msgid "passing arg of `%s'"
3208 #. Function name unknown (call through ptr).
3210 msgid "passing arg of pointer to function"
3213 #. Function name is known; supply it.
3216 msgid "passing arg %d of `%s'"
3219 #. Function name unknown (call through ptr); just give arg number.
3222 msgid "passing arg %d of pointer to function"
3226 msgid "initializer for static variable is not constant"
3230 msgid "initializer for static variable uses complicated arithmetic"
3234 msgid "aggregate initializer is not constant"
3238 msgid "aggregate initializer uses complicated arithmetic"
3242 msgid "traditional C rejects automatic aggregate initialization"
3245 #: c-typeck.c:4635 c-typeck.c:4651 c-typeck.c:4667
3247 msgid "(near initialization for `%s')"
3250 #: c-typeck.c:4718 cp/typeck2.c:505
3251 msgid "char-array initialized from wide string"
3254 #: c-typeck.c:4725 cp/typeck2.c:512
3255 msgid "int-array initialized from non-wide string"
3258 #: c-typeck.c:4743 cp/typeck2.c:528
3259 msgid "initializer-string for array of chars is too long"
3263 msgid "array initialized from non-constant array expression"
3266 #: c-typeck.c:4798 c-typeck.c:4800 c-typeck.c:4816 c-typeck.c:4837
3268 msgid "initializer element is not constant"
3272 msgid "initialization"
3275 #: c-typeck.c:4843 c-typeck.c:6242
3276 msgid "initializer element is not computable at load time"
3279 #: c-typeck.c:4858 cp/typeck2.c:605
3280 msgid "invalid initializer"
3284 msgid "extra brace group at end of initializer"
3288 msgid "missing braces around initializer"
3292 msgid "braces around scalar initializer"
3296 msgid "initialization of flexible array member in a nested context"
3300 msgid "initialization of a flexible array member"
3304 msgid "missing initializer"
3308 msgid "empty scalar initializer"
3312 msgid "extra elements in scalar initializer"
3316 msgid "initialization designators may not nest"
3319 #: c-typeck.c:5650 c-typeck.c:5721
3320 msgid "array index in non-array initializer"
3323 #: c-typeck.c:5655 c-typeck.c:5773
3324 msgid "field name not in record or union initializer"
3327 #: c-typeck.c:5717 c-typeck.c:5719
3328 msgid "nonconstant array index in initializer"
3332 msgid "array index in initializer exceeds array bounds"
3336 msgid "empty index range in initializer"
3340 msgid "array index range in initializer exceeds array bounds"
3345 msgid "unknown field `%s' specified in initializer"
3348 #: c-typeck.c:5822 c-typeck.c:5843 c-typeck.c:6304
3349 msgid "initialized field with side-effects overwritten"
3353 msgid "excess elements in char array initializer"
3356 #: c-typeck.c:6521 c-typeck.c:6567
3357 msgid "excess elements in struct initializer"
3361 msgid "non-static initialization of a flexible array member"
3365 msgid "excess elements in union initializer"
3369 msgid "traditional C rejects initialization of unions"
3373 msgid "excess elements in array initializer"
3377 msgid "excess elements in vector initializer"
3381 msgid "excess elements in scalar initializer"
3385 msgid "asm template is not a string constant"
3389 msgid "invalid lvalue in asm statement"
3393 msgid "modification by `asm'"
3396 #: c-typeck.c:7012 cp/typeck.c:6152
3397 msgid "function declared `noreturn' has a `return' statement"
3401 msgid "`return' with no value, in function returning non-void"
3405 msgid "`return' with a value, in function returning void"
3413 msgid "function returns address of local variable"
3416 #: c-typeck.c:7137 cp/semantics.c:555
3417 msgid "switch quantity not an integer"
3421 msgid "`long' switch expression not converted to `int' in ISO C"
3424 #: c-typeck.c:7182 cp/decl.c:5173
3425 msgid "case label not within a switch statement"
3428 #: c-typeck.c:7184 cp/decl.c:5178
3429 msgid "`default' label not within a switch statement"
3434 msgid "inlining failed in call to `%s'"
3437 #: calls.c:1922 calls.c:2228
3438 msgid "called from here"
3443 msgid "can't inline call to `%s'"
3447 msgid "function call has aggregate value"
3451 msgid "variable offset is passed partially in stack and in reg"
3455 msgid "variable size is passed partially in stack and in reg"
3460 msgid "Size of loop %d should be %d, not %d."
3465 msgid "Bb %d do not belong to loop %d."
3470 msgid "Loop %d's header does not have exactly 2 entries."
3475 msgid "Loop %d's latch does not have exactly 1 successor."
3480 msgid "Loop %d's latch does not have header as successor."
3485 msgid "Loop %d's latch does not belong directly to it."
3490 msgid "Loop %d's header does not belong directly to it."
3495 msgid "bb %d on wrong place"
3500 msgid "prev_bb of %d should be %d, not %d"
3505 msgid "end insn %d for block %d not found in the insn stream"
3510 msgid "insn %d is in multiple basic blocks (%d and %d)"
3515 msgid "head insn %d for block %d not found in the insn stream"
3520 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3525 msgid "verify_flow_info: Wrong count of block %i %i"
3530 msgid "verify_flow_info: Wrong frequency of block %i %i"
3535 msgid "verify_flow_info: Duplicate edge %i->%i"
3540 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3545 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3550 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3555 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3559 msgid "wrong insn in the fallthru edge"
3564 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3569 msgid "Missing REG_EH_REGION note in the end of bb %i"
3574 msgid "Too many outgoing branch edges from bb %i"
3579 msgid "Fallthru edge after unconditional jump %i"
3584 msgid "Wrong amount of branch edges after unconditional jump %i"
3589 msgid "Wrong amount of branch edges after conditional jump %i"
3594 msgid "Call edges for non-call insn in bb %i"
3599 msgid "Abnormal edges for no purpose in bb %i"
3604 msgid "missing barrier after block %i"
3609 msgid "basic block %d pred edge is corrupted"
3614 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3619 msgid "insn %d inside basic block %d but block_for_insn is %i"
3622 #: cfgrtl.c:1979 cfgrtl.c:1989
3624 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3629 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3634 msgid "in basic block %d:"
3638 msgid "flow control insn inside a basic block"
3643 msgid "basic block %i edge lists are corrupted"
3647 msgid "basic blocks not numbered consecutively"
3651 msgid "insn outside basic block"
3655 msgid "return not followed by barrier"
3660 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3664 msgid "verify_flow_info failed"
3668 msgid "internal error"
3672 msgid "no arguments"
3675 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3680 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3687 msgid "collect2 version %s"
3692 msgid "%d constructor(s) found\n"
3697 msgid "%d destructor(s) found\n"
3702 msgid "%d frame table(s) found\n"
3707 msgid "%s terminated with signal %d [%s]%s"
3712 msgid "%s returned %d exit status"
3717 msgid "[cannot find %s]"
3722 msgid "cannot find `%s'"
3725 #: collect2.c:1581 collect2.c:1584
3727 msgid "redirecting stdout: %s"
3732 msgid "[Leaving %s]\n"
3739 "write_c_file - output name is %s, prefix is %s\n"
3743 msgid "cannot find `nm'"
3746 #: collect2.c:2093 collect2.c:2535
3750 #: collect2.c:2097 collect2.c:2539
3754 #: collect2.c:2123 collect2.c:2565
3759 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
3760 #: collect2.c:2571 collect2.c:2584
3765 #: collect2.c:2132 collect2.c:2574
3772 msgid "init function found in object %s"
3777 msgid "fini function found in object %s"
3780 #: collect2.c:2217 collect2.c:2623
3786 msgid "unable to open file '%s'"
3791 msgid "unable to stat file '%s'"
3796 msgid "unable to mmap file '%s'"
3803 #: collect2.c:2425 collect2.c:2602
3805 msgid "dynamic dependency %s not found"
3810 msgid "bad magic number in file '%s'"
3814 msgid "dynamic dependencies.\n"
3818 msgid "cannot find `ldd'"
3824 "ldd output with constructors/destructors.\n"
3829 msgid "unable to open dynamic dependency '%s'"
3834 msgid "%s: not a COFF file"
3839 msgid "%s: cannot open as COFF file"
3844 msgid "library lib%s not found"
3853 msgid "incompatibilities between object file & expected values"
3860 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3864 msgid "string section missing"
3868 msgid "section pointer missing"
3872 msgid "no symbol table found"
3876 msgid "no cmd_strings found"
3882 "Updating header and load commands.\n"
3888 msgid "load command map, %d cmds, new size %ld.\n"
3893 "writing load commands.\n"
3903 msgid "could not convert 0x%l.8x into a region"
3908 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3912 msgid "bad magic number"
3916 msgid "bad header version"
3920 msgid "bad raw header version"
3924 msgid "raw header buffer too small"
3928 msgid "old raw header file"
3932 msgid "unsupported version"
3937 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3945 #: collect2.c:3538 collect2.c:3586
3957 msgid "read %ld bytes, expected %ld, from %s"
3977 msgid "wrote %ld bytes, expected %ld, to %s"
3983 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3984 ";; %d successes.\n"
3992 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3993 ";; %d successes.\n"
3997 msgid "cannot convert to a pointer type"
4001 msgid "pointer value used where a floating point value was expected"
4005 msgid "aggregate value used where a float was expected"
4009 msgid "conversion to incomplete type"
4012 #: convert.c:414 convert.c:494
4013 msgid "can't convert between vector values of different size"
4017 msgid "aggregate value used where an integer was expected"
4020 #: convert.c:472 f/com.c:1100
4021 msgid "pointer value used where a complex was expected"
4024 #: convert.c:476 f/com.c:1102
4025 msgid "aggregate value used where a complex was expected"
4029 msgid "can't convert value to a vector"
4037 msgid "internal error: "
4038 msgstr "interner Fehler: "
4044 #: cpperror.c:191 gcc.c:6444
4050 msgid "too many decimal points in number"
4055 msgid "invalid digit \"%c\" in octal constant"
4059 msgid "use of C99 hexadecimal floating constant"
4063 msgid "exponent has no digits"
4067 msgid "hexadecimal floating constants require an exponent"
4072 msgid "invalid suffix \"%.*s\" on floating constant"
4075 #: cppexp.c:257 cppexp.c:282
4077 msgid "traditional C rejects the \"%.*s\" suffix"
4082 msgid "invalid suffix \"%.*s\" on integer constant"
4086 msgid "use of C99 long long integer constant"
4090 msgid "imaginary constants are a GCC extension"
4094 msgid "integer constant is too large for its type"
4098 msgid "integer constant is so large that it is unsigned"
4102 msgid "missing ')' after \"defined\""
4106 msgid "operator \"defined\" requires an identifier"
4111 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4115 msgid "this use of \"defined\" may not be portable"
4119 msgid "floating constant in preprocessor expression"
4123 msgid "imaginary number in preprocessor expression"
4128 msgid "ISO C++ does not permit \"%s\" in #if"
4133 msgid "\"%s\" is not defined"
4136 #: cppexp.c:737 cppexp.c:772
4138 msgid "missing binary operator before token \"%s\""
4143 msgid "invalid character '%c' in #if"
4148 msgid "invalid character '\\%03o' in #if"
4153 msgid "token \"%s\" is not valid in preprocessor expressions"
4157 msgid "void expression between '(' and ')'"
4161 msgid "#if with no expression"
4166 msgid "operator '%s' has no right operand"
4170 msgid " ':' without preceding '?'"
4174 msgid "unbalanced stack in #if"
4179 msgid "impossible operator '%u'"
4183 msgid "missing ')' in expression"
4187 msgid "'?' without following ':'"
4191 msgid "integer overflow in preprocessor expression"
4195 msgid "missing '(' in expression"
4200 msgid "the left operand of \"%s\" changes sign when promoted"
4205 msgid "the right operand of \"%s\" changes sign when promoted"
4209 msgid "comma operator in operand of #if"
4213 msgid "division by zero in #if"
4218 msgid "%s is too large"
4219 msgstr "%s ist zu groß"
4223 msgid "%s is shorter than expected"
4228 msgid "%s is a block device"
4233 msgid "no include path in which to find %s"
4237 msgid "Multiple include guards may be useful for:\n"
4241 msgid "absolute file name in remap_filename"
4246 msgid "ignoring nonexistent directory \"%s\"\n"
4247 msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
4251 msgid "%s: Not a directory"
4252 msgstr "%s: Kein Verzeichnis"
4256 msgid "ignoring duplicate directory \"%s\"\n"
4257 msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
4260 msgid " as it is a non-system directory that duplicates a system directory\n"
4264 msgid "cppchar_t must be an unsigned type"
4269 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4273 msgid "CPP arithmetic must be at least as precise as a target int"
4277 msgid "target char is less than 8 bits wide"
4281 msgid "target wchar_t is narrower than target char"
4285 msgid "target int is narrower than target char"
4289 msgid "CPP half-integer narrower than CPP character"
4294 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4298 msgid "#include \"...\" search starts here:\n"
4302 msgid "#include <...> search starts here:\n"
4306 msgid "End of search list.\n"
4314 msgid "<command line>"
4317 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4318 #. I.e. a const string initializer with parens around it. That is
4319 #. what N_("string") resolves to, so we make no_* be macros instead.
4322 msgid "assertion missing after %s"
4327 msgid "directory name missing after %s"
4332 msgid "file name missing after %s"
4337 msgid "macro name missing after %s"
4342 msgid "path name missing after %s"
4346 msgid "-I- specified twice"
4351 msgid "trigraph ??%c converted to %c"
4356 msgid "trigraph ??%c ignored"
4360 msgid "backslash and newline separated by space"
4363 #: cpplex.c:221 cpptrad.c:158
4364 msgid "backslash-newline at end of file"
4367 #: cpplex.c:287 cpptrad.c:199
4368 msgid "\"/*\" within comment"
4372 msgid "null character(s) ignored"
4377 msgid "%s in preprocessing directive"
4382 msgid "attempt to use poisoned \"%s\""
4386 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4390 msgid "'$' character(s) in identifier or number"
4395 msgid "missing terminating %c character"
4399 msgid "null character(s) preserved in literal"
4402 #: cpplex.c:915 cpptrad.c:487
4403 msgid "no newline at end of file"
4406 #: cpplex.c:1092 cpptrad.c:213
4407 msgid "unterminated comment"
4408 msgstr "nicht beendeter Kommentar"
4411 msgid "C++ style comments are not allowed in ISO C90"
4415 msgid "(this will be reported only once per input file)"
4419 msgid "multi-line comment"
4420 msgstr "mehrzeiliger Kommentar"
4424 msgid "unknown string token %s\n"
4429 msgid "unspellable token %s"
4434 msgid "the meaning of '\\%c' is different in traditional C"
4438 msgid "incomplete universal-character-name"
4443 msgid "non-hex digit '%c' in universal-character-name"
4447 msgid "universal-character-name on EBCDIC target"
4451 msgid "universal-character-name out of range"
4455 msgid "the meaning of '\\a' is different in traditional C"
4460 msgid "non-ISO-standard escape sequence, '\\%c'"
4464 msgid "the meaning of '\\x' is different in traditional C"
4467 #: cpplex.c:1828 f/lex.c:585
4468 msgid "\\x used with no following hex digits"
4472 msgid "hex escape sequence out of range"
4476 msgid "octal escape sequence out of range"
4481 msgid "unknown escape sequence '\\%c'"
4486 msgid "unknown escape sequence: '\\%03o'"
4490 msgid "escape sequence out of range for its type"
4494 msgid "empty character constant"
4498 msgid "character constant too long for its type"
4502 msgid "multi-character character constant"
4507 msgid "extra tokens at end of #%s directive"
4512 msgid "#%s is a GCC extension"
4513 msgstr "#%s ist eine Erweiterung des GCC"
4516 msgid "suggest not using #elif in traditional C"
4521 msgid "traditional C ignores #%s with the # indented"
4526 msgid "suggest hiding #%s from traditional C with an indented #"
4530 msgid "embedding a directive within macro arguments is not portable"
4534 msgid "style of line directive is a GCC extension"
4539 msgid "invalid preprocessing directive #%s"
4543 msgid "\"defined\" cannot be used as a macro name"
4548 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4553 msgid "no macro name given in #%s directive"
4557 msgid "macro names must be identifiers"
4562 msgid "undefining \"%s\""
4566 msgid "missing terminating > character"
4571 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4576 msgid "empty file name in #%s"
4580 msgid "#include_next in primary source file"
4584 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4588 msgid "#include nested too deeply"
4593 msgid "invalid flag \"%s\" in line directive"
4598 msgid "\"%s\" after #line is not a positive integer"
4602 msgid "line number out of range"
4605 #: cpplib.c:830 cpplib.c:901
4607 msgid "\"%s\" is not a valid filename"
4612 msgid "\"%s\" after # is not a positive integer"
4616 msgid "invalid #ident directive"
4621 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4626 msgid "#pragma %s %s is already registered"
4631 msgid "#pragma %s is already registered"
4635 msgid "#pragma once is obsolete"
4639 msgid "#pragma once in main file"
4643 msgid "invalid #pragma GCC poison directive"
4648 msgid "poisoning existing macro \"%s\""
4652 msgid "#pragma system_header ignored outside include file"
4657 msgid "cannot find source %s"
4662 msgid "current file is older than %s"
4666 msgid "_Pragma takes a parenthesized string literal"
4670 msgid "#else without #if"
4674 msgid "#else after #else"
4677 #: cpplib.c:1433 cpplib.c:1467
4678 msgid "the conditional began here"
4682 msgid "#elif without #if"
4686 msgid "#elif after #else"
4690 msgid "#endif without #if"
4694 msgid "missing '(' after predicate"
4698 msgid "missing ')' to complete answer"
4702 msgid "predicate's answer is empty"
4706 msgid "assertion without predicate"
4710 msgid "predicate must be an identifier"
4715 msgid "\"%s\" re-asserted"
4720 msgid "unterminated #%s"
4725 msgid "macro \"%s\" is not used"
4728 #: cppmacro.c:139 cppmacro.c:294
4730 msgid "invalid built-in macro \"%s\""
4734 msgid "could not determine date and time"
4738 msgid "invalid string literal, ignoring final '\\'"
4743 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4747 msgid "ISO C99 requires rest arguments to be used"
4752 msgid "macro \"%s\" requires %u arguments, but only %u given"
4757 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4760 #: cppmacro.c:669 cpptrad.c:774
4762 msgid "unterminated argument list invoking macro \"%s\""
4767 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4772 msgid "duplicate macro parameter \"%s\""
4777 msgid "\"%s\" may not appear in macro parameter list"
4781 msgid "macro parameters must be comma-separated"
4785 msgid "parameter name missing"
4789 msgid "anonymous variadic macros were introduced in C99"
4793 msgid "ISO C does not permit named variadic macros"
4797 msgid "missing ')' in macro parameter list"
4801 msgid "ISO C requires whitespace after the macro name"
4805 msgid "'#' is not followed by a macro parameter"
4809 msgid "'##' cannot appear at either end of a macro expansion"
4814 msgid "\"%s\" redefined"
4818 msgid "this is the location of the previous definition"
4823 msgid "macro argument \"%s\" would be stringified in traditional C"
4828 msgid "invalid hash type %d in cpp_macro_definition"
4833 msgid "\"%s\" is not a valid option to the preprocessor"
4837 msgid "too many input files"
4838 msgstr "zu viele Eingabedateien"
4842 msgid "detected recursion whilst expanding macro \"%s\""
4847 msgid ";; Processing block from %d to %d, %d sets.\n"
4851 msgid "((anonymous))"
4856 msgid "%s: warnings being treated as errors\n"
4864 #: diagnostic.c:1040
4869 #: diagnostic.c:1042
4874 #: diagnostic.c:1064
4875 msgid "At top level:"
4878 #: diagnostic.c:1069
4880 msgid "In member function `%s':"
4883 #: diagnostic.c:1073
4885 msgid "In function `%s':"
4888 #: diagnostic.c:1161
4889 msgid "compilation terminated.\n"
4892 #: diagnostic.c:1179
4894 msgid "%s:%d: confused by earlier errors, bailing out\n"
4897 #: diagnostic.c:1194 diagnostic.c:1302
4900 "Please submit a full bug report,\n"
4901 "with preprocessed source if appropriate.\n"
4902 "See %s for instructions.\n"
4904 "Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;\n"
4905 "bearbeiten Sie die Quellen zunächst mit eine Präprozessor, wenn es\n"
4907 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
4909 "Gehen Sie gemäß den Hinweisen in %s vor.\n"
4911 #: diagnostic.c:1300
4912 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4915 #: diagnostic.c:1362
4917 msgid "in %s, at %s:%d"
4920 #: diagnostic.c:1383
4922 msgid "In file included from %s:%d"
4925 #: diagnostic.c:1386
4932 #: diagnostic.c:1387
4936 #: diagnostic.c:1431 diagnostic.c:1448
4938 msgid "`%s' is deprecated (declared at %s:%d)"
4941 #: diagnostic.c:1451
4943 msgid "`%s' is deprecated"
4946 #: diagnostic.c:1454
4948 msgid "type is deprecated (declared at %s:%d)"
4951 #: diagnostic.c:1457
4952 msgid "type is deprecated"
4957 msgid "dominator of %d should be %d, not %d"
4962 msgid "DW_LOC_OP %s not implemented\n"
4967 msgid "internal regno botch: `%s' has regno = %d\n"
4971 msgid "support for the DWARF1 debugging format is deprecated"
4975 msgid "can't get current directory"
4979 msgid "can't access real part of complex value in hard register"
4983 msgid "can't access imaginary part of complex value in hard register"
4987 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4992 msgid "abort in %s, at %s:%d"
4996 msgid "exception handling disabled, use -fexceptions to enable"
5000 msgid "argument of `__builtin_eh_return_regno' must be constant"
5003 #: except.c:3090 except.c:3112
5004 msgid "__builtin_eh_return not supported on this target"
5008 msgid "stack limits not supported on this target"
5012 msgid "function using short complex types cannot be inline"
5015 #: expr.c:6197 expr.c:6206 expr.c:6215 expr.c:6220 expr.c:6522 expr.c:6538
5016 msgid "unsupported wide integer operation"
5021 msgid "prior parameter's size depends on `%s'"
5025 msgid "returned value in block_exit_expr"
5029 msgid "negative insn length"
5033 msgid "could not split insn"
5037 msgid "invalid `asm': "
5041 msgid "nested assembly dialect alternatives"
5044 #: final.c:3345 final.c:3357
5045 msgid "unterminated assembly dialect alternative"
5050 msgid "operand number missing after %%-letter"
5053 #: final.c:3404 final.c:3443
5054 msgid "operand number out of range"
5059 msgid "invalid %%-code"
5064 msgid "`%%l' operand isn't a label"
5067 #. We can't handle floating point constants;
5068 #. PRINT_OPERAND must handle them.
5069 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6104
5070 #: config/pdp11/pdp11.c:1573
5071 msgid "floating constant misused"
5074 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6182
5075 #: config/pdp11/pdp11.c:1620
5076 msgid "invalid expression as operand"
5080 msgid "function might be possible candidate for attribute `noreturn'"
5084 msgid "`noreturn' function does return"
5088 msgid "control reaches end of non-void function"
5092 msgid "Attempt to delete prologue/epilogue insn:"
5095 #: fold-const.c:2545 fold-const.c:2558
5097 msgid "comparison is always %d due to width of bit-field"
5100 #: fold-const.c:3752 fold-const.c:3769
5102 msgid "comparison is always %d"
5105 #: fold-const.c:3900
5106 msgid "`or' of unmatched not-equal tests is always 1"
5109 #: fold-const.c:3905
5110 msgid "`and' of mutually exclusive equal-tests is always 0"
5113 #: function.c:881 varasm.c:1503
5115 msgid "size of variable `%s' is too large"
5120 msgid "`%s' might be used uninitialized in this function"
5125 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5130 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5134 msgid "function returns an aggregate"
5139 msgid "unused parameter `%s'"
5144 msgid "ambiguous abbreviation %s"
5149 msgid "incomplete `%s' option"
5154 msgid "missing argument to `%s' option"
5159 msgid "extraneous argument to `%s' option"
5163 msgid "Using built-in specs.\n"
5169 "Setting spec %s to '%s'\n"
5175 msgid "Reading specs from %s\n"
5178 #: gcc.c:1888 gcc.c:1907
5180 msgid "specs %%include syntax malformed after %ld characters"
5185 msgid "could not find specs file %s\n"
5188 #: gcc.c:1932 gcc.c:1940 gcc.c:1949 gcc.c:1958
5190 msgid "specs %%rename syntax malformed after %ld characters"
5195 msgid "specs %s spec was not found to be renamed"
5200 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5205 msgid "rename spec %s to %s\n"
5217 msgid "specs unknown %% command after %ld characters"
5220 #: gcc.c:2005 gcc.c:2018
5222 msgid "specs file malformed after %ld characters"
5226 msgid "spec file has no spec for linking"
5230 msgid "-pipe not supported"
5231 msgstr "-pipe wird nicht unterstützt"
5233 # can we use j/n here, too?
5234 # 2002-04-23 18:57:43 CEST -ke-
5238 "Go ahead? (y or n) "
5241 "Fortfahren? (y oder n) "
5246 "Internal error: %s (program %s)\n"
5247 "Please submit a full bug report.\n"
5248 "See %s for instructions."
5250 "Interner Fehler: %s (Programm %s)\n"
5251 "Bitte senden Sie einen vollständigen Fehlerbericht\n"
5252 "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
5253 "sind an de@li.org zu melden.\n"
5254 "Gehen Sie gemäß den Hinweisen in %s vor."
5258 msgid "# %s %.2f %.2f\n"
5263 msgid "Usage: %s [options] file...\n"
5264 msgstr "Aufruf: %s [Optionen] Datei...\n"
5268 msgstr "Optionen:\n"
5271 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5275 msgid " --help Display this information\n"
5276 msgstr " --help Diese Informationen anzeigen\n"
5279 msgid " --target-help Display target specific command line options\n"
5283 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5287 msgid " -dumpspecs Display all of the built in spec strings\n"
5291 msgid " -dumpversion Display the version of the compiler\n"
5295 msgid " -dumpmachine Display the compiler's target processor\n"
5299 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5303 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5307 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5311 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5315 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5320 " -print-multi-lib Display the mapping between command line options and\n"
5321 " multiple library search directories\n"
5325 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5329 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5333 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5337 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5341 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5345 msgid " -save-temps Do not delete intermediate files\n"
5349 msgid " -pipe Use pipes rather than intermediate files\n"
5353 msgid " -time Time the execution of each subprocess\n"
5357 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5361 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5365 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5369 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5373 msgid " -V <version> Run gcc version number <version>, if installed\n"
5377 msgid " -v Display the programs invoked by the compiler\n"
5381 msgid " -### Like -v but options quoted and commands not executed\n"
5385 msgid " -E Preprocess only; do not compile, assemble or link\n"
5389 msgid " -S Compile only; do not assemble or link\n"
5393 msgid " -c Compile and assemble, but do not link\n"
5397 msgid " -o <file> Place the output into <file>\n"
5398 msgstr " -o <Datei> Ausgabe in <Datei> schreiben\n"
5402 " -x <language> Specify the language of the following input files\n"
5403 " Permissable languages include: c c++ assembler none\n"
5404 " 'none' means revert to the default behavior of\n"
5405 " guessing the language based on the file's extension\n"
5412 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5413 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5414 " other options on to these processes the -W<letter> options must be used.\n"
5419 msgid "`-%c' option must have argument"
5424 msgid "couldn't run `%s': %s"
5427 #. translate_options () has turned --version into -fversion.
5430 msgid "%s (GCC) %s\n"
5431 msgstr "%s (GCC) %s\n"
5434 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5435 msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
5437 #: gcc.c:3281 gcov.c:364
5439 "This is free software; see the source for copying conditions. There is NO\n"
5440 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5443 "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
5444 "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
5448 msgid "argument to `-Xlinker' is missing"
5452 msgid "argument to `-l' is missing"
5456 msgid "argument to `-specs' is missing"
5460 msgid "argument to `-specs=' is missing"
5465 msgid "`-%c' must come at the start of the command line"
5469 msgid "argument to `-B' is missing"
5473 msgid "cannot specify -o with -c or -S and multiple compilations"
5477 msgid "warning: -pipe ignored because -save-temps specified"
5481 msgid "warning: -pipe ignored because -time specified"
5485 msgid "argument to `-x' is missing"
5490 msgid "argument to `-%s' is missing"
5495 msgid "warning: `-x %s' after last input file has no effect"
5499 msgid "invalid specification! Bug in cc"
5507 #. Catch the case where a spec string contains something like
5508 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5509 #. hand side of the :.
5512 msgid "spec failure: '%%*' has not been initialized by pattern match"
5517 msgid "warning: use of obsolete %%[ operator in specs"
5522 msgid "Processing spec %c%s%c, which is '%s'\n"
5527 msgid "spec failure: unrecognized spec option '%c'"
5532 msgid "unknown spec function `%s'"
5537 msgid "error in args to spec function `%s'"
5541 msgid "malformed spec function name"
5546 msgid "no arguments for spec function"
5550 msgid "malformed spec function arguments"
5554 msgid "mismatched braces in specs"
5559 msgid "unrecognized option `-%s'"
5564 msgid "install: %s%s\n"
5569 msgid "programs: %s\n"
5574 msgid "libraries: %s\n"
5580 "For bug reporting instructions, please see:\n"
5583 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die\n"
5584 "folgenden Hinweise; Fehler in der deutschen Übersetzung sind an de@li.org\n"
5589 msgid "Configured with: %s\n"
5590 msgstr "Konfiguriert mit: %s\n"
5594 msgid "Thread model: %s\n"
5599 msgid "gcc version %s\n"
5600 msgstr "gcc-Version %s\n"
5604 msgid "gcc driver version %s executing gcc version %s\n"
5608 msgid "no input files"
5609 msgstr "keine Eingabedateien"
5613 msgid "%s: %s compiler not installed on this system"
5614 msgstr "%s: %s-Compiler ist auf diesem System nicht installiert"
5618 msgid "%s: linker input file unused because linking not done"
5623 msgid "language %s not recognized"
5624 msgstr "Sprache %s nicht erkannt"
5627 msgid "internal gcc abort"
5631 msgid "Internal gcov abort.\n"
5636 "Usage: gcov [OPTION]... SOURCEFILE\n"
5639 "Aufruf: gcov [OPTION]... QUELLDATEI\n"
5644 "Print code coverage information.\n"
5649 msgid " -h, --help Print this help, then exit\n"
5650 msgstr " -h, --help Diese Hilfe anzeigen\n"
5653 msgid " -v, --version Print version number, then exit\n"
5654 msgstr " -v, --version Versionsnummer anzeigen\n"
5657 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5662 " -c, --branch-counts Given counts of branches taken\n"
5663 " rather than percentages\n"
5667 msgid " -n, --no-output Do not create an output file\n"
5668 msgstr " -n, --no-output Keine Ausgabedatei erzeugen\n"
5672 " -l, --long-file-names Use long output file names for included\n"
5677 msgid " -f, --function-summaries Output summaries for each function\n"
5681 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5685 msgid " -p, --preserve-paths Preserve all pathname components\n"
5692 "For bug reporting instructions, please see:\n"
5696 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die Hinweise in:\n"
5698 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
5702 msgid "gcov (GCC) %s\n"
5703 msgstr "gcov (GCC) %s\n"
5706 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5707 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5711 msgid "Could not open basic block file %s.\n"
5716 msgid "Could not open program flow graph file %s.\n"
5721 msgid "Could not open data file %s.\n"
5725 msgid "Assuming that all execution counts are zero.\n"
5730 msgid "No executable code associated with file %s.\n"
5735 msgid "%s of %d lines executed in %s %s\n"
5740 msgid "No executable lines in %s %s\n"
5745 msgid "%s of %d branches executed in %s %s\n"
5750 msgid "%s of %d branches taken at least once in %s %s\n"
5755 msgid "No branches in %s %s\n"
5760 msgid "%s of %d calls executed in %s %s\n"
5765 msgid "No calls in %s %s\n"
5770 msgid "didn't use all bb entries of graph, function %s\n"
5775 msgid "block_num = %ld, num_blocks = %d\n"
5780 msgid "ERROR: unexpected line number %ld\n"
5785 msgid "ERROR: too many basic blocks in function %s\n"
5790 msgid "ERROR: out of range line number in function %s\n"
5795 msgid "Could not open source file %s.\n"
5800 msgid "Warning: source file %s is newer than %s\n"
5805 msgid "Unexpected EOF while reading source file %s.\n"
5810 msgid "call %2d never executed\n"
5815 msgid "call %2d returns %s\n"
5820 msgid "branch %2d never executed\n"
5825 msgid "branch %2d taken %s\n"
5830 msgid "Creating %s.\n"
5835 msgid "Error writing output file %s.\n"
5840 msgid "Could not open output file %s.\n"
5845 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5850 msgid "GCSE disabled: %d basic blocks and %d registers"
5853 #: genautomata.c:1490
5855 msgid "Name `%s' contains quotes"
5858 #: genautomata.c:1621
5860 msgid "invalid string `%s' in define_cpu_unit"
5863 #: genautomata.c:1650
5865 msgid "invalid string `%s' in define_query_cpu_unit"
5868 #: genautomata.c:1682 genautomata.c:1685
5870 msgid "invalid string `%s' in define_bypass"
5873 #: genautomata.c:1720
5875 msgid "invalid first string `%s' in exclusion_set"
5878 #: genautomata.c:1724
5880 msgid "invalid second string `%s' in exclusion_set"
5883 #: genautomata.c:1760
5885 msgid "invalid first string `%s' in presence_set"
5888 #: genautomata.c:1764
5890 msgid "invalid second string `%s' in presence_set"
5893 #: genautomata.c:1800
5895 msgid "invalid first string `%s' in absence_set"
5898 #: genautomata.c:1804
5900 msgid "invalid second string `%s' in absence_set"
5903 #: genautomata.c:1837
5905 msgid "invalid string `%s' in define_automaton"
5908 #: genautomata.c:1868
5910 msgid "invalid option `%s' in automata_option"
5911 msgstr "ungültige Option »%s« in automata_option"
5913 #: genautomata.c:1890
5915 msgid "garbage after ) in reservation `%s'"
5918 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5920 msgid "invalid `%s' in reservation `%s'"
5921 msgstr "ungültige Option »%s«"
5923 #: genautomata.c:1932
5925 msgid "repetition `%s' <= 1 in reservation `%s'"
5928 #: genautomata.c:2425
5930 msgid "unit `%s' in exclusion is not declared"
5933 #: genautomata.c:2427
5935 msgid "`%s' in exclusion is not unit"
5938 #: genautomata.c:2465
5940 msgid "unit `%s' excludes itself"
5943 #: genautomata.c:2473
5945 msgid "units `%s' and `%s' in exclusion set belong to different automata"
5948 #: genautomata.c:2603 genautomata.c:2609
5950 msgid "unit `%s' excludes and requires presence of `%s'"
5953 #: genautomata.c:2623 genautomata.c:2629
5955 msgid "unit `%s' requires absence and presence of `%s'"
5958 #: genautomata.c:2692 genautomata.c:2695
5960 msgid "repeated declaration of automaton `%s'"
5961 msgstr "Deklaration von »%D« als %s"
5963 #: genautomata.c:2711
5965 msgid "define_insn_reservation `%s' has negative latency time"
5968 #: genautomata.c:2717
5970 msgid "`%s' is already used as insn reservation name"
5973 #: genautomata.c:2723
5975 msgid "define_bypass `%s - %s' has negative latency time"
5978 #: genautomata.c:2737
5980 msgid "automaton `%s' is not declared"
5983 #: genautomata.c:2747
5985 msgid "define_unit `%s' without automaton when one defined"
5988 #: genautomata.c:2753
5990 msgid "`%s' is declared as cpu unit"
5993 #: genautomata.c:2762
5995 msgid "`%s' is declared as cpu reservation"
5996 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
5998 #: genautomata.c:2772
6000 msgid "repeated declaration of unit `%s'"
6001 msgstr "wiederholte Deklaration von Unit »%s«"
6003 #: genautomata.c:2775
6005 msgid "repeated declaration of reservation `%s'"
6008 #: genautomata.c:2790 genautomata.c:2793
6010 msgid "there is no insn reservation `%s'"
6013 #: genautomata.c:2810 genautomata.c:2815
6015 msgid "the same bypass `%s - %s' is already defined"
6018 #: genautomata.c:2820
6020 msgid "bypass `%s - %s' is already defined"
6023 #: genautomata.c:2925 genautomata.c:2927
6025 msgid "automaton `%s' is not used"
6028 #: genautomata.c:2950
6030 msgid "undeclared unit or reservation `%s'"
6033 #: genautomata.c:3028 genautomata.c:3030
6035 msgid "unit `%s' is not used"
6036 msgstr "Unit »%s« wird nicht verwendet"
6038 #: genautomata.c:3035 genautomata.c:3037
6040 msgid "reservation `%s' is not used"
6043 #: genautomata.c:3134
6045 msgid "cycle in definition of reservation `%s'"
6048 #: genautomata.c:5333
6050 msgid "Units `%s' and `%s' should be in the same automaton"
6053 #: genautomata.c:9441
6054 msgid "-split has no argument."
6057 #: genautomata.c:9442
6058 msgid "option `-split' has not been implemented yet\n"
6061 #: genautomata.c:9486 genautomata.c:9491
6063 msgid "Automaton `%s': Insn `%s' will never be issued"
6066 #: genautomata.c:9498 genautomata.c:9501
6068 msgid "Insn `%s' will never be issued"
6071 #: genautomata.c:9649
6072 msgid "Errors in DFA description"
6075 #: genautomata.c:9732
6077 msgid "Error in writing DFA description file %s"
6080 #: genconditions.c:196
6081 msgid "No input file name."
6082 msgstr "Kein Eingabedateiname,"
6084 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5121
6085 #: f/com.c:14138 java/jcf-parse.c:913 java/jcf-parse.c:1059 java/lex.c:1767
6086 #: objc/objc-act.c:449
6088 msgid "can't open %s"
6089 msgstr "Es ist nicht möglich »%s« zu öffnen"
6091 #: haifa-sched.c:196
6093 msgid "fix_sched_param: unknown param: %s"
6097 msgid "function cannot be inline"
6101 msgid "varargs function cannot be inline"
6105 msgid "function using alloca cannot be inline"
6109 msgid "function using setjmp cannot be inline"
6113 msgid "function uses __builtin_eh_return"
6117 msgid "function with nested functions cannot be inline"
6121 msgid "function with label addresses used in initializers cannot inline"
6124 #: integrate.c:199 integrate.c:243
6125 msgid "function too large to be inline"
6129 msgid "no prototype, and parameter address used; cannot be inline"
6132 #: integrate.c:216 integrate.c:261
6133 msgid "inline functions not supported for this return value type"
6137 msgid "function with varying-size return value cannot be inline"
6141 msgid "function with varying-size parameter cannot be inline"
6145 msgid "function with transparent unit parameter cannot be inline"
6149 msgid "function with computed jump cannot inline"
6153 msgid "function with nonlocal goto cannot be inline"
6157 msgid "function with target specific attribute(s) cannot be inlined"
6162 msgid "In file included from %s:%u"
6165 #. Translators note: this message is used in conjunction
6166 #. with "In file included from %s:%ld" and some other
6167 #. tricks. We want something like this:
6169 #. | In file included from sys/select.h:123,
6170 #. | from sys/types.h:234,
6171 #. | from userfile.c:31:
6172 #. | bits/select.h:45: <error message here>
6174 #. with all the "from"s lined up.
6175 #. The trailing comma is at the beginning of this message,
6176 #. and the trailing colon is not translated.
6184 #. If we didn't find this parameter, issue an error message.
6187 msgid "invalid parameter `%s'"
6192 msgid "Profile does not match flowgraph of function %s (out of date?)"
6196 msgid ".da file corrupted"
6201 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6206 msgid "file %s not found, execution counts assumed to be zero"
6211 msgid "%s: internal abort\n"
6216 msgid "%s: error writing file `%s': %s\n"
6221 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6226 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6231 msgid "%s: warning: no read access for file `%s'\n"
6236 msgid "%s: warning: no write access for file `%s'\n"
6241 msgid "%s: warning: no write access for dir containing `%s'\n"
6244 #. Catch cases like /.. where we try to backup to a
6245 #. point above the absolute root of the logical file
6249 msgid "%s: invalid file name: %s\n"
6254 msgid "%s: %s: can't get status: %s\n"
6261 "%s: fatal error: aux info file corrupted at line %d\n"
6266 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6271 msgid "%s: compiling `%s'\n"
6276 msgid "%s: wait: %s\n"
6281 msgid "%s: subprocess got fatal signal %d\n"
6286 msgid "%s: %s exited with status %d\n"
6291 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6294 #: protoize.c:2086 protoize.c:2115
6296 msgid "%s: can't read aux info file `%s': %s\n"
6299 #: protoize.c:2131 protoize.c:2159
6301 msgid "%s: can't get status of aux info file `%s': %s\n"
6306 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6311 msgid "%s: error reading aux info file `%s': %s\n"
6316 msgid "%s: error closing aux info file `%s': %s\n"
6321 msgid "%s: can't delete aux info file `%s': %s\n"
6324 #: protoize.c:2316 protoize.c:4318
6326 msgid "%s: can't delete file `%s': %s\n"
6331 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6336 msgid "%s: conflicting extern definitions of '%s'\n"
6341 msgid "%s: declarations of '%s' will not be converted\n"
6346 msgid "%s: conflict list for '%s' follows:\n"
6351 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6356 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6361 msgid "%s: %d: warning: no extern definition for `%s'\n"
6366 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6371 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6374 #: protoize.c:2815 protoize.c:2818
6376 msgid "%s: %d: warning: source too confusing\n"
6381 msgid "%s: %d: warning: varargs function declaration not converted\n"
6386 msgid "%s: declaration of function `%s' not converted\n"
6391 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6398 "%s: warning: too few parameter lists in declaration of `%s'\n"
6403 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6408 msgid "%s: local declaration for function `%s' not inserted\n"
6415 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6420 msgid "%s: global declarations for file `%s' not inserted\n"
6423 #: protoize.c:3651 protoize.c:3681
6425 msgid "%s: definition of function `%s' not converted\n"
6430 msgid "%s: %d: warning: definition of %s not converted\n"
6435 msgid "%s: found definition of `%s' at %s(%d)\n"
6438 #. If we make it here, then we did not know about this
6439 #. function definition.
6442 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6447 msgid "%s: function definition not converted\n"
6452 msgid "%s: `%s' not converted\n"
6457 msgid "%s: would convert file `%s'\n"
6462 msgid "%s: converting file `%s'\n"
6467 msgid "%s: can't get status for file `%s': %s\n"
6472 msgid "%s: can't open file `%s' for reading: %s\n"
6479 "%s: error reading input file `%s': %s\n"
6484 msgid "%s: can't create/open clean file `%s': %s\n"
6489 msgid "%s: warning: file `%s' already saved in `%s'\n"
6494 msgid "%s: can't link file `%s' to `%s': %s\n"
6499 msgid "%s: can't create/open output file `%s': %s\n"
6504 msgid "%s: can't change mode of file `%s': %s\n"
6509 msgid "%s: cannot get working directory: %s\n"
6514 msgid "%s: input file names must have .c suffixes: %s\n"
6518 msgid "Didn't find a coloring.\n"
6523 msgid "output constraint %d must specify a single register"
6528 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6532 msgid "output regs must be grouped at top of stack"
6536 msgid "implicitly popped regs must be grouped at top of stack"
6541 msgid "output operand %d must use `&' constraint"
6546 msgid "can't use '%s' as a %s register"
6549 #: regclass.c:768 config/ia64/ia64.c:4169 config/ia64/ia64.c:4176
6551 msgid "unknown register name: %s"
6555 msgid "global register variable follows a function definition"
6559 msgid "register used for two global register variables"
6563 msgid "call-clobbered register used for global register variable"
6568 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6573 msgid "validate_value_data: Loop in regno chain (%u)"
6578 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6583 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6587 msgid "cannot reload integer constant operand in `asm'"
6591 msgid "impossible register constraint in `asm'"
6595 msgid "`&' constraint used with no register class"
6599 msgid "unable to generate reloads for:"
6602 #: reload.c:3636 reload.c:3850
6603 msgid "inconsistent operand constraints in an `asm'"
6607 msgid "frame size too large for reliable stack checking"
6611 msgid "try reducing the number of local variables"
6616 msgid "can't find a register in class `%s' while reloading `asm'"
6621 msgid "unable to find a register to spill in class `%s'"
6625 msgid "this is the insn:"
6629 msgid "`asm' operand requires impossible reload"
6632 #. It's the compiler's fault.
6634 msgid "could not find a spill register"
6638 msgid "`asm' operand constraint incompatible with operand size"
6641 #. It's the compiler's fault.
6643 msgid "VOIDmode on an output"
6647 msgid "output operand is constant in `asm'"
6651 msgid "unrecognizable insn:"
6655 msgid "insn does not satisfy its constraints:"
6660 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6665 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6670 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6675 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6680 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6685 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6690 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6695 msgid "jump to `%s' invalidly jumps into binding contour"
6698 #: stmt.c:989 stmt.c:3731
6700 msgid "label `%s' used before containing binding contour"
6704 msgid "output operand constraint lacks `='"
6709 msgid "output constraint `%c' for operand %d is not at the beginning"
6713 msgid "operand constraint contains incorrectly positioned '+' or '='"
6716 #: stmt.c:1212 stmt.c:1316
6718 msgid "`%%' constraint used with last operand"
6722 msgid "matching constraint not valid in output operand"
6727 msgid "input operand constraint contains `%c'"
6731 msgid "matching constraint references invalid operand number"
6736 msgid "invalid punctuation `%c' in constraint"
6741 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6746 msgid "unknown register name `%s' in `asm'"
6751 msgid "more than %d operands in `asm'"
6756 msgid "output number %d not directly addressable"
6759 #. ??? Leave this only until we have experience with what
6760 #. happens in combine and elsewhere when constraints are
6762 #: stmt.c:1698 stmt.c:1727
6764 msgid "asm operand %d probably doesn't match constraints"
6768 msgid "asm clobber conflict with output operand"
6772 msgid "asm clobber conflict with input operand"
6776 msgid "too many alternatives in `asm'"
6780 msgid "operand constraints for `asm' differ in number of alternatives"
6785 msgid "duplicate asm operand name '%s'"
6789 msgid "missing close brace for named operand"
6794 msgid "undefined named operand '%s'"
6799 msgid "unused variable `%s'"
6804 msgid "enumeration value `%s' not handled in switch"
6807 #: stmt.c:5174 stmt.c:5194
6809 msgid "case value `%ld' not in enumerated type"
6812 #: stmt.c:5177 stmt.c:5197
6814 msgid "case value `%ld' not in enumerated type `%s'"
6818 msgid "switch missing default case"
6821 #: stor-layout.c:178
6822 msgid "type size can't be explicitly evaluated"
6825 #: stor-layout.c:180
6826 msgid "variable-size type declared outside of any function"
6829 #: stor-layout.c:461
6831 msgid "size of `%s' is %d bytes"
6834 #: stor-layout.c:463
6836 msgid "size of `%s' is larger than %d bytes"
6839 #: stor-layout.c:869 stor-layout.c:1285
6841 msgid "packed attribute causes inefficient alignment for `%s'"
6844 #: stor-layout.c:871 stor-layout.c:1287
6846 msgid "packed attribute is unnecessary for `%s'"
6849 #: stor-layout.c:886
6851 msgid "padding struct to align `%s'"
6854 #: stor-layout.c:1249
6855 msgid "padding struct size to alignment boundary"
6858 #: stor-layout.c:1292
6859 msgid "packed attribute causes inefficient alignment"
6862 #: stor-layout.c:1294
6863 msgid "packed attribute is unnecessary"
6869 "Execution times (seconds)\n"
6872 #. Print total time.
6879 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6884 msgid "collect: reading %s\n"
6889 msgid "collect: recompiling %s\n"
6894 msgid "collect: tweaking %s in %s\n"
6898 msgid "collect: relinking\n"
6903 msgid "ld returned %d exit status"
6907 msgid "Generate debugging info in default format"
6911 msgid "Generate debugging info in default extended format"
6915 msgid "Generate STABS format debug info"
6919 msgid "Generate extended STABS format debug info"
6923 msgid "Generate DWARF-1 format debug info"
6927 msgid "Generate extended DWARF-1 format debug info"
6931 msgid "Generate DWARF-2 debug info"
6935 msgid "Generate XCOFF format debug info"
6939 msgid "Generate extended XCOFF format debug info"
6943 msgid "Generate COFF format debug info"
6947 msgid "Generate VMS format debug info"
6951 msgid "Perform DWARF2 duplicate elimination"
6955 msgid "Do not store floats in registers"
6959 msgid "Consider all mem refs through pointers as volatile"
6963 msgid "Consider all mem refs to global data to be volatile"
6967 msgid "Consider all mem refs to static data to be volatile"
6971 msgid "Defer popping functions args from stack until later"
6975 msgid "When possible do not generate stack frames"
6979 msgid "Optimize sibling and tail recursive calls"
6983 msgid "Perform superblock formation via tail duplication"
6987 msgid "When running CSE, follow jumps to their targets"
6991 msgid "When running CSE, follow conditional jumps"
6995 msgid "Perform a number of minor, expensive optimizations"
6999 msgid "Perform jump threading optimizations"
7003 msgid "Perform strength reduction optimizations"
7007 msgid "Perform loop unrolling when iteration count is known"
7011 msgid "Perform loop unrolling for all loops"
7015 msgid "Generate prefetch instructions, if available, for arrays in loops"
7019 msgid "Force all loop invariant computations out of loops"
7023 msgid "Strength reduce all loop general induction variables"
7027 msgid "Store strings in writable data section"
7031 msgid "Enable machine specific peephole optimizations"
7035 msgid "Copy memory operands into registers before using"
7039 msgid "Copy memory address constants into regs before using"
7043 msgid "Allow function addresses to be held in registers"
7047 msgid "Integrate simple functions into their callers"
7051 msgid "Generate code for funcs even if they are fully inlined"
7055 msgid "Pay attention to the 'inline' keyword"
7059 msgid "Emit static const variables even if they are not used"
7063 msgid "Check for syntax errors, then stop"
7067 msgid "Mark data as shared rather than private"
7071 msgid "Enable saving registers around function calls"
7075 msgid "Return 'short' aggregates in memory, not registers"
7079 msgid "Return 'short' aggregates in registers"
7083 msgid "Attempt to fill delay slots of branch instructions"
7087 msgid "Perform the global common subexpression elimination"
7091 msgid "Perform enhanced load motion during global subexpression elimination"
7095 msgid "Perform store motion after global subexpression elimination"
7099 msgid "Perform the loop optimizations"
7103 msgid "Perform cross-jumping optimization"
7107 msgid "Perform conversion of conditional jumps to branchless equivalents"
7111 msgid "Perform conversion of conditional jumps to conditional execution"
7115 msgid "Run CSE pass after loop optimizations"
7119 msgid "Run the loop optimizer twice"
7123 msgid "Delete useless null pointer checks"
7127 msgid "Reschedule instructions before register allocation"
7131 msgid "Reschedule instructions after register allocation"
7135 msgid "Enable scheduling across basic blocks"
7139 msgid "Allow speculative motion of non-loads"
7143 msgid "Allow speculative motion of some loads"
7147 msgid "Allow speculative motion of more loads"
7151 msgid "Replace add,compare,branch with branch on count reg"
7155 msgid "Generate position independent code, if possible"
7159 msgid "Enable exception handling"
7163 msgid "Just generate unwind tables for exception handling"
7167 msgid "Generate unwind tables exact at each instruction boundary"
7171 msgid "Support synchronous non-call exceptions"
7175 msgid "Insert arc based program profiling code"
7179 msgid "Create data files needed by gcov"
7183 msgid "Use profiling information for branch probabilities"
7187 msgid "Enable basic program profiling code"
7191 msgid "Reorder basic blocks to improve code placement"
7195 msgid "Reorder functions to improve code placement"
7199 msgid "Do the register renaming optimization pass"
7203 msgid "Do the register copy-propagation optimization pass"
7207 msgid "Do not put uninitialized globals in the common section"
7211 msgid "Do not generate .size directives"
7215 msgid "place each function into its own section"
7219 msgid "place data items into their own section"
7223 msgid "Add extra commentry to assembler output"
7227 msgid "Output GNU ld formatted global initializers"
7231 msgid "Enables a register move optimization"
7235 msgid "Do the full regmove optimization pass"
7239 msgid "Pack structure members together without holes"
7243 msgid "Insert stack checking code into the program"
7247 msgid "Specify that arguments may alias each other & globals"
7251 msgid "Assume arguments may alias globals but not each other"
7255 msgid "Assume arguments do not alias each other or globals"
7259 msgid "Assume strict aliasing rules apply"
7263 msgid "Align the start of loops"
7267 msgid "Align labels which are only reached by jumping"
7271 msgid "Align all labels"
7275 msgid "Align the start of functions"
7279 msgid "Attempt to merge identical constants accross compilation units"
7283 msgid "Attempt to merge identical constants and constant variables"
7287 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7291 msgid "Instrument function entry/exit with profiling calls"
7295 msgid "Put zero initialized data in the bss section"
7299 msgid "Enable SSA optimizations"
7303 msgid "Enable SSA conditional constant propagation"
7307 msgid "Enable aggressive SSA dead code elimination"
7311 msgid "External symbols have a leading underscore"
7315 msgid "Process #ident directives"
7319 msgid "Enables an rtl peephole pass run before sched2"
7323 msgid "Assume no NaNs or +-Infs are generated"
7327 msgid "Enables guessing of branch probabilities"
7331 msgid "Set errno after built-in math functions"
7335 msgid "Floating-point operations can trap"
7339 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7343 msgid "Disable optimizations observable by IEEE signaling NaNs"
7347 msgid "Generate code to check bounds before indexing arrays"
7351 msgid "Convert floating point constant to single precision constant"
7355 msgid "Report time taken by each compiler pass at end of run"
7359 msgid "Report on permanent memory allocation at end of run"
7363 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7367 msgid "Use graph coloring register allocation."
7371 msgid "Compile just for ISO C90"
7375 msgid "Determine language standard"
7379 msgid "Make bit-fields by unsigned by default"
7383 msgid "Make 'char' be signed by default"
7387 msgid "Make 'char' be unsigned by default"
7391 msgid "Do not recognize the 'asm' keyword"
7395 msgid "Do not recognize any built in functions"
7399 msgid "Assume normal C execution environment"
7403 msgid "Assume that standard libraries & main might not exist"
7407 msgid "Allow different types as args of ? operator"
7411 msgid "Allow the use of $ inside identifiers"
7415 msgid "Use the same size for double as for float"
7419 msgid "Use the smallest fitting integer to hold enums"
7423 msgid "Override the underlying type for wchar_t to `unsigned short'"
7427 msgid "Enable most warning messages"
7431 msgid "Warn about casting functions to incompatible types"
7435 msgid "Warn about functions which might be candidates for format attributes"
7439 msgid "Warn about casts which discard qualifiers"
7443 msgid "Warn about subscripts whose type is 'char'"
7446 #: toplev.c:1268 toplev.c:1271
7447 msgid "Warn if nested comments are detected"
7451 msgid "Warn about possibly confusing type conversions"
7455 msgid "Do not warn about compile-time integer division by zero"
7459 msgid "Warn about testing equality of floating point numbers"
7463 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7467 msgid "Don't warn about too many arguments to format functions"
7471 msgid "Warn about non-string-literal format strings"
7475 msgid "Warn about possible security problems with format functions"
7479 msgid "Don't warn about strftime formats yielding 2 digit years"
7483 msgid "Warn about implicit function declarations"
7487 msgid "Warn when a declaration does not specify a type"
7491 msgid "Warn about the use of the #import directive"
7495 msgid "Do not warn about using 'long long' when -pedantic"
7499 msgid "Warn about suspicious declarations of main"
7503 msgid "Warn about possibly missing braces around initializers"
7507 msgid "Warn about global funcs without previous declarations"
7511 msgid "Warn about global funcs without prototypes"
7515 msgid "Warn about use of multicharacter literals"
7519 msgid "Warn about externs not at file scope level"
7523 msgid "Warn about possible missing parentheses"
7527 msgid "Warn about function pointer arithmetic"
7531 msgid "Warn about multiple declarations of the same object"
7535 msgid "Warn whenever a function's return-type defaults to int"
7539 msgid "Warn about possible violations of sequence point rules"
7543 msgid "Warn about signed/unsigned comparisons"
7547 msgid "Warn about non-prototyped function decls"
7551 msgid "Warn about constructs whose meanings change in ISO C"
7555 msgid "Warn when trigraphs are encountered"
7559 msgid "Warn about unrecognized pragmas"
7563 msgid "Mark strings as 'const char *'"
7567 msgid "Warn when a function is unused"
7571 msgid "Warn when a label is unused"
7575 msgid "Warn when a function parameter is unused"
7579 msgid "Warn when a variable is unused"
7583 msgid "Warn when an expression value is unused"
7587 msgid "Do not suppress warnings from system headers"
7591 msgid "Treat all warnings as errors"
7595 msgid "Warn when one local variable shadows another"
7599 msgid "Warn about enumerated switches, with no default, missing a case"
7603 msgid "Warn about enumerated switches missing a default case"
7607 msgid "Warn about all enumerated switches missing a specific case"
7611 msgid "Warn about returning structures, unions or arrays"
7615 msgid "Warn about pointer casts which increase alignment"
7619 msgid "Warn about code that will never be executed"
7623 msgid "Warn about uninitialized automatic variables"
7627 msgid "Warn when an inlined function cannot be inlined"
7631 msgid "Warn when the packed attribute has no effect on struct layout"
7635 msgid "Warn when padding is required to align struct members"
7639 msgid "Warn when an optimization pass is disabled"
7643 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7647 msgid "Warn about functions which might be candidates for attribute noreturn"
7651 msgid "Warn about code which might break the strict aliasing rules"
7654 #: toplev.c:1627 toplev.c:4513 config/rs6000/rs6000.c:676
7656 msgid "invalid option `%s'"
7657 msgstr "ungültige Option »%s«"
7661 msgid "`%s' used but never defined"
7662 msgstr "»%s« verwendet, aber nirgendwo definiert"
7666 msgid "`%s' declared `static' but never defined"
7667 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
7671 msgid "`%s' defined but not used"
7672 msgstr "»%s« definiert, aber nicht verwendet"
7676 msgid "invalid register name `%s' for register variable"
7680 msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
7684 msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
7688 msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7692 msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7696 msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
7700 msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
7704 msgid " -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7708 msgid " -O[number] Set optimization level to [number]\n"
7712 msgid " -Os Optimize for space rather than speed\n"
7716 msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
7720 msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
7724 msgid " -w Suppress warnings\n"
7728 msgid " -W Enable extra warnings\n"
7732 msgid " -Wunused Enable unused warnings\n"
7736 msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
7740 msgid " -p Enable function profiling\n"
7744 msgid " -o <file> Place output into <file> \n"
7749 " -G <number> Put global and static data smaller than <number>\n"
7750 " bytes into a special section (on some targets)\n"
7754 msgid " -aux-info <file> Emit declaration info into <file>\n"
7758 msgid " -quiet Do not display functions compiled or elapsed time\n"
7762 msgid " -version Display the compiler's version\n"
7766 msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
7770 msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
7774 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7778 msgid " --help Display this information\n"
7784 "Language specific options:\n"
7789 msgid " %-23.23s [undocumented]\n"
7792 #: toplev.c:3785 toplev.c:3799
7796 "There are undocumented %s specific options as well.\n"
7803 " Options for %s:\n"
7809 "Target specific options:\n"
7812 #: toplev.c:3840 toplev.c:3859
7814 msgid " -m%-23.23s [undocumented]\n"
7820 "There are undocumented target specific options as well.\n"
7824 msgid " They exist, but they are not documented.\n"
7829 msgid "unrecognized gcc debugging option: %c"
7834 msgid "`%s': unknown tls-model option"
7839 msgid "unrecognized register name `%s'"
7842 #: toplev.c:4031 toplev.c:4965
7844 msgid "unrecognized option `%s'"
7848 msgid "-Wid-clash-LEN is no longer supported"
7853 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7857 msgid "use -gdwarf-2 for DWARF v2"
7862 msgid "ignoring option `%s' due to invalid debug level specification"
7865 #: toplev.c:4183 toplev.c:4963
7867 msgid "`%s': unknown or unsupported -g option"
7872 msgid "`%s' ignored, conflicts with `-g%s'"
7876 msgid "-param option missing argument"
7881 msgid "invalid --param option: %s"
7886 msgid "invalid parameter value `%s'"
7892 "%s%s%s version %s (%s)\n"
7893 "%s\tcompiled by GNU C version %s.\n"
7894 "%s%s%s version %s (%s) compiled by CC.\n"
7898 msgid "options passed: "
7902 msgid "options enabled: "
7905 #: toplev.c:4674 java/jcf-write.c:3421
7907 msgid "can't open %s for writing"
7912 msgid "ignoring command line option '%s'"
7917 msgid "(it is valid for %s but not the selected language)"
7921 msgid "-Wuninitialized is not supported without -O"
7925 msgid "instruction scheduling not supported on this target machine"
7929 msgid "this target machine does not have delayed branches"
7934 msgid "-f%sleading-underscore not supported on this target machine"
7938 msgid "-ffunction-sections not supported for this target"
7942 msgid "-fdata-sections not supported for this target"
7946 msgid "-ffunction-sections disabled; it makes profiling impossible"
7950 msgid "-fprefetch-loop-arrays not supported for this target"
7954 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7958 msgid "-fprefetch-loop-arrays is not supported with -Os"
7962 msgid "-ffunction-sections may affect debugging on some targets"
7967 msgid "error writing to %s"
7970 #: toplev.c:5282 java/jcf-parse.c:932 java/jcf-write.c:3428
7972 msgid "error closing %s"
7977 msgid "could not open dump file `%s'"
7982 msgid "ignoring unknown option `%.*s' in `-f%s'"
7986 msgid "arrays of functions are not meaningful"
7990 msgid "function return type cannot be function"
7994 msgid "invalid initializer for bit string"
7999 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8004 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8009 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8012 #: varasm.c:455 config/i386/winnt.c:546
8014 msgid "%s causes a section type conflict"
8019 msgid "register name not specified for `%s'"
8024 msgid "invalid register name for `%s'"
8029 msgid "data type of `%s' isn't suitable for a register"
8034 msgid "register specified for `%s' isn't suitable for data type"
8038 msgid "global register variable has initial value"
8042 msgid "volatile register variables don't work as you might wish"
8047 msgid "register name given for non-register variable `%s'"
8052 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8056 msgid "thread-local COMMON data not implemented"
8061 msgid "requested alignment for %s is greater than implemented alignment of %d"
8065 msgid "initializer for integer value is too complicated"
8069 msgid "initializer for floating value is not a floating constant"
8073 msgid "unknown set constructor type"
8078 msgid "invalid initial value for member `%s'"
8081 #: varasm.c:4480 varasm.c:4523
8083 msgid "weak declaration of `%s' must precede definition"
8088 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8093 msgid "weak declaration of `%s' must be public"
8098 msgid "weak declaration of `%s' not supported"
8101 #: varasm.c:4557 varasm.c:4632
8102 msgid "only weak aliases are supported in this configuration"
8106 msgid "alias definitions not supported in this configuration; ignored"
8110 msgid "visibility attribute not supported in this configuration; ignored"
8115 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8118 #. Print an error message for unrecognized stab codes.
8121 msgid "no sclass for %s stab (0x%x)\n"
8124 #: pretty-print.h:97
8126 msgid "#`%s' not supported by %s#"
8127 msgstr "#»%s« wird von %s# nicht unterstützt"
8130 msgid "The maximum number of instructions in a single function eliglible for inlining"
8134 msgid "The maximuem number of instructions by repeated inlining before gcc starts to throttle inlining"
8138 msgid "The slope of the linear funtion throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8142 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8146 msgid "The maximum number of instructions to consider to fill a delay slot"
8150 msgid "The maximum number of instructions to consider to find accurate live register information"
8154 msgid "The maximum length of scheduling's pending operations list"
8158 msgid "The maximum amount of memory to be allocated by GCSE"
8162 msgid "The maximum number of passes to make when doing GCSE"
8166 msgid "The maximum number of instructions to consider to unroll in a loop"
8170 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8174 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8178 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8182 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8186 msgid "Maximal code growth caused by tail duplication (in percents)"
8190 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8194 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8198 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8202 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8206 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8209 #: config/darwin-c.c:75
8210 msgid "too many #pragma options align=reset"
8213 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8214 #: config/darwin-c.c:104
8215 msgid "malformed '#pragma options', ignoring"
8218 #: config/darwin-c.c:107
8219 msgid "junk at end of '#pragma options'"
8222 #: config/darwin-c.c:117
8223 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8226 #: config/darwin-c.c:130
8227 msgid "missing '(' after '#pragma unused', ignoring"
8230 #: config/darwin-c.c:148
8231 msgid "missing ')' after '#pragma unused', ignoring"
8234 #: config/darwin-c.c:151
8235 msgid "junk at end of '#pragma unused'"
8238 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8239 msgid "-msystem-v and -p are incompatible"
8242 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8243 msgid "-msystem-v and -mthreads are incompatible"
8246 #: config/alpha/alpha.c:342
8248 msgid "-f%s ignored for Unicos/Mk (not supported)"
8251 #: config/alpha/alpha.c:366
8252 msgid "-mieee not supported on Unicos/Mk"
8255 #: config/alpha/alpha.c:377
8256 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8259 #: config/alpha/alpha.c:394
8261 msgid "bad value `%s' for -mtrap-precision switch"
8264 #: config/alpha/alpha.c:408
8266 msgid "bad value `%s' for -mfp-rounding-mode switch"
8269 #: config/alpha/alpha.c:423
8271 msgid "bad value `%s' for -mfp-trap-mode switch"
8274 #: config/alpha/alpha.c:435
8276 msgid "bad value `%s' for -mtls-size switch"
8279 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8281 msgid "bad value `%s' for -mcpu switch"
8284 #: config/alpha/alpha.c:473
8285 msgid "trap mode not supported on Unicos/Mk"
8288 #: config/alpha/alpha.c:480
8289 msgid "fp software completion requires -mtrap-precision=i"
8292 #: config/alpha/alpha.c:496
8293 msgid "rounding mode not supported for VAX floats"
8296 #: config/alpha/alpha.c:501
8297 msgid "trap mode not supported for VAX floats"
8300 #: config/alpha/alpha.c:530
8302 msgid "L%d cache latency unknown for %s"
8305 #: config/alpha/alpha.c:545
8307 msgid "bad value `%s' for -mmemory-latency"
8310 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8311 #: config/romp/romp.c:761
8313 msgid "invalid %%H value"
8316 #: config/alpha/alpha.c:5625
8318 msgid "invalid %%J value"
8321 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3834 config/m88k/m88k.c:3034
8323 msgid "invalid %%r value"
8326 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7700
8328 msgid "invalid %%R value"
8331 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7626
8333 msgid "invalid %%N value"
8336 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7654
8338 msgid "invalid %%P value"
8341 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8342 #: config/romp/romp.c:747
8344 msgid "invalid %%h value"
8347 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8349 msgid "invalid %%L value"
8352 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7608
8354 msgid "invalid %%m value"
8357 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7616
8359 msgid "invalid %%M value"
8362 #: config/alpha/alpha.c:5772
8364 msgid "invalid %%U value"
8367 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8368 #: config/rs6000/rs6000.c:7708
8370 msgid "invalid %%s value"
8373 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8375 msgid "invalid %%C value"
8378 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8379 #: config/rs6000/rs6000.c:7465
8381 msgid "invalid %%E value"
8384 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8385 msgid "unknown relocation unspec"
8388 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8389 #: config/rs6000/rs6000.c:8015
8391 msgid "invalid %%xn code"
8394 #: config/alpha/alpha.c:6615 config/alpha/alpha.c:6618
8395 msgid "bad builtin fcode"
8398 #. Macro to define tables used to set the flags.
8399 #. This is a list in braces of pairs in braces,
8400 #. each pair being { "NAME", VALUE }
8401 #. where VALUE is the bits to set or minus the bits to clear.
8402 #. An empty string NAME is used to identify the default VALUE.
8403 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8404 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8405 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8406 msgid "Use hardware fp"
8409 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8410 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8411 #: config/sparc/sparc.h:529
8412 msgid "Do not use hardware fp"
8415 #: config/alpha/alpha.h:281
8416 msgid "Use fp registers"
8419 #: config/alpha/alpha.h:283
8420 msgid "Do not use fp registers"
8423 #: config/alpha/alpha.h:284
8424 msgid "Do not assume GAS"
8427 #: config/alpha/alpha.h:285
8431 #: config/alpha/alpha.h:287
8432 msgid "Request IEEE-conformant math library routines (OSF/1)"
8435 #: config/alpha/alpha.h:289
8436 msgid "Emit IEEE-conformant code, without inexact exceptions"
8439 #: config/alpha/alpha.h:291
8440 msgid "Emit IEEE-conformant code, with inexact exceptions"
8443 #: config/alpha/alpha.h:293
8444 msgid "Do not emit complex integer constants to read-only memory"
8447 #: config/alpha/alpha.h:294
8451 #: config/alpha/alpha.h:295
8452 msgid "Do not use VAX fp"
8455 #: config/alpha/alpha.h:296
8456 msgid "Emit code for the byte/word ISA extension"
8459 #: config/alpha/alpha.h:299
8460 msgid "Emit code for the motion video ISA extension"
8463 #: config/alpha/alpha.h:302
8464 msgid "Emit code for the fp move and sqrt ISA extension"
8467 #: config/alpha/alpha.h:304
8468 msgid "Emit code for the counting ISA extension"
8471 #: config/alpha/alpha.h:307
8472 msgid "Emit code using explicit relocation directives"
8475 #: config/alpha/alpha.h:310
8476 msgid "Emit 16-bit relocations to the small data areas"
8479 #: config/alpha/alpha.h:312
8480 msgid "Emit 32-bit relocations to the small data areas"
8483 #: config/alpha/alpha.h:314
8484 msgid "Emit rdval instead of rduniq for thread pointer"
8489 #. For -mfp-rounding-mode=[n|m|c|d]
8490 #. For -mfp-trap-mode=[n|u|su|sui]
8491 #. For -mtrap-precision=[p|f|i]
8492 #. For -mmemory-latency=
8494 #: config/alpha/alpha.h:343
8495 msgid "Use features of and schedule given CPU"
8498 #: config/alpha/alpha.h:345
8499 msgid "Schedule given CPU"
8502 #: config/alpha/alpha.h:347
8503 msgid "Control the generated fp rounding mode"
8506 #: config/alpha/alpha.h:349
8507 msgid "Control the IEEE trap mode"
8510 #: config/alpha/alpha.h:351
8511 msgid "Control the precision given to fp exceptions"
8514 #: config/alpha/alpha.h:353
8515 msgid "Tune expected memory latency"
8518 #: config/alpha/alpha.h:355 config/ia64/ia64.h:221
8519 msgid "Specify bit size of immediate TLS offsets"
8522 #: config/arc/arc.c:135
8524 msgid "bad value (%s) for -mcpu switch"
8527 #: config/arc/arc.c:362
8529 msgid "argument of `%s' attribute is not a string constant"
8532 #: config/arc/arc.c:369
8534 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8537 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8539 msgid "invalid operand to %%R code"
8542 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8544 msgid "invalid operand to %%H/%%L code"
8547 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8549 msgid "invalid operand to %%U code"
8552 #: config/arc/arc.c:1774
8554 msgid "invalid operand to %%V code"
8558 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6473
8559 msgid "invalid operand output code"
8562 #: config/arm/arm.c:459
8564 msgid "switch -mcpu=%s conflicts with -march= switch"
8567 #: config/arm/arm.c:469 config/rs6000/rs6000.c:554 config/sparc/sparc.c:393
8569 msgid "bad value (%s) for %s switch"
8572 #: config/arm/arm.c:605
8573 msgid "target CPU does not support APCS-32"
8576 #: config/arm/arm.c:610
8577 msgid "target CPU does not support APCS-26"
8580 #: config/arm/arm.c:616
8581 msgid "target CPU does not support interworking"
8584 #: config/arm/arm.c:622
8585 msgid "target CPU does not support THUMB instructions"
8588 #: config/arm/arm.c:636
8589 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8592 #: config/arm/arm.c:639
8593 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8596 #: config/arm/arm.c:642
8597 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8600 #: config/arm/arm.c:648
8601 msgid "interworking forces APCS-32 to be used"
8604 #: config/arm/arm.c:654
8605 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8608 #: config/arm/arm.c:662
8609 msgid "-fpic and -mapcs-reent are incompatible"
8612 #: config/arm/arm.c:665
8613 msgid "APCS reentrant code not supported. Ignored"
8616 #: config/arm/arm.c:673
8617 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8620 #: config/arm/arm.c:681
8621 msgid "passing floating point arguments in fp regs not yet supported"
8624 #: config/arm/arm.c:710
8626 msgid "invalid floating point emulation option: -mfpe-%s"
8629 #: config/arm/arm.c:734
8630 msgid "structure size boundary can only be set to 8 or 32"
8633 #: config/arm/arm.c:742
8634 msgid "-mpic-register= is useless without -fpic"
8637 #: config/arm/arm.c:749
8639 msgid "unable to use '%s' for PIC register"
8642 #: config/arm/arm.c:2061 config/arm/arm.c:2084 config/avr/avr.c:4794
8643 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3623 config/i386/i386.c:1389
8644 #: config/i386/i386.c:1418 config/m68hc11/m68hc11.c:1216
8645 #: config/mcore/mcore.c:3510 config/ns32k/ns32k.c:1047
8646 #: config/rs6000/rs6000.c:12476 config/sh/sh.c:5678 config/sh/sh.c:5703
8647 #: config/sh/sh.c:5742 config/stormy16/stormy16.c:2026 config/v850/v850.c:2180
8649 msgid "`%s' attribute only applies to functions"
8652 #: config/arm/arm.c:9474
8653 msgid "unable to compute real location of stacked parameter"
8656 #: config/arm/arm.c:10153
8657 msgid "no low registers available for popping high registers"
8660 #: config/arm/arm.c:10404
8661 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8664 #: config/arm/pe.c:168 config/i386/winnt.c:303 config/mcore/mcore.c:3358
8666 msgid "initialized variable `%s' is marked dllimport"
8669 #: config/arm/pe.c:177 config/i386/winnt.c:312
8671 msgid "static variable `%s' is marked dllimport"
8674 #: config/arm/arm.h:416
8675 msgid "Generate APCS conformant stack frames"
8678 #: config/arm/arm.h:419
8679 msgid "Store function names in object code"
8682 #: config/arm/arm.h:423
8683 msgid "Use the 32-bit version of the APCS"
8686 #: config/arm/arm.h:425
8687 msgid "Use the 26-bit version of the APCS"
8690 #: config/arm/arm.h:429
8691 msgid "Pass FP arguments in FP registers"
8694 #: config/arm/arm.h:432
8695 msgid "Generate re-entrant, PIC code"
8698 #: config/arm/arm.h:435
8699 msgid "The MMU will trap on unaligned accesses"
8702 #: config/arm/arm.h:442
8703 msgid "Use library calls to perform FP operations"
8706 #: config/arm/arm.h:444 config/i960/i960.h:281
8707 msgid "Use hardware floating point instructions"
8710 #: config/arm/arm.h:446
8711 msgid "Assume target CPU is configured as big endian"
8714 #: config/arm/arm.h:448
8715 msgid "Assume target CPU is configured as little endian"
8718 #: config/arm/arm.h:450
8719 msgid "Assume big endian bytes, little endian words"
8722 #: config/arm/arm.h:452
8723 msgid "Support calls between Thumb and ARM instruction sets"
8726 #: config/arm/arm.h:455
8727 msgid "Generate a call to abort if a noreturn function returns"
8730 #: config/arm/arm.h:458
8731 msgid "Do not move instructions into a function's prologue"
8734 #: config/arm/arm.h:461
8735 msgid "Do not load the PIC register in function prologues"
8738 #: config/arm/arm.h:464
8739 msgid "Generate call insns as indirect calls, if necessary"
8742 #: config/arm/arm.h:467
8743 msgid "Compile for the Thumb not the ARM"
8746 #: config/arm/arm.h:471
8747 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8750 #: config/arm/arm.h:474
8751 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8754 #: config/arm/arm.h:477
8755 msgid "Thumb: Assume non-static functions may be called from ARM code"
8758 #: config/arm/arm.h:481
8759 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8762 #: config/arm/arm.h:491
8763 msgid "Specify the name of the target CPU"
8766 #: config/arm/arm.h:493
8767 msgid "Specify the name of the target architecture"
8770 #: config/arm/arm.h:497
8771 msgid "Specify the version of the floating point emulator"
8774 #: config/arm/arm.h:499
8775 msgid "Specify the minimum bit alignment of structures"
8778 #: config/arm/arm.h:501
8779 msgid "Specify the register to be used for PIC addressing"
8782 #: config/arm/pe.h:65
8783 msgid "Ignore dllimport attribute for functions"
8786 #: config/avr/avr.c:528
8788 msgid "large frame pointer change (%d) with -mtiny-stack"
8791 #: config/avr/avr.c:1135
8792 msgid "bad address, not (reg+disp):"
8795 #: config/avr/avr.c:1143
8796 msgid "internal compiler error. Bad address:"
8799 #: config/avr/avr.c:1156
8800 msgid "internal compiler error. Unknown mode:"
8803 #: config/avr/avr.c:1864 config/avr/avr.c:2576
8804 msgid "invalid insn:"
8807 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
8808 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
8809 #: config/avr/avr.c:2613 config/avr/avr.c:2724
8810 msgid "incorrect insn:"
8813 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
8814 #: config/avr/avr.c:2768
8815 msgid "unknown move insn:"
8818 #: config/avr/avr.c:3003
8819 msgid "bad shift insn:"
8822 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
8823 msgid "internal compiler error. Incorrect shift:"
8826 #: config/avr/avr.c:4767
8827 msgid "only initialized variables can be placed into program memory area"
8830 #: config/avr/avr.c:4866
8831 msgid "only uninitialized variables can be placed in the .noinit section"
8834 #: config/avr/avr.c:4881
8836 msgid "MCU `%s' supported for assembler only"
8839 #: config/avr/avr.h:78
8840 msgid "Assume int to be 8 bit integer"
8843 #: config/avr/avr.h:80
8844 msgid "Change the stack pointer without disabling interrupts"
8847 #: config/avr/avr.h:82
8848 msgid "Use subroutines for function prologue/epilogue"
8851 #: config/avr/avr.h:84
8852 msgid "Change only the low 8 bits of the stack pointer"
8855 #: config/avr/avr.h:86
8856 msgid "Do not generate tablejump insns"
8859 #: config/avr/avr.h:88
8860 msgid "Use rjmp/rcall (limited range) on >8K devices"
8863 #: config/avr/avr.h:91
8864 msgid "Output instruction sizes to the asm file"
8867 #: config/avr/avr.h:108
8868 msgid "Specify the initial stack address"
8871 #: config/avr/avr.h:109
8872 msgid "Specify the MCU name"
8875 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8876 #. In some cases, the strength reduction optimization pass can
8877 #. produce better code if this is defined. This macro controls the
8878 #. order that induction variables are combined. This macro is
8879 #. particularly useful if the target has limited addressing modes.
8880 #. For instance, the SH target has only positive offsets in
8881 #. addresses. Thus sorting to put the smallest address first allows
8882 #. the most combinations to be found.
8883 #: config/avr/avr.h:2450
8884 msgid "trampolines not supported"
8887 #: config/c4x/c4x-c.c:69
8889 msgid "missing '(' after '#pragma %s' - ignored"
8892 #: config/c4x/c4x-c.c:72
8894 msgid "missing function name in '#pragma %s' - ignored"
8897 #: config/c4x/c4x-c.c:77
8899 msgid "malformed '#pragma %s' - ignored"
8902 #: config/c4x/c4x-c.c:79
8904 msgid "missing section name in '#pragma %s' - ignored"
8907 #: config/c4x/c4x-c.c:84
8909 msgid "missing ')' for '#pragma %s' - ignored"
8912 #: config/c4x/c4x-c.c:87
8914 msgid "junk at end of '#pragma %s'"
8917 #: config/c4x/c4x.c:280
8919 msgid "unknown CPU version %d, using 40.\n"
8922 #: config/c4x/c4x.c:853
8924 msgid "ISR %s requires %d words of local vars, max is 32767"
8927 #: config/c4x/c4x.c:1602
8928 msgid "using CONST_DOUBLE for address"
8931 #: config/c4x/c4x.c:1742
8932 msgid "c4x_address_cost: Invalid addressing mode"
8935 #: config/c4x/c4x.c:1884
8937 msgid "c4x_print_operand: %%L inconsistency"
8940 #: config/c4x/c4x.c:1890
8942 msgid "c4x_print_operand: %%N inconsistency"
8945 #: config/c4x/c4x.c:1931
8947 msgid "c4x_print_operand: %%O inconsistency"
8950 #: config/c4x/c4x.c:2026
8951 msgid "c4x_print_operand: Bad operand case"
8954 #: config/c4x/c4x.c:2069
8955 msgid "c4x_print_operand_address: Bad post_modify"
8958 #: config/c4x/c4x.c:2091
8959 msgid "c4x_print_operand_address: Bad pre_modify"
8962 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
8963 msgid "c4x_print_operand_address: Bad operand case"
8966 #: config/c4x/c4x.c:2422
8967 msgid "c4x_rptb_insert: Cannot find start label"
8970 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
8971 msgid "mode not QImode"
8974 #: config/c4x/c4x.c:3514
8975 msgid "invalid indirect memory address"
8978 #: config/c4x/c4x.c:3603
8979 msgid "invalid indirect (S) memory address"
8982 #: config/c4x/c4x.c:3944
8983 msgid "c4x_valid_operands: Internal error"
8986 #: config/c4x/c4x.c:4424
8987 msgid "c4x_operand_subword: invalid mode"
8990 #: config/c4x/c4x.c:4427
8991 msgid "c4x_operand_subword: invalid operand"
8994 #. We could handle these with some difficulty.
8995 #. e.g., *p-- => *(p-=2); *(p+1).
8996 #: config/c4x/c4x.c:4453
8997 msgid "c4x_operand_subword: invalid autoincrement"
9000 #: config/c4x/c4x.c:4459
9001 msgid "c4x_operand_subword: invalid address"
9004 #: config/c4x/c4x.c:4470
9005 msgid "c4x_operand_subword: address not offsettable"
9008 #: config/c4x/c4x.c:4670
9009 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9012 #. Name of the c4x assembler.
9013 #. Name of the c4x linker.
9014 #. Define assembler options.
9015 #. Define linker options.
9016 #. Specify the end file to link with.
9017 #. Target compilation option flags.
9018 #. Small memory model.
9019 #. Use 24-bit MPYI for C3x.
9020 #. Fast fixing of floats.
9021 #. Allow use of RPTS.
9023 #. Be compatible with TI assembler.
9024 #. Be paranoid about DP reg. in ISRs.
9025 #. Pass arguments on stack.
9026 #. Enable features under development.
9027 #. Enable repeat block.
9028 #. Use BK as general register.
9029 #. Use decrement and branch for C3x.
9030 #. Enable debugging of GCC.
9031 #. Force constants into registers.
9032 #. Allow unsigned loop counters.
9033 #. Force op0 and op1 to be same.
9034 #. Save all 40 bits for floats.
9035 #. Allow parallel insns.
9036 #. Allow MPY||ADD, MPY||SUB insns.
9037 #. Assume mem refs possibly aliased.
9044 #. Run-time compilation parameters selecting different hardware subsets.
9046 #. Macro to define tables used to set the flags.
9047 #. This is a list in braces of triplets in braces,
9048 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9049 #. where VALUE is the bits to set or minus the bits to clear.
9050 #. An empty string NAME is used to identify the default VALUE.
9051 #: config/c4x/c4x.h:170
9052 msgid "Small memory model"
9055 #: config/c4x/c4x.h:172
9056 msgid "Big memory model"
9059 #: config/c4x/c4x.h:174
9060 msgid "Use MPYI instruction for C3x"
9063 #: config/c4x/c4x.h:176
9064 msgid "Do not use MPYI instruction for C3x"
9067 #: config/c4x/c4x.h:178
9068 msgid "Use fast but approximate float to integer conversion"
9071 #: config/c4x/c4x.h:180
9072 msgid "Use slow but accurate float to integer conversion"
9075 #: config/c4x/c4x.h:182
9076 msgid "Enable use of RTPS instruction"
9079 #: config/c4x/c4x.h:184
9080 msgid "Disable use of RTPS instruction"
9083 #: config/c4x/c4x.h:186
9084 msgid "Enable use of RTPB instruction"
9087 #: config/c4x/c4x.h:188
9088 msgid "Disable use of RTPB instruction"
9091 #: config/c4x/c4x.h:190
9092 msgid "Generate code for C30 CPU"
9095 #: config/c4x/c4x.h:192
9096 msgid "Generate code for C31 CPU"
9099 #: config/c4x/c4x.h:194
9100 msgid "Generate code for C32 CPU"
9103 #: config/c4x/c4x.h:196
9104 msgid "Generate code for C33 CPU"
9107 #: config/c4x/c4x.h:198
9108 msgid "Generate code for C40 CPU"
9111 #: config/c4x/c4x.h:200
9112 msgid "Generate code for C44 CPU"
9115 #: config/c4x/c4x.h:202
9116 msgid "Emit code compatible with TI tools"
9119 #: config/c4x/c4x.h:204
9120 msgid "Emit code to use GAS extensions"
9123 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9124 msgid "Save DP across ISR in small memory model"
9127 #: config/c4x/c4x.h:208 config/c4x/c4x.h:212
9128 msgid "Don't save DP across ISR in small memory model"
9131 #: config/c4x/c4x.h:214
9132 msgid "Pass arguments on the stack"
9135 #: config/c4x/c4x.h:216
9136 msgid "Pass arguments in registers"
9139 #: config/c4x/c4x.h:218
9140 msgid "Enable new features under development"
9143 #: config/c4x/c4x.h:220
9144 msgid "Disable new features under development"
9147 #: config/c4x/c4x.h:222
9148 msgid "Use the BK register as a general purpose register"
9151 #: config/c4x/c4x.h:224
9152 msgid "Do not allocate BK register"
9155 #: config/c4x/c4x.h:226
9156 msgid "Enable use of DB instruction"
9159 #: config/c4x/c4x.h:228
9160 msgid "Disable use of DB instruction"
9163 #: config/c4x/c4x.h:230
9164 msgid "Enable debugging"
9167 #: config/c4x/c4x.h:232
9168 msgid "Disable debugging"
9171 #: config/c4x/c4x.h:234
9172 msgid "Force constants into registers to improve hoisting"
9175 #: config/c4x/c4x.h:236
9176 msgid "Don't force constants into registers"
9179 #: config/c4x/c4x.h:238
9180 msgid "Force RTL generation to emit valid 3 operand insns"
9183 #: config/c4x/c4x.h:240
9184 msgid "Allow RTL generation to emit invalid 3 operand insns"
9187 #: config/c4x/c4x.h:242
9188 msgid "Allow unsigned interation counts for RPTB/DB"
9191 #: config/c4x/c4x.h:244
9192 msgid "Disallow unsigned iteration counts for RPTB/DB"
9195 #: config/c4x/c4x.h:246
9196 msgid "Preserve all 40 bits of FP reg across call"
9199 #: config/c4x/c4x.h:248
9200 msgid "Only preserve 32 bits of FP reg across call"
9203 #: config/c4x/c4x.h:250
9204 msgid "Enable parallel instructions"
9207 #: config/c4x/c4x.h:252
9208 msgid "Disable parallel instructions"
9211 #: config/c4x/c4x.h:254
9212 msgid "Enable MPY||ADD and MPY||SUB instructions"
9215 #: config/c4x/c4x.h:256
9216 msgid "Disable MPY||ADD and MPY||SUB instructions"
9219 #: config/c4x/c4x.h:258
9220 msgid "Assume that pointers may be aliased"
9223 #: config/c4x/c4x.h:260
9224 msgid "Assume that pointers not aliased"
9227 #: config/c4x/c4x.h:333
9228 msgid "Specify maximum number of iterations for RPTS"
9231 #: config/c4x/c4x.h:335
9232 msgid "Select CPU to generate code for"
9235 #: config/cris/cris.c:583
9236 msgid "unexpected index-type in cris_print_index"
9239 #: config/cris/cris.c:599
9240 msgid "unexpected base-type in cris_print_base"
9243 #: config/cris/cris.c:892
9245 msgid "stackframe too big: %d bytes"
9248 #: config/cris/cris.c:1207
9249 msgid "allocated but unused delay list in epilogue"
9252 #: config/cris/cris.c:1217
9253 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9256 #: config/cris/cris.c:1296
9257 msgid "invalid operand for 'b' modifier"
9260 #: config/cris/cris.c:1308
9261 msgid "invalid operand for 'v' modifier"
9264 #: config/cris/cris.c:1318
9265 msgid "invalid operand for 'P' modifier"
9268 #: config/cris/cris.c:1325
9269 msgid "invalid operand for 'p' modifier"
9272 #: config/cris/cris.c:1364
9273 msgid "invalid operand for 'z' modifier"
9276 #: config/cris/cris.c:1395 config/cris/cris.c:1425
9277 msgid "invalid operand for 'H' modifier"
9280 #: config/cris/cris.c:1401
9281 msgid "bad register"
9284 #: config/cris/cris.c:1439
9285 msgid "invalid operand for 'e' modifier"
9288 #: config/cris/cris.c:1456
9289 msgid "invalid operand for 'm' modifier"
9292 #: config/cris/cris.c:1481
9293 msgid "invalid operand for 'A' modifier"
9296 #: config/cris/cris.c:1489
9297 msgid "invalid operand for 'D' modifier"
9300 #: config/cris/cris.c:1503
9301 msgid "invalid operand for 'T' modifier"
9304 #: config/cris/cris.c:1512
9305 msgid "invalid operand modifier letter"
9308 #: config/cris/cris.c:1520
9310 msgid "internal error: bad register: %d"
9313 #: config/cris/cris.c:1568
9314 msgid "unexpected multiplicative operand"
9317 #: config/cris/cris.c:1588
9318 msgid "unexpected operand"
9321 #: config/cris/cris.c:1623 config/cris/cris.c:1633
9322 msgid "unrecognized address"
9325 #: config/cris/cris.c:1989
9326 msgid "internal error: sideeffect-insn affecting main effect"
9329 #. If we get here, the caller got its initial tests wrong.
9330 #: config/cris/cris.c:2276
9331 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9334 #: config/cris/cris.c:2358 config/cris/cris.c:2416
9335 msgid "unrecognized supposed constant"
9338 #: config/cris/cris.c:2457
9339 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9342 #: config/cris/cris.c:2476
9344 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9347 #: config/cris/cris.c:2504
9349 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9352 #: config/cris/cris.c:2540
9354 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9357 #: config/cris/cris.c:2558
9358 msgid "-fPIC and -fpic are not supported in this configuration"
9361 #: config/cris/cris.c:2574
9362 msgid "that particular -g option is invalid with -maout and -melinux"
9365 #: config/cris/cris.c:2808 config/cris/cris.c:2853
9366 msgid "unexpected side-effects in address"
9369 #. Labels are never marked as global symbols.
9370 #: config/cris/cris.c:2950 config/cris/cris.c:2981
9371 msgid "unexpected PIC symbol"
9374 #: config/cris/cris.c:2954
9375 msgid "PIC register isn't set up"
9378 #: config/cris/cris.c:2967 config/cris/cris.c:3050
9379 msgid "unexpected address expression"
9382 #: config/cris/cris.c:2985
9383 msgid "emitting PIC operand, but PIC register isn't set up"
9386 #: config/cris/cris.c:2994
9387 msgid "unexpected NOTE as addr_const:"
9390 #: config/cris/aout.h:106
9391 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9394 #: config/cris/aout.h:113
9395 msgid "For elinux, request a specified stack-size for this program"
9398 #. No "no-etrax" as it does not really imply any model. On the other hand, "etrax" implies the common (and large) subset matching all models.
9399 #: config/cris/cris.h:336
9400 msgid "Compile for ETRAX 4 (CRIS v3)"
9403 #: config/cris/cris.h:341
9404 msgid "Compile for ETRAX 100 (CRIS v8)"
9407 #: config/cris/cris.h:345
9408 msgid "Emit verbose debug information in assembly code"
9411 #: config/cris/cris.h:348
9412 msgid "Do not use condition codes from normal instructions"
9415 #: config/cris/cris.h:352
9416 msgid "Do not emit addressing modes with side-effect assignment"
9419 #: config/cris/cris.h:355
9420 msgid "Do not tune stack alignment"
9423 #: config/cris/cris.h:358
9424 msgid "Do not tune writable data alignment"
9427 #: config/cris/cris.h:361
9428 msgid "Do not tune code and read-only data alignment"
9431 #: config/cris/cris.h:370
9432 msgid "Align code and data to 32 bits"
9435 #: config/cris/cris.h:383
9436 msgid "Don't align items in code or data"
9439 #: config/cris/cris.h:386
9440 msgid "Do not emit function prologue or epilogue"
9443 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9444 #: config/cris/cris.h:390
9445 msgid "Use the most feature-enabling options allowed by other options"
9448 #. We must call it "override-" since calling it "no-" will cause gcc.c to forget it, if there's a "later" -mbest-lib-options. Kludgy, but needed for some multilibbed files.
9449 #: config/cris/cris.h:396
9450 msgid "Override -mbest-lib-options"
9453 #: config/cris/cris.h:428
9454 msgid "Generate code for the specified chip or CPU version"
9457 #: config/cris/cris.h:430
9458 msgid "Tune alignment for the specified chip or CPU version"
9461 #: config/cris/cris.h:432
9462 msgid "Warn when a stackframe is larger than the specified size"
9466 #: config/cris/cris.h:1019
9467 msgid "no FUNCTION_PROFILER for CRIS"
9470 #: config/cris/linux.h:74
9471 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9474 #: config/d30v/d30v.c:207
9476 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9479 #: config/d30v/d30v.c:2666
9480 msgid "bad insn to d30v_print_operand_address:"
9483 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9484 #: config/d30v/d30v.c:2783
9485 msgid "bad insn to d30v_print_operand_memory_reference:"
9488 #: config/d30v/d30v.c:2851
9489 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9492 #: config/d30v/d30v.c:2860
9493 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9496 #: config/d30v/d30v.c:2867
9497 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9500 #: config/d30v/d30v.c:2921
9501 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9504 #: config/d30v/d30v.c:2932
9505 msgid "bad insn to print_operand, 'B' modifier:"
9508 #: config/d30v/d30v.c:2939
9509 msgid "bad insn to print_operand, 'E' modifier:"
9512 #: config/d30v/d30v.c:2957
9513 msgid "bad insn to print_operand, 'R' modifier:"
9516 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9517 msgid "bad insn to print_operand, 's' modifier:"
9520 #: config/d30v/d30v.c:3003
9521 msgid "bad insn in d30v_print_operand, 0 case"
9524 #: config/d30v/d30v.c:3301
9525 msgid "d30v_emit_comparison"
9528 #: config/d30v/d30v.c:3345
9529 msgid "bad call to d30v_move_2words"
9532 #: config/d30v/d30v.h:114
9533 msgid "Enable use of conditional move instructions"
9536 #: config/d30v/d30v.h:117
9537 msgid "Disable use of conditional move instructions"
9540 #: config/d30v/d30v.h:120
9541 msgid "Debug argument support in compiler"
9544 #: config/d30v/d30v.h:123
9545 msgid "Debug stack support in compiler"
9548 #: config/d30v/d30v.h:126
9549 msgid "Debug memory address support in compiler"
9552 #: config/d30v/d30v.h:129
9553 msgid "Make adjacent short instructions parallel if possible"
9556 #: config/d30v/d30v.h:132
9557 msgid "Do not make adjacent short instructions parallel"
9560 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9561 msgid "Link programs/data to be in external memory by default"
9564 #: config/d30v/d30v.h:141
9565 msgid "Link programs/data to be in onchip memory by default"
9568 #: config/d30v/d30v.h:149
9569 msgid "Change the branch costs within the compiler"
9572 #: config/d30v/d30v.h:152
9573 msgid "Change the threshold for conversion to conditional execution"
9576 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9577 msgid "stack size > 32k"
9580 #: config/dsp16xx/dsp16xx.c:1678
9581 msgid "invalid addressing mode"
9584 #: config/dsp16xx/dsp16xx.c:1821
9585 msgid "bad register extension code"
9588 #: config/dsp16xx/dsp16xx.c:1921
9589 msgid "invalid offset in ybase addressing"
9592 #: config/dsp16xx/dsp16xx.c:1924
9593 msgid "invalid register in ybase addressing"
9596 #: config/dsp16xx/dsp16xx.c:2099
9597 msgid "invalid shift operator in emit_1600_core_shift"
9600 #: config/dsp16xx/dsp16xx.c:2428
9601 msgid "invalid mode for gen_tst_reg"
9604 #: config/dsp16xx/dsp16xx.c:2500
9605 msgid "invalid mode for integer comparison in gen_compare_reg"
9608 #. Macro to define tables used to set the flags.
9609 #. This is a list in braces of pairs in braces,
9610 #. each pair being { "NAME", VALUE }
9611 #. where VALUE is the bits to set or minus the bits to clear.
9612 #. An empty string NAME is used to identify the default VALUE.
9613 #: config/dsp16xx/dsp16xx.h:230
9614 msgid "Pass parameters in registers (default)"
9617 #: config/dsp16xx/dsp16xx.h:232
9618 msgid "Don't pass parameters in registers"
9621 #: config/dsp16xx/dsp16xx.h:234
9622 msgid "Generate code for near calls"
9625 #: config/dsp16xx/dsp16xx.h:236
9626 msgid "Don't generate code for near calls"
9629 #: config/dsp16xx/dsp16xx.h:238
9630 msgid "Generate code for near jumps"
9633 #: config/dsp16xx/dsp16xx.h:240
9634 msgid "Don't generate code for near jumps"
9637 #: config/dsp16xx/dsp16xx.h:242
9638 msgid "Generate code for a bit-manipulation unit"
9641 #: config/dsp16xx/dsp16xx.h:244
9642 msgid "Don't generate code for a bit-manipulation unit"
9645 #: config/dsp16xx/dsp16xx.h:246
9646 msgid "Generate code for memory map1"
9649 #: config/dsp16xx/dsp16xx.h:248
9650 msgid "Generate code for memory map2"
9653 #: config/dsp16xx/dsp16xx.h:250
9654 msgid "Generate code for memory map3"
9657 #: config/dsp16xx/dsp16xx.h:252
9658 msgid "Generate code for memory map4"
9661 #: config/dsp16xx/dsp16xx.h:254
9662 msgid "Ouput extra code for initialized data"
9665 #: config/dsp16xx/dsp16xx.h:256
9666 msgid "Don't let reg. allocator use ybase registers"
9669 #: config/dsp16xx/dsp16xx.h:258
9670 msgid "Output extra debug info in Luxworks environment"
9673 #: config/dsp16xx/dsp16xx.h:260
9674 msgid "Save temp. files in Luxworks environment"
9677 #: config/dsp16xx/dsp16xx.h:272
9678 msgid "Specify alternate name for text section"
9681 #: config/dsp16xx/dsp16xx.h:274
9682 msgid "Specify alternate name for data section"
9685 #: config/dsp16xx/dsp16xx.h:276
9686 msgid "Specify alternate name for bss section"
9689 #: config/dsp16xx/dsp16xx.h:278
9690 msgid "Specify alternate name for constant section"
9693 #: config/dsp16xx/dsp16xx.h:280
9694 msgid "Specify alternate name for dsp16xx chip"
9697 #. Output assembler code to FILE to increment profiler label # LABELNO
9698 #. for profiling a function entry.
9699 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9700 #: config/dsp16xx/dsp16xx.h:1777
9701 msgid "profiling not implemented yet"
9704 #. Emit RTL insns to initialize the variable parts of a trampoline.
9705 #. FNADDR is an RTX for the address of the function's pure code.
9706 #. CXT is an RTX for the static chain value for the function.
9707 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9708 msgid "trampolines not yet implemented"
9711 #: config/fr30/fr30.c:453
9712 msgid "fr30_print_operand_address: unhandled address"
9715 #: config/fr30/fr30.c:480
9717 msgid "fr30_print_operand: unrecognized %%p code"
9720 #: config/fr30/fr30.c:500
9722 msgid "fr30_print_operand: unrecognized %%b code"
9725 #: config/fr30/fr30.c:521
9727 msgid "fr30_print_operand: unrecognized %%B code"
9730 #: config/fr30/fr30.c:529
9732 msgid "fr30_print_operand: invalid operand to %%A code"
9735 #: config/fr30/fr30.c:546
9737 msgid "fr30_print_operand: invalid %%x code"
9740 #: config/fr30/fr30.c:553
9742 msgid "fr30_print_operand: invalid %%F code"
9745 #: config/fr30/fr30.c:570
9746 msgid "fr30_print_operand: unknown code"
9749 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9750 #: config/fr30/fr30.c:632
9751 msgid "fr30_print_operand: unhandled MEM"
9754 #: config/fr30/fr30.h:63
9755 msgid "Assume small address space"
9758 #: config/frv/frv.c:410 config/frv/frv.c:428
9760 msgid "Unknown cpu: -mcpu=%s"
9763 #: config/frv/frv.c:451
9764 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9767 #: config/frv/frv.c:2520
9768 msgid "Bad insn to frv_print_operand_address:"
9771 #: config/frv/frv.c:2533
9772 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9775 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
9776 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
9777 msgid "Bad insn to frv_print_operand_memory_reference:"
9780 #: config/frv/frv.c:2779
9781 msgid "Bad insn in frv_print_operand, bad const_double"
9784 #: config/frv/frv.c:2824
9785 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9788 #: config/frv/frv.c:2847
9789 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9792 #: config/frv/frv.c:2872
9793 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9796 #: config/frv/frv.c:2880
9797 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9800 #: config/frv/frv.c:2896
9801 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9804 #: config/frv/frv.c:2949
9805 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9808 #: config/frv/frv.c:2962
9809 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9812 #: config/frv/frv.c:2983
9813 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9816 #: config/frv/frv.c:3001
9817 msgid "Bad insn to frv_print_operand, P modifier:"
9820 #: config/frv/frv.c:3021
9821 msgid "Bad insn in frv_print_operand, z case"
9824 #: config/frv/frv.c:3049
9825 msgid "Bad insn in frv_print_operand, 0 case"
9828 #: config/frv/frv.c:3054
9829 msgid "frv_print_operand: unknown code"
9832 #: config/frv/frv.c:5737
9833 msgid "Bad output_move_single operand"
9836 #: config/frv/frv.c:5866
9837 msgid "Bad output_move_double operand"
9840 #: config/frv/frv.c:6010
9841 msgid "Bad output_condmove_single operand"
9844 #: config/frv/frv.c:8315
9845 msgid "frv_registers_update"
9848 #: config/frv/frv.c:8475
9849 msgid "frv_registers_used_p"
9852 #: config/frv/frv.c:8604
9853 msgid "frv_registers_set_p"
9856 #: config/frv/frv.c:9171
9857 msgid "accumulator is not a constant integer"
9860 #: config/frv/frv.c:9176
9861 msgid "accumulator number is out of bounds"
9864 #: config/frv/frv.c:9187
9866 msgid "inappropriate accumulator for `%s'"
9869 #: config/frv/frv.c:9253
9871 msgid "`%s' expects a constant argument"
9874 #: config/frv/frv.c:9258
9876 msgid "constant argument out of range for `%s'"
9879 #: config/frv/frv.c:9638
9880 msgid "media functions are not available unless -mmedia is used"
9883 #: config/frv/frv.c:9650
9884 msgid "this media function is only available on the fr500"
9887 #: config/frv/frv.c:9678
9888 msgid "this media function is only available on the fr400"
9891 #. This macro is a C statement to print on `stderr' a string describing the
9892 #. particular machine description choice. Every machine description should
9893 #. define `TARGET_VERSION'. For example:
9896 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9898 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9900 #: config/frv/frv.h:512
9904 #: config/h8300/h8300.c:314
9905 msgid "-ms2600 is used without -ms"
9908 #: config/h8300/h8300.c:320
9909 msgid "-mn is used without -mh or -ms"
9912 #. Macro to define tables used to set the flags.
9913 #. This is a list in braces of pairs in braces,
9914 #. each pair being { "NAME", VALUE }
9915 #. where VALUE is the bits to set or minus the bits to clear.
9916 #. An empty string NAME is used to identify the default VALUE.
9917 #: config/h8300/h8300.h:150
9918 msgid "Generate H8S code"
9921 #: config/h8300/h8300.h:151
9922 msgid "Do not generate H8S code"
9925 #: config/h8300/h8300.h:152
9926 msgid "Generate H8S/2600 code"
9929 #: config/h8300/h8300.h:153
9930 msgid "Do not generate H8S/2600 code"
9933 #: config/h8300/h8300.h:154
9934 msgid "Make integers 32 bits wide"
9937 #: config/h8300/h8300.h:157
9938 msgid "Use registers for argument passing"
9941 #: config/h8300/h8300.h:159
9942 msgid "Do not use registers for argument passing"
9945 #: config/h8300/h8300.h:161
9946 msgid "Consider access to byte sized memory slow"
9949 #: config/h8300/h8300.h:162
9950 msgid "Enable linker relaxing"
9953 #: config/h8300/h8300.h:164
9954 msgid "Generate H8/300H code"
9957 #: config/h8300/h8300.h:165
9958 msgid "Enable the normal mode"
9961 #: config/h8300/h8300.h:166
9962 msgid "Do not generate H8/300H code"
9965 #: config/h8300/h8300.h:167
9966 msgid "Use H8/300 alignment rules"
9969 #: config/i370/i370-c.c:53
9970 msgid "junk at end of #pragma map"
9973 #: config/i370/i370-c.c:59
9974 msgid "malformed #pragma map, ignored"
9977 #: config/i370/i370.c:915
9978 msgid "real name is too long - alias ignored"
9981 #: config/i370/i370.c:920
9982 msgid "alias name is too long - alias ignored"
9985 #: config/i370/i370.c:1191
9986 msgid "internal error--no jump follows compare:"
9989 #. Macro to define tables used to set the flags. This is a list in braces
9990 #. of pairs in braces, each pair being { "NAME", VALUE }
9991 #. where VALUE is the bits to set or minus the bits to clear.
9992 #. An empty string NAME is used to identify the default VALUE.
9993 #: config/i370/i370.h:75
9994 msgid "Generate char instructions"
9997 #: config/i370/i370.h:76
9998 msgid "Do not generate char instructions"
10001 #: config/i386/i386.c:1043
10003 msgid "code model %s not supported in PIC mode"
10006 #: config/i386/i386.c:1053 config/sparc/sparc.c:356
10008 msgid "bad value (%s) for -mcmodel= switch"
10011 #: config/i386/i386.c:1068
10013 msgid "bad value (%s) for -masm= switch"
10016 #: config/i386/i386.c:1071
10018 msgid "code model `%s' not supported in the %s bit mode"
10021 #: config/i386/i386.c:1074
10022 msgid "code model `large' not supported yet"
10025 #: config/i386/i386.c:1076
10027 msgid "%i-bit mode not compiled in"
10030 #: config/i386/i386.c:1106
10032 msgid "bad value (%s) for -march= switch"
10035 #: config/i386/i386.c:1117
10037 msgid "bad value (%s) for -mcpu= switch"
10040 #: config/i386/i386.c:1134
10042 msgid "-mregparm=%d is not between 0 and %d"
10045 #: config/i386/i386.c:1147
10046 msgid "-malign-loops is obsolete, use -falign-loops"
10049 #: config/i386/i386.c:1152 config/i386/i386.c:1165 config/i386/i386.c:1178
10051 msgid "-malign-loops=%d is not between 0 and %d"
10054 #: config/i386/i386.c:1160
10055 msgid "-malign-jumps is obsolete, use -falign-jumps"
10058 #: config/i386/i386.c:1173
10059 msgid "-malign-functions is obsolete, use -falign-functions"
10062 #: config/i386/i386.c:1211
10064 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10067 #: config/i386/i386.c:1223
10069 msgid "-mbranch-cost=%d is not between 0 and 5"
10072 #: config/i386/i386.c:1235
10074 msgid "bad value (%s) for -mtls-dialect= switch"
10077 #: config/i386/i386.c:1256
10078 msgid "-malign-double makes no sense in the 64bit mode"
10081 #: config/i386/i386.c:1258
10082 msgid "-mrtd calling convention not supported in the 64bit mode"
10085 #: config/i386/i386.c:1274 config/i386/i386.c:1285
10086 msgid "SSE instruction set disabled, using 387 arithmetics"
10089 #: config/i386/i386.c:1290
10090 msgid "387 instruction set disabled, using SSE arithmetics"
10093 #: config/i386/i386.c:1297
10095 msgid "bad value (%s) for -mfpmath= switch"
10098 #: config/i386/i386.c:1429
10100 msgid "`%s' attribute requires an integer constant argument"
10103 #: config/i386/i386.c:1435
10105 msgid "argument to `%s' attribute larger than %d"
10108 #: config/i386/i386.c:6176
10109 msgid "invalid UNSPEC as operand"
10112 #: config/i386/i386.c:6438
10113 msgid "extended registers have no high halves"
10116 #: config/i386/i386.c:6453
10117 msgid "unsupported operand size for extended register"
10120 #: config/i386/i386.c:6768
10121 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10124 #: config/i386/i386.c:6814
10126 msgid "invalid operand code `%c'"
10129 #: config/i386/i386.c:6861
10130 msgid "invalid constraints for operand"
10133 #: config/i386/i386.c:11027
10134 msgid "unknown insn mode"
10137 #. @@@ better error message
10138 #: config/i386/i386.c:13083 config/i386/i386.c:13119
10139 msgid "selector must be an immediate"
10142 #. @@@ better error message
10143 #: config/i386/i386.c:13280 config/i386/i386.c:13314
10144 msgid "mask must be an immediate"
10147 #: config/i386/i386.c:13346
10148 msgid "shift must be an immediate"
10151 #: config/i386/winnt.c:105
10153 msgid "`%s' attribute only applies to variables"
10156 #: config/i386/winnt.c:275
10158 msgid "`%s' declared as both exported to and imported from a DLL"
10161 #: config/i386/cygwin.h:45
10162 msgid "Use the Cygwin interface"
10165 #: config/i386/cygwin.h:46
10166 msgid "Use the Mingw32 interface"
10169 #: config/i386/cygwin.h:47
10170 msgid "Create GUI application"
10173 #: config/i386/cygwin.h:48
10174 msgid "Don't set Windows defines"
10177 #: config/i386/cygwin.h:49
10178 msgid "Set Windows defines"
10181 #: config/i386/cygwin.h:50
10182 msgid "Create console application"
10185 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10186 msgid "Generate code for a DLL"
10189 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10190 msgid "Ignore dllimport for functions"
10193 #: config/i386/cygwin.h:55
10194 msgid "Use Mingw-specific thread support"
10197 #: config/i386/cygwin.h:244
10199 msgid "-f%s ignored for target (all code is position independent)"
10202 #: config/i386/djgpp.h:204
10203 msgid "-mbnu210 is ignored (option is obsolete)"
10212 #: config/i386/i386.h:306
10213 msgid "Alternate calling convention"
10216 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10217 msgid "Use normal calling convention"
10220 #: config/i386/i386.h:310
10221 msgid "Align some doubles on dword boundary"
10224 #: config/i386/i386.h:312
10225 msgid "Align doubles on word boundary"
10228 #: config/i386/i386.h:314
10229 msgid "Uninitialized locals in .bss"
10232 #: config/i386/i386.h:316
10233 msgid "Uninitialized locals in .data"
10236 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10237 #: config/ns32k/ns32k.h:167
10238 msgid "Use IEEE math for fp comparisons"
10241 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10242 msgid "Do not use IEEE math for fp comparisons"
10245 #: config/i386/i386.h:322
10246 msgid "Return values of functions in FPU registers"
10249 #: config/i386/i386.h:324
10250 msgid "Do not return values of functions in FPU registers"
10253 #: config/i386/i386.h:326
10254 msgid "Do not generate sin, cos, sqrt for FPU"
10257 #: config/i386/i386.h:328
10258 msgid "Generate sin, cos, sqrt for FPU"
10261 #: config/i386/i386.h:330
10262 msgid "Omit the frame pointer in leaf functions"
10265 #: config/i386/i386.h:333
10266 msgid "Enable stack probing"
10271 #: config/i386/i386.h:338
10272 msgid "Align destination of the string operations"
10275 #: config/i386/i386.h:340
10276 msgid "Do not align destination of the string operations"
10279 #: config/i386/i386.h:342
10280 msgid "Inline all known string operations"
10283 #: config/i386/i386.h:344
10284 msgid "Do not inline all known string operations"
10287 #: config/i386/i386.h:346 config/i386/i386.h:350
10288 msgid "Use push instructions to save outgoing arguments"
10291 #: config/i386/i386.h:348 config/i386/i386.h:352
10292 msgid "Do not use push instructions to save outgoing arguments"
10295 #: config/i386/i386.h:354
10296 msgid "Support MMX built-in functions"
10299 #: config/i386/i386.h:356
10300 msgid "Do not support MMX built-in functions"
10303 #: config/i386/i386.h:358
10304 msgid "Support 3DNow! built-in functions"
10307 #: config/i386/i386.h:360
10308 msgid "Do not support 3DNow! built-in functions"
10311 #: config/i386/i386.h:362
10312 msgid "Support MMX and SSE built-in functions and code generation"
10315 #: config/i386/i386.h:364
10316 msgid "Do not support MMX and SSE built-in functions and code generation"
10319 #: config/i386/i386.h:366
10320 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10323 #: config/i386/i386.h:368
10324 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10327 #: config/i386/i386.h:370
10328 msgid "sizeof(long double) is 16"
10331 #: config/i386/i386.h:372
10332 msgid "sizeof(long double) is 12"
10335 #: config/i386/i386.h:374
10336 msgid "Generate 64bit x86-64 code"
10339 #: config/i386/i386.h:376
10340 msgid "Generate 32bit i386 code"
10343 #: config/i386/i386.h:378
10344 msgid "Use red-zone in the x86-64 code"
10347 #: config/i386/i386.h:380
10348 msgid "Do not use red-zone in the x86-64 code"
10351 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10352 #. command options that have values. Its definition is an
10353 #. initializer with a subgrouping for each command option.
10355 #. Each subgrouping contains a string constant, that defines the
10356 #. fixed part of the option name, and the address of a variable. The
10357 #. variable, type `char *', is set to the variable part of the given
10358 #. option if the fixed part matches. The actual option name is made
10359 #. by appending `-m' to the specified name.
10360 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10361 msgid "Schedule code for given CPU"
10364 #: config/i386/i386.h:411
10365 msgid "Generate floating point mathematics using given instruction set"
10368 #: config/i386/i386.h:413
10369 msgid "Generate code for given CPU"
10372 #: config/i386/i386.h:415
10373 msgid "Number of registers used to pass integer arguments"
10376 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10377 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10378 #. command options that have values. Its definition is an
10379 #. initializer with a subgrouping for each command option.
10381 #. Each subgrouping contains a string constant, that defines the
10382 #. fixed part of the option name, and the address of a variable. The
10383 #. variable, type `char *', is set to the variable part of the given
10384 #. option if the fixed part matches. The actual option name is made
10385 #. by appending `-m' to the specified name.
10386 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10387 msgid "Loop code aligned to this power of 2"
10390 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10391 msgid "Jump targets are aligned to this power of 2"
10394 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10395 msgid "Function starts are aligned to this power of 2"
10398 #: config/i386/i386.h:424
10399 msgid "Attempt to keep stack aligned to this power of 2"
10402 #: config/i386/i386.h:426
10403 msgid "Branches are this expensive (1-5, arbitrary units)"
10406 #: config/i386/i386.h:428
10407 msgid "Use given x86-64 code model"
10412 #: config/i386/i386.h:434
10413 msgid "Use given assembler dialect"
10416 #: config/i386/i386.h:436
10417 msgid "Use given thread-local storage dialect"
10420 #: config/i386/sco5.h:700
10421 msgid "Generate ELF output"
10424 #: config/i386/win32.h:53
10425 msgid "Use Mingw32 interface"
10428 #: config/i386/win32.h:55
10429 msgid "Use Cygwin interface"
10432 #: config/i386/win32.h:57
10433 msgid "Use bare Windows interface"
10436 #. 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.
10437 #. 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.
10438 #: config/i386/xm-djgpp.h:71
10439 msgid "environment variable DJGPP not defined"
10442 #: config/i386/xm-djgpp.h:73
10444 msgid "environment variable DJGPP points to missing file '%s'"
10447 #: config/i386/xm-djgpp.h:76
10449 msgid "environment variable DJGPP points to corrupt file '%s'"
10452 #: config/i960/i960-c.c:66
10453 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10456 #: config/i960/i960-c.c:71
10457 msgid "malformed #pragma align - ignored"
10460 #: config/i960/i960-c.c:109
10461 msgid "sorry, not implemented: #pragma noalign NAME"
10464 #: config/i960/i960.c:121 config/i960/i960.c:131
10465 msgid "conflicting architectures defined - using C series"
10468 #: config/i960/i960.c:126
10469 msgid "conflicting architectures defined - using K series"
10472 #: config/i960/i960.c:141
10473 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10476 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9931
10477 msgid "stack limit expression is not supported"
10480 #. Macro to define tables used to set the flags.
10481 #. This is a list in braces of pairs in braces,
10482 #. each pair being { "NAME", VALUE }
10483 #. where VALUE is the bits to set or minus the bits to clear.
10484 #. An empty string NAME is used to identify the default VALUE.
10485 #. ??? Not all ten of these architecture variations actually exist, but I
10486 #. am not sure which are real and which aren't.
10487 #: config/i960/i960.h:240
10488 msgid "Generate SA code"
10491 #: config/i960/i960.h:243
10492 msgid "Generate SB code"
10495 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10496 #: config/i960/i960.h:248
10497 msgid "Generate KA code"
10500 #: config/i960/i960.h:251
10501 msgid "Generate KB code"
10504 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10505 #: config/i960/i960.h:256
10506 msgid "Generate JA code"
10509 #: config/i960/i960.h:258
10510 msgid "Generate JD code"
10513 #: config/i960/i960.h:261
10514 msgid "Generate JF code"
10517 #: config/i960/i960.h:263
10518 msgid "generate RP code"
10521 #: config/i960/i960.h:266
10522 msgid "Generate MC code"
10525 #: config/i960/i960.h:269
10526 msgid "Generate CA code"
10529 #. {"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")},
10530 #: config/i960/i960.h:279
10531 msgid "Generate CF code"
10534 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:252
10535 msgid "Use software floating point"
10538 #: config/i960/i960.h:285
10539 msgid "Use alternate leaf function entries"
10542 #: config/i960/i960.h:287
10543 msgid "Do not use alternate leaf function entries"
10546 #: config/i960/i960.h:289
10547 msgid "Perform tail call optimization"
10550 #: config/i960/i960.h:291
10551 msgid "Do not perform tail call optimization"
10554 #: config/i960/i960.h:293
10555 msgid "Use complex addressing modes"
10558 #: config/i960/i960.h:295
10559 msgid "Do not use complex addressing modes"
10562 #: config/i960/i960.h:297
10563 msgid "Align code to 8 byte boundary"
10566 #: config/i960/i960.h:299
10567 msgid "Do not align code to 8 byte boundary"
10570 #. {"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")},
10571 #: config/i960/i960.h:305 config/i960/i960.h:307
10572 msgid "Enable compatibility with iC960 v2.0"
10575 #: config/i960/i960.h:309
10576 msgid "Enable compatibility with iC960 v3.0"
10579 #: config/i960/i960.h:311 config/i960/i960.h:313
10580 msgid "Enable compatibility with ic960 assembler"
10583 #: config/i960/i960.h:315
10584 msgid "Do not permit unaligned accesses"
10587 #: config/i960/i960.h:317
10588 msgid "Permit unaligned accesses"
10591 #: config/i960/i960.h:319
10592 msgid "Layout types like Intel's v1.3 gcc"
10595 #: config/i960/i960.h:321
10596 msgid "Do not layout types like Intel's v1.3 gcc"
10599 #: config/i960/i960.h:323 config/sparc/freebsd.h:79 config/sparc/linux.h:86
10600 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10601 msgid "Use 64 bit long doubles"
10604 #: config/i960/i960.h:325
10605 msgid "Enable linker relaxation"
10608 #: config/i960/i960.h:327
10609 msgid "Do not enable linker relaxation"
10612 #: config/ia64/ia64-c.c:50
10613 msgid "malformed #pragma builtin"
10616 #: config/ia64/ia64.c:3879
10617 msgid "ia64_print_operand: unknown code"
10620 #: config/ia64/ia64.c:4157
10621 msgid "value of -mfixed-range must have form REG1-REG2"
10624 #: config/ia64/ia64.c:4184
10626 msgid "%s-%s is an empty range"
10629 #: config/ia64/ia64.c:4215
10630 msgid "cannot optimize floating point division for both latency and throughput"
10633 #: config/ia64/ia64.c:4221
10634 msgid "cannot optimize integer division for both latency and throughput"
10637 #: config/ia64/ia64.c:4233
10639 msgid "bad value (%s) for -mtls-size= switch"
10642 #. This macro defines names of command options to set and clear bits in
10643 #. `target_flags'. Its definition is an initializer with a subgrouping for
10644 #. each command option.
10645 #: config/ia64/ia64.h:150
10646 msgid "Generate big endian code"
10649 #: config/ia64/ia64.h:152 config/mcore/mcore.h:159
10650 msgid "Generate little endian code"
10653 #: config/ia64/ia64.h:154
10654 msgid "Generate code for GNU as"
10657 #: config/ia64/ia64.h:156
10658 msgid "Generate code for Intel as"
10661 #: config/ia64/ia64.h:158
10662 msgid "Generate code for GNU ld"
10665 #: config/ia64/ia64.h:160
10666 msgid "Generate code for Intel ld"
10669 #: config/ia64/ia64.h:162
10670 msgid "Generate code without GP reg"
10673 #: config/ia64/ia64.h:164
10674 msgid "Emit stop bits before and after volatile extended asms"
10677 #: config/ia64/ia64.h:166
10678 msgid "Don't emit stop bits before and after volatile extended asms"
10681 #: config/ia64/ia64.h:168
10682 msgid "Emit code for Itanium (TM) processor B step"
10685 #: config/ia64/ia64.h:170
10686 msgid "Use in/loc/out register names"
10689 #: config/ia64/ia64.h:172
10690 msgid "Disable use of sdata/scommon/sbss"
10693 #: config/ia64/ia64.h:174
10694 msgid "Enable use of sdata/scommon/sbss"
10697 #: config/ia64/ia64.h:176
10698 msgid "gp is constant (but save/restore gp on indirect calls)"
10701 #: config/ia64/ia64.h:178
10702 msgid "Generate self-relocatable code"
10705 #: config/ia64/ia64.h:180
10706 msgid "Generate inline floating point division, optimize for latency"
10709 #: config/ia64/ia64.h:182
10710 msgid "Generate inline floating point division, optimize for throughput"
10713 #: config/ia64/ia64.h:184
10714 msgid "Generate inline integer division, optimize for latency"
10717 #: config/ia64/ia64.h:186
10718 msgid "Generate inline integer division, optimize for throughput"
10721 #: config/ia64/ia64.h:188
10722 msgid "Enable Dwarf 2 line debug info via GNU as"
10725 #: config/ia64/ia64.h:190
10726 msgid "Disable Dwarf 2 line debug info via GNU as"
10729 #: config/ia64/ia64.h:219
10730 msgid "Specify range of registers to make fixed"
10733 #: config/ip2k/ip2k.c:1082
10734 msgid "bad operand"
10737 #: config/ip2k/ip2k.c:3184
10738 msgid "Only initialized variables can be placed into program memory area."
10741 #: config/m32r/m32r.c:139
10743 msgid "bad value (%s) for -mmodel switch"
10746 #: config/m32r/m32r.c:148
10748 msgid "bad value (%s) for -msdata switch"
10751 #: config/m32r/m32r.c:319
10753 msgid "invalid argument of `%s' attribute"
10756 #: config/m32r/m32r.c:422
10757 msgid "const objects cannot go in .sdata/.sbss"
10760 #: config/m32r/m32r.c:2256
10762 msgid "invalid operand to %%s code"
10765 #: config/m32r/m32r.c:2263
10767 msgid "invalid operand to %%p code"
10770 #: config/m32r/m32r.c:2318
10771 msgid "bad insn for 'A'"
10774 #: config/m32r/m32r.c:2370
10776 msgid "invalid operand to %%T/%%B code"
10779 #: config/m32r/m32r.c:2393
10781 msgid "invalid operand to %%N code"
10784 #: config/m32r/m32r.c:2438
10785 msgid "pre-increment address is not a register"
10788 #: config/m32r/m32r.c:2445
10789 msgid "pre-decrement address is not a register"
10792 #: config/m32r/m32r.c:2452
10793 msgid "post-increment address is not a register"
10796 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
10797 #: config/rs6000/rs6000.c:12737
10798 msgid "bad address"
10801 #: config/m32r/m32r.c:2551
10802 msgid "lo_sum not of register"
10805 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10806 #: config/m32r/m32r.h:241
10807 msgid "Display compile time statistics"
10810 #: config/m32r/m32r.h:243
10811 msgid "Align all loops to 32 byte boundary"
10814 #: config/m32r/m32r.h:246
10815 msgid "Only issue one instruction per cycle"
10818 #: config/m32r/m32r.h:249
10819 msgid "Prefer branches over conditional execution"
10822 #: config/m32r/m32r.h:265
10823 msgid "Code size: small, medium or large"
10826 #: config/m32r/m32r.h:267
10827 msgid "Small data area: none, sdata, use"
10830 #: config/m68hc11/m68hc11.c:242
10832 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10835 #. !!!! SCz wrong here.
10836 #: config/m68hc11/m68hc11.c:3252 config/m68hc11/m68hc11.c:3626
10837 msgid "move insn not handled"
10840 #: config/m68hc11/m68hc11.c:3472 config/m68hc11/m68hc11.c:3556
10841 #: config/m68hc11/m68hc11.c:3829
10842 msgid "invalid register in the move instruction"
10845 #: config/m68hc11/m68hc11.c:3506
10846 msgid "invalid operand in the instruction"
10849 #: config/m68hc11/m68hc11.c:3803
10850 msgid "invalid register in the instruction"
10853 #: config/m68hc11/m68hc11.c:3836
10854 msgid "operand 1 must be a hard register"
10857 #: config/m68hc11/m68hc11.c:3853
10858 msgid "invalid rotate insn"
10861 #: config/m68hc11/m68hc11.c:4278
10862 msgid "registers IX, IY and Z used in the same INSN"
10865 #: config/m68hc11/m68hc11.c:4603 config/m68hc11/m68hc11.c:4906
10866 msgid "cannot do z-register replacement"
10869 #: config/m68hc11/m68hc11.c:4969
10870 msgid "invalid Z register replacement for insn"
10873 #. Macro to define tables used to set the flags. This is a list in braces of
10874 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10875 #. to set or minus the bits to clear. An empty string NAME is used to
10876 #. identify the default VALUE.
10877 #: config/m68hc11/m68hc11.h:160
10878 msgid "Compile with 16-bit integer mode"
10881 #: config/m68hc11/m68hc11.h:162
10882 msgid "Compile with 32-bit integer mode"
10885 #: config/m68hc11/m68hc11.h:164
10886 msgid "Auto pre/post decrement increment allowed"
10889 #: config/m68hc11/m68hc11.h:166
10890 msgid "Auto pre/post decrement increment not allowed"
10893 #: config/m68hc11/m68hc11.h:168
10894 msgid "Min/max instructions allowed"
10897 #: config/m68hc11/m68hc11.h:170
10898 msgid "Min/max instructions not allowed"
10901 #: config/m68hc11/m68hc11.h:172
10902 msgid "Use call and rtc for function calls and returns"
10905 #: config/m68hc11/m68hc11.h:174
10906 msgid "Use jsr and rts for function calls and returns"
10909 #: config/m68hc11/m68hc11.h:176
10910 msgid "Do not use direct addressing mode for soft registers"
10913 #: config/m68hc11/m68hc11.h:178 config/m68hc11/m68hc11.h:182
10914 msgid "Compile for a 68HC11"
10917 #: config/m68hc11/m68hc11.h:180 config/m68hc11/m68hc11.h:184
10918 msgid "Compile for a 68HC12"
10921 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10922 #. command options that have values. Its definition is an
10923 #. initializer with a subgrouping for each command option.
10925 #. Each subgrouping contains a string constant, that defines the
10926 #. fixed part of the option name, and the address of a variable. The
10927 #. variable, type `char *', is set to the variable part of the given
10928 #. option if the fixed part matches. The actual option name is made
10929 #. by appending `-m' to the specified name.
10930 #: config/m68hc11/m68hc11.h:198
10931 msgid "Specify the register allocation order"
10934 #: config/m68hc11/m68hc11.h:200
10935 msgid "Indicate the number of soft registers available"
10938 #: config/m68k/m68k.c:158
10940 msgid "-malign-loops=%d is not between 1 and %d"
10943 #: config/m68k/m68k.c:169
10945 msgid "-malign-jumps=%d is not between 1 and %d"
10948 #: config/m68k/m68k.c:180
10950 msgid "-malign-functions=%d is not between 1 and %d"
10953 #: config/m68k/m68k.c:189
10954 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10957 #. Macro to define tables used to set the flags.
10958 #. This is a list in braces of pairs in braces,
10959 #. each pair being { "NAME", VALUE }
10960 #. where VALUE is the bits to set or minus the bits to clear.
10961 #. An empty string NAME is used to identify the default VALUE.
10962 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
10963 msgid "Generate code for a 68020"
10966 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
10967 msgid "Generate code for a 68000"
10970 #: config/m68k/m68k.h:174
10971 msgid "Use the bit-field instructions"
10974 #: config/m68k/m68k.h:176
10975 msgid "Do not use the bit-field instructions"
10978 #: config/m68k/m68k.h:178
10979 msgid "Use different calling convention using 'rtd'"
10982 #: config/m68k/m68k.h:182
10983 msgid "Consider type `int' to be 16 bits wide"
10986 #: config/m68k/m68k.h:184
10987 msgid "Consider type `int' to be 32 bits wide"
10990 #: config/m68k/m68k.h:186
10991 msgid "Generate code for a Sun FPA"
10994 #: config/m68k/m68k.h:189
10995 msgid "Do not generate code for a Sun FPA"
10998 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
10999 msgid "Generate code for a Sun Sky board"
11002 #: config/m68k/m68k.h:195
11003 msgid "Do not use Sky linkage convention"
11006 #: config/m68k/m68k.h:197
11007 msgid "Generate code for a 68881"
11010 #: config/m68k/m68k.h:200
11011 msgid "Generate code with library calls for floating point"
11014 #: config/m68k/m68k.h:202
11015 msgid "Generate code for a 68040, without any new instructions"
11018 #: config/m68k/m68k.h:205
11019 msgid "Generate code for a 68060, without any new instructions"
11022 #: config/m68k/m68k.h:209
11023 msgid "Generate code for a 68030"
11026 #: config/m68k/m68k.h:212
11027 msgid "Generate code for a 68040"
11030 #: config/m68k/m68k.h:216
11031 msgid "Generate code for a 68060"
11034 #: config/m68k/m68k.h:221
11035 msgid "Generate code for a 520X"
11038 #: config/m68k/m68k.h:224
11039 msgid "Generate code for a 68851"
11042 #: config/m68k/m68k.h:226
11043 msgid "Do no generate code for a 68851"
11046 #: config/m68k/m68k.h:229
11047 msgid "Generate code for a 68302"
11050 #: config/m68k/m68k.h:232
11051 msgid "Generate code for a 68332"
11054 #: config/m68k/m68k.h:236
11055 msgid "Generate code for a cpu32"
11058 #: config/m68k/m68k.h:239
11059 msgid "Align variables on a 32-bit boundary"
11062 #: config/m68k/m68k.h:241
11063 msgid "Align variables on a 16-bit boundary"
11066 #: config/m68k/m68k.h:243
11067 msgid "Generate pc-relative code"
11070 #: config/m68k/m68k.h:245
11071 msgid "Do not use unaligned memory references"
11074 #: config/m68k/m68k.h:247
11075 msgid "Use unaligned memory references"
11078 #: config/m88k/m88k.c:903
11080 msgid "internal gcc monitor: short-branch(%x)"
11083 #: config/m88k/m88k.c:2302
11084 msgid "internal gcc error: Can't express symbolic location"
11087 #: config/m88k/m88k.c:2517
11089 msgid "argument #%d is a structure"
11092 #: config/m88k/m88k.c:2816
11094 msgid "%%R not followed by %%B/C/D/E"
11097 #: config/m88k/m88k.c:2884
11099 msgid "invalid %%x/X value"
11102 #: config/m88k/m88k.c:2901
11104 msgid "invalid %%Q value"
11107 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7681
11109 msgid "invalid %%q value"
11112 #: config/m88k/m88k.c:2913
11114 msgid "invalid %%o value"
11117 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7644
11119 msgid "invalid %%p value"
11122 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11124 msgid "invalid %%s/S value"
11127 #: config/m88k/m88k.c:2949
11129 msgid "invalid %%P operand"
11132 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11134 msgid "invalid %%B value"
11137 #: config/m88k/m88k.c:3010
11139 msgid "invalid %%D value"
11142 #: config/m88k/m88k.c:3023
11144 msgid "`%%d' operand isn't a register"
11147 #: config/m88k/m88k.c:3041
11148 msgid "operand is r0"
11151 #: config/m88k/m88k.c:3055
11152 msgid "operand is const_double"
11155 #: config/m88k/m88k.c:3074
11156 msgid "invalid code"
11159 #. Do any checking or such that is needed after processing the -m switches.
11160 #: config/m88k/m88k.h:277
11161 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11164 #: config/m88k/m88k.h:299
11166 msgid "invalid option `-mshort-data-%s'"
11169 #: config/m88k/m88k.h:304
11171 msgid "-mshort-data-%s is too large "
11174 #: config/m88k/m88k.h:306
11176 msgid "-mshort-data-%s and PIC are incompatible"
11179 #: config/mcore/mcore.c:3078
11181 msgid "invalid option `-mstack-increment=%s'"
11184 #: config/mcore/mcore.h:126
11185 msgid "Inline constants if it can be done in 2 insns or less"
11188 #: config/mcore/mcore.h:128
11189 msgid "Inline constants if it only takes 1 instruction"
11192 #: config/mcore/mcore.h:130
11193 msgid "Set maximum alignment to 4"
11196 #: config/mcore/mcore.h:132
11197 msgid "Set maximum alignment to 8"
11200 #: config/mcore/mcore.h:136
11201 msgid "Do not use the divide instruction"
11204 #: config/mcore/mcore.h:140
11205 msgid "Do not arbitary sized immediates in bit operations"
11208 #: config/mcore/mcore.h:142
11209 msgid "Always treat bit-field as int-sized"
11212 #: config/mcore/mcore.h:146
11213 msgid "Force functions to be aligned to a 4 byte boundary"
11216 #: config/mcore/mcore.h:148
11217 msgid "Force functions to be aligned to a 2 byte boundary"
11220 #: config/mcore/mcore.h:150
11221 msgid "Emit call graph information"
11224 #: config/mcore/mcore.h:154
11225 msgid "Prefer word accesses over byte accesses"
11228 #: config/mcore/mcore.h:165
11229 msgid "Generate code for the M*Core M340"
11232 #: config/mcore/mcore.h:178
11233 msgid "Maximum amount for a single stack increment operation"
11236 #: config/mips/mips.c:5112
11238 msgid "bad value (%s) for -mabi= switch"
11241 #: config/mips/mips.c:5142
11243 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11246 #: config/mips/mips.c:5149
11248 msgid "bad value (%s) for -mips switch"
11251 #: config/mips/mips.c:5164
11253 msgid "-march=%s is not compatible with the selected ABI"
11256 #: config/mips/mips.c:5176
11257 msgid "-mgp64 used with a 32-bit processor"
11260 #: config/mips/mips.c:5178
11261 msgid "-mgp32 used with a 64-bit ABI"
11264 #: config/mips/mips.c:5180
11265 msgid "-mgp64 used with a 32-bit ABI"
11268 #: config/mips/mips.c:5198 config/mips/mips.c:5200 config/mips/mips.c:5202
11270 msgid "unsupported combination: %s"
11273 #: config/mips/mips.c:5272
11274 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11277 #: config/mips/mips.c:5283
11278 msgid "-G is incompatible with PIC code which is the default"
11281 #: config/mips/mips.c:5299
11282 msgid "-membedded-pic and -mabicalls are incompatible"
11285 #: config/mips/mips.c:5302
11286 msgid "-G and -membedded-pic are incompatible"
11289 #: config/mips/mips.c:5353
11291 msgid "invalid option `entry%s'"
11294 #: config/mips/mips.c:5356
11295 msgid "-mentry is only meaningful with -mips-16"
11298 #: config/mips/mips.c:5761
11300 msgid "internal error: %%) found without a %%( in assembler pattern"
11303 #: config/mips/mips.c:5775
11305 msgid "internal error: %%] found without a %%[ in assembler pattern"
11308 #: config/mips/mips.c:5788
11310 msgid "internal error: %%> found without a %%< in assembler pattern"
11313 #: config/mips/mips.c:5801
11315 msgid "internal error: %%} found without a %%{ in assembler pattern"
11318 #: config/mips/mips.c:5815
11320 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11323 #: config/mips/mips.c:5824 config/xtensa/xtensa.c:1939
11324 msgid "PRINT_OPERAND null pointer"
11327 #: config/mips/mips.c:5955
11329 msgid "invalid use of %%d, %%x, or %%X"
11332 #: config/mips/mips.c:5993 config/xtensa/xtensa.c:2033
11333 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11336 #: config/mips/mips.c:6222
11337 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11340 #: config/mips/mips.c:6532
11341 msgid "can't rewind temp file"
11344 #: config/mips/mips.c:6536
11345 msgid "can't write to output file"
11348 #: config/mips/mips.c:6539
11349 msgid "can't read from temp file"
11352 #: config/mips/mips.c:6542
11353 msgid "can't close temp file"
11356 #: config/mips/mips.c:6983
11358 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11361 #: config/mips/mips.c:7092
11363 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11366 #: config/mips/mips.c:9312
11368 msgid "can not handle inconsistent calls to `%s'"
11371 #: config/mips/mips.c:10444
11372 msgid "the cpu name must be lower case"
11375 #: config/mips/mips.c:10466
11377 msgid "bad value (%s) for %s"
11380 #. Target CPU builtins.
11381 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11382 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11383 #. Macros dependent on the C dialect.
11384 #. Bizzare, but needed at least for Irix.
11385 #. Macro to define tables used to set the flags.
11386 #. This is a list in braces of pairs in braces,
11387 #. each pair being { "NAME", VALUE }
11388 #. where VALUE is the bits to set or minus the bits to clear.
11389 #. An empty string NAME is used to identify the default VALUE.
11390 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11391 msgid "No default crt0.o"
11394 #: config/mips/mips.h:530
11395 msgid "Use 64-bit int type"
11398 #: config/mips/mips.h:532
11399 msgid "Use 64-bit long type"
11402 #: config/mips/mips.h:534
11403 msgid "Use 32-bit long type"
11406 #: config/mips/mips.h:536
11407 msgid "Optimize lui/addiu address loads"
11410 #: config/mips/mips.h:538
11411 msgid "Don't optimize lui/addiu address loads"
11414 #: config/mips/mips.h:540
11415 msgid "Use MIPS as"
11418 #: config/mips/mips.h:542
11422 #: config/mips/mips.h:544
11423 msgid "Use symbolic register names"
11426 #: config/mips/mips.h:546
11427 msgid "Don't use symbolic register names"
11430 #: config/mips/mips.h:548 config/mips/mips.h:550
11431 msgid "Use GP relative sdata/sbss sections"
11434 #: config/mips/mips.h:552 config/mips/mips.h:554
11435 msgid "Don't use GP relative sdata/sbss sections"
11438 #: config/mips/mips.h:556
11439 msgid "Output compiler statistics"
11442 #: config/mips/mips.h:558
11443 msgid "Don't output compiler statistics"
11446 #: config/mips/mips.h:560
11447 msgid "Don't optimize block moves"
11450 #: config/mips/mips.h:562
11451 msgid "Optimize block moves"
11454 #: config/mips/mips.h:564
11455 msgid "Use mips-tfile asm postpass"
11458 #: config/mips/mips.h:566
11459 msgid "Don't use mips-tfile asm postpass"
11462 #. Macro to define tables used to set the flags.
11463 #. This is a list in braces of triplets in braces,
11464 #. each triplet being { "NAME", VALUE, DOC }
11465 #. where VALUE is the bits to set or minus the bits to clear and DOC
11466 #. is the documentation for --help (NULL if intentionally undocumented).
11467 #. An empty string NAME is used to identify the default VALUE.
11468 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11469 msgid "Use hardware floating point"
11472 #: config/mips/mips.h:572
11473 msgid "Use 64-bit FP registers"
11476 #: config/mips/mips.h:574
11477 msgid "Use 32-bit FP registers"
11480 #: config/mips/mips.h:576
11481 msgid "Use 64-bit general registers"
11484 #: config/mips/mips.h:578
11485 msgid "Use 32-bit general registers"
11488 #: config/mips/mips.h:580
11489 msgid "Use Irix PIC"
11492 #: config/mips/mips.h:582
11493 msgid "Don't use Irix PIC"
11496 #: config/mips/mips.h:584
11497 msgid "Use indirect calls"
11500 #: config/mips/mips.h:586
11501 msgid "Don't use indirect calls"
11504 #: config/mips/mips.h:588
11505 msgid "Use embedded PIC"
11508 #: config/mips/mips.h:590
11509 msgid "Don't use embedded PIC"
11512 #: config/mips/mips.h:592
11513 msgid "Use ROM instead of RAM"
11516 #: config/mips/mips.h:594
11517 msgid "Don't use ROM instead of RAM"
11520 #: config/mips/mips.h:596
11521 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11524 #: config/mips/mips.h:598
11525 msgid "Don't put uninitialized constants in ROM"
11528 #. Macro to define tables used to set the flags.
11529 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11530 msgid "Use big-endian byte order"
11533 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11534 msgid "Use little-endian byte order"
11537 #: config/mips/mips.h:604
11538 msgid "Use single (32-bit) FP only"
11541 #: config/mips/mips.h:606
11542 msgid "Don't use single (32-bit) FP only"
11545 #: config/mips/mips.h:608
11546 msgid "Use multiply accumulate"
11549 #: config/mips/mips.h:610
11550 msgid "Don't use multiply accumulate"
11553 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11554 msgid "Don't generate fused multiply/add instructions"
11557 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11558 msgid "Generate fused multiply/add instructions"
11561 #: config/mips/mips.h:616
11562 msgid "Work around early 4300 hardware bug"
11565 #: config/mips/mips.h:618
11566 msgid "Don't work around early 4300 hardware bug"
11569 #: config/mips/mips.h:620
11570 msgid "Trap on integer divide by zero"
11573 #: config/mips/mips.h:622
11574 msgid "Don't trap on integer divide by zero"
11577 #: config/mips/mips.h:624
11578 msgid "Trap on integer divide overflow"
11581 #: config/mips/mips.h:626
11582 msgid "Don't trap on integer divide overflow"
11585 #: config/mips/mips.h:628
11586 msgid "Use Branch Likely instructions, overriding default for arch"
11589 #: config/mips/mips.h:630
11590 msgid "Don't use Branch Likely instructions, overriding default for arch"
11593 #: config/mips/mips.h:744 config/pa/pa.h:296
11594 msgid "Specify CPU for scheduling purposes"
11597 #: config/mips/mips.h:746
11598 msgid "Specify CPU for code generation purposes"
11601 #: config/mips/mips.h:748
11602 msgid "Specify an ABI"
11605 #: config/mips/mips.h:750
11606 msgid "Specify a Standard MIPS ISA"
11609 #: config/mips/mips.h:752
11610 msgid "Use mips16 entry/exit psuedo ops"
11613 #: config/mips/mips.h:754
11614 msgid "Don't use MIPS16 instructions"
11617 #: config/mips/mips.h:756
11618 msgid "Don't call any cache flush functions"
11621 #: config/mips/mips.h:758
11622 msgid "Specify cache flush function"
11625 #. Output assembler code to FILE to increment profiler label # LABELNO
11626 #. for profiling a function entry.
11627 #: config/mips/mips.h:2868
11628 msgid "mips16 function profiling"
11631 #: config/mmix/mmix.c:189
11633 msgid "-f%s not supported: ignored"
11636 #: config/mmix/mmix.c:644
11638 msgid "too large function value type, needs %d registers, have only %d registers for this"
11641 #: config/mmix/mmix.c:826
11642 msgid "function_profiler support for MMIX"
11645 #: config/mmix/mmix.c:848
11646 msgid "MMIX Internal: Last named vararg would not fit in a register"
11649 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11650 msgid "MMIX Internal: Expected a CONST_INT, not this"
11653 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11655 msgid "MMIX Internal: Bad register: %d"
11658 #: config/mmix/mmix.c:1718
11659 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11662 #: config/mmix/mmix.c:1737
11663 msgid "MMIX Internal: Expected a register, not this"
11666 #: config/mmix/mmix.c:1747
11667 msgid "MMIX Internal: Expected a constant, not this"
11670 #. Presumably there's a missing case above if we get here.
11671 #: config/mmix/mmix.c:1779
11673 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11676 #. We need the original here.
11677 #: config/mmix/mmix.c:1831
11678 msgid "MMIX Internal: Cannot decode this operand"
11681 #: config/mmix/mmix.c:1891
11682 msgid "MMIX Internal: This is not a recognized address"
11685 #: config/mmix/mmix.c:2082
11687 msgid "stack frame not a multiple of 8 bytes: %d"
11690 #: config/mmix/mmix.c:2321
11692 msgid "stack frame not a multiple of octabyte: %d"
11695 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11697 msgid "MMIX Internal: %s is not a shiftable int"
11700 #: config/mmix/mmix.c:3006
11701 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11704 #: config/mmix/mmix.c:3013
11705 msgid "MMIX Internal: What's the CC of this?"
11708 #: config/mmix/mmix.c:3017
11709 msgid "MMIX Internal: What is the CC of this?"
11712 #: config/mmix/mmix.c:3088
11713 msgid "MMIX Internal: This is not a constant:"
11716 #. For these target macros, there is no generic documentation here. You
11717 #. should read `Using and Porting GCC' for that. Only comments specific
11718 #. to the MMIX target are here.
11720 #. There are however references to the specific texinfo node (comments
11721 #. with "Node:"), so there should be little or nothing amiss. Probably
11722 #. the opposite, since we don't have to care about old littering and
11723 #. soon outdated generic comments.
11725 #. User symbols are in the same name-space as built-in symbols, but we
11726 #. don't need the built-in symbols, so remove those and instead apply
11727 #. stricter operand checking. Don't warn when expanding insns.
11728 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11729 #. Provide default program start 0x100 unless -mno-set-program-start.
11730 #. Don't do this if linking relocatably, with -r. For a final link,
11731 #. produce mmo, unless ELF is requested or when linking relocatably.
11732 #. Put unused option values here.
11733 #: config/mmix/mmix.h:132
11734 msgid "Set start-address of the program"
11737 #: config/mmix/mmix.h:134
11738 msgid "Set start-address of data"
11741 #. FIXME: Provide a way to *load* the epsilon register.
11742 #: config/mmix/mmix.h:198
11743 msgid "For intrinsics library: pass all parameters in registers"
11746 #: config/mmix/mmix.h:201
11747 msgid "Use register stack for parameters and return value"
11750 #: config/mmix/mmix.h:203
11751 msgid "Use call-clobbered registers for parameters and return value"
11754 #: config/mmix/mmix.h:205
11755 msgid "Use epsilon-respecting floating point compare instructions"
11758 #: config/mmix/mmix.h:208
11759 msgid "Use zero-extending memory loads, not sign-extending ones"
11762 #: config/mmix/mmix.h:211
11763 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11766 #: config/mmix/mmix.h:215
11767 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11770 #: config/mmix/mmix.h:217
11771 msgid "Do not provide a default start-address 0x100 of the program"
11774 #: config/mmix/mmix.h:219
11775 msgid "Link to emit program in ELF format (rather than mmo)"
11778 #: config/mmix/mmix.h:221
11779 msgid "Use P-mnemonics for branches statically predicted as taken"
11782 #: config/mmix/mmix.h:223
11783 msgid "Don't use P-mnemonics for branches"
11786 #: config/mmix/mmix.h:225
11787 msgid "Use addresses that allocate global registers"
11790 #: config/mmix/mmix.h:227
11791 msgid "Do not use addresses that allocate global registers"
11794 #: config/mmix/mmix.h:229
11795 msgid "Generate a single exit point for each function"
11798 #: config/mmix/mmix.h:231
11799 msgid "Do not generate a single exit point for each function"
11802 #: config/mn10300/mn10300.h:59
11803 msgid "Work around hardware multiply bug"
11806 #: config/mn10300/mn10300.h:60
11807 msgid "Do not work around hardware multiply bug"
11810 #: config/mn10300/mn10300.h:61
11811 msgid "Target the AM33 processor"
11814 #: config/mn10300/mn10300.h:65
11815 msgid "Enable linker relaxations"
11818 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
11819 msgid "Don't use hardware fp"
11822 #: config/ns32k/ns32k.h:143
11823 msgid "Alternative calling convention"
11826 #: config/ns32k/ns32k.h:145
11827 msgid "Pass some arguments in registers"
11830 #: config/ns32k/ns32k.h:146
11831 msgid "Pass all arguments on stack"
11834 #: config/ns32k/ns32k.h:147
11835 msgid "Optimize for 32532 cpu"
11838 #: config/ns32k/ns32k.h:148
11839 msgid "Optimize for 32332 cpu"
11842 #: config/ns32k/ns32k.h:150
11843 msgid "Optimize for 32032"
11846 #: config/ns32k/ns32k.h:152
11847 msgid "Register sb is zero. Use for absolute addressing"
11850 #: config/ns32k/ns32k.h:153
11851 msgid "Do not use register sb"
11854 #: config/ns32k/ns32k.h:155
11855 msgid "Use bit-field instructions"
11858 #: config/ns32k/ns32k.h:157
11859 msgid "Do not use bit-field instructions"
11862 #: config/ns32k/ns32k.h:158
11863 msgid "Generate code for high memory"
11866 #: config/ns32k/ns32k.h:159
11867 msgid "Generate code for low memory"
11870 #: config/ns32k/ns32k.h:160
11874 #: config/ns32k/ns32k.h:162
11875 msgid "Use multiply-accumulate fp instructions"
11878 #: config/ns32k/ns32k.h:164
11879 msgid "Do not use multiply-accumulate fp instructions"
11882 #: config/ns32k/ns32k.h:165
11883 msgid "\"Small register classes\" kludge"
11886 #: config/ns32k/ns32k.h:166
11887 msgid "No \"Small register classes\" kludge"
11890 #: config/pa/pa.c:246
11893 "unknown -mschedule= option (%s).\n"
11894 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11897 #: config/pa/pa.c:271
11900 "unknown -march= option (%s).\n"
11901 "Valid options are 1.0, 1.1, and 2.0\n"
11904 #: config/pa/pa.c:284
11905 msgid "PIC code generation is not supported in the portable runtime model\n"
11908 #: config/pa/pa.c:289
11909 msgid "PIC code generation is not compatible with fast indirect calls\n"
11912 #: config/pa/pa.c:294
11913 msgid "-g is only supported when using GAS on this processor,"
11916 #: config/pa/pa.c:295
11917 msgid "-g option disabled"
11920 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:80 config/pa/pa-hpux7.h:81
11921 #: config/pa/pa64-hpux.h:25
11922 msgid "Generate cpp defines for server IO"
11925 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:81 config/pa/pa-hpux7.h:82
11926 #: config/pa/pa64-hpux.h:27
11927 msgid "Generate cpp defines for workstation IO"
11930 #. Macro to define tables used to set the flags. This is a
11931 #. list in braces of target switches with each switch being
11932 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
11933 #. or minus the bits to clear. An empty string NAME is used to
11934 #. identify the default VALUE. Do not mark empty strings for
11936 #: config/pa/pa.h:218 config/pa/pa.h:224
11937 msgid "Generate PA1.1 code"
11940 #: config/pa/pa.h:220 config/pa/pa.h:222
11941 msgid "Generate PA1.0 code"
11944 #: config/pa/pa.h:226
11945 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11948 #: config/pa/pa.h:228
11949 msgid "Disable FP regs"
11952 #: config/pa/pa.h:230
11953 msgid "Do not disable FP regs"
11956 #: config/pa/pa.h:232
11957 msgid "Disable space regs"
11960 #: config/pa/pa.h:234
11961 msgid "Do not disable space regs"
11964 #: config/pa/pa.h:236
11965 msgid "Put jumps in call delay slots"
11968 #: config/pa/pa.h:238
11969 msgid "Do not put jumps in call delay slots"
11972 #: config/pa/pa.h:240
11973 msgid "Disable indexed addressing"
11976 #: config/pa/pa.h:242
11977 msgid "Do not disable indexed addressing"
11980 #: config/pa/pa.h:244
11981 msgid "Use portable calling conventions"
11984 #: config/pa/pa.h:246
11985 msgid "Do not use portable calling conventions"
11988 #: config/pa/pa.h:248
11989 msgid "Assume code will be assembled by GAS"
11992 #: config/pa/pa.h:250
11993 msgid "Do not assume code will be assembled by GAS"
11996 #: config/pa/pa.h:254
11997 msgid "Do not use software floating point"
12000 #: config/pa/pa.h:256
12001 msgid "Emit long load/store sequences"
12004 #: config/pa/pa.h:258
12005 msgid "Do not emit long load/store sequences"
12008 #: config/pa/pa.h:260
12009 msgid "Generate fast indirect calls"
12012 #: config/pa/pa.h:262
12013 msgid "Do not generate fast indirect calls"
12016 #: config/pa/pa.h:264
12017 msgid "Generate code for huge switch statements"
12020 #: config/pa/pa.h:266
12021 msgid "Do not generate code for huge switch statements"
12024 #: config/pa/pa.h:268
12025 msgid "Always generate long calls"
12028 #: config/pa/pa.h:270
12029 msgid "Generate long calls only when needed"
12032 #: config/pa/pa.h:272
12033 msgid "Enable linker optimizations"
12036 #: config/pa/pa.h:298
12037 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
12040 #: config/pa/pa64-hpux.h:29
12041 msgid "Assume code will be linked by GNU ld"
12044 #: config/pa/pa64-hpux.h:31
12045 msgid "Assume code will be linked by HP ld"
12048 #: config/pdp11/pdp11.h:57
12049 msgid "Do not use hardware floating point"
12052 #. return float result in ac0
12053 #: config/pdp11/pdp11.h:59
12054 msgid "Return floating point results in ac0"
12057 #: config/pdp11/pdp11.h:60
12058 msgid "Return floating point results in memory"
12062 #: config/pdp11/pdp11.h:62
12063 msgid "Generate code for an 11/40"
12067 #: config/pdp11/pdp11.h:65
12068 msgid "Generate code for an 11/45"
12072 #: config/pdp11/pdp11.h:68
12073 msgid "Generate code for an 11/10"
12076 #. use movstrhi for bcopy
12077 #. use 32 bit for int
12078 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12079 msgid "Use 32 bit int"
12082 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12083 msgid "Use 16 bit int"
12086 #. use 32 bit for float
12087 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12088 msgid "Use 32 bit float"
12091 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12092 msgid "Use 64 bit float"
12095 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12096 #. is branching expensive - on a PDP, it's actually really cheap
12097 #. this is just to play around and check what code gcc generates
12098 #. split instruction and data memory?
12099 #: config/pdp11/pdp11.h:90
12100 msgid "Target has split I&D"
12103 #: config/pdp11/pdp11.h:91
12104 msgid "Target does not have split I&D"
12107 #. UNIX assembler syntax?
12108 #: config/pdp11/pdp11.h:93
12109 msgid "Use UNIX assembler syntax"
12112 #: config/pdp11/pdp11.h:94
12113 msgid "Use DEC assembler syntax"
12116 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7718
12118 msgid "invalid %%S value"
12121 #: config/romp/romp.c:726 config/romp/romp.c:733
12123 msgid "invalid %%b value"
12126 #: config/romp/romp.c:773 config/romp/romp.c:784
12128 msgid "invalid %%z value"
12131 #: config/romp/romp.c:792 config/romp/romp.c:800
12133 msgid "invalid %%Z value"
12136 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12137 #: config/rs6000/rs6000.c:7547
12139 msgid "invalid %%k value"
12142 #: config/romp/romp.c:908 config/romp/romp.c:951
12144 msgid "invalid %%j value"
12147 #. Perform any needed actions needed for a function that is receiving a
12148 #. variable number of arguments.
12150 #. CUM is as above.
12152 #. MODE and TYPE are the mode and type of the current parameter.
12154 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12155 #. that must be pushed by the prolog to pretend that our caller pushed
12158 #. Normally, this macro will push all remaining incoming registers on the
12159 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12160 #: config/romp/romp.h:648
12161 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12164 #. Handle the machine specific pragma longcall. Its syntax is
12166 #. # pragma longcall ( TOGGLE )
12168 #. where TOGGLE is either 0 or 1.
12170 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12171 #. whether or not new function declarations receive a longcall
12172 #. attribute by default.
12173 #: config/rs6000/rs6000-c.c:44
12174 msgid "ignoring malformed #pragma longcall"
12177 #: config/rs6000/rs6000-c.c:58
12178 msgid "missing open paren"
12181 #: config/rs6000/rs6000-c.c:60
12182 msgid "missing number"
12185 #: config/rs6000/rs6000-c.c:62
12186 msgid "missing close paren"
12189 #: config/rs6000/rs6000-c.c:65
12190 msgid "number must be 0 or 1"
12193 #: config/rs6000/rs6000-c.c:68
12194 msgid "junk at end of #pragma longcall"
12197 #: config/rs6000/rs6000.c:588
12198 msgid "-mmultiple is not supported on little endian systems"
12201 #: config/rs6000/rs6000.c:595
12202 msgid "-mstring is not supported on little endian systems"
12205 #: config/rs6000/rs6000.c:619
12207 msgid "unknown -mdebug-%s switch"
12210 #: config/rs6000/rs6000.c:631
12212 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12215 #: config/rs6000/rs6000.c:642
12217 msgid "Unknown switch -mlong-double-%s"
12220 #: config/rs6000/rs6000.c:734
12222 msgid "unknown -misel= option specified: '%s'"
12225 #: config/rs6000/rs6000.c:749
12227 msgid "unknown -mvrsave= option specified: '%s'"
12230 #: config/rs6000/rs6000.c:768
12232 msgid "unknown ABI specified: '%s'"
12235 #: config/rs6000/rs6000.c:4169
12236 msgid "argument 1 must be a 5-bit signed literal"
12239 #: config/rs6000/rs6000.c:4276 config/rs6000/rs6000.c:4866
12240 msgid "argument 2 must be a 5-bit unsigned literal"
12243 #: config/rs6000/rs6000.c:4319
12244 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12247 #: config/rs6000/rs6000.c:4373
12248 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12251 #: config/rs6000/rs6000.c:4452
12252 msgid "argument 3 must be a 4-bit unsigned literal"
12255 #: config/rs6000/rs6000.c:4629
12257 msgid "argument to `%s' must be a 2-bit unsigned literal"
12260 #: config/rs6000/rs6000.c:4745
12261 msgid "argument to dss must be a 2-bit unsigned literal"
12264 #: config/rs6000/rs6000.c:4976
12265 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12268 #: config/rs6000/rs6000.c:5049
12269 msgid "argument 1 of __builtin_spe_predicate is out of range"
12272 #: config/rs6000/rs6000.c:7474
12274 msgid "invalid %%f value"
12277 #: config/rs6000/rs6000.c:7483
12279 msgid "invalid %%F value"
12282 #: config/rs6000/rs6000.c:7492
12284 msgid "invalid %%G value"
12287 #: config/rs6000/rs6000.c:7527
12289 msgid "invalid %%j code"
12292 #: config/rs6000/rs6000.c:7537
12294 msgid "invalid %%J code"
12297 #: config/rs6000/rs6000.c:7567
12299 msgid "invalid %%K value"
12302 #: config/rs6000/rs6000.c:7634
12304 msgid "invalid %%O value"
12307 #: config/rs6000/rs6000.c:7756
12309 msgid "invalid %%T value"
12312 #: config/rs6000/rs6000.c:7766
12314 msgid "invalid %%u value"
12317 #: config/rs6000/rs6000.c:7775
12319 msgid "invalid %%v value"
12322 #: config/rs6000/rs6000.c:12180
12323 msgid "no profiling of 64-bit code for this ABI"
12326 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12327 msgid "Always pass floating-point arguments in memory"
12330 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12331 msgid "Don't always pass floating-point arguments in memory"
12334 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12335 #: config/rs6000/aix52.h:32
12336 msgid "Support message passing with the Parallel Environment"
12339 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12340 msgid "Compile for 64-bit pointers"
12343 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12344 msgid "Compile for 32-bit pointers"
12347 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12348 msgid "-maix64 and POWER architecture are incompatible"
12351 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12352 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12355 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12356 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12359 #. Run-time compilation parameters selecting different hardware subsets.
12361 #. Macro to define tables used to set the flags.
12362 #. This is a list in braces of pairs in braces,
12363 #. each pair being { "NAME", VALUE }
12364 #. where VALUE is the bits to set or minus the bits to clear.
12365 #. An empty string NAME is used to identify the default VALUE.
12366 #: config/rs6000/rs6000.h:240
12367 msgid "Use POWER instruction set"
12370 #: config/rs6000/rs6000.h:243
12371 msgid "Use POWER2 instruction set"
12374 #: config/rs6000/rs6000.h:245
12375 msgid "Do not use POWER2 instruction set"
12378 #: config/rs6000/rs6000.h:248
12379 msgid "Do not use POWER instruction set"
12382 #: config/rs6000/rs6000.h:250
12383 msgid "Use PowerPC instruction set"
12386 #: config/rs6000/rs6000.h:253
12387 msgid "Do not use PowerPC instruction set"
12390 #: config/rs6000/rs6000.h:255
12391 msgid "Use PowerPC General Purpose group optional instructions"
12394 #: config/rs6000/rs6000.h:257
12395 msgid "Don't use PowerPC General Purpose group optional instructions"
12398 #: config/rs6000/rs6000.h:259
12399 msgid "Use PowerPC Graphics group optional instructions"
12402 #: config/rs6000/rs6000.h:261
12403 msgid "Don't use PowerPC Graphics group optional instructions"
12406 #: config/rs6000/rs6000.h:263
12407 msgid "Use PowerPC-64 instruction set"
12410 #: config/rs6000/rs6000.h:265
12411 msgid "Don't use PowerPC-64 instruction set"
12414 #: config/rs6000/rs6000.h:267
12415 msgid "Use AltiVec instructions"
12418 #: config/rs6000/rs6000.h:269
12419 msgid "Don't use AltiVec instructions"
12422 #: config/rs6000/rs6000.h:271
12423 msgid "Use new mnemonics for PowerPC architecture"
12426 #: config/rs6000/rs6000.h:273
12427 msgid "Use old mnemonics for PowerPC architecture"
12430 #: config/rs6000/rs6000.h:276
12431 msgid "Put everything in the regular TOC"
12434 #: config/rs6000/rs6000.h:278
12435 msgid "Place floating point constants in TOC"
12438 #: config/rs6000/rs6000.h:280
12439 msgid "Don't place floating point constants in TOC"
12442 #: config/rs6000/rs6000.h:282
12443 msgid "Place symbol+offset constants in TOC"
12446 #: config/rs6000/rs6000.h:284
12447 msgid "Don't place symbol+offset constants in TOC"
12450 #: config/rs6000/rs6000.h:290
12451 msgid "Place variable addresses in the regular TOC"
12454 #: config/rs6000/rs6000.h:296
12455 msgid "Generate load/store multiple instructions"
12458 #: config/rs6000/rs6000.h:298
12459 msgid "Do not generate load/store multiple instructions"
12462 #: config/rs6000/rs6000.h:302
12463 msgid "Generate string instructions for block moves"
12466 #: config/rs6000/rs6000.h:304
12467 msgid "Do not generate string instructions for block moves"
12470 #: config/rs6000/rs6000.h:308
12471 msgid "Generate load/store with update instructions"
12474 #: config/rs6000/rs6000.h:310
12475 msgid "Do not generate load/store with update instructions"
12478 #: config/rs6000/rs6000.h:318
12479 msgid "Don't schedule the start and end of the procedure"
12482 #: config/rs6000/rs6000.h:324
12483 msgid "Return all structures in memory (AIX default)"
12486 #: config/rs6000/rs6000.h:326
12487 msgid "Return small structures in registers (SVR4 default)"
12490 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12491 msgid "Use features of and schedule code for given CPU"
12494 #: config/rs6000/rs6000.h:394
12495 msgid "Enable debug output"
12498 #: config/rs6000/rs6000.h:396
12499 msgid "Select full, part, or no traceback table"
12502 #: config/rs6000/rs6000.h:397
12503 msgid "Specify ABI to use"
12506 #: config/rs6000/rs6000.h:399
12507 msgid "Specify size of long double (64 or 128 bits)"
12510 #: config/rs6000/rs6000.h:401
12511 msgid "Specify yes/no if isel instructions should be generated"
12514 #: config/rs6000/rs6000.h:403
12515 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12518 #: config/rs6000/rs6000.h:405
12519 msgid "Avoid all range limits on call instructions"
12522 #. Definitions for __builtin_return_address and __builtin_frame_address.
12523 #. __builtin_return_address (0) should give link register (65), enable
12525 #. This should be uncommented, so that the link register is used, but
12526 #. currently this would result in unmatched insns and spilling fixed
12527 #. registers so we'll leave it for another day. When these problems are
12528 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12530 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12531 #. Number of bytes into the frame return addresses can be found. See
12532 #. rs6000_stack_info in rs6000.c for more information on how the different
12533 #. abi's store the return address.
12534 #: config/rs6000/rs6000.h:1869
12535 msgid "RETURN_ADDRESS_OFFSET not supported"
12538 #: config/rs6000/sysv4.h:87
12539 msgid "Select ABI calling convention"
12542 #: config/rs6000/sysv4.h:88
12543 msgid "Select method for sdata handling"
12546 #: config/rs6000/sysv4.h:103
12547 msgid "Align to the base type of the bit-field"
12550 #: config/rs6000/sysv4.h:105
12551 msgid "Don't align to the base type of the bit-field"
12554 #: config/rs6000/sysv4.h:107
12555 msgid "Don't assume that unaligned accesses are handled by the system"
12558 #: config/rs6000/sysv4.h:109
12559 msgid "Assume that unaligned accesses are handled by the system"
12562 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12563 msgid "Produce code relocatable at runtime"
12566 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12567 msgid "Don't produce code relocatable at runtime"
12570 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12571 msgid "Produce little endian code"
12574 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12575 msgid "Produce big endian code"
12578 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12579 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12580 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12581 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12582 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12583 #: config/rs6000/sysv4.h:157
12584 msgid "no description yet"
12587 #: config/rs6000/sysv4.h:132
12591 #: config/rs6000/sysv4.h:133
12592 msgid "Don't use EABI"
12595 #: config/rs6000/sysv4.h:136
12596 msgid "Do not allow bit-fields to cross word boundaries"
12599 #: config/rs6000/sysv4.h:138
12600 msgid "Use alternate register names"
12603 #: config/rs6000/sysv4.h:140
12604 msgid "Don't use alternate register names"
12607 #: config/rs6000/sysv4.h:144
12608 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12611 #: config/rs6000/sysv4.h:146
12612 msgid "Link with libads.a, libc.a and crt0.o"
12615 #: config/rs6000/sysv4.h:148
12616 msgid "Link with libyk.a, libc.a and crt0.o"
12619 #: config/rs6000/sysv4.h:150
12620 msgid "Link with libmvme.a, libc.a and crt0.o"
12623 #: config/rs6000/sysv4.h:152
12624 msgid "Set the PPC_EMB bit in the ELF flags header"
12627 #: config/rs6000/sysv4.h:154
12628 msgid "Use the WindISS simulator"
12631 #. Sometimes certain combinations of command options do not make sense
12632 #. on a particular target machine. You can define a macro
12633 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12634 #. defined, is executed once just after all the command options have
12637 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12639 #: config/rs6000/sysv4.h:214
12641 msgid "bad value for -mcall-%s"
12644 #: config/rs6000/sysv4.h:230
12646 msgid "bad value for -msdata=%s"
12649 #: config/rs6000/sysv4.h:247
12651 msgid "-mrelocatable and -msdata=%s are incompatible"
12654 #: config/rs6000/sysv4.h:255
12656 msgid "-f%s and -msdata=%s are incompatible"
12659 #: config/rs6000/sysv4.h:263
12661 msgid "-msdata=%s and -mcall-%s are incompatible"
12664 #: config/rs6000/sysv4.h:272
12665 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12668 #: config/rs6000/sysv4.h:278
12670 msgid "-mrelocatable and -mcall-%s are incompatible"
12673 #: config/rs6000/sysv4.h:285
12675 msgid "-fPIC and -mcall-%s are incompatible"
12678 #: config/rs6000/sysv4.h:292
12679 msgid "-mcall-aixdesc must be big endian"
12682 #: config/s390/s390.c:2584
12683 msgid "invalid UNSPEC as operand (1)"
12686 #: config/s390/s390.c:2620
12687 msgid "invalid UNSPEC as operand (2)"
12690 #: config/s390/s390.c:2626
12691 msgid "UNKNOWN in s390_output_symbolic_const !?"
12694 #: config/s390/s390.c:2644
12695 msgid "Cannot decompose address."
12698 #: config/s390/s390.c:2784
12699 msgid "UNKNOWN in print_operand !?"
12702 #: config/s390/s390.c:4421
12703 msgid "Total size of local variables exceeds architecture limit."
12706 #: config/s390/s390.h:70
12707 msgid "Set backchain"
12710 #: config/s390/s390.h:71
12711 msgid "Don't set backchain (faster, but debug harder"
12714 #: config/s390/s390.h:72
12715 msgid "Use bras for execucable < 64k"
12718 #: config/s390/s390.h:73
12719 msgid "Don't use bras"
12722 #: config/s390/s390.h:74
12723 msgid "Additional debug prints"
12726 #: config/s390/s390.h:75
12727 msgid "Don't print additional debug prints"
12730 #: config/s390/s390.h:76
12731 msgid "64 bit mode"
12734 #: config/s390/s390.h:77
12735 msgid "31 bit mode"
12738 #: config/s390/s390.h:78
12742 #: config/s390/s390.h:79
12746 #: config/sh/sh.c:5134
12747 msgid "__builtin_saveregs not supported by this subtarget"
12750 #: config/sh/sh.c:5684
12751 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12754 #. The sp_switch attribute only has meaning for interrupt functions.
12755 #: config/sh/sh.c:5710 config/sh/sh.c:5749
12757 msgid "`%s' attribute only applies to interrupt functions"
12760 #. The argument must be a constant string.
12761 #: config/sh/sh.c:5717
12763 msgid "`%s' attribute argument not a string constant"
12766 #. The argument must be a constant integer.
12767 #: config/sh/sh.c:5756
12769 msgid "`%s' attribute argument not an integer constant"
12772 #. There are no delay slots on SHmedia.
12773 #. Relaxation isn't yet supported for SHmedia
12774 #: config/sh/sh.h:437
12775 msgid "Profiling is not supported on this target."
12778 #: config/sparc/sparc.c:329
12780 msgid "%s is not supported by this configuration"
12783 #: config/sparc/sparc.c:336
12784 msgid "-mlong-double-64 not allowed with -m64"
12787 #: config/sparc/sparc.c:361
12788 msgid "-mcmodel= is not supported on 32 bit systems"
12791 #: config/sparc/sparc.c:6299 config/sparc/sparc.c:6305
12793 msgid "invalid %%Y operand"
12796 #: config/sparc/sparc.c:6375
12798 msgid "invalid %%A operand"
12801 #: config/sparc/sparc.c:6385
12803 msgid "invalid %%B operand"
12806 #: config/sparc/sparc.c:6424
12808 msgid "invalid %%c operand"
12811 #: config/sparc/sparc.c:6425
12813 msgid "invalid %%C operand"
12816 #: config/sparc/sparc.c:6446
12818 msgid "invalid %%d operand"
12821 #: config/sparc/sparc.c:6447
12823 msgid "invalid %%D operand"
12826 #: config/sparc/sparc.c:6463
12828 msgid "invalid %%f operand"
12831 #: config/sparc/sparc.c:6513
12832 msgid "long long constant not a valid immediate operand"
12835 #: config/sparc/sparc.c:6516
12836 msgid "floating point constant not a valid immediate operand"
12839 #: config/sparc/freebsd.h:80 config/sparc/linux.h:87 config/sparc/linux64.h:89
12840 #: config/sparc/netbsd-elf.h:239
12841 msgid "Use 128 bit long doubles"
12844 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
12845 msgid "Generate code for big endian"
12848 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
12849 msgid "Generate code for little endian"
12852 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
12853 msgid "Use little-endian byte order for data"
12856 #: config/sparc/sparc.h:532
12857 msgid "Assume possible double misalignment"
12860 #: config/sparc/sparc.h:534
12861 msgid "Assume all doubles are aligned"
12864 #: config/sparc/sparc.h:536
12865 msgid "Pass -assert pure-text to linker"
12868 #: config/sparc/sparc.h:538
12869 msgid "Do not pass -assert pure-text to linker"
12872 #: config/sparc/sparc.h:540
12873 msgid "Use flat register window model"
12876 #: config/sparc/sparc.h:542
12877 msgid "Do not use flat register window model"
12880 #: config/sparc/sparc.h:544
12881 msgid "Use ABI reserved registers"
12884 #: config/sparc/sparc.h:546
12885 msgid "Do not use ABI reserved registers"
12888 #: config/sparc/sparc.h:548
12889 msgid "Use hardware quad fp instructions"
12892 #: config/sparc/sparc.h:550
12893 msgid "Do not use hardware quad fp instructions"
12896 #: config/sparc/sparc.h:552
12897 msgid "Compile for v8plus ABI"
12900 #: config/sparc/sparc.h:554
12901 msgid "Do not compile for v8plus ABI"
12904 #: config/sparc/sparc.h:556
12905 msgid "Utilize Visual Instruction Set"
12908 #: config/sparc/sparc.h:558
12909 msgid "Do not utilize Visual Instruction Set"
12912 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
12913 #: config/sparc/sparc.h:561
12914 msgid "Optimize for Cypress processors"
12917 #: config/sparc/sparc.h:563
12918 msgid "Optimize for SPARCLite processors"
12921 #: config/sparc/sparc.h:565
12922 msgid "Optimize for F930 processors"
12925 #: config/sparc/sparc.h:567
12926 msgid "Optimize for F934 processors"
12929 #: config/sparc/sparc.h:569
12930 msgid "Use V8 SPARC ISA"
12933 #: config/sparc/sparc.h:571
12934 msgid "Optimize for SuperSPARC processors"
12937 #. End of deprecated options.
12938 #: config/sparc/sparc.h:574
12939 msgid "Pointers are 64-bit"
12942 #: config/sparc/sparc.h:576
12943 msgid "Pointers are 32-bit"
12946 #: config/sparc/sparc.h:578
12947 msgid "Use 32-bit ABI"
12950 #: config/sparc/sparc.h:580
12951 msgid "Use 64-bit ABI"
12954 #: config/sparc/sparc.h:582
12955 msgid "Use stack bias"
12958 #: config/sparc/sparc.h:584
12959 msgid "Do not use stack bias"
12962 #: config/sparc/sparc.h:586
12963 msgid "Use structs on stronger alignment for double-word copies"
12966 #: config/sparc/sparc.h:588
12967 msgid "Do not use structs on stronger alignment for double-word copies"
12970 #: config/sparc/sparc.h:590
12971 msgid "Optimize tail call instructions in assembler and linker"
12974 #: config/sparc/sparc.h:592
12975 msgid "Do not optimize tail call instructions in assembler or linker"
12978 #: config/sparc/sparc.h:637
12979 msgid "Use given SPARC code model"
12982 #: config/stormy16/stormy16.c:1192
12983 msgid "cannot use va_start in interrupt function"
12986 #: config/stormy16/stormy16.c:1552
12987 msgid "`B' operand is not constant"
12990 #: config/stormy16/stormy16.c:1558
12991 msgid "`B' operand has multiple bits set"
12994 #: config/stormy16/stormy16.c:1585
12995 msgid "`o' operand is not constant"
12998 #: config/stormy16/stormy16.c:1600
12999 msgid "xstormy16_print_operand: unknown code"
13002 #: config/stormy16/stormy16.c:1650
13004 msgid "switch statement of size %lu entries too large"
13007 #: config/v850/v850-c.c:67
13008 msgid "#pragma GHS endXXXX found without previous startXXX"
13011 #: config/v850/v850-c.c:69
13012 msgid "#pragma GHS endXXX does not match previous startXXX"
13015 #: config/v850/v850-c.c:94
13016 msgid "cannot set interrupt attribute: no current function"
13019 #: config/v850/v850-c.c:102
13020 msgid "cannot set interrupt attribute: no such identifier"
13023 #: config/v850/v850-c.c:148
13024 msgid "junk at end of #pragma ghs section"
13027 #: config/v850/v850-c.c:165
13029 msgid "unrecognized section name \"%s\""
13032 #: config/v850/v850-c.c:180
13033 msgid "malformed #pragma ghs section"
13036 #: config/v850/v850-c.c:200
13037 msgid "junk at end of #pragma ghs interrupt"
13040 #: config/v850/v850-c.c:212
13041 msgid "junk at end of #pragma ghs starttda"
13044 #: config/v850/v850-c.c:224
13045 msgid "junk at end of #pragma ghs startsda"
13048 #: config/v850/v850-c.c:236
13049 msgid "junk at end of #pragma ghs startzda"
13052 #: config/v850/v850-c.c:248
13053 msgid "junk at end of #pragma ghs endtda"
13056 #: config/v850/v850-c.c:260
13057 msgid "junk at end of #pragma ghs endsda"
13060 #: config/v850/v850-c.c:272
13061 msgid "junk at end of #pragma ghs endzda"
13064 #: config/v850/v850.c:129
13066 msgid "%s=%s is not numeric"
13069 #: config/v850/v850.c:136
13071 msgid "%s=%s is too large"
13074 #: config/v850/v850.c:302
13075 msgid "const_double_split got a bad insn:"
13078 #: config/v850/v850.c:837
13079 msgid "output_move_single:"
13082 #: config/v850/v850.c:2217
13083 msgid "a data area attribute cannot be specified for local variables"
13086 #: config/v850/v850.c:2228
13088 msgid "data area of '%s' conflicts with previous declaration"
13091 #: config/v850/v850.c:2447
13093 msgid "bogus JR construction: %d\n"
13096 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13098 msgid "bad amount of stack space removal: %d"
13101 #: config/v850/v850.c:2646
13103 msgid "bogus JARL construction: %d\n"
13106 #: config/v850/v850.c:3026
13108 msgid "Bogus DISPOSE construction: %d\n"
13111 #: config/v850/v850.c:3048
13113 msgid "Too much stack space to dispose of: %d"
13116 #: config/v850/v850.c:3224
13118 msgid "Bogus PREPEARE construction: %d\n"
13121 #: config/v850/v850.c:3246
13123 msgid "Too much stack space to prepare: %d"
13126 #. Macro to define tables used to set the flags.
13127 #. This is a list in braces of pairs in braces,
13128 #. each pair being { "NAME", VALUE }
13129 #. where VALUE is the bits to set or minus the bits to clear.
13130 #. An empty string NAME is used to identify the default VALUE.
13131 #: config/v850/v850.h:158
13132 msgid "Support Green Hills ABI"
13135 #: config/v850/v850.h:161
13136 msgid "Prohibit PC relative function calls"
13139 #: config/v850/v850.h:164
13140 msgid "Reuse r30 on a per function basis"
13143 #: config/v850/v850.h:167
13144 msgid "Use stubs for function prologues"
13147 #: config/v850/v850.h:170
13148 msgid "Same as: -mep -mprolog-function"
13151 #: config/v850/v850.h:171
13152 msgid "Enable backend debugging"
13155 #: config/v850/v850.h:173
13156 msgid "Compile for the v850 processor"
13159 #: config/v850/v850.h:175
13160 msgid "Compile for v850e processor"
13163 #. Make sure that the other bits are cleared.
13164 #: config/v850/v850.h:177
13165 msgid "Enable the use of the short load instructions"
13168 #: config/v850/v850.h:180
13169 msgid "Do not use the callt instruction"
13172 #: config/v850/v850.h:187
13173 msgid "Do not use registers r2 and r5"
13176 #: config/v850/v850.h:189
13177 msgid "Enfore strict alignment"
13180 #: config/v850/v850.h:192
13181 msgid "Use 4 byte entries in switch tables"
13184 #: config/v850/v850.h:218
13185 msgid "Set the max size of data eligible for the TDA area"
13188 #: config/v850/v850.h:221
13189 msgid "Set the max size of data eligible for the SDA area"
13192 #: config/v850/v850.h:224
13193 msgid "Set the max size of data eligible for the ZDA area"
13196 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13197 #: config/xtensa/xtensa.c:1105
13201 #: config/xtensa/xtensa.c:1824
13202 msgid "boolean registers required for the floating-point option"
13205 #: config/xtensa/xtensa.c:1991
13206 msgid "invalid mask"
13209 #: config/xtensa/xtensa.c:2038
13210 msgid "invalid address"
13213 #: config/xtensa/xtensa.c:2063
13214 msgid "no register in address"
13217 #: config/xtensa/xtensa.c:2071
13218 msgid "address offset not a constant"
13221 #: config/xtensa/xtensa.c:2809
13222 msgid "only uninitialized variables can be placed in a .bss section"
13225 #: config/xtensa/xtensa.h:114
13226 msgid "Use the Xtensa code density option"
13229 #: config/xtensa/xtensa.h:116
13230 msgid "Do not use the Xtensa code density option"
13233 #: config/xtensa/xtensa.h:118
13234 msgid "Use the Xtensa MAC16 option"
13237 #: config/xtensa/xtensa.h:120
13238 msgid "Do not use the Xtensa MAC16 option"
13241 #: config/xtensa/xtensa.h:122
13242 msgid "Use the Xtensa MUL16 option"
13245 #: config/xtensa/xtensa.h:124
13246 msgid "Do not use the Xtensa MUL16 option"
13249 #: config/xtensa/xtensa.h:126
13250 msgid "Use the Xtensa MUL32 option"
13253 #: config/xtensa/xtensa.h:128
13254 msgid "Do not use the Xtensa MUL32 option"
13259 #: config/xtensa/xtensa.h:134
13260 msgid "Use the Xtensa NSA option"
13263 #: config/xtensa/xtensa.h:136
13264 msgid "Do not use the Xtensa NSA option"
13267 #: config/xtensa/xtensa.h:138
13268 msgid "Use the Xtensa MIN/MAX option"
13271 #: config/xtensa/xtensa.h:140
13272 msgid "Do not use the Xtensa MIN/MAX option"
13275 #: config/xtensa/xtensa.h:142
13276 msgid "Use the Xtensa SEXT option"
13279 #: config/xtensa/xtensa.h:144
13280 msgid "Do not use the Xtensa SEXT option"
13283 #: config/xtensa/xtensa.h:146
13284 msgid "Use the Xtensa boolean register option"
13287 #: config/xtensa/xtensa.h:148
13288 msgid "Do not use the Xtensa boolean register option"
13291 #: config/xtensa/xtensa.h:150
13292 msgid "Use the Xtensa floating-point unit"
13295 #: config/xtensa/xtensa.h:152
13296 msgid "Do not use the Xtensa floating-point unit"
13307 #: config/xtensa/xtensa.h:170
13308 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13311 #: config/xtensa/xtensa.h:172
13312 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13315 #: config/xtensa/xtensa.h:174
13316 msgid "Serialize volatile memory references with MEMW instructions"
13319 #: config/xtensa/xtensa.h:176
13320 msgid "Do not serialize volatile memory references with MEMW instructions"
13323 #: config/xtensa/xtensa.h:178
13324 msgid "Intersperse literal pools with code in the text section"
13327 #: config/xtensa/xtensa.h:180
13328 msgid "Put literal pools in a separate literal section"
13331 #: config/xtensa/xtensa.h:182
13332 msgid "Automatically align branch targets to reduce branch penalties"
13335 #: config/xtensa/xtensa.h:184
13336 msgid "Do not automatically align branch targets"
13339 #: config/xtensa/xtensa.h:186
13340 msgid "Use indirect CALLXn instructions for large programs"
13343 #: config/xtensa/xtensa.h:188
13344 msgid "Use direct CALLn instructions for fast calls"
13348 msgid "`-gnat' misspelled as `-gant'"
13351 #: cp/call.c:258 cp/init.c:1587
13352 msgid "qualified type `%T' does not match destructor name `~%T'"
13356 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13360 msgid "`%D' is a namespace"
13364 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13368 msgid "unable to call pointer to member function here"
13372 msgid "destructors take no parameters"
13376 msgid "destructor name `~%T' does not match type `%T' of expression"
13379 #: cp/call.c:535 cp/call.c:4857
13380 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13384 msgid "request for member `%D' is ambiguous"
13388 msgid "%s %D(%T, %T, %T) <built-in>"
13392 msgid "%s %D(%T, %T) <built-in>"
13396 msgid "%s %D(%T) <built-in>"
13400 msgid "%s %T <conversion>"
13408 msgid "conversion from `%T' to `%T' is ambiguous"
13412 msgid "incomplete type '%T' cannot be used to name a scope"
13415 #: cp/call.c:2706 cp/typeck.c:2176 cp/typeck.c:2205
13416 msgid "'%D' has no member named '%E'"
13420 msgid "no matching function for call to `%D(%A)'"
13423 #: cp/call.c:2823 cp/call.c:4948
13424 msgid "call of overloaded `%D(%A)' is ambiguous"
13427 #. It's no good looking for an overloaded operator() on a
13428 #. pointer-to-member-function.
13431 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13435 msgid "no match for call to `(%T) (%A)'"
13439 msgid "call of `(%T) (%A)' is ambiguous"
13443 msgid "%s for `%T ? %T : %T' operator"
13447 msgid "%s for `%T %s' operator"
13451 msgid "%s for `%T [%T]' operator"
13455 msgid "%s for `%T %s %T' operator"
13459 msgid "%s for `%s %T' operator"
13463 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13468 msgid "`%E' has type `void' and is not a throw-expression"
13471 #: cp/call.c:3163 cp/call.c:3363
13472 msgid "operands to ?: have different types"
13476 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13480 msgid "enumeral and non-enumeral type in conditional expression"
13484 msgid "`%D' must be declared before use"
13488 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13492 msgid "using synthesized `%#D' for copy assignment"
13496 msgid " where cfront would use `%#D'"
13500 msgid "comparison between `%#T' and `%#T'"
13504 msgid "no suitable `operator delete' for `%T'"
13508 msgid "`%+#D' is private"
13512 msgid "`%+#D' is protected"
13516 msgid "`%+#D' is inaccessible"
13520 msgid "within this context"
13524 msgid "invalid conversion from `%T' to `%T'"
13527 #: cp/call.c:3987 cp/call.c:4126 cp/call.c:4128
13528 msgid " initializing argument %P of `%D'"
13531 #: cp/call.c:4050 cp/call.c:4054
13532 msgid " initializing argument %P of `%D' from result of `%D'"
13535 #: cp/call.c:4060 cp/call.c:4063
13536 msgid " initializing temporary from result of `%D'"
13539 #. Undefined behavior [expr.call] 5.2.2/7. We used to just warn
13540 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13543 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13546 #. Undefined behavior [expr.call] 5.2.2/7.
13548 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13552 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13556 msgid "could not find class$ field in java interface type `%T'"
13560 msgid "call to non-function `%D'"
13564 msgid "no matching function for call to `%T::%D(%A)%#V'"
13568 msgid "cannot call member function `%D' without object"
13572 msgid "passing `%T' chooses `%T' over `%T'"
13575 #: cp/call.c:5582 cp/decl2.c:4081
13576 msgid " in call to `%D'"
13579 #: cp/call.c:5631 cp/call.c:5756
13580 msgid "choosing `%D' over `%D'"
13584 msgid " for conversion from `%T' to `%T'"
13588 msgid " because conversion sequence for the argument is better"
13592 msgid " because worst conversion for the former is better than worst conversion for the latter"
13595 #: cp/call.c:5874 cp/call.c:5895
13596 msgid "could not convert `%E' to `%T'"
13600 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13604 msgid "`%#D' and `%#D' cannot be overloaded"
13608 msgid "duplicate enum value `%D'"
13612 msgid "duplicate field `%D' (as enum and non-enum)"
13616 msgid "duplicate nested type `%D'"
13620 msgid "duplicate field `%D' (as type and non-type)"
13624 msgid "duplicate member `%D'"
13628 msgid "conflicting access specifications for method `%D', ignored"
13633 msgid "conflicting access specifications for field `%s', ignored"
13637 msgid "`%D' names constructor"
13641 msgid "`%D' invalid in `%T'"
13645 msgid "no members matching `%D' in `%#T'"
13648 #: cp/class.c:1187 cp/class.c:1195
13649 msgid "`%D' invalid in `%#T'"
13653 msgid " because of local method `%#D' with same name"
13657 msgid " because of local member `%#D' with same name"
13661 msgid "base class `%#T' has a non-virtual destructor"
13665 msgid "base `%T' with only non-default constructor in class without a constructor"
13669 msgid "all member functions in class `%T' are private"
13673 msgid "`%#T' only defines a private destructor and has no friends"
13677 msgid "`%#T' only defines private constructors and has no friends"
13680 #: cp/class.c:2038 cp/class.c:5172
13681 msgid "redefinition of `%#T'"
13685 msgid "previous definition of `%#T'"
13689 msgid "no unique final overrider for `%D' in `%T'"
13692 #. Here we know it is a hider, and no overrider exists.
13694 msgid "`%D' was hidden"
13702 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13705 #: cp/class.c:2700 cp/decl2.c:1327
13706 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13709 #: cp/class.c:2706 cp/decl2.c:1333
13710 msgid "private member `%#D' in anonymous union"
13713 #: cp/class.c:2709 cp/decl2.c:1335
13714 msgid "protected member `%#D' in anonymous union"
13718 msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
13722 msgid "bit-field `%#D' with non-integral type"
13726 msgid "bit-field `%D' width not an integer constant"
13730 msgid "negative width in bit-field `%D'"
13734 msgid "zero width for bit-field `%D'"
13738 msgid "width of `%D' exceeds its type"
13742 msgid "`%D' is too small to hold all values of `%#T'"
13746 msgid "member `%#D' with constructor not allowed in union"
13750 msgid "member `%#D' with destructor not allowed in union"
13754 msgid "member `%#D' with copy assignment operator not allowed in union"
13758 msgid "multiple fields in union `%T' initialized"
13762 msgid "field `%D' in local class cannot be static"
13766 msgid "field `%D' invalidly declared function type"
13770 msgid "field `%D' invalidly declared method type"
13774 msgid "field `%D' invalidly declared offset type"
13777 #. Unions cannot have static members.
13779 msgid "field `%D' declared static in union"
13783 msgid "non-static reference `%#D' in class without a constructor"
13787 msgid "non-static const member `%#D' in class without a constructor"
13791 msgid "field `%#D' with same name as class"
13795 msgid "`%#T' has pointer data members"
13799 msgid " but does not override `%T(const %T&)'"
13803 msgid " or `operator=(const %T&)'"
13807 msgid " but does not override `operator=(const %T&)'"
13811 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
13815 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13819 msgid "initializer specified for non-virtual method `%D'"
13823 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
13827 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13831 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13835 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
13839 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13843 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
13847 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
13851 msgid "`%#T' has virtual functions but non-virtual destructor"
13855 msgid "trying to finish struct, but kicked out due to previous parse errors"
13860 msgid "language string `\"%s\"' not recognized"
13864 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13868 msgid "no matches converting function `%D' to type `%#T'"
13872 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13876 msgid "assuming pointer to member `%D'"
13881 msgid "(a pointer to member can only be formed with `&%E')"
13884 #: cp/class.c:6174 cp/class.c:6345 cp/class.c:6352
13885 msgid "not enough type information"
13889 msgid "argument of type `%T' does not match `%T'"
13893 msgid "invalid operation on uninstantiated type"
13896 #. [basic.scope.class]
13898 #. A name N used in a class S shall refer to the same declaration
13899 #. in its context and when re-evaluated in the completed scope of
13901 #: cp/class.c:6612 cp/decl.c:1006 cp/decl.c:3102 cp/pt.c:1845
13902 msgid "declaration of `%#D'"
13906 msgid "changes meaning of `%D' from `%+#D'"
13910 msgid "can't convert from incomplete type `%T' to `%T'"
13914 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13918 msgid "converting from `%T' to `%T'"
13921 #: cp/cvt.c:201 cp/cvt.c:205
13922 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13925 #: cp/cvt.c:223 cp/cvt.c:236 cp/cvt.c:283
13926 msgid "cannot convert `%E' from type `%T' to type `%T'"
13930 msgid "invalid conversion from '%T' to '%T'"
13934 msgid "conversion from `%T' to `%T' discards qualifiers"
13938 msgid "casting `%T' to `%T' does not dereference pointer"
13942 msgid "cannot convert type `%T' to type `%T'"
13946 msgid "conversion from `%#T' to `%#T'"
13950 msgid "`%#T' used where a `%T' was expected"
13954 msgid "the address of `%D', will always be `true'"
13958 msgid "`%#T' used where a floating point value was expected"
13962 msgid "conversion from `%T' to non-scalar type `%T' requested"
13966 msgid "object of incomplete type `%T' will not be accessed in %s"
13970 msgid "object of type `%T' will not be accessed in %s"
13974 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13977 #. [over.over] enumerates the places where we can take the address
13978 #. of an overloaded function, and this is not one of them.
13981 msgid "%s cannot resolve address of overloaded function"
13984 #. Only warn when there is no &.
13987 msgid "%s is a reference, not call, to function `%E'"
13991 msgid "converting NULL to non-pointer type"
13995 msgid "ambiguous default type conversion from `%T'"
13999 msgid " candidate conversions include `%D' and `%D'"
14002 #: cp/decl.c:1007 cp/decl.c:3205
14003 msgid "conflicts with previous declaration `%#D'"
14007 msgid "label `%D' used but not defined"
14011 msgid "label `%D' defined but not used"
14015 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14018 #: cp/decl.c:3008 cp/decl.c:3413
14019 msgid "previous declaration of `%D'"
14022 #: cp/decl.c:3089 cp/decl.c:3127
14023 msgid "shadowing %s function `%#D'"
14027 msgid "library function `%#D' redeclared as non-function `%#D'"
14031 msgid "conflicts with built-in declaration `%#D'"
14034 #: cp/decl.c:3122 cp/decl.c:3219 cp/decl.c:3235
14035 msgid "new declaration `%#D'"
14039 msgid "ambiguates built-in declaration `%#D'"
14043 msgid "`%#D' redeclared as different kind of symbol"
14047 msgid "previous declaration of `%#D'"
14051 msgid "declaration of template `%#D'"
14054 #: cp/decl.c:3220 cp/decl.c:3236
14055 msgid "ambiguates old declaration `%#D'"
14059 msgid "declaration of C function `%#D' conflicts with"
14063 msgid "previous declaration `%#D' here"
14067 msgid "conflicting types for `%#D'"
14071 msgid "previous declaration as `%#D'"
14075 msgid "`%#D' previously defined here"
14079 msgid "`%#D' previously declared here"
14082 #. Prototype decl follows defn w/o prototype.
14084 msgid "prototype for `%#D'"
14088 msgid "follows non-prototype definition here"
14092 msgid "previous declaration of `%#D' with %L linkage"
14096 msgid "conflicts with new declaration with %L linkage"
14099 #: cp/decl.c:3338 cp/decl.c:3345
14100 msgid "default argument given for parameter %d of `%#D'"
14103 #: cp/decl.c:3340 cp/decl.c:3347
14104 msgid "after previous specification in `%#D'"
14108 msgid "`%#D' was used before it was declared inline"
14112 msgid "previous non-inline declaration here"
14116 msgid "redundant redeclaration of `%D' in same scope"
14121 msgid "declaration of `%F' throws different exceptions"
14126 msgid "than previous declaration `%F'"
14129 #. From [temp.expl.spec]:
14131 #. If a template, a member template or the member of a class
14132 #. template is explicitly specialized then that
14133 #. specialization shall be declared before the first use of
14134 #. that specialization that would cause an implicit
14135 #. instantiation to take place, in every translation unit in
14136 #. which such a use occurs.
14138 msgid "explicit specialization of %D after first use"
14142 msgid "`%#D' used prior to declaration"
14146 msgid "redeclaration of `wchar_t' as `%T'"
14149 #. A redeclaration of main, but not a duplicate of the
14152 #. [basic.start.main]
14154 #. This function shall not be overloaded.
14156 msgid "invalid redeclaration of `%D'"
14164 msgid "previous external decl of `%#D'"
14168 msgid "`%D' was previously implicitly declared to return `int'"
14172 msgid "extern declaration of `%#D' doesn't match"
14176 msgid "global declaration `%#D'"
14180 msgid "declaration of `%#D' shadows a parameter"
14185 msgid "declaration of `%s' shadows a member of `this'"
14189 msgid "`%#D' hides constructor for `%#T'"
14193 msgid "`%#D' conflicts with previous using declaration `%#D'"
14197 msgid "previous non-function declaration `%#D'"
14201 msgid "conflicts with function declaration `%#D'"
14205 msgid "implicit declaration of function `%#D'"
14210 msgid "label `%s' referenced outside of any function"
14213 #: cp/decl.c:4920 cp/decl.c:4944 cp/decl.c:5037
14214 msgid "jump to label `%D'"
14217 #: cp/decl.c:4922 cp/decl.c:4946
14218 msgid "jump to case label"
14222 msgid " crosses initialization of `%#D'"
14225 #: cp/decl.c:4933 cp/decl.c:5053
14226 msgid " enters scope of non-POD `%#D'"
14229 #: cp/decl.c:4953 cp/decl.c:5057
14230 msgid " enters try block"
14233 #. Can't skip init of __exception_info.
14234 #: cp/decl.c:4955 cp/decl.c:5049 cp/decl.c:5059
14235 msgid " enters catch block"
14243 msgid " skips initialization of `%#D'"
14247 msgid "label named wchar_t"
14251 msgid "duplicate label `%D'"
14256 msgid "case label `%E' not within a switch statement"
14259 #. Definition isn't the kind we were looking for.
14260 #: cp/decl.c:5354 cp/decl.c:5373
14261 msgid "`%#D' redeclared as %C"
14264 #. This happens for A::B where B is a template, and there are no
14265 #. template arguments.
14266 #: cp/decl.c:5461 cp/typeck.c:2062 cp/typeck.c:2217
14267 msgid "invalid use of `%D'"
14271 msgid "`%D::%D' is not a template"
14275 msgid "`%D' undeclared in namespace `%D'"
14279 msgid "`%D' used without template parameters"
14282 #: cp/decl.c:5663 cp/decl.c:5679 cp/decl.c:5783
14283 msgid "no class template named `%#T' in `%#T'"
14286 #: cp/decl.c:5702 cp/decl.c:5712 cp/decl.c:5744
14287 msgid "no type named `%#T' in `%#T'"
14291 msgid "lookup of `%D' finds `%#D'"
14295 msgid " instead of `%D' from dependent base class"
14299 msgid " (use `typename %T::%D' if that's what you meant)"
14303 msgid "name lookup of `%D' changed"
14307 msgid " matches this `%D' under ISO standard rules"
14311 msgid " matches this `%D' under old rules"
14314 #: cp/decl.c:6021 cp/decl.c:6028
14315 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14319 msgid " cannot use obsolete binding at `%D' because it has a destructor"
14323 msgid " using obsolete binding at `%D'"
14327 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14331 msgid "an anonymous union cannot have function members"
14335 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14339 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14343 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14347 msgid "redeclaration of C++ built-in type `%T'"
14351 msgid "multiple types in one declaration"
14355 msgid "missing type-name in typedef-declaration"
14359 msgid "ISO C++ prohibits anonymous structs"
14363 msgid "`%D' can only be specified for functions"
14367 msgid "`%D' can only be specified inside a class"
14371 msgid "`%D' can only be specified for constructors"
14375 msgid "`%D' can only be specified for objects and functions"
14378 #: cp/decl.c:7312 cp/decl2.c:927
14379 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14383 msgid "function `%#D' is initialized like a variable"
14387 msgid "declaration of `%#D' has `extern' and is initialized"
14391 msgid "`%#D' is not a static member of `%#T'"
14395 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14399 msgid "duplicate initialization of %D"
14403 msgid "declaration of `%#D' outside of class is not definition"
14407 msgid "variable `%#D' has initializer but incomplete type"
14410 #: cp/decl.c:7464 cp/decl.c:8006
14411 msgid "elements of array `%#D' have incomplete type"
14415 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14419 msgid "`%D' declared as reference but not initialized"
14423 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14427 msgid "cannot initialize `%T' from `%T'"
14431 msgid "initializer fails to determine size of `%D'"
14435 msgid "array size missing in `%D'"
14439 msgid "zero-size array `%D'"
14442 #. An automatic variable with an incomplete type: that is an error.
14443 #. Don't talk about array types here, since we took care of that
14444 #. message in grokdeclarator.
14446 msgid "storage size of `%D' isn't known"
14450 msgid "storage size of `%D' isn't constant"
14454 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14458 msgid " you can work around this by removing the initializer"
14462 msgid "uninitialized const `%D'"
14466 msgid "brace-enclosed initializer used to initialize `%T'"
14470 msgid "initializer for `%T' must be brace-enclosed"
14475 msgid "too many initializers for `%T'"
14476 msgstr "zu viele Eingabedateien"
14479 msgid "variable-sized object `%D' may not be initialized"
14483 msgid "`%D' has incomplete type"
14487 msgid "`%D' must be initialized by constructor, not by `{...}'"
14491 msgid "structure `%D' with uninitialized const members"
14495 msgid "structure `%D' with uninitialized reference members"
14499 msgid "assignment (not initialization) in declaration"
14503 msgid "cannot initialize `%D' to namespace `%D'"
14507 msgid "shadowing previous type declaration of `%#D'"
14511 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14515 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14518 #: cp/decl.c:8864 cp/init.c:547
14519 msgid "multiple initializations given for `%D'"
14523 msgid "invalid catch parameter"
14527 msgid "destructor for alien class `%T' cannot be a member"
14531 msgid "constructor for alien class `%T' cannot be a member"
14535 msgid "`%D' declared as a `virtual' %s"
14539 msgid "`%D' declared as an `inline' %s"
14543 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14547 msgid "`%D' declared as a friend"
14551 msgid "`%D' declared with an exception specification"
14555 msgid "cannot declare `::main' to be a template"
14559 msgid "cannot declare `::main' to be inline"
14563 msgid "cannot declare `::main' to be static"
14567 msgid "`main' must return `int'"
14571 msgid "non-local function `%#D' uses anonymous type"
14575 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14579 msgid "non-local function `%#D' uses local type `%T'"
14583 msgid "%smember function `%D' cannot have `%T' method qualifier"
14587 msgid "defining explicit specialization `%D' in friend declaration"
14590 #. Something like `template <class T> friend void f<T>()'.
14592 msgid "invalid use of template-id `%D' in declaration of primary template"
14596 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14600 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14604 msgid "definition of implicitly-declared `%D'"
14607 #: cp/decl.c:9394 cp/decl2.c:776
14608 msgid "no `%#D' member function declared in class `%T'"
14612 msgid "non-local variable `%#D' uses local type `%T'"
14616 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14620 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14624 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14628 msgid "size of array `%D' has non-integer type"
14632 msgid "size of array has non-integer type"
14636 msgid "size of array `%D' is negative"
14640 msgid "size of array is negative"
14644 msgid "ISO C++ forbids zero-size array `%D'"
14648 msgid "ISO C++ forbids zero-size array"
14652 msgid "size of array `%D' is not an integral constant-expression"
14656 msgid "size of array is not an integral constant-expression"
14660 msgid "ISO C++ forbids variable-size array `%D'"
14664 msgid "ISO C++ forbids variable-size array"
14668 msgid "overflow in array dimension"
14672 msgid "declaration of `%D' as %s"
14673 msgstr "Deklaration von »%D« als %s"
14677 msgid "creating %s"
14678 msgstr "Erzeugen von %s"
14681 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
14685 msgid "multidimensional array must have bounds for all dimensions except the first"
14689 msgid "return type specification for constructor invalid"
14693 msgid "return type specification for destructor invalid"
14697 msgid "operator `%T' declared to return `%T'"
14701 msgid "return type specified for `operator %T'"
14705 msgid "destructors must be member functions"
14709 msgid "destructor `%T' must match class name `%T'"
14713 msgid "variable declaration is not allowed here"
14717 msgid "invalid declarator"
14721 msgid "declarator-id missing; using reserved word `%D'"
14725 msgid "type `%T' is not derived from type `%T'"
14728 #. Parse error puts this typespec where
14729 #. a declarator should go.
14731 msgid "`%T' specified as declarator-id"
14735 msgid " perhaps you want `%T' for a constructor"
14738 #. Sometimes, we see a template-name used as part of a
14739 #. decl-specifier like in
14740 #. std::allocator alloc;
14741 #. Handle that gracefully.
14744 msgid "invalid use of template-name '%E' in a declarator"
14748 msgid "declaration of `%D' as non-function"
14752 msgid "`bool' is now a keyword"
14756 msgid "extraneous `%T' ignored"
14759 #: cp/decl.c:10418 cp/decl.c:10463
14760 msgid "multiple declarations `%T' and `%T'"
14764 msgid "ISO C++ does not support `long long'"
14767 #: cp/decl.c:10536 cp/decl.c:10539
14769 msgid "ISO C++ forbids declaration of `%s' with no type"
14772 #. The implicit typename extension is deprecated and will be
14773 #. removed. Warn about its use now.
14775 msgid "`%T' is implicitly a typename"
14780 msgid "short, signed or unsigned invalid for `%s'"
14785 msgid "long and short specified together for `%s'"
14790 msgid "signed and unsigned given together for `%s'"
14794 msgid "qualifiers are not allowed on declaration of `operator %T'"
14798 msgid "member `%D' cannot be declared both virtual and static"
14802 msgid "`%T::%D' is not a valid declarator"
14806 msgid "storage class specifiers invalid in parameter declarations"
14810 msgid "typedef declaration invalid in parameter declaration"
14814 msgid "virtual outside class declaration"
14819 msgid "storage class specified for %s `%s'"
14823 msgid "storage class specifiers invalid in friend function declarations"
14827 msgid "destructor cannot be static member function"
14832 msgid "destructors may not be `%s'"
14836 msgid "constructor cannot be static member function"
14840 msgid "constructors cannot be declared virtual"
14845 msgid "constructors may not be `%s'"
14849 msgid "return value type specifier for constructor ignored"
14854 msgid "can't initialize friend function `%s'"
14857 #. Cannot be both friend and virtual.
14859 msgid "virtual functions cannot be friends"
14863 msgid "friend declaration not in class definition"
14868 msgid "can't define friend function `%s' in a local class definition"
14872 msgid "destructors may not have parameters"
14875 #: cp/decl.c:11175 cp/decl.c:11182
14876 msgid "cannot declare reference to `%#T'"
14880 msgid "cannot declare pointer to `%#T'"
14884 msgid "cannot declare pointer to `%#T' member"
14888 msgid "extra qualification `%T::' on member `%s' ignored"
14892 msgid "cannot declare member function `%T::%s' within `%T'"
14896 msgid "cannot declare member `%T::%s' within `%T'"
14900 msgid "data member may not have variably modified type `%T'"
14903 #. [dcl.fct.spec] The explicit specifier shall only be used in
14904 #. declarations of constructors within a class definition.
14906 msgid "only declarations of constructors can be `explicit'"
14911 msgid "non-member `%s' cannot be declared `mutable'"
14916 msgid "non-object member `%s' cannot be declared `mutable'"
14921 msgid "function `%s' cannot be declared `mutable'"
14926 msgid "static `%s' cannot be declared `mutable'"
14931 msgid "const `%s' cannot be declared `mutable'"
14935 msgid "template-id `%D' used as a declarator"
14939 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14943 msgid "typedef name may not be class-qualified"
14947 msgid "invalid type qualifier for non-member function type"
14951 msgid "type qualifiers specified for friend class declaration"
14955 msgid "`inline' specified for friend class declaration"
14959 msgid "template parameters cannot be friends"
14963 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14967 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14971 msgid "trying to make class `%T' a friend of global scope"
14975 msgid "invalid qualifiers on non-member function type"
14979 msgid "abstract declarator `%T' used as declaration"
14983 msgid "unnamed variable or field declared void"
14987 msgid "variable or field declared void"
14991 msgid "cannot use `::' in parameter declaration"
14994 #. Something like struct S { int N::j; };
14996 msgid "invalid use of `::'"
15000 msgid "function `%D' cannot be declared friend"
15004 msgid "can't make `%D' into a method -- not in a class"
15008 msgid "function `%D' declared virtual inside a union"
15012 msgid "`%D' cannot be declared virtual, since it is always static"
15016 msgid "field `%D' has incomplete type"
15020 msgid "name `%T' has incomplete type"
15024 msgid " in instantiation of template `%T'"
15029 msgid "`%s' is neither function nor member function; cannot be declared friend"
15033 msgid "member functions are implicitly friends of their class"
15036 #. An attempt is being made to initialize a non-static
15037 #. member. But, from [class.mem]:
15039 #. 4 A member-declarator can contain a
15040 #. constant-initializer only if it declares a static
15041 #. member (_class.static_) of integral or enumeration
15042 #. type, see _class.static.data_.
15044 #. This used to be relatively common practice, but
15045 #. the rest of the compiler does not correctly
15046 #. handle the initialization unless the member is
15047 #. static so we make it static below.
15049 msgid "ISO C++ forbids initialization of member `%D'"
15053 msgid "making `%D' static"
15057 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15062 msgid "storage class `auto' invalid for function `%s'"
15067 msgid "storage class `register' invalid for function `%s'"
15072 msgid "storage class `__thread' invalid for function `%s'"
15077 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15082 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15087 msgid "virtual non-class function `%s'"
15091 msgid "cannot declare member function `%D' to have static linkage"
15094 #. FIXME need arm citation
15096 msgid "cannot declare static function inside another function"
15100 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15104 msgid "static member `%D' declared `register'"
15108 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15112 msgid "default argument for `%#D' has type `%T'"
15116 msgid "default argument for parameter of type `%T' has type `%T'"
15120 msgid "default argument `%E' uses local variable `%D'"
15125 msgid "invalid string constant `%E'"
15129 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15133 msgid "parameter `%D' invalidly declared method type"
15137 msgid "parameter `%D' invalidly declared offset type"
15141 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15146 #. A declaration of a constructor for a class X is ill-formed if
15147 #. its first parameter is of type (optionally cv-qualified) X
15148 #. and either there are no other parameters or else all other
15149 #. parameters have default arguments.
15151 #. We *don't* complain about member template instantiations that
15152 #. have this form, though; they can occur as we try to decide
15153 #. what constructor to use during overload resolution. Since
15154 #. overload resolution will never prefer such a constructor to
15155 #. the non-template copy constructor (which is either explicitly
15156 #. or implicitly defined), there's no need to worry about their
15157 #. existence. Theoretically, they should never even be
15158 #. instantiated, but that's hard to forestall.
15160 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15164 msgid "`%D' must be a nonstatic member function"
15168 msgid "`%D' must be either a non-static member function or a non-member function"
15172 msgid "`%D' must have an argument of class or enumerated type"
15177 msgid "conversion to %s%s will never use a type conversion operator"
15182 msgid "ISO C++ prohibits overloading operator ?:"
15186 msgid "postfix `%D' must take `int' as its argument"
15190 msgid "postfix `%D' must take `int' as its second argument"
15194 msgid "`%D' must take either zero or one argument"
15198 msgid "`%D' must take either one or two arguments"
15202 msgid "prefix `%D' should return `%T'"
15206 msgid "postfix `%D' should return `%T'"
15210 msgid "`%D' must take `void'"
15213 #: cp/decl.c:12929 cp/decl.c:12937
15214 msgid "`%D' must take exactly one argument"
15218 msgid "`%D' must take exactly two arguments"
15222 msgid "user-defined `%D' always evaluates both arguments"
15226 msgid "`%D' should return by value"
15229 #: cp/decl.c:12973 cp/decl.c:12976
15230 msgid "`%D' cannot have default arguments"
15234 msgid "`%s %T' declares a new type at namespace scope"
15238 msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15242 msgid "using typedef-name `%D' after `%s'"
15246 msgid "using template type parameter `%T' after `%s'"
15250 msgid "use of enum `%#D' without previous declaration"
15254 msgid "derived union `%T' invalid"
15258 msgid "base type `%T' fails to be a struct or class type"
15262 msgid "base class `%T' has incomplete type"
15266 msgid "recursive type `%T' undefined"
15270 msgid "duplicate base type `%T' invalid"
15274 msgid "multiple definition of `%#T'"
15278 msgid "previous definition here"
15282 msgid "enumerator value for `%D' not integer constant"
15286 msgid "overflow in enumeration values at `%D'"
15290 msgid "return type `%#T' is incomplete"
15294 msgid "semicolon missing after declaration of `%#T'"
15298 msgid "return type for `main' changed to `int'"
15302 msgid "`%D' implicitly declared before its definition"
15305 #: cp/decl.c:13904 cp/typeck.c:6229
15306 msgid "`operator=' should return a reference to `*this'"
15310 msgid "parameter `%D' declared void"
15314 msgid "`%D' is already defined in class `%T'"
15318 msgid "static member function `%#D' declared with type qualifiers"
15323 msgid "duplicate type qualifiers in %s declaration"
15327 msgid "template `%#D' instantiated in file without #pragma interface"
15331 msgid "template `%#D' defined in file without #pragma interface"
15335 msgid "name missing for member function"
15338 #. Something has gone very wrong. Assume we are mistakenly reducing
15339 #. an expression instead of a declaration.
15341 msgid "parser may be lost: is there a '{' missing somewhere?"
15344 #: cp/decl2.c:460 cp/decl2.c:474
15345 msgid "ambiguous conversion for array subscript"
15349 msgid "invalid types `%T[%T]' for array subscript"
15353 msgid "type `%#T' argument given to `delete', expected pointer"
15357 msgid "anachronistic use of array size in vector delete"
15361 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
15365 msgid "deleting `%T' is undefined"
15369 msgid "deleting array `%#D'"
15372 #. 14.5.2.2 [temp.mem]
15374 #. A local class shall not have member templates.
15376 msgid "invalid declaration of member template `%#D' in local class"
15380 msgid "invalid use of `virtual' in template declaration of `%#D'"
15383 #: cp/decl2.c:602 cp/pt.c:2586
15384 msgid "template declaration of `%#D'"
15388 msgid "Java method '%D' has non-Java return type `%T'"
15392 msgid "Java method '%D' has non-Java parameter type `%T'"
15396 msgid "prototype for `%#D' does not match any in class `%T'"
15400 msgid "local class `%#T' shall not have static data member `%#D'"
15404 msgid "initializer invalid for static member with constructor"
15408 msgid "(an out of class initialization is required)"
15412 msgid "invalid data member initialization"
15416 msgid "(use `=' to initialize static data members)"
15420 msgid "member `%D' conflicts with virtual function table field name"
15424 msgid "`%D' is already defined in `%T'"
15428 msgid "field initializer is not constant"
15432 msgid "`asm' specifiers are not permitted on non-static data members"
15436 msgid "cannot declare `%D' to be a bit-field type"
15440 msgid "cannot declare bit-field `%D' with function type"
15444 msgid "`%D' is already defined in the class %T"
15448 msgid "static member `%D' cannot be a bit-field"
15452 msgid "initializer specified for non-member function `%D'"
15456 msgid "invalid initializer for virtual method `%D'"
15460 msgid "anonymous struct not inside named type"
15464 msgid "namespace-scope anonymous aggregates must be static"
15468 msgid "anonymous aggregate with no members"
15472 msgid "`operator new' must return type `%T'"
15476 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15480 msgid "`operator delete' must return type `%T'"
15484 msgid "`operator delete' takes type `%T' as first parameter"
15487 #. Overflow occurred. That means there are at least 4 billion
15488 #. initialization functions.
15490 msgid "too many initialization functions required"
15495 msgid "inline function `%D' used but never defined"
15496 msgstr "»%s« verwendet, aber nirgendwo definiert"
15499 msgid "use of old-style cast"
15503 msgid "use of `%D' is ambiguous"
15507 msgid " first declared as `%#D' here"
15511 msgid " also declared as `%#D' here"
15515 msgid "`%D' denotes an ambiguous type"
15519 msgid " first type here"
15523 msgid " other type here"
15527 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15531 msgid "`%D' should have been declared inside `%D'"
15535 msgid "`%D' is not a function,"
15539 msgid " conflict with `%D'"
15542 #. The parser did not find it, so it's not there.
15544 msgid "unknown namespace `%D'"
15547 #: cp/decl2.c:4430 cp/decl2.c:4707
15548 msgid "`%T' is not a namespace"
15552 msgid "`%D' is not a namespace"
15556 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
15560 msgid "namespace `%D' not allowed in using-declaration"
15564 msgid "`%D' not declared"
15568 msgid "`%D' is already declared in this scope"
15572 msgid "using declaration `%D' introduced ambiguous type `%T'"
15576 msgid "using-declaration for non-member at class scope"
15580 msgid "using-declaration for destructor"
15584 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
15588 msgid "namespace `%T' undeclared"
15592 msgid "default argument missing for parameter %P of `%+#D'"
15596 msgid "extra qualification `%T::' on member `%D' ignored"
15600 msgid "`%T' does not have a class or union named `%D'"
15604 msgid "`%T' is not a class or union type"
15608 msgid "template argument is required for `%T'"
15613 msgid "`%s' not supported by %s"
15618 msgid "<anonymous %s>"
15623 msgid "(static %s for %s)"
15633 msgid "In %s `%s':"
15638 msgid "%s: In instantiation of `%s':\n"
15643 msgid "%s:%d: instantiated from `%s'\n"
15648 msgid "%s:%d: instantiated from here\n"
15651 #. damn ICE suppression
15654 msgid "unexpected letter `%c' in locate_error\n"
15657 #. Can't throw a reference.
15659 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15663 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15666 #. Thrown object must be a Throwable.
15668 msgid "type `%T' is not derived from `java::lang::Throwable'"
15672 msgid "mixing C++ and Java catches in a single translation unit"
15676 msgid "throwing NULL, which has integral, not pointer type"
15680 msgid " in thrown expression"
15684 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
15688 msgid "exception of type `%T' will be caught"
15692 msgid " by earlier handler for `%T'"
15696 msgid "`...' handler must be the last handler for its try block"
15700 msgid "`%D' is already a friend of class `%T'"
15704 msgid "previous friend declaration of `%D'"
15708 msgid "invalid type `%T' declared `friend'"
15712 #. Friend declarations shall not declare partial
15713 #. specializations.
15715 msgid "partial specialization `%T' declared `friend'"
15719 msgid "class `%T' is implicitly friends with itself"
15722 #. template <class T> friend typename S<T>::X;
15724 msgid "typename type `%#T' declared `friend'"
15727 #. template <class T> friend class T;
15729 msgid "template parameter type `%T' declared `friend'"
15732 #. template <class T> friend class A; where A is not a template
15734 msgid "`%#T' is not a template"
15738 msgid "`%T' is already a friend of `%T'"
15742 msgid "member `%D' declared as friend before type `%T' defined"
15746 msgid "friend declaration `%#D' declares a non-template function"
15750 msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
15753 #: cp/g++spec.c:209 java/jvspec.c:423
15755 msgid "argument to `%s' missing\n"
15759 msgid "`%D' should be initialized in the member initialization list"
15763 msgid "default-initialization of `%#D', which has reference type"
15767 msgid "uninitialized reference member `%D'"
15771 msgid "initializer list treated as compound expression"
15775 msgid "`%D' will be initialized after"
15779 msgid "base `%T' will be initialized after"
15791 msgid "multiple initializations given for base `%T'"
15795 msgid "initializations for multiple members of `%T'"
15799 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
15803 msgid "class `%T' does not have any field named `%D'"
15807 msgid "field `%#D' is static; the only point of initialization is its definition"
15811 msgid "unnamed initializer for `%T', which has no base classes"
15815 msgid "unnamed initializer for `%T', which uses multiple inheritance"
15819 msgid "type `%D' is not a direct or virtual base of `%T'"
15823 msgid "type `%D' is not a direct base of `%T'"
15826 #. Handle bad initializers like:
15830 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
15834 #. int main(int argc, char **argv) {
15835 #. COMPLEX zees(1.0, 0.0)[10];
15839 msgid "bad array initializer"
15843 msgid "`%T' is not an aggregate type"
15847 msgid "`%T' fails to be an aggregate typedef"
15851 msgid "type `%T' is of non-aggregate type"
15855 msgid "cannot call destructor `%T::~%T' without object"
15859 msgid "invalid use of non-static field `%D'"
15862 #. We can get here when processing a bad default
15864 #. struct S { int a; void f(int i = a); }
15865 #: cp/init.c:1492 cp/method.c:160
15866 msgid "invalid use of member `%D'"
15870 msgid "no method `%T::%D'"
15874 msgid "incomplete type `%T' does not have member `%D'"
15878 msgid "`%D' is not a member of type `%T'"
15882 msgid "invalid pointer to bit-field `%D'"
15886 msgid "object missing in use of pointer-to-member construct"
15890 msgid "member `%D' is non-static but referenced as a static member"
15893 #: cp/init.c:1769 cp/typeck.c:2828 cp/typeck.c:2932
15894 msgid "at this point in file"
15899 msgid "object missing in `%E'"
15903 msgid "new of array type fails to specify size"
15907 msgid "size in array new must have integral type"
15911 msgid "zero size array reserves no space"
15915 msgid "new cannot be applied to a reference type"
15919 msgid "new cannot be applied to a function type"
15923 msgid "call to Java constructor, while `jclass' undefined"
15927 msgid "can't find class$"
15931 msgid "invalid type `void' for new"
15936 msgid "call to Java constructor with `%s' undefined"
15940 msgid "ISO C++ forbids initialization in array new"
15943 #: cp/init.c:2380 cp/typeck2.c:360 cp/typeck2.c:1223
15944 msgid "initializer list being treated as compound expression"
15948 msgid "ISO C++ forbids aggregate initializer to new"
15952 msgid "uninitialized const in `new' of `%#T'"
15956 msgid "initializer ends prematurely"
15960 msgid "cannot initialize multi-dimensional array with initializer"
15964 msgid "unknown array size in delete"
15968 msgid "type to vector delete is neither pointer or array type"
15972 msgid "type name expected before `*'"
15976 msgid "cannot declare references to references"
15980 msgid "cannot declare pointers to references"
15984 msgid "type name expected before `&'"
15989 msgid "semicolon missing after %s declaration"
15993 msgid "semicolon missing after declaration of `%T'"
15998 msgid "junk at end of #pragma %s"
16003 msgid "invalid #pragma %s"
16007 msgid "#pragma vtable no longer supported"
16012 msgid "#pragma implementation for %s appears after file is included"
16016 msgid "junk at end of #pragma GCC java_exceptions"
16020 msgid "`%D' not defined"
16024 msgid "`%D' was not declared in this scope"
16028 msgid "`%D' undeclared (first use this function)"
16032 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16036 msgid "`::%D' undeclared (first use here)"
16039 #: cp/mangle.c:2061
16040 msgid "real-valued template parameters when cross-compiling"
16043 #: cp/mangle.c:2325
16044 msgid "the mangled name of `%D' will change in a future version of GCC"
16048 msgid "invalid use of member `%D' in static member function"
16052 msgid "use of namespace `%D' as expression"
16056 msgid "use of class template `%T' as expression"
16061 msgid "use of %s from containing function"
16065 msgid " `%#D' declared here"
16069 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16073 msgid "generic thunk code fails for method `%#D' which uses `...'"
16077 msgid "non-static const member `%#D', can't use default assignment operator"
16081 msgid "non-static reference member `%#D', can't use default assignment operator"
16085 msgid "`%s' tag used in naming `%#T'"
16089 msgid "keyword `export' not implemented, and will be ignored"
16093 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16097 msgid "no base or member initializers given following ':'"
16100 #: parse.y:983 parse.y:989
16101 msgid "anachronistic old style base class initializer"
16104 #. Handle `Class<Class<Type>>' without space in the `>>'
16106 msgid "`>>' should be `> >' in template class name"
16110 msgid "use of template qualifier outside template"
16113 #: parse.y:1182 parse.y:1191
16115 msgid "ISO C++ forbids an empty condition for `%s'"
16119 msgid "definition of class `%T' in condition"
16123 msgid "definition of enum `%T' in condition"
16127 msgid "definition of array `%#D' in condition"
16131 msgid "old style placement syntax, use () instead"
16135 msgid "`%T' is not a valid expression"
16138 #. This was previously allowed as an extension, but
16139 #. was removed in G++ 3.3.
16141 msgid "initialization of new expression with `='"
16145 msgid "ISO C++ forbids compound literals"
16149 msgid "ISO C++ forbids braced-groups within expressions"
16152 #: parse.y:2035 parse.y:2050
16153 msgid "sigof type specifier"
16157 msgid "`sigof' applied to non-aggregate expression"
16161 msgid "`sigof' applied to non-aggregate type"
16165 msgid "using `typename' outside of template"
16170 msgid "storage class specifier `%s' not allowed after struct or class"
16175 msgid "type specifier `%s' not allowed after struct or class"
16180 msgid "type qualifier `%s' not allowed after struct or class"
16184 msgid "no body nor ';' separates two class, struct or union declarations"
16188 msgid "no bases given following `:'"
16191 #: parse.y:2568 parse.y:2583
16192 msgid "`%D' access"
16196 msgid "multiple access specifiers"
16200 msgid "multiple `virtual' specifiers"
16204 msgid "missing ';' before right brace"
16208 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16211 #: parse.y:3136 parse.y:3156 parse.y:3165 parse.y:3194
16212 msgid "`%T' is not a class or namespace"
16216 msgid "ISO C++ forbids label declarations"
16220 msgid "ISO C++ forbids computed gotos"
16224 msgid "label must be followed by statement"
16228 msgid "must have at least one catch per try block"
16232 msgid "ISO C++ forbids compound statements inside for initializations"
16235 #. This helps us recover from really nasty
16236 #. parse errors, for example, a missing right
16238 #: parse.y:3721 parse.y:3731
16239 msgid "possibly missing ')'"
16243 msgid "type specifier omitted for parameter"
16248 msgid "`%E' is not a type, use `typename %E' to make it one"
16252 msgid "no type `%D' in `%T'"
16257 msgid "type specifier omitted for parameter `%E'"
16261 msgid "'%D' is used as a type, but is not defined as a type."
16265 msgid "data member `%D' cannot be a member template"
16269 msgid "invalid member template declaration `%D'"
16273 msgid "explicit specialization in non-namespace scope `%D'"
16277 msgid "enclosing class templates are not explicitly specialized"
16281 msgid "specializing `%#T' in different namespace"
16285 msgid " from definition of `%#D'"
16289 msgid "specialization of `%T' after instantiation"
16293 msgid "explicit specialization of non-template `%T'"
16297 msgid "specialization of %D after instantiation"
16305 msgid "`%D' is not a function template"
16309 msgid "template-id `%D' for `%+D' does not match any template declaration"
16313 msgid "ambiguous template specialization `%D' for `%+D'"
16316 #. This case handles bogus declarations like template <>
16317 #. template <class T> void f<int>();
16318 #: cp/pt.c:1364 cp/pt.c:1438
16319 msgid "template-id `%D' in declaration of primary template"
16323 msgid "template parameter list used in explicit instantiation"
16327 msgid "definition provided for explicit instantiation"
16331 msgid "too many template parameter lists in declaration of `%D'"
16335 msgid "too few template parameter lists in declaration of `%D'"
16339 msgid "explicit specialization not preceded by `template <>'"
16343 msgid "partial specialization `%D' of function template"
16347 msgid "default argument specified in explicit specialization"
16351 msgid "template specialization with C linkage"
16354 #. From [temp.expl.spec]:
16356 #. If such an explicit specialization for the member
16357 #. of a class template names an implicitly-declared
16358 #. special member function (clause _special_), the
16359 #. program is ill-formed.
16361 #. Similar language is found in [temp.explicit].
16363 msgid "specialization of implicitly-declared special member function"
16367 msgid "no member function `%D' declared in `%T'"
16370 #. There are two many template parameter lists.
16372 msgid "too many template parameter lists in declaration of `%T'"
16376 msgid " shadows template parm `%#D'"
16380 msgid "template parameters not used in partial specialization:"
16388 msgid "partial specialization `%T' does not specialize any template arguments"
16393 msgid "template argument `%E' involves template parameter(s)"
16397 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16401 msgid "no default argument for `%D'"
16405 msgid "template with C linkage"
16409 msgid "template class without a name"
16413 msgid "`%D' does not declare a template type"
16417 msgid "template definition of non-template `%#D'"
16421 msgid "expected %d levels of template parms for `%#D', got %d"
16425 msgid "got %d template parameters for `%#D'"
16429 msgid "got %d template parameters for `%#T'"
16434 msgid " but %d required"
16438 msgid "`%T' is not a template type"
16442 msgid "previous declaration `%D'"
16447 msgid "used %d template parameter%s instead of %d"
16451 msgid "template parameter `%#D'"
16455 msgid "redeclared here as `%#D'"
16458 #. We have in [temp.param]:
16460 #. A template-parameter may not be given default arguments
16461 #. by two different declarations in the same scope.
16463 msgid "redefinition of default argument for `%#D'"
16467 msgid " original definition appeared here"
16472 msgid "`%E' is not a valid template argument"
16476 msgid "it must be the address of a function with external linkage"
16480 msgid "it must be the address of an object with external linkage"
16484 msgid "it must be a pointer-to-member of the form `&X::Y'"
16489 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16494 msgid "address of non-extern `%E' cannot be used as template argument"
16499 msgid "non-constant `%E' cannot be used as template argument"
16504 msgid "object `%E' cannot be used as template argument"
16509 msgid "to refer to a type member of a template parameter, use `typename %E'"
16512 #: cp/pt.c:3380 cp/pt.c:3396 cp/pt.c:3435
16513 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16517 msgid " expected a constant of type `%T', got `%T'"
16522 msgid " expected a type, got `%E'"
16526 msgid " expected a type, got `%T'"
16530 msgid " expected a class template, got `%T'"
16534 msgid " expected a template of type `%D', got `%D'"
16538 msgid "template-argument `%T' uses anonymous type"
16542 msgid "template-argument `%T' uses local type `%T'"
16546 msgid "template-argument `%T' is a variably modified type"
16550 msgid "could not convert template argument `%E' to `%T'"
16555 msgid "wrong number of template arguments (%d, should be %d)"
16559 msgid "provided for `%D'"
16564 msgid "template argument %d is invalid"
16568 msgid "non-template used as template"
16572 msgid "`%T' is not a template"
16576 msgid "non-template type `%T' used as a template"
16580 msgid "for template declaration `%D'"
16584 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
16588 msgid "ambiguous class template instantiation for `%#T'"
16595 #: cp/pt.c:6104 cp/pt.c:6214
16596 msgid "instantiation of `%D' as type `%T'"
16600 msgid "invalid parameter type `%T'"
16604 msgid "in declaration `%D'"
16608 msgid "creating pointer to member function of non-class type `%T'"
16612 msgid "creating array with size zero"
16617 msgid "creating array with size zero (`%E')"
16621 msgid "forming reference to void"
16625 msgid "forming %s to reference type `%T'"
16629 msgid "creating pointer to member of non-class type `%T'"
16633 msgid "creating pointer to member reference type `%T'"
16637 msgid "creating array of `%T'"
16641 msgid "`%T' is not a class, struct, or union type"
16646 msgid "use of `%s' in template"
16650 msgid "type `%T' composed from a local class is not a valid template-argument"
16654 msgid " trying to instantiate `%D'"
16658 msgid "incomplete type unification"
16663 msgid "use of `%s' in template type unification"
16666 #: cp/pt.c:9596 cp/pt.c:9668
16667 msgid "explicit instantiation of non-template `%#D'"
16670 #: cp/pt.c:9612 cp/pt.c:9663
16671 msgid "no matching template for `%D' found"
16675 msgid "explicit instantiation of `%#D'"
16679 msgid "duplicate explicit instantiation of `%#D'"
16683 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16686 #: cp/pt.c:9684 cp/pt.c:9762
16687 msgid "storage class `%D' applied to template instantiation"
16691 msgid "explicit instantiation of non-template type `%T'"
16695 msgid "explicit instantiation of `%#T' before definition of template"
16700 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16704 msgid "duplicate explicit instantiation of `%#T'"
16708 msgid "explicit instantiation of `%D' but no definition available"
16712 msgid "`%#T' is not a valid type for a template constant parameter"
16716 msgid "-frepo must be used with -c"
16721 msgid "mysterious repository information in %s"
16726 msgid "can't create repository information file `%s'"
16730 msgid "cannot use typeid with -fno-rtti"
16734 msgid "must #include <typeinfo> before using typeid"
16738 msgid "cannot create type information for type `%T' because its size is variable"
16741 #: cp/rtti.c:585 cp/rtti.c:599
16742 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16746 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16750 msgid "`%T' is an inaccessible base of `%T'"
16754 msgid "`%T' is an ambiguous base of `%T'"
16757 #: cp/search.c:1925
16758 msgid "adjusting pointers for covariant returns"
16761 #: cp/search.c:1929 cp/search.c:1936
16762 msgid "invalid covariant return type for `%#D'"
16765 #: cp/search.c:1930
16766 msgid " overriding `%#D' (must be pointer or reference to class)"
16769 #: cp/search.c:1937
16770 msgid " overriding `%#D' (must use pointer or reference)"
16773 #: cp/search.c:1942
16774 msgid "conflicting return type specified for `%#D'"
16777 #: cp/search.c:1943
16778 msgid " overriding `%#D'"
16781 #: cp/search.c:1952
16783 msgid "looser throw specifier for `%#F'"
16786 #: cp/search.c:1953
16788 msgid " overriding `%#F'"
16791 #. A static member function cannot match an inherited
16792 #. virtual member function.
16793 #: cp/search.c:2042
16794 msgid "`%#D' cannot be declared"
16797 #: cp/search.c:2043
16798 msgid " since `%#D' declared in base class"
16801 #: cp/search.c:2184
16802 msgid "`%#D' needs a final overrider"
16805 #: cp/semantics.c:919
16807 msgid "type of asm operand `%E' could not be determined"
16810 #: cp/semantics.c:1051
16811 msgid "ISO C++ does not permit named return values"
16814 #: cp/semantics.c:1060
16815 msgid "return identifier `%D' already in place"
16818 #: cp/semantics.c:1068
16819 msgid "can't redefine default return value for constructors"
16822 #: cp/semantics.c:1100
16823 msgid "only constructors take base initializers"
16826 #: cp/semantics.c:1342
16827 msgid "`this' is unavailable for static member functions"
16830 #: cp/semantics.c:1348
16831 msgid "invalid use of `this' in non-member function"
16834 #: cp/semantics.c:1350
16835 msgid "invalid use of `this' at top level"
16838 #: cp/semantics.c:1380
16839 msgid "calling type `%T' like a method"
16842 #: cp/semantics.c:1418
16843 msgid "destructor specifier `%T::~%T()' must have matching names"
16846 #: cp/semantics.c:1424
16847 msgid "`%E' is not of type `%T'"
16850 #: cp/semantics.c:1612
16851 msgid "template type parameters must use the keyword `class' or `typename'"
16854 #: cp/semantics.c:1651
16855 msgid "invalid default template argument"
16858 #: cp/semantics.c:1693
16859 msgid "definition of `%#T' inside template parameter list"
16862 #: cp/semantics.c:1709
16863 msgid "invalid definition of qualified type `%T'"
16866 #: cp/semantics.c:2051
16867 msgid "invalid base-class specification"
16870 #: cp/semantics.c:2060
16871 msgid "base class `%T' has cv qualifiers"
16874 #: cp/semantics.c:2091
16875 msgid "multiple declarators in template declaration"
16880 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
16883 #: cp/spew.c:1002 cp/spew.c:1336
16884 msgid "parse error at end of saved function text"
16887 #: cp/spew.c:1090 cp/spew.c:1178
16888 msgid "%Hend of file read inside definition"
16892 msgid "parse error in method specification"
16896 msgid "function body for constructor missing"
16900 msgid "%Hend of file read inside default argument"
16904 msgid "circular dependency in default args of `%#D'"
16908 msgid "invalid type `%T' for default argument to `%T'"
16913 msgid "%s before `%s'"
16918 msgid "%s before `%c'"
16923 msgid "%s before `\\%o'"
16928 msgid "%s before `%s' token"
16931 #: cp/tree.c:251 cp/tree.c:263
16933 msgid "non-lvalue in %s"
16937 msgid "`%V' qualifiers cannot be applied to `%T'"
16942 msgid "`%s' attribute can only be applied to Java class definitions"
16947 msgid "`%s' attribute can only be applied to class definitions"
16952 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
16956 msgid "requested init_priority is not an integer constant"
16961 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
16965 msgid "requested init_priority is out of range"
16969 msgid "requested init_priority is reserved for internal use"
16974 msgid "`%s' attribute is not supported on this platform"
16979 msgid "lang_* check: failed in %s, at %s:%d"
16984 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16988 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16991 #: cp/typeck.c:1438
16992 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
16995 #: cp/typeck.c:1516
16997 msgid "invalid application of `%s' to a member function"
17000 #: cp/typeck.c:1522
17002 msgid "invalid application of `%s' to non-static member"
17005 #: cp/typeck.c:1540
17006 msgid "sizeof applied to a bit-field"
17009 #: cp/typeck.c:1543
17010 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17013 #: cp/typeck.c:1655
17014 msgid "invalid use of non-lvalue array"
17017 #: cp/typeck.c:1761
17018 msgid "deprecated conversion from string constant to `%T'"
17021 #: cp/typeck.c:1892 cp/typeck.c:2115
17022 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17025 #: cp/typeck.c:1918
17026 msgid "`%D' is not a member of `%T'"
17029 #: cp/typeck.c:1958 cp/typeck.c:1979
17030 msgid "invalid access to non-static data member `%D' of NULL object"
17033 #: cp/typeck.c:1960 cp/typeck.c:1981
17034 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17037 #: cp/typeck.c:2161
17038 msgid "`%D::%D' is not a member of `%T'"
17041 #: cp/typeck.c:2187
17042 msgid "destructor specifier `%T::~%T' must have matching names"
17045 #: cp/typeck.c:2193
17046 msgid "type `%T' has no destructor"
17049 #: cp/typeck.c:2232
17050 msgid "`%D' is not a member template function"
17053 #. A pointer to incomplete type (other than cv void) can be
17054 #. dereferenced [expr.unary.op]/1
17055 #: cp/typeck.c:2326
17056 msgid "`%T' is not a pointer-to-object type"
17059 #: cp/typeck.c:2353
17061 msgid "invalid use of `%s' on pointer to member"
17064 #: cp/typeck.c:2359
17065 msgid "invalid type argument"
17068 #: cp/typeck.c:2462
17069 msgid "ISO C++ forbids subscripting non-lvalue array"
17072 #: cp/typeck.c:2473
17073 msgid "subscripting array declared `register'"
17076 #: cp/typeck.c:2558
17078 msgid "object missing in use of `%E'"
17081 #: cp/typeck.c:2663
17082 msgid "ISO C++ forbids calling `::main' from within program"
17085 #: cp/typeck.c:2688
17087 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17090 #: cp/typeck.c:2701
17092 msgid "`%E' cannot be used as a function"
17095 #: cp/typeck.c:2826
17096 msgid "too many arguments to %s `%+#D'"
17099 #: cp/typeck.c:2867
17100 msgid "parameter type of called function is incomplete"
17103 #: cp/typeck.c:2930
17104 msgid "too few arguments to %s `%+#D'"
17107 #: cp/typeck.c:3058 cp/typeck.c:3068
17108 msgid "assuming cast to type `%T' from overloaded function"
17111 #: cp/typeck.c:3128
17113 msgid "division by zero in `%E / 0'"
17116 #: cp/typeck.c:3130
17118 msgid "division by zero in `%E / 0.'"
17121 #: cp/typeck.c:3160
17123 msgid "division by zero in `%E %% 0'"
17126 #: cp/typeck.c:3162
17128 msgid "division by zero in `%E %% 0.'"
17131 #: cp/typeck.c:3242
17133 msgid "%s rotate count is negative"
17136 #: cp/typeck.c:3245
17138 msgid "%s rotate count >= width of type"
17141 #: cp/typeck.c:3276 cp/typeck.c:3281 cp/typeck.c:3372 cp/typeck.c:3377
17142 msgid "ISO C++ forbids comparison between pointer and integer"
17145 #: cp/typeck.c:3555
17146 msgid "comparison between types `%#T' and `%#T'"
17149 #: cp/typeck.c:3591
17150 msgid "comparison between signed and unsigned integer expressions"
17153 #: cp/typeck.c:3656
17154 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17157 #. Some sort of arithmetic operation involving NULL was
17158 #. performed. Note that pointer-difference and pointer-addition
17159 #. have already been handled above, and so we don't end up here in
17161 #: cp/typeck.c:3678
17162 msgid "NULL used in arithmetic"
17165 #: cp/typeck.c:3745
17166 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17169 #: cp/typeck.c:3747
17170 msgid "ISO C++ forbids using pointer to a function in subtraction"
17173 #: cp/typeck.c:3749
17174 msgid "ISO C++ forbids using pointer to a method in subtraction"
17177 #: cp/typeck.c:3751
17178 msgid "ISO C++ forbids using pointer to a member in subtraction"
17181 #: cp/typeck.c:3763
17182 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17185 #: cp/typeck.c:3823
17187 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
17190 #: cp/typeck.c:3829
17192 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17195 #: cp/typeck.c:3852
17196 msgid "taking address of temporary"
17199 #: cp/typeck.c:4055
17201 msgid "ISO C++ forbids %sing an enum"
17204 #: cp/typeck.c:4067
17205 msgid "cannot %s a pointer to incomplete type `%T'"
17208 #: cp/typeck.c:4074
17209 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17212 #: cp/typeck.c:4099
17213 msgid "cast to non-reference type used as lvalue"
17216 #: cp/typeck.c:4133
17217 msgid "invalid use of `--' on bool variable `%D'"
17221 #: cp/typeck.c:4166
17222 msgid "ISO C++ forbids taking address of function `::main'"
17225 #. An expression like &memfn.
17226 #: cp/typeck.c:4233
17227 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'"
17230 #: cp/typeck.c:4235
17231 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
17234 #: cp/typeck.c:4259
17235 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17238 #: cp/typeck.c:4290
17239 msgid "attempt to take address of bit-field structure member `%D'"
17242 #: cp/typeck.c:4418
17243 msgid "taking address of destructor"
17246 #: cp/typeck.c:4431
17247 msgid "taking address of bound pointer-to-member expression"
17250 #: cp/typeck.c:4447
17251 msgid "cannot create pointer to reference member `%D'"
17254 #: cp/typeck.c:4510
17255 msgid "cannot take the address of `this', which is an rvalue expression"
17258 #: cp/typeck.c:4529
17259 msgid "address requested for `%D', which is declared `register'"
17262 #: cp/typeck.c:4750
17263 msgid "static_cast from type `%T' to type `%T' casts away constness"
17266 #: cp/typeck.c:4758
17267 msgid "invalid static_cast from type `%T' to type `%T'"
17270 #: cp/typeck.c:4797
17271 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17274 #: cp/typeck.c:4817
17275 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17278 #: cp/typeck.c:4830
17279 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17282 #: cp/typeck.c:4839
17283 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17286 #: cp/typeck.c:4845
17287 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17290 #: cp/typeck.c:4872
17291 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17294 #: cp/typeck.c:4875
17295 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17298 #: cp/typeck.c:4898
17299 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17302 #: cp/typeck.c:4914
17303 msgid "invalid const_cast from type `%T' to type `%T'"
17306 #: cp/typeck.c:4956 cp/typeck.c:4961
17307 msgid "ISO C++ forbids casting to an array type `%T'"
17310 #: cp/typeck.c:4969
17311 msgid "invalid cast to function type `%T'"
17314 #: cp/typeck.c:5021
17315 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17318 #: cp/typeck.c:5067
17319 msgid "cast from `%T' to `%T' increases required alignment of target type"
17322 #: cp/typeck.c:5235
17323 msgid " in evaluation of `%Q(%#T, %#T)'"
17326 #: cp/typeck.c:5277
17327 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17330 #: cp/typeck.c:5349
17331 msgid "incompatible types in assignment of `%T' to `%T'"
17334 #: cp/typeck.c:5356
17335 msgid "ISO C++ forbids assignment of arrays"
17338 #: cp/typeck.c:5499
17339 msgid " in pointer to member function conversion"
17342 #: cp/typeck.c:5507
17343 msgid " in pointer to member conversion"
17346 #. This is a reinterpret cast, we choose to do nothing.
17347 #: cp/typeck.c:5518 cp/typeck.c:5537
17348 msgid "pointer to member cast via virtual base `%T' of `%T'"
17351 #: cp/typeck.c:5541
17352 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17355 #: cp/typeck.c:5611
17356 msgid "invalid conversion to type `%T' from type `%T'"
17359 #: cp/typeck.c:5776
17360 msgid "passing NULL used for non-pointer %s %P of `%D'"
17363 #: cp/typeck.c:5779
17364 msgid "%s to non-pointer type `%T' from NULL"
17367 #: cp/typeck.c:5787
17368 msgid "passing `%T' for %s %P of `%D'"
17371 #: cp/typeck.c:5790
17372 msgid "%s to `%T' from `%T'"
17375 #: cp/typeck.c:5800
17376 msgid "passing negative value `%E' for %s %P of `%D'"
17379 #: cp/typeck.c:5803
17380 msgid "%s of negative value `%E' to `%T'"
17383 #: cp/typeck.c:5898
17384 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17387 #: cp/typeck.c:5901
17388 msgid "cannot convert `%T' to `%T' in %s"
17391 #: cp/typeck.c:5988 cp/typeck.c:5990
17392 msgid "in passing argument %P of `%+D'"
17395 #: cp/typeck.c:6105
17396 msgid "returning reference to temporary"
17399 #: cp/typeck.c:6112
17400 msgid "reference to non-lvalue returned"
17403 #: cp/typeck.c:6124
17404 msgid "reference to local variable `%D' returned"
17407 #: cp/typeck.c:6127
17408 msgid "address of local variable `%D' returned"
17411 #: cp/typeck.c:6158
17412 msgid "returning a value from a destructor"
17415 #. If a return statement appears in a handler of the
17416 #. function-try-block of a constructor, the program is ill-formed.
17417 #: cp/typeck.c:6166
17418 msgid "cannot return from a handler of a function-try-block of a constructor"
17421 #. You can't return a value from a constructor.
17422 #: cp/typeck.c:6169
17423 msgid "returning a value from a constructor"
17426 #: cp/typeck.c:6186
17427 msgid "return-statement with no value, in function declared with a non-void return type"
17430 #: cp/typeck.c:6202
17431 msgid "return-statement with a value, in function declared with a void return type"
17434 #: cp/typeck.c:6223
17435 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17439 msgid "type `%T' is not a base type for type `%T'"
17442 #: cp/typeck2.c:151
17443 msgid "cannot declare variable `%D' to be of type `%T'"
17446 #: cp/typeck2.c:154
17447 msgid "cannot declare parameter `%D' to be of type `%T'"
17450 #: cp/typeck2.c:157
17451 msgid "cannot declare field `%D' to be of type `%T'"
17454 #: cp/typeck2.c:161
17455 msgid "invalid return type for member function `%#D'"
17458 #: cp/typeck2.c:163
17459 msgid "invalid return type for function `%#D'"
17462 #: cp/typeck2.c:166
17463 msgid "cannot allocate an object of type `%T'"
17466 #: cp/typeck2.c:173
17467 msgid " because the following virtual functions are abstract:"
17470 #: cp/typeck2.c:175
17474 #: cp/typeck2.c:178
17475 msgid " since type `%T' has abstract virtual functions"
17478 #: cp/typeck2.c:331
17479 msgid "constructor syntax used, but no constructor declared for type `%T'"
17482 #: cp/typeck2.c:342
17483 msgid "comma expression used to initialize return value"
17486 #: cp/typeck2.c:351
17487 msgid "cannot initialize arrays using this syntax"
17490 #: cp/typeck2.c:406
17491 msgid "ISO C++ forbids non-constant aggregate initializer expressions"
17494 #: cp/typeck2.c:490
17495 msgid "initializing array with parameter list"
17498 #: cp/typeck2.c:546
17499 msgid "initializer for scalar variable requires one element"
17502 #: cp/typeck2.c:553
17503 msgid "braces around scalar initializer for `%T'"
17506 #: cp/typeck2.c:556
17507 msgid "ignoring extra initializers for `%T'"
17510 #: cp/typeck2.c:568
17511 msgid "variable-sized object of type `%T' may not be initialized"
17514 #: cp/typeck2.c:578
17515 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17518 #: cp/typeck2.c:644
17519 msgid "aggregate has a partly bracketed initializer"
17522 #: cp/typeck2.c:682 cp/typeck2.c:786
17523 msgid "non-trivial labeled initializers"
17526 #: cp/typeck2.c:699
17527 msgid "non-empty initializer for array of empty elements"
17530 #: cp/typeck2.c:752
17531 msgid "initializer list for object of class with virtual base classes"
17534 #: cp/typeck2.c:758
17535 msgid "initializer list for object of class with base classes"
17538 #: cp/typeck2.c:764
17539 msgid "initializer list for object using virtual functions"
17542 #: cp/typeck2.c:827 cp/typeck2.c:843
17543 msgid "missing initializer for member `%D'"
17546 #: cp/typeck2.c:832
17547 msgid "uninitialized const member `%D'"
17550 #: cp/typeck2.c:834
17551 msgid "member `%D' with uninitialized const fields"
17554 #: cp/typeck2.c:837
17555 msgid "member `%D' is uninitialized reference"
17558 #: cp/typeck2.c:883
17559 msgid "index value instead of field name in union initializer"
17562 #: cp/typeck2.c:895
17563 msgid "no field `%D' in union being initialized"
17566 #: cp/typeck2.c:903
17567 msgid "union `%T' with no named members cannot be initialized"
17570 #: cp/typeck2.c:939
17571 msgid "excess elements in aggregate initializer"
17574 #: cp/typeck2.c:1053
17575 msgid "circular pointer delegation detected"
17578 #: cp/typeck2.c:1066
17579 msgid "base operand of `->' has non-pointer type `%T'"
17582 #: cp/typeck2.c:1080
17583 msgid "result of `operator->()' yields non-pointer result"
17586 #: cp/typeck2.c:1082
17587 msgid "base operand of `->' is not a pointer"
17590 #: cp/typeck2.c:1148
17591 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17594 #: cp/typeck2.c:1155
17595 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17598 #: cp/typeck2.c:1164
17599 msgid "member type `%T::' incompatible with object type `%T'"
17602 #: cp/typeck2.c:1201
17603 msgid "`%T' fails to be a typedef or built-in type"
17606 #: cp/typeck2.c:1274
17608 msgid "ISO C++ forbids defining types within %s"
17611 #: cp/typeck2.c:1399
17612 msgid "call to function `%D' which throws incomplete type `%#T'"
17615 #: cp/typeck2.c:1402
17616 msgid "call to function which throws incomplete type `%#T'"
17619 #. XXX Not i18n clean.
17620 #: cp/cp-tree.h:3846
17622 msgid "%s is deprecated, please see the documentation for details"
17625 #: cp/lang-options.h:29
17626 msgid "Do not obey access control semantics"
17629 #: cp/lang-options.h:31
17630 msgid "Change when template instances are emitted"
17633 #: cp/lang-options.h:36
17634 msgid "Check the return value of new"
17637 #: cp/lang-options.h:39
17638 msgid "Reduce size of object files"
17641 #: cp/lang-options.h:43
17642 msgid "Make string literals `char[]' instead of `const char[]'"
17645 #: cp/lang-options.h:46
17646 msgid "Dump the entire translation unit to a file"
17649 #: cp/lang-options.h:48
17650 msgid "Do not inline member functions by default"
17653 #: cp/lang-options.h:51
17654 msgid "Do not generate run time type descriptor information"
17657 #: cp/lang-options.h:56
17658 msgid "Do not generate code to check exception specifications"
17661 #: cp/lang-options.h:61
17662 msgid "Scope of for-init-statement vars extends outside"
17665 #: cp/lang-options.h:64
17666 msgid "Do not recognize GNU defined keywords"
17669 #: cp/lang-options.h:68
17670 msgid "Enable support for huge objects"
17673 #: cp/lang-options.h:72
17674 msgid "Export functions even if they can be inlined"
17677 #: cp/lang-options.h:75
17678 msgid "Only emit explicit template instatiations"
17681 #: cp/lang-options.h:78
17682 msgid "Only emit explicit instatiations of inline templates"
17685 #: cp/lang-options.h:84
17686 msgid "Don't pedwarn about uses of Microsoft extensions"
17689 #: cp/lang-options.h:87
17690 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
17693 #: cp/lang-options.h:91
17694 msgid "Disable optional diagnostics"
17697 #: cp/lang-options.h:93
17698 msgid "Downgrade conformance errors to warnings"
17701 #: cp/lang-options.h:96
17702 msgid "Enable automatic template instantiation"
17705 #: cp/lang-options.h:101
17706 msgid "Display statistics accumulated during compilation"
17709 #: cp/lang-options.h:104
17710 msgid "Specify maximum template instantiation depth"
17713 #: cp/lang-options.h:106
17714 msgid "Use __cxa_atexit to register destructors"
17717 #: cp/lang-options.h:109
17718 msgid "Discard unused virtual functions"
17721 #: cp/lang-options.h:112
17722 msgid "Implement vtables using thunks"
17725 #: cp/lang-options.h:115
17726 msgid "Emit common-like symbols as weak symbols"
17729 #: cp/lang-options.h:118
17730 msgid "Emit cross referencing information"
17733 #: cp/lang-options.h:122
17734 msgid "Warn about inconsistent return types"
17737 #: cp/lang-options.h:125
17738 msgid "Warn about overloaded virtual function names"
17741 #: cp/lang-options.h:129
17742 msgid "Don't warn when all ctors/dtors are private"
17745 #: cp/lang-options.h:131
17746 msgid "Warn about non virtual destructors"
17749 #: cp/lang-options.h:134
17750 msgid "Warn when a function is declared extern, then inline"
17753 #: cp/lang-options.h:137
17754 msgid "Warn when the compiler reorders code"
17757 #: cp/lang-options.h:140
17758 msgid "Warn when synthesis behavior differs from Cfront"
17761 #: cp/lang-options.h:144
17762 msgid "Don't warn when type converting pointers to member functions"
17765 #: cp/lang-options.h:146
17766 msgid "Warn about violations of Effective C++ style rules"
17769 #: cp/lang-options.h:149
17770 msgid "Warn when overload promotes from unsigned to signed"
17773 #: cp/lang-options.h:152
17774 msgid "Warn if a C style cast is used in a program"
17777 #: cp/lang-options.h:156
17778 msgid "Don't warn when non-templatized friend functions are declared within a template"
17781 #: cp/lang-options.h:159
17782 msgid "Don't announce deprecation of compiler features"
17798 msgid "(continued):"
17801 #: f/bad.c:487 f/bad.c:505
17802 msgid "[REPORT BUG!!] %"
17805 #: f/bad.c:494 f/bad.c:526
17806 msgid "[REPORT BUG!!]"
17811 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
17815 msgid "no INTEGER type can hold a pointer on this configuration"
17820 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
17825 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
17829 msgid "properly unless they all are 32 bits wide"
17833 msgid "Please keep this in mind before you report bugs."
17834 msgstr "Bitte bedenken Sie dies, wenn Sie einen Fehlerbericht einsenden."
17836 #. I/O will probably crash.
17839 msgid "configuration: char * holds %d bits, but ftnlen only %d"
17842 #. ASSIGN 10 TO I will crash.
17846 "configuration: char * holds %d bits, but INTEGER only %d --\n"
17847 " ASSIGN statement might fail"
17851 msgid "In statement function"
17855 msgid "Outside of any program unit:\n"
17860 msgid "%A from %B at %0%C"
17864 msgid "directory name must immediately follow -I"
17869 msgid "At %0, INCLUDE file %A exists, but is not readable"
17874 msgid "At %0, INCLUDE nesting too deep"
17879 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
17884 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
17889 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
17894 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
17899 msgid "overflowed output arg list for `%s'"
17903 msgid "--driver no longer supported"
17908 msgid "argument to `%s' missing"
17912 msgid "no input files; unwilling to write output files"
17917 msgid "Implicit declaration of `%A' at %0"
17922 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
17927 msgid "Unknown escape sequence `\\%A' at %0"
17932 msgid "Unterminated escape sequence `\\' at %0"
17937 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
17942 msgid "\\x used at %0 with no following hex digits"
17947 msgid "Hex escape at %0 out of range"
17952 msgid "Escape sequence at %0 out of range for character"
17956 msgid "hex escape out of range"
17961 msgid "non-ANSI-standard escape sequence, `\\%c'"
17966 msgid "non-ISO escape sequence `\\%c'"
17971 msgid "unknown escape sequence `\\%c'"
17976 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
17980 msgid "badly formed directive -- no closing quote"
17984 msgid "#-lines for entering and leaving files don't match"
17988 msgid "bad directive -- missing close-quote"
17993 msgid "ignoring pragma: %s"
17997 msgid "invalid #ident"
18001 msgid "undefined or invalid # directive"
18005 msgid "invalid #line"
18008 #: f/lex.c:1285 f/lex.c:1329
18009 msgid "use `#line ...' instead of `# ...' in first line"
18013 msgid "invalid #-line"
18018 msgid "Null character at %0 -- line ignored"
18023 msgid "INCLUDE at %0 not the only statement on the source line"
18026 #: f/ste.c:1400 f/ste.c:1747
18027 msgid "ASSIGNed FORMAT specifier is too small"
18030 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18033 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18037 msgid "ASSIGN to variable that is too small"
18041 msgid "ASSIGNed GOTO target variable is too small"
18046 msgid "Local adjustable symbol `%A' at %0"
18050 msgid "data initializer on host with different endianness"
18055 msgid "%s no longer supported -- try -fvxt"
18060 msgid "%s no longer supported -- try -fno-vxt -ff90"
18063 #: f/top.c:307 f/top.c:309
18065 msgid "%s disabled, use normal debugging flags"
18068 #: f/lang-options.h:33
18069 msgid "Print g77-specific compiler version info, run internal tests"
18072 #: f/lang-options.h:37
18073 msgid "Program is written in typical FORTRAN 66 dialect"
18076 #: f/lang-options.h:40
18077 msgid "Program is written in typical Unix f77 dialect"
18080 #: f/lang-options.h:42
18081 msgid "Program does not use Unix-f77 dialectal features"
18084 #: f/lang-options.h:44
18085 msgid "Program is written in Fortran-90-ish dialect"
18088 #: f/lang-options.h:48
18089 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18092 #: f/lang-options.h:50
18093 msgid "Allow $ in symbol names"
18096 #: f/lang-options.h:54
18097 msgid "f2c-compatible code need not be generated"
18100 #: f/lang-options.h:57
18101 msgid "Unsupported; do not generate libf2c-calling code"
18104 #: f/lang-options.h:59
18105 msgid "Unsupported; affects code-generation of arrays"
18108 #: f/lang-options.h:62
18109 msgid "Program is written in Fortran-90-ish free form"
18112 #: f/lang-options.h:67
18113 msgid "Warn about use of (only a few for now) Fortran extensions"
18116 #: f/lang-options.h:70
18117 msgid "Program is written in VXT (Digital-like) FORTRAN"
18120 #: f/lang-options.h:73
18121 msgid "Disallow all ugly features"
18124 #: f/lang-options.h:76
18125 msgid "Hollerith and typeless constants not passed as arguments"
18128 #: f/lang-options.h:78
18129 msgid "Allow ordinary copying of ASSIGN'ed vars"
18132 #: f/lang-options.h:81
18133 msgid "Dummy array dimensioned to (1) is assumed-size"
18136 #: f/lang-options.h:84
18137 msgid "Trailing comma in procedure call denotes null argument"
18140 #: f/lang-options.h:87
18141 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18144 #: f/lang-options.h:91
18145 msgid "Initialization via DATA and PARAMETER is type-compatible"
18148 #: f/lang-options.h:93
18149 msgid "Allow INTEGER and LOGICAL interchangeability"
18152 #: f/lang-options.h:96
18153 msgid "Print internal debugging-related info"
18156 #: f/lang-options.h:99
18157 msgid "Initialize local vars and arrays to zero"
18160 #: f/lang-options.h:103
18161 msgid "Backslashes in character/hollerith constants not special (C-style)"
18164 #: f/lang-options.h:105
18165 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18168 #: f/lang-options.h:109
18169 msgid "Disable the appending of underscores to externals"
18172 #: f/lang-options.h:112
18173 msgid "Never append a second underscore to externals"
18176 #: f/lang-options.h:114
18177 msgid "Intrinsics spelled as e.g. SqRt"
18180 #: f/lang-options.h:116
18181 msgid "Intrinsics in uppercase"
18184 #: f/lang-options.h:119
18185 msgid "Intrinsics letters in arbitrary cases"
18188 #: f/lang-options.h:121
18189 msgid "Language keywords spelled as e.g. IOStat"
18192 #: f/lang-options.h:123
18193 msgid "Language keywords in uppercase"
18196 #: f/lang-options.h:126
18197 msgid "Language keyword letters in arbitrary cases"
18200 #: f/lang-options.h:128
18201 msgid "Internally convert most source to uppercase"
18204 #: f/lang-options.h:131
18205 msgid "Internally preserve source case"
18208 #: f/lang-options.h:133
18209 msgid "Symbol names spelled in mixed case"
18212 #: f/lang-options.h:135
18213 msgid "Symbol names in uppercase"
18216 #: f/lang-options.h:137
18217 msgid "Symbol names in lowercase"
18220 #: f/lang-options.h:140
18221 msgid "Program written in uppercase"
18224 #: f/lang-options.h:142
18225 msgid "Program written in lowercase"
18228 #: f/lang-options.h:144
18229 msgid "Program written in strict mixed-case"
18232 #: f/lang-options.h:146
18233 msgid "Compile as if program written in uppercase"
18236 #: f/lang-options.h:148
18237 msgid "Compile as if program written in lowercase"
18240 #: f/lang-options.h:150
18241 msgid "Preserve all spelling (case) used in program"
18244 #: f/lang-options.h:152
18245 msgid "Delete libU77 intrinsics with bad interfaces"
18248 #: f/lang-options.h:154
18249 msgid "Disable libU77 intrinsics with bad interfaces"
18252 #: f/lang-options.h:157
18253 msgid "Hide libU77 intrinsics with bad interfaces"
18256 #: f/lang-options.h:159
18257 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18260 #: f/lang-options.h:161
18261 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18264 #: f/lang-options.h:164
18265 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18268 #: f/lang-options.h:166
18269 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18272 #: f/lang-options.h:168
18273 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18276 #: f/lang-options.h:171
18277 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18280 #: f/lang-options.h:173
18281 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18284 #: f/lang-options.h:175
18285 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18288 #: f/lang-options.h:178
18289 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18292 #: f/lang-options.h:180
18293 msgid "Delete MIL-STD 1753 intrinsics"
18296 #: f/lang-options.h:182
18297 msgid "Disable MIL-STD 1753 intrinsics"
18300 #: f/lang-options.h:185
18301 msgid "Hide MIL-STD 1753 intrinsics"
18304 #: f/lang-options.h:187
18305 msgid "Delete libU77 intrinsics"
18308 #: f/lang-options.h:189
18309 msgid "Disable libU77 intrinsics"
18312 #: f/lang-options.h:192
18313 msgid "Hide libU77 intrinsics"
18316 #: f/lang-options.h:194
18317 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18320 #: f/lang-options.h:196
18321 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18324 #: f/lang-options.h:199
18325 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18328 #: f/lang-options.h:201
18329 msgid "Treat initial values of 0 like non-zero values"
18332 #: f/lang-options.h:204
18333 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18336 #: f/lang-options.h:207
18337 msgid "Take at least one trip through each iterative DO loop"
18340 #: f/lang-options.h:211
18341 msgid "Print names of program units as they are compiled"
18344 #: f/lang-options.h:214
18345 msgid "Disable fatal diagnostics about inter-procedural problems"
18348 #: f/lang-options.h:216
18349 msgid "Make prefix-radix non-decimal constants be typeless"
18352 #: f/lang-options.h:219
18353 msgid "Generate code to check subscript and substring bounds"
18356 #: f/lang-options.h:222
18357 msgid "Fortran-specific form of -fbounds-check"
18360 #: f/lang-options.h:226
18361 msgid "Disable warnings about inter-procedural problems"
18364 #: f/lang-options.h:230
18365 msgid "Warn about constructs with surprising meanings"
18368 #: f/lang-options.h:235
18369 msgid "Add a directory for INCLUDE searching"
18372 #: f/lang-options.h:237
18373 msgid "Set the maximum line length"
18378 msgid "Missing first operand for binary operator at %0"
18383 msgid "Zero-length character constant at %0"
18388 msgid "Invalid token at %0 in expression or subexpression at %1"
18393 msgid "Missing operand for operator at %1 at end of expression at %0"
18398 msgid "Label %A already defined at %1 when redefined at %0"
18403 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18408 msgid "Label definition %A at %0 on empty statement (as of %1)"
18413 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18418 msgid "Line too long as of %0 [info -f g77 M LEX]"
18423 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18428 msgid "Label number at %0 not in range 1-99999"
18433 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18438 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18443 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18448 msgid "Character constant at %0 has no closing apostrophe at %1"
18453 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18458 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18463 msgid "Integer at %0 too large"
18468 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18473 msgid "Missing close-period between `.%A' at %0 and %1"
18478 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18483 msgid "Missing value at %1 for real-number exponent at %0"
18488 msgid "Expected binary operator between expressions at %0 and at %1"
18493 msgid "Semicolon at %0 is an invalid token"
18498 msgid "Extraneous comma in FORMAT statement at %0"
18503 msgid "Missing comma in FORMAT statement at %0"
18508 msgid "Spurious sign in FORMAT statement at %0"
18513 msgid "Spurious number in FORMAT statement at %0"
18518 msgid "Spurious text trailing number in FORMAT statement at %0"
18523 msgid "Unrecognized FORMAT specifier at %0"
18528 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18533 msgid "Missing number following period in FORMAT statement at %0"
18538 msgid "Missing number following `E' in FORMAT statement at %0"
18543 msgid "Spurious trailing comma preceding terminator at %0"
18548 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
18553 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
18558 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
18563 msgid "Reference to label at %1 inconsistent with its definition at %0"
18568 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18573 msgid "DO-statement reference to label at %1 follows its definition at %0"
18578 msgid "Reference to label at %1 is outside block containing definition at %0"
18583 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
18588 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
18593 msgid "Label definition at %0 invalid on this kind of statement"
18598 msgid "Statement at %0 invalid in this context"
18603 msgid "Statement at %0 invalid in context established by statement at %1"
18608 msgid "Statement at %0 must specify construct name specified at %1"
18613 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18618 msgid "Construct name at %0 not the same as construct name at %1"
18623 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
18628 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18633 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18638 msgid "No label definition for FORMAT statement at %0"
18643 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18648 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
18653 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
18658 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18663 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18668 msgid "Program unit name at %0 not the same as name at %1"
18673 msgid "Type name at %0 not the same as name at %1"
18678 msgid "End of source file before end of block started at %0"
18683 msgid "Undefined label, first referenced at %0"
18688 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
18693 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
18698 msgid "RETURN statement at %0 invalid within a main program unit"
18703 msgid "Alternate return specifier at %0 invalid within a main program unit"
18708 msgid "Alternate return specifier at %0 invalid within a function"
18713 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
18718 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
18723 msgid "No components specified as of %0 for derived-type definition beginning at %1"
18728 msgid "No components specified as of %0 for structure definition beginning at %1"
18733 msgid "Missing structure name for outer structure definition at %0"
18738 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
18743 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
18748 msgid "No components specified as of %0 for map beginning at %1"
18753 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
18758 msgid "Missing %A specifier in statement at %0"
18763 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
18768 msgid "Conflicting I/O control specifications at %0 and %1"
18773 msgid "No UNIT= specifier in I/O control list at %0"
18778 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
18783 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
18788 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
18793 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
18798 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
18803 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
18808 msgid "Fortran 90 feature at %0 unsupported"
18813 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
18818 msgid "Null element at %0 for array reference at %1"
18823 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
18828 msgid "Too many elements as of %0 for array reference at %1"
18833 msgid "Missing colon as of %0 in substring reference for %1"
18838 msgid "Invalid use at %0 of substring operator on %1"
18843 msgid "Substring begin/end point at %0 out of defined range"
18848 msgid "Array element value at %0 out of defined range"
18853 msgid "Expression at %0 has incorrect data type or rank for its context"
18858 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
18863 msgid "%A step count known to be 0 (zero) at %0"
18868 msgid "%A end value plus step count known to overflow at %0"
18873 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
18878 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
18883 msgid "Type disagreement between expressions at %0 and %1"
18888 msgid "No specification for implied-DO iterator `%A' at %0"
18893 msgid "Gratuitous parentheses surround implied-DO construct at %0"
18898 msgid "Zero-size specification invalid at %0"
18903 msgid "Zero-size array at %0"
18908 msgid "Target machine does not support complex entity of kind specified at %0"
18913 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
18918 msgid "Attempt to raise constant zero to a power at %0"
18923 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
18928 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
18933 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
18938 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
18943 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
18948 msgid "Unable to open INCLUDE file `%A' at %0"
18953 msgid "Null argument at %0 for statement function reference at %1"
18958 msgid "Null argument at %0 for procedure invocation at %1"
18963 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
18968 msgid "%A too many arguments as of %0 for statement function reference at %1"
18973 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
18978 msgid "Unsupported FORMAT specifier at %0"
18983 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
18988 msgid "Unsupported VXT statement at %0"
18993 msgid "Attempt to specify second initial value for `%A' at %0"
18998 msgid "Too few initial values in list of initializers for `%A' at %0"
19003 msgid "Too many initial values in list of initializers starting at %0"
19008 msgid "Array or substring specification for `%A' out of range in statement at %0"
19013 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19018 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19023 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19028 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19033 msgid "Attempt to specify second initial value for element of `%A' at %0"
19038 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19043 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19048 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19053 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19058 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19063 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19068 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19073 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19078 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19083 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19088 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19093 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19098 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19103 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19108 msgid "Blank common initialized at %0"
19113 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19118 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19123 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19128 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19133 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19138 msgid "Initial character `%A' is lower-case in symbol name at %0"
19143 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19148 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19153 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19158 msgid "Truncating characters on right side of character constant at %0"
19163 msgid "Truncating characters on right side of hollerith constant at %0"
19168 msgid "Truncating non-zero data on left side of numeric constant at %0"
19173 msgid "Truncating non-zero data on left side of typeless constant at %0"
19178 msgid "Typeless constant at %0 too large"
19183 msgid "First-column ampersand continuation at %0"
19186 #: f/bad.def:1055 f/bad.def:1058
19188 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19191 #: f/bad.def:1061 f/bad.def:1064
19193 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19196 #: f/bad.def:1067 f/bad.def:1070
19198 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19203 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19208 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19211 #: f/bad.def:1079 f/bad.def:1082
19213 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19218 msgid "Array `%A' at %0 is too large to handle"
19223 msgid "Statement function `%A' defined at %0 is not used"
19228 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19233 msgid "Internal compiler error -- cannot perform operation"
19236 #. Kind messages are used in diagnostic location reports of the
19237 #. form "<file>: In function `foo': <error message>".
19239 msgid "In unknown kind"
19247 msgid "In function"
19251 msgid "In subroutine"
19259 msgid "In block-data unit"
19263 msgid "In common block"
19267 msgid "In construct"
19271 msgid "In namelist"
19275 msgid "In anything"
19278 #: java/check-init.c:917
19280 msgid "internal error in check-init: tree code not implemented: %s"
19283 #: java/check-init.c:990
19285 msgid "final field '%s' may not have been initialized"
19288 #: java/class.c:539 java/class.c:564
19289 msgid "internal error - too many interface type"
19292 #: java/class.c:677
19293 msgid "bad method signature"
19296 #: java/class.c:726
19297 msgid "misplaced ConstantValue attribute (not in any field)"
19300 #: java/class.c:728
19302 msgid "duplicate ConstantValue attribute for field '%s'"
19305 #: java/class.c:739
19307 msgid "ConstantValue attribute of field '%s' has wrong type"
19310 #: java/class.c:1103
19312 msgid "field '%s' not found in class"
19315 #: java/class.c:1365
19316 msgid "abstract method in non-abstract class"
19319 #: java/class.c:2067
19321 msgid "non-static method '%s' overrides static method"
19324 #: java/decl.c:1537
19326 msgid "In %s: overlapped variable and exception ranges at %d"
19329 #: java/decl.c:1618
19330 msgid "bad type in parameter debug info"
19333 #: java/decl.c:1628
19335 msgid "bad PC range for debug info for local `%s'"
19339 msgid "stack underflow - dup* operation"
19342 #: java/expr.c:1536
19344 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19347 #: java/expr.c:1565
19349 msgid "field `%s' not found"
19352 #: java/expr.c:1717
19353 msgid "ret instruction not implemented"
19356 #: java/expr.c:1852
19358 msgid "method '%s' not found in class"
19361 #: java/expr.c:2055
19363 msgid "failed to find class '%s'"
19366 #: java/expr.c:2065
19368 msgid "class '%s' has no method named '%s' matching signature '%s'"
19371 #: java/expr.c:2075
19372 msgid "invokestatic on non static method"
19375 #: java/expr.c:2080
19376 msgid "invokestatic on abstract method"
19379 #: java/expr.c:2088
19380 msgid "invoke[non-static] on static method"
19383 #: java/expr.c:2373
19385 msgid "missing field '%s' in '%s'"
19388 #: java/expr.c:2379
19390 msgid "mismatching signature for field '%s' in '%s'"
19393 #: java/expr.c:2402
19395 msgid "assignment to final field `%s' not in field's class"
19398 #: java/expr.c:2407
19400 msgid "assignment to final static field `%s' not in class initializer"
19403 #: java/expr.c:2414
19405 msgid "assignment to final field `%s' not in constructor"
19408 #: java/expr.c:2661
19410 msgid "can't expand %s"
19413 #: java/expr.c:2838
19414 msgid "invalid PC in line number table"
19417 #. We've just reached the end of a region of dead code.
19418 #: java/expr.c:2883
19420 msgid "unreachable bytecode from %d to before %d"
19423 #. We've just reached the end of a region of dead code.
19424 #: java/expr.c:2920
19426 msgid "unreachable bytecode from %d to the end of the method"
19429 #. duplicate code from LOAD macro
19430 #: java/expr.c:3238
19431 msgid "unrecogized wide sub-instruction"
19434 #: java/jcf-io.c:537
19436 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
19439 #: java/jcf-parse.c:338
19440 msgid "bad string constant"
19443 #: java/jcf-parse.c:356
19445 msgid "bad value constant type %d, index %d"
19448 #: java/jcf-parse.c:528
19450 msgid "can't reopen %s"
19453 #: java/jcf-parse.c:533
19455 msgid "can't close %s"
19458 #: java/jcf-parse.c:615
19460 msgid "cannot find file for class %s"
19463 #: java/jcf-parse.c:627
19464 msgid "not a valid Java .class file"
19467 #: java/jcf-parse.c:630
19468 msgid "error while parsing constant pool"
19471 #: java/jcf-parse.c:633
19473 msgid "error in constant pool entry #%d\n"
19476 #. FIXME - where was first time
19477 #: java/jcf-parse.c:645
19479 msgid "reading class %s for the second time from %s"
19482 #: java/jcf-parse.c:663
19483 msgid "error while parsing fields"
19486 #: java/jcf-parse.c:666
19487 msgid "error while parsing methods"
19490 #: java/jcf-parse.c:669
19491 msgid "error while parsing final attributes"
19494 #: java/jcf-parse.c:683
19496 msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute. This generally means that your classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
19499 #: java/jcf-parse.c:773
19500 msgid "missing Code attribute"
19503 #: java/jcf-parse.c:1010
19504 msgid "source file seen twice on command line and will be compiled only once"
19507 #: java/jcf-parse.c:1026
19508 msgid "no input file specified"
19511 #: java/jcf-parse.c:1055
19513 msgid "can't close input file %s"
19516 #: java/jcf-parse.c:1092
19518 msgid "bad zip/jar file %s"
19521 #: java/jcf-write.c:2641
19523 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19526 #: java/jcf-write.c:2979
19527 msgid "field initializer type mismatch"
19530 #: java/jcf-write.c:3387
19532 msgid "can't create directory %s"
19535 #: java/jcf-write.c:3441
19537 msgid "can't create %s"
19538 msgstr "Es ist nicht möglich %s zu erzeugen"
19540 #: java/jv-scan.c:187
19541 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19544 #: java/jv-scan.c:190
19546 msgid "can't open output file `%s'"
19549 #: java/jv-scan.c:224
19551 msgid "file not found `%s'"
19554 #: java/jvspec.c:426
19555 msgid "can't specify `-D' without `--main'\n"
19558 #: java/jvspec.c:429
19560 msgid "`%s' is not a valid class name"
19561 msgstr "»%s« ist kein gültiger Klassenname"
19563 #: java/jvspec.c:435
19564 msgid "--resource requires -o"
19565 msgstr "--resource erfordert -o"
19567 #: java/jvspec.c:442
19568 msgid "warning: already-compiled .class files ignored with -C"
19571 #: java/jvspec.c:449
19572 msgid "cannot specify both -C and -o"
19573 msgstr "-C und -o können nicht zusammen angegeben werden"
19575 #: java/jvspec.c:461
19576 msgid "cannot create temporary file"
19577 msgstr "temporäre Datei konnte nicht angelegt werden"
19579 #: java/jvspec.c:489
19580 msgid "using both @FILE with multiple files not implemented"
19583 #: java/jvspec.c:538
19584 msgid "cannot specify `main' class when not linking"
19588 msgid "can't do dependency tracking with input from stdin"
19592 msgid "couldn't determine target name for dependency tracking"
19598 "unknown encoding: `%s'\n"
19599 "This might mean that your locale's encoding is not supported\n"
19600 "by your system's iconv(3) implementation. If you aren't trying\n"
19601 "to use a particular encoding for your input file, try the\n"
19602 "`--encoding=UTF-8' option"
19605 #: java/mangle.c:85
19607 msgid "can't mangle %s"
19610 #: java/mangle_name.c:144 java/mangle_name.c:216
19611 msgid "internal error - invalid Utf8 name"
19614 #: ../../gcc-cvs/gcc/java/parse-scan.y:881 ../../gcc-3cvs/gcc/java/parse.y:962
19615 #: ../../gcc-3cvs/gcc/java/parse.y:1303 ../../gcc-3cvs/gcc/java/parse.y:1364
19616 #: ../../gcc-3cvs/gcc/java/parse.y:1574 ../../gcc-3cvs/gcc/java/parse.y:1796
19617 #: ../../gcc-3cvs/gcc/java/parse.y:1805 ../../gcc-3cvs/gcc/java/parse.y:1816
19618 #: ../../gcc-3cvs/gcc/java/parse.y:1827 ../../gcc-3cvs/gcc/java/parse.y:1839
19619 #: ../../gcc-3cvs/gcc/java/parse.y:1854 ../../gcc-3cvs/gcc/java/parse.y:1871
19620 #: ../../gcc-3cvs/gcc/java/parse.y:1873 ../../gcc-3cvs/gcc/java/parse.y:1945
19621 #: ../../gcc-3cvs/gcc/java/parse.y:2116 ../../gcc-3cvs/gcc/java/parse.y:2178
19622 #: ../../gcc-3cvs/gcc/java/parse.y:2330 ../../gcc-3cvs/gcc/java/parse.y:2342
19623 #: ../../gcc-3cvs/gcc/java/parse.y:2349 ../../gcc-3cvs/gcc/java/parse.y:2356
19624 #: ../../gcc-3cvs/gcc/java/parse.y:2367 ../../gcc-3cvs/gcc/java/parse.y:2369
19625 #: ../../gcc-3cvs/gcc/java/parse.y:2407 ../../gcc-3cvs/gcc/java/parse.y:2409
19626 #: ../../gcc-3cvs/gcc/java/parse.y:2411 ../../gcc-3cvs/gcc/java/parse.y:2432
19627 #: ../../gcc-3cvs/gcc/java/parse.y:2434 ../../gcc-3cvs/gcc/java/parse.y:2436
19628 #: ../../gcc-3cvs/gcc/java/parse.y:2452 ../../gcc-3cvs/gcc/java/parse.y:2454
19629 #: ../../gcc-3cvs/gcc/java/parse.y:2475 ../../gcc-3cvs/gcc/java/parse.y:2477
19630 #: ../../gcc-3cvs/gcc/java/parse.y:2479 ../../gcc-3cvs/gcc/java/parse.y:2507
19631 #: ../../gcc-3cvs/gcc/java/parse.y:2509 ../../gcc-3cvs/gcc/java/parse.y:2511
19632 #: ../../gcc-3cvs/gcc/java/parse.y:2513 ../../gcc-3cvs/gcc/java/parse.y:2531
19633 #: ../../gcc-3cvs/gcc/java/parse.y:2533 ../../gcc-3cvs/gcc/java/parse.y:2544
19634 #: ../../gcc-3cvs/gcc/java/parse.y:2555 ../../gcc-3cvs/gcc/java/parse.y:2566
19635 #: ../../gcc-3cvs/gcc/java/parse.y:2577 ../../gcc-3cvs/gcc/java/parse.y:2588
19636 #: ../../gcc-3cvs/gcc/java/parse.y:2601 ../../gcc-3cvs/gcc/java/parse.y:2605
19637 #: ../../gcc-3cvs/gcc/java/parse.y:2607 ../../gcc-3cvs/gcc/java/parse.y:2620
19638 msgid "Missing term"
19641 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-3cvs/gcc/java/parse.y:734
19642 #: ../../gcc-3cvs/gcc/java/parse.y:772 ../../gcc-3cvs/gcc/java/parse.y:797
19643 #: ../../gcc-3cvs/gcc/java/parse.y:983 ../../gcc-3cvs/gcc/java/parse.y:1338
19644 #: ../../gcc-3cvs/gcc/java/parse.y:1550 ../../gcc-3cvs/gcc/java/parse.y:1552
19645 #: ../../gcc-3cvs/gcc/java/parse.y:1781 ../../gcc-3cvs/gcc/java/parse.y:1807
19646 #: ../../gcc-3cvs/gcc/java/parse.y:1818 ../../gcc-3cvs/gcc/java/parse.y:1829
19647 #: ../../gcc-3cvs/gcc/java/parse.y:1841 ../../gcc-3cvs/gcc/java/parse.y:1856
19648 msgid "';' expected"
19651 #: ../../gcc-3cvs/gcc/java/parse.y:732 ../../gcc-3cvs/gcc/java/parse.y:770
19652 msgid "Missing name"
19655 #: ../../gcc-3cvs/gcc/java/parse.y:795
19656 msgid "'*' expected"
19659 #: ../../gcc-3cvs/gcc/java/parse.y:809
19660 msgid "Class or interface declaration expected"
19663 #: ../../gcc-3cvs/gcc/java/parse.y:846 ../../gcc-3cvs/gcc/java/parse.y:848
19664 msgid "Missing class name"
19667 #: ../../gcc-3cvs/gcc/java/parse.y:851 ../../gcc-3cvs/gcc/java/parse.y:855
19668 #: ../../gcc-3cvs/gcc/java/parse.y:863 ../../gcc-3cvs/gcc/java/parse.y:1023
19669 #: ../../gcc-3cvs/gcc/java/parse.y:1284 ../../gcc-3cvs/gcc/java/parse.y:1286
19670 #: ../../gcc-3cvs/gcc/java/parse.y:1616 ../../gcc-3cvs/gcc/java/parse.y:1867
19671 #: ../../gcc-3cvs/gcc/java/parse.y:1899 ../../gcc-3cvs/gcc/java/parse.y:1952
19672 msgid "'{' expected"
19675 #: ../../gcc-3cvs/gcc/java/parse.y:865
19676 msgid "Missing super class name"
19679 #: ../../gcc-3cvs/gcc/java/parse.y:875 ../../gcc-3cvs/gcc/java/parse.y:891
19680 msgid "Missing interface name"
19683 #: ../../gcc-3cvs/gcc/java/parse.y:977
19684 msgid "Missing variable initializer"
19687 #: ../../gcc-3cvs/gcc/java/parse.y:994
19688 msgid "Invalid declaration"
19691 #: ../../gcc-3cvs/gcc/java/parse.y:997 ../../gcc-3cvs/gcc/java/parse.y:1082
19692 #: ../../gcc-3cvs/gcc/java/parse.y:2153 ../../gcc-3cvs/gcc/java/parse.y:2175
19693 #: ../../gcc-3cvs/gcc/java/parse.y:2179 ../../gcc-3cvs/gcc/java/parse.y:2214
19694 #: ../../gcc-3cvs/gcc/java/parse.y:2291 ../../gcc-3cvs/gcc/java/parse.y:2301
19695 msgid "']' expected"
19698 #: ../../gcc-3cvs/gcc/java/parse.y:1001
19699 msgid "Unbalanced ']'"
19702 #: ../../gcc-3cvs/gcc/java/parse.y:1037
19703 msgid "Invalid method declaration, method name required"
19706 #: ../../gcc-3cvs/gcc/java/parse.y:1042 ../../gcc-3cvs/gcc/java/parse.y:1047
19707 #: ../../gcc-3cvs/gcc/java/parse.y:1052 ../../gcc-3cvs/gcc/java/parse.y:2036
19708 msgid "Identifier expected"
19711 #: ../../gcc-3cvs/gcc/java/parse.y:1057
19712 msgid "Invalid method declaration, return type required"
19715 #: ../../gcc-3cvs/gcc/java/parse.y:1080 ../../gcc-3cvs/gcc/java/parse.y:1530
19716 #: ../../gcc-3cvs/gcc/java/parse.y:1537 ../../gcc-3cvs/gcc/java/parse.y:1546
19717 #: ../../gcc-3cvs/gcc/java/parse.y:1548 ../../gcc-3cvs/gcc/java/parse.y:1576
19718 #: ../../gcc-3cvs/gcc/java/parse.y:1684 ../../gcc-3cvs/gcc/java/parse.y:1981
19719 #: ../../gcc-3cvs/gcc/java/parse.y:2034
19720 msgid "')' expected"
19723 #: ../../gcc-3cvs/gcc/java/parse.y:1096
19724 msgid "Missing formal parameter term"
19727 #: ../../gcc-3cvs/gcc/java/parse.y:1111 ../../gcc-3cvs/gcc/java/parse.y:1116
19728 msgid "Missing identifier"
19731 #: ../../gcc-3cvs/gcc/java/parse.y:1136 ../../gcc-3cvs/gcc/java/parse.y:1145
19732 msgid "Missing class type term"
19735 #: ../../gcc-3cvs/gcc/java/parse.y:1301
19736 msgid "Invalid interface type"
19739 #: ../../gcc-3cvs/gcc/java/parse.y:1494 ../../gcc-3cvs/gcc/java/parse.y:1663
19740 #: ../../gcc-3cvs/gcc/java/parse.y:1665
19741 msgid "':' expected"
19744 #: ../../gcc-3cvs/gcc/java/parse.y:1516 ../../gcc-3cvs/gcc/java/parse.y:1521
19745 #: ../../gcc-3cvs/gcc/java/parse.y:1526
19746 msgid "Invalid expression statement"
19749 #: ../../gcc-3cvs/gcc/java/parse.y:1544 ../../gcc-3cvs/gcc/java/parse.y:1572
19750 #: ../../gcc-3cvs/gcc/java/parse.y:1612 ../../gcc-3cvs/gcc/java/parse.y:1680
19751 #: ../../gcc-3cvs/gcc/java/parse.y:1748 ../../gcc-3cvs/gcc/java/parse.y:1869
19752 #: ../../gcc-3cvs/gcc/java/parse.y:1938 ../../gcc-3cvs/gcc/java/parse.y:2028
19753 #: ../../gcc-3cvs/gcc/java/parse.y:2030 ../../gcc-3cvs/gcc/java/parse.y:2038
19754 #: ../../gcc-3cvs/gcc/java/parse.y:2274 ../../gcc-3cvs/gcc/java/parse.y:2276
19755 msgid "'(' expected"
19758 #: ../../gcc-3cvs/gcc/java/parse.y:1614
19759 msgid "Missing term or ')'"
19762 #: ../../gcc-3cvs/gcc/java/parse.y:1661
19763 msgid "Missing or invalid constant expression"
19766 #: ../../gcc-3cvs/gcc/java/parse.y:1682
19767 msgid "Missing term and ')' expected"
19770 #: ../../gcc-3cvs/gcc/java/parse.y:1721
19771 msgid "Invalid control expression"
19774 #: ../../gcc-3cvs/gcc/java/parse.y:1723 ../../gcc-3cvs/gcc/java/parse.y:1725
19775 msgid "Invalid update expression"
19778 #: ../../gcc-3cvs/gcc/java/parse.y:1750
19779 msgid "Invalid init statement"
19782 #: ../../gcc-3cvs/gcc/java/parse.y:1941
19783 msgid "Missing term or ')' expected"
19786 #: ../../gcc-3cvs/gcc/java/parse.y:1983
19787 msgid "'class' or 'this' expected"
19790 #: ../../gcc-3cvs/gcc/java/parse.y:1985 ../../gcc-3cvs/gcc/java/parse.y:1987
19791 msgid "'class' expected"
19794 #: ../../gcc-3cvs/gcc/java/parse.y:2032
19795 msgid "')' or term expected"
19798 #: ../../gcc-3cvs/gcc/java/parse.y:2151
19799 msgid "'[' expected"
19802 #: ../../gcc-3cvs/gcc/java/parse.y:2229
19803 msgid "Field expected"
19806 #: ../../gcc-3cvs/gcc/java/parse.y:2286 ../../gcc-3cvs/gcc/java/parse.y:2296
19807 msgid "Missing term and ']' expected"
19810 #: ../../gcc-3cvs/gcc/java/parse.y:2400
19811 msgid "']' expected, invalid type expression"
19814 #: ../../gcc-3cvs/gcc/java/parse.y:2403
19815 msgid "Invalid type expression"
19818 #: ../../gcc-3cvs/gcc/java/parse.y:2515
19819 msgid "Invalid reference type"
19822 #: ../../gcc-3cvs/gcc/java/parse.y:2993
19823 msgid "Constructor invocation must be first thing in a constructor"
19826 #: ../../gcc-3cvs/gcc/java/parse.y:2995
19827 msgid "Only constructors can invoke constructors"
19830 #: ../../gcc-3cvs/gcc/java/parse.y:3004
19832 msgid ": `%s' JDK1.1(TM) feature"
19835 #: ../../gcc-3cvs/gcc/java/parse.y:3064 ../../gcc-3cvs/gcc/java/parse.y:3066
19842 #: ../../gcc-3cvs/gcc/java/parse.y:6867
19844 msgid "malformed .zip archive in CLASSPATH: %s"
19847 #: ../../gcc-3cvs/gcc/java/parse.y:6938
19849 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
19852 #: ../../gcc-3cvs/gcc/java/parse.y:12266
19854 msgid "missing static field `%s'"
19857 #: ../../gcc-3cvs/gcc/java/parse.y:12271
19859 msgid "not a static field `%s'"
19862 #: ../../gcc-3cvs/gcc/java/parse.y:12314
19864 msgid "No case for %s"
19867 #: ../../gcc-3cvs/gcc/java/parse.y:13240
19869 msgid "unregistered operator %s"
19872 #: java/typeck.c:553
19873 msgid "junk at end of signature string"
19876 #: java/verify.c:479
19877 msgid "bad pc in exception_table"
19880 #: java/verify.c:485
19881 msgid "exception handler inside code that is being protected"
19884 #: java/verify.c:1395
19886 msgid "unknown opcode %d@pc=%d during verification"
19889 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
19891 msgid "verification error at PC=%d"
19894 #: java/lang-options.h:32
19895 msgid "Disable automatic array bounds checking"
19898 #: java/lang-options.h:34
19899 msgid "Disable assignability checks for stores into object arrays"
19902 #: java/lang-options.h:36
19903 msgid "Assume native functions are implemented using JNI"
19906 #: java/lang-options.h:38
19907 msgid "Replace system path"
19910 #: java/lang-options.h:40
19911 msgid "Set class path"
19914 #: java/lang-options.h:42
19915 msgid "Set class path (deprecated: use --classpath instead)"
19918 #: java/lang-options.h:44
19919 msgid "Choose class whose main method should be used"
19922 #: java/lang-options.h:46
19923 msgid "Choose input encoding (default comes from locale)"
19926 #: java/lang-options.h:48
19927 msgid "Add directory to class path"
19930 #: java/lang-options.h:50
19931 msgid "Directory where class files should be written"
19934 #: java/lang-options.h:52
19935 msgid "Warn if modifiers are specified when not necessary"
19938 #: java/lang-options.h:54
19939 msgid "Warn if deprecated empty statements are found"
19942 #: java/lang-options.h:56
19943 msgid "Warn if .class files are out of date"
19946 #: java/lang-options.h:58
19947 msgid "Always check for non gcj generated classes archives"
19950 #: java/lang-options.h:60
19951 msgid "Never optimize static class initialization code"
19954 #: java/lang-options.h:62
19955 msgid "Use offset tables for virtual method calls"
19958 #: objc/objc-act.c:651
19960 msgid "object does not conform to the `%s' protocol"
19963 #: objc/objc-act.c:737 objc/objc-act.c:810
19965 msgid "class `%s' does not implement the `%s' protocol"
19968 #: objc/objc-act.c:914
19970 msgid "`%s' cannot be statically allocated"
19973 #: objc/objc-act.c:963
19975 msgid "unexpected type for `id' (%s)"
19978 #: objc/objc-act.c:968
19979 msgid "undefined type `id', please import <objc/objc.h>"
19982 #: objc/objc-act.c:1019
19984 msgid "protocol `%s' has circular dependency"
19987 #: objc/objc-act.c:1041 objc/objc-act.c:5301
19989 msgid "cannot find protocol declaration for `%s'"
19992 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
19993 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1800
19995 msgid "cannot find interface declaration for `%s'"
19998 #: objc/objc-act.c:1328
20000 msgid "cannot find reference tag for class `%s'"
20003 #: objc/objc-act.c:2050
20005 msgid "creating selector for non existant method %s"
20008 #: objc/objc-act.c:2364
20010 msgid "cannot find class `%s'"
20013 #: objc/objc-act.c:2366
20015 msgid "class `%s' already exists"
20018 #. fatal did not work with 2 args...should fix
20019 #: objc/objc-act.c:2473
20021 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20024 #: objc/objc-act.c:2480
20026 msgid "circular inheritance in interface declaration for `%s'"
20029 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20030 msgid "inconsistent instance variable specification"
20033 #: objc/objc-act.c:4580
20034 msgid "can not use an object as parameter to a method\n"
20037 #: objc/objc-act.c:4780
20039 msgid "multiple declarations for method `%s'"
20042 #: objc/objc-act.c:4946
20044 msgid "invalid receiver type `%s'"
20047 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20049 msgid "`%s' does not respond to `%s'"
20052 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20054 msgid "no super class declared in interface for `%s'"
20057 #: objc/objc-act.c:5081
20058 msgid "cannot find class (factory) method"
20061 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20063 msgid "return type for `%s' defaults to id"
20066 #: objc/objc-act.c:5099
20068 msgid "method `%s' not implemented by protocol"
20071 #: objc/objc-act.c:5108
20072 msgid "return type defaults to id"
20075 #: objc/objc-act.c:5125
20076 msgid "cannot find method"
20079 #: objc/objc-act.c:5399
20081 msgid "undeclared selector `%s'"
20084 #. Historically, a class method that produced objects (factory
20085 #. method) would assign `self' to the instance that it
20086 #. allocated. This would effectively turn the class method into
20087 #. an instance method. Following this assignment, the instance
20088 #. variables could be accessed. That practice, while safe,
20089 #. violates the simple rule that a class method should not refer
20090 #. to an instance variable. It's better to catch the cases
20091 #. where this is done unknowingly than to support the above
20093 #: objc/objc-act.c:5443
20095 msgid "instance variable `%s' accessed in class method"
20098 #: objc/objc-act.c:5678
20100 msgid "duplicate definition of class method `%s'"
20103 #: objc/objc-act.c:5684
20105 msgid "duplicate declaration of class method `%s'"
20108 #: objc/objc-act.c:5720
20110 msgid "duplicate definition of instance method `%s'"
20113 #: objc/objc-act.c:5726
20115 msgid "duplicate declaration of instance method `%s'"
20118 #: objc/objc-act.c:5766
20120 msgid "duplicate interface declaration for category `%s(%s)'"
20123 #: objc/objc-act.c:5852
20125 msgid "instance variable `%s' is declared private"
20128 #: objc/objc-act.c:5899
20130 msgid "instance variable `%s' is declared %s"
20133 #: objc/objc-act.c:5909
20134 msgid "static access to object of type `id'"
20137 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20139 msgid "incomplete implementation of class `%s'"
20142 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20144 msgid "incomplete implementation of category `%s'"
20147 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20149 msgid "method definition for `%c%s' not found"
20152 #: objc/objc-act.c:6081
20154 msgid "%s `%s' does not fully implement the `%s' protocol"
20155 msgstr "%s »%s« implementiert das »%s«-Protokoll nicht vollständig"
20157 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20158 msgid "`@end' missing in implementation context"
20161 #: objc/objc-act.c:6167
20163 msgid "reimplementation of class `%s'"
20166 #: objc/objc-act.c:6209
20168 msgid "conflicting super class name `%s'"
20171 #: objc/objc-act.c:6224
20173 msgid "duplicate interface declaration for class `%s'"
20176 #: objc/objc-act.c:6506
20178 msgid "duplicate declaration for protocol `%s'"
20181 #: objc/objc-act.c:7363
20182 msgid "[super ...] must appear in a method context"
20185 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20187 msgid "potential selector conflict for method `%s'"
20190 #: objc-parse.y:2656
20191 msgid "`@end' must appear in an implementation context"
20194 #: objc-parse.y:2932
20195 msgid "method definition not in class context"
20198 #: objc/lang-options.h:27
20199 msgid "Dump decls to a .decl file"
20202 #: objc/lang-options.h:29
20203 msgid "Generate code for GNU runtime environment"
20204 msgstr "Code für die GNU-Laufzeitumgebung erzeugen"
20206 #: objc/lang-options.h:32
20207 msgid "Generate code for NeXT runtime environment"
20210 #: objc/lang-options.h:35
20211 msgid "Warn if a selector has multiple methods"
20214 #: objc/lang-options.h:39
20215 msgid "Do not warn if inherited methods are unimplemented"
20218 #: objc/lang-options.h:41
20219 msgid "Generate C header of platform specific features"
20220 msgstr "C-Header mit Plattform-spezifischen Merkmalen erzeugen"
20222 #: objc/lang-options.h:43
20223 msgid "Specify the name of the class for constant strings"
20226 #. This is the contribution to the `lang_options' array in gcc.c for
20228 #: treelang/lang-options.h:26
20229 msgid "(debug) trace parsing process"
20232 #: treelang/lang-options.h:27
20233 msgid "(debug) trace lexical analysis"
20236 #: config/darwin.h:212
20237 msgid "-current_version only allowed with -dynamiclib"
20240 #: config/darwin.h:215
20241 msgid "-install_name only allowed with -dynamiclib"
20244 #: config/darwin.h:220
20245 msgid "-bundle not allowed with -dynamiclib"
20248 #: config/darwin.h:221
20249 msgid "-bundle_loader not allowed with -dynamiclib"
20252 #: config/darwin.h:222
20253 msgid "-client_name not allowed with -dynamiclib"
20256 #: config/darwin.h:225
20257 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20260 #: config/darwin.h:226
20261 msgid "-force_flat_namespace not allowed with -dynamiclib"
20264 #: config/darwin.h:228
20265 msgid "-keep_private_externs not allowed with -dynamiclib"
20266 msgstr "-keep_private_externs ist mit -dynamiclib nicht erlaubt"
20268 #: config/darwin.h:229
20269 msgid "-private_bundle not allowed with -dynamiclib"
20270 msgstr "-private_bundle ist mit -dynamiclib nicht erlaubt"
20272 #: f/lang-specs.h:38 gcc.c:689
20273 msgid "GNU C does not support -C without using -E"
20274 msgstr "GNU C unterstützt nicht -C ohne -E"
20276 #: f/lang-specs.h:39 gcc.c:690
20277 msgid "GNU C does not support -CC without using -E"
20278 msgstr "GNU C unterstützt nicht -CC ohne -E"
20280 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20281 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20282 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20283 msgid "may not use both -m32 and -m64"
20284 msgstr "-m32 und -m64 können nicht zusammen angegeben werden"
20286 #: config/ia64/freebsd.h:23 config/sparc/freebsd.h:33
20287 #: config/i386/freebsd-aout.h:203 config/alpha/freebsd.h:42
20288 msgid "`-p' not supported; use `-pg' and gprof(1)"
20289 msgstr "»-p« wird nicht unterstützt; verwenden Sie »-pg« und gprof(1)"
20291 #: config/vax/vax.h:50 config/vax/vax.h:51
20292 msgid "profiling not supported with -mg\n"
20293 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20295 #: config/mips/mips.h:954
20296 msgid "-pipe is not supported"
20297 msgstr "-pipe wird nicht unterstützt"
20299 #: config/mips/mips.h:1147 config/arc/arc.h:63
20300 msgid "may not use both -EB and -EL"
20303 #: java/jvspec.c:77 gcc.c:716 ada/lang-specs.h:38
20304 msgid "-pg and -fomit-frame-pointer are incompatible"
20307 #: config/rs6000/darwin.h:62
20308 msgid " conflicting code gen style switches are used"
20311 #: config/i386/cygwin.h:115
20312 msgid "mno-cygwin and mno-win32 are not compatible"
20315 #: config/i386/cygwin.h:170 config/i386/mingw32.h:84
20316 msgid "shared and mdll are not compatible"
20320 msgid "-E required when input is from standard input"
20324 msgid "compilation of header file requested"
20327 #: java/lang-specs.h:33
20328 msgid "-fjni and -femit-class-files are incompatible"
20331 #: java/lang-specs.h:34
20332 msgid "-fjni and -femit-class-file are incompatible"
20335 #: java/lang-specs.h:35 java/lang-specs.h:36
20336 msgid "-femit-class-file should used along with -fsyntax-only"
20339 #: treelang/lang-specs.h:52
20340 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20343 #: config/vax/netbsd-elf.h:42
20344 msgid "The -shared option is not currently supported for VAX ELF."
20347 #: config/mcore/mcore.h:60
20348 msgid "choose either big or little endian, not both"
20351 #: config/mcore/mcore.h:63
20352 msgid "choose either m340 or m210 not both"
20355 #: config/mcore/mcore.h:64
20356 msgid "the m210 does not have little endian support"
20359 #: config/arm/arm.h:178
20360 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20363 #: config/arm/arm.h:180
20364 msgid "-msoft-float and -mhard_float may not be used together"
20367 #: config/arm/arm.h:182
20368 msgid "-mbig-endian and -mlittle-endian may not be used together"
20371 #: config/mips/r3900.h:35
20372 msgid "-mhard-float not supported"
20375 #: config/mips/r3900.h:37
20376 msgid "-msingle-float and -msoft-float can not both be specified"
20379 #: ada/lang-specs.h:41
20380 msgid "-c or -S required for Ada"
20383 #: config/i386/sco5.h:585 config/i386/sco5.h:666
20384 msgid "-static not valid with -mcoff"
20387 #: config/i386/sco5.h:586 config/i386/sco5.h:667
20388 msgid "-shared not valid with -mcoff"
20391 #: config/i386/sco5.h:587 config/i386/sco5.h:668
20392 msgid "-symbolic not valid with -mcoff"
20395 #: config/i386/sco5.h:636
20396 msgid "-fpic is not valid with -mcoff"
20399 #: config/i386/sco5.h:637
20400 msgid "-fPIC is not valid with -mcoff"
20403 #: config/i386/sco5.h:669
20404 msgid "-fpic not valid with -mcoff"
20407 #: config/i386/sco5.h:670
20408 msgid "-fPIC not valid with -mcoff"
20411 #~ msgid "I/O error on output"
20412 #~ msgstr "Ein-/Ausgabefehler bei der Ausgabe"
20415 #~ "internal error in %s, at tradcpp.c:%d\n"
20416 #~ "Please submit a full bug report.\n"
20417 #~ "See %s for instructions."
20419 #~ "Interner Fehler in %s bei tradcpp.c:%d\n"
20420 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
20421 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
20422 #~ "sind an de@li.org zu melden.\n"
20423 #~ "Gehen Sie gemäß den Hinweisen in %s vor."