# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2001-10-29 11:48-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: attribs.c:305 #, c-format msgid "`%s' attribute directive ignored" msgstr "" #: attribs.c:313 #, c-format msgid "wrong number of arguments specified for `%s' attribute" msgstr "" #: attribs.c:330 #, c-format msgid "`%s' attribute does not apply to types" msgstr "" #: attribs.c:360 #, c-format msgid "`%s' attribute only applies to function types" msgstr "" #: attribs.c:438 attribs.c:460 attribs.c:482 attribs.c:513 attribs.c:535 #: attribs.c:558 attribs.c:588 attribs.c:626 attribs.c:673 attribs.c:703 #: attribs.c:733 attribs.c:757 attribs.c:1007 attribs.c:1096 attribs.c:1152 #: attribs.c:1256 config/arm/arm.c:1982 config/arm/arm.c:2010 #: config/avr/avr.c:4709 config/h8300/h8300.c:3067 config/h8300/h8300.c:3098 #: config/i386/i386.c:1113 config/i386/winnt.c:74 #, c-format msgid "`%s' attribute ignored" msgstr "" #: attribs.c:790 #, c-format msgid "unknown machine mode `%s'" msgstr "" #: attribs.c:793 #, c-format msgid "no data type for mode `%s'" msgstr "" #: attribs.c:830 msgid "section attribute cannot be specified for local variables" msgstr "" #: attribs.c:841 #, c-format msgid "section of `%s' conflicts with previous declaration" msgstr "" #: attribs.c:850 #, c-format msgid "section attribute not allowed for `%s'" msgstr "" #: attribs.c:857 msgid "section attributes are not supported for this target" msgstr "" #: attribs.c:899 msgid "requested alignment is not a constant" msgstr "" #: attribs.c:904 msgid "requested alignment is not a power of 2" msgstr "" #: attribs.c:909 msgid "requested alignment is too large" msgstr "" #: attribs.c:936 #, c-format msgid "alignment may not be specified for `%s'" msgstr "" #: attribs.c:981 #, c-format msgid "`%s' defined both normally and as an alias" msgstr "" #: attribs.c:991 msgid "alias arg not a string" msgstr "" #: attribs.c:1030 attribs.c:1063 attribs.c:1119 #, c-format msgid "`%s' attribute applies only to functions" msgstr "" #: attribs.c:1037 attribs.c:1070 attribs.c:1126 #, c-format msgid "can't set `%s' attribute after definition" msgstr "" #: builtins.c:279 msgid "offset outside bounds of constant string" msgstr "" #. ??? We used to try and build up a call to the out of line function, #. guessing about what registers needed saving etc. This became much #. harder with __builtin_va_start, since we don't have a tree for a #. call to __builtin_saveregs to fall back on. There was exactly one #. port (i860) that used this code, and I'm unconvinced it could actually #. handle the general case. So we no longer try to handle anything #. weird and make the backend absorb the evil. #: builtins.c:2627 msgid "__builtin_saveregs not supported by this target" msgstr "" #: builtins.c:2669 msgid "argument of `__builtin_args_info' must be constant" msgstr "" #: builtins.c:2675 msgid "argument of `__builtin_args_info' out of range" msgstr "" #: builtins.c:2681 msgid "missing argument in `__builtin_args_info'" msgstr "" #: builtins.c:2713 msgid "`va_start' used in function with fixed args" msgstr "" #: builtins.c:2732 msgid "second parameter of `va_start' not last named argument" msgstr "" #. Evidently an out of date version of ; can't validate #. va_start's second argument, but can still work as intended. #: builtins.c:2737 msgid "`__builtin_next_arg' called without an argument" msgstr "" #: builtins.c:2841 msgid "too many arguments to function `va_start'" msgstr "" #: builtins.c:2925 msgid "first argument to `va_arg' not of type `va_list'" msgstr "" #: builtins.c:2953 #, c-format msgid "`%s' is promoted to `%s' when passed through `...'" msgstr "" #: builtins.c:2957 #, c-format msgid "(so you should pass `%s' not `%s' to `va_arg')" msgstr "" #: builtins.c:3081 msgid "invalid arg to `__builtin_frame_address'" msgstr "" #: builtins.c:3083 msgid "invalid arg to `__builtin_return_address'" msgstr "" #: builtins.c:3097 msgid "unsupported arg to `__builtin_frame_address'" msgstr "" #: builtins.c:3099 msgid "unsupported arg to `__builtin_return_address'" msgstr "" #: builtins.c:3264 msgid "second arg to `__builtin_expect' must be a constant" msgstr "" #: builtins.c:3714 msgid "__builtin_longjmp second argument must be 1" msgstr "" #: builtins.c:3728 msgid "__builtin_trap not supported by this target" msgstr "" #. just do library call, if unknown builtin #: builtins.c:3780 c-common.c:3516 #, c-format msgid "built-in function `%s' not currently supported" msgstr "" #: c-common.c:503 #, c-format msgid "`%s' is not defined outside of function scope" msgstr "" #: c-common.c:608 #, c-format msgid "" "string length `%d' is greater than the length `%d' ISO C%d compilers are " "required to support" msgstr "" #: c-common.c:656 ch/decl.c:4100 msgid "overflow in constant expression" msgstr "" #: c-common.c:677 msgid "integer overflow in expression" msgstr "" #: c-common.c:686 msgid "floating point overflow in expression" msgstr "" #. This detects cases like converting -129 or 256 to unsigned char. #: c-common.c:707 msgid "large integer implicitly truncated to unsigned type" msgstr "" #: c-common.c:709 msgid "negative integer implicitly converted to unsigned type" msgstr "" #: c-common.c:756 msgid "overflow in implicit constant conversion" msgstr "" #: c-common.c:904 #, c-format msgid "operation on `%s' may be undefined" msgstr "" #: c-common.c:1194 msgid "expression statement has incomplete type" msgstr "" #: c-common.c:1227 ch/actions.c:1027 msgid "case label does not reduce to an integer constant" msgstr "" #: c-common.c:1513 msgid "invalid truth-value expression" msgstr "" #: c-common.c:1564 #, c-format msgid "invalid operands to binary %s" msgstr "" #: c-common.c:1799 c-common.c:1808 msgid "comparison is always false due to limited range of data type" msgstr "" #: c-common.c:1801 c-common.c:1810 msgid "comparison is always true due to limited range of data type" msgstr "" #: c-common.c:1876 msgid "comparison of unsigned expression >= 0 is always true" msgstr "" #: c-common.c:1885 msgid "comparison of unsigned expression < 0 is always false" msgstr "" #: c-common.c:1936 f/com.c:14886 msgid "struct type value used where scalar is required" msgstr "" #: c-common.c:1940 f/com.c:14890 msgid "union type value used where scalar is required" msgstr "" #: c-common.c:1944 f/com.c:14894 msgid "array type value used where scalar is required" msgstr "" #: c-common.c:2059 f/com.c:15020 msgid "suggest parentheses around assignment used as truth value" msgstr "" #: c-common.c:2103 c-common.c:2135 msgid "invalid use of `restrict'" msgstr "" #: c-common.c:2251 msgid "__alignof__ applied to an incomplete type" msgstr "" #: c-common.c:2277 msgid "`__alignof' applied to a bit-field" msgstr "" #: c-common.c:2952 c-typeck.c:1727 #, c-format msgid "too few arguments to function `%s'" msgstr "" #: c-common.c:2958 c-typeck.c:1578 #, c-format msgid "too many arguments to function `%s'" msgstr "" #: c-common.c:3145 msgid "pointers are not permitted as case values" msgstr "" #: c-common.c:3151 msgid "ISO C++ forbids range expressions in switch statements" msgstr "" #: c-common.c:3153 msgid "ISO C forbids range expressions in switch statements" msgstr "" #: c-common.c:3183 msgid "empty range specified" msgstr "" #: c-common.c:3234 msgid "duplicate (or overlapping) case value" msgstr "" #: c-common.c:3236 msgid "this is the first entry overlapping that value" msgstr "" #: c-common.c:3240 ch/actions.c:1125 msgid "duplicate case value" msgstr "" #: c-common.c:3241 msgid "previously used here" msgstr "" #: c-common.c:3245 msgid "multiple default labels in one switch" msgstr "" #: c-common.c:3246 msgid "this is the first default label" msgstr "" #: c-common.c:3274 msgid "ISO C++ forbids taking the address of a label" msgstr "" #: c-common.c:3276 msgid "ISO C forbids taking the address of a label" msgstr "" #: c-common.c:3817 msgid "-Wformat-y2k ignored without -Wformat" msgstr "" #: c-common.c:3819 msgid "-Wformat-extra-args ignored without -Wformat" msgstr "" #: c-common.c:3821 msgid "-Wformat-nonliteral ignored without -Wformat" msgstr "" #: c-common.c:3823 msgid "-Wformat-security ignored without -Wformat" msgstr "" #: c-common.c:3825 msgid "-Wmissing-format-attribute ignored without -Wformat" msgstr "" #: c-convert.c:78 c-typeck.c:918 c-typeck.c:4081 ch/convert.c:1164 #: cp/typeck.c:1733 cp/typeck.c:6291 msgid "void value not ignored as it ought to be" msgstr "" #: c-convert.c:110 java/typeck.c:150 msgid "conversion to non-scalar type requested" msgstr "" #: c-decl.c:549 #, c-format msgid "unknown C standard `%s'" msgstr "" #: c-decl.c:847 #, c-format msgid "array `%s' assumed to have one element" msgstr "" #: c-decl.c:1023 #, c-format msgid "`struct %s' incomplete in scope ending here" msgstr "" #: c-decl.c:1026 #, c-format msgid "`union %s' incomplete in scope ending here" msgstr "" #: c-decl.c:1029 #, c-format msgid "`enum %s' incomplete in scope ending here" msgstr "" #: c-decl.c:1143 c-decl.c:1308 ch/decl.c:2920 java/decl.c:1345 #, c-format msgid "label `%s' used but not defined" msgstr "" #: c-decl.c:1149 c-decl.c:1315 ch/decl.c:2926 java/decl.c:1351 #, c-format msgid "label `%s' defined but not used" msgstr "" #: c-decl.c:1432 cp/decl.c:3114 #, c-format msgid "function `%s' redeclared as inline" msgstr "" #: c-decl.c:1434 cp/decl.c:3116 #, c-format msgid "previous declaration of function `%s' with attribute noinline" msgstr "" #: c-decl.c:1441 cp/decl.c:3123 #, c-format msgid "function `%s' redeclared with attribute noinline" msgstr "" #: c-decl.c:1443 cp/decl.c:3125 #, c-format msgid "previous declaration of function `%s' was inline" msgstr "" #: c-decl.c:1472 c-decl.c:1525 #, c-format msgid "shadowing built-in function `%s'" msgstr "" #: c-decl.c:1474 #, c-format msgid "shadowing library function `%s'" msgstr "" #: c-decl.c:1480 #, c-format msgid "library function `%s' declared as non-function" msgstr "" #: c-decl.c:1484 c-decl.c:1487 #, c-format msgid "built-in function `%s' declared as non-function" msgstr "" #: c-decl.c:1491 objc/objc-act.c:2322 objc/objc-act.c:6000 #, c-format msgid "`%s' redeclared as different kind of symbol" msgstr "" #: c-decl.c:1492 c-decl.c:1674 c-decl.c:1823 objc/objc-act.c:2324 #: objc/objc-act.c:6002 objc/objc-act.c:6057 #, c-format msgid "previous declaration of `%s'" msgstr "" #. If types don't match for a built-in, throw away the built-in. #: c-decl.c:1578 #, c-format msgid "conflicting types for built-in function `%s'" msgstr "" #: c-decl.c:1621 c-decl.c:1640 #, c-format msgid "conflicting types for `%s'" msgstr "" #: c-decl.c:1663 msgid "" "A parameter list with an ellipsis can't match an empty parameter name list " "declaration." msgstr "" #: c-decl.c:1669 msgid "" "An argument type that has a default promotion can't match an empty parameter " "name list declaration." msgstr "" #: c-decl.c:1684 c-decl.c:1706 #, c-format msgid "redefinition of `%s'" msgstr "" #: c-decl.c:1687 #, c-format msgid "redeclaration of `%s'" msgstr "" #: c-decl.c:1690 #, c-format msgid "conflicting declarations of `%s'" msgstr "" #: c-decl.c:1699 c-decl.c:1711 #, c-format msgid "`%s' previously defined here" msgstr "" #: c-decl.c:1700 c-decl.c:1712 #, c-format msgid "`%s' previously declared here" msgstr "" #: c-decl.c:1733 #, c-format msgid "prototype for `%s' follows" msgstr "" #: c-decl.c:1734 c-decl.c:1742 c-decl.c:1758 msgid "non-prototype definition here" msgstr "" #: c-decl.c:1741 #, c-format msgid "prototype for `%s' follows and number of arguments doesn't match" msgstr "" #: c-decl.c:1756 #, c-format msgid "prototype for `%s' follows and argument %d doesn't match" msgstr "" #: c-decl.c:1774 #, c-format msgid "`%s' declared inline after being called" msgstr "" #: c-decl.c:1780 #, c-format msgid "`%s' declared inline after its definition" msgstr "" #: c-decl.c:1787 #, c-format msgid "static declaration for `%s' follows non-static" msgstr "" #: c-decl.c:1795 #, c-format msgid "non-static declaration for `%s' follows static" msgstr "" #: c-decl.c:1802 #, c-format msgid "const declaration for `%s' follows non-const" msgstr "" #: c-decl.c:1809 #, c-format msgid "type qualifiers for `%s' conflict with previous decl" msgstr "" #: c-decl.c:1822 #, c-format msgid "redundant redeclaration of `%s' in same scope" msgstr "" #: c-decl.c:2122 #, c-format msgid "nested extern declaration of `%s'" msgstr "" #: c-decl.c:2147 java/decl.c:997 #, c-format msgid "`%s' used prior to declaration" msgstr "" #: c-decl.c:2168 c-decl.c:2383 #, c-format msgid "`%s' was declared implicitly `extern' and later `static'" msgstr "" #: c-decl.c:2278 msgid "type mismatch with previous external decl" msgstr "" #: c-decl.c:2279 #, c-format msgid "previous external decl of `%s'" msgstr "" #: c-decl.c:2292 msgid "type mismatch with previous implicit declaration" msgstr "" #: c-decl.c:2294 #, c-format msgid "previous implicit declaration of `%s'" msgstr "" #: c-decl.c:2311 #, c-format msgid "type of external `%s' is not global" msgstr "" #: c-decl.c:2362 #, c-format msgid "`%s' was previously implicitly declared to return `int'" msgstr "" #: c-decl.c:2387 #, c-format msgid "`%s' was declared `extern' and later `static'" msgstr "" #: c-decl.c:2411 #, c-format msgid "extern declaration of `%s' doesn't match global one" msgstr "" #: c-decl.c:2453 #, c-format msgid "`%s' locally external but globally static" msgstr "" #: c-decl.c:2489 c-decl.c:2514 cp/decl.c:4203 java/decl.c:1044 #, c-format msgid "declaration of `%s' shadows a parameter" msgstr "" #: c-decl.c:2492 java/decl.c:1047 #, c-format msgid "declaration of `%s' shadows a symbol from the parameter list" msgstr "" #: c-decl.c:2516 cp/decl.c:4211 #, c-format msgid "declaration of `%s' shadows previous local" msgstr "" #. XXX shadow warnings in outer-more namespaces #: c-decl.c:2519 cp/decl.c:4215 #, c-format msgid "declaration of `%s' shadows global declaration" msgstr "" #: c-decl.c:2609 #, c-format msgid "function `%s' was previously declared within a block" msgstr "" #: c-decl.c:2629 c-decl.c:2631 #, c-format msgid "implicit declaration of function `%s'" msgstr "" #: c-decl.c:2719 #, c-format msgid "label %s referenced outside of any function" msgstr "" #: c-decl.c:2776 #, c-format msgid "duplicate label declaration `%s'" msgstr "" #: c-decl.c:2779 msgid "this is a previous declaration" msgstr "" #: c-decl.c:3284 msgid "unnamed struct/union that defines no instances" msgstr "" #: c-decl.c:3303 msgid "useless keyword or type name in empty declaration" msgstr "" #: c-decl.c:3310 msgid "two types specified in one empty declaration" msgstr "" #: c-decl.c:3315 msgid "empty declaration" msgstr "" #: c-decl.c:3345 msgid "" "ISO C89 does not support `static' or type qualifiers in parameter array " "declarators" msgstr "" #: c-decl.c:3347 msgid "ISO C89 does not support `[*]' array declarators" msgstr "" #: c-decl.c:3350 msgid "GCC does not yet properly implement `[*]' array declarators" msgstr "" #: c-decl.c:3369 msgid "static or type qualifiers in abstract declarator" msgstr "" #: c-decl.c:3426 #, c-format msgid "`%s' is usually a function" msgstr "" #: c-decl.c:3440 #, c-format msgid "typedef `%s' is initialized" msgstr "" #: c-decl.c:3447 #, c-format msgid "function `%s' is initialized like a variable" msgstr "" #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE. #: c-decl.c:3454 #, c-format msgid "parameter `%s' is initialized" msgstr "" #: c-decl.c:3474 c-typeck.c:4813 msgid "variable-sized object may not be initialized" msgstr "" #: c-decl.c:3480 #, c-format msgid "variable `%s' has initializer but incomplete type" msgstr "" #: c-decl.c:3486 #, c-format msgid "elements of array `%s' have incomplete type" msgstr "" #: c-decl.c:3499 #, c-format msgid "declaration of `%s' has `extern' and is initialized" msgstr "" #: c-decl.c:3534 c-decl.c:6080 cp/decl.c:7231 cp/decl.c:13432 #, c-format msgid "inline function `%s' given attribute noinline" msgstr "" #: c-decl.c:3615 #, c-format msgid "initializer fails to determine size of `%s'" msgstr "" #: c-decl.c:3620 #, c-format msgid "array size missing in `%s'" msgstr "" #: c-decl.c:3636 #, c-format msgid "zero or negative size array `%s'" msgstr "" #: c-decl.c:3664 ch/decl.c:4133 #, c-format msgid "storage size of `%s' isn't known" msgstr "" #: c-decl.c:3674 #, c-format msgid "storage size of `%s' isn't constant" msgstr "" #: c-decl.c:3733 #, c-format msgid "ignoring asm-specifier for non-static local variable `%s'" msgstr "" #: c-decl.c:3808 #, c-format msgid "ANSI C forbids parameter `%s' shadowing typedef" msgstr "" #: c-decl.c:4049 cp/decl.c:10028 msgid "`long long long' is too long for GCC" msgstr "" #: c-decl.c:4054 msgid "ISO C89 does not support `long long'" msgstr "" #: c-decl.c:4059 cp/decl.c:10033 #, c-format msgid "duplicate `%s'" msgstr "" #: c-decl.c:4065 cp/decl.c:10053 #, c-format msgid "two or more data types in declaration of `%s'" msgstr "" #: c-decl.c:4080 cp/decl.c:10058 #, c-format msgid "`%s' fails to be a typedef or built in type" msgstr "" #: c-decl.c:4119 #, c-format msgid "type defaults to `int' in declaration of `%s'" msgstr "" #: c-decl.c:4148 #, c-format msgid "both long and short specified for `%s'" msgstr "" #: c-decl.c:4152 cp/decl.c:10157 #, c-format msgid "long or short specified with char for `%s'" msgstr "" #: c-decl.c:4159 cp/decl.c:10161 #, c-format msgid "long or short specified with floating type for `%s'" msgstr "" #: c-decl.c:4162 msgid "the only valid combination is `long double'" msgstr "" #: c-decl.c:4168 #, c-format msgid "both signed and unsigned specified for `%s'" msgstr "" #: c-decl.c:4170 cp/decl.c:10150 #, c-format msgid "long, short, signed or unsigned invalid for `%s'" msgstr "" #: c-decl.c:4176 cp/decl.c:10170 #, c-format msgid "long, short, signed or unsigned used invalidly for `%s'" msgstr "" #: c-decl.c:4195 cp/decl.c:10191 #, c-format msgid "complex invalid for `%s'" msgstr "" #: c-decl.c:4240 msgid "ISO C89 does not support complex types" msgstr "" #: c-decl.c:4252 msgid "ISO C does not support plain `complex' meaning `double complex'" msgstr "" #: c-decl.c:4258 c-decl.c:4270 msgid "ISO C does not support complex integer types" msgstr "" #: c-decl.c:4285 c-decl.c:4724 cp/decl.c:10791 msgid "duplicate `const'" msgstr "" #: c-decl.c:4287 c-decl.c:4728 cp/decl.c:10795 msgid "duplicate `restrict'" msgstr "" #: c-decl.c:4289 c-decl.c:4726 cp/decl.c:10793 msgid "duplicate `volatile'" msgstr "" #: c-decl.c:4311 cp/decl.c:10340 #, c-format msgid "multiple storage classes in declaration of `%s'" msgstr "" #: c-decl.c:4320 msgid "function definition declared `auto'" msgstr "" #: c-decl.c:4322 msgid "function definition declared `register'" msgstr "" #: c-decl.c:4324 msgid "function definition declared `typedef'" msgstr "" #: c-decl.c:4337 #, c-format msgid "storage class specified for structure field `%s'" msgstr "" #: c-decl.c:4341 cp/decl.c:10387 #, c-format msgid "storage class specified for parameter `%s'" msgstr "" #: c-decl.c:4344 cp/decl.c:10389 msgid "storage class specified for typename" msgstr "" #: c-decl.c:4356 cp/decl.c:10403 #, c-format msgid "`%s' initialized and declared `extern'" msgstr "" #: c-decl.c:4358 cp/decl.c:10406 #, c-format msgid "`%s' has both `extern' and initializer" msgstr "" #: c-decl.c:4362 cp/decl.c:10410 #, c-format msgid "nested function `%s' declared `extern'" msgstr "" #: c-decl.c:4365 cp/decl.c:10414 #, c-format msgid "top-level declaration of `%s' specifies `auto'" msgstr "" #. Only the innermost declarator (making a parameter be of #. array type which is converted to pointer type) #. may have static or type qualifiers. #: c-decl.c:4400 c-decl.c:4589 msgid "static or type qualifiers in non-parameter array declarator" msgstr "" #: c-decl.c:4444 #, c-format msgid "declaration of `%s' as array of voids" msgstr "" #: c-decl.c:4450 #, c-format msgid "declaration of `%s' as array of functions" msgstr "" #: c-decl.c:4471 #, c-format msgid "size of array `%s' has non-integer type" msgstr "" #: c-decl.c:4476 #, c-format msgid "ISO C forbids zero-size array `%s'" msgstr "" #: c-decl.c:4483 #, c-format msgid "size of array `%s' is negative" msgstr "" #: c-decl.c:4496 #, c-format msgid "ISO C89 forbids array `%s' whose size can't be evaluated" msgstr "" #: c-decl.c:4499 #, c-format msgid "ISO C89 forbids variable-size array `%s'" msgstr "" #: c-decl.c:4529 c-decl.c:4750 cp/decl.c:11012 #, c-format msgid "size of array `%s' is too large" msgstr "" #: c-decl.c:4546 msgid "ISO C89 does not support flexible array members" msgstr "" #: c-decl.c:4556 msgid "array type has incomplete element type" msgstr "" #: c-decl.c:4563 msgid "ANSI C forbids const or volatile function types" msgstr "" #: c-decl.c:4609 cp/decl.c:10551 #, c-format msgid "`%s' declared as function returning a function" msgstr "" #: c-decl.c:4614 cp/decl.c:10556 #, c-format msgid "`%s' declared as function returning an array" msgstr "" #: c-decl.c:4649 msgid "ISO C forbids qualified void function return type" msgstr "" #: c-decl.c:4653 msgid "type qualifiers ignored on function return type" msgstr "" #: c-decl.c:4682 c-decl.c:4765 c-decl.c:4889 c-decl.c:4983 msgid "ISO C forbids qualified function types" msgstr "" #: c-decl.c:4722 cp/decl.c:10787 msgid "invalid type modifier within pointer declarator" msgstr "" #: c-decl.c:4800 msgid "ISO C forbids const or volatile function types" msgstr "" #: c-decl.c:4820 cp/decl.c:11295 #, c-format msgid "variable or field `%s' declared void" msgstr "" #: c-decl.c:4853 msgid "attributes in parameter array declarator ignored" msgstr "" #: c-decl.c:4878 msgid "invalid type modifier within array declarator" msgstr "" #: c-decl.c:4927 #, c-format msgid "field `%s' declared as a function" msgstr "" #: c-decl.c:4933 #, c-format msgid "field `%s' has incomplete type" msgstr "" #: c-decl.c:4965 c-decl.c:4967 c-decl.c:4974 #, c-format msgid "invalid storage class for function `%s'" msgstr "" #: c-decl.c:4989 msgid "`noreturn' function returns non-void value" msgstr "" #: c-decl.c:5001 msgid "cannot inline function `main'" msgstr "" #: c-decl.c:5047 #, c-format msgid "variable `%s' declared `inline'" msgstr "" #: c-decl.c:5120 c-decl.c:6132 msgid "function declaration isn't a prototype" msgstr "" #: c-decl.c:5126 msgid "parameter names (without types) in function declaration" msgstr "" #: c-decl.c:5158 c-decl.c:6518 #, c-format msgid "parameter `%s' has incomplete type" msgstr "" #: c-decl.c:5161 msgid "parameter has incomplete type" msgstr "" #: c-decl.c:5182 #, c-format msgid "parameter `%s' points to incomplete type" msgstr "" #: c-decl.c:5185 msgid "parameter points to incomplete type" msgstr "" #: c-decl.c:5250 #, c-format msgid "parameter `%s' has just a forward declaration" msgstr "" #: c-decl.c:5291 msgid "`void' in parameter list must be the entire list" msgstr "" #: c-decl.c:5320 #, c-format msgid "`%s %s' declared inside parameter list" msgstr "" #: c-decl.c:5329 msgid "anonymous struct declared inside parameter list" msgstr "" #: c-decl.c:5331 msgid "anonymous union declared inside parameter list" msgstr "" #: c-decl.c:5333 msgid "anonymous enum declared inside parameter list" msgstr "" #: c-decl.c:5337 msgid "" "its scope is only this definition or declaration, which is probably not what " "you want." msgstr "" #: c-decl.c:5414 #, c-format msgid "redefinition of `%s %s'" msgstr "" #: c-decl.c:5453 msgid "unnamed fields of type other than struct or union are not allowed" msgstr "" #: c-decl.c:5494 c-decl.c:5497 #, c-format msgid "%s defined inside parms" msgstr "" #: c-decl.c:5495 c-decl.c:5498 c-decl.c:5509 msgid "union" msgstr "" #: c-decl.c:5495 c-decl.c:5498 msgid "structure" msgstr "" #: c-decl.c:5508 #, c-format msgid "%s has no %s" msgstr "" #: c-decl.c:5509 msgid "struct" msgstr "" #: c-decl.c:5510 msgid "named members" msgstr "" #: c-decl.c:5510 msgid "members" msgstr "" #: c-decl.c:5549 #, c-format msgid "nested redefinition of `%s'" msgstr "" #: c-decl.c:5562 #, c-format msgid "bit-field `%s' width not an integer constant" msgstr "" #: c-decl.c:5573 #, c-format msgid "bit-field `%s' has invalid type" msgstr "" #: c-decl.c:5585 #, c-format msgid "bit-field `%s' type invalid in ISO C" msgstr "" #: c-decl.c:5597 #, c-format msgid "negative width in bit-field `%s'" msgstr "" #: c-decl.c:5599 #, c-format msgid "width of `%s' exceeds its type" msgstr "" #: c-decl.c:5601 #, c-format msgid "zero width for bit-field `%s'" msgstr "" #: c-decl.c:5615 #, c-format msgid "`%s' is narrower than values of its type" msgstr "" #: c-decl.c:5660 msgid "flexible array member in union" msgstr "" #: c-decl.c:5662 msgid "flexible array member not at end of struct" msgstr "" #: c-decl.c:5664 msgid "flexible array member in otherwise empty struct" msgstr "" #: c-decl.c:5689 ch/typeck.c:3060 #, c-format msgid "duplicate member `%s'" msgstr "" #: c-decl.c:5733 msgid "union cannot be made transparent" msgstr "" #. This enum is a named one that has been declared already. #: c-decl.c:5814 #, c-format msgid "redeclaration of `enum %s'" msgstr "" #: c-decl.c:5848 msgid "enum defined inside parms" msgstr "" #: c-decl.c:5881 msgid "enumeration values exceed range of largest integer" msgstr "" #: c-decl.c:5990 ch/decl.c:4437 #, c-format msgid "enumerator value for `%s' not integer constant" msgstr "" #: c-decl.c:6003 ch/decl.c:4449 msgid "overflow in enumeration values" msgstr "" #: c-decl.c:6008 msgid "ISO C restricts enumerator values to range of `int'" msgstr "" #: c-decl.c:6086 msgid "return type is an incomplete type" msgstr "" #: c-decl.c:6094 msgid "return type defaults to `int'" msgstr "" #: c-decl.c:6141 #, c-format msgid "no previous prototype for `%s'" msgstr "" #: c-decl.c:6148 #, c-format msgid "`%s' was used with no prototype before its definition" msgstr "" #: c-decl.c:6154 #, c-format msgid "no previous declaration for `%s'" msgstr "" #: c-decl.c:6161 #, c-format msgid "`%s' was used with no declaration before its definition" msgstr "" #: c-decl.c:6185 c-decl.c:6759 #, c-format msgid "return type of `%s' is not `int'" msgstr "" #: c-decl.c:6201 #, c-format msgid "first argument of `%s' should be `int'" msgstr "" #: c-decl.c:6210 #, c-format msgid "second argument of `%s' should be `char **'" msgstr "" #: c-decl.c:6219 #, c-format msgid "third argument of `%s' should probably be `char **'" msgstr "" #: c-decl.c:6228 #, c-format msgid "`%s' takes only zero or two arguments" msgstr "" #: c-decl.c:6231 #, c-format msgid "`%s' is normally a non-static function" msgstr "" #: c-decl.c:6336 msgid "parm types given both in parmlist and separately" msgstr "" #: c-decl.c:6357 msgid "parameter name omitted" msgstr "" #: c-decl.c:6361 c-decl.c:6463 #, c-format msgid "parameter `%s' declared void" msgstr "" #: c-decl.c:6437 msgid "parameter name missing from parameter list" msgstr "" #: c-decl.c:6456 #, c-format msgid "multiple parameters named `%s'" msgstr "" #: c-decl.c:6487 c-decl.c:6489 #, c-format msgid "type of `%s' defaults to `int'" msgstr "" #: c-decl.c:6525 #, c-format msgid "declaration for parameter `%s' but no such parameter" msgstr "" #: c-decl.c:6573 msgid "number of arguments doesn't match prototype" msgstr "" #: c-decl.c:6603 #, c-format msgid "promoted argument `%s' doesn't match prototype" msgstr "" #: c-decl.c:6617 #, c-format msgid "argument `%s' doesn't match prototype" msgstr "" #: c-decl.c:6899 msgid "this function may return with or without a value" msgstr "" #: c-decl.c:6919 #, c-format msgid "size of return value of `%s' is %u bytes" msgstr "" #: c-decl.c:6923 #, c-format msgid "size of return value of `%s' is larger than %d bytes" msgstr "" #. If we get here, declarations have been used in a for loop without #. the C99 for loop scope. This doesn't make much sense, so don't #. allow it. #: c-decl.c:6978 msgid "`for' loop initial declaration used outside C99 mode" msgstr "" #: c-decl.c:6998 #, c-format msgid "`%s %s' declared in `for' loop initial declaration" msgstr "" #: c-decl.c:7007 #, c-format msgid "declaration of non-variable `%s' in `for' loop initial declaration" msgstr "" #: c-decl.c:7009 #, c-format msgid "declaration of static variable `%s' in `for' loop initial declaration" msgstr "" #: c-decl.c:7011 #, c-format msgid "declaration of `extern' variable `%s' in `for' loop initial declaration" msgstr "" #: c-dump.c:845 #, c-format msgid "could not open dump file `%s'" msgstr "" #: c-dump.c:921 #, c-format msgid "ignoring unknown option `%.*s' in `-f%s'" msgstr "" #: c-format.c:128 c-format.c:210 msgid "format string arg not a string type" msgstr "" #: c-format.c:143 msgid "args to be formatted is not '...'" msgstr "" #: c-format.c:152 msgid "strftime formats cannot format arguments" msgstr "" #: c-format.c:187 c-format.c:289 msgid "format string has invalid operand number" msgstr "" #: c-format.c:221 msgid "function does not return string type" msgstr "" #: c-format.c:252 msgid "unrecognized format specifier" msgstr "" #: c-format.c:265 #, c-format msgid "`%s' is an unrecognized format function type" msgstr "" #: c-format.c:299 msgid "format string arg follows the args to be formatted" msgstr "" #: c-format.c:617 msgid "` ' flag" msgstr "" #: c-format.c:617 msgid "the ` ' printf flag" msgstr "" #: c-format.c:618 c-format.c:689 msgid "`+' flag" msgstr "" #: c-format.c:618 msgid "the `+' printf flag" msgstr "" #: c-format.c:619 c-format.c:665 msgid "`#' flag" msgstr "" #: c-format.c:619 msgid "the `#' printf flag" msgstr "" #: c-format.c:620 c-format.c:663 msgid "`0' flag" msgstr "" #: c-format.c:620 msgid "the `0' printf flag" msgstr "" #: c-format.c:621 c-format.c:662 c-format.c:692 msgid "`-' flag" msgstr "" #: c-format.c:621 msgid "the `-' printf flag" msgstr "" #: c-format.c:622 c-format.c:646 msgid "`'' flag" msgstr "" #: c-format.c:622 msgid "the `'' printf flag" msgstr "" #: c-format.c:623 c-format.c:647 msgid "`I' flag" msgstr "" #: c-format.c:623 msgid "the `I' printf flag" msgstr "" #: c-format.c:624 c-format.c:644 c-format.c:666 c-format.c:693 c-format.c:1755 msgid "field width" msgstr "" #: c-format.c:624 msgid "field width in printf format" msgstr "" #: c-format.c:625 msgid "precision" msgstr "" #: c-format.c:625 msgid "precision in printf format" msgstr "" #: c-format.c:626 c-format.c:645 c-format.c:696 msgid "length modifier" msgstr "" #: c-format.c:626 msgid "length modifier in printf format" msgstr "" #: c-format.c:642 msgid "assignment suppression" msgstr "" #: c-format.c:643 msgid "`a' flag" msgstr "" #: c-format.c:643 msgid "the `a' scanf flag" msgstr "" #: c-format.c:644 msgid "field width in scanf format" msgstr "" #: c-format.c:645 msgid "length modifier in scanf format" msgstr "" #: c-format.c:646 msgid "the `'' scanf flag" msgstr "" #: c-format.c:647 msgid "the `I' scanf flag" msgstr "" #: c-format.c:661 msgid "`_' flag" msgstr "" #: c-format.c:661 msgid "the `_' strftime flag" msgstr "" #: c-format.c:662 msgid "the `-' strftime flag" msgstr "" #: c-format.c:663 msgid "the `0' strftime flag" msgstr "" #: c-format.c:664 c-format.c:688 msgid "`^' flag" msgstr "" #: c-format.c:664 msgid "the `^' strftime flag" msgstr "" #: c-format.c:665 msgid "the `#' strftime flag" msgstr "" #: c-format.c:666 msgid "field width in strftime format" msgstr "" #: c-format.c:667 msgid "`E' modifier" msgstr "" #: c-format.c:667 msgid "the `E' strftime modifier" msgstr "" #: c-format.c:668 msgid "`O' modifier" msgstr "" #: c-format.c:668 msgid "the `O' strftime modifier" msgstr "" #: c-format.c:669 msgid "the `O' modifier" msgstr "" #: c-format.c:687 msgid "fill character" msgstr "" #: c-format.c:687 msgid "fill character in strfmon format" msgstr "" #: c-format.c:688 msgid "the `^' strfmon flag" msgstr "" #: c-format.c:689 msgid "the `+' strfmon flag" msgstr "" #: c-format.c:690 msgid "`(' flag" msgstr "" #: c-format.c:690 msgid "the `(' strfmon flag" msgstr "" #: c-format.c:691 msgid "`!' flag" msgstr "" #: c-format.c:691 msgid "the `!' strfmon flag" msgstr "" #: c-format.c:692 msgid "the `-' strfmon flag" msgstr "" #: c-format.c:693 msgid "field width in strfmon format" msgstr "" #: c-format.c:694 msgid "left precision" msgstr "" #: c-format.c:694 msgid "left precision in strfmon format" msgstr "" #: c-format.c:695 msgid "right precision" msgstr "" #: c-format.c:695 msgid "right precision in strfmon format" msgstr "" #: c-format.c:696 msgid "length modifier in strfmon format" msgstr "" #: c-format.c:995 #, c-format msgid "function might be possible candidate for `%s' format attribute" msgstr "" #: c-format.c:1099 c-format.c:1120 c-format.c:2165 msgid "missing $ operand number in format" msgstr "" #: c-format.c:1130 #, c-format msgid "%s does not support %%n$ operand number formats" msgstr "" #: c-format.c:1137 msgid "operand number out of range in format" msgstr "" #: c-format.c:1158 #, c-format msgid "format argument %d used more than once in %s format" msgstr "" #: c-format.c:1200 #, c-format msgid "format argument %d unused before used argument %d in $-style format" msgstr "" #: c-format.c:1294 msgid "format not a string literal, format string not checked" msgstr "" #: c-format.c:1308 msgid "format not a string literal and no format arguments" msgstr "" #: c-format.c:1310 msgid "format not a string literal, argument types not checked" msgstr "" #: c-format.c:1323 msgid "too many arguments for format" msgstr "" #: c-format.c:1326 msgid "unused arguments in $-style format" msgstr "" #: c-format.c:1329 msgid "zero-length format string" msgstr "" #: c-format.c:1332 msgid "format is a wide character string" msgstr "" #: c-format.c:1335 msgid "unterminated format string" msgstr "" #. FIXME: this warning should go away once Marc Espie's #. __attribute__((nonnull)) patch is in. Instead, checking for #. nonnull attributes should probably change this function to act #. specially if info == NULL and add a res->number_null entry for #. that case, or maybe add a function pointer to be called at #. the end instead of hardcoding check_format_info_main. #: c-format.c:1442 msgid "null format string" msgstr "" #: c-format.c:1634 msgid "embedded `\\0' in format" msgstr "" #: c-format.c:1649 #, c-format msgid "spurious trailing `%%' in format" msgstr "" #: c-format.c:1688 c-format.c:1925 #, c-format msgid "repeated %s in format" msgstr "" #: c-format.c:1701 msgid "missing fill character at end of strfmon format" msgstr "" #: c-format.c:1721 c-format.c:1839 c-format.c:2119 c-format.c:2172 msgid "too few arguments for format" msgstr "" #: c-format.c:1781 #, c-format msgid "zero width in %s format" msgstr "" #: c-format.c:1800 #, c-format msgid "empty left precision in %s format" msgstr "" #: c-format.c:1854 msgid "field precision" msgstr "" #: c-format.c:1869 #, c-format msgid "empty precision in %s format" msgstr "" #: c-format.c:1909 #, c-format msgid "%s does not support the `%s' %s length modifier" msgstr "" #: c-format.c:1959 msgid "conversion lacks type at end of format" msgstr "" #: c-format.c:1970 #, c-format msgid "unknown conversion type character `%c' in format" msgstr "" #: c-format.c:1973 #, c-format msgid "unknown conversion type character 0x%x in format" msgstr "" #: c-format.c:1980 #, c-format msgid "%s does not support the `%%%c' %s format" msgstr "" #: c-format.c:1996 #, c-format msgid "%s used with `%%%c' %s format" msgstr "" #: c-format.c:2005 #, c-format msgid "%s does not support %s" msgstr "" #: c-format.c:2014 #, c-format msgid "%s does not support %s with the `%%%c' %s format" msgstr "" #: c-format.c:2047 #, c-format msgid "%s ignored with %s and `%%%c' %s format" msgstr "" #: c-format.c:2051 #, c-format msgid "%s ignored with %s in %s format" msgstr "" #: c-format.c:2057 #, c-format msgid "use of %s and %s together with `%%%c' %s format" msgstr "" #: c-format.c:2061 #, c-format msgid "use of %s and %s together in %s format" msgstr "" #: c-format.c:2080 #, c-format msgid "`%%%c' yields only last 2 digits of year in some locales" msgstr "" #: c-format.c:2083 #, c-format msgid "`%%%c' yields only last 2 digits of year" msgstr "" #. The end of the format string was reached. #: c-format.c:2099 #, c-format msgid "no closing `]' for `%%[' format" msgstr "" #: c-format.c:2112 #, c-format msgid "use of `%s' length modifier with `%c' type character" msgstr "" #: c-format.c:2133 #, c-format msgid "%s does not support the `%%%s%c' %s format" msgstr "" #: c-format.c:2148 msgid "operand number specified with suppressed assignment" msgstr "" #: c-format.c:2150 msgid "operand number specified for format taking no argument" msgstr "" #: c-format.c:2269 #, c-format msgid "writing through null pointer (arg %d)" msgstr "" #: c-format.c:2278 #, c-format msgid "reading through null pointer (arg %d)" msgstr "" #: c-format.c:2298 #, c-format msgid "writing into constant object (arg %d)" msgstr "" #: c-format.c:2308 #, c-format msgid "extra type qualifiers in format argument (arg %d)" msgstr "" #: c-format.c:2315 #, c-format msgid "format argument is not a pointer (arg %d)" msgstr "" #: c-format.c:2317 #, c-format msgid "format argument is not a pointer to a pointer (arg %d)" msgstr "" #: c-format.c:2411 #, c-format msgid "%s is not type %s (arg %d)" msgstr "" #: c-format.c:2414 #, c-format msgid "%s format, %s arg (arg %d)" msgstr "" #: c-lex.c:298 msgid "badly nested C headers from preprocessor" msgstr "" #: c-lex.c:348 #, c-format msgid "ignoring #pragma %s %s" msgstr "" #: c-lex.c:350 #, c-format msgid "ignoring #pragma %s" msgstr "" #: c-lex.c:400 #, c-format msgid "universal-character-name '\\U%08x' not valid in identifier" msgstr "" #: c-lex.c:646 #, c-format msgid "universal-character-name '\\u%04x' not valid in identifier" msgstr "" #: c-lex.c:736 msgid "both 'f' and 'l' suffixes on floating constant" msgstr "" #: c-lex.c:763 #, c-format msgid "floating point number exceeds range of '%s'" msgstr "" #: c-lex.c:793 #, c-format msgid "stray '%c' in program" msgstr "" #: c-lex.c:795 #, c-format msgid "stray '\\%o' in program" msgstr "" #: c-lex.c:893 msgid "too many decimal points in floating constant" msgstr "" #: c-lex.c:895 msgid "decimal point in exponent - impossible!" msgstr "" #. Possible future extension: silently ignore _ in numbers, #. permitting cosmetic grouping - e.g. 0x8000_0000 == 0x80000000 #. but somewhat easier to read. Ada has this? #: c-lex.c:906 msgid "underscore in number" msgstr "" #: c-lex.c:975 msgid "numeric constant with no digits" msgstr "" #: c-lex.c:978 msgid "numeric constant contains digits beyond the radix" msgstr "" #: c-lex.c:989 msgid "floating constant may not be in radix 16" msgstr "" #: c-lex.c:992 msgid "hexadecimal floating constant has no exponent" msgstr "" #: c-lex.c:1004 msgid "floating constant exponent has no digits" msgstr "" #: c-lex.c:1024 msgid "more than one 'f' suffix on floating constant" msgstr "" #: c-lex.c:1027 msgid "traditional C rejects the 'f' suffix" msgstr "" #: c-lex.c:1034 msgid "more than one 'l' suffix on floating constant" msgstr "" #: c-lex.c:1037 msgid "traditional C rejects the 'l' suffix" msgstr "" #: c-lex.c:1045 msgid "more than one 'i' or 'j' suffix on floating constant" msgstr "" #: c-lex.c:1047 c-lex.c:1141 msgid "ISO C forbids imaginary numeric constants" msgstr "" #: c-lex.c:1052 msgid "invalid suffix on floating constant" msgstr "" #. We got an exception from parse_float() #: c-lex.c:1069 msgid "floating constant out of range" msgstr "" #: c-lex.c:1081 msgid "floating point number exceeds range of 'double'" msgstr "" #: c-lex.c:1110 msgid "two 'u' suffixes on integer constant" msgstr "" #: c-lex.c:1113 msgid "traditional C rejects the 'u' suffix" msgstr "" #: c-lex.c:1124 msgid "three 'l' suffixes on integer constant" msgstr "" #: c-lex.c:1126 msgid "'lul' is not a valid integer suffix" msgstr "" #: c-lex.c:1128 msgid "'Ll' and 'lL' are not valid integer suffixes" msgstr "" #: c-lex.c:1131 msgid "ISO C89 forbids long long integer constants" msgstr "" #: c-lex.c:1139 msgid "more than one 'i' or 'j' suffix on integer constant" msgstr "" #: c-lex.c:1146 msgid "invalid suffix on integer constant" msgstr "" #: c-lex.c:1154 #, c-format msgid "" "integer constant is too large for this configuration of the compiler - " "truncated to %d bits" msgstr "" #: c-lex.c:1244 msgid "width of integer constant changes with -traditional" msgstr "" #: c-lex.c:1246 msgid "integer constant is unsigned in ISO C, signed with -traditional" msgstr "" #: c-lex.c:1248 msgid "width of integer constant may change on other systems with -traditional" msgstr "" #: c-lex.c:1258 #, c-format msgid "integer constant larger than the maximum value of %s" msgstr "" #: c-lex.c:1267 msgid "decimal constant is so large that it is unsigned" msgstr "" #: c-lex.c:1276 msgid "complex integer constant is too wide for 'complex int'" msgstr "" #: c-lex.c:1296 msgid "integer constant is larger than the maximum value for its type" msgstr "" #: c-lex.c:1300 #, c-format msgid "missing white space after number '%.*s'" msgstr "" #: c-lex.c:1336 msgid "Ignoring invalid multibyte character" msgstr "" #: c-pragma.c:109 msgid "" "#pragma pack (pop) encountered without matching #pragma pack (push, )" msgstr "" #: c-pragma.c:127 #, c-format msgid "" "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, " ")" msgstr "" #: c-pragma.c:162 msgid "#pragma pack(push[, id], ) is not supported on this target" msgstr "" #: c-pragma.c:164 msgid "#pragma pack(pop[, id], ) is not supported on this target" msgstr "" #: c-pragma.c:184 msgid "missing '(' after '#pragma pack' - ignored" msgstr "" #: c-pragma.c:197 c-pragma.c:247 msgid "malformed '#pragma pack' - ignored" msgstr "" #: c-pragma.c:202 msgid "malformed '#pragma pack(push[, id], )' - ignored" msgstr "" #: c-pragma.c:204 msgid "malformed '#pragma pack(pop[, id])' - ignored" msgstr "" #: c-pragma.c:213 #, c-format msgid "unknown action '%s' for '#pragma pack' - ignored" msgstr "" #: c-pragma.c:250 msgid "junk at end of '#pragma pack'" msgstr "" #: c-pragma.c:264 #, c-format msgid "alignment must be a small power of two, not %d" msgstr "" #: c-pragma.c:290 c-pragma.c:295 msgid "malformed #pragma weak, ignored" msgstr "" #: c-pragma.c:299 msgid "junk at end of #pragma weak" msgstr "" #: c-semantics.c:532 msgid "break statement not within loop or switch" msgstr "" #: c-semantics.c:550 msgid "continue statement not within a loop" msgstr "" #: c-semantics.c:645 msgid "destructor needed for `%#D'" msgstr "" #: c-semantics.c:646 msgid "where case label appears here" msgstr "" #: c-semantics.c:649 msgid "" "(enclose actions of previous case statements requiring destructors in their " "own scope.)" msgstr "" #: c-semantics.c:692 c-typeck.c:6821 #, c-format msgid "%s qualifier ignored on asm" msgstr "" #: c-typeck.c:123 #, c-format msgid "`%s' has an incomplete type" msgstr "" #: c-typeck.c:145 cp/call.c:2573 msgid "invalid use of void expression" msgstr "" #: c-typeck.c:154 msgid "invalid use of array with unspecified bounds" msgstr "" #: c-typeck.c:162 #, c-format msgid "invalid use of undefined type `%s %s'" msgstr "" #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL. #: c-typeck.c:166 #, c-format msgid "invalid use of incomplete typedef `%s'" msgstr "" #: c-typeck.c:397 c-typeck.c:411 msgid "function types not truly compatible in ISO C" msgstr "" #: c-typeck.c:571 msgid "types are not quite compatible" msgstr "" #: c-typeck.c:724 msgid "sizeof applied to a function type" msgstr "" #: c-typeck.c:730 msgid "sizeof applied to a void type" msgstr "" #: c-typeck.c:737 msgid "sizeof applied to an incomplete type" msgstr "" #: c-typeck.c:790 c-typeck.c:2762 msgid "arithmetic on pointer to an incomplete type" msgstr "" #: c-typeck.c:960 cp/typeck.c:1771 msgid "invalid use of non-lvalue array" msgstr "" #: c-typeck.c:1135 #, c-format msgid "%s has no member named `%s'" msgstr "" #: c-typeck.c:1166 #, c-format msgid "request for member `%s' in something not a structure or union" msgstr "" #: c-typeck.c:1198 ch/expr.c:810 msgid "dereferencing pointer to incomplete type" msgstr "" #: c-typeck.c:1202 ch/expr.c:814 msgid "dereferencing `void *' pointer" msgstr "" #: c-typeck.c:1219 cp/typeck.c:2372 #, c-format msgid "invalid type argument of `%s'" msgstr "" #: c-typeck.c:1238 cp/typeck.c:2398 msgid "subscript missing in array reference" msgstr "" #: c-typeck.c:1259 cp/typeck.c:2440 msgid "array subscript has type `char'" msgstr "" #: c-typeck.c:1267 c-typeck.c:1356 cp/typeck.c:2447 cp/typeck.c:2526 msgid "array subscript is not an integer" msgstr "" #: c-typeck.c:1300 msgid "ISO C forbids subscripting `register' array" msgstr "" #: c-typeck.c:1302 msgid "ISO C89 forbids subscripting non-lvalue array" msgstr "" #: c-typeck.c:1335 msgid "subscript has type `char'" msgstr "" #: c-typeck.c:1351 cp/typeck.c:2521 msgid "subscripted value is neither array nor pointer" msgstr "" #: c-typeck.c:1402 #, c-format msgid "`%s' undeclared here (not in a function)" msgstr "" #: c-typeck.c:1409 #, c-format msgid "`%s' undeclared (first use in this function)" msgstr "" #: c-typeck.c:1414 msgid "(Each undeclared identifier is reported only once" msgstr "" #: c-typeck.c:1415 msgid "for each function it appears in.)" msgstr "" #: c-typeck.c:1432 #, c-format msgid "local declaration of `%s' hides instance variable" msgstr "" #: c-typeck.c:1497 msgid "called object is not a function" msgstr "" #: c-typeck.c:1581 cp/typeck.c:3147 msgid "too many arguments to function" msgstr "" #: c-typeck.c:1604 #, c-format msgid "type of formal parameter %d is incomplete" msgstr "" #: c-typeck.c:1617 #, c-format msgid "%s as integer rather than floating due to prototype" msgstr "" #: c-typeck.c:1620 #, c-format msgid "%s as integer rather than complex due to prototype" msgstr "" #: c-typeck.c:1623 #, c-format msgid "%s as complex rather than floating due to prototype" msgstr "" #: c-typeck.c:1626 #, c-format msgid "%s as floating rather than integer due to prototype" msgstr "" #: c-typeck.c:1629 #, c-format msgid "%s as complex rather than integer due to prototype" msgstr "" #: c-typeck.c:1632 #, c-format msgid "%s as floating rather than complex due to prototype" msgstr "" #: c-typeck.c:1642 #, c-format msgid "%s as `float' rather than `double' due to prototype" msgstr "" #: c-typeck.c:1660 #, c-format msgid "%s with different width due to prototype" msgstr "" #: c-typeck.c:1694 #, c-format msgid "%s as unsigned due to prototype" msgstr "" #: c-typeck.c:1696 #, c-format msgid "%s as signed due to prototype" msgstr "" #: c-typeck.c:1730 cp/typeck.c:3255 msgid "too few arguments to function" msgstr "" #: c-typeck.c:1771 msgid "suggest parentheses around + or - inside shift" msgstr "" #: c-typeck.c:1778 msgid "suggest parentheses around && within ||" msgstr "" #: c-typeck.c:1787 msgid "suggest parentheses around arithmetic in operand of |" msgstr "" #: c-typeck.c:1790 msgid "suggest parentheses around comparison in operand of |" msgstr "" #: c-typeck.c:1799 msgid "suggest parentheses around arithmetic in operand of ^" msgstr "" #: c-typeck.c:1802 msgid "suggest parentheses around comparison in operand of ^" msgstr "" #: c-typeck.c:1809 msgid "suggest parentheses around + or - in operand of &" msgstr "" #: c-typeck.c:1812 msgid "suggest parentheses around comparison in operand of &" msgstr "" #: c-typeck.c:1819 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning" msgstr "" #: c-typeck.c:1980 c-typeck.c:2036 ch/expr.c:3951 msgid "division by zero" msgstr "" #: c-typeck.c:2081 cp/typeck.c:3541 msgid "right shift count is negative" msgstr "" #: c-typeck.c:2088 cp/typeck.c:3547 msgid "right shift count >= width of type" msgstr "" #: c-typeck.c:2113 cp/typeck.c:3566 msgid "left shift count is negative" msgstr "" #: c-typeck.c:2116 cp/typeck.c:3568 msgid "left shift count >= width of type" msgstr "" #: c-typeck.c:2141 msgid "shift count is negative" msgstr "" #: c-typeck.c:2143 msgid "shift count >= width of type" msgstr "" #: c-typeck.c:2164 cp/typeck.c:3603 msgid "comparing floating point with == or != is unsafe" msgstr "" #: c-typeck.c:2188 c-typeck.c:2194 msgid "ISO C forbids comparison of `void *' with function pointer" msgstr "" #: c-typeck.c:2197 c-typeck.c:2239 c-typeck.c:2267 msgid "comparison of distinct pointer types lacks a cast" msgstr "" #: c-typeck.c:2212 c-typeck.c:2218 c-typeck.c:2288 c-typeck.c:2294 msgid "comparison between pointer and integer" msgstr "" #: c-typeck.c:2234 c-typeck.c:2262 msgid "ISO C forbids ordered comparisons of pointers to functions" msgstr "" #: c-typeck.c:2259 msgid "comparison of complete and incomplete pointers" msgstr "" #: c-typeck.c:2275 c-typeck.c:2282 msgid "ordered comparison of pointer with integer zero" msgstr "" #: c-typeck.c:2308 cp/typeck.c:3736 msgid "unordered comparison on non-floating point argument" msgstr "" #: c-typeck.c:2512 msgid "comparison between signed and unsigned" msgstr "" #: c-typeck.c:2558 cp/typeck.c:3982 msgid "comparison of promoted ~unsigned with constant" msgstr "" #: c-typeck.c:2566 cp/typeck.c:3990 msgid "comparison of promoted ~unsigned with unsigned" msgstr "" #: c-typeck.c:2628 msgid "pointer of type `void *' used in arithmetic" msgstr "" #: c-typeck.c:2634 msgid "pointer to a function used in arithmetic" msgstr "" #: c-typeck.c:2714 msgid "pointer of type `void *' used in subtraction" msgstr "" #: c-typeck.c:2716 msgid "pointer to a function used in subtraction" msgstr "" #: c-typeck.c:2808 msgid "wrong type argument to unary plus" msgstr "" #: c-typeck.c:2819 msgid "wrong type argument to unary minus" msgstr "" #: c-typeck.c:2831 msgid "ISO C does not support `~' for complex conjugation" msgstr "" #: c-typeck.c:2837 msgid "wrong type argument to bit-complement" msgstr "" #: c-typeck.c:2848 msgid "wrong type argument to abs" msgstr "" #: c-typeck.c:2860 msgid "wrong type argument to conjugation" msgstr "" #: c-typeck.c:2874 msgid "wrong type argument to unary exclamation mark" msgstr "" #: c-typeck.c:2917 msgid "ISO C does not support `++' and `--' on complex types" msgstr "" #: c-typeck.c:2931 c-typeck.c:2957 #, c-format msgid "wrong type argument to %s" msgstr "" #: c-typeck.c:2951 #, c-format msgid "%s of pointer to unknown structure" msgstr "" #: c-typeck.c:3021 msgid "invalid lvalue in increment" msgstr "" #: c-typeck.c:3022 msgid "invalid lvalue in decrement" msgstr "" #: c-typeck.c:3030 cp/typeck.c:4561 msgid "increment" msgstr "" #: c-typeck.c:3030 cp/typeck.c:4561 msgid "decrement" msgstr "" #: c-typeck.c:3086 msgid "ISO C forbids the address of a cast expression" msgstr "" #: c-typeck.c:3100 msgid "invalid lvalue in unary `&'" msgstr "" #: c-typeck.c:3132 #, c-format msgid "attempt to take address of bit-field structure member `%s'" msgstr "" #. condition met at compile time #: c-typeck.c:3240 c-typeck.c:4601 c-typeck.c:4617 c-typeck.c:4633 #: ch/parse.c:361 ch/typeck.c:160 cp/typeck.c:4754 gcc.c:4304 java/expr.c:386 #: java/verify.c:1448 java/verify.c:1449 java/verify.c:1464 rtl-error.c:121 #: tradcpp.c:4121 #, c-format msgid "%s" msgstr "" #: c-typeck.c:3297 msgid "ISO C forbids use of conditional expressions as lvalues" msgstr "" #: c-typeck.c:3300 msgid "ISO C forbids use of compound expressions as lvalues" msgstr "" #: c-typeck.c:3303 msgid "ISO C forbids use of cast expressions as lvalues" msgstr "" #: c-typeck.c:3320 #, c-format msgid "%s of read-only member `%s'" msgstr "" #: c-typeck.c:3324 #, c-format msgid "%s of read-only variable `%s'" msgstr "" #: c-typeck.c:3327 #, c-format msgid "%s of read-only location" msgstr "" #: c-typeck.c:3345 #, c-format msgid "cannot take address of bitfield `%s'" msgstr "" #: c-typeck.c:3372 ch/typeck.c:3676 ch/xtypeck.c:62 #, c-format msgid "global register variable `%s' used in nested function" msgstr "" #: c-typeck.c:3376 ch/typeck.c:3680 ch/xtypeck.c:66 #, c-format msgid "register variable `%s' used in nested function" msgstr "" #: c-typeck.c:3383 ch/typeck.c:3687 ch/xtypeck.c:73 #, c-format msgid "address of global register variable `%s' requested" msgstr "" #: c-typeck.c:3395 ch/typeck.c:3699 ch/xtypeck.c:85 msgid "cannot put object with volatile field into register" msgstr "" #: c-typeck.c:3399 ch/typeck.c:3703 ch/xtypeck.c:89 #, c-format msgid "address of register variable `%s' requested" msgstr "" #: c-typeck.c:3507 msgid "signed and unsigned type in conditional expression" msgstr "" #: c-typeck.c:3514 msgid "ISO C forbids conditional expr with only one void side" msgstr "" #: c-typeck.c:3530 c-typeck.c:3537 msgid "ISO C forbids conditional expr between `void *' and function pointer" msgstr "" #: c-typeck.c:3543 msgid "pointer type mismatch in conditional expression" msgstr "" #: c-typeck.c:3550 c-typeck.c:3560 msgid "pointer/integer type mismatch in conditional expression" msgstr "" #: c-typeck.c:3574 msgid "type mismatch in conditional expression" msgstr "" #: c-typeck.c:3643 cp/typeck.c:4995 msgid "left-hand operand of comma expression has no effect" msgstr "" #: c-typeck.c:3682 msgid "cast specifies array type" msgstr "" #: c-typeck.c:3688 msgid "cast specifies function type" msgstr "" #: c-typeck.c:3698 msgid "ISO C forbids casting nonscalar to the same type" msgstr "" #: c-typeck.c:3719 msgid "ISO C forbids casts to union type" msgstr "" #: c-typeck.c:3735 msgid "cast to union type from type not present in union" msgstr "" #. There are qualifiers present in IN_OTYPE that are not #. present in IN_TYPE. #: c-typeck.c:3780 msgid "cast discards qualifiers from pointer target type" msgstr "" #: c-typeck.c:3795 msgid "cast increases required alignment of target type" msgstr "" #: c-typeck.c:3801 cp/typeck.c:5409 msgid "cast from pointer to integer of different size" msgstr "" #: c-typeck.c:3806 msgid "cast does not match function type" msgstr "" #: c-typeck.c:3813 cp/typeck.c:5416 msgid "cast to pointer from integer of different size" msgstr "" #. Now we have handled acceptable kinds of LHS that are not truly lvalues. #. Reject anything strange now. #: c-typeck.c:3973 msgid "invalid lvalue in assignment" msgstr "" #. Convert new value to destination type. #: c-typeck.c:3982 c-typeck.c:4007 c-typeck.c:4024 ch/typeck.c:2334 #: cp/typeck.c:5531 cp/typeck.c:5688 msgid "assignment" msgstr "" #: c-typeck.c:4191 c-typeck.c:4258 #, c-format msgid "%s makes qualified function pointer from unqualified" msgstr "" #: c-typeck.c:4195 c-typeck.c:4238 #, c-format msgid "%s discards qualifiers from pointer target type" msgstr "" #: c-typeck.c:4201 msgid "ISO C prohibits argument conversion to union type" msgstr "" #: c-typeck.c:4230 #, c-format msgid "ISO C forbids %s between function pointer and `void *'" msgstr "" #: c-typeck.c:4247 #, c-format msgid "pointer targets in %s differ in signedness" msgstr "" #: c-typeck.c:4263 #, c-format msgid "%s from incompatible pointer type" msgstr "" #: c-typeck.c:4279 #, c-format msgid "%s makes pointer from integer without a cast" msgstr "" #: c-typeck.c:4287 #, c-format msgid "%s makes integer from pointer without a cast" msgstr "" #: c-typeck.c:4301 c-typeck.c:4304 #, c-format msgid "incompatible type for argument %d of `%s'" msgstr "" #: c-typeck.c:4308 #, c-format msgid "incompatible type for argument %d of indirect function call" msgstr "" #: c-typeck.c:4312 #, c-format msgid "incompatible types in %s" msgstr "" #. Function name is known; supply it. #: c-typeck.c:4343 #, c-format msgid "passing arg %d of `%s'" msgstr "" #. Function name unknown (call through ptr); just give arg number. #: c-typeck.c:4353 #, c-format msgid "passing arg %d of pointer to function" msgstr "" #: c-typeck.c:4420 msgid "initializer for static variable is not constant" msgstr "" #: c-typeck.c:4426 msgid "initializer for static variable uses complicated arithmetic" msgstr "" #: c-typeck.c:4434 msgid "aggregate initializer is not constant" msgstr "" #: c-typeck.c:4436 msgid "aggregate initializer uses complicated arithmetic" msgstr "" #: c-typeck.c:4443 msgid "traditional C rejects automatic aggregate initialization" msgstr "" #: c-typeck.c:4604 c-typeck.c:4620 c-typeck.c:4636 #, c-format msgid "(near initialization for `%s')" msgstr "" #: c-typeck.c:4688 cp/typeck2.c:535 msgid "char-array initialized from wide string" msgstr "" #: c-typeck.c:4695 cp/typeck2.c:542 msgid "int-array initialized from non-wide string" msgstr "" #: c-typeck.c:4713 cp/typeck2.c:558 msgid "initializer-string for array of chars is too long" msgstr "" #: c-typeck.c:4740 msgid "array initialized from non-constant array expression" msgstr "" #: c-typeck.c:4757 c-typeck.c:4759 c-typeck.c:4775 c-typeck.c:4796 #: c-typeck.c:6197 msgid "initializer element is not constant" msgstr "" #: c-typeck.c:4791 msgid "initialization" msgstr "" #: c-typeck.c:4802 c-typeck.c:6202 msgid "initializer element is not computable at load time" msgstr "" #: c-typeck.c:4839 c-typeck.c:4855 cp/typeck2.c:635 msgid "invalid initializer" msgstr "" #: c-typeck.c:5333 msgid "extra brace group at end of initializer" msgstr "" #: c-typeck.c:5353 msgid "missing braces around initializer" msgstr "" #: c-typeck.c:5398 msgid "braces around scalar initializer" msgstr "" #: c-typeck.c:5450 msgid "initialization of flexible array member in a nested context" msgstr "" #: c-typeck.c:5452 msgid "initialization of a flexible array member" msgstr "" #: c-typeck.c:5483 msgid "missing initializer" msgstr "" #: c-typeck.c:5508 msgid "empty scalar initializer" msgstr "" #: c-typeck.c:5513 msgid "extra elements in scalar initializer" msgstr "" #: c-typeck.c:5599 msgid "initialization designators may not nest" msgstr "" #: c-typeck.c:5620 c-typeck.c:5691 msgid "array index in non-array initializer" msgstr "" #: c-typeck.c:5625 c-typeck.c:5743 msgid "field name not in record or union initializer" msgstr "" #: c-typeck.c:5687 c-typeck.c:5689 msgid "nonconstant array index in initializer" msgstr "" #: c-typeck.c:5694 msgid "array index in initializer exceeds array bounds" msgstr "" #: c-typeck.c:5705 msgid "empty index range in initializer" msgstr "" #: c-typeck.c:5714 msgid "array index range in initializer exceeds array bounds" msgstr "" #: c-typeck.c:5755 #, c-format msgid "unknown field `%s' specified in initializer" msgstr "" #: c-typeck.c:5792 c-typeck.c:5813 c-typeck.c:6267 msgid "initialized field with side-effects overwritten" msgstr "" #: c-typeck.c:6480 msgid "excess elements in char array initializer" msgstr "" #: c-typeck.c:6487 c-typeck.c:6526 msgid "excess elements in struct initializer" msgstr "" #: c-typeck.c:6593 msgid "excess elements in union initializer" msgstr "" #: c-typeck.c:6614 msgid "traditional C rejects initialization of unions" msgstr "" #: c-typeck.c:6677 msgid "excess elements in array initializer" msgstr "" #: c-typeck.c:6703 msgid "excess elements in scalar initializer" msgstr "" #: c-typeck.c:6793 ch/parse.c:2113 msgid "argument of `asm' is not a constant string" msgstr "" #: c-typeck.c:6814 ch/parse.c:2026 msgid "asm template is not a string constant" msgstr "" #: c-typeck.c:6846 msgid "invalid lvalue in asm statement" msgstr "" #: c-typeck.c:6919 msgid "modification by `asm'" msgstr "" #: c-typeck.c:6938 cp/typeck.c:6579 msgid "function declared `noreturn' has a `return' statement" msgstr "" #: c-typeck.c:6945 msgid "`return' with no value, in function returning non-void" msgstr "" #: c-typeck.c:6951 msgid "`return' with a value, in function returning void" msgstr "" #: c-typeck.c:6955 msgid "return" msgstr "" #: c-typeck.c:7006 msgid "function returns address of local variable" msgstr "" #: c-typeck.c:7063 cp/semantics.c:535 msgid "switch quantity not an integer" msgstr "" #: c-typeck.c:7074 msgid "`long' switch expression not converted to `int' in ISO C" msgstr "" #: c-typeck.c:7117 cp/decl.c:5205 msgid "case label not within a switch statement" msgstr "" #: c-typeck.c:7119 cp/decl.c:5210 msgid "`default' label not within a switch statement" msgstr "" #: calls.c:1887 #, c-format msgid "inlining failed in call to `%s'" msgstr "" #: calls.c:1888 calls.c:2201 msgid "called from here" msgstr "" #: calls.c:2200 #, c-format msgid "can't inline call to `%s'" msgstr "" #: calls.c:2238 msgid "function call has aggregate value" msgstr "" #: calls.c:4553 msgid "variable offset is passed paritially in stack and in reg" msgstr "" #: calls.c:4555 msgid "variable size is passed partially in stack and in reg" msgstr "" #: cfgrtl.c:1545 #, c-format msgid "End insn %d for block %d not found in the insn stream." msgstr "" #: cfgrtl.c:1559 #, c-format msgid "Insn %d is in multiple basic blocks (%d and %d)" msgstr "" #: cfgrtl.c:1570 #, c-format msgid "Head insn %d for block %d not found in the insn stream." msgstr "" #: cfgrtl.c:1590 #, c-format msgid "verify_flow_info: Duplicate edge %i->%i" msgstr "" #: cfgrtl.c:1606 #, c-format msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i" msgstr "" #: cfgrtl.c:1615 #, c-format msgid "verify_flow_info: Incorrect fallthru %i->%i" msgstr "" #: cfgrtl.c:1617 msgid "Wrong insn in the fallthru edge" msgstr "" #: cfgrtl.c:1623 #, c-format msgid "verify_flow_info: Basic block %d succ edge is corrupted" msgstr "" #: cfgrtl.c:1646 #, c-format msgid "Missing barrier after block %i" msgstr "" #: cfgrtl.c:1656 #, c-format msgid "Basic block %d pred edge is corrupted" msgstr "" #: cfgrtl.c:1672 #, c-format msgid "Insn %d is inside basic block %d but block_for_insn is NULL" msgstr "" #: cfgrtl.c:1675 #, c-format msgid "Insn %d is inside basic block %d but block_for_insn is %i" msgstr "" #: cfgrtl.c:1688 cfgrtl.c:1696 #, c-format msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d" msgstr "" #: cfgrtl.c:1712 #, c-format msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d" msgstr "" #: cfgrtl.c:1724 #, c-format msgid "In basic block %d:" msgstr "" #: cfgrtl.c:1725 msgid "Flow control insn inside a basic block" msgstr "" #: cfgrtl.c:1745 #, c-format msgid "Basic block %i edge lists are corrupted" msgstr "" #: cfgrtl.c:1759 msgid "Basic blocks not numbered consecutively." msgstr "" #: cfgrtl.c:1786 msgid "Insn outside basic block" msgstr "" #: cfgrtl.c:1794 msgid "Return not followed by barrier" msgstr "" #: cfgrtl.c:1801 #, c-format msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)" msgstr "" #: cfgrtl.c:1805 msgid "verify_flow_info failed." msgstr "" #: collect2.c:427 msgid "internal error" msgstr "" #: collect2.c:928 msgid "no arguments" msgstr "" #: collect2.c:1257 collect2.c:1405 collect2.c:1438 #, c-format msgid "fopen %s" msgstr "" #: collect2.c:1260 collect2.c:1410 collect2.c:1441 #, c-format msgid "fclose %s" msgstr "" #: collect2.c:1269 #, c-format msgid "collect2 version %s" msgstr "" #: collect2.c:1359 #, c-format msgid "%d constructor(s) found\n" msgstr "" #: collect2.c:1360 #, c-format msgid "%d destructor(s) found\n" msgstr "" #: collect2.c:1361 #, c-format msgid "%d frame table(s) found\n" msgstr "" #: collect2.c:1502 #, c-format msgid "%s terminated with signal %d [%s]%s" msgstr "" #: collect2.c:1521 #, c-format msgid "%s returned %d exit status" msgstr "" #: collect2.c:1549 #, c-format msgid "[cannot find %s]" msgstr "" #: collect2.c:1564 #, c-format msgid "cannot find `%s'" msgstr "" #: collect2.c:1575 collect2.c:1578 #, c-format msgid "redirecting stdout: %s" msgstr "" #: collect2.c:1621 #, c-format msgid "[Leaving %s]\n" msgstr "" #: collect2.c:1862 #, c-format msgid "" "\n" "write_c_file - output name is %s, prefix is %s\n" msgstr "" #: collect2.c:2075 msgid "cannot find `nm'" msgstr "" #: collect2.c:2085 collect2.c:2527 msgid "pipe" msgstr "" #: collect2.c:2089 collect2.c:2531 msgid "fdopen" msgstr "" #: collect2.c:2115 collect2.c:2557 #, c-format msgid "dup2 %d 1" msgstr "" #: collect2.c:2118 collect2.c:2121 collect2.c:2134 collect2.c:2560 #: collect2.c:2563 collect2.c:2576 #, c-format msgid "close %d" msgstr "" #: collect2.c:2124 #, c-format msgid "execvp %s" msgstr "" #: collect2.c:2178 #, c-format msgid "init function found in object %s" msgstr "" #: collect2.c:2186 #, c-format msgid "fini function found in object %s" msgstr "" #: collect2.c:2209 collect2.c:2615 msgid "fclose" msgstr "" #: collect2.c:2254 #, c-format msgid "unable to open file '%s'" msgstr "" #: collect2.c:2256 #, c-format msgid "unable to stat file '%s'" msgstr "" #: collect2.c:2262 #, c-format msgid "unable to mmap file '%s'" msgstr "" #: collect2.c:2415 msgid "not found\n" msgstr "" #: collect2.c:2417 collect2.c:2594 #, c-format msgid "dynamic dependency %s not found" msgstr "" #: collect2.c:2437 #, c-format msgid "bad magic number in file '%s'" msgstr "" #: collect2.c:2459 msgid "dynamic dependencies.\n" msgstr "" #: collect2.c:2518 msgid "cannot find `ldd'" msgstr "" #: collect2.c:2566 #, c-format msgid "execv %s" msgstr "" #: collect2.c:2579 msgid "" "\n" "ldd output with constructors/destructors.\n" msgstr "" #: collect2.c:2606 #, c-format msgid "unable to open dynamic dependency '%s'" msgstr "" #: collect2.c:2720 #, c-format msgid "%s: not a COFF file" msgstr "" #: collect2.c:2839 #, c-format msgid "%s: cannot open as COFF file" msgstr "" #: collect2.c:2895 #, c-format msgid "Library lib%s not found" msgstr "" #: collect2.c:3024 #, c-format msgid "open %s" msgstr "" #: collect2.c:3047 msgid "incompatibilities between object file & expected values" msgstr "" #: collect2.c:3120 #, c-format msgid "" "\n" "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n" msgstr "" #: collect2.c:3129 msgid "string section missing" msgstr "" #: collect2.c:3132 msgid "section pointer missing" msgstr "" #: collect2.c:3180 msgid "no symbol table found" msgstr "" #: collect2.c:3193 msgid "no cmd_strings found" msgstr "" #: collect2.c:3205 msgid "" "\n" "Updating header and load commands.\n" "\n" msgstr "" #: collect2.c:3212 #, c-format msgid "load command map, %d cmds, new size %ld.\n" msgstr "" #: collect2.c:3243 msgid "" "writing load commands.\n" "\n" msgstr "" #: collect2.c:3263 #, c-format msgid "close %s" msgstr "" #: collect2.c:3337 msgid "could not convert 0x%l.8x into a region" msgstr "" #: collect2.c:3341 #, c-format msgid "%s function, region %d, offset = %ld (0x%.8lx)\n" msgstr "" #: collect2.c:3468 msgid "bad magic number" msgstr "" #: collect2.c:3469 msgid "bad header version" msgstr "" #: collect2.c:3470 msgid "bad raw header version" msgstr "" #: collect2.c:3471 msgid "raw header buffer too small" msgstr "" #: collect2.c:3472 msgid "old raw header file" msgstr "" #: collect2.c:3473 msgid "unsupported version" msgstr "" #: collect2.c:3475 #, c-format msgid "unknown {de,en}code_mach_o_hdr return value %d" msgstr "" #: collect2.c:3495 #, c-format msgid "fstat %s" msgstr "" #: collect2.c:3532 collect2.c:3580 #, c-format msgid "lseek %s 0" msgstr "" #: collect2.c:3536 #, c-format msgid "read %s" msgstr "" #: collect2.c:3539 #, c-format msgid "read %ld bytes, expected %ld, from %s" msgstr "" #: collect2.c:3560 #, c-format msgid "msync %s" msgstr "" #: collect2.c:3567 #, c-format msgid "munmap %s" msgstr "" #: collect2.c:3584 #, c-format msgid "write %s" msgstr "" #: collect2.c:3587 #, c-format msgid "wrote %ld bytes, expected %ld, to %s" msgstr "" #: combine.c:12584 #, c-format msgid "" ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new " "space),\n" ";; %d successes.\n" "\n" msgstr "" #: combine.c:12594 #, c-format msgid "" "\n" ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n" ";; %d successes.\n" msgstr "" #: convert.c:67 msgid "cannot convert to a pointer type" msgstr "" #: convert.c:100 msgid "pointer value used where a floating point value was expected" msgstr "" #: convert.c:104 msgid "aggregate value used where a float was expected" msgstr "" #: convert.c:130 msgid "conversion to incomplete type" msgstr "" #: convert.c:390 convert.c:470 msgid "can't convert between vector values of different size" msgstr "" #: convert.c:396 msgid "aggregate value used where an integer was expected" msgstr "" #: convert.c:448 f/com.c:1076 msgid "pointer value used where a complex was expected" msgstr "" #: convert.c:452 f/com.c:1078 msgid "aggregate value used where a complex was expected" msgstr "" #: convert.c:476 msgid "can't convert value to a vector" msgstr "" #: cpperror.c:124 msgid "internal error: " msgstr "" #: cpperror.c:131 tradcpp.c:4677 msgid "warning: " msgstr "" #: cpperror.c:208 cpperror.c:292 cppfiles.c:641 gcc.c:6154 tradcpp.c:4715 #, c-format msgid "%s: %s" msgstr "" #: cppexp.c:160 msgid "floating point numbers are not valid in #if" msgstr "" #: cppexp.c:182 msgid "traditional C rejects the `U' suffix" msgstr "" #: cppexp.c:185 msgid "too many 'l' suffixes in integer constant" msgstr "" #: cppexp.c:189 msgid "integer constant contains digits beyond the radix" msgstr "" #: cppexp.c:192 msgid "integer constant out of range" msgstr "" #: cppexp.c:198 msgid "integer constant is so large that it is unsigned" msgstr "" #: cppexp.c:207 #, c-format msgid "invalid suffix '%.*s' on integer constant" msgstr "" #: cppexp.c:238 msgid "missing ')' after \"defined\"" msgstr "" #: cppexp.c:244 msgid "operator \"defined\" requires an identifier" msgstr "" #: cppexp.c:252 #, c-format msgid "(\"%s\" is an alternative token for \"%s\" in C++)" msgstr "" #: cppexp.c:307 msgid "string constants are not valid in #if" msgstr "" #: cppexp.c:311 #, c-format msgid "invalid character '%c' in #if" msgstr "" #: cppexp.c:313 #, c-format msgid "invalid character '\\%03o' in #if" msgstr "" #: cppexp.c:319 msgid "\"defined\" operator appears during macro expansion" msgstr "" #: cppexp.c:335 #, c-format msgid "ISO C++ does not permit \"%s\" in #if" msgstr "" #: cppexp.c:346 #, c-format msgid "\"%s\" is not defined" msgstr "" #: cppexp.c:372 #, c-format msgid "\"%s\" is not valid in #if expressions" msgstr "" #: cppexp.c:386 msgid "integer overflow in preprocessor expression" msgstr "" #: cppexp.c:613 msgid "missing binary operator" msgstr "" #: cppexp.c:648 msgid "void expression between '(' and ')'" msgstr "" #: cppexp.c:650 #, c-format msgid "operator '%s' has no right operand" msgstr "" #: cppexp.c:662 #, c-format msgid "impossible operator '%s'" msgstr "" #: cppexp.c:694 msgid "traditional C rejects the unary plus operator" msgstr "" #: cppexp.c:738 msgid "division by zero in #if" msgstr "" #: cppexp.c:772 msgid "comma operator in operand of #if" msgstr "" #: cppexp.c:777 msgid "syntax error '?' without following ':'" msgstr "" #: cppexp.c:780 msgid "syntax error ':' without preceding '?'" msgstr "" #: cppexp.c:788 msgid "missing ')' in expression" msgstr "" #: cppexp.c:795 msgid "missing '(' in expression" msgstr "" #: cppexp.c:821 #, c-format msgid "missing binary operator before '%s'" msgstr "" #: cppexp.c:827 #, c-format msgid "operator '%s' has no left operand" msgstr "" #: cppexp.c:865 msgid "unbalanced stack in #if" msgstr "" #: cppexp.c:868 msgid "#if with no expression" msgstr "" #: cppfiles.c:322 msgid "" msgstr "" #: cppfiles.c:366 #, c-format msgid "%s is too large" msgstr "" #: cppfiles.c:395 #, c-format msgid "%s is shorter than expected" msgstr "" #: cppfiles.c:404 #, c-format msgid "%s is a block device" msgstr "" #: cppfiles.c:524 #, c-format msgid "No include path in which to find %s" msgstr "" #: cppfiles.c:591 msgid "Multiple include guards may be useful for:\n" msgstr "" #: cppfiles.c:978 msgid "absolute file name in remap_filename" msgstr "" #: cppinit.c:227 #, c-format msgid "ignoring nonexistent directory \"%s\"\n" msgstr "" #: cppinit.c:234 #, c-format msgid "%s: Not a directory" msgstr "" #: cppinit.c:281 #, c-format msgid "ignoring duplicate directory \"%s\"\n" msgstr "" #: cppinit.c:309 #, c-format msgid "changing search order for system directory \"%s\"" msgstr "" #: cppinit.c:313 #, c-format msgid " as it is the same as non-system directory \"%s\"" msgstr "" #: cppinit.c:317 msgid " as it has already been specified as a non-system directory" msgstr "" #: cppinit.c:937 msgid "#include \"...\" search starts here:\n" msgstr "" #: cppinit.c:941 msgid "#include <...> search starts here:\n" msgstr "" #: cppinit.c:944 msgid "End of search list.\n" msgstr "" #: cppinit.c:967 msgid "" msgstr "" #: cppinit.c:969 msgid "" msgstr "" #: cppinit.c:1067 tradcpp.c:966 tradcpp.c:976 tradcpp.c:1067 msgid "I/O error on output" msgstr "" #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string"); #. I.e. a const string initializer with parens around it. That is #. what N_("string") resolves to, so we make no_* be macros instead. #: cppinit.c:1114 #, c-format msgid "Argument missing after %s" msgstr "" #: cppinit.c:1115 #, c-format msgid "Assertion missing after %s" msgstr "" #: cppinit.c:1116 #, c-format msgid "Directory name missing after %s" msgstr "" #: cppinit.c:1117 #, c-format msgid "File name missing after %s" msgstr "" #: cppinit.c:1118 #, c-format msgid "Macro name missing after %s" msgstr "" #: cppinit.c:1119 #, c-format msgid "Path name missing after %s" msgstr "" #: cppinit.c:1120 #, c-format msgid "Number missing after %s" msgstr "" #: cppinit.c:1121 #, c-format msgid "Target missing after %s" msgstr "" #: cppinit.c:1306 #, c-format msgid "Too many filenames. Type %s --help for usage info" msgstr "" #: cppinit.c:1490 tradcpp.c:601 msgid "Output filename specified twice" msgstr "" #: cppinit.c:1602 msgid "-I- specified twice" msgstr "" #: cppinit.c:1741 #, c-format msgid "GNU CPP version %s (cpplib)" msgstr "" #: cppinit.c:1782 tradcpp.c:790 msgid "you must additionally specify either -M or -MM" msgstr "" #: cppinit.c:1844 #, c-format msgid "Usage: %s [switches] input output\n" msgstr "" #. To keep the lines from getting too long for some compilers, limit #. to about 500 characters (6 lines) per chunk. #: cppinit.c:1847 msgid "" "Switches:\n" " -include Include the contents of before other " "files\n" " -imacros Accept definition of macros in \n" " -iprefix Specify as a prefix for next two options\n" " -iwithprefix Add to the end of the system include path\n" " -iwithprefixbefore Add to the end of the main include path\n" " -isystem Add to the start of the system include " "path\n" msgstr "" #: cppinit.c:1856 msgid "" " -idirafter Add to the end of the system include path\n" " -I Add to the end of the main include path\n" " -I- Fine-grained include path control; see info " "docs\n" " -nostdinc Do not search system include directories\n" " (dirs specified with -isystem will still be " "used)\n" " -nostdinc++ Do not search system include directories for C+" "+\n" " -o Put output into \n" msgstr "" #: cppinit.c:1865 msgid "" " -pedantic Issue all warnings demanded by strict ISO C\n" " -pedantic-errors Issue -pedantic warnings as errors instead\n" " -trigraphs Support ISO C trigraphs\n" " -lang-c Assume that the input sources are in C\n" " -lang-c89 Assume that the input sources are in C89\n" msgstr "" #: cppinit.c:1872 msgid "" " -lang-c++ Assume that the input sources are in C++\n" " -lang-objc Assume that the input sources are in ObjectiveC\n" " -lang-objc++ Assume that the input sources are in ObjectiveC+" "+\n" " -lang-asm Assume that the input sources are in assembler\n" msgstr "" #: cppinit.c:1878 msgid "" " -std= Specify the conformance standard; one of:\n" " gnu89, gnu99, c89, c99, iso9899:1990,\n" " iso9899:199409, iso9899:1999\n" " -+ Allow parsing of C++ style features\n" " -w Inhibit warning messages\n" " -Wtrigraphs Warn if trigraphs are encountered\n" " -Wno-trigraphs Do not warn about trigraphs\n" " -Wcomment{s} Warn if one comment starts inside another\n" msgstr "" #: cppinit.c:1888 msgid "" " -Wno-comment{s} Do not warn about comments\n" " -Wtraditional Warn about features not present in traditional " "C\n" " -Wno-traditional Do not warn about traditional C\n" " -Wundef Warn if an undefined macro is used by #if\n" " -Wno-undef Do not warn about testing undefined macros\n" " -Wimport Warn about the use of the #import directive\n" msgstr "" #: cppinit.c:1896 msgid "" " -Wno-import Do not warn about the use of #import\n" " -Werror Treat all warnings as errors\n" " -Wno-error Do not treat warnings as errors\n" " -Wsystem-headers Do not suppress warnings from system headers\n" " -Wno-system-headers Suppress warnings from system headers\n" " -Wall Enable all preprocessor warnings\n" msgstr "" #: cppinit.c:1904 msgid "" " -M Generate make dependencies\n" " -MM As -M, but ignore system header files\n" " -MF Write dependency output to the given file\n" " -MG Treat missing header file as generated files\n" msgstr "" #: cppinit.c:1910 msgid "" " -MP\t\t\t Generate phony targets for all headers\n" " -MQ Add a MAKE-quoted target\n" " -MT Add an unquoted target\n" msgstr "" #: cppinit.c:1915 msgid "" " -D Define a with string '1' as its value\n" " -D= Define a with as its value\n" " -A () Assert the to \n" " -A- () Disable the to \n" " -U Undefine \n" " -v Display the version number\n" msgstr "" #: cppinit.c:1923 msgid "" " -H Print the name of header files as they are used\n" " -C Do not discard comments\n" " -dM Display a list of macro definitions active at " "end\n" " -dD Preserve macro definitions in output\n" " -dN As -dD except that only the names are preserved\n" " -dI Include #include directives in the output\n" msgstr "" #: cppinit.c:1931 msgid "" " -fpreprocessed Treat the input file as already preprocessed\n" " -ftabstop= Distance between tab stops for column reporting\n" " -P Do not generate #line directives\n" " -$ Do not allow '$' in identifiers\n" " -remap Remap file names when including files.\n" " --version Display version information\n" " -h or --help Display this information\n" msgstr "" #: cpplex.c:159 #, c-format msgid "trigraph ??%c converted to %c" msgstr "" #: cpplex.c:167 #, c-format msgid "trigraph ??%c ignored" msgstr "" #: cpplex.c:226 msgid "backslash and newline separated by space" msgstr "" #: cpplex.c:232 msgid "backslash-newline at end of file" msgstr "" #: cpplex.c:302 msgid "\"/*\" within comment" msgstr "" #: cpplex.c:383 msgid "null character(s) ignored" msgstr "" #: cpplex.c:390 #, c-format msgid "%s in preprocessing directive" msgstr "" #: cpplex.c:461 #, c-format msgid "attempt to use poisoned \"%s\"" msgstr "" #: cpplex.c:469 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro" msgstr "" #: cpplex.c:526 msgid "'$' character(s) in identifier" msgstr "" #: cpplex.c:609 #, c-format msgid "missing terminating %c character" msgstr "" #: cpplex.c:614 msgid "possible start of unterminated string literal" msgstr "" #: cpplex.c:715 msgid "multi-line string literals are deprecated" msgstr "" #: cpplex.c:730 msgid "null character(s) preserved in literal" msgstr "" #: cpplex.c:927 msgid "no newline at end of file" msgstr "" #: cpplex.c:1052 tradcpp.c:1454 msgid "unterminated comment" msgstr "" #: cpplex.c:1063 msgid "C++ style comments are not allowed in ISO C89" msgstr "" #: cpplex.c:1065 msgid "(this will be reported only once per input file)" msgstr "" #: cpplex.c:1070 msgid "multi-line comment" msgstr "" #: cpplex.c:1380 #, c-format msgid "unknown string token %s\n" msgstr "" #: cpplex.c:1392 #, c-format msgid "Unspellable token %s" msgstr "" #: cpplex.c:1651 #, c-format msgid "the meaning of '\\%c' varies with -traditional" msgstr "" #: cpplex.c:1657 msgid "incomplete universal-character-name" msgstr "" #: cpplex.c:1671 #, c-format msgid "non-hex digit '%c' in universal-character-name" msgstr "" #: cpplex.c:1679 msgid "universal-character-name on EBCDIC target" msgstr "" #: cpplex.c:1693 msgid "universal-character-name out of range" msgstr "" #: cpplex.c:1739 msgid "the meaning of '\\a' varies with -traditional" msgstr "" #: cpplex.c:1746 #, c-format msgid "non-ISO-standard escape sequence, '\\%c'" msgstr "" #: cpplex.c:1756 msgid "the meaning of '\\x' varies with -traditional" msgstr "" #: cpplex.c:1775 f/lex.c:622 msgid "\\x used with no following hex digits" msgstr "" #: cpplex.c:1779 msgid "hex escape sequence out of range" msgstr "" #: cpplex.c:1803 msgid "octal escape sequence out of range" msgstr "" #: cpplex.c:1818 #, c-format msgid "unknown escape sequence '\\%c'" msgstr "" #: cpplex.c:1820 #, c-format msgid "unknown escape sequence: '\\%03o'" msgstr "" #: cpplex.c:1824 msgid "escape sequence out of range for character" msgstr "" #: cpplex.c:1883 msgid "ignoring invalid multibyte character" msgstr "" #: cpplex.c:1914 msgid "empty character constant" msgstr "" #: cpplex.c:1918 msgid "character constant too long" msgstr "" #: cpplex.c:1921 msgid "multi-character character constant" msgstr "" #: cpplib.c:222 #, c-format msgid "extra tokens at end of #%s directive" msgstr "" #: cpplib.c:277 msgid "style of line directive is a GCC extension" msgstr "" #: cpplib.c:285 #, c-format msgid "#%s is a GCC extension" msgstr "" #: cpplib.c:296 msgid "suggest not using #elif in traditional C" msgstr "" #: cpplib.c:299 #, c-format msgid "traditional C ignores #%s with the # indented" msgstr "" #: cpplib.c:303 #, c-format msgid "suggest hiding #%s from traditional C with an indented #" msgstr "" #: cpplib.c:386 #, c-format msgid "invalid preprocessing directive #%s" msgstr "" #: cpplib.c:441 #, c-format msgid "no macro name given in #%s directive" msgstr "" #: cpplib.c:445 #, c-format msgid "\"%s\" cannot be used as a macro name as it is an operator in C++" msgstr "" #: cpplib.c:448 msgid "macro names must be identifiers" msgstr "" #: cpplib.c:459 #, c-format msgid "\"%s\" cannot be used as a macro name" msgstr "" #: cpplib.c:497 #, c-format msgid "undefining \"%s\"" msgstr "" #: cpplib.c:543 msgid "missing terminating > character" msgstr "" #: cpplib.c:578 #, c-format msgid "#%s expects \"FILENAME\" or " msgstr "" #: cpplib.c:589 #, c-format msgid "empty file name in #%s" msgstr "" #: cpplib.c:608 msgid "#include_next in primary source file" msgstr "" #: cpplib.c:615 msgid "#import is obsolete, use an #ifndef wrapper in the header file" msgstr "" #: cpplib.c:623 msgid "#include nested too deeply" msgstr "" #: cpplib.c:681 #, c-format msgid "invalid flag \"%s\" in line directive" msgstr "" #: cpplib.c:737 #, c-format msgid "\"%s\" after #line is not a positive integer" msgstr "" #: cpplib.c:744 msgid "line number out of range" msgstr "" #: cpplib.c:782 #, c-format msgid "\"%s\" is not a valid filename" msgstr "" #: cpplib.c:855 msgid "invalid #ident directive" msgstr "" #: cpplib.c:943 #, c-format msgid "registering \"%s\" as both a pragma and a pragma namespace" msgstr "" #: cpplib.c:946 #, c-format msgid "#pragma %s %s is already registered" msgstr "" #: cpplib.c:948 #, c-format msgid "#pragma %s is already registered" msgstr "" #: cpplib.c:1022 msgid "#pragma once is obsolete" msgstr "" #: cpplib.c:1025 msgid "#pragma once in main file" msgstr "" #: cpplib.c:1049 msgid "invalid #pragma GCC poison directive" msgstr "" #: cpplib.c:1058 #, c-format msgid "poisoning existing macro \"%s\"" msgstr "" #: cpplib.c:1078 msgid "#pragma system_header ignored outside include file" msgstr "" #: cpplib.c:1103 #, c-format msgid "cannot find source %s" msgstr "" #: cpplib.c:1107 #, c-format msgid "current file is older than %s" msgstr "" #: cpplib.c:1181 msgid "_Pragma takes a parenthesized string literal" msgstr "" #: cpplib.c:1280 msgid "#else without #if" msgstr "" #: cpplib.c:1285 tradcpp.c:3858 msgid "#else after #else" msgstr "" #: cpplib.c:1287 cpplib.c:1322 msgid "the conditional began here" msgstr "" #: cpplib.c:1315 msgid "#elif without #if" msgstr "" #: cpplib.c:1320 tradcpp.c:3553 msgid "#elif after #else" msgstr "" #: cpplib.c:1352 msgid "#endif without #if" msgstr "" #: cpplib.c:1435 tradcpp.c:3250 msgid "missing '(' after predicate" msgstr "" #: cpplib.c:1450 tradcpp.c:3264 msgid "missing ')' to complete answer" msgstr "" #: cpplib.c:1470 tradcpp.c:3270 msgid "predicate's answer is empty" msgstr "" #: cpplib.c:1500 tradcpp.c:3318 msgid "assertion without predicate" msgstr "" #: cpplib.c:1502 tradcpp.c:3320 msgid "predicate must be an identifier" msgstr "" #: cpplib.c:1583 tradcpp.c:3417 #, c-format msgid "\"%s\" re-asserted" msgstr "" #: cpplib.c:1811 #, c-format msgid "unterminated #%s" msgstr "" #: cppmacro.c:148 #, c-format msgid "invalid builtin macro \"%s\"" msgstr "" #: cppmacro.c:347 msgid "invalid string literal, ignoring final '\\'" msgstr "" #: cppmacro.c:436 #, c-format msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token" msgstr "" #: cppmacro.c:560 msgid "directives may not be used inside a macro argument" msgstr "" #: cppmacro.c:572 #, c-format msgid "unterminated argument list invoking macro \"%s\"" msgstr "" #: cppmacro.c:589 msgid "ISO C99 requires rest arguments to be used" msgstr "" #: cppmacro.c:594 #, c-format msgid "macro \"%s\" requires %u arguments, but only %u given" msgstr "" #: cppmacro.c:605 #, c-format msgid "macro \"%s\" passed %u arguments, but takes just %u" msgstr "" #: cppmacro.c:688 #, c-format msgid "function-like macro \"%s\" must be used with arguments in traditional C" msgstr "" #: cppmacro.c:1175 #, c-format msgid "duplicate macro parameter \"%s\"" msgstr "" #: cppmacro.c:1203 #, c-format msgid "\"%s\" may not appear in macro parameter list" msgstr "" #: cppmacro.c:1210 msgid "macro parameters must be comma-separated" msgstr "" #: cppmacro.c:1227 msgid "parameter name missing" msgstr "" #: cppmacro.c:1241 msgid "anonymous variadic macros were introduced in C99" msgstr "" #: cppmacro.c:1244 msgid "ISO C does not permit named variadic macros" msgstr "" #: cppmacro.c:1253 msgid "missing ')' in macro parameter list" msgstr "" #: cppmacro.c:1329 msgid "ISO C requires whitespace after the macro name" msgstr "" #: cppmacro.c:1359 msgid "'#' is not followed by a macro parameter" msgstr "" #: cppmacro.c:1379 msgid "'##' cannot appear at either end of a macro expansion" msgstr "" #: cppmacro.c:1415 #, c-format msgid "\"%s\" redefined" msgstr "" #: cppmacro.c:1419 msgid "this is the location of the previous definition" msgstr "" #: cppmacro.c:1484 #, c-format msgid "macro argument \"%s\" would be stringified with -traditional." msgstr "" #: cppmacro.c:1509 #, c-format msgid "invalid hash type %d in cpp_macro_definition" msgstr "" #: cppmain.c:119 #, c-format msgid "Invalid option %s" msgstr "" #: cppspec.c:128 #, c-format msgid "\"%s\" is not a valid option to the preprocessor" msgstr "" #: cppspec.c:152 msgid "too many input files" msgstr "" #: cse.c:7092 #, c-format msgid ";; Processing block from %d to %d, %d sets.\n" msgstr "" #: diagnostic.c:784 #, c-format msgid "%s:%d: warning: " msgstr "" #: diagnostic.c:791 #, c-format msgid "%s: warning: " msgstr "" #: diagnostic.c:871 msgid "((anonymous))" msgstr "" #: diagnostic.c:941 #, c-format msgid "%s: warnings being treated as errors\n" msgstr "" #: diagnostic.c:978 #, c-format msgid "%s: %s: " msgstr "" #: diagnostic.c:1057 msgid "sorry, not implemented: " msgstr "" #: diagnostic.c:1076 #, c-format msgid "%s " msgstr "" #: diagnostic.c:1078 #, c-format msgid " %s" msgstr "" #: diagnostic.c:1102 msgid "At top level:" msgstr "" #: diagnostic.c:1107 #, c-format msgid "In member function `%s':" msgstr "" #: diagnostic.c:1111 #, c-format msgid "In function `%s':" msgstr "" #: diagnostic.c:1195 msgid "compilation terminated.\n" msgstr "" #: diagnostic.c:1226 #, c-format msgid "%s:%d: confused by earlier errors, bailing out\n" msgstr "" #: diagnostic.c:1240 diagnostic.c:1390 #, c-format msgid "" "Please submit a full bug report,\n" "with preprocessed source if appropriate.\n" "See %s for instructions.\n" msgstr "" #: diagnostic.c:1388 msgid "Internal compiler error: Error reporting routines re-entered.\n" msgstr "" #: diagnostic.c:1450 #, c-format msgid "Internal compiler error in %s, at %s:%d" msgstr "" #: diagnostic.c:1495 #, c-format msgid "In file included from %s:%d" msgstr "" #: diagnostic.c:1498 #, c-format msgid "" ",\n" " from %s:%d" msgstr "" #: diagnostic.c:1499 msgid ":\n" msgstr "" #: dwarf2out.c:2991 #, c-format msgid "DW_LOC_OP %s not implememnted\n" msgstr "" #: dwarfout.c:2166 #, c-format msgid "internal regno botch: regno = %d\n" msgstr "" #: dwarfout.c:6379 msgid "can't get current directory" msgstr "" #: emit-rtl.c:1105 msgid "Can't access real part of complex value in hard register" msgstr "" #: emit-rtl.c:1127 msgid "can't access imaginary part of complex value in hard register" msgstr "" #: emit-rtl.c:2934 msgid "ICE: emit_insn used where emit_jump_insn needed:\n" msgstr "" #: errors.c:136 #, c-format msgid "abort in %s, at %s:%d" msgstr "" #: except.c:358 msgid "exception handling disabled, use -fexceptions to enable" msgstr "" #: except.c:2899 msgid "argument of `__builtin_eh_return_regno' must be constant" msgstr "" #: except.c:3010 except.c:3032 msgid "__builtin_eh_return not supported on this target" msgstr "" #: explow.c:1362 msgid "stack limits not supported on this target" msgstr "" #: expr.c:2922 msgid "function using short complex types cannot be inline" msgstr "" #: expr.c:5979 expr.c:5988 expr.c:5997 expr.c:6002 expr.c:6288 expr.c:6304 msgid "unsupported wide integer operation" msgstr "" #: expr.c:6351 #, c-format msgid "prior parameter's size depends on `%s'" msgstr "" #: expr.c:6704 msgid "returned value in block_exit_expr" msgstr "" #: final.c:1371 msgid "Negative insn length" msgstr "" #: final.c:2911 msgid "Could not split insn" msgstr "" #: final.c:3262 #, c-format msgid "invalid `asm': %s" msgstr "" #: final.c:3264 #, c-format msgid "output_operand: %s" msgstr "" #: final.c:3436 msgid "nested assembly dialect alternatives" msgstr "" #: final.c:3453 final.c:3465 msgid "unterminated assembly dialect alternative" msgstr "" #: final.c:3509 #, c-format msgid "operand number missing after %-letter" msgstr "" #: final.c:3512 final.c:3551 msgid "operand number out of range" msgstr "" #: final.c:3570 #, c-format msgid "invalid %%-code" msgstr "" #: final.c:3601 msgid "`%l' operand isn't a label" msgstr "" #. We can't handle floating point constants; #. PRINT_OPERAND must handle them. #: config/i386/i386.c:5137 config/pdp11/pdp11.c:1532 final.c:3707 msgid "floating constant misused" msgstr "" #: config/i386/i386.c:5191 config/pdp11/pdp11.c:1579 final.c:3762 msgid "invalid expression as operand" msgstr "" #: flow.c:358 msgid "function might be possible candidate for attribute `noreturn'" msgstr "" #: flow.c:363 msgid "`noreturn' function does return" msgstr "" #: flow.c:382 msgid "control reaches end of non-void function" msgstr "" #: fold-const.c:3080 fold-const.c:3093 #, c-format msgid "comparison is always %d due to width of bitfield" msgstr "" #: fold-const.c:4136 fold-const.c:4153 #, c-format msgid "comparison is always %d" msgstr "" #: fold-const.c:4284 msgid "`or' of unmatched not-equal tests is always 1" msgstr "" #: fold-const.c:4289 msgid "`and' of mutually exclusive equal-tests is always 0" msgstr "" #: function.c:5396 #, c-format msgid "`%s' might be used uninitialized in this function" msgstr "" #: function.c:5403 #, c-format msgid "variable `%s' might be clobbered by `longjmp' or `vfork'" msgstr "" #: function.c:5422 #, c-format msgid "argument `%s' might be clobbered by `longjmp' or `vfork'" msgstr "" #: function.c:6265 msgid "function returns an aggregate" msgstr "" #: function.c:6775 #, c-format msgid "unused parameter `%s'" msgstr "" #: gcc.c:1066 #, c-format msgid "Ambiguous abbreviation %s" msgstr "" #: gcc.c:1093 #, c-format msgid "Incomplete `%s' option" msgstr "" #: gcc.c:1104 #, c-format msgid "Missing argument to `%s' option" msgstr "" #: gcc.c:1117 #, c-format msgid "Extraneous argument to `%s' option" msgstr "" #: gcc.c:1422 msgid "Using builtin specs.\n" msgstr "" #: gcc.c:1588 #, c-format msgid "" "Setting spec %s to '%s'\n" "\n" msgstr "" #: gcc.c:1686 #, c-format msgid "Reading specs from %s\n" msgstr "" #: gcc.c:1784 gcc.c:1803 #, c-format msgid "specs %%include syntax malformed after %ld characters" msgstr "" #: gcc.c:1811 #, c-format msgid "Could not find specs file %s\n" msgstr "" #: gcc.c:1827 gcc.c:1835 gcc.c:1844 gcc.c:1853 #, c-format msgid "specs %%rename syntax malformed after %ld characters" msgstr "" #: gcc.c:1862 #, c-format msgid "specs %s spec was not found to be renamed" msgstr "" #: gcc.c:1869 #, c-format msgid "rename spec %s to %s\n" msgstr "" #: gcc.c:1871 #, c-format msgid "" "spec is '%s'\n" "\n" msgstr "" #: gcc.c:1884 #, c-format msgid "specs unknown %% command after %ld characters" msgstr "" #: gcc.c:1895 gcc.c:1908 #, c-format msgid "specs file malformed after %ld characters" msgstr "" #: gcc.c:1962 msgid "spec file has no spec for linking" msgstr "" #: gcc.c:2674 msgid "-pipe not supported" msgstr "" #: gcc.c:2710 msgid "" "\n" "Go ahead? (y or n) " msgstr "" #: gcc.c:2809 #, c-format msgid "" "Internal error: %s (program %s)\n" "Please submit a full bug report.\n" "See %s for instructions." msgstr "" #: gcc.c:2827 #, c-format msgid "# %s %.2f %.2f\n" msgstr "" #: gcc.c:2956 #, c-format msgid "Usage: %s [options] file...\n" msgstr "" #: gcc.c:2957 msgid "Options:\n" msgstr "" #: gcc.c:2959 msgid " -pass-exit-codes Exit with highest error code from a phase\n" msgstr "" #: gcc.c:2960 msgid " --help Display this information\n" msgstr "" #: gcc.c:2961 msgid "" " --target-help Display target specific command line options\n" msgstr "" #: gcc.c:2963 msgid " (Use '-v --help' to display command line options of sub-processes)\n" msgstr "" #: gcc.c:2964 msgid " -dumpspecs Display all of the built in spec strings\n" msgstr "" #: gcc.c:2965 msgid " -dumpversion Display the version of the compiler\n" msgstr "" #: gcc.c:2966 msgid " -dumpmachine Display the compiler's target processor\n" msgstr "" #: gcc.c:2967 msgid "" " -print-search-dirs Display the directories in the compiler's search " "path\n" msgstr "" #: gcc.c:2968 msgid "" " -print-libgcc-file-name Display the name of the compiler's companion " "library\n" msgstr "" #: gcc.c:2969 msgid " -print-file-name= Display the full path to library \n" msgstr "" #: gcc.c:2970 msgid "" " -print-prog-name= Display the full path to compiler component " "\n" msgstr "" #: gcc.c:2971 msgid "" " -print-multi-directory Display the root directory for versions of " "libgcc\n" msgstr "" #: gcc.c:2972 msgid "" " -print-multi-lib Display the mapping between command line options " "and\n" " multiple library search directories\n" msgstr "" #: gcc.c:2975 msgid "" " -Wa, Pass comma-separated on to the " "assembler\n" msgstr "" #: gcc.c:2976 msgid "" " -Wp, Pass comma-separated on to the " "preprocessor\n" msgstr "" #: gcc.c:2977 msgid "" " -Wl, Pass comma-separated on to the linker\n" msgstr "" #: gcc.c:2978 msgid " -Xlinker Pass on to the linker\n" msgstr "" #: gcc.c:2979 msgid " -save-temps Do not delete intermediate files\n" msgstr "" #: gcc.c:2980 msgid " -pipe Use pipes rather than intermediate files\n" msgstr "" #: gcc.c:2981 msgid " -time Time the execution of each subprocess\n" msgstr "" #: gcc.c:2982 msgid "" " -specs= Override builtin specs with the contents of " "\n" msgstr "" #: gcc.c:2983 msgid "" " -std= Assume that the input sources are for \n" msgstr "" #: gcc.c:2984 msgid "" " -B Add to the compiler's search paths\n" msgstr "" #: gcc.c:2985 msgid " -b Run gcc for target , if installed\n" msgstr "" #: gcc.c:2986 msgid "" " -V Run gcc version number , if installed\n" msgstr "" #: gcc.c:2987 msgid "" " -v Display the programs invoked by the compiler\n" msgstr "" #: gcc.c:2988 msgid "" " -E Preprocess only; do not compile, assemble or " "link\n" msgstr "" #: gcc.c:2989 msgid " -S Compile only; do not assemble or link\n" msgstr "" #: gcc.c:2990 msgid " -c Compile and assemble, but do not link\n" msgstr "" #: gcc.c:2991 msgid " -o Place the output into \n" msgstr "" #: gcc.c:2992 msgid "" " -x Specify the language of the following input " "files\n" " Permissable languages include: c c++ assembler " "none\n" " 'none' means revert to the default behaviour of\n" " guessing the language based on the file's " "extension\n" msgstr "" #: gcc.c:2999 #, c-format msgid "" "\n" "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n" " passed on to the various sub-processes invoked by %s. In order to pass\n" " other options on to these processes the -W options must be used.\n" msgstr "" #: gcc.c:3366 msgid "argument to `-Xlinker' is missing" msgstr "" #: gcc.c:3374 msgid "argument to `-l' is missing" msgstr "" #: gcc.c:3391 msgid "argument to `-specs' is missing" msgstr "" #: gcc.c:3406 msgid "argument to `-specs=' is missing" msgstr "" #: gcc.c:3428 msgid "argument to `-b' is missing" msgstr "" #: gcc.c:3443 msgid "argument to `-B' is missing" msgstr "" #: gcc.c:3513 msgid "argument to `-V' is missing" msgstr "" #: gcc.c:3534 gcc.c:3541 gcc.c:3548 msgid "invalid version number format" msgstr "" #: gcc.c:3659 msgid "cannot specify -o with -c or -S and multiple compilations" msgstr "" #: gcc.c:3861 msgid "Warning: -pipe ignored because -save-temps specified" msgstr "" #: gcc.c:3865 msgid "Warning: -pipe ignored because -time specified" msgstr "" #: gcc.c:3875 msgid "argument to `-x' is missing" msgstr "" #: gcc.c:3903 #, c-format msgid "argument to `-%s' is missing" msgstr "" #: gcc.c:3964 #, c-format msgid "Warning: `-x %s' after last input file has no effect" msgstr "" #: gcc.c:4169 msgid "Invalid specification! Bug in cc." msgstr "" #: gcc.c:4318 #, c-format msgid "%s\n" msgstr "" #. Catch the case where a spec string contains something like #. '%{foo:%*}'. ie there is no * in the pattern on the left #. hand side of the :. #: gcc.c:4835 #, c-format msgid "Spec failure: '%%*' has not been initialised by pattern match" msgstr "" #: gcc.c:4844 #, c-format msgid "Warning: use of obsolete %%[ operator in specs" msgstr "" #: gcc.c:4862 #, c-format msgid "Processing spec %c%s%c, which is '%s'\n" msgstr "" #: gcc.c:4987 #, c-format msgid "Spec failure: Unrecognised spec option '%c'" msgstr "" #: gcc.c:5097 msgid "Mismatched braces in specs" msgstr "" #: gcc.c:5816 #, c-format msgid "unrecognized option `-%s'" msgstr "" #: gcc.c:5822 #, c-format msgid "install: %s%s\n" msgstr "" #: gcc.c:5823 #, c-format msgid "programs: %s\n" msgstr "" #: gcc.c:5824 #, c-format msgid "libraries: %s\n" msgstr "" #: gcc.c:5872 msgid "" "\n" "For bug reporting instructions, please see:\n" msgstr "" #: gcc.c:5888 #, c-format msgid "Configured with: %s\n" msgstr "" #: gcc.c:5902 #, c-format msgid "Thread model: %s\n" msgstr "" #: gcc.c:5913 #, c-format msgid "gcc version %s\n" msgstr "" #: gcc.c:5915 #, c-format msgid "gcc driver version %s executing gcc version %s\n" msgstr "" #: gcc.c:5923 msgid "No input files" msgstr "" #: gcc.c:5961 #, c-format msgid "%s: %s compiler not installed on this system" msgstr "" #: gcc.c:6036 #, c-format msgid "%s: linker input file unused because linking not done" msgstr "" #: gcc.c:6079 #, c-format msgid "language %s not recognized" msgstr "" #: gcc.c:6182 msgid "Internal gcc abort." msgstr "" #: gcov.c:280 msgid "Internal gcov abort.\n" msgstr "" #: gcov.c:289 msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n" msgstr "" #: gcov.c:409 #, c-format msgid "Could not open basic block file %s.\n" msgstr "" #: gcov.c:418 #, c-format msgid "Could not open data file %s.\n" msgstr "" #: gcov.c:419 msgid "Assuming that all execution counts are zero.\n" msgstr "" #: gcov.c:425 #, c-format msgid "Could not open program flow graph file %s.\n" msgstr "" #: gcov.c:436 #, c-format msgid "No executable code associated with file %s.\n" msgstr "" #: gcov.c:736 msgid ".da file contents exhausted too early\n" msgstr "" #: gcov.c:739 msgid ".da file contents not exhausted\n" msgstr "" #: gcov.c:920 #, c-format msgid "%6.2f%% of %d source lines executed in function %s\n" msgstr "" #: gcov.c:924 #, c-format msgid "No executable source lines in function %s\n" msgstr "" #: gcov.c:931 #, c-format msgid "%6.2f%% of %d branches executed in function %s\n" msgstr "" #: gcov.c:935 #, c-format msgid "%6.2f%% of %d branches taken at least once in function %s\n" msgstr "" #: gcov.c:940 #, c-format msgid "No branches in function %s\n" msgstr "" #: gcov.c:942 #, c-format msgid "%6.2f%% of %d calls executed in function %s\n" msgstr "" #: gcov.c:946 #, c-format msgid "No calls in function %s\n" msgstr "" #: gcov.c:1078 #, c-format msgid "didn't use all bb entries of graph, function %s\n" msgstr "" #: gcov.c:1080 #, c-format msgid "block_num = %ld, num_blocks = %d\n" msgstr "" #: gcov.c:1118 #, c-format msgid "ERROR: too many basic blocks in .bb file %s\n" msgstr "" #: gcov.c:1195 #, c-format msgid "%6.2f%% of %d source lines executed in file %s\n" msgstr "" #: gcov.c:1199 #, c-format msgid "No executable source lines in file %s\n" msgstr "" #: gcov.c:1206 #, c-format msgid "%6.2f%% of %d branches executed in file %s\n" msgstr "" #: gcov.c:1210 #, c-format msgid "%6.2f%% of %d branches taken at least once in file %s\n" msgstr "" #: gcov.c:1215 #, c-format msgid "No branches in file %s\n" msgstr "" #: gcov.c:1217 #, c-format msgid "%6.2f%% of %d calls executed in file %s\n" msgstr "" #: gcov.c:1221 #, c-format msgid "No calls in file %s\n" msgstr "" #: gcov.c:1233 #, c-format msgid "Could not open source file %s.\n" msgstr "" #: gcov.c:1283 #, c-format msgid "Could not open output file %s.\n" msgstr "" #: gcov.c:1291 #, c-format msgid "Creating %s.\n" msgstr "" #: gcov.c:1339 #, c-format msgid "call %d never executed\n" msgstr "" #: gcov.c:1348 #, c-format msgid "call %d returns = %s\n" msgstr "" #: gcov.c:1358 #, c-format msgid "call %d returns = %s%%\n" msgstr "" #: gcov.c:1365 #, c-format msgid "branch %d never executed\n" msgstr "" #: gcov.c:1375 #, c-format msgid "branch %d taken = %s\n" msgstr "" #: gcov.c:1385 #, c-format msgid "branch %d taken = %s%%\n" msgstr "" #: gcov.c:1396 #, c-format msgid "Unexpected EOF while reading source file %s.\n" msgstr "" #: gcse.c:752 #, c-format msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block" msgstr "" #: gcse.c:764 #, c-format msgid "GCSE disabled: %d basic blocks and %d registers" msgstr "" #: ch/grant.c:2652 ch/lex.c:212 ch/lex.c:2189 f/com.c:14211 graph.c:421 #: java/jcf-parse.c:970 java/jcf-parse.c:1122 java/lex.c:1747 #: objc/objc-act.c:561 profile.c:928 profile.c:936 toplev.c:1871 toplev.c:2216 #, c-format msgid "can't open %s" msgstr "" #: haifa-sched.c:190 #, c-format msgid "fix_sched_param: unknown param: %s" msgstr "" #: integrate.c:185 msgid "function cannot be inline" msgstr "" #: integrate.c:190 msgid "varargs function cannot be inline" msgstr "" #: integrate.c:193 msgid "function using alloca cannot be inline" msgstr "" #: integrate.c:196 msgid "function using setjmp cannot be inline" msgstr "" #: integrate.c:199 msgid "function uses __builtin_eh_return" msgstr "" #: integrate.c:202 msgid "function with nested functions cannot be inline" msgstr "" #: integrate.c:206 msgid "function with label addresses used in initializers cannot inline" msgstr "" #: integrate.c:213 integrate.c:257 msgid "function too large to be inline" msgstr "" #: integrate.c:223 msgid "no prototype, and parameter address used; cannot be inline" msgstr "" #: integrate.c:230 integrate.c:275 msgid "inline functions not supported for this return value type" msgstr "" #: integrate.c:235 msgid "function with varying-size return value cannot be inline" msgstr "" #: integrate.c:242 msgid "function with varying-size parameter cannot be inline" msgstr "" #: integrate.c:245 msgid "function with transparent unit parameter cannot be inline" msgstr "" #: integrate.c:264 msgid "function with computed jump cannot inline" msgstr "" #: integrate.c:268 msgid "function with nonlocal goto cannot be inline" msgstr "" #: integrate.c:282 msgid "function with target specific attribute(s) cannot be inlined" msgstr "" #: line-map.c:198 #, c-format msgid "In file included from %s:%u" msgstr "" #. Translators note: this message is used in conjunction #. with "In file included from %s:%ld" and some other #. tricks. We want something like this: #. #. | In file included from sys/select.h:123, #. | from sys/types.h:234, #. | from userfile.c:31: #. | bits/select.h:45: #. #. with all the "from"s lined up. #. The trailing comma is at the beginning of this message, #. and the trailing colon is not translated. #: line-map.c:216 #, c-format msgid "" ",\n" " from %s:%u" msgstr "" #. If we didn't find this parameter, issue an error message. #: params.c:80 #, c-format msgid "invalid parameter `%s'" msgstr "" #: profile.c:428 #, c-format msgid "Corrupted profile info: prob for %d-%d thought to be %d" msgstr "" #: profile.c:953 #, c-format msgid "file %s not found, execution counts assumed to be zero." msgstr "" #: profile.c:1000 msgid ".da file contents exhausted too early" msgstr "" #: profile.c:1003 msgid ".da file contents not exhausted" msgstr "" #: protoize.c:593 #, c-format msgid "%s: internal abort\n" msgstr "" #: protoize.c:684 #, c-format msgid "%s: error writing file `%s': %s\n" msgstr "" #: protoize.c:729 #, c-format msgid "%s: usage '%s [ -VqfnkN ] [ -i ] [ filename ... ]'\n" msgstr "" #: protoize.c:732 #, c-format msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B ] [ filename ... ]'\n" msgstr "" #: protoize.c:839 #, c-format msgid "%s: warning: no read access for file `%s'\n" msgstr "" #: protoize.c:847 #, c-format msgid "%s: warning: no write access for file `%s'\n" msgstr "" #: protoize.c:855 #, c-format msgid "%s: warning: no write access for dir containing `%s'\n" msgstr "" #. Catch cases like /.. where we try to backup to a #. point above the absolute root of the logical file #. system. #: protoize.c:1273 #, c-format msgid "%s: invalid file name: %s\n" msgstr "" #: protoize.c:1425 #, c-format msgid "%s: %s: can't get status: %s\n" msgstr "" #: protoize.c:1446 #, c-format msgid "" "\n" "%s: fatal error: aux info file corrupted at line %d\n" msgstr "" #: protoize.c:1782 #, c-format msgid "%s:%d: declaration of function `%s' takes different forms\n" msgstr "" #: protoize.c:2040 #, c-format msgid "%s: compiling `%s'\n" msgstr "" #: protoize.c:2063 #, c-format msgid "%s: wait: %s\n" msgstr "" #: protoize.c:2068 #, c-format msgid "%s: subprocess got fatal signal %d\n" msgstr "" #: protoize.c:2076 #, c-format msgid "%s: %s exited with status %d\n" msgstr "" #: protoize.c:2128 #, c-format msgid "%s: warning: missing SYSCALLS file `%s'\n" msgstr "" #: protoize.c:2137 protoize.c:2166 #, c-format msgid "%s: can't read aux info file `%s': %s\n" msgstr "" #: protoize.c:2182 protoize.c:2210 #, c-format msgid "%s: can't get status of aux info file `%s': %s\n" msgstr "" #: protoize.c:2238 #, c-format msgid "%s: can't open aux info file `%s' for reading: %s\n" msgstr "" #: protoize.c:2256 #, c-format msgid "%s: error reading aux info file `%s': %s\n" msgstr "" #: protoize.c:2269 #, c-format msgid "%s: error closing aux info file `%s': %s\n" msgstr "" #: protoize.c:2285 #, c-format msgid "%s: can't delete aux info file `%s': %s\n" msgstr "" #: protoize.c:2367 protoize.c:4369 #, c-format msgid "%s: can't delete file `%s': %s\n" msgstr "" #: protoize.c:2446 #, c-format msgid "%s: warning: can't rename file `%s' to `%s': %s\n" msgstr "" #: protoize.c:2571 #, c-format msgid "%s: conflicting extern definitions of '%s'\n" msgstr "" #: protoize.c:2575 #, c-format msgid "%s: declarations of '%s' will not be converted\n" msgstr "" #: protoize.c:2577 #, c-format msgid "%s: conflict list for '%s' follows:\n" msgstr "" #: protoize.c:2610 #, c-format msgid "%s: warning: using formals list from %s(%d) for function `%s'\n" msgstr "" #: protoize.c:2650 #, c-format msgid "%s: %d: `%s' used but missing from SYSCALLS\n" msgstr "" #: protoize.c:2656 #, c-format msgid "%s: %d: warning: no extern definition for `%s'\n" msgstr "" #: protoize.c:2687 #, c-format msgid "%s: warning: no static definition for `%s' in file `%s'\n" msgstr "" #: protoize.c:2693 #, c-format msgid "%s: multiple static defs of `%s' in file `%s'\n" msgstr "" #: protoize.c:2866 protoize.c:2869 #, c-format msgid "%s: %d: warning: source too confusing\n" msgstr "" #: protoize.c:3075 #, c-format msgid "%s: %d: warning: varargs function declaration not converted\n" msgstr "" #: protoize.c:3090 #, c-format msgid "%s: declaration of function `%s' not converted\n" msgstr "" #: protoize.c:3213 #, c-format msgid "%s: warning: too many parameter lists in declaration of `%s'\n" msgstr "" #: protoize.c:3234 #, c-format msgid "" "\n" "%s: warning: too few parameter lists in declaration of `%s'\n" msgstr "" #: protoize.c:3332 #, c-format msgid "%s: %d: warning: found `%s' but expected `%s'\n" msgstr "" #: protoize.c:3510 #, c-format msgid "%s: local declaration for function `%s' not inserted\n" msgstr "" #: protoize.c:3537 #, c-format msgid "" "\n" "%s: %d: warning: can't add declaration of `%s' into macro call\n" msgstr "" #: protoize.c:3611 #, c-format msgid "%s: global declarations for file `%s' not inserted\n" msgstr "" #: protoize.c:3702 protoize.c:3732 #, c-format msgid "%s: definition of function `%s' not converted\n" msgstr "" #: protoize.c:3721 #, c-format msgid "%s: %d: warning: definition of %s not converted\n" msgstr "" #: protoize.c:4051 #, c-format msgid "%s: found definition of `%s' at %s(%d)\n" msgstr "" #. If we make it here, then we did not know about this #. function definition. #: protoize.c:4067 #, c-format msgid "%s: %d: warning: `%s' excluded by preprocessing\n" msgstr "" #: protoize.c:4070 #, c-format msgid "%s: function definition not converted\n" msgstr "" #: protoize.c:4129 #, c-format msgid "%s: `%s' not converted\n" msgstr "" #: protoize.c:4137 #, c-format msgid "%s: would convert file `%s'\n" msgstr "" #: protoize.c:4140 #, c-format msgid "%s: converting file `%s'\n" msgstr "" #: protoize.c:4150 #, c-format msgid "%s: can't get status for file `%s': %s\n" msgstr "" #: protoize.c:4192 #, c-format msgid "%s: can't open file `%s' for reading: %s\n" msgstr "" #: protoize.c:4207 #, c-format msgid "" "\n" "%s: error reading input file `%s': %s\n" msgstr "" #: protoize.c:4241 #, c-format msgid "%s: can't create/open clean file `%s': %s\n" msgstr "" #: protoize.c:4346 #, c-format msgid "%s: warning: file `%s' already saved in `%s'\n" msgstr "" #: protoize.c:4354 #, c-format msgid "%s: can't link file `%s' to `%s': %s\n" msgstr "" #: protoize.c:4384 #, c-format msgid "%s: can't create/open output file `%s': %s\n" msgstr "" #: protoize.c:4417 #, c-format msgid "%s: can't change mode of file `%s': %s\n" msgstr "" #: protoize.c:4592 #, c-format msgid "%s: cannot get working directory: %s\n" msgstr "" #: protoize.c:4690 #, c-format msgid "%s: input file names must have .c suffixes: %s\n" msgstr "" #: real.c:816 real.c:993 msgid "conversion from NaN to int" msgstr "" #: real.c:839 msgid "conversion from NaN to unsigned int" msgstr "" #: real.c:2714 msgid "floating point overflow" msgstr "" #: real.c:4354 real.c:6633 real.c:6714 msgid "overflow on truncation to integer" msgstr "" #: real.c:4426 msgid "overflow on truncation to unsigned integer" msgstr "" #: real.c:5774 #, c-format msgid "%s: argument domain error" msgstr "" #: real.c:5775 #, c-format msgid "%s: function singularity" msgstr "" #: real.c:5776 #, c-format msgid "%s: overflow range error" msgstr "" #: real.c:5777 #, c-format msgid "%s: underflow range error" msgstr "" #: real.c:5778 #, c-format msgid "%s: total loss of precision" msgstr "" #: real.c:5779 #, c-format msgid "%s: partial loss of precision" msgstr "" #: real.c:5780 #, c-format msgid "%s: NaN - producing operation" msgstr "" #: reg-stack.c:675 #, c-format msgid "Output constraint %d must specify a single register" msgstr "" #: reg-stack.c:685 #, c-format msgid "Output constraint %d cannot be specified together with \"%s\" clobber" msgstr "" #: reg-stack.c:708 msgid "Output regs must be grouped at top of stack" msgstr "" #: reg-stack.c:745 msgid "Implicitly popped regs must be grouped at top of stack" msgstr "" #: reg-stack.c:764 #, c-format msgid "Output operand %d must use `&' constraint" msgstr "" #: regclass.c:758 #, c-format msgid "can't use '%s' as a %s register" msgstr "" #: config/ia64/ia64.c:3805 config/ia64/ia64.c:3812 regclass.c:773 #, c-format msgid "unknown register name: %s" msgstr "" #: regclass.c:784 msgid "global register variable follows a function definition" msgstr "" #: regclass.c:788 msgid "register used for two global register variables" msgstr "" #: regclass.c:793 msgid "call-clobbered register used for global register variable" msgstr "" #: reload.c:1207 msgid "cannot reload integer constant operand in `asm'" msgstr "" #: reload.c:1229 msgid "impossible register constraint in `asm'" msgstr "" #: reload.c:3377 msgid "`&' constraint used with no register class" msgstr "" #: reload.c:3533 msgid "Unable to generate reloads for:" msgstr "" #: reload.c:3534 reload.c:3748 msgid "inconsistent operand constraints in an `asm'" msgstr "" #: reload1.c:1235 msgid "frame size too large for reliable stack checking" msgstr "" #: reload1.c:1238 msgid "try reducing the number of local variables" msgstr "" #: reload1.c:1884 #, c-format msgid "Can't find a register in class `%s' while reloading `asm'." msgstr "" #: reload1.c:1888 #, c-format msgid "Unable to find a register to spill in class `%s'." msgstr "" #: reload1.c:1890 msgid "This is the insn:" msgstr "" #: reload1.c:3906 msgid "`asm' operand requires impossible reload" msgstr "" #. It's the compiler's fault. #: reload1.c:5022 msgid "Could not find a spill register" msgstr "" #: reload1.c:5027 msgid "`asm' operand constraint incompatible with operand size" msgstr "" #. It's the compiler's fault. #: reload1.c:6618 msgid "VOIDmode on an output" msgstr "" #: reload1.c:6619 msgid "output operand is constant in `asm'" msgstr "" #: rtl-error.c:139 msgid "Unrecognizable insn:" msgstr "" #: rtl-error.c:141 msgid "Insn does not satisfy its constraints:" msgstr "" #: rtl.c:705 #, c-format msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d" msgstr "" #: rtl.c:720 #, c-format msgid "" "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d" msgstr "" #: rtl.c:736 #, c-format msgid "" "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %" "s:%d" msgstr "" #: rtl.c:749 #, c-format msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d" msgstr "" #: rtl.c:763 #, c-format msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d" msgstr "" #: rtl.c:778 #, c-format msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d" msgstr "" #: stmt.c:929 #, c-format msgid "jump to `%s' invalidly jumps into binding contour" msgstr "" #: stmt.c:1165 stmt.c:3834 #, c-format msgid "label `%s' used before containing binding contour" msgstr "" #: stmt.c:1295 stmt.c:1508 msgid "`asm' cannot be used in function where memory usage is checked" msgstr "" #: stmt.c:1356 msgid "output operand constraint lacks `='" msgstr "" #: stmt.c:1371 #, c-format msgid "output constraint `%c' for operand %d is not at the beginning" msgstr "" #: stmt.c:1393 msgid "operand constraint contains '+' or '=' at illegal position." msgstr "" #: stmt.c:1399 stmt.c:1689 #, c-format msgid "`%%' constraint used with last operand" msgstr "" #: stmt.c:1418 msgid "matching constraint not valid in output operand" msgstr "" #: stmt.c:1539 #, c-format msgid "unknown register name `%s' in `asm'" msgstr "" #: stmt.c:1597 #, c-format msgid "output number %d not directly addressable" msgstr "" #: stmt.c:1625 #, c-format msgid "more than %d operands in `asm'" msgstr "" #: stmt.c:1663 #, c-format msgid "hard register `%s' listed as input operand to `asm'" msgstr "" #: stmt.c:1679 #, c-format msgid "input operand constraint contains `%c'" msgstr "" #: stmt.c:1720 msgid "matching constraint references invalid operand number" msgstr "" #: stmt.c:1751 #, c-format msgid "invalid punctuation `%c' in constraint" msgstr "" #. ??? Leave this only until we have experience with what #. happens in combine and elsewhere when constraints are #. not satisfied. #: stmt.c:1785 stmt.c:1815 #, c-format msgid "asm operand %d probably doesn't match constraints" msgstr "" #: stmt.c:1961 msgid "too many alternatives in `asm'" msgstr "" #: stmt.c:1973 msgid "operand constraints for `asm' differ in number of alternatives" msgstr "" #: stmt.c:2026 #, c-format msgid "duplicate asm operand name '%s'" msgstr "" #: stmt.c:2105 msgid "missing close brace for named operand" msgstr "" #: stmt.c:2125 #, c-format msgid "undefined named operand '%s'" msgstr "" #: stmt.c:3771 #, c-format msgid "unused variable `%s'" msgstr "" #: stmt.c:5236 #, c-format msgid "enumeration value `%s' not handled in switch" msgstr "" #: stmt.c:5262 stmt.c:5282 #, c-format msgid "case value `%ld' not in enumerated type" msgstr "" #: stmt.c:5265 stmt.c:5285 #, c-format msgid "case value `%ld' not in enumerated type `%s'" msgstr "" #: stor-layout.c:164 msgid "type size can't be explicitly evaluated" msgstr "" #: stor-layout.c:166 msgid "variable-size type declared outside of any function" msgstr "" #: stor-layout.c:439 #, c-format msgid "size of `%s' is %d bytes" msgstr "" #: stor-layout.c:441 #, c-format msgid "size of `%s' is larger than %d bytes" msgstr "" #: stor-layout.c:816 stor-layout.c:1069 #, c-format msgid "packed attribute causes inefficient alignment for `%s'" msgstr "" #: stor-layout.c:818 stor-layout.c:1071 #, c-format msgid "packed attribute is unnecessary for `%s'" msgstr "" #: stor-layout.c:833 #, c-format msgid "padding struct to align `%s'" msgstr "" #: stor-layout.c:1033 msgid "padding struct size to alignment boundary" msgstr "" #: stor-layout.c:1076 msgid "packed attribute causes inefficient alignment" msgstr "" #: stor-layout.c:1078 msgid "packed attribute is unnecessary" msgstr "" #: timevar.c:447 msgid "" "\n" "Execution times (seconds)\n" msgstr "" #. Print total time. #: timevar.c:497 msgid " TOTAL :" msgstr "" #: timevar.c:533 #, c-format msgid "time in %s: %ld.%06ld (%ld%%)\n" msgstr "" #: tlink.c:428 #, c-format msgid "collect: reading %s\n" msgstr "" #: tlink.c:532 #, c-format msgid "collect: recompiling %s\n" msgstr "" #: tlink.c:698 #, c-format msgid "collect: tweaking %s in %s\n" msgstr "" #: tlink.c:745 msgid "collect: relinking\n" msgstr "" #: tlink.c:754 #, c-format msgid "ld returned %d exit status" msgstr "" #: toplev.c:946 msgid "Generate debugging info in default format" msgstr "" #: toplev.c:947 msgid "Generate debugging info in default extended format" msgstr "" #: toplev.c:949 msgid "Generate STABS format debug info" msgstr "" #: toplev.c:950 msgid "Generate extended STABS format debug info" msgstr "" #: toplev.c:953 msgid "Generate DWARF-1 format debug info" msgstr "" #: toplev.c:955 msgid "Generate extended DWARF-1 format debug info" msgstr "" #: toplev.c:958 msgid "Generate DWARF-2 debug info" msgstr "" #: toplev.c:961 msgid "Generate XCOFF format debug info" msgstr "" #: toplev.c:962 msgid "Generate extended XCOFF format debug info" msgstr "" #: toplev.c:965 msgid "Generate COFF format debug info" msgstr "" #: toplev.c:1009 msgid "Perform DWARF2 duplicate elimination" msgstr "" #: toplev.c:1011 msgid "Do not store floats in registers" msgstr "" #: toplev.c:1013 msgid "Consider all mem refs through pointers as volatile" msgstr "" #: toplev.c:1015 msgid "Consider all mem refs to global data to be volatile" msgstr "" #: toplev.c:1017 msgid "Consider all mem refs to static data to be volatile" msgstr "" #: toplev.c:1019 msgid "Defer popping functions args from stack until later" msgstr "" #: toplev.c:1021 msgid "When possible do not generate stack frames" msgstr "" #: toplev.c:1023 msgid "Optimize sibling and tail recursive calls" msgstr "" #: toplev.c:1025 msgid "When running CSE, follow jumps to their targets" msgstr "" #: toplev.c:1027 msgid "When running CSE, follow conditional jumps" msgstr "" #: toplev.c:1029 msgid "Perform a number of minor, expensive optimisations" msgstr "" #: toplev.c:1031 msgid "Perform jump threading optimisations" msgstr "" #: toplev.c:1033 msgid "Perform strength reduction optimisations" msgstr "" #: toplev.c:1035 msgid "Perform loop unrolling when iteration count is known" msgstr "" #: toplev.c:1037 msgid "Perform loop unrolling for all loops" msgstr "" #: toplev.c:1039 msgid "Force all loop invariant computations out of loops" msgstr "" #: toplev.c:1041 msgid "Strength reduce all loop general induction variables" msgstr "" #: toplev.c:1043 msgid "Store strings in writable data section" msgstr "" #: toplev.c:1045 msgid "Enable machine specific peephole optimisations" msgstr "" #: toplev.c:1047 msgid "Copy memory operands into registers before using" msgstr "" #: toplev.c:1049 msgid "Copy memory address constants into regs before using" msgstr "" #: toplev.c:1051 msgid "Allow function addresses to be held in registers" msgstr "" #: toplev.c:1053 msgid "Integrate simple functions into their callers" msgstr "" #: toplev.c:1055 msgid "Generate code for funcs even if they are fully inlined" msgstr "" #: toplev.c:1057 msgid "Pay attention to the 'inline' keyword" msgstr "" #: toplev.c:1059 msgid "Emit static const variables even if they are not used" msgstr "" #: toplev.c:1061 msgid "Check for syntax errors, then stop" msgstr "" #: toplev.c:1063 msgid "Mark data as shared rather than private" msgstr "" #: toplev.c:1065 msgid "Enable saving registers around function calls" msgstr "" #: toplev.c:1067 msgid "Return 'short' aggregates in memory, not registers" msgstr "" #: toplev.c:1069 msgid "Return 'short' aggregates in registers" msgstr "" #: toplev.c:1071 msgid "Attempt to fill delay slots of branch instructions" msgstr "" #: toplev.c:1073 msgid "Perform the global common subexpression elimination" msgstr "" #: toplev.c:1075 msgid "Perform enhanced load motion during global subexpression elimination" msgstr "" #: toplev.c:1077 msgid "Perform store motion after global subexpression elimination" msgstr "" #: toplev.c:1079 msgid "Run CSE pass after loop optimisations" msgstr "" #: toplev.c:1081 msgid "Run the loop optimiser twice" msgstr "" #: toplev.c:1083 msgid "Delete useless null pointer checks" msgstr "" #: toplev.c:1085 msgid "Pretend that host and target use the same FP format" msgstr "" #: toplev.c:1087 msgid "Reschedule instructions before register allocation" msgstr "" #: toplev.c:1089 msgid "Reschedule instructions after register allocation" msgstr "" #: toplev.c:1091 msgid "Enable scheduling across basic blocks" msgstr "" #: toplev.c:1093 msgid "Allow speculative motion of non-loads" msgstr "" #: toplev.c:1095 msgid "Allow speculative motion of some loads" msgstr "" #: toplev.c:1097 msgid "Allow speculative motion of more loads" msgstr "" #: toplev.c:1099 msgid "Replace add,compare,branch with branch on count reg" msgstr "" #: toplev.c:1101 msgid "Generate position independent code, if possible" msgstr "" #: toplev.c:1104 msgid "Enable exception handling" msgstr "" #: toplev.c:1106 msgid "Just generate unwind tables for exception handling" msgstr "" #: toplev.c:1108 msgid "Generate unwind tables exact at each instruction boundary" msgstr "" #: toplev.c:1110 msgid "Support synchronous non-call exceptions" msgstr "" #: toplev.c:1112 msgid "Insert arc based program profiling code" msgstr "" #: toplev.c:1114 msgid "Create data files needed by gcov" msgstr "" #: toplev.c:1116 msgid "Use profiling information for branch probabilities" msgstr "" #: toplev.c:1118 msgid "Reorder basic blocks to improve code placement" msgstr "" #: toplev.c:1120 msgid "Do the register renaming optimization pass" msgstr "" #: toplev.c:1122 msgid "Do not put uninitialized globals in the common section" msgstr "" #: toplev.c:1124 msgid "Do not generate .size directives" msgstr "" #: toplev.c:1126 msgid "place each function into its own section" msgstr "" #: toplev.c:1128 msgid "place data items into their own section" msgstr "" #: toplev.c:1130 msgid "Add extra commentry to assembler output" msgstr "" #: toplev.c:1132 msgid "Output GNU ld formatted global initialisers" msgstr "" #: toplev.c:1134 msgid "Enables a register move optimisation" msgstr "" #: toplev.c:1136 msgid "Do the full regmove optimization pass" msgstr "" #: toplev.c:1138 msgid "Pack structure members together without holes" msgstr "" #: toplev.c:1140 msgid "Insert stack checking code into the program" msgstr "" #: toplev.c:1142 msgid "Specify that arguments may alias each other & globals" msgstr "" #: toplev.c:1144 msgid "Assume arguments may alias globals but not each other" msgstr "" #: toplev.c:1146 msgid "Assume arguments do not alias each other or globals" msgstr "" #: toplev.c:1148 msgid "Assume strict aliasing rules apply" msgstr "" #: toplev.c:1150 msgid "Align the start of loops" msgstr "" #: toplev.c:1152 msgid "Align labels which are only reached by jumping" msgstr "" #: toplev.c:1154 msgid "Align all labels" msgstr "" #: toplev.c:1156 msgid "Align the start of functions" msgstr "" #: toplev.c:1158 msgid "Attempt to merge identical constants accross compilation units" msgstr "" #: toplev.c:1160 msgid "Attempt to merge identical constants and constant variables" msgstr "" #: toplev.c:1162 msgid "Generate code to check every memory access" msgstr "" #: toplev.c:1164 msgid "Add a prefix to all function names" msgstr "" #: toplev.c:1166 msgid "" "Suppress output of instruction numbers and line number notes in debugging " "dumps" msgstr "" #: toplev.c:1168 msgid "Instrument function entry/exit with profiling calls" msgstr "" #: toplev.c:1170 msgid "Enable SSA optimizations" msgstr "" #: toplev.c:1172 msgid "Enable SSA conditonal constant propagation" msgstr "" #: toplev.c:1174 msgid "Enable aggressive SSA dead code elimination" msgstr "" #: toplev.c:1176 msgid "External symbols have a leading underscore" msgstr "" #: toplev.c:1178 msgid "Process #ident directives" msgstr "" #: toplev.c:1180 msgid "Enables an rtl peephole pass run before sched2" msgstr "" #: toplev.c:1182 msgid "Enables guessing of branch probabilities" msgstr "" #: toplev.c:1184 msgid "Set errno after built-in math functions" msgstr "" #: toplev.c:1186 msgid "Floating-point operations can trap" msgstr "" #: toplev.c:1188 msgid "Allow math optimizations that may violate IEEE or ANSI standards" msgstr "" #: toplev.c:1190 msgid "Compile pointers as triples: value, base & end" msgstr "" #: toplev.c:1192 msgid "Generate code to check bounds before dereferencing pointers and arrays" msgstr "" #: toplev.c:1194 msgid "Convert floating point constant to single precision constant" msgstr "" #: toplev.c:1196 msgid "Report time taken by each compiler pass at end of run" msgstr "" #: toplev.c:1198 msgid "Report on permanent memory allocation at end of run" msgstr "" #: toplev.c:1200 msgid "Trap for signed overflow in addition / subtraction / multiplication." msgstr "" #: toplev.c:1217 msgid "Compile just for ISO C89" msgstr "" #: toplev.c:1219 msgid "Do not promote floats to double if using -traditional" msgstr "" #: toplev.c:1221 msgid "Determine language standard" msgstr "" #: toplev.c:1225 msgid "Make bitfields by unsigned by default" msgstr "" #: toplev.c:1229 msgid "Make 'char' be signed by default" msgstr "" #: toplev.c:1231 msgid "Make 'char' be unsigned by default" msgstr "" #: toplev.c:1237 msgid "Attempt to support traditional K&R style C" msgstr "" #: toplev.c:1243 msgid "Do not recognise the 'asm' keyword" msgstr "" #: toplev.c:1246 msgid "Do not recognise any built in functions" msgstr "" #: toplev.c:1248 msgid "Assume normal C execution environment" msgstr "" #: toplev.c:1251 msgid "Assume that standard libraries & main might not exist" msgstr "" #: toplev.c:1254 msgid "Allow different types as args of ? operator" msgstr "" #: toplev.c:1257 msgid "Allow the use of $ inside identifiers" msgstr "" #: toplev.c:1262 msgid "Use the same size for double as for float" msgstr "" #: toplev.c:1265 msgid "Use the smallest fitting integer to hold enums" msgstr "" #: toplev.c:1268 msgid "Override the underlying type for wchar_t to `unsigned short'" msgstr "" #: toplev.c:1272 msgid "Enable most warning messages" msgstr "" #: toplev.c:1274 msgid "Warn about casting functions to incompatible types" msgstr "" #: toplev.c:1278 msgid "Warn about functions which might be candidates for format attributes" msgstr "" #: toplev.c:1281 msgid "Warn about casts which discard qualifiers" msgstr "" #: toplev.c:1284 msgid "Warn about subscripts whose type is 'char'" msgstr "" #: toplev.c:1287 toplev.c:1290 msgid "Warn if nested comments are detected" msgstr "" #: toplev.c:1293 msgid "Warn about possibly confusing type conversions" msgstr "" #: toplev.c:1296 msgid "Warn about printf/scanf/strftime/strfmon format anomalies" msgstr "" #: toplev.c:1300 msgid "Don't warn about strftime formats yielding 2 digit years" msgstr "" #: toplev.c:1303 msgid "Don't warn about too many arguments to format functions" msgstr "" #: toplev.c:1305 msgid "Warn about non-string-literal format strings" msgstr "" #: toplev.c:1308 msgid "Warn about possible security problems with format functions" msgstr "" #: toplev.c:1311 msgid "Warn about implicit function declarations" msgstr "" #: toplev.c:1315 msgid "Warn when a declaration does not specify a type" msgstr "" #: toplev.c:1320 msgid "Warn about the use of the #import directive" msgstr "" #: toplev.c:1324 msgid "Do not warn about using 'long long' when -pedantic" msgstr "" #: toplev.c:1326 msgid "Warn about suspicious declarations of main" msgstr "" #: toplev.c:1329 msgid "Warn about possibly missing braces around initialisers" msgstr "" #: toplev.c:1332 msgid "Warn about global funcs without previous declarations" msgstr "" #: toplev.c:1335 msgid "Warn about global funcs without prototypes" msgstr "" #: toplev.c:1338 msgid "Warn about use of multicharacter literals" msgstr "" #: toplev.c:1341 msgid "Warn about externs not at file scope level" msgstr "" #: toplev.c:1344 msgid "Warn about possible missing parentheses" msgstr "" #: toplev.c:1347 msgid "Warn about possible violations of sequence point rules" msgstr "" #: toplev.c:1350 msgid "Warn about function pointer arithmetic" msgstr "" #: toplev.c:1353 msgid "Warn about multiple declarations of the same object" msgstr "" #: toplev.c:1356 msgid "Warn about signed/unsigned comparisons" msgstr "" #: toplev.c:1359 msgid "Warn about testing equality of floating point numbers" msgstr "" #: toplev.c:1362 msgid "Warn about unrecognized pragmas" msgstr "" #: toplev.c:1365 msgid "Warn about non-prototyped function decls" msgstr "" #: toplev.c:1368 msgid "Warn about constructs whose meaning change in ISO C" msgstr "" #: toplev.c:1371 msgid "Warn when trigraphs are encountered" msgstr "" #: toplev.c:1376 msgid "Mark strings as 'const char *'" msgstr "" #: toplev.c:1518 msgid "Warn when a function is unused" msgstr "" #: toplev.c:1520 msgid "Warn when a label is unused" msgstr "" #: toplev.c:1522 msgid "Warn when a function parameter is unused" msgstr "" #: toplev.c:1524 msgid "Warn when a variable is unused" msgstr "" #: toplev.c:1526 msgid "Warn when an expression value is unused" msgstr "" #: toplev.c:1528 msgid "Do not suppress warnings from system headers" msgstr "" #: toplev.c:1530 msgid "Treat all warnings as errors" msgstr "" #: toplev.c:1532 msgid "Warn when one local variable shadows another" msgstr "" #: toplev.c:1534 msgid "Warn about enumerated switches missing a specific case" msgstr "" #: toplev.c:1536 msgid "Warn about returning structures, unions or arrays" msgstr "" #: toplev.c:1538 msgid "Warn about pointer casts which increase alignment" msgstr "" #: toplev.c:1540 msgid "Warn about code that will never be executed" msgstr "" #: toplev.c:1542 msgid "Warn about uninitialized automatic variables" msgstr "" #: toplev.c:1544 msgid "Warn when an inlined function cannot be inlined" msgstr "" #: toplev.c:1546 msgid "Warn when the packed attribute has no effect on struct layout" msgstr "" #: toplev.c:1548 msgid "Warn when padding is required to align struct members" msgstr "" #: toplev.c:1550 msgid "Warn when an optimization pass is disabled" msgstr "" #: toplev.c:1552 msgid "Warn about functions which might be candidates for attribute noreturn" msgstr "" #: toplev.c:1606 toplev.c:4994 tradcpp.c:779 #, c-format msgid "Invalid option `%s'" msgstr "" #: toplev.c:1752 #, c-format msgid "Internal error: %s" msgstr "" #: toplev.c:2052 #, c-format msgid "`%s' used but never defined" msgstr "" #: toplev.c:2055 #, c-format msgid "`%s' declared `static' but never defined" msgstr "" #: toplev.c:2077 #, c-format msgid "`%s' defined but not used" msgstr "" #: toplev.c:2176 #, c-format msgid "can't open %s for writing" msgstr "" #: toplev.c:2295 msgid "-ffunction-sections not supported for this target." msgstr "" #: toplev.c:2300 msgid "-fdata-sections not supported for this target." msgstr "" #: toplev.c:2308 msgid "-ffunction-sections disabled; it makes profiling impossible." msgstr "" #: toplev.c:2314 msgid "-ffunction-sections may affect debugging on some targets." msgstr "" #: toplev.c:2459 #, c-format msgid "error writing to %s" msgstr "" #: java/jcf-parse.c:989 toplev.c:2461 #, c-format msgid "error closing %s" msgstr "" #: toplev.c:2555 #, c-format msgid "invalid register name `%s' for register variable" msgstr "" #: toplev.c:3823 msgid "" " -ffixed- Mark as being unavailable to the " "compiler\n" msgstr "" #: toplev.c:3824 msgid "" " -fcall-used- Mark as being corrupted by function " "calls\n" msgstr "" #: toplev.c:3825 msgid "" " -fcall-saved- Mark as being preserved across " "functions\n" msgstr "" #: toplev.c:3826 msgid "" " -finline-limit= Limits the size of inlined functions to \n" msgstr "" #: toplev.c:3827 msgid "" " -fmessage-length= Limits diagnostics messages lengths to " "characters per line. 0 suppresses line-wrapping\n" msgstr "" #: toplev.c:3828 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" msgstr "" #: toplev.c:3839 msgid " -O[number] Set optimisation level to [number]\n" msgstr "" #: toplev.c:3840 msgid " -Os Optimise for space rather than speed\n" msgstr "" #: toplev.c:3852 msgid "" " -pedantic Issue warnings needed by strict compliance to ISO " "C\n" msgstr "" #: toplev.c:3853 msgid "" " -pedantic-errors Like -pedantic except that errors are produced\n" msgstr "" #: toplev.c:3854 msgid " -w Suppress warnings\n" msgstr "" #: toplev.c:3855 msgid " -W Enable extra warnings\n" msgstr "" #: toplev.c:3866 msgid " -Wunused Enable unused warnings\n" msgstr "" #: toplev.c:3867 msgid "" " -Wlarger-than- Warn if an object is larger than bytes\n" msgstr "" #: toplev.c:3868 msgid " -p Enable function profiling\n" msgstr "" #: toplev.c:3870 msgid " -a Enable block profiling \n" msgstr "" #: toplev.c:3873 msgid " -ax Enable jump profiling \n" msgstr "" #: toplev.c:3875 msgid " -o Place output into \n" msgstr "" #: toplev.c:3876 msgid "" " -G Put global and static data smaller than \n" " bytes into a special section (on some targets)\n" msgstr "" #: toplev.c:3887 msgid " -aux-info Emit declaration info into \n" msgstr "" #: toplev.c:3888 msgid "" " -quiet Do not display functions compiled or elapsed time\n" msgstr "" #: toplev.c:3889 msgid " -version Display the compiler's version\n" msgstr "" #: toplev.c:3890 msgid "" " -d[letters] Enable dumps from specific passes of the compiler\n" msgstr "" #: toplev.c:3891 msgid "" " -dumpbase Base name to be used for dumps from specific " "passes\n" msgstr "" #: toplev.c:3893 msgid " -fsched-verbose= Set the verbosity level of the scheduler\n" msgstr "" #: toplev.c:3895 msgid " --help Display this information\n" msgstr "" #: toplev.c:3910 msgid "" "\n" "Language specific options:\n" msgstr "" #: toplev.c:3922 #, c-format msgid " %-23.23s [undocumented]\n" msgstr "" #: toplev.c:3930 toplev.c:3944 #, c-format msgid "" "\n" "There are undocumented %s specific options as well.\n" msgstr "" #: toplev.c:3934 #, c-format msgid "" "\n" " Options for %s:\n" msgstr "" #: toplev.c:3965 msgid "" "\n" "Target specific options:\n" msgstr "" #: toplev.c:3979 toplev.c:3998 #, c-format msgid " -m%-23.23s [undocumented]\n" msgstr "" #: toplev.c:4007 msgid "" "\n" "There are undocumented target specific options as well.\n" msgstr "" #: toplev.c:4009 msgid " They exist, but they are not documented.\n" msgstr "" #: toplev.c:4062 #, c-format msgid "unrecognized gcc debugging option: %c" msgstr "" #: toplev.c:4132 #, c-format msgid "unrecognized register name `%s'" msgstr "" #: toplev.c:4157 toplev.c:4830 #, c-format msgid "Unrecognized option `%s'" msgstr "" #: toplev.c:4201 msgid "-Wid-clash-LEN is no longer supported" msgstr "" #: toplev.c:4278 #, c-format msgid "use -gdwarf -g%d for DWARF v1, level %d" msgstr "" #: toplev.c:4281 msgid "use -gdwarf-2 for DWARF v2" msgstr "" #: toplev.c:4286 #, c-format msgid "ignoring option `%s' due to invalid debug level specification" msgstr "" #: toplev.c:4309 toplev.c:4828 #, c-format msgid "`%s': unknown or unsupported -g option" msgstr "" #: toplev.c:4316 #, c-format msgid "`%s' ignored, conflicts with `-g%s'" msgstr "" #: toplev.c:4395 msgid "-param option missing argument" msgstr "" #: toplev.c:4404 #, c-format msgid "invalid --param option: %s" msgstr "" #: toplev.c:4416 #, c-format msgid "invalid parameter value `%s'" msgstr "" #: toplev.c:4507 msgid "`-a' option (basic block profile) not supported" msgstr "" #: toplev.c:4515 msgid "`-ax' option (jump profiling) not supported" msgstr "" #: toplev.c:4820 #, c-format msgid "Ignoring command line option '%s'" msgstr "" #: toplev.c:4823 #, c-format msgid "(It is valid for %s but not the selected language)" msgstr "" #: toplev.c:4857 msgid "-Wuninitialized is not supported without -O" msgstr "" #: toplev.c:4884 msgid "`-ax' and `-a' are conflicting options. `-a' ignored." msgstr "" #: toplev.c:4910 msgid "instruction scheduling not supported on this target machine" msgstr "" #: toplev.c:4914 msgid "this target machine does not have delayed branches" msgstr "" #: toplev.c:4923 msgid "profiling does not work without a frame pointer" msgstr "" #: toplev.c:4938 #, c-format msgid "-f%sleading-underscore not supported on this target machine" msgstr "" #: toplev.c:5011 #, c-format msgid "" "%s%s%s version %s (%s)\n" "%s\tcompiled by GNU C version %s.\n" "%s%s%s version %s (%s) compiled by CC.\n" msgstr "" #: toplev.c:5067 msgid "options passed: " msgstr "" #: toplev.c:5096 msgid "options enabled: " msgstr "" #: tradcpp.c:138 msgid "macro or #include recursion too deep" msgstr "" #: tradcpp.c:553 #, c-format msgid "Usage: %s [switches] input output" msgstr "" #: tradcpp.c:569 msgid "-traditional is not supported in C++" msgstr "" #: tradcpp.c:571 msgid "-traditional and -ansi are mutually exclusive" msgstr "" #: tradcpp.c:585 msgid "Filename missing after -i option" msgstr "" #: tradcpp.c:603 msgid "Filename missing after -o option" msgstr "" #: tradcpp.c:662 #, c-format msgid "Target missing after %s option" msgstr "" #: tradcpp.c:676 #, c-format msgid "Filename missing after %s option" msgstr "" #: tradcpp.c:701 #, c-format msgid "Macro name missing after -%c option" msgstr "" #: tradcpp.c:721 msgid "-pedantic and -traditional are mutually exclusive" msgstr "" #: tradcpp.c:726 msgid "-trigraphs and -traditional are mutually exclusive" msgstr "" #: tradcpp.c:752 msgid "Directory name missing after -I option" msgstr "" #: tradcpp.c:1432 tradcpp.c:3924 msgid "`/*' within comment" msgstr "" #: tradcpp.c:1808 #, c-format msgid "unterminated #%s conditional" msgstr "" #: tradcpp.c:2167 msgid "not in any file?!" msgstr "" #: tradcpp.c:2273 msgid "`defined' must be followed by ident or (ident)" msgstr "" #: tradcpp.c:2277 msgid "cccp error: invalid special hash type" msgstr "" #: tradcpp.c:2375 tradcpp.c:2445 msgid "#include expects \"fname\" or " msgstr "" #: tradcpp.c:2530 #, c-format msgid "No include path in which to find %.*s" msgstr "" #: tradcpp.c:2708 msgid "invalid macro name" msgstr "" #: tradcpp.c:2716 #, c-format msgid "invalid macro name `%s'" msgstr "" #: tradcpp.c:2721 msgid "\"defined\" cannot be used as a macro name" msgstr "" #: tradcpp.c:2748 msgid "parameter name starts with a digit in #define" msgstr "" #: tradcpp.c:2758 msgid "badly punctuated parameter list in #define" msgstr "" #: tradcpp.c:2766 msgid "unterminated parameter list in #define" msgstr "" #: tradcpp.c:2814 #, c-format msgid "\"%.*s\" redefined" msgstr "" #: tradcpp.c:3071 msgid "# operator should be followed by a macro argument name" msgstr "" #: tradcpp.c:3118 tradcpp.c:3144 tradcpp.c:3158 tradcpp.c:3165 tradcpp.c:3190 msgid "invalid format #line command" msgstr "" #: tradcpp.c:3216 msgid "undefining `defined'" msgstr "" #: tradcpp.c:3220 #, c-format msgid "undefining `%s'" msgstr "" #: tradcpp.c:3276 msgid "extra text at end of directive" msgstr "" #: tradcpp.c:3383 #, c-format msgid "#error%.*s" msgstr "" #: tradcpp.c:3393 #, c-format msgid "#warning%.*s" msgstr "" #: tradcpp.c:3549 msgid "#elif not within a conditional" msgstr "" #: tradcpp.c:3806 #, c-format msgid "#%s not within a conditional" msgstr "" #: tradcpp.c:3814 msgid "#else or #elif after #else" msgstr "" #: tradcpp.c:3854 msgid "#else not within a conditional" msgstr "" #: tradcpp.c:3885 msgid "unbalanced #endif" msgstr "" #: tradcpp.c:3979 msgid "unterminated string or character constant" msgstr "" #: tradcpp.c:4137 #, c-format msgid "arguments given to macro `%s'" msgstr "" #: tradcpp.c:4143 #, c-format msgid "no args to macro `%s'" msgstr "" #: tradcpp.c:4145 #, c-format msgid "only 1 arg to macro `%s'" msgstr "" #: tradcpp.c:4147 #, c-format msgid "only %d args to macro `%s'" msgstr "" #: tradcpp.c:4149 #, c-format msgid "too many (%d) args to macro `%s'" msgstr "" #: tradcpp.c:4746 #, c-format msgid "" "Internal error in %s, at tradcpp.c:%d\n" "Please submit a full bug report.\n" "See %s for instructions." msgstr "" #: tree.c:3824 msgid "arrays of functions are not meaningful" msgstr "" #: tree.c:3881 msgid "function return type cannot be function" msgstr "" #: tree.c:4619 msgid "invalid initializer for bit string" msgstr "" #: tree.c:4678 #, c-format msgid "Tree check: expected %s, have %s in %s, at %s:%d" msgstr "" #: tree.c:4695 #, c-format msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d" msgstr "" #: config/i386/winnt.c:522 varasm.c:448 #, c-format msgid "%s causes a section type conflict" msgstr "" #: varasm.c:876 #, c-format msgid "register name not specified for `%s'" msgstr "" #: varasm.c:878 #, c-format msgid "invalid register name for `%s'" msgstr "" #: varasm.c:881 #, c-format msgid "data type of `%s' isn't suitable for a register" msgstr "" #: varasm.c:884 #, c-format msgid "register specified for `%s' isn't suitable for data type" msgstr "" #: varasm.c:893 msgid "global register variable has initial value" msgstr "" #: varasm.c:896 msgid "volatile register variables don't work as you might wish" msgstr "" #: varasm.c:932 #, c-format msgid "register name given for non-register variable `%s'" msgstr "" #: varasm.c:1552 #, c-format msgid "size of variable `%s' is too large" msgstr "" #: varasm.c:1592 #, c-format msgid "" "alignment of `%s' is greater than maximum object file alignment. Using %d." msgstr "" #: varasm.c:1642 #, c-format msgid "requested alignment for %s is greater than implemented alignment of %d." msgstr "" #: varasm.c:2165 msgid "floating point trap outputting a constant" msgstr "" #: varasm.c:4555 msgid "initializer for integer value is too complicated" msgstr "" #: varasm.c:4561 msgid "initializer for floating value is not a floating constant" msgstr "" #: varasm.c:4620 msgid "unknown set constructor type" msgstr "" #: varasm.c:4831 #, c-format msgid "invalid initial value for member `%s'" msgstr "" #: varasm.c:5023 #, c-format msgid "weak declaration of `%s' must be public" msgstr "" #: varasm.c:5025 #, c-format msgid "weak declaration of `%s' must precede definition" msgstr "" #: varasm.c:5029 #, c-format msgid "weak declaration of `%s' not supported" msgstr "" #: varasm.c:5125 msgid "only weak aliases are supported in this configuration" msgstr "" #: varasm.c:5130 msgid "alias definitions not supported in this configuration; ignored" msgstr "" #: varray.c:88 #, c-format msgid "Virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d" msgstr "" #. Print an error message for unrecognized stab codes. #: xcoffout.c:170 #, c-format msgid "No sclass for %s stab (0x%x)\n" msgstr "" #: config/darwin-c.c:76 msgid "too many #pragma options align=reset" msgstr "" #: config/darwin-c.c:98 config/darwin-c.c:101 config/darwin-c.c:103 #: config/darwin-c.c:105 msgid "malformed '#pragma options', ignoring" msgstr "" #: config/darwin-c.c:108 msgid "junk at end of '#pragma options'" msgstr "" #: config/darwin-c.c:118 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring" msgstr "" #: config/darwin-c.c:131 msgid "missing '(' after '#pragma unused', ignoring" msgstr "" #: config/darwin-c.c:149 msgid "missing ')' after '#pragma unused', ignoring" msgstr "" #: config/darwin-c.c:152 msgid "junk at end of '#pragma unused'" msgstr "" #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:84 msgid "-msystem-v and -p are incompatible" msgstr "" #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:86 msgid "-msystem-v and -mthreads are incompatible" msgstr "" #: config/nextstep.c:65 msgid "optimization turned on" msgstr "" #: config/nextstep.c:71 msgid "optimization turned off" msgstr "" #: config/nextstep.c:80 msgid "optimization level restored" msgstr "" #. Run-time compilation parameters selecting different hardware subsets. #: config/1750a/1750a.h:39 msgid "Use VAX-C alignment" msgstr "" #: config/a29k/a29k.c:1023 #, c-format msgid "invalid %%Q value" msgstr "" #: config/a29k/a29k.c:1029 config/alpha/alpha.c:5101 #, c-format msgid "invalid %%C value" msgstr "" #: config/a29k/a29k.c:1035 config/alpha/alpha.c:4946 #: config/rs6000/rs6000.c:4367 #, c-format msgid "invalid %%N value" msgstr "" #: config/a29k/a29k.c:1041 config/alpha/alpha.c:5017 #: config/rs6000/rs6000.c:4329 #, c-format msgid "invalid %%M value" msgstr "" #: config/a29k/a29k.c:1047 config/alpha/alpha.c:5009 #: config/rs6000/rs6000.c:4294 #, c-format msgid "invalid %%m value" msgstr "" #: config/a29k/a29k.c:1149 config/alpha/alpha.c:4970 config/romp/romp.c:690 #, c-format msgid "invalid %%L value" msgstr "" #: config/a29k/a29k.c:1154 config/rs6000/rs6000.c:4375 #, c-format msgid "invalid %%O value" msgstr "" #: config/a29k/a29k.c:1160 config/alpha/alpha.c:4954 #: config/rs6000/rs6000.c:4395 #, c-format msgid "invalid %%P value" msgstr "" #: config/a29k/a29k.c:1170 #, c-format msgid "invalid %%V value" msgstr "" #: config/a29k/a29k.h:101 msgid "Generate code assuming DW bit is set" msgstr "" #: config/a29k/a29k.h:102 msgid "Generate code assuming DW bit is not set" msgstr "" #: config/a29k/a29k.h:103 msgid "Generate code using byte writes" msgstr "" #: config/a29k/a29k.h:104 msgid "Do not generate byte writes" msgstr "" #: config/a29k/a29k.h:105 msgid "Use small memory model" msgstr "" #: config/a29k/a29k.h:106 msgid "Use normal memory model" msgstr "" #: config/a29k/a29k.h:107 msgid "Use large memory model" msgstr "" #: config/a29k/a29k.h:108 msgid "Generate 29050 code" msgstr "" #: config/a29k/a29k.h:109 msgid "Generate 29000 code" msgstr "" #: config/a29k/a29k.h:110 msgid "Use kernel global registers" msgstr "" #: config/a29k/a29k.h:111 msgid "Use user global registers" msgstr "" #: config/a29k/a29k.h:112 msgid "Emit stack checking code" msgstr "" #: config/a29k/a29k.h:113 msgid "Do not emit stack checking code" msgstr "" #: config/a29k/a29k.h:114 msgid "Work around storem hardware bug" msgstr "" #: config/a29k/a29k.h:115 msgid "Do not work around storem hardware bug" msgstr "" #: config/a29k/a29k.h:116 msgid "Store locals in argument registers" msgstr "" #: config/a29k/a29k.h:117 msgid "Do not store locals in arg registers" msgstr "" #: config/a29k/a29k.h:118 config/i960/i960.h:289 config/mips/mips.h:416 msgid "Use software floating point" msgstr "" #: config/a29k/a29k.h:119 msgid "Do not generate multm instructions" msgstr "" #: config/alpha/alpha.c:251 #, c-format msgid "-f%s ignored for Unicos/Mk (not supported)" msgstr "" #: config/alpha/alpha.c:275 msgid "-mieee not supported on Unicos/Mk" msgstr "" #: config/alpha/alpha.c:286 msgid "-mieee-with-inexact not supported on Unicos/Mk" msgstr "" #: config/alpha/alpha.c:303 #, c-format msgid "bad value `%s' for -mtrap-precision switch" msgstr "" #: config/alpha/alpha.c:317 #, c-format msgid "bad value `%s' for -mfp-rounding-mode switch" msgstr "" #: config/alpha/alpha.c:332 #, c-format msgid "bad value `%s' for -mfp-trap-mode switch" msgstr "" #: config/alpha/alpha.c:351 config/alpha/alpha.c:363 #, c-format msgid "bad value `%s' for -mcpu switch" msgstr "" #: config/alpha/alpha.c:370 msgid "trap mode not supported on Unicos/Mk" msgstr "" #: config/alpha/alpha.c:377 msgid "fp software completion requires -mtrap-precision=i" msgstr "" #: config/alpha/alpha.c:393 msgid "rounding mode not supported for VAX floats" msgstr "" #: config/alpha/alpha.c:398 msgid "trap mode not supported for VAX floats" msgstr "" #: config/alpha/alpha.c:427 #, c-format msgid "L%d cache latency unknown for %s" msgstr "" #: config/alpha/alpha.c:442 #, c-format msgid "bad value `%s' for -mmemory-latency" msgstr "" #: config/alpha/alpha.c:4920 config/romp/romp.c:746 config/romp/romp.c:753 #, c-format msgid "invalid %%H value" msgstr "" #: config/alpha/alpha.c:4930 config/ia64/ia64.c:3474 #, c-format msgid "invalid %%r value" msgstr "" #: config/alpha/alpha.c:4940 config/rs6000/rs6000.c:4441 #, c-format msgid "invalid %%R value" msgstr "" #: config/alpha/alpha.c:4962 config/romp/romp.c:732 config/romp/romp.c:739 #, c-format msgid "invalid %%h value" msgstr "" #: config/alpha/alpha.c:5052 #, c-format msgid "invalid %%U value" msgstr "" #: config/alpha/alpha.c:5064 config/alpha/alpha.c:5078 config/romp/romp.c:698 #: config/rs6000/rs6000.c:4449 #, c-format msgid "invalid %%s value" msgstr "" #: config/alpha/alpha.c:5138 config/rs6000/rs6000.c:4156 #, c-format msgid "invalid %%E value" msgstr "" #: config/alpha/alpha.c:5159 config/romp/romp.c:973 #: config/rs6000/rs6000.c:4735 #, c-format msgid "invalid %%xn code" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/alpha/alpha.h:217 config/i386/i386.h:277 config/i386/i386.h:279 #: config/i386/i386.h:281 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:307 #: config/s390/s390.h:51 config/sparc/sparc.h:578 config/sparc/sparc.h:583 msgid "Use hardware fp" msgstr "" #: config/alpha/alpha.h:218 config/i386/i386.h:278 config/i386/i386.h:280 #: config/rs6000/rs6000.h:309 config/sparc/sparc.h:580 #: config/sparc/sparc.h:585 msgid "Do not use hardware fp" msgstr "" #: config/alpha/alpha.h:219 msgid "Use fp registers" msgstr "" #: config/alpha/alpha.h:221 msgid "Do not use fp registers" msgstr "" #: config/alpha/alpha.h:222 msgid "Do not assume GAS" msgstr "" #: config/alpha/alpha.h:223 msgid "Assume GAS" msgstr "" #: config/alpha/alpha.h:225 msgid "Request IEEE-conformant math library routines (OSF/1)" msgstr "" #: config/alpha/alpha.h:227 msgid "Emit IEEE-conformant code, without inexact exceptions" msgstr "" #: config/alpha/alpha.h:229 msgid "Emit IEEE-conformant code, with inexact exceptions" msgstr "" #: config/alpha/alpha.h:231 msgid "Do not emit complex integer constants to read-only memory" msgstr "" #: config/alpha/alpha.h:232 msgid "Use VAX fp" msgstr "" #: config/alpha/alpha.h:233 msgid "Do not use VAX fp" msgstr "" #: config/alpha/alpha.h:234 msgid "Emit code for the byte/word ISA extension" msgstr "" #: config/alpha/alpha.h:237 msgid "Emit code for the motion video ISA extension" msgstr "" #: config/alpha/alpha.h:240 msgid "Emit code for the fp move and sqrt ISA extension" msgstr "" #: config/alpha/alpha.h:242 msgid "Emit code for the counting ISA extension" msgstr "" #: config/alpha/alpha.h:245 msgid "Emit code using explicit relocation directives" msgstr "" #: config/alpha/alpha.h:248 msgid "Emit 16-bit relocations to the small data areas" msgstr "" #: config/alpha/alpha.h:250 msgid "Emit 32-bit relocations to the small data areas" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an initializer #. with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the fixed #. part of the option name, and the address of a variable. The #. variable, type `char *', is set to the variable part of the given #. option if the fixed part matches. The actual option name is made #. by appending `-m' to the specified name. #. #. Here is an example which defines `-mshort-data-NUMBER'. If the #. given option is `-mshort-data-512', the variable `m88k_short_data' #. will be set to the string `"512"'. #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } #. For -mcpu= #. For -mtune= #. For -mfp-rounding-mode=[n|m|c|d] #. For -mfp-trap-mode=[n|u|su|sui] #. For -mtrap-precision=[p|f|i] #. For -mmemory-latency= #: config/alpha/alpha.h:286 msgid "Use features of and schedule given CPU" msgstr "" #: config/alpha/alpha.h:288 msgid "Schedule given CPU" msgstr "" #: config/alpha/alpha.h:290 msgid "Control the generated fp rounding mode" msgstr "" #: config/alpha/alpha.h:292 msgid "Control the IEEE trap mode" msgstr "" #: config/alpha/alpha.h:294 msgid "Control the precision given to fp exceptions" msgstr "" #: config/alpha/alpha.h:296 msgid "Tune expected memory latency" msgstr "" #: config/arc/arc.c:124 #, c-format msgid "bad value (%s) for -mcpu switch" msgstr "" #: config/arc/arc.c:351 #, c-format msgid "argument of `%s' attribute is not a string constant" msgstr "" #: config/arc/arc.c:358 #, c-format msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\"" msgstr "" #: config/arc/arc.c:1679 config/m32r/m32r.c:2246 msgid "invalid operand to %R code" msgstr "" #: config/arc/arc.c:1711 config/m32r/m32r.c:2269 msgid "invalid operand to %H/%L code" msgstr "" #: config/arc/arc.c:1735 config/m32r/m32r.c:2346 msgid "invalid operand to %U code" msgstr "" #: config/arc/arc.c:1746 msgid "invalid operand to %V code" msgstr "" #. Unknown flag. #: config/arc/arc.c:1753 config/m32r/m32r.c:2385 config/sparc/sparc.c:5981 msgid "invalid operand output code" msgstr "" #: config/arm/arm.c:422 #, c-format msgid "switch -mcpu=%s conflicts with -march= switch" msgstr "" #: config/arm/arm.c:432 config/rs6000/rs6000.c:364 config/sparc/sparc.c:360 #, c-format msgid "bad value (%s) for %s switch" msgstr "" #: config/arm/arm.c:568 msgid "target CPU does not support APCS-32" msgstr "" #: config/arm/arm.c:573 msgid "target CPU does not support APCS-26" msgstr "" #: config/arm/arm.c:579 msgid "target CPU does not support interworking" msgstr "" #: config/arm/arm.c:585 msgid "target CPU does not support THUMB instructions." msgstr "" #: config/arm/arm.c:599 msgid "" "enabling backtrace support is only meaningful when compiling for the Thumb." msgstr "" #: config/arm/arm.c:602 msgid "" "enabling callee interworking support is only meaningful when compiling for " "the Thumb." msgstr "" #: config/arm/arm.c:605 msgid "" "enabling caller interworking support is only meaningful when compiling for " "the Thumb." msgstr "" #: config/arm/arm.c:611 msgid "interworking forces APCS-32 to be used" msgstr "" #: config/arm/arm.c:617 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame" msgstr "" #: config/arm/arm.c:625 msgid "-fpic and -mapcs-reent are incompatible" msgstr "" #: config/arm/arm.c:628 msgid "APCS reentrant code not supported. Ignored" msgstr "" #: config/arm/arm.c:636 msgid "-g with -mno-apcs-frame may not give sensible debugging" msgstr "" #: config/arm/arm.c:644 msgid "Passing floating point arguments in fp regs not yet supported" msgstr "" #: config/arm/arm.c:673 #, c-format msgid "Invalid floating point emulation option: -mfpe-%s" msgstr "" #: config/arm/arm.c:697 msgid "Structure size boundary can only be set to 8 or 32" msgstr "" #: config/arm/arm.c:705 msgid "-mpic-register= is useless without -fpic" msgstr "" #: config/arm/arm.c:714 #, c-format msgid "Unable to use '%s' for PIC register" msgstr "" #: config/arm/arm.c:1946 config/arm/arm.c:1968 config/avr/avr.c:4729 #: config/c4x/c4x.c:4651 config/h8300/h8300.c:3035 config/i386/i386.c:1106 #: config/i386/i386.c:1135 config/m68hc11/m68hc11.c:1155 #: config/mcore/mcore.c:3493 config/ns32k/ns32k.c:1040 #: config/rs6000/rs6000.c:8179 config/sh/sh.c:4693 config/sh/sh.c:4713 #: config/sh/sh.c:4752 config/stormy16/stormy16.c:1952 config/v850/v850.c:2040 #, c-format msgid "`%s' attribute only applies to functions" msgstr "" #: config/arm/arm.c:9116 msgid "Unable to compute real location of stacked parameter" msgstr "" #: config/arm/arm.c:9810 msgid "no low registers available for popping high registers" msgstr "" #: config/arm/arm.c:9999 msgid "Interrupt Service Routines cannot be coded in Thumb mode." msgstr "" #: config/arm/arm.h:422 msgid "Generate APCS conformant stack frames" msgstr "" #: config/arm/arm.h:425 msgid "Store function names in object code" msgstr "" #: config/arm/arm.h:429 msgid "Use the 32-bit version of the APCS" msgstr "" #: config/arm/arm.h:431 msgid "Use the 26-bit version of the APCS" msgstr "" #: config/arm/arm.h:435 msgid "Pass FP arguments in FP registers" msgstr "" #: config/arm/arm.h:438 msgid "Generate re-entrant, PIC code" msgstr "" #: config/arm/arm.h:441 msgid "The MMU will trap on unaligned accesses" msgstr "" #: config/arm/arm.h:448 msgid "Use library calls to perform FP operations" msgstr "" #: config/arm/arm.h:450 config/i960/i960.h:287 msgid "Use hardware floating point instructions" msgstr "" #: config/arm/arm.h:452 msgid "Assume target CPU is configured as big endian" msgstr "" #: config/arm/arm.h:454 msgid "Assume target CPU is configured as little endian" msgstr "" #: config/arm/arm.h:456 msgid "Assume big endian bytes, little endian words" msgstr "" #: config/arm/arm.h:458 msgid "Support calls between Thumb and ARM instruction sets" msgstr "" #: config/arm/arm.h:461 msgid "Generate a call to abort if a noreturn function returns" msgstr "" #: config/arm/arm.h:464 msgid "Do not move instructions into a function's prologue" msgstr "" #: config/arm/arm.h:467 msgid "Do not load the PIC register in function prologues" msgstr "" #: config/arm/arm.h:470 msgid "Generate call insns as indirect calls, if necessary" msgstr "" #: config/arm/arm.h:473 msgid "Compile for the Thumb not the ARM" msgstr "" #: config/arm/arm.h:477 msgid "Thumb: Generate (non-leaf) stack frames even if not needed" msgstr "" #: config/arm/arm.h:480 msgid "Thumb: Generate (leaf) stack frames even if not needed" msgstr "" #: config/arm/arm.h:483 msgid "Thumb: Assume non-static functions may be called from ARM code" msgstr "" #: config/arm/arm.h:487 msgid "Thumb: Assume function pointers may go to non-Thumb aware code" msgstr "" #: config/arm/arm.h:497 msgid "Specify the name of the target CPU" msgstr "" #: config/arm/arm.h:499 msgid "Specify the name of the target architecture" msgstr "" #: config/arm/arm.h:503 msgid "Specify the version of the floating point emulator" msgstr "" #: config/arm/arm.h:505 msgid "Specify the minimum bit alignment of structures" msgstr "" #: config/arm/arm.h:507 msgid "Specify the register to be used for PIC addressing" msgstr "" #: config/arm/pe.c:168 config/i386/winnt.c:290 config/mcore/mcore.c:3353 #, c-format msgid "initialized variable `%s' is marked dllimport" msgstr "" #: config/arm/pe.c:177 config/i386/winnt.c:299 #, c-format msgid "static variable `%s' is marked dllimport" msgstr "" #: config/arm/pe.h:66 msgid "Ignore dllimport attribute for functions" msgstr "" #. None of these is actually used in cc1. If we don't define them in target #. switches cc1 complains about them. For the sake of argument lets allocate #. bit 31 of target flags for such options. #: config/arm/riscix.h:84 msgid "Do symbol renaming for BSD" msgstr "" #: config/arm/riscix.h:85 msgid "Do symbol renaming for X/OPEN" msgstr "" #: config/arm/riscix.h:86 msgid "Don't do symbol renaming" msgstr "" #: config/avr/avr.c:207 #, c-format msgid "MCU `%s' not supported" msgstr "" #: config/avr/avr.c:447 #, c-format msgid "large frame pointer change (%d) with -mtiny-stack" msgstr "" #: config/avr/avr.c:1042 msgid "Bad address, not (reg+disp):" msgstr "" #: config/avr/avr.c:1050 msgid "" "Internal compiler bug.\n" "Bad address:" msgstr "" #: config/avr/avr.c:1063 msgid "Internal compiler bug. Unknown mode:" msgstr "" #: config/avr/avr.c:1771 config/avr/avr.c:2483 msgid "Invalid insn:" msgstr "" #: config/avr/avr.c:1808 config/avr/avr.c:1894 config/avr/avr.c:1943 #: config/avr/avr.c:1952 config/avr/avr.c:2050 config/avr/avr.c:2222 #: config/avr/avr.c:2520 config/avr/avr.c:2631 msgid "Incorrect insn:" msgstr "" #: config/avr/avr.c:1971 config/avr/avr.c:2135 config/avr/avr.c:2293 #: config/avr/avr.c:2675 msgid "Unknown move insn:" msgstr "" #: config/avr/avr.c:2911 msgid "Bad shift insn:" msgstr "" #: config/avr/avr.c:3027 config/avr/avr.c:3457 config/avr/avr.c:3837 msgid "" "Internal compiler bug.\n" "Incorrect shift:" msgstr "" #: config/avr/avr.c:4702 msgid "Only initialized variables can be placed into program memory area." msgstr "" #. `TARGET_...' #. This series of macros is to allow compiler command arguments to #. enable or disable the use of optional features of the target #. machine. For example, one machine description serves both the #. 68000 and the 68020; a command argument tells the compiler whether #. it should use 68020-only instructions or not. This command #. argument works by means of a macro `TARGET_68020' that tests a bit #. in `target_flags'. #. #. Define a macro `TARGET_FEATURENAME' for each such option. Its #. definition should test a bit in `target_flags'; for example: #. #. #define TARGET_68020 (target_flags & 1) #. #. One place where these macros are used is in the #. condition-expressions of instruction patterns. Note how #. `TARGET_68020' appears frequently in the 68000 machine description #. file, `m68k.md'. Another place they are used is in the #. definitions of the other macros in the `MACHINE.h' file. #: config/avr/avr.h:99 msgid "Assume int to be 8 bit integer" msgstr "" #: config/avr/avr.h:101 msgid "Change the stack pointer without disabling interrupts" msgstr "" #: config/avr/avr.h:103 msgid "Use subroutines for function prologue/epilogue" msgstr "" #: config/avr/avr.h:105 msgid "Change only the low 8 bits of the stack pointer" msgstr "" #: config/avr/avr.h:107 msgid "Do not generate tablejump insns" msgstr "" #: config/avr/avr.h:110 msgid "Output instruction sizes to the asm file" msgstr "" #: config/avr/avr.h:144 msgid "Specify the initial stack address" msgstr "" #: config/avr/avr.h:145 msgid "Specify the MCU name" msgstr "" #. `GIV_SORT_CRITERION(GIV1, GIV2)' #. In some cases, the strength reduction optimization pass can #. produce better code if this is defined. This macro controls the #. order that induction variables are combined. This macro is #. particularly useful if the target has limited addressing modes. #. For instance, the SH target has only positive offsets in #. addresses. Thus sorting to put the smallest address first allows #. the most combinations to be found. #: config/avr/avr.h:2710 msgid "Trampolines not supported\n" msgstr "" #: config/c4x/c4x-c.c:70 #, c-format msgid "missing '(' after '#pragma %s' - ignored" msgstr "" #: config/c4x/c4x-c.c:73 #, c-format msgid "missing function name in '#pragma %s' - ignored" msgstr "" #: config/c4x/c4x-c.c:78 #, c-format msgid "malformed '#pragma %s' - ignored" msgstr "" #: config/c4x/c4x-c.c:80 #, c-format msgid "missing section name in '#pragma %s' - ignored" msgstr "" #: config/c4x/c4x-c.c:85 #, c-format msgid "missing ')' for '#pragma %s' - ignored" msgstr "" #: config/c4x/c4x-c.c:88 #, c-format msgid "junk at end of '#pragma %s'" msgstr "" #: config/c4x/c4x.c:292 #, c-format msgid "Unknown CPU version %d, using 40.\n" msgstr "" #: config/c4x/c4x.c:883 #, c-format msgid "ISR %s requires %d words of local vars, max is 32767." msgstr "" #: config/c4x/c4x.c:1636 msgid "Using CONST_DOUBLE for address" msgstr "" #: config/c4x/c4x.c:1776 msgid "c4x_address_cost: Invalid addressing mode" msgstr "" #: config/c4x/c4x.c:1918 #, c-format msgid "c4x_print_operand: %%L inconsistency" msgstr "" #: config/c4x/c4x.c:1924 #, c-format msgid "c4x_print_operand: %%N inconsistency" msgstr "" #: config/c4x/c4x.c:1965 #, c-format msgid "c4x_print_operand: %%O inconsistency" msgstr "" #: config/c4x/c4x.c:2061 msgid "c4x_print_operand: Bad operand case" msgstr "" #: config/c4x/c4x.c:2104 msgid "c4x_print_operand_address: Bad post_modify" msgstr "" #: config/c4x/c4x.c:2126 msgid "c4x_print_operand_address: Bad pre_modify" msgstr "" #: config/c4x/c4x.c:2174 config/c4x/c4x.c:2186 config/c4x/c4x.c:2201 msgid "c4x_print_operand_address: Bad operand case" msgstr "" #: config/c4x/c4x.c:2457 msgid "c4x_rptb_insert: Cannot find start label" msgstr "" #: config/c4x/c4x.c:3444 config/c4x/c4x.c:3464 msgid "Mode not QImode" msgstr "" #: config/c4x/c4x.c:3521 msgid "Invalid indirect memory address" msgstr "" #: config/c4x/c4x.c:3610 msgid "Invalid indirect (S) memory address" msgstr "" #: config/c4x/c4x.c:3951 msgid "c4x_valid_operands: Internal error" msgstr "" #: config/c4x/c4x.c:4431 msgid "c4x_operand_subword: invalid mode" msgstr "" #: config/c4x/c4x.c:4434 msgid "c4x_operand_subword: invalid operand" msgstr "" #. We could handle these with some difficulty. #. e.g., *p-- => *(p-=2); *(p+1). #: config/c4x/c4x.c:4460 msgid "c4x_operand_subword: invalid autoincrement" msgstr "" #: config/c4x/c4x.c:4466 msgid "c4x_operand_subword: invalid address" msgstr "" #: config/c4x/c4x.c:4477 msgid "c4x_operand_subword: address not offsettable" msgstr "" #: config/c4x/c4x.c:4677 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n" msgstr "" #. Name of the c4x assembler. #. Name of the c4x linker. #. Define assembler options. #. Define linker options. #. Define C preprocessor options. #. Specify the end file to link with. #. Target compilation option flags. #. Small memory model. #. Use 24-bit MPYI for C3x. #. Fast fixing of floats. #. Allow use of RPTS. #. Emit C3x code. #. Be compatible with TI assembler. #. Be paranoid about DP reg. in ISRs. #. Pass arguments on stack. #. Enable features under development. #. Enable repeat block. #. Use BK as general register. #. Use decrement and branch for C3x. #. Enable debugging of GCC. #. Force constants into registers. #. Allow unsigned loop counters. #. Force op0 and op1 to be same. #. Save all 40 bits for floats. #. Allow parallel insns. #. Allow MPY||ADD, MPY||SUB insns. #. Assume mem refs possibly aliased. #. Emit C30 code. #. Emit C31 code. #. Emit C32 code. #. Emit C33 code. #. Emit C40 code. #. Emit C44 code. #. Run-time compilation parameters selecting different hardware subsets. #. #. Macro to define tables used to set the flags. #. This is a list in braces of triplets in braces, #. each pair being { "NAME", VALUE, "DESCRIPTION" } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/c4x/c4x.h:141 msgid "Small memory model" msgstr "" #: config/c4x/c4x.h:143 msgid "Big memory model" msgstr "" #: config/c4x/c4x.h:145 msgid "Use MPYI instruction for C3x" msgstr "" #: config/c4x/c4x.h:147 msgid "Do not use MPYI instruction for C3x" msgstr "" #: config/c4x/c4x.h:149 msgid "Use fast but approximate float to integer conversion" msgstr "" #: config/c4x/c4x.h:151 msgid "Use slow but accurate float to integer conversion" msgstr "" #: config/c4x/c4x.h:153 msgid "Enable use of RTPS instruction" msgstr "" #: config/c4x/c4x.h:155 msgid "Disable use of RTPS instruction" msgstr "" #: config/c4x/c4x.h:157 msgid "Enable use of RTPB instruction" msgstr "" #: config/c4x/c4x.h:159 msgid "Disable use of RTPB instruction" msgstr "" #: config/c4x/c4x.h:161 msgid "Generate code for C30 CPU" msgstr "" #: config/c4x/c4x.h:163 msgid "Generate code for C31 CPU" msgstr "" #: config/c4x/c4x.h:165 msgid "Generate code for C32 CPU" msgstr "" #: config/c4x/c4x.h:167 msgid "Generate code for C33 CPU" msgstr "" #: config/c4x/c4x.h:169 msgid "Generate code for C40 CPU" msgstr "" #: config/c4x/c4x.h:171 msgid "Generate code for C44 CPU" msgstr "" #: config/c4x/c4x.h:173 msgid "Emit code compatible with TI tools" msgstr "" #: config/c4x/c4x.h:175 msgid "Emit code to use GAS extensions" msgstr "" #: config/c4x/c4x.h:177 config/c4x/c4x.h:181 msgid "Save DP across ISR in small memory model" msgstr "" #: config/c4x/c4x.h:179 config/c4x/c4x.h:183 msgid "Don't save DP across ISR in small memory model" msgstr "" #: config/c4x/c4x.h:185 msgid "Pass arguments on the stack" msgstr "" #: config/c4x/c4x.h:187 msgid "Pass arguments in registers" msgstr "" #: config/c4x/c4x.h:189 msgid "Enable new features under development" msgstr "" #: config/c4x/c4x.h:191 msgid "Disable new features under development" msgstr "" #: config/c4x/c4x.h:193 msgid "Use the BK register as a general purpose register" msgstr "" #: config/c4x/c4x.h:195 msgid "Do not allocate BK register" msgstr "" #: config/c4x/c4x.h:197 msgid "Enable use of DB instruction" msgstr "" #: config/c4x/c4x.h:199 msgid "Disable use of DB instruction" msgstr "" #: config/c4x/c4x.h:201 msgid "Enable debugging" msgstr "" #: config/c4x/c4x.h:203 msgid "Disable debugging" msgstr "" #: config/c4x/c4x.h:205 msgid "Force constants into registers to improve hoisting" msgstr "" #: config/c4x/c4x.h:207 msgid "Don't force constants into registers" msgstr "" #: config/c4x/c4x.h:209 msgid "Force RTL generation to emit valid 3 operand insns" msgstr "" #: config/c4x/c4x.h:211 msgid "Allow RTL generation to emit invalid 3 operand insns" msgstr "" #: config/c4x/c4x.h:213 msgid "Allow unsigned interation counts for RPTB/DB" msgstr "" #: config/c4x/c4x.h:215 msgid "Disallow unsigned iteration counts for RPTB/DB" msgstr "" #: config/c4x/c4x.h:217 msgid "Preserve all 40 bits of FP reg across call" msgstr "" #: config/c4x/c4x.h:219 msgid "Only preserve 32 bits of FP reg across call" msgstr "" #: config/c4x/c4x.h:221 msgid "Enable parallel instructions" msgstr "" #: config/c4x/c4x.h:223 msgid "Disable parallel instructions" msgstr "" #: config/c4x/c4x.h:225 msgid "Enable MPY||ADD and MPY||SUB instructions" msgstr "" #: config/c4x/c4x.h:227 msgid "Disable MPY||ADD and MPY||SUB instructions" msgstr "" #: config/c4x/c4x.h:229 msgid "Assume that pointers may be aliased" msgstr "" #: config/c4x/c4x.h:231 msgid "Assume that pointers not aliased" msgstr "" #: config/c4x/c4x.h:321 msgid "Specify maximum number of iterations for RPTS" msgstr "" #: config/c4x/c4x.h:323 msgid "Select CPU to generate code for" msgstr "" #. Macros used in the machine description to test the flags. #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/clipper/clipper.h:40 msgid "Generate code for the C400" msgstr "" #: config/clipper/clipper.h:41 msgid "Generate code for the C300" msgstr "" #: config/convex/convex.h:52 msgid "Generate code for c1" msgstr "" #: config/convex/convex.h:53 msgid "Generate code for c2" msgstr "" #: config/convex/convex.h:54 msgid "Generate code for c32" msgstr "" #: config/convex/convex.h:55 config/convex/convex.h:56 msgid "Generate code for c34" msgstr "" #: config/convex/convex.h:58 msgid "Use standard calling sequence, with arg count word" msgstr "" #: config/convex/convex.h:60 msgid "Place arg count in a nop instruction (faster than push)" msgstr "" #: config/convex/convex.h:62 msgid "Don't push arg count, depend on symbol table" msgstr "" #: config/convex/convex.h:64 msgid "Use data cache for volatile mem refs (default)" msgstr "" #: config/convex/convex.h:66 msgid "Don't use data cache for volatile mem refs" msgstr "" #: config/convex/convex.h:68 msgid "Bypass data cache for volatile mem refs" msgstr "" #: config/convex/convex.h:69 msgid "Use 64-bit longs" msgstr "" #: config/convex/convex.h:70 msgid "Use cc- and libc-compatible 32-bit longs" msgstr "" #: config/cris/aout.h:106 msgid "Compile for the MMU-less Etrax 100-based elinux system" msgstr "" #: config/cris/aout.h:113 msgid "For elinux, request a specified stack-size for this program" msgstr "" #: config/cris/cris.c:530 msgid "Unexpected index-type in cris_print_index" msgstr "" #: config/cris/cris.c:545 msgid "Unexpected base-type in cris_print_base" msgstr "" #: config/cris/cris.c:837 #, c-format msgid "Stackframe too big: %d bytes" msgstr "" #: config/cris/cris.c:1152 msgid "Allocated but unused delay list in epilogue" msgstr "" #: config/cris/cris.c:1162 msgid "" "Unexpected function type needing stack adjustment for __builtin_eh_return" msgstr "" #: config/cris/cris.c:1241 msgid "Internal: Invalid operand with 'b'" msgstr "" #: config/cris/cris.c:1253 msgid "Internal: Invalid operand with 'v'" msgstr "" #: config/cris/cris.c:1263 msgid "Internal: Invalid operand with 'P'" msgstr "" #: config/cris/cris.c:1270 msgid "Internal: Invalid operand with 'p'" msgstr "" #: config/cris/cris.c:1309 msgid "Internal: Invalid operand with 'z'" msgstr "" #: config/cris/cris.c:1337 msgid "Internal: Invalid operand with 'H'" msgstr "" #: config/cris/cris.c:1343 config/cris/cris.c:1462 #, c-format msgid "Internal: Bad register: %d" msgstr "" #: config/cris/cris.c:1367 msgid "Internal: Invalid operand for 'H'" msgstr "" #: config/cris/cris.c:1381 msgid "Internal: Invalid operand with 'e'" msgstr "" #: config/cris/cris.c:1398 msgid "Internal: Invalid operand with 'm'" msgstr "" #: config/cris/cris.c:1417 msgid "Internal: Invalid operand with 'A' output modifier" msgstr "" #: config/cris/cris.c:1425 msgid "Internal: Invalid operand with 'D' output modifier" msgstr "" #: config/cris/cris.c:1439 msgid "Internal: Invalid operand with 'T'" msgstr "" #: config/cris/cris.c:1510 msgid "Can't print operand" msgstr "" #: config/cris/cris.c:1530 msgid "Internal: Cannot decode operand" msgstr "" #: config/cris/cris.c:1565 config/cris/cris.c:1575 msgid "Internal: This is not a recognized address" msgstr "" #: config/cris/cris.c:1931 msgid "Internal: sideeffect-insn affecting main effect" msgstr "" #. If we get here, the caller got its initial tests wrong. #: config/cris/cris.c:2201 msgid "Internal: cris_side_effect_mode_ok with bad operands" msgstr "" #: config/cris/cris.c:2283 config/cris/cris.c:2341 msgid "Unrecognized supposed constant" msgstr "" #: config/cris/cris.c:2382 msgid "Unrecognized supposed constant in cris_global_pic_symbol" msgstr "" #: config/cris/cris.c:2401 #, c-format msgid "-max-stackframe=%d is not usable, not between 0 and %d" msgstr "" #: config/cris/cris.c:2429 #, c-format msgid "Unknown CRIS version specification in -march= or -mcpu= : %s" msgstr "" #: config/cris/cris.c:2465 #, c-format msgid "Unknown CRIS cpu version specification in -mtune= : %s" msgstr "" #: config/cris/cris.c:2483 msgid "-fPIC not supported in this configuration" msgstr "" #: config/cris/cris.c:2499 msgid "Specified -g option is invalid with -maout and -melinux" msgstr "" #: config/cris/cris.c:2692 config/cris/cris.c:2737 msgid "Unexpected side-effects in address" msgstr "" #. Labels are never marked as global symbols. #: config/cris/cris.c:2834 config/cris/cris.c:2865 msgid "Unexpected PIC symbol" msgstr "" #: config/cris/cris.c:2838 config/cris/cris.c:2869 msgid "Emitting PIC operand, but PIC register isn't set up" msgstr "" #: config/cris/cris.c:2851 config/cris/cris.c:2934 msgid "Unexpected address expression" msgstr "" #: config/cris/cris.c:2878 msgid "Unexpected NOTE as addr_const:" msgstr "" #. 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. #: config/cris/cris.h:332 msgid "Compile for ETRAX 4 (CRIS v3)" msgstr "" #: config/cris/cris.h:337 msgid "Compile for ETRAX 100 (CRIS v8)" msgstr "" #: config/cris/cris.h:341 msgid "Emit verbose debug information in assembly code" msgstr "" #: config/cris/cris.h:344 msgid "Do not use condition codes from normal instructions" msgstr "" #: config/cris/cris.h:348 msgid "Do not emit addressing modes with side-effect assignment" msgstr "" #: config/cris/cris.h:351 msgid "Do not tune stack alignment" msgstr "" #: config/cris/cris.h:354 msgid "Do not tune writable data alignment" msgstr "" #: config/cris/cris.h:357 msgid "Do not tune code and read-only data alignment" msgstr "" #: config/cris/cris.h:366 msgid "Align code and data to 32 bits" msgstr "" #: config/cris/cris.h:379 msgid "Don't align items in code or data" msgstr "" #: config/cris/cris.h:382 msgid "Do not emit function prologue or epilogue" msgstr "" #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC. #: config/cris/cris.h:386 msgid "Use the most feature-enabling options allowed by other options" msgstr "" #. 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. #: config/cris/cris.h:392 msgid "Override -mbest-lib-options" msgstr "" #: config/cris/cris.h:424 msgid "Generate code for the specified chip or CPU version" msgstr "" #: config/cris/cris.h:426 msgid "Tune alignment for the specified chip or CPU version" msgstr "" #: config/cris/cris.h:428 msgid "Warn when a stackframe is larger than the specified size" msgstr "" #. Node: Profiling #: config/cris/cris.h:1028 msgid "No FUNCTION_PROFILER for CRIS" msgstr "" #. No profiling for the time being. #: config/cris/cris.h:1032 msgid "No FUNCTION_BLOCK_PROFILER for CRIS" msgstr "" #. No profiling for the time being. #: config/cris/cris.h:1036 msgid "No BLOCK_PROFILER for CRIS" msgstr "" #: config/cris/linux.h:74 msgid "Together with -fpic and -fPIC, do not use GOTPLT references" msgstr "" #: config/d30v/d30v.c:203 #, c-format msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s" msgstr "" #: config/d30v/d30v.c:2670 msgid "Bad insn to d30v_print_operand_address:" msgstr "" #: config/d30v/d30v.c:2687 config/d30v/d30v.c:2748 config/d30v/d30v.c:2769 #: config/d30v/d30v.c:2787 msgid "Bad insn to d30v_print_operand_memory_reference:" msgstr "" #: config/d30v/d30v.c:2855 msgid "Bad insn to d30v_print_operand, 'f' modifier:" msgstr "" #: config/d30v/d30v.c:2864 msgid "Bad insn to d30v_print_operand, 'A' modifier:" msgstr "" #: config/d30v/d30v.c:2871 msgid "Bad insn to d30v_print_operand, 'M' modifier:" msgstr "" #: config/d30v/d30v.c:2925 msgid "Bad insn to print_operand, 'F' or 'T' modifier:" msgstr "" #: config/d30v/d30v.c:2936 msgid "Bad insn to print_operand, 'B' modifier:" msgstr "" #: config/d30v/d30v.c:2943 msgid "Bad insn to print_operand, 'E' modifier:" msgstr "" #: config/d30v/d30v.c:2961 msgid "Bad insn to print_operand, 'R' modifier:" msgstr "" #: config/d30v/d30v.c:2970 config/d30v/d30v.c:2978 msgid "Bad insn to print_operand, 's' modifier:" msgstr "" #: config/d30v/d30v.c:3007 msgid "Bad insn in d30v_print_operand, 0 case" msgstr "" #: config/d30v/d30v.c:3362 msgid "d30v_emit_comparison" msgstr "" #: config/d30v/d30v.c:3406 msgid "Bad call to d30v_move_2words" msgstr "" #. This macro defines names of command options to set and clear bits in #. `target_flags'. Its definition is an initializer with a subgrouping for #. each command option. #. #. Each subgrouping contains a string constant, that defines the option name, a #. number, which contains the bits to set in `target_flags', and a second #. string which is the description displayed by `--help'. If the number is #. negative then the bits specified by the number are cleared instead of being #. set. If the description string is present but empty, then no help #. information will be displayed for that option, but it will not count as an #. undocumented option. The actual option name is made by appending `-m' to #. the specified name. #. #. One of the subgroupings should have a null string. The number in this #. grouping is the default value for target_flags. Any target options act #. starting with that value. #. #. Here is an example which defines -m68000 and -m68020 with opposite meanings, #. and picks the latter as the default: #. #. #define TARGET_SWITCHES { { "68020", TARGET_MASK_68020, "" }, { "68000", -TARGET_MASK_68020, "Compile for the 68000" }, { "", TARGET_MASK_68020, "" }} #: config/d30v/d30v.h:443 msgid "Enable use of conditional move instructions" msgstr "" #: config/d30v/d30v.h:446 msgid "Disable use of conditional move instructions" msgstr "" #: config/d30v/d30v.h:449 msgid "Debug argument support in compiler" msgstr "" #: config/d30v/d30v.h:452 msgid "Debug stack support in compiler" msgstr "" #: config/d30v/d30v.h:455 msgid "Debug memory address support in compiler" msgstr "" #: config/d30v/d30v.h:458 msgid "Make adjacent short instructions parallel if possible." msgstr "" #: config/d30v/d30v.h:461 msgid "Do not make adjacent short instructions parallel." msgstr "" #: config/d30v/d30v.h:464 config/d30v/d30v.h:467 msgid "Link programs/data to be in external memory by default" msgstr "" #: config/d30v/d30v.h:470 msgid "Link programs/data to be in onchip memory by default" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of command #. options that have values. Its definition is an initializer with a #. subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the fixed part of #. the option name, the address of a variable, and a description string. The #. variable, type `char *', is set to the variable part of the given option if #. the fixed part matches. The actual option name is made by appending `-m' to #. the specified name. #. #. Here is an example which defines `-mshort-data-'. If the given #. option is `-mshort-data-512', the variable `m88k_short_data' will be set to #. the string "512". #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data, "Specify the size of the short data section" } } #: config/d30v/d30v.h:497 msgid "Change the branch costs within the compiler" msgstr "" #: config/d30v/d30v.h:500 msgid "Change the threshold for conversion to conditional execution" msgstr "" #: config/dsp16xx/dsp16xx.c:1454 config/dsp16xx/dsp16xx.c:1477 msgid "Stack size > 32k" msgstr "" #: config/dsp16xx/dsp16xx.c:1686 msgid "Invalid addressing mode" msgstr "" #: config/dsp16xx/dsp16xx.c:1865 msgid "Bad register extension code" msgstr "" #: config/dsp16xx/dsp16xx.c:1964 msgid "Invalid offset in ybase addressing" msgstr "" #: config/dsp16xx/dsp16xx.c:1967 msgid "Invalid register in ybase addressing" msgstr "" #: config/dsp16xx/dsp16xx.c:1996 config/dsp16xx/dsp16xx.c:2293 msgid "inline float constants not supported on this host" msgstr "" #: config/dsp16xx/dsp16xx.c:2146 msgid "Invalid shift operator in emit_1600_core_shift" msgstr "" #: config/dsp16xx/dsp16xx.c:2514 msgid "Invalid mode for gen_tst_reg" msgstr "" #: config/dsp16xx/dsp16xx.c:2586 msgid "Invalid mode for integer comparison in gen_compare_reg" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/dsp16xx/dsp16xx.h:215 msgid "Pass parameters in registers (default)" msgstr "" #: config/dsp16xx/dsp16xx.h:217 msgid "Don't pass parameters in registers" msgstr "" #: config/dsp16xx/dsp16xx.h:219 msgid "Generate code for near calls" msgstr "" #: config/dsp16xx/dsp16xx.h:221 msgid "Don't generate code for near calls" msgstr "" #: config/dsp16xx/dsp16xx.h:223 msgid "Generate code for near jumps" msgstr "" #: config/dsp16xx/dsp16xx.h:225 msgid "Don't generate code for near jumps" msgstr "" #: config/dsp16xx/dsp16xx.h:227 msgid "Generate code for a bit-manipulation unit" msgstr "" #: config/dsp16xx/dsp16xx.h:229 msgid "Don't generate code for a bit-manipulation unit" msgstr "" #: config/dsp16xx/dsp16xx.h:231 msgid "Generate code for memory map1" msgstr "" #: config/dsp16xx/dsp16xx.h:233 msgid "Generate code for memory map2" msgstr "" #: config/dsp16xx/dsp16xx.h:235 msgid "Generate code for memory map3" msgstr "" #: config/dsp16xx/dsp16xx.h:237 msgid "Generate code for memory map4" msgstr "" #: config/dsp16xx/dsp16xx.h:239 msgid "Ouput extra code for initialized data" msgstr "" #: config/dsp16xx/dsp16xx.h:241 msgid "Don't let reg. allocator use ybase registers" msgstr "" #: config/dsp16xx/dsp16xx.h:243 msgid "Output extra debug info in Luxworks environment" msgstr "" #: config/dsp16xx/dsp16xx.h:245 msgid "Save temp. files in Luxworks environment" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. #. The variable, type `char *', is set to the variable part of the #. given option if the fixed part matches. The actual option name #. is made by appending `-m' to the specified name. #. #. Here is an example which defines `-mshort-data-NUMBER'. If the #. given option is `-mshort-data-512', the variable `m88k_short_data' #. will be set to the string `"512"'. #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } #: config/dsp16xx/dsp16xx.h:274 msgid "Specify alternate name for text section" msgstr "" #: config/dsp16xx/dsp16xx.h:276 msgid "Specify alternate name for data section" msgstr "" #: config/dsp16xx/dsp16xx.h:278 msgid "Specify alternate name for bss section" msgstr "" #: config/dsp16xx/dsp16xx.h:280 msgid "Specify alternate name for constant section" msgstr "" #: config/dsp16xx/dsp16xx.h:282 msgid "Specify alternate name for dsp16xx chip" msgstr "" #. Output assembler code to FILE to increment profiler label # LABELNO #. for profiling a function entry. #: config/dsp16xx/dsp16xx.h:1236 config/dsp16xx/dsp16xx.h:1241 #: config/dsp16xx/dsp16xx.h:1246 config/dsp16xx/dsp16xx.h:1857 #: config/dsp16xx/dsp16xx.h:1862 msgid "Profiling not implemented yet." msgstr "" #. Emit RTL insns to initialize the variable parts of a trampoline. #. FNADDR is an RTX for the address of the function's pure code. #. CXT is an RTX for the static chain value for the function. #: config/dsp16xx/dsp16xx.h:1257 config/dsp16xx/dsp16xx.h:1269 msgid "Trampolines not yet implemented" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/elxsi/elxsi.h:51 msgid "Generate code the unix assembler can handle" msgstr "" #: config/elxsi/elxsi.h:52 msgid "Generate code an embedded assembler can handle" msgstr "" #: config/fr30/fr30.c:449 msgid "fr30_print_operand_address: unhandled address" msgstr "" #: config/fr30/fr30.c:476 #, c-format msgid "fr30_print_operand: unrecognised %p code" msgstr "" #: config/fr30/fr30.c:496 msgid "fr30_print_operand: unrecognised %b code" msgstr "" #: config/fr30/fr30.c:517 msgid "fr30_print_operand: unrecognised %B code" msgstr "" #: config/fr30/fr30.c:525 msgid "fr30_print_operand: invalid operand to %A code" msgstr "" #: config/fr30/fr30.c:542 #, c-format msgid "fr30_print_operand: invalid %x code" msgstr "" #: config/fr30/fr30.c:549 msgid "fr30_print_operand: invalid %F code" msgstr "" #: config/fr30/fr30.c:565 msgid "fr30_print_operand: unknown code" msgstr "" #: config/fr30/fr30.c:594 config/fr30/fr30.c:603 config/fr30/fr30.c:614 #: config/fr30/fr30.c:627 msgid "fr30_print_operand: unhandled MEM" msgstr "" #: config/fr30/fr30.h:76 msgid "Assume small address space" msgstr "" #: config/h8300/h8300.c:136 msgid "-ms2600 is used without -ms." msgstr "" #: config/h8300/h8300.c:3059 config/h8300/h8300.c:3090 msgid "Only initialized variables can be placed into the 8-bit area." msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/h8300/h8300.h:117 msgid "Generate H8/S code" msgstr "" #: config/h8300/h8300.h:118 msgid "Do not generate H8/S code" msgstr "" #: config/h8300/h8300.h:119 msgid "Generate H8/S2600 code" msgstr "" #: config/h8300/h8300.h:120 msgid "Do not generate H8/S2600 code" msgstr "" #: config/h8300/h8300.h:121 msgid "Make integers 32 bits wide" msgstr "" #: config/h8300/h8300.h:124 msgid "Use registers for argument passing" msgstr "" #: config/h8300/h8300.h:126 msgid "Do not use registers for argument passing" msgstr "" #: config/h8300/h8300.h:128 msgid "Consider access to byte sized memory slow" msgstr "" #: config/h8300/h8300.h:129 msgid "Enable linker relaxing" msgstr "" #: config/h8300/h8300.h:131 msgid "Generate H8/300H code" msgstr "" #: config/h8300/h8300.h:132 msgid "Do not generate H8/300H code" msgstr "" #: config/h8300/h8300.h:133 msgid "Use H8/300 alignment rules" msgstr "" #: config/i370/i370-c.c:54 msgid "junk at end of #pragma map" msgstr "" #: config/i370/i370-c.c:60 msgid "malformed #pragma map, ignored" msgstr "" #: config/i370/i370.c:880 msgid "real name is too long - alias ignored" msgstr "" #: config/i370/i370.c:885 msgid "alias name is too long - alias ignored" msgstr "" #: config/i370/i370.c:1156 msgid "internal error--no jump follows compare:" msgstr "" #. Macro to define tables used to set the flags. This is a list in braces #. of pairs in braces, each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/i370/i370.h:63 msgid "Generate char instructions" msgstr "" #: config/i370/i370.h:64 msgid "Do not generate char instructions" msgstr "" #: config/i386/cygwin.h:51 msgid "Use the Cygwin interface" msgstr "" #: config/i386/cygwin.h:53 msgid "Use the Mingw32 interface" msgstr "" #: config/i386/cygwin.h:54 msgid "Create GUI application" msgstr "" #: config/i386/cygwin.h:55 msgid "Don't set Windows defines" msgstr "" #: config/i386/cygwin.h:56 msgid "Set Windows defines" msgstr "" #: config/i386/cygwin.h:58 msgid "Create console application" msgstr "" #: config/i386/cygwin.h:59 config/i386/win32.h:59 msgid "Generate code for a DLL" msgstr "" #: config/i386/cygwin.h:61 config/i386/win32.h:61 msgid "Ignore dllimport for functions" msgstr "" #: config/i386/cygwin.h:63 msgid "Use Mingw-specific thread support" msgstr "" #: config/i386/cygwin.h:255 #, c-format msgid "-f%s ignored for target (all code is position independent)" msgstr "" #: config/i386/dgux.c:185 #, c-format msgid "Internal gcc abort from %s:%d" msgstr "" #: config/i386/dgux.c:189 msgid "The local variable `insn' has the value:" msgstr "" #: config/i386/dgux.h:60 msgid "Retain standard MXDB information" msgstr "" #: config/i386/dgux.h:62 msgid "Retain legend information" msgstr "" #: config/i386/dgux.h:65 msgid "Generate external legend information" msgstr "" #: config/i386/dgux.h:67 msgid "Emit identifying info in .s file" msgstr "" #: config/i386/dgux.h:69 msgid "Warn when a function arg is a structure" msgstr "" #: config/i386/dgux.h:248 msgid "argument is a structure" msgstr "" #: config/i386/djgpp.h:217 msgid "-mbnu210 is ignored (option is obsolete)." msgstr "" #: config/i386/i386.c:845 #, c-format msgid "Code model %s not supported in PIC mode" msgstr "" #: config/i386/i386.c:855 config/sparc/sparc.c:323 #, c-format msgid "bad value (%s) for -mcmodel= switch" msgstr "" #: config/i386/i386.c:864 #, c-format msgid "Code model `%s' not supported in the %s bit mode." msgstr "" #: config/i386/i386.c:867 msgid "Code model `large' not supported yet." msgstr "" #: config/i386/i386.c:869 #, c-format msgid "%i-bit mode not compiled in." msgstr "" #: config/i386/i386.c:884 config/mips/mips.c:4958 #, c-format msgid "bad value (%s) for -march= switch" msgstr "" #: config/i386/i386.c:896 config/mips/mips.c:4914 #, c-format msgid "bad value (%s) for -mcpu= switch" msgstr "" #: config/i386/i386.c:916 #, c-format msgid "-mregparm=%d is not between 0 and %d" msgstr "" #: config/i386/i386.c:929 msgid "-malign-loops is obsolete, use -falign-loops" msgstr "" #: config/i386/i386.c:934 config/i386/i386.c:947 config/i386/i386.c:960 #, c-format msgid "-malign-loops=%d is not between 0 and %d" msgstr "" #: config/i386/i386.c:942 msgid "-malign-jumps is obsolete, use -falign-jumps" msgstr "" #: config/i386/i386.c:955 msgid "-malign-functions is obsolete, use -falign-functions" msgstr "" #: config/i386/i386.c:986 #, c-format msgid "-mpreferred-stack-boundary=%d is not between %d and 12" msgstr "" #: config/i386/i386.c:998 #, c-format msgid "-mbranch-cost=%d is not between 0 and 5" msgstr "" #: config/i386/i386.c:1015 msgid "-malign-double makes no sense in the 64bit mode." msgstr "" #: config/i386/i386.c:1017 msgid "-mrtd calling convention not supported in the 64bit mode." msgstr "" #: config/i386/i386.c:1146 #, c-format msgid "`%s' attribute requires an integer constant argument" msgstr "" #: config/i386/i386.c:1152 #, c-format msgid "argument to `%s' attribute larger than %d" msgstr "" #: config/i386/i386.c:5185 msgid "invalid UNSPEC as operand" msgstr "" #: config/i386/i386.c:5386 msgid "Extended registers have no high halves\n" msgstr "" #: config/i386/i386.c:5401 msgid "Unsupported operand size for extended register.\n" msgstr "" #: config/i386/i386.c:9832 msgid "Unknown insn mode" msgstr "" #. @@@ better error message #: config/i386/i386.c:11707 config/i386/i386.c:11740 config/i386/i386.c:11877 msgid "selector must be an immediate" msgstr "" #. @@@ better error message #: config/i386/i386.c:11908 config/i386/i386.c:11936 msgid "mask must be an immediate" msgstr "" #: config/i386/i386.h:45 config/mips/mips.h:194 msgid "half-pic init called on systems that don't support it." msgstr "" #: config/i386/i386.h:282 msgid "Same as -mcpu=i386" msgstr "" #: config/i386/i386.h:283 msgid "Same as -mcpu=i486" msgstr "" #: config/i386/i386.h:284 msgid "Same as -mcpu=pentium" msgstr "" #: config/i386/i386.h:285 msgid "Same as -mcpu=pentiumpro" msgstr "" #: config/i386/i386.h:287 msgid "Alternate calling convention" msgstr "" #: config/i386/i386.h:289 config/m68k/m68k.h:170 config/ns32k/ns32k.h:106 msgid "Use normal calling convention" msgstr "" #: config/i386/i386.h:291 msgid "Align some doubles on dword boundary" msgstr "" #: config/i386/i386.h:293 msgid "Align doubles on word boundary" msgstr "" #: config/i386/i386.h:295 msgid "Uninitialized locals in .bss" msgstr "" #: config/i386/i386.h:297 msgid "Uninitialized locals in .data" msgstr "" #: config/i386/i386.h:299 config/m68k/linux-aout.h:45 config/m68k/linux.h:49 msgid "Use IEEE math for fp comparisons" msgstr "" #: config/i386/i386.h:301 msgid "Do not use IEEE math for fp comparisons" msgstr "" #: config/i386/i386.h:303 msgid "Return values of functions in FPU registers" msgstr "" #: config/i386/i386.h:305 msgid "Do not return values of functions in FPU registers" msgstr "" #: config/i386/i386.h:307 msgid "Do not generate sin, cos, sqrt for FPU" msgstr "" #: config/i386/i386.h:309 msgid "Generate sin, cos, sqrt for FPU" msgstr "" #: config/i386/i386.h:311 msgid "Omit the frame pointer in leaf functions" msgstr "" #. undocumented #. undocumented #. undocumented #. undocumented #: config/i386/i386.h:318 msgid "Enable stack probing" msgstr "" #. undocumented #. undocumented #: config/i386/i386.h:323 msgid "Emit Intel syntax assembler opcodes" msgstr "" #: config/i386/i386.h:326 msgid "Align destination of the string operations" msgstr "" #: config/i386/i386.h:328 msgid "Do not align destination of the string operations" msgstr "" #: config/i386/i386.h:330 msgid "Inline all known string operations" msgstr "" #: config/i386/i386.h:332 msgid "Do not inline all known string operations" msgstr "" #: config/i386/i386.h:334 config/i386/i386.h:338 msgid "Use push instructions to save outgoing arguments" msgstr "" #: config/i386/i386.h:336 config/i386/i386.h:340 msgid "Do not use push instructions to save outgoing arguments" msgstr "" #: config/i386/i386.h:341 msgid "Support MMX builtins" msgstr "" #: config/i386/i386.h:343 msgid "Do not support MMX builtins" msgstr "" #: config/i386/i386.h:345 msgid "Support 3DNow! builtins" msgstr "" #: config/i386/i386.h:347 msgid "Do not support 3DNow! builtins" msgstr "" #: config/i386/i386.h:349 msgid "Support MMX and SSE builtins and code generation" msgstr "" #: config/i386/i386.h:351 msgid "Do not support MMX and SSE builtins and code generation" msgstr "" #: config/i386/i386.h:353 msgid "Support MMX, SSE and SSE2 builtins and code generation" msgstr "" #: config/i386/i386.h:355 msgid "Do not support MMX, SSE and SSE2 builtins and code generation" msgstr "" #: config/i386/i386.h:357 msgid "Use both SSE and i387 instruction sets for floating point arithmetics" msgstr "" #: config/i386/i386.h:359 msgid "" "Do not use both SSE and i387 instruction sets for floating point arithmetics" msgstr "" #: config/i386/i386.h:361 msgid "sizeof(long double) is 16." msgstr "" #: config/i386/i386.h:363 msgid "sizeof(long double) is 12." msgstr "" #: config/i386/i386.h:365 msgid "Generate 64bit x86-64 code" msgstr "" #: config/i386/i386.h:367 msgid "Generate 32bit i386 code" msgstr "" #: config/i386/i386.h:369 msgid "Use red-zone in the x86-64 code" msgstr "" #: config/i386/i386.h:371 msgid "Do not use red-zone in the x86-64 code" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. The #. variable, type `char *', is set to the variable part of the given #. option if the fixed part matches. The actual option name is made #. by appending `-m' to the specified name. #: config/i386/i386.h:411 config/rs6000/rs6000.h:410 config/sparc/sparc.h:711 msgid "Schedule code for given CPU" msgstr "" #: config/i386/i386.h:413 msgid "Generate code for given CPU" msgstr "" #: config/i386/i386.h:415 msgid "Number of registers used to pass integer arguments" msgstr "" #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc. #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. The #. variable, type `char *', is set to the variable part of the given #. option if the fixed part matches. The actual option name is made #. by appending `-m' to the specified name. #: config/i386/i386.h:417 config/m68k/m68k.h:253 msgid "Loop code aligned to this power of 2" msgstr "" #: config/i386/i386.h:419 config/m68k/m68k.h:255 msgid "Jump targets are aligned to this power of 2" msgstr "" #: config/i386/i386.h:421 config/m68k/m68k.h:257 msgid "Function starts are aligned to this power of 2" msgstr "" #: config/i386/i386.h:424 msgid "Attempt to keep stack aligned to this power of 2" msgstr "" #: config/i386/i386.h:426 msgid "Branches are this expensive (1-5, arbitrary units)" msgstr "" #: config/i386/i386.h:428 msgid "Use given x86-64 code model" msgstr "" #: config/i386/osf1elf.h:112 msgid "Profiling uses mcount" msgstr "" #: config/i386/osfrose.h:60 msgid "Emit half-PIC code" msgstr "" #. intentionally undoc #. intentionally undoc #: config/i386/osfrose.h:67 msgid "Emit ELF object code" msgstr "" #: config/i386/osfrose.h:69 msgid "Emit ROSE object code" msgstr "" #: config/i386/osfrose.h:71 msgid "Symbols have a leading underscore" msgstr "" #: config/i386/osfrose.h:74 msgid "Align to >word boundaries" msgstr "" #: config/i386/osfrose.h:77 msgid "Use mcount for profiling" msgstr "" #: config/i386/osfrose.h:79 msgid "Use mcount_ptr for profiling" msgstr "" #: config/i386/sco5.h:778 msgid "Generate ELF output" msgstr "" #: config/i386/win32.h:53 msgid "Use Mingw32 interface" msgstr "" #: config/i386/win32.h:55 msgid "Use Cygwin interface" msgstr "" #: config/i386/win32.h:57 msgid "Use bare Windows interface" msgstr "" #: config/i386/winnt.c:94 #, c-format msgid "`%s' attribute only applies to variables" msgstr "" #: config/i386/winnt.c:262 #, c-format msgid "`%s' declared as both exported to and imported from a DLL." msgstr "" #. 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. #. 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. #: config/i386/xm-djgpp.h:71 msgid "Environment variable DJGPP not defined." msgstr "" #: config/i386/xm-djgpp.h:73 #, c-format msgid "Environment variable DJGPP points to missing file '%s'." msgstr "" #: config/i386/xm-djgpp.h:76 #, c-format msgid "Environment variable DJGPP points to corrupt file '%s'." msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/i860/i860.h:56 config/i860/paragon.h:28 msgid "Generate code which uses the FPU" msgstr "" #: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29 #: config/i860/paragon.h:30 config/i860/paragon.h:31 msgid "Do not generate code which uses the FPU" msgstr "" #: config/i960/i960-c.c:67 msgid "sorry, not implemented: #pragma align NAME=SIZE" msgstr "" #: config/i960/i960-c.c:72 msgid "malformed #pragma align - ignored" msgstr "" #: config/i960/i960-c.c:110 msgid "sorry, not implemented: #pragma noalign NAME" msgstr "" #: config/i960/i960.c:1402 config/m68k/m68k.c:640 config/rs6000/rs6000.c:6073 msgid "stack limit expression is not supported" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #. ??? Not all ten of these architecture variations actually exist, but I #. am not sure which are real and which aren't. #: config/i960/i960.h:246 msgid "Generate SA code" msgstr "" #: config/i960/i960.h:249 msgid "Generate SB code" msgstr "" #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")}, #: config/i960/i960.h:254 msgid "Generate KA code" msgstr "" #: config/i960/i960.h:257 msgid "Generate KB code" msgstr "" #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")}, #: config/i960/i960.h:262 msgid "Generate JA code" msgstr "" #: config/i960/i960.h:264 msgid "Generate JD code" msgstr "" #: config/i960/i960.h:267 msgid "Generate JF code" msgstr "" #: config/i960/i960.h:269 msgid "generate RP code" msgstr "" #: config/i960/i960.h:272 msgid "Generate MC code" msgstr "" #: config/i960/i960.h:275 msgid "Generate CA code" msgstr "" #. {"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")}, #: config/i960/i960.h:285 msgid "Generate CF code" msgstr "" #: config/i960/i960.h:291 msgid "Use alternate leaf function entries" msgstr "" #: config/i960/i960.h:293 msgid "Do not use alternate leaf function entries" msgstr "" #: config/i960/i960.h:295 msgid "Perform tail call optimization" msgstr "" #: config/i960/i960.h:297 msgid "Do not perform tail call optimization" msgstr "" #: config/i960/i960.h:299 msgid "Use complex addressing modes" msgstr "" #: config/i960/i960.h:301 msgid "Do not use complex addressing modes" msgstr "" #: config/i960/i960.h:303 msgid "Align code to 8 byte boundary" msgstr "" #: config/i960/i960.h:305 msgid "Do not align code to 8 byte boundary" msgstr "" #. {"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")}, #: config/i960/i960.h:311 config/i960/i960.h:313 msgid "Enable compatibility with iC960 v2.0" msgstr "" #: config/i960/i960.h:315 msgid "Enable compatibility with iC960 v3.0" msgstr "" #: config/i960/i960.h:317 config/i960/i960.h:319 msgid "Enable compatibility with ic960 assembler" msgstr "" #: config/i960/i960.h:321 msgid "Do not permit unaligned accesses" msgstr "" #: config/i960/i960.h:323 msgid "Permit unaligned accesses" msgstr "" #: config/i960/i960.h:325 msgid "Layout types like Intel's v1.3 gcc" msgstr "" #: config/i960/i960.h:327 msgid "Do not layout types like Intel's v1.3 gcc" msgstr "" #: config/i960/i960.h:329 config/rs6000/sysv4.h:130 config/sparc/linux.h:82 #: config/sparc/linux64.h:140 msgid "Use 64 bit long doubles" msgstr "" #: config/i960/i960.h:331 msgid "Enable linker relaxation" msgstr "" #: config/i960/i960.h:333 msgid "Do not enable linker relaxation" msgstr "" #. Override conflicting target switch options. #. Doesn't actually detect if more than one -mARCH option is given, but #. does handle the case of two blatantly conflicting -mARCH options. #: config/i960/i960.h:348 config/i960/i960.h:358 msgid "conflicting architectures defined - using C series" msgstr "" #: config/i960/i960.h:353 msgid "conflicting architectures defined - using K series" msgstr "" #: config/i960/i960.h:368 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0" msgstr "" #. ??? See the LONG_DOUBLE_TYPE_SIZE definition below. #: config/i960/i960.h:379 msgid "The -mlong-double-64 option does not work yet." msgstr "" #: config/ia64/ia64.c:3519 msgid "ia64_print_operand: unknown code" msgstr "" #: config/ia64/ia64.c:3793 msgid "value of -mfixed-range must have form REG1-REG2" msgstr "" #: config/ia64/ia64.c:3820 #, c-format msgid "%s-%s is an empty range" msgstr "" #: config/ia64/ia64.c:3885 msgid "cannot optimize division for both latency and throughput" msgstr "" #. This macro defines names of command options to set and clear bits in #. `target_flags'. Its definition is an initializer with a subgrouping for #. each command option. #: config/ia64/ia64.h:112 msgid "Generate big endian code" msgstr "" #: config/ia64/ia64.h:114 config/mcore/mcore.h:159 msgid "Generate little endian code" msgstr "" #: config/ia64/ia64.h:116 msgid "Generate code for GNU as" msgstr "" #: config/ia64/ia64.h:118 msgid "Generate code for Intel as" msgstr "" #: config/ia64/ia64.h:120 msgid "Generate code for GNU ld" msgstr "" #: config/ia64/ia64.h:122 msgid "Generate code for Intel ld" msgstr "" #: config/ia64/ia64.h:124 msgid "Generate code without GP reg" msgstr "" #: config/ia64/ia64.h:126 msgid "Emit stop bits before and after volatile extended asms" msgstr "" #: config/ia64/ia64.h:128 msgid "Don't emit stop bits before and after volatile extended asms" msgstr "" #: config/ia64/ia64.h:130 msgid "Emit code for Itanium (TM) processor B step" msgstr "" #: config/ia64/ia64.h:132 msgid "Use in/loc/out register names" msgstr "" #: config/ia64/ia64.h:134 msgid "Disable use of sdata/scommon/sbss" msgstr "" #: config/ia64/ia64.h:136 msgid "Enable use of sdata/scommon/sbss" msgstr "" #: config/ia64/ia64.h:138 msgid "gp is constant (but save/restore gp on indirect calls)" msgstr "" #: config/ia64/ia64.h:140 msgid "Generate self-relocatable code" msgstr "" #: config/ia64/ia64.h:142 msgid "Generate inline division, optimize for latency" msgstr "" #: config/ia64/ia64.h:144 msgid "Generate inline division, optimize for throughput" msgstr "" #: config/ia64/ia64.h:146 msgid "Enable Dwarf 2 line debug info via GNU as" msgstr "" #: config/ia64/ia64.h:148 msgid "Disable Dwarf 2 line debug info via GNU as" msgstr "" #: config/ia64/ia64.h:176 msgid "Specify range of registers to make fixed." msgstr "" #: config/m32r/m32r.c:125 #, c-format msgid "bad value (%s) for -mmodel switch" msgstr "" #: config/m32r/m32r.c:134 #, c-format msgid "bad value (%s) for -msdata switch" msgstr "" #: config/m32r/m32r.c:305 #, c-format msgid "invalid argument of `%s' attribute" msgstr "" #: config/m32r/m32r.c:403 msgid "const objects cannot go in .sdata/.sbss" msgstr "" #: config/m32r/m32r.c:2216 #, c-format msgid "invalid operand to %s code" msgstr "" #: config/m32r/m32r.c:2223 #, c-format msgid "invalid operand to %p code" msgstr "" #: config/m32r/m32r.c:2279 msgid "Bad insn for 'A'" msgstr "" #: config/m32r/m32r.c:2331 msgid "invalid operand to %T/%B code" msgstr "" #: config/m32r/m32r.c:2354 msgid "invalid operand to %N code" msgstr "" #: config/m32r/m32r.c:2399 msgid "Pre-increment address is not a register" msgstr "" #: config/m32r/m32r.c:2406 msgid "Pre-decrement address is not a register" msgstr "" #: config/m32r/m32r.c:2413 msgid "Post-increment address is not a register" msgstr "" #: config/m32r/m32r.c:2491 config/m32r/m32r.c:2507 msgid "Bad address" msgstr "" #: config/m32r/m32r.c:2512 msgid "Lo_sum not of register" msgstr "" #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" }, #: config/m32r/m32r.h:183 msgid "Display compile time statistics" msgstr "" #: config/m32r/m32r.h:185 msgid "Align all loops to 32 byte boundary" msgstr "" #: config/m32r/m32r.h:188 msgid "Only issue one instruction per cycle" msgstr "" #: config/m32r/m32r.h:191 msgid "Prefer branches over conditional execution" msgstr "" #: config/m32r/m32r.h:207 msgid "Code size: small, medium or large" msgstr "" #: config/m32r/m32r.h:209 msgid "Small data area: none, sdata, use" msgstr "" #: config/m68hc11/m68hc11.c:232 #, c-format msgid "-f%s ignored for 68HC11/68HC12 (not supported)" msgstr "" #. !!!! SCz wrong here. #: config/m68hc11/m68hc11.c:3026 config/m68hc11/m68hc11.c:3400 msgid "Move insn not handled" msgstr "" #: config/m68hc11/m68hc11.c:3246 config/m68hc11/m68hc11.c:3330 #: config/m68hc11/m68hc11.c:3603 msgid "Invalid register in the move instruction" msgstr "" #: config/m68hc11/m68hc11.c:3280 msgid "Invalid operand in the instruction" msgstr "" #: config/m68hc11/m68hc11.c:3577 msgid "Invalid register in the instruction" msgstr "" #: config/m68hc11/m68hc11.c:3610 msgid "Operand 1 must be a hard register" msgstr "" #: config/m68hc11/m68hc11.c:3627 msgid "Invalid rotate insn" msgstr "" #: config/m68hc11/m68hc11.c:4047 msgid "Registers IX, IY and Z used in the same INSN" msgstr "" #: config/m68hc11/m68hc11.c:4367 config/m68hc11/m68hc11.c:4672 msgid "Cannot do z-register replacement" msgstr "" #: config/m68hc11/m68hc11.c:4721 msgid "Invalid Z register replacement for insn" msgstr "" #. Macro to define tables used to set the flags. This is a list in braces of #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits #. to set or minus the bits to clear. An empty string NAME is used to #. identify the default VALUE. #: config/m68hc11/m68hc11.h:152 msgid "Compile with 16-bit integer mode" msgstr "" #: config/m68hc11/m68hc11.h:154 msgid "Compile with 32-bit integer mode" msgstr "" #: config/m68hc11/m68hc11.h:156 msgid "Auto pre/post decrement increment allowed" msgstr "" #: config/m68hc11/m68hc11.h:158 msgid "Auto pre/post decrement increment not allowed" msgstr "" #: config/m68hc11/m68hc11.h:160 config/m68hc11/m68hc11.h:164 msgid "Compile for a 68HC11" msgstr "" #: config/m68hc11/m68hc11.h:162 config/m68hc11/m68hc11.h:166 msgid "Compile for a 68HC12" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. The #. variable, type `char *', is set to the variable part of the given #. option if the fixed part matches. The actual option name is made #. by appending `-m' to the specified name. #: config/m68hc11/m68hc11.h:180 msgid "Specify the register allocation order" msgstr "" #: config/m68hc11/m68hc11.h:182 msgid "Indicate the number of soft registers available" msgstr "" #: config/m68k/m68k.c:121 #, c-format msgid "-malign-loops=%d is not between 1 and %d" msgstr "" #: config/m68k/m68k.c:132 #, c-format msgid "-malign-jumps=%d is not between 1 and %d" msgstr "" #: config/m68k/m68k.c:143 #, c-format msgid "-malign-functions=%d is not between 1 and %d" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/m68k/m68k.h:152 config/m68k/m68k.h:154 msgid "Generate code for a 68020" msgstr "" #: config/m68k/m68k.h:159 config/m68k/m68k.h:162 msgid "Generate code for a 68000" msgstr "" #: config/m68k/m68k.h:164 msgid "Use the bit-field instructions" msgstr "" #: config/m68k/m68k.h:166 msgid "Do not use the bit-field instructions" msgstr "" #: config/m68k/m68k.h:168 msgid "Use different calling convention using 'rtd'" msgstr "" #: config/m68k/m68k.h:172 msgid "Consider type `int' to be 16 bits wide" msgstr "" #: config/m68k/m68k.h:174 msgid "Consider type `int' to be 32 bits wide" msgstr "" #: config/m68k/m68k.h:176 msgid "Generate code for a Sun FPA" msgstr "" #: config/m68k/m68k.h:179 msgid "Do not generate code for a Sun FPA" msgstr "" #: config/m68k/m68k.h:181 config/m68k/m68k.h:183 msgid "Generate code for a Sun Sky board" msgstr "" #: config/m68k/m68k.h:185 msgid "Do not use Sky linkage convention" msgstr "" #: config/m68k/m68k.h:187 msgid "Generate code for a 68881" msgstr "" #: config/m68k/m68k.h:190 msgid "Generate code with library calls for floating point" msgstr "" #: config/m68k/m68k.h:192 msgid "Generate code for a 68040, without any new instructions" msgstr "" #: config/m68k/m68k.h:195 msgid "Generate code for a 68060, without any new instructions" msgstr "" #: config/m68k/m68k.h:199 msgid "Generate code for a 68030" msgstr "" #: config/m68k/m68k.h:202 msgid "Generate code for a 68040" msgstr "" #: config/m68k/m68k.h:206 msgid "Generate code for a 68060" msgstr "" #: config/m68k/m68k.h:211 msgid "Generate code for a 520X" msgstr "" #: config/m68k/m68k.h:214 msgid "Generate code for a 68851" msgstr "" #: config/m68k/m68k.h:216 msgid "Do no generate code for a 68851" msgstr "" #: config/m68k/m68k.h:219 msgid "Generate code for a 68302" msgstr "" #: config/m68k/m68k.h:222 msgid "Generate code for a 68332" msgstr "" #: config/m68k/m68k.h:226 msgid "Generate code for a cpu32" msgstr "" #: config/m68k/m68k.h:229 msgid "Align variables on a 32-bit boundary" msgstr "" #: config/m68k/m68k.h:231 msgid "Align variables on a 16-bit boundary" msgstr "" #: config/m68k/m68k.h:233 msgid "Generate pc-relative code" msgstr "" #: config/m68k/m68k.h:235 msgid "Do not use unaligned memory references" msgstr "" #: config/m68k/m68k.h:237 msgid "Use unaligned memory references" msgstr "" #. Sometimes certain combinations of command options do not make #. sense on a particular target machine. You can define a macro #. `OVERRIDE_OPTIONS' to take account of this. This macro, if #. defined, is executed once just after all the command options have #. been parsed. #. #. Don't use this macro to turn on various extra optimizations for #. `-O'. That is what `OPTIMIZATION_OPTIONS' is for. #: config/m68k/m68k.h:274 config/m68k/m68kelf.h:265 config/m68k/m68kv4.h:297 msgid "-fPIC is not currently supported on the 68000 or 68010\n" msgstr "" #: config/m88k/m88k.c:889 #, c-format msgid "Internal gcc monitor: short-branch(%x)" msgstr "" #: config/m88k/m88k.c:2292 msgid "Internal gcc error: Can't express symbolic location" msgstr "" #: config/m88k/m88k.c:2573 #, c-format msgid "argument #%d is a structure" msgstr "" #: config/m88k/m88k.c:2884 msgid "%R not followed by %B/C/D/E" msgstr "" #: config/m88k/m88k.c:2952 #, c-format msgid "invalid %x/X value" msgstr "" #: config/m88k/m88k.c:2957 msgid "invalid %H value" msgstr "" #: config/m88k/m88k.c:2963 msgid "invalid %h value" msgstr "" #: config/m88k/m88k.c:2969 msgid "invalid %Q value" msgstr "" #: config/m88k/m88k.c:2975 msgid "invalid %q value" msgstr "" #: config/m88k/m88k.c:2981 #, c-format msgid "invalid %o value" msgstr "" #: config/m88k/m88k.c:2988 #, c-format msgid "invalid %p value" msgstr "" #: config/m88k/m88k.c:3001 config/m88k/m88k.c:3006 #, c-format msgid "invalid %s/S value" msgstr "" #: config/m88k/m88k.c:3017 msgid "invalid %P operand" msgstr "" #: config/m88k/m88k.c:3048 msgid "invalid %B value" msgstr "" #: config/m88k/m88k.c:3065 msgid "invalid %C value" msgstr "" #: config/m88k/m88k.c:3078 msgid "invalid %D value" msgstr "" #: config/m88k/m88k.c:3086 #, c-format msgid "invalid %E value" msgstr "" #: config/m88k/m88k.c:3091 #, c-format msgid "`%d' operand isn't a register" msgstr "" #: config/m88k/m88k.c:3102 msgid "invalid %r value" msgstr "" #: config/m88k/m88k.c:3109 msgid "operand is r0" msgstr "" #: config/m88k/m88k.c:3123 msgid "operand is const_double" msgstr "" #: config/m88k/m88k.c:3142 msgid "invalid code" msgstr "" #. Do any checking or such that is needed after processing the -m switches. #: config/m88k/m88k.h:277 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible" msgstr "" #: config/m88k/m88k.h:299 #, c-format msgid "Invalid option `-mshort-data-%s'" msgstr "" #: config/m88k/m88k.h:304 #, c-format msgid "-mshort-data-%s is too large " msgstr "" #: config/m88k/m88k.h:306 #, c-format msgid "-mshort-data-%s and PIC are incompatible" msgstr "" #: config/mcore/mcore.c:3071 #, c-format msgid "Invalid option `-mstack-increment=%s'" msgstr "" #: config/mcore/mcore.h:126 msgid "Inline constants if it can be done in 2 insns or less" msgstr "" #: config/mcore/mcore.h:128 msgid "inline constants if it only takes 1 instruction" msgstr "" #: config/mcore/mcore.h:130 msgid "Set maximum alignment to 4" msgstr "" #: config/mcore/mcore.h:132 msgid "Set maximum alignment to 8" msgstr "" #: config/mcore/mcore.h:136 msgid "Do not use the divide instruction" msgstr "" #: config/mcore/mcore.h:140 msgid "Do not arbitary sized immediates in bit operations" msgstr "" #: config/mcore/mcore.h:142 msgid "Always treat bitfield as int-sized" msgstr "" #: config/mcore/mcore.h:146 msgid "Force functions to be aligned to a 4 byte boundary" msgstr "" #: config/mcore/mcore.h:148 msgid "Force functions to be aligned to a 2 byte boundary" msgstr "" #: config/mcore/mcore.h:150 msgid "Emit call graph information" msgstr "" #: config/mcore/mcore.h:154 msgid "Prefer word accesses over byte accesses" msgstr "" #: config/mcore/mcore.h:165 msgid "Generate code for the M*Core M340" msgstr "" #: config/mcore/mcore.h:178 msgid "Maximum amount for a single stack increment operation" msgstr "" #: config/mips/mips.c:4806 #, c-format msgid "-mips%d not supported" msgstr "" #: config/mips/mips.c:4813 #, c-format msgid "bad value (%s) for -mips switch" msgstr "" #: config/mips/mips.c:4834 #, c-format msgid "bad value (%s) for -mabi= switch" msgstr "" #: config/mips/mips.c:4872 #, c-format msgid "-mabi=%s does not support -mips%d" msgstr "" #: config/mips/mips.c:4889 msgid "The -mabi=32 support does not work yet." msgstr "" #: config/mips/mips.c:4893 msgid "This target does not support the -mabi switch." msgstr "" #: config/mips/mips.c:5003 #, c-format msgid "bad value (%s) for -mtune= switch" msgstr "" #: config/mips/mips.c:5027 #, c-format msgid "-march=%s does not support -mips%d" msgstr "" #: config/mips/mips.c:5034 #, c-format msgid "-mips%d does not support 64 bit fp registers" msgstr "" #: config/mips/mips.c:5040 #, c-format msgid "-mips%d does not support 64 bit gp registers" msgstr "" #: config/mips/mips.c:5061 msgid "-G is incompatible with PIC code which is the default" msgstr "" #: config/mips/mips.c:5077 msgid "-membedded-pic and -mabicalls are incompatible" msgstr "" #: config/mips/mips.c:5080 msgid "-G and -membedded-pic are incompatible" msgstr "" #: config/mips/mips.c:5131 #, c-format msgid "Invalid option `entry%s'" msgstr "" #: config/mips/mips.c:5134 msgid "-mentry is only meaningful with -mips-16" msgstr "" #: config/mips/mips.c:5474 #, c-format msgid "internal error: %%) found without a %%( in assembler pattern" msgstr "" #: config/mips/mips.c:5488 #, c-format msgid "internal error: %%] found without a %%[ in assembler pattern" msgstr "" #: config/mips/mips.c:5501 #, c-format msgid "internal error: %%> found without a %%< in assembler pattern" msgstr "" #: config/mips/mips.c:5514 #, c-format msgid "internal error: %%} found without a %%{ in assembler pattern" msgstr "" #: config/mips/mips.c:5528 #, c-format msgid "PRINT_OPERAND: Unknown punctuation '%c'" msgstr "" #: config/mips/mips.c:5537 msgid "PRINT_OPERAND null pointer" msgstr "" #: config/mips/mips.c:5670 #, c-format msgid "invalid use of %%d, %%x, or %%X" msgstr "" #: config/mips/mips.c:5713 msgid "PRINT_OPERAND_ADDRESS, null pointer" msgstr "" #: config/mips/mips.c:5915 msgid "" "MIPS ECOFF format does not allow changing filenames within functions with " "#line" msgstr "" #: config/mips/mips.c:6230 msgid "can't rewind temp file" msgstr "" #: config/mips/mips.c:6234 msgid "can't write to output file" msgstr "" #: config/mips/mips.c:6237 msgid "can't read from temp file" msgstr "" #: config/mips/mips.c:6240 msgid "can't close temp file" msgstr "" #: config/mips/mips.c:6703 #, c-format msgid "gp_offset (%ld) or end_offset (%ld) is less than zero." msgstr "" #: config/mips/mips.c:6867 #, c-format msgid "fp_offset (%ld) or end_offset (%ld) is less than zero." msgstr "" #: config/mips/mips.c:8898 #, c-format msgid "can not handle inconsistent calls to `%s'" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/mips/mips.h:376 config/mn10300/mn10300.h:64 msgid "No default crt0.o" msgstr "" #: config/mips/mips.h:378 msgid "Use 64-bit int type" msgstr "" #: config/mips/mips.h:380 msgid "Use 64-bit long type" msgstr "" #: config/mips/mips.h:382 msgid "Use 32-bit long type" msgstr "" #: config/mips/mips.h:384 msgid "Optimize lui/addiu address loads" msgstr "" #: config/mips/mips.h:386 msgid "Don't optimize lui/addiu address loads" msgstr "" #: config/mips/mips.h:388 msgid "Use MIPS as" msgstr "" #: config/mips/mips.h:390 msgid "Use GNU as" msgstr "" #: config/mips/mips.h:392 msgid "Use symbolic register names" msgstr "" #: config/mips/mips.h:394 msgid "Don't use symbolic register names" msgstr "" #: config/mips/mips.h:396 config/mips/mips.h:398 msgid "Use GP relative sdata/sbss sections" msgstr "" #: config/mips/mips.h:400 config/mips/mips.h:402 msgid "Don't use GP relative sdata/sbss sections" msgstr "" #: config/mips/mips.h:404 msgid "Output compiler statistics" msgstr "" #: config/mips/mips.h:406 msgid "Don't output compiler statistics" msgstr "" #: config/mips/mips.h:408 msgid "Don't optimize block moves" msgstr "" #: config/mips/mips.h:410 msgid "Optimize block moves" msgstr "" #: config/mips/mips.h:412 msgid "Use mips-tfile asm postpass" msgstr "" #: config/mips/mips.h:414 msgid "Don't use mips-tfile asm postpass" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of triplets in braces, #. each triplet being { "NAME", VALUE, DOC } #. where VALUE is the bits to set or minus the bits to clear and DOC #. is the documentation for --help (NULL if intentionally undocumented). #. An empty string NAME is used to identify the default VALUE. #: config/mips/mips.h:418 config/pdp11/pdp11.h:55 msgid "Use hardware floating point" msgstr "" #: config/mips/mips.h:420 msgid "Use 64-bit FP registers" msgstr "" #: config/mips/mips.h:422 msgid "Use 32-bit FP registers" msgstr "" #: config/mips/mips.h:424 msgid "Use 64-bit general registers" msgstr "" #: config/mips/mips.h:426 msgid "Use 32-bit general registers" msgstr "" #: config/mips/mips.h:428 msgid "Use Irix PIC" msgstr "" #: config/mips/mips.h:430 msgid "Don't use Irix PIC" msgstr "" #: config/mips/mips.h:432 msgid "Use OSF PIC" msgstr "" #: config/mips/mips.h:434 msgid "Don't use OSF PIC" msgstr "" #: config/mips/mips.h:436 msgid "Use indirect calls" msgstr "" #: config/mips/mips.h:438 msgid "Don't use indirect calls" msgstr "" #: config/mips/mips.h:440 msgid "Use embedded PIC" msgstr "" #: config/mips/mips.h:442 msgid "Don't use embedded PIC" msgstr "" #: config/mips/mips.h:444 msgid "Use ROM instead of RAM" msgstr "" #: config/mips/mips.h:446 msgid "Don't use ROM instead of RAM" msgstr "" #: config/mips/mips.h:448 msgid "Put uninitialized constants in ROM (needs -membedded-data)" msgstr "" #: config/mips/mips.h:450 msgid "Don't put uninitialized constants in ROM" msgstr "" #: config/mips/mips.h:452 msgid "Use big-endian byte order" msgstr "" #: config/mips/mips.h:454 msgid "Use little-endian byte order" msgstr "" #: config/mips/mips.h:456 msgid "Use single (32-bit) FP only" msgstr "" #: config/mips/mips.h:458 msgid "Don't use single (32-bit) FP only" msgstr "" #: config/mips/mips.h:460 msgid "Use multiply accumulate" msgstr "" #: config/mips/mips.h:462 msgid "Don't use multiply accumulate" msgstr "" #: config/mips/mips.h:464 config/rs6000/rs6000.h:329 msgid "Don't generate fused multiply/add instructions" msgstr "" #: config/mips/mips.h:466 config/rs6000/rs6000.h:327 msgid "Generate fused multiply/add instructions" msgstr "" #: config/mips/mips.h:468 msgid "Work around early 4300 hardware bug" msgstr "" #: config/mips/mips.h:470 msgid "Don't work around early 4300 hardware bug" msgstr "" #: config/mips/mips.h:472 msgid "Optimize for 3900" msgstr "" #: config/mips/mips.h:474 msgid "Optimize for 4650" msgstr "" #: config/mips/mips.h:476 msgid "Trap on integer divide by zero" msgstr "" #: config/mips/mips.h:478 msgid "Don't trap on integer divide by zero" msgstr "" #: config/mips/mips.h:480 msgid "Trap on integer divide overflow" msgstr "" #: config/mips/mips.h:482 msgid "Don't trap on integer divide overflow" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. #. The variable, type `char *', is set to the variable part of the #. given option if the fixed part matches. The actual option name #. is made by appending `-m' to the specified name. #. #. Here is an example which defines `-mshort-data-NUMBER'. If the #. given option is `-mshort-data-512', the variable `m88k_short_data' #. will be set to the string `"512"'. #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } #: config/mips/mips.h:615 config/mips/mips.h:617 msgid "Specify CPU for scheduling purposes" msgstr "" #: config/mips/mips.h:619 msgid "Specify CPU for code generation purposes" msgstr "" #: config/mips/mips.h:621 msgid "Specify a Standard MIPS ISA" msgstr "" #: config/mips/mips.h:623 msgid "Use mips16 entry/exit psuedo ops" msgstr "" #: config/mips/mips.h:625 msgid "Don't use MIPS16 instructions" msgstr "" #. Output assembler code to FILE to increment profiler label # LABELNO #. for profiling a function entry. #: config/mips/mips.h:2731 msgid "mips16 function profiling" msgstr "" #: config/mn10300/mn10300.h:59 msgid "Work around hardware multiply bug" msgstr "" #: config/mn10300/mn10300.h:60 msgid "Do not work around hardware multiply bug" msgstr "" #: config/mn10300/mn10300.h:61 msgid "Target the AM33 processor" msgstr "" #: config/mn10300/mn10300.h:65 msgid "Enable linker relaxations" msgstr "" #: config/ns32k/ns32k.h:104 config/s390/s390.h:52 msgid "Don't use hardware fp" msgstr "" #: config/ns32k/ns32k.h:105 msgid "Alternative calling convention" msgstr "" #: config/ns32k/ns32k.h:107 msgid "Pass some arguments in registers" msgstr "" #: config/ns32k/ns32k.h:108 msgid "Pass all arguments on stack" msgstr "" #: config/ns32k/ns32k.h:109 msgid "Optimize for 32532 cpu" msgstr "" #: config/ns32k/ns32k.h:110 msgid "Optimize for 32332 cpu" msgstr "" #: config/ns32k/ns32k.h:112 msgid "Optimize for 32032" msgstr "" #: config/ns32k/ns32k.h:114 msgid "Register sb is zero. Use for absolute addressing" msgstr "" #: config/ns32k/ns32k.h:115 msgid "Do not use register sb" msgstr "" #: config/ns32k/ns32k.h:116 msgid "Do not use bitfield instructions" msgstr "" #: config/ns32k/ns32k.h:117 msgid "Use bitfield instructions" msgstr "" #: config/ns32k/ns32k.h:118 msgid "Generate code for high memory" msgstr "" #: config/ns32k/ns32k.h:119 msgid "Generate code for low memory" msgstr "" #: config/ns32k/ns32k.h:120 msgid "32381 fpu" msgstr "" #: config/ns32k/ns32k.h:121 msgid "Use multiply-accumulate fp instructions" msgstr "" #: config/ns32k/ns32k.h:123 msgid "Do not use multiply-accumulate fp instructions" msgstr "" #: config/ns32k/ns32k.h:124 msgid "\"Small register classes\" kludge" msgstr "" #: config/ns32k/ns32k.h:125 msgid "No \"Small register classes\" kludge" msgstr "" #: config/pa/pa.c:162 #, c-format msgid "" "Unknown -mschedule= option (%s).\n" "Valid options are 700, 7100, 7100LC, 7200, and 8000\n" msgstr "" #: config/pa/pa.c:187 #, c-format msgid "" "Unknown -march= option (%s).\n" "Valid options are 1.0, 1.1, and 2.0\n" msgstr "" #: config/pa/pa.c:192 msgid "PIC code generation is not supported in the portable runtime model\n" msgstr "" #: config/pa/pa.c:197 msgid "PIC code generation is not compatible with fast indirect calls\n" msgstr "" #: config/pa/pa.c:202 msgid "-g is only supported when using GAS on this processor," msgstr "" #: config/pa/pa.c:203 msgid "-g option disabled." msgstr "" #: config/pdp11/pdp11.h:56 msgid "Do not use hardware floating point" msgstr "" #. return float result in ac0 #: config/pdp11/pdp11.h:58 msgid "Return floating point results in ac0" msgstr "" #: config/pdp11/pdp11.h:59 msgid "Return floating point results in memory" msgstr "" #. is 11/40 #: config/pdp11/pdp11.h:61 msgid "Generate code for an 11/40" msgstr "" #. is 11/45 #: config/pdp11/pdp11.h:64 msgid "Generate code for an 11/45" msgstr "" #. is 11/10 #: config/pdp11/pdp11.h:67 msgid "Generate code for an 11/10" msgstr "" #. use movstrhi for bcopy #. use 32 bit for int #: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73 msgid "Use 32 bit int" msgstr "" #: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75 msgid "Use 16 bit int" msgstr "" #. use 32 bit for float #: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78 msgid "Use 32 bit float" msgstr "" #: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80 msgid "Use 64 bit float" msgstr "" #. allow abshi pattern? - can trigger "optimizations" which make code SLOW! #. is branching expensive - on a PDP, it's actually really cheap #. this is just to play around and check what code gcc generates #. split instruction and data memory? #: config/pdp11/pdp11.h:89 msgid "Target has split I&D" msgstr "" #: config/pdp11/pdp11.h:90 msgid "Target does not have split I&D" msgstr "" #. UNIX assembler syntax? #: config/pdp11/pdp11.h:92 msgid "Use UNIX assembler syntax" msgstr "" #: config/pdp11/pdp11.h:93 msgid "Use DEC assembler syntax" msgstr "" #: config/pj/pj.h:73 msgid "Generate little endian data" msgstr "" #: config/pj/pj.h:75 msgid "Generate big endian data" msgstr "" #: config/pj/pj.h:77 msgid "Turn on maintainer testing code" msgstr "" #: config/pj/pj.h:79 msgid "Enable Transmeta picoJava extensions" msgstr "" #: config/pj/pj.h:81 msgid "Disable Transmeta picoJava extensions" msgstr "" #: config/pj/pj.h:83 msgid "Disable reorganization pass" msgstr "" #: config/romp/romp.c:682 #, c-format msgid "invalid %%B value" msgstr "" #: config/romp/romp.c:709 config/rs6000/rs6000.c:4459 #, c-format msgid "invalid %%S value" msgstr "" #: config/romp/romp.c:718 config/romp/romp.c:725 #, c-format msgid "invalid %%b value" msgstr "" #: config/romp/romp.c:765 config/romp/romp.c:776 #, c-format msgid "invalid %%z value" msgstr "" #: config/romp/romp.c:784 config/romp/romp.c:792 #, c-format msgid "invalid %%Z value" msgstr "" #: config/romp/romp.c:799 config/romp/romp.c:808 config/romp/romp.c:815 #: config/rs6000/rs6000.c:4238 #, c-format msgid "invalid %%k value" msgstr "" #: config/romp/romp.c:900 config/romp/romp.c:943 #, c-format msgid "invalid %%j value" msgstr "" #. Perform any needed actions needed for a function that is receiving a #. variable number of arguments. #. #. CUM is as above. #. #. MODE and TYPE are the mode and type of the current parameter. #. #. PRETEND_SIZE is a variable that should be set to the amount of stack #. that must be pushed by the prolog to pretend that our caller pushed #. it. #. #. Normally, this macro will push all remaining incoming registers on the #. stack and set PRETEND_SIZE to the length of the registers pushed. #: config/romp/romp.h:661 msgid "can't have varargs with -mfp-arg-in-fp-regs" msgstr "" #: config/rs6000/aix.h:134 config/rs6000/beos.h:30 msgid "Always pass floating-point arguments in memory" msgstr "" #: config/rs6000/aix.h:136 config/rs6000/beos.h:32 msgid "Don't always pass floating-point arguments in memory" msgstr "" #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32 msgid "Support message passing with the Parallel Environment" msgstr "" #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 msgid "Compile for 64-bit pointers" msgstr "" #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 msgid "Compile for 32-bit pointers" msgstr "" #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 msgid "-maix64 and POWER architecture are incompatible." msgstr "" #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 msgid "-maix64 requires PowerPC64 architecture remain enabled." msgstr "" #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 msgid "" "-maix64 required: 64-bit computation with 32-bit addressing not yet " "supported." msgstr "" #: config/rs6000/rs6000.c:395 msgid "-mmultiple is not supported on little endian systems" msgstr "" #: config/rs6000/rs6000.c:402 msgid "-mstring is not supported on little endian systems" msgstr "" #: config/rs6000/rs6000.c:408 #, c-format msgid "-f%s ignored (all code is position independent)" msgstr "" #: config/rs6000/rs6000.c:417 msgid "-ffunction-sections disabled on AIX when debugging" msgstr "" #: config/rs6000/rs6000.c:423 msgid "-fdata-sections not supported on AIX" msgstr "" #: config/rs6000/rs6000.c:438 #, c-format msgid "Unknown -mdebug-%s switch" msgstr "" #: config/rs6000/rs6000.c:4165 #, c-format msgid "invalid %%f value" msgstr "" #: config/rs6000/rs6000.c:4174 #, c-format msgid "invalid %%F value" msgstr "" #: config/rs6000/rs6000.c:4183 #, c-format msgid "invalid %%G value" msgstr "" #: config/rs6000/rs6000.c:4218 #, c-format msgid "invalid %%j code" msgstr "" #: config/rs6000/rs6000.c:4228 #, c-format msgid "invalid %%J code" msgstr "" #: config/rs6000/rs6000.c:4258 #, c-format msgid "invalid %%K value" msgstr "" #: config/rs6000/rs6000.c:4385 #, c-format msgid "invalid %%p value" msgstr "" #: config/rs6000/rs6000.c:4422 #, c-format msgid "invalid %%q value" msgstr "" #: config/rs6000/rs6000.c:4485 #, c-format msgid "%%S computed all 1's mask" msgstr "" #: config/rs6000/rs6000.c:4512 #, c-format msgid "%%S computed all 0's mask" msgstr "" #: config/rs6000/rs6000.c:4522 #, c-format msgid "invalid %%T value" msgstr "" #: config/rs6000/rs6000.c:4532 #, c-format msgid "invalid %%u value" msgstr "" #: config/rs6000/rs6000.c:4541 #, c-format msgid "invalid %%v value" msgstr "" #: config/rs6000/rs6000.c:8464 msgid "bad address" msgstr "" #. Run-time compilation parameters selecting different hardware subsets. #. #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/rs6000/rs6000.h:259 msgid "Use POWER instruction set" msgstr "" #: config/rs6000/rs6000.h:262 msgid "Use POWER2 instruction set" msgstr "" #: config/rs6000/rs6000.h:264 msgid "Do not use POWER2 instruction set" msgstr "" #: config/rs6000/rs6000.h:267 msgid "Do not use POWER instruction set" msgstr "" #: config/rs6000/rs6000.h:269 msgid "Use PowerPC instruction set" msgstr "" #: config/rs6000/rs6000.h:272 msgid "Do not use PowerPC instruction set" msgstr "" #: config/rs6000/rs6000.h:274 msgid "Use PowerPC General Purpose group optional instructions" msgstr "" #: config/rs6000/rs6000.h:276 msgid "Don't use PowerPC General Purpose group optional instructions" msgstr "" #: config/rs6000/rs6000.h:278 msgid "Use PowerPC Graphics group optional instructions" msgstr "" #: config/rs6000/rs6000.h:280 msgid "Don't use PowerPC Graphics group optional instructions" msgstr "" #: config/rs6000/rs6000.h:282 msgid "Use PowerPC-64 instruction set" msgstr "" #: config/rs6000/rs6000.h:284 msgid "Don't use PowerPC-64 instruction set" msgstr "" #: config/rs6000/rs6000.h:286 msgid "Use new mnemonics for PowerPC architecture" msgstr "" #: config/rs6000/rs6000.h:288 msgid "Use old mnemonics for PowerPC architecture" msgstr "" #: config/rs6000/rs6000.h:291 msgid "Put everything in the regular TOC" msgstr "" #: config/rs6000/rs6000.h:293 msgid "Place floating point constants in TOC" msgstr "" #: config/rs6000/rs6000.h:295 msgid "Don't place floating point constants in TOC" msgstr "" #: config/rs6000/rs6000.h:297 msgid "Place symbol+offset constants in TOC" msgstr "" #: config/rs6000/rs6000.h:299 msgid "Don't place symbol+offset constants in TOC" msgstr "" #: config/rs6000/rs6000.h:305 msgid "Place variable addresses in the regular TOC" msgstr "" #: config/rs6000/rs6000.h:311 msgid "Generate load/store multiple instructions" msgstr "" #: config/rs6000/rs6000.h:313 msgid "Do not generate load/store multiple instructions" msgstr "" #: config/rs6000/rs6000.h:317 msgid "Generate string instructions for block moves" msgstr "" #: config/rs6000/rs6000.h:319 msgid "Do not generate string instructions for block moves" msgstr "" #: config/rs6000/rs6000.h:323 msgid "Generate load/store with update instructions" msgstr "" #: config/rs6000/rs6000.h:325 msgid "Do not generate load/store with update instructions" msgstr "" #: config/rs6000/rs6000.h:333 msgid "Don't schedule the start and end of the procedure" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. #. The variable, type `char *', is set to the variable part of the #. given option if the fixed part matches. The actual option name #. is made by appending `-m' to the specified name. #. #. Here is an example which defines `-mshort-data-NUMBER'. If the #. given option is `-mshort-data-512', the variable `m88k_short_data' #. will be set to the string `"512"'. #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } #: config/rs6000/rs6000.h:408 config/sparc/sparc.h:709 msgid "Use features of and schedule code for given CPU" msgstr "" #: config/rs6000/rs6000.h:411 msgid "Enable debug output" msgstr "" #. Definitions for __builtin_return_address and __builtin_frame_address. #. __builtin_return_address (0) should give link register (65), enable #. this. #. This should be uncommented, so that the link register is used, but #. currently this would result in unmatched insns and spilling fixed #. registers so we'll leave it for another day. When these problems are #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX. #. (mrs) #. #define RETURN_ADDR_IN_PREVIOUS_FRAME #. Number of bytes into the frame return addresses can be found. See #. rs6000_stack_info in rs6000.c for more information on how the different #. abi's store the return address. #: config/rs6000/rs6000.h:1586 msgid "RETURN_ADDRESS_OFFSET not supported" msgstr "" #: config/rs6000/sysv4.h:90 msgid "Select ABI calling convention." msgstr "" #: config/rs6000/sysv4.h:91 msgid "Select method for sdata handling." msgstr "" #: config/rs6000/sysv4.h:106 msgid "Align to the base type of the bitfield." msgstr "" #: config/rs6000/sysv4.h:108 msgid "Don't align to the base type of the bitfield." msgstr "" #: config/rs6000/sysv4.h:110 msgid "Don't assume that unaligned accesses are handled by the system" msgstr "" #: config/rs6000/sysv4.h:112 msgid "Assume that unaligned accesses are handled by the system" msgstr "" #: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118 msgid "Produce code relocatable at runtime." msgstr "" #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:120 msgid "Don't produce code relocatable at runtime." msgstr "" #: config/rs6000/sysv4.h:122 config/rs6000/sysv4.h:124 msgid "Produce little endian code." msgstr "" #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:128 msgid "Produce big endian code." msgstr "" #: config/rs6000/sysv4.h:132 config/sparc/linux.h:83 #: config/sparc/linux64.h:141 msgid "Use 128 bit long doubles" msgstr "" #: config/rs6000/sysv4.h:133 config/rs6000/sysv4.h:134 #: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136 #: config/rs6000/sysv4.h:137 config/rs6000/sysv4.h:138 #: config/rs6000/sysv4.h:148 config/rs6000/sysv4.h:149 #: config/rs6000/sysv4.h:160 config/rs6000/sysv4.h:161 #: config/rs6000/sysv4.h:162 config/rs6000/sysv4.h:164 msgid "no description yet" msgstr "" #: config/rs6000/sysv4.h:139 msgid "Use EABI." msgstr "" #: config/rs6000/sysv4.h:140 msgid "Don't use EABI." msgstr "" #: config/rs6000/sysv4.h:143 msgid "Do not allow bitfields to cross word boundaries" msgstr "" #: config/rs6000/sysv4.h:145 msgid "Use alternate register names." msgstr "" #: config/rs6000/sysv4.h:147 msgid "Don't use alternate register names." msgstr "" #: config/rs6000/sysv4.h:151 msgid "Link with libsim.a, libc.a and sim-crt0.o." msgstr "" #: config/rs6000/sysv4.h:153 msgid "Link with libads.a, libc.a and crt0.o." msgstr "" #: config/rs6000/sysv4.h:155 msgid "Link with libyk.a, libc.a and crt0.o." msgstr "" #: config/rs6000/sysv4.h:157 msgid "Link with libmvme.a, libc.a and crt0.o." msgstr "" #: config/rs6000/sysv4.h:159 msgid "Set the PPC_EMB bit in the ELF flags header" msgstr "" #. Sometimes certain combinations of command options do not make sense #. on a particular target machine. You can define a macro #. `OVERRIDE_OPTIONS' to take account of this. This macro, if #. defined, is executed once just after all the command options have #. been parsed. #. #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to #. get control. #: config/rs6000/sysv4.h:219 #, c-format msgid "Bad value for -mcall-%s" msgstr "" #: config/rs6000/sysv4.h:235 #, c-format msgid "Bad value for -msdata=%s" msgstr "" #: config/rs6000/sysv4.h:252 #, c-format msgid "-mrelocatable and -msdata=%s are incompatible." msgstr "" #: config/rs6000/sysv4.h:260 #, c-format msgid "-f%s and -msdata=%s are incompatible." msgstr "" #: config/rs6000/sysv4.h:269 #, c-format msgid "-msdata=%s and -mcall-%s are incompatible." msgstr "" #: config/rs6000/sysv4.h:276 msgid "-mrelocatable and -mno-minimal-toc are incompatible." msgstr "" #: config/rs6000/sysv4.h:282 #, c-format msgid "-mrelocatable and -mcall-%s are incompatible." msgstr "" #: config/rs6000/sysv4.h:289 #, c-format msgid "-fPIC and -mcall-%s are incompatible." msgstr "" #: config/rs6000/sysv4.h:296 msgid "-mcall-aixdesc must be big endian" msgstr "" #: config/s390/s390.c:1483 msgid "invalid UNSPEC as operand (1)" msgstr "" #: config/s390/s390.c:1513 msgid "invalid UNSPEC as operand (2)" msgstr "" #: config/s390/s390.c:1519 msgid "UNKNOWN in s390_output_symbolic_const !?" msgstr "" #: config/s390/s390.c:1535 msgid "Cannot decompose address.\n" msgstr "" #: config/s390/s390.c:1672 msgid "UNKNOWN in print_operand !?" msgstr "" #: config/s390/s390.c:2171 msgid "no code label found" msgstr "" #: config/s390/s390.c:2494 msgid "Total size of local variables exceeds architecture limit." msgstr "" #: config/s390/s390.h:53 msgid "Set backchain" msgstr "" #: config/s390/s390.h:54 msgid "Don't set backchain (faster, but debug harder" msgstr "" #: config/s390/s390.h:55 msgid "Use bras for execucable < 64k" msgstr "" #: config/s390/s390.h:56 msgid "Don't use bras" msgstr "" #: config/s390/s390.h:57 msgid "Additional debug prints" msgstr "" #: config/s390/s390.h:58 msgid "Don't print additional debug prints" msgstr "" #: config/s390/s390.h:59 msgid "64 bit mode" msgstr "" #: config/s390/s390.h:60 msgid "31 bit mode" msgstr "" #: config/s390/s390.h:61 msgid "mvcle use" msgstr "" #: config/s390/s390.h:62 msgid "mvc&ex" msgstr "" #. The sp_switch attribute only has meaning for interrupt functions. #: config/sh/sh.c:4720 config/sh/sh.c:4759 #, c-format msgid "`%s' attribute only applies to interrupt functions" msgstr "" #. The argument must be a constant string. #: config/sh/sh.c:4727 #, c-format msgid "`%s' attribute argument not a string constant" msgstr "" #. The argument must be a constant integer. #: config/sh/sh.c:4766 #, c-format msgid "`%s' attribute argument not an integer constant" msgstr "" #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29 msgid "Generate code for big endian" msgstr "" #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30 msgid "Generate code for little endian" msgstr "" #: config/sparc/sp86x-aout.h:53 config/sparc/sp86x-elf.h:66 msgid "Use little-endian byte order for data" msgstr "" #: config/sparc/sparc.c:296 #, c-format msgid "%s is not supported by this configuration" msgstr "" #: config/sparc/sparc.c:303 msgid "-mlong-double-64 not allowed with -m64" msgstr "" #: config/sparc/sparc.c:328 msgid "-mcmodel= is not supported on 32 bit systems" msgstr "" #: config/sparc/sparc.c:409 msgid "profiling does not support code models other than medlow" msgstr "" #: config/sparc/sparc.c:5805 config/sparc/sparc.c:5811 #, c-format msgid "Invalid %%Y operand" msgstr "" #: config/sparc/sparc.c:5881 #, c-format msgid "Invalid %%A operand" msgstr "" #: config/sparc/sparc.c:5891 #, c-format msgid "Invalid %%B operand" msgstr "" #: config/sparc/sparc.c:5930 #, c-format msgid "Invalid %%c operand" msgstr "" #: config/sparc/sparc.c:5931 #, c-format msgid "Invalid %%C operand" msgstr "" #: config/sparc/sparc.c:5952 #, c-format msgid "Invalid %%d operand" msgstr "" #: config/sparc/sparc.c:5953 #, c-format msgid "Invalid %%D operand" msgstr "" #: config/sparc/sparc.c:5971 #, c-format msgid "Invalid %%f operand" msgstr "" #: config/sparc/sparc.c:6021 msgid "long long constant not a valid immediate operand" msgstr "" #: config/sparc/sparc.c:6024 msgid "floating point constant not a valid immediate operand" msgstr "" #. To make profiling work with -f{pic,PIC}, we need to emit the profiling #. code into the rtl. Also, if we are profiling, we cannot eliminate #. the frame pointer (because the return address will get smashed). #: config/sparc/sparc.h:404 #, c-format msgid "%s and profiling conflict: disabling %s" msgstr "" #: config/sparc/sparc.h:588 msgid "Use function_epilogue()" msgstr "" #: config/sparc/sparc.h:590 msgid "Do not use function_epilogue()" msgstr "" #: config/sparc/sparc.h:592 msgid "Assume possible double misalignment" msgstr "" #: config/sparc/sparc.h:594 msgid "Assume all doubles are aligned" msgstr "" #: config/sparc/sparc.h:596 msgid "Pass -assert pure-text to linker" msgstr "" #: config/sparc/sparc.h:598 msgid "Do not pass -assert pure-text to linker" msgstr "" #: config/sparc/sparc.h:600 msgid "Use flat register window model" msgstr "" #: config/sparc/sparc.h:602 msgid "Do not use flat register window model" msgstr "" #: config/sparc/sparc.h:604 msgid "Use ABI reserved registers" msgstr "" #: config/sparc/sparc.h:606 msgid "Do not use ABI reserved registers" msgstr "" #: config/sparc/sparc.h:608 msgid "Use hardware quad fp instructions" msgstr "" #: config/sparc/sparc.h:610 msgid "Do not use hardware quad fp instructions" msgstr "" #: config/sparc/sparc.h:612 msgid "Compile for v8plus ABI" msgstr "" #: config/sparc/sparc.h:614 msgid "Do not compile for v8plus ABI" msgstr "" #: config/sparc/sparc.h:616 msgid "Utilize Visual Instruction Set" msgstr "" #: config/sparc/sparc.h:618 msgid "Do not utilize Visual Instruction Set" msgstr "" #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9. #: config/sparc/sparc.h:621 msgid "Optimize for Cypress processors" msgstr "" #: config/sparc/sparc.h:623 msgid "Optimize for SparcLite processors" msgstr "" #: config/sparc/sparc.h:625 msgid "Optimize for F930 processors" msgstr "" #: config/sparc/sparc.h:627 msgid "Optimize for F934 processors" msgstr "" #: config/sparc/sparc.h:629 msgid "Use V8 Sparc ISA" msgstr "" #: config/sparc/sparc.h:631 msgid "Optimize for SuperSparc processors" msgstr "" #. End of deprecated options. #: config/sparc/sparc.h:634 msgid "Pointers are 64-bit" msgstr "" #: config/sparc/sparc.h:636 msgid "Pointers are 32-bit" msgstr "" #: config/sparc/sparc.h:638 msgid "Use 32-bit ABI" msgstr "" #: config/sparc/sparc.h:640 msgid "Use 64-bit ABI" msgstr "" #: config/sparc/sparc.h:642 msgid "Use stack bias" msgstr "" #: config/sparc/sparc.h:644 msgid "Do not use stack bias" msgstr "" #: config/sparc/sparc.h:646 msgid "Use structs on stronger alignment for double-word copies" msgstr "" #: config/sparc/sparc.h:648 msgid "Do not use structs on stronger alignment for double-word copies" msgstr "" #: config/sparc/sparc.h:650 msgid "Optimize tail call instructions in assembler and linker" msgstr "" #: config/sparc/sparc.h:652 msgid "Do not optimize tail call instructions in assembler or linker" msgstr "" #: config/sparc/sparc.h:713 msgid "Use given Sparc code model" msgstr "" #: config/stormy16/stormy16.c:1167 msgid "cannot use va_start in interrupt function" msgstr "" #: config/stormy16/stormy16.c:1479 msgid "`B' operand is not constant" msgstr "" #: config/stormy16/stormy16.c:1485 msgid "`B' operand has multiple bits set" msgstr "" #: config/stormy16/stormy16.c:1510 msgid "`o' operand is not constant" msgstr "" #: config/stormy16/stormy16.c:1525 msgid "stormy16_print_operand: unknown code" msgstr "" #: config/stormy16/stormy16.c:1575 #, c-format msgid "switch statement of size %lu entries too large" msgstr "" #: config/v850/v850-c.c:68 msgid "#pragma GHS endXXXX found without previous startXXX" msgstr "" #: config/v850/v850-c.c:70 msgid "#pragma GHS endXXX does not match previous startXXX" msgstr "" #: config/v850/v850-c.c:95 msgid "Cannot set interrupt attribute: no current function" msgstr "" #: config/v850/v850-c.c:103 msgid "Cannot set interrupt attribute: no such identifier" msgstr "" #: config/v850/v850-c.c:149 msgid "junk at end of #pragma ghs section" msgstr "" #: config/v850/v850-c.c:166 #, c-format msgid "unrecognised section name \"%s\"" msgstr "" #: config/v850/v850-c.c:181 msgid "malformed #pragma ghs section" msgstr "" #: config/v850/v850-c.c:201 msgid "junk at end of #pragma ghs interrupt" msgstr "" #: config/v850/v850-c.c:213 msgid "junk at end of #pragma ghs starttda" msgstr "" #: config/v850/v850-c.c:225 msgid "junk at end of #pragma ghs startsda" msgstr "" #: config/v850/v850-c.c:237 msgid "junk at end of #pragma ghs startzda" msgstr "" #: config/v850/v850-c.c:249 msgid "junk at end of #pragma ghs endtda" msgstr "" #: config/v850/v850-c.c:261 msgid "junk at end of #pragma ghs endsda" msgstr "" #: config/v850/v850-c.c:273 msgid "junk at end of #pragma ghs endzda" msgstr "" #: config/v850/v850.c:118 #, c-format msgid "%s=%s is not numeric." msgstr "" #: config/v850/v850.c:125 #, c-format msgid "%s=%s is too large." msgstr "" #: config/v850/v850.c:281 msgid "const_double_split got a bad insn:" msgstr "" #: config/v850/v850.c:773 msgid "output_move_single:" msgstr "" #: config/v850/v850.c:2077 msgid "a data area attribute cannot be specified for local variables" msgstr "" #: config/v850/v850.c:2088 #, c-format msgid "data area of '%s' conflicts with previous declaration" msgstr "" #: config/v850/v850.c:2291 #, c-format msgid "Bogus JR construction: %d\n" msgstr "" #: config/v850/v850.c:2312 config/v850/v850.c:2514 #, c-format msgid "Bad amount of stack space removal: %d" msgstr "" #: config/v850/v850.c:2490 #, c-format msgid "Bogus JARL construction: %d\n" msgstr "" #. Macro to define tables used to set the flags. #. This is a list in braces of pairs in braces, #. each pair being { "NAME", VALUE } #. where VALUE is the bits to set or minus the bits to clear. #. An empty string NAME is used to identify the default VALUE. #: config/v850/v850.h:119 msgid "Support Green Hills ABI" msgstr "" #: config/v850/v850.h:122 msgid "Prohibit PC relative function calls" msgstr "" #: config/v850/v850.h:125 msgid "Reuse r30 on a per function basis" msgstr "" #: config/v850/v850.h:128 msgid "Use stubs for function prologues" msgstr "" #: config/v850/v850.h:131 msgid "Same as: -mep -mprolog-function" msgstr "" #: config/v850/v850.h:132 msgid "Enable backend debugging" msgstr "" #: config/v850/v850.h:134 msgid "Compile for the v850 processor" msgstr "" #: config/v850/v850.h:137 msgid "Use 4 byte entries in switch tables" msgstr "" #. This macro is similar to `TARGET_SWITCHES' but defines names of #. command options that have values. Its definition is an #. initializer with a subgrouping for each command option. #. #. Each subgrouping contains a string constant, that defines the #. fixed part of the option name, and the address of a variable. The #. variable, type `char *', is set to the variable part of the given #. option if the fixed part matches. The actual option name is made #. by appending `-m' to the specified name. #. #. Here is an example which defines `-mshort-data-NUMBER'. If the #. given option is `-mshort-data-512', the variable `m88k_short_data' #. will be set to the string `"512"'. #. #. extern char *m88k_short_data; #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } } #: config/v850/v850.h:181 msgid "Set the max size of data eligible for the TDA area" msgstr "" #: config/v850/v850.h:184 msgid "Set the max size of data eligible for the SDA area" msgstr "" #: config/v850/v850.h:187 msgid "Set the max size of data eligible for the ZDA area" msgstr "" #: ada/misc.c:204 msgid "`-gnat' misspelled as `-gant'" msgstr "" #: ch/actions.c:118 #, c-format msgid "%d errors, %d sorries, do granting" msgstr "" #: ch/actions.c:135 msgid "GNU compiler does not support statically allocated objects" msgstr "" #: ch/actions.c:138 objc/objc-act.c:925 #, c-format msgid "`%s' cannot be statically allocated" msgstr "" #: ch/actions.c:300 #, c-format msgid "causing unhandled exception `%s' (this is flaged only once)" msgstr "" #: ch/actions.c:438 msgid "range failure (not inside function)" msgstr "" #: ch/actions.c:440 msgid "possible range failure (not inside function)" msgstr "" #: ch/actions.c:445 msgid "expression will always cause RANGEFAIL" msgstr "" #: ch/actions.c:492 msgid "right hand side of assignment is a mode" msgstr "" #: ch/actions.c:498 #, c-format msgid "incompatible modes in %s" msgstr "" #: ch/actions.c:523 #, c-format msgid "bad string length in %s" msgstr "" #: ch/actions.c:631 ch/actions.c:644 #, c-format msgid "mode mismatch in %s expression" msgstr "" #: ch/actions.c:638 #, c-format msgid "%s expression must be referable" msgstr "" #: ch/actions.c:667 #, c-format msgid "%s not allowed outside a PROC" msgstr "" #: ch/actions.c:673 #, c-format msgid "%s action in PROC with no declared RESULTS" msgstr "" #: ch/actions.c:704 msgid "RETURN not allowed outside PROC" msgstr "" #: ch/actions.c:717 msgid "RETURN with a value, in PROC returning void" msgstr "" #: ch/actions.c:726 msgid "RETURN with no value and no RESULT action in procedure" msgstr "" #: ch/actions.c:749 #, c-format msgid "no label named `%s'" msgstr "" #: ch/actions.c:751 #, c-format msgid "cannot GOTO label `%s' outside current function" msgstr "" #: ch/actions.c:773 #, c-format msgid "no EXITable label named `%s'" msgstr "" #: ch/actions.c:775 #, c-format msgid "cannot EXIT label `%s' outside current function" msgstr "" #: ch/actions.c:1018 msgid "case selector not compatible with label" msgstr "" #: ch/actions.c:1044 msgid "ELSE label not within a CASE statement" msgstr "" #: ch/actions.c:1048 msgid "multiple default labels found in a CASE statement" msgstr "" #: ch/actions.c:1049 msgid "this is the first ELSE label" msgstr "" #: ch/actions.c:1070 msgid "label found outside of CASE statement" msgstr "" #: ch/actions.c:1073 msgid "duplicate CASE value" msgstr "" #: ch/actions.c:1074 ch/actions.c:1127 msgid "this is the first entry for that value" msgstr "" #: ch/actions.c:1077 ch/actions.c:1130 msgid "CASE value out of range" msgstr "" #: ch/actions.c:1079 ch/actions.c:1132 msgid "empty range" msgstr "" #: ch/actions.c:1081 ch/actions.c:1134 msgid "label within scope of cleanup or variable array" msgstr "" #: ch/actions.c:1105 ch/actions.c:1302 msgid "mode in label is not discrete" msgstr "" #: ch/actions.c:1122 msgid "label not within a CASE statement" msgstr "" #: ch/actions.c:1282 msgid "Lower bound of range must be a discrete literal expression" msgstr "" #: ch/actions.c:1287 msgid "Upper bound of range must be a discrete literal expression" msgstr "" #: ch/actions.c:1311 msgid "The CASE label is not valid" msgstr "" #: ch/actions.c:1357 ch/expr.c:215 msgid "" "The number of CASE selectors does not match the number of CASE label lists" msgstr "" #: ch/actions.c:1442 #, c-format msgid "incomplete CASE - %s not handled" msgstr "" #: ch/actions.c:1461 msgid "CASE selector with variable range" msgstr "" #: ch/actions.c:1465 msgid "too many cases to do CASE completeness testing" msgstr "" #: ch/actions.c:1550 msgid "type of tuple cannot be implicit in multiple assignent" msgstr "" #: ch/actions.c:1552 msgid "conditional expression cannot be used in multiple assignent" msgstr "" #: ch/actions.c:1554 msgid "internal error - unknown type in multiple assignment" msgstr "" #: ch/actions.c:1558 msgid "no operator allowed in multiple assignment," msgstr "" #: ch/actions.c:1568 msgid "location modes in multiple assignment are not equivalent" msgstr "" #: ch/actions.c:1606 msgid "You may not assign a value to a BUFFER or EVENT location" msgstr "" #: ch/actions.c:1614 msgid "can't assign value to READonly location" msgstr "" #: ch/actions.c:1619 msgid "cannot assign to location with non-value property" msgstr "" #: ch/actions.c:1639 msgid "lefthand side of assignment is not a location" msgstr "" #: ch/actions.c:1715 ch/actions.c:1785 msgid "bitstring slice" msgstr "" #: ch/actions.c:1810 msgid "LENGTH on left-hand-side is non-portable" msgstr "" #: ch/actions.c:1814 msgid "Can only set LENGTH of array location" msgstr "" #: ch/convert.c:63 msgid "internal error: trying to make loc-identity with non-location" msgstr "" #: ch/convert.c:117 msgid "cannot convert to a boolean mode" msgstr "" #: ch/convert.c:152 msgid "cannot convert to a char mode" msgstr "" #: ch/convert.c:248 msgid "powerset tuple element out of range" msgstr "" #: ch/convert.c:284 ch/convert.c:312 #, c-format msgid "incompatible member of powerset tuple (at position #%d)" msgstr "" #: ch/convert.c:394 #, c-format msgid "no initializer value for fixed field `%s'" msgstr "" #: ch/convert.c:436 #, c-format msgid "non-constant value for tag field `%s'" msgstr "" #: ch/convert.c:488 #, c-format msgid "field `%s' in wrong variant" msgstr "" #: ch/convert.c:495 #, c-format msgid "missing variant fields (at least `%s')" msgstr "" #: ch/convert.c:518 #, c-format msgid "bad initializer for field `%s'" msgstr "" #: ch/convert.c:525 #, c-format msgid "no initializer value for variant field `%s'" msgstr "" #: ch/convert.c:531 msgid "no selected variant" msgstr "" #: ch/convert.c:546 ch/convert.c:912 msgid "mixture of labelled and unlabelled tuple elements" msgstr "" #: ch/convert.c:557 msgid "probably not a structure tuple" msgstr "" #: ch/convert.c:559 #, c-format msgid "excess initializer for field `%s'" msgstr "" #: ch/convert.c:566 msgid "excess unnamed initializers" msgstr "" #: ch/convert.c:693 msgid "non-constant start index for tuple" msgstr "" #: ch/convert.c:736 msgid "invalid array tuple label" msgstr "" #: ch/convert.c:750 msgid "non-constant array tuple index range" msgstr "" #: ch/convert.c:759 #, c-format msgid "incompatible array tuple element %s" msgstr "" #: ch/convert.c:775 msgid "multiple (*) or (ELSE) array tuple labels" msgstr "" #: ch/convert.c:784 msgid "empty range in array tuple" msgstr "" #: ch/convert.c:801 #, c-format msgid "array tuple has duplicate index %s" msgstr "" #: ch/convert.c:809 msgid "array tuple index out of range" msgstr "" #: ch/convert.c:811 msgid "too many array tuple values" msgstr "" #: ch/convert.c:883 msgid "dynamic array tuple without (*) or (ELSE)" msgstr "" #: ch/convert.c:885 #, c-format msgid "missing array tuple element %s" msgstr "" #: ch/convert.c:892 #, c-format msgid "missing array tuple elements %s : %s" msgstr "" #: ch/convert.c:1086 msgid "initializer is not an array or string mode" msgstr "" #: ch/convert.c:1096 msgid "destination is too small" msgstr "" #: ch/convert.c:1152 msgid "internal error: unknown type of expression" msgstr "" #: ch/decl.c:1033 #, c-format msgid "`%s' must not be declared readonly" msgstr "" #: ch/decl.c:1037 msgid "declaration of readonly variable without initialization" msgstr "" #: ch/decl.c:1059 #, c-format msgid "no initialisation allowed for `%s'" msgstr "" #: ch/decl.c:1067 #, c-format msgid "value for loc-identity `%s' is not a location" msgstr "" #: ch/decl.c:1074 #, c-format msgid "location for `%s' not read-compatible" msgstr "" #: ch/decl.c:1101 #, c-format msgid "nonconstant initializer for `%s'" msgstr "" #: ch/decl.c:1132 msgid "do_decl: internal error: don't know what to initialize" msgstr "" #: ch/decl.c:1189 msgid "RECURSIVE PROCs" msgstr "" #: ch/decl.c:1445 #, c-format msgid "`%s' must not be READonly" msgstr "" #: ch/decl.c:1471 msgid "POS may not be specified for a list of field declarations" msgstr "" #: ch/decl.c:1525 msgid "(ELSE) case label as well as ELSE variant" msgstr "" #: ch/decl.c:1610 ch/decl.c:1613 msgid "inconsistent modes between labels and tag field" msgstr "" #: ch/decl.c:1618 msgid "too few tag labels" msgstr "" #: ch/decl.c:1620 msgid "too many tag labels" msgstr "" #: ch/decl.c:1658 msgid "case label lower limit is not a discrete constant expression" msgstr "" #: ch/decl.c:1660 msgid "case label upper limit is not a discrete constant expression" msgstr "" #: ch/decl.c:1670 msgid "case label must be a discrete constant expression" msgstr "" #: ch/decl.c:1697 msgid "variant label declared here..." msgstr "" #: ch/decl.c:1699 msgid "...is duplicated here" msgstr "" #: ch/decl.c:1729 #, c-format msgid "no field (yet) for tag %s" msgstr "" #: ch/decl.c:1824 msgid "non-value mode may only returned by LOC" msgstr "" #: ch/decl.c:1847 #, c-format msgid "mode of `%s' is not a mode" msgstr "" #: ch/decl.c:1853 #, c-format msgid "`%s' may only be passed by LOC" msgstr "" #: ch/decl.c:2281 #, c-format msgid "Nothing named `%s' to grant." msgstr "" #: ch/decl.c:2321 #, c-format msgid "duplicate grant for `%s'" msgstr "" #: ch/decl.c:2322 #, c-format msgid "previous grant for `%s'" msgstr "" #: ch/decl.c:2409 #, c-format msgid "duplicate definition `%s'" msgstr "" #: ch/decl.c:2410 #, c-format msgid "previous definition of `%s'" msgstr "" #: ch/decl.c:3248 ch/decl.c:3258 #, c-format msgid "ambiguous choice for seize `%s' -" msgstr "" #: ch/decl.c:3249 ch/decl.c:3259 #, c-format msgid " - can seize this `%s' -" msgstr "" #: ch/decl.c:3250 ch/decl.c:3261 #, c-format msgid " - or this granted decl `%s'" msgstr "" #: ch/decl.c:4430 #, c-format msgid "enumerator value for `%s' is less then 0" msgstr "" #: ch/decl.c:4512 #, c-format msgid "enumerators `%s' and `%s' have equal values" msgstr "" #: ch/decl.c:4618 msgid "undefined value in SET mode is obsolete and deprecated." msgstr "" #: ch/decl.c:4794 msgid "BASE variable never declared" msgstr "" #: ch/decl.c:4796 msgid "cannot BASE a variable on a PROC/PROCESS name" msgstr "" #: ch/decl.c:4848 msgid "INTERNAL ERROR: handle_one_level is broken" msgstr "" #: ch/expr.c:126 #, c-format msgid "tuple without specified mode not allowed in %s" msgstr "" #: ch/expr.c:128 #, c-format msgid "conditional expression not allowed in %s" msgstr "" #: ch/expr.c:130 #, c-format msgid "internal error: unknown expression mode in %s" msgstr "" #: ch/expr.c:147 msgid "CASE selector is not a discrete expression" msgstr "" #: ch/expr.c:594 msgid "powerset is not addressable" msgstr "" #: ch/expr.c:639 msgid "array is not addressable" msgstr "" #: ch/expr.c:687 #, c-format msgid "Too few arguments in call to `%s'" msgstr "" #: ch/expr.c:689 #, c-format msgid "Too many arguments in call to `%s'" msgstr "" #: ch/expr.c:758 msgid "cannot dereference, not a pointer." msgstr "" #: ch/expr.c:768 #, c-format msgid "missing '.' operator or undefined mode name `%s'." msgstr "" #: ch/expr.c:771 msgid "You have forgotten the '.' operator which must" msgstr "" #: ch/expr.c:772 #, c-format msgid " precede a STRUCT field reference, or `%s' is an undefined mode" msgstr "" #: ch/expr.c:786 msgid "Can't dereference PTR value using unary `->'." msgstr "" #: ch/expr.c:831 msgid "invalid type argument of `->'" msgstr "" #: ch/expr.c:856 ch/expr.c:969 msgid "operand of '.' is not a STRUCT" msgstr "" #: ch/expr.c:909 #, c-format msgid "No field named `%s'" msgstr "" #: ch/expr.c:1217 msgid "ABS argument must be discrete or real mode" msgstr "" #: ch/expr.c:1250 #, c-format msgid "argument %d to ABSTIME must be of integer type." msgstr "" #: ch/expr.c:1288 ch/expr.c:1329 msgid "parameter 1 must be referable." msgstr "" #: ch/expr.c:1294 ch/expr.c:1335 ch/expr.c:1372 msgid "mode mismatch in parameter 1." msgstr "" #: ch/expr.c:1301 ch/expr.c:1342 msgid "parameter 2 must be a positive integer." msgstr "" #: ch/expr.c:1436 msgid "CARD argument must be powerset mode" msgstr "" #: ch/expr.c:1487 msgid "expression for DESCR-builtin must be referable." msgstr "" #: ch/expr.c:1535 #, c-format msgid "argument to `%s' must be of integer type." msgstr "" #: ch/expr.c:1568 #, c-format msgid "argument 1 to `%s' must be of floating point mode" msgstr "" #: ch/expr.c:1602 #, c-format msgid "First argument to `%s' must be a mode" msgstr "" #: ch/expr.c:1609 #, c-format msgid "READonly modes for %s must have a value" msgstr "" #: ch/expr.c:1692 msgid "argument to TERMINATE must be a reference primitive value" msgstr "" #: ch/expr.c:1741 msgid "argument 1 to INTTIME must be of mode TIME." msgstr "" #: ch/expr.c:1782 #, c-format msgid "%s." msgstr "" #: ch/expr.c:1888 msgid "" "LENGTH argument must be string, buffer, event mode, text location or mode" msgstr "" #: ch/expr.c:1917 msgid "UPPER argument must have a mode, or be a mode" msgstr "" #: ch/expr.c:1919 msgid "LOWER argument must have a mode, or be a mode" msgstr "" #: ch/expr.c:1953 msgid "UPPER argument must be string, array, mode or integer" msgstr "" #: ch/expr.c:1955 msgid "LOWER argument must be string, array, mode or integer" msgstr "" #: ch/expr.c:1991 #, c-format msgid "%s argument must be POWERSET mode" msgstr "" #: ch/expr.c:2017 #, c-format msgid "%s called for empty POWERSET" msgstr "" #: ch/expr.c:2098 msgid "argument to NUM is not discrete" msgstr "" #: ch/expr.c:2110 msgid "No integer mode which matches expression's mode" msgstr "" #: ch/expr.c:2119 msgid "NUM's parameter is below its mode range" msgstr "" #: ch/expr.c:2122 msgid "NUM's parameter is above its mode range" msgstr "" #: ch/expr.c:2161 msgid "Cannot take SUCC or PRED of a numbered SET" msgstr "" #: ch/expr.c:2169 msgid "SUCC or PRED must not be done on a PTR." msgstr "" #: ch/expr.c:2172 msgid "SUCC or PRED for a reference type is not standard." msgstr "" #: ch/expr.c:2182 msgid "SUCC or PRED argument must be a discrete mode" msgstr "" #: ch/expr.c:2203 #, c-format msgid "Taking the %s of a value already at its %s value" msgstr "" #: ch/expr.c:2254 msgid "size applied to a function mode" msgstr "" #: ch/expr.c:2260 msgid "sizeof applied to a void mode" msgstr "" #: ch/expr.c:2265 msgid "sizeof applied to an incomplete mode" msgstr "" #: ch/expr.c:2360 msgid "cannot call a PROCESS, you START a PROCESS" msgstr "" #: ch/expr.c:2422 #, c-format msgid "invalid %s" msgstr "" #: ch/expr.c:2437 #, c-format msgid "%s parameter %d must be a location" msgstr "" #: ch/expr.c:2445 #, c-format msgid "%s parameter %d is READ-only" msgstr "" #: ch/expr.c:2488 #, c-format msgid "LOC actual parameter %d is a non-referable location" msgstr "" #: ch/expr.c:2494 #, c-format msgid "mode mismatch in parameter %d" msgstr "" #: ch/expr.c:2518 #, c-format msgid "too many arguments to procedure `%s'" msgstr "" #: ch/expr.c:2521 msgid "too many arguments to procedure" msgstr "" #: ch/expr.c:2527 #, c-format msgid "too few arguments to procedure `%s'" msgstr "" #: ch/expr.c:2530 msgid "too few arguments to procedure" msgstr "" #: ch/expr.c:2596 msgid "syntax error (integer used as function)" msgstr "" #: ch/expr.c:2616 msgid "syntax error - missing operator, comma, or '('?" msgstr "" #: ch/expr.c:2977 #, c-format msgid "unimplemented builtin function `%s'" msgstr "" #: ch/expr.c:2981 #, c-format msgid "internal error - bad builtin function `%s'" msgstr "" #: ch/expr.c:2995 msgid "empty expression in string index" msgstr "" #: ch/expr.c:3000 msgid "only one expression allowed in string index" msgstr "" #: ch/expr.c:3017 msgid "invalid: primval ( untyped_exprlist )" msgstr "" #: ch/expr.c:3081 ch/expr.c:3095 msgid "operand is variable-size bitstring/power-set" msgstr "" #: ch/expr.c:3245 #, c-format msgid "tree code `%s' unhandled in build_compare_set_expr" msgstr "" #: ch/expr.c:3410 msgid "incompatible modes in concat expression" msgstr "" #: ch/expr.c:3459 msgid "Invalid operation on array of chars" msgstr "" #: ch/expr.c:3504 msgid "comparison of variant structures is unsafe" msgstr "" #: ch/expr.c:3511 msgid "compare with variant records" msgstr "" #: ch/expr.c:3688 ch/expr.c:3924 #, c-format msgid "incompatible operands to %s" msgstr "" #: ch/expr.c:3740 msgid "relational operator not allowed for this mode" msgstr "" #: ch/expr.c:3794 #, c-format msgid "Cannot use %s operator on PROC mode variable" msgstr "" #: ch/expr.c:3800 #, c-format msgid "invalid left operand of %s" msgstr "" #: ch/expr.c:3805 ch/expr.c:4357 #, c-format msgid "invalid right operand of %s" msgstr "" #: ch/expr.c:3819 msgid "repetition expression must be constant" msgstr "" #: ch/expr.c:3829 msgid "left argument to MOD/REM operator must be integral" msgstr "" #: ch/expr.c:3834 msgid "right argument to MOD/REM operator must be integral" msgstr "" #: ch/expr.c:3891 msgid "right operand of IN is not a powerset" msgstr "" #: ch/expr.c:3896 msgid "left operand of IN incompatible with right operand" msgstr "" #: ch/expr.c:3987 msgid "-> operator not allow in constant expression" msgstr "" #: ch/expr.c:4000 msgid "taking the address of a string literal is non-standard" msgstr "" #: ch/expr.c:4002 msgid "taking the address of a function is non-standard" msgstr "" #: ch/expr.c:4005 msgid "ADDR requires a LOCATION argument" msgstr "" #: ch/expr.c:4035 msgid "-> expression is not addressable" msgstr "" #: ch/expr.c:4062 msgid "ADDR parameter must be a LOCATION" msgstr "" #: ch/expr.c:4071 msgid "possible internal error in build_chill_arrow_expr" msgstr "" #: ch/expr.c:4076 #, c-format msgid "%s is not addressable" msgstr "" #: ch/expr.c:4175 msgid "repetition count is not an integer constant" msgstr "" #: ch/expr.c:4183 msgid "repetition count < 0" msgstr "" #: ch/expr.c:4188 msgid "repetition value not constant" msgstr "" #: ch/expr.c:4200 msgid "bitstring repetition of non-constant boolean" msgstr "" #: ch/expr.c:4223 msgid "string repetition operand is non-constant bitstring" msgstr "" #: ch/expr.c:4283 msgid "non-char, non-bit string repetition" msgstr "" #: ch/expr.c:4311 #, c-format msgid "invalid operand of %s" msgstr "" #: ch/expr.c:4322 #, c-format msgid "right operand of %s is not array of boolean" msgstr "" #: ch/expr.c:4335 #, c-format msgid "%s operator applied to boolean variable" msgstr "" #: ch/expr.c:4406 msgid "non-boolean mode in conditional expression" msgstr "" #: ch/grant.c:1978 msgid "decode_constant: invalid component_ref" msgstr "" #: ch/grant.c:1986 msgid "decode_constant: mode and value mismatch" msgstr "" #: ch/grant.c:1989 msgid "decode_constant: cannot decode this mode" msgstr "" #: ch/grant.c:2214 msgid "decode_constant_selective: mode and value mismatch" msgstr "" #: ch/grant.c:2217 msgid "decode_constant_selective: cannot decode this mode" msgstr "" #: ch/grant.c:2677 #, c-format msgid "can't write to %s" msgstr "" #: ch/grant.c:2764 msgid "FORBID is not yet implemented" msgstr "" #. this nerver should happen #: ch/grant.c:2825 #, c-format msgid "function \"really_grant_this\" called for `%s'." msgstr "" #: ch/inout.c:1645 msgid "non-integral text length" msgstr "" #: ch/inout.c:1650 msgid "non-constant text length" msgstr "" #: ch/inout.c:1655 msgid "text length must be greater then 0" msgstr "" #: ch/inout.c:1755 #, c-format msgid "argument %d of %s must be of mode ASSOCIATION" msgstr "" #: ch/inout.c:1760 ch/inout.c:2146 ch/inout.c:2516 ch/inout.c:2751 #, c-format msgid "argument %d of %s must be a location" msgstr "" #: ch/inout.c:1795 msgid "argument 2 of ASSOCIATE must not be an empty string" msgstr "" #: ch/inout.c:1811 msgid "argument 2 to ASSOCIATE must be a string" msgstr "" #: ch/inout.c:1850 msgid "argument 3 to ASSOCIATE must be a string" msgstr "" #: ch/inout.c:2031 msgid "Too many arguments in call to MODIFY" msgstr "" #: ch/inout.c:2044 msgid "argument 2 of MODIFY must not be an empty string" msgstr "" #: ch/inout.c:2060 msgid "argument 2 to MODIFY must be a string" msgstr "" #: ch/inout.c:2094 msgid "argument 3 to MODIFY must be a string" msgstr "" #: ch/inout.c:2141 #, c-format msgid "argument %d of %s must be an ACCESS or TEXT mode" msgstr "" #: ch/inout.c:2355 msgid "argument 4 of CONNECT must be of mode WHERE" msgstr "" #: ch/inout.c:2371 msgid "index expression for ACCESS without index" msgstr "" #: ch/inout.c:2376 ch/inout.c:2554 ch/inout.c:2636 ch/inout.c:4356 #: ch/inout.c:4504 msgid "incompatible index mode" msgstr "" #: ch/inout.c:2476 msgid "argument 3 to CONNECT must be of mode USAGE" msgstr "" #: ch/inout.c:2511 #, c-format msgid "argument %d of %s must be of mode ACCESS" msgstr "" #: ch/inout.c:2545 msgid "Too few arguments in call to `readrecord'" msgstr "" #: ch/inout.c:2569 ch/inout.c:2648 msgid "incompatible record mode" msgstr "" #: ch/inout.c:2574 msgid "store location must not be READonly" msgstr "" #: ch/inout.c:2616 msgid "Too few arguments in call to `writerecord'" msgstr "" #: ch/inout.c:2643 msgid "transfer to ACCESS without record mode" msgstr "" #: ch/inout.c:2746 #, c-format msgid "argument %d of %s must be of mode TEXT" msgstr "" #: ch/inout.c:2803 msgid "TEXT doesn't have a location" msgstr "" #: ch/inout.c:2905 msgid "incompatible index mode for SETETEXTACCESS" msgstr "" #: ch/inout.c:2915 msgid "incompatible record mode for SETTEXTACCESS" msgstr "" #: ch/inout.c:2945 msgid "parameter 2 must be a location" msgstr "" #: ch/inout.c:2955 msgid "incompatible modes in parameter 2" msgstr "" #: ch/inout.c:3062 msgid "conditional expression not allowed in this context" msgstr "" #: ch/inout.c:3064 #, c-format msgid "untyped expression as argument %d" msgstr "" #: ch/inout.c:3141 ch/inout.c:3187 #, c-format msgid "Cannot process %d bits integer for READTEXT argument %d." msgstr "" #: ch/inout.c:3262 #, c-format msgid "Cannot process %d bits integer WRITETEXT argument %d." msgstr "" #: ch/inout.c:3283 ch/inout.c:3338 ch/inout.c:3417 ch/inout.c:3483 #: ch/inout.c:3534 ch/inout.c:3619 ch/inout.c:3654 #, c-format msgid "argument %d is READonly" msgstr "" #: ch/inout.c:3290 ch/inout.c:3345 ch/inout.c:3424 ch/inout.c:3491 #: ch/inout.c:3542 ch/inout.c:3627 ch/inout.c:3659 #, c-format msgid "argument %d must be referable" msgstr "" #: ch/inout.c:3578 #, c-format msgid "cannot process argument %d of WRITETEXT, unknown size" msgstr "" #. datatype is not yet implemented, issue a warning #: ch/inout.c:3725 #, c-format msgid "cannot process mode of argument %d for %sTEXT." msgstr "" #: ch/inout.c:3868 msgid "too few arguments for this format string" msgstr "" #: ch/inout.c:3893 ch/inout.c:3902 #, c-format msgid "type of argument %d invalid for conversion code at offset %d" msgstr "" #: ch/inout.c:4012 msgid "unmatched open paren" msgstr "" #: ch/inout.c:4026 ch/inout.c:4221 #, c-format msgid "bad format specification character (offset %d)" msgstr "" #: ch/inout.c:4039 #, c-format msgid "repetition factor overflow (offset %d)" msgstr "" #: ch/inout.c:4057 ch/inout.c:4064 ch/inout.c:4071 #, c-format msgid "duplicate qualifier (offset %d)" msgstr "" #: ch/inout.c:4093 #, c-format msgid "clause width overflow (offset %d)" msgstr "" #: ch/inout.c:4106 #, c-format msgid "no fraction (offset %d)" msgstr "" #: ch/inout.c:4124 #, c-format msgid "no fraction width (offset %d)" msgstr "" #: ch/inout.c:4131 #, c-format msgid "fraction width overflow (offset %d)" msgstr "" #: ch/inout.c:4142 #, c-format msgid "no exponent (offset %d)" msgstr "" #: ch/inout.c:4160 #, c-format msgid "no exponent width (offset %d)" msgstr "" #: ch/inout.c:4167 #, c-format msgid "exponent width overflow (offset %d)" msgstr "" #: ch/inout.c:4208 msgid "internal error in check_format_string" msgstr "" #: ch/inout.c:4224 #, c-format msgid "no padding character (offset %d)" msgstr "" #. too may arguments for format string #: ch/inout.c:4256 msgid "too many arguments for this format string" msgstr "" #: ch/inout.c:4354 ch/inout.c:4502 msgid "missing index expression" msgstr "" #: ch/inout.c:4361 msgid "Too few arguments in call to `writetext'" msgstr "" #: ch/inout.c:4374 msgid "argument 1 for WRITETEXT must be a TEXT or CHARS(n) VARYING location" msgstr "" #: ch/inout.c:4397 msgid "`format string' for WRITETEXT must be a CHARACTER string" msgstr "" #: ch/inout.c:4509 msgid "Too few arguments in call to `readtext'" msgstr "" #: ch/inout.c:4522 msgid "" "argument 1 for READTEXT must be a TEXT location or CHARS(n) [ VARYING ] " "expression" msgstr "" #: ch/inout.c:4543 msgid "`format string' for READTEXT must be a CHARACTER string" msgstr "" #: ch/lang.c:105 msgid "non-constant expression" msgstr "" #: ch/lang.c:191 msgid "Ignoring case upon input and" msgstr "" #: ch/lang.c:192 msgid "making special words uppercase wouldn't work." msgstr "" #: ch/lang.c:203 msgid "Making special words uppercase and" msgstr "" #: ch/lang.c:204 msgid " ignoring case upon input wouldn't work." msgstr "" #: ch/lang.c:277 java/typeck.c:178 msgid "internal error - use of undefined type" msgstr "" #: ch/lex.c:502 msgid "invalid C'xx' " msgstr "" #: ch/lex.c:607 java/jcf-parse.c:610 java/jcf-write.c:3338 #, c-format msgid "can't close %s" msgstr "" #: ch/lex.c:711 msgid "malformed exponent part of floating-point literal" msgstr "" #: ch/lex.c:728 msgid "real number exceeds range of REAL" msgstr "" #: ch/lex.c:747 ch/lex.c:774 msgid "end-of-file in '<>' directive" msgstr "" #: ch/lex.c:780 msgid "unrecognized compiler directive" msgstr "" #: ch/lex.c:788 ch/lex.c:834 #, c-format msgid "unrecognized compiler directive `%s'" msgstr "" #: ch/lex.c:995 msgid "unterminated control sequence" msgstr "" #: ch/lex.c:1010 ch/lex.c:1046 msgid "invalid integer literal in control sequence" msgstr "" #: ch/lex.c:1021 ch/lex.c:1029 msgid "control sequence overflow" msgstr "" #: ch/lex.c:1023 ch/lex.c:1031 msgid "invalid control sequence" msgstr "" #: ch/lex.c:1111 msgid "invalid base in read control sequence" msgstr "" #: ch/lex.c:1118 msgid "invalid digit in control sequence" msgstr "" #: ch/lex.c:1145 msgid "unterminated string literal" msgstr "" #: ch/lex.c:1248 ch/lex.c:1334 #, c-format msgid "invalid number format `%s'" msgstr "" #: ch/lex.c:1266 msgid "integer literal too big" msgstr "" #: ch/lex.c:1395 #, c-format msgid "can't find %s" msgstr "" #: ch/lex.c:1421 msgid "USE_SEIZE_FILE directive must be followed by string" msgstr "" #: ch/lex.c:1693 f/lex.c:1202 msgid "invalid #ident" msgstr "" #: ch/lex.c:1711 f/lex.c:1219 msgid "undefined or invalid # directive" msgstr "" #: ch/lex.c:1765 ch/lex.c:1774 f/lex.c:1275 msgid "invalid #line" msgstr "" #: ch/lex.c:1843 f/lex.c:848 msgid "#-lines for entering and leaving files don't match" msgstr "" #: ch/lex.c:1868 f/lex.c:1385 msgid "invalid #-line" msgstr "" #: ch/lex.c:1998 msgid "missing `=' in compiler directive" msgstr "" #: ch/lex.c:2040 ch/lex.c:2050 ch/lex.c:2091 msgid "invalid value follows `=' in compiler directive" msgstr "" #: ch/lex.c:2061 #, c-format msgid "invalid `%c' character in name" msgstr "" #: ch/lex.c:2074 #, c-format msgid "`%s' not integer constant synonym " msgstr "" #: ch/lex.c:2097 msgid "value out of range in compiler directive" msgstr "" #: ch/lex.c:2214 java/jcf-parse.c:606 #, c-format msgid "can't reopen %s" msgstr "" #: ch/lex.c:2225 msgid "no modules seen" msgstr "" #: ch/loop.c:480 msgid "modeless tuple not allowed in this context" msgstr "" #: ch/loop.c:482 msgid "IN expression does not have a mode" msgstr "" #: ch/loop.c:489 msgid "location enumeration for BOOLS" msgstr "" #: ch/loop.c:517 msgid "location enumeration for bit-packed arrays" msgstr "" #: ch/loop.c:526 ch/nloop.c:481 msgid "Loop's IN expression is not a composite object" msgstr "" #: ch/loop.c:541 ch/nloop.c:498 msgid "start expr must have discrete mode" msgstr "" #: ch/loop.c:547 ch/nloop.c:504 msgid "DO FOR start expression is a numbered SET" msgstr "" #: ch/loop.c:555 ch/nloop.c:510 msgid "TO expression is a numbered SET" msgstr "" #: ch/loop.c:560 ch/nloop.c:525 msgid "TO expr must have discrete mode" msgstr "" #: ch/loop.c:565 ch/nloop.c:531 msgid "start expr and TO expr must be compatible" msgstr "" #: ch/loop.c:574 ch/nloop.c:546 msgid "BY expr must have discrete mode" msgstr "" #: ch/loop.c:579 ch/nloop.c:552 msgid "start expr and BY expr must be compatible" msgstr "" #: ch/loop.c:595 ch/nloop.c:765 msgid "loop identifier undeclared" msgstr "" #: ch/loop.c:606 msgid "loop variable incompatible with start expression" msgstr "" #: ch/loop.c:633 ch/nloop.c:564 msgid "body of DO FOR will never execute" msgstr "" #: ch/loop.c:648 ch/nloop.c:585 msgid "BY expression is negative or zero" msgstr "" #: ch/loop.c:847 ch/nloop.c:817 ch/nloop.c:867 msgid "Can't iterate through array of BOOL" msgstr "" #: ch/parse.c:159 #, c-format msgid "there was no start label to match the end label '%s'" msgstr "" #: ch/parse.c:162 #, c-format msgid "start label '%s' does not match end label '%s'" msgstr "" #: ch/parse.c:192 #, c-format msgid "`%s' not declared" msgstr "" #: ch/parse.c:226 msgid "No RETURN or RESULT in procedure" msgstr "" #: ch/parse.c:245 msgid "PREFIXED clause with no prelix in unlabeled module" msgstr "" #: ch/parse.c:336 #, c-format msgid "internal parser error - expected token %d" msgstr "" #: ch/parse.c:529 #, c-format msgid "'%s!' is not followed by an identifier" msgstr "" #: ch/parse.c:545 msgid "expected a name here" msgstr "" #: ch/parse.c:560 msgid "expected a name string here" msgstr "" #: ch/parse.c:591 #, c-format msgid "`%s' undeclared" msgstr "" #: ch/parse.c:669 msgid "action not allowed in SPEC MODULE" msgstr "" #: ch/parse.c:691 msgid "missing defining occurrence" msgstr "" #: ch/parse.c:702 msgid "bad defining occurrence following ','" msgstr "" #: ch/parse.c:802 msgid "missing '(' in exception list" msgstr "" #: ch/parse.c:827 msgid "ON exception names must be unique" msgstr "" #: ch/parse.c:837 msgid "syntax error in exception list" msgstr "" #: ch/parse.c:873 msgid "empty ON-condition" msgstr "" #: ch/parse.c:938 msgid "INIT not allowed at loc-identity declaration" msgstr "" #: ch/parse.c:948 msgid "'=' used where ':=' is required" msgstr "" #: ch/parse.c:956 msgid "initialization is not allowed in spec module" msgstr "" #: ch/parse.c:964 msgid "loc-identity declaration without initialisation" msgstr "" #: ch/parse.c:1008 msgid "bad syntax following FORBID" msgstr "" #: ch/parse.c:1023 msgid "expected a postfix name here" msgstr "" #: ch/parse.c:1068 msgid "expected another rename clause" msgstr "" #: ch/parse.c:1128 msgid "syntax error in parameter name list" msgstr "" #: ch/parse.c:1221 msgid "NONREF specific without LOC in result attribute" msgstr "" #: ch/parse.c:1223 msgid "DYNAMIC specific without LOC in result attribute" msgstr "" #: ch/parse.c:1245 msgid "exception names must be unique" msgstr "" #: ch/parse.c:1441 msgid "must specify a PROCESS name" msgstr "" #: ch/parse.c:1448 msgid "SIGNAL must be in global reach" msgstr "" #: ch/parse.c:1479 msgid "syntax error while parsing signal definition statement" msgstr "" #: ch/parse.c:1593 msgid "case range list" msgstr "" #: ch/parse.c:1660 msgid "misplaced colon in case label" msgstr "" #: ch/parse.c:1707 msgid "unrecognized case label list after ','" msgstr "" #: ch/parse.c:1971 ch/parse.c:1997 msgid "bad ASM operand" msgstr "" #: ch/parse.c:2067 msgid "readonly location modified by 'asm'" msgstr "" #: ch/parse.c:2198 msgid "expected 'TO' in step enumeration" msgstr "" #: ch/parse.c:2213 msgid "expected 'IN' in FOR control here" msgstr "" #: ch/parse.c:2314 msgid "missing DELAY CASE alternative" msgstr "" #. This is probably not possible #: ch/parse.c:2348 msgid "non-referable location in DO WITH" msgstr "" #: ch/parse.c:2360 msgid "WITH element must be of STRUCT mode" msgstr "" #: ch/parse.c:2467 msgid "missing ')' in signal/buffer receive alternative" msgstr "" #: ch/parse.c:2481 msgid "misplaced 'IN' in signal/buffer receive alternative" msgstr "" #: ch/parse.c:2529 msgid "missing RECEIVE alternative" msgstr "" #: ch/parse.c:2655 msgid "PROCESS copy number must be integer" msgstr "" #: ch/parse.c:2882 msgid "missing parenthesis for procedure call" msgstr "" #: ch/parse.c:2884 msgid "expression is not an action" msgstr "" #: ch/parse.c:2918 msgid "syntax error in action" msgstr "" #: ch/parse.c:2945 msgid "no handler is permitted on this action." msgstr "" #: ch/parse.c:2966 msgid "definition follows action" msgstr "" #: ch/parse.c:3042 msgid "bad tuple field name list" msgstr "" #: ch/parse.c:3088 msgid "invalid syntax for label in tuple" msgstr "" #: ch/parse.c:3133 msgid "bad syntax in tuple" msgstr "" #: ch/parse.c:3160 msgid "non-mode name before tuple" msgstr "" #: ch/parse.c:3205 msgid "invalid expression/location syntax" msgstr "" #: ch/parse.c:3262 msgid "RECEIVE expression" msgstr "" #: ch/parse.c:3457 msgid "there should not be a ';' here" msgstr "" #: ch/parse.c:3496 msgid "missing ELSE/ELSIF in IF expression" msgstr "" #: ch/parse.c:3547 msgid "conditional expression not allowed inside parentheses" msgstr "" #: ch/parse.c:3551 msgid "mode-less tuple not allowed inside parentheses" msgstr "" #. Z.200 doesn't allow mixed numbered and unnumbered set elements, #. but we can do it. Print a warning #: ch/parse.c:3664 msgid "mixed numbered and unnumbered set elements is not standard" msgstr "" #: ch/parse.c:3667 msgid "SET mode must define at least one named value" msgstr "" #: ch/parse.c:3766 msgid "POS not allowed for ARRAY" msgstr "" #: ch/parse.c:3776 msgid "STEP not allowed in field definition" msgstr "" #: ch/parse.c:3792 msgid "missing field name" msgstr "" #: ch/parse.c:3801 msgid "bad field name following ','" msgstr "" #: ch/parse.c:3861 msgid "expected ':' in structure variant alternative" msgstr "" #: ch/parse.c:3912 msgid "missing field" msgstr "" #: ch/parse.c:4060 msgid "VARYING bit-strings not implemented" msgstr "" #: ch/parse.c:4121 msgid "strings must be composed of chars" msgstr "" #: ch/parse.c:4171 msgid "BUFFER modes may not be readonly" msgstr "" #: ch/parse.c:4178 msgid "EVENT modes may not be readonly" msgstr "" #: ch/parse.c:4198 msgid "SIGNAL is not a valid mode" msgstr "" #: ch/parse.c:4235 msgid "syntax error - missing mode" msgstr "" #: ch/parse.c:4282 msgid "syntax error - expected a module or end of file" msgstr "" #: ch/parse.c:4329 cp/lex.c:925 msgid "YYDEBUG not defined." msgstr "" #: ch/satisfy.c:58 #, c-format msgid " `%s', which depends on ..." msgstr "" #: ch/satisfy.c:90 #, c-format msgid "Cycle: `%s' depends on ..." msgstr "" #: ch/satisfy.c:92 #, c-format msgid " `%s'" msgstr "" #: ch/satisfy.c:151 msgid "SYN of this mode not allowed" msgstr "" #: ch/satisfy.c:156 msgid "mode of SYN incompatible with value" msgstr "" #: ch/satisfy.c:167 msgid "SYN value outside range of its mode" msgstr "" #: ch/satisfy.c:176 msgid "INIT string too large for mode" msgstr "" #: ch/satisfy.c:195 #, c-format msgid "value of %s is not a valid constant" msgstr "" #: ch/satisfy.c:226 msgid "mode with non-value property in signal definition" msgstr "" #: ch/satisfy.c:403 #, c-format msgid "undeclared identifier `%s'" msgstr "" #: ch/satisfy.c:456 msgid "RETURNS spec with invalid mode" msgstr "" #: ch/satisfy.c:520 msgid "operand to REF is not a mode" msgstr "" #: ch/satisfy.c:554 msgid "field with non-value mode in variant structure not allowed" msgstr "" #: ch/satisfy.c:593 msgid "buffer element mode must not have non-value property" msgstr "" #: ch/satisfy.c:602 msgid "recordmode must not have the non-value property" msgstr "" #: ch/tasking.c:170 ch/tasking.c:218 #, c-format msgid "Tasking code %ld out of range for `%s'." msgstr "" #: ch/tasking.c:284 #, c-format msgid "invalid attribute for argument `%s' (only IN or LOC allowed)." msgstr "" #: ch/tasking.c:325 msgid "PROCESS may only be declared at module level" msgstr "" #: ch/tasking.c:549 #, c-format msgid "process name %s never declared" msgstr "" #: ch/tasking.c:554 msgid "You may only START a process, not a proc" msgstr "" #: ch/tasking.c:590 msgid "SET expression not a location." msgstr "" #: ch/tasking.c:595 msgid "SET location must be INSTANCE mode" msgstr "" #: ch/tasking.c:632 #, c-format msgid "too many arguments to process `%s'" msgstr "" #: ch/tasking.c:635 msgid "too many arguments to process" msgstr "" #: ch/tasking.c:640 #, c-format msgid "too few arguments to process `%s'" msgstr "" #: ch/tasking.c:643 msgid "too few arguments to process" msgstr "" #: ch/tasking.c:983 msgid "COPY_NUMBER argument must be INSTANCE expression" msgstr "" #: ch/tasking.c:1007 msgid "GEN_CODE argument must be a process or signal name." msgstr "" #: ch/tasking.c:1029 msgid "GEN_INST parameter 2 must be an integer mode" msgstr "" #: ch/tasking.c:1050 msgid "GEN_INST parameter 1 must be a PROCESS or an integer expression" msgstr "" #: ch/tasking.c:1076 #, c-format msgid "%s is not a declared process" msgstr "" #: ch/tasking.c:1097 msgid "PROC_TYPE argument must be INSTANCE expression" msgstr "" #: ch/tasking.c:1139 msgid "QUEUE_LENGTH argument must be a BUFFER/EVENT location." msgstr "" #: ch/tasking.c:1289 #, c-format msgid "SEND requires a SIGNAL; %s is not a SIGNAL name" msgstr "" #: ch/tasking.c:1314 #, c-format msgid "too many values for SIGNAL `%s'" msgstr "" #: ch/tasking.c:1320 #, c-format msgid "too few values for SIGNAL `%s'" msgstr "" #: ch/tasking.c:1398 msgid "Signal sent without priority" msgstr "" #: ch/tasking.c:1399 ch/tasking.c:2927 msgid " and no default priority was set." msgstr "" #: ch/tasking.c:1400 msgid " PRIORITY defaulted to 0" msgstr "" #: ch/tasking.c:1415 msgid "SEND without a destination instance" msgstr "" #: ch/tasking.c:1416 msgid " and no destination process specified" msgstr "" #: ch/tasking.c:1417 msgid " for the signal" msgstr "" #. as our system doesn't allow that and Z.200 specifies it, #. we issue a warning #: ch/tasking.c:1436 #, c-format msgid "SEND to ANY copy of process `%s'." msgstr "" #: ch/tasking.c:1441 msgid "SEND TO must be an INSTANCE mode" msgstr "" #: ch/tasking.c:1455 msgid "SEND WITH must have a mode" msgstr "" #: ch/tasking.c:1724 msgid "internal error: RECEIVE CASE stack invalid." msgstr "" #: ch/tasking.c:1764 ch/tasking.c:2492 msgid "SET requires INSTANCE location" msgstr "" #: ch/tasking.c:1843 msgid "SIGNAL in RECEIVE CASE alternative follows" msgstr "" #: ch/tasking.c:1844 #, c-format msgid " a BUFFER name on line %d" msgstr "" #: ch/tasking.c:1852 #, c-format msgid "SIGNAL `%s' has no data fields" msgstr "" #: ch/tasking.c:1857 #, c-format msgid "SIGNAL `%s' requires data fields" msgstr "" #: ch/tasking.c:1921 #, c-format msgid "too few data fields provided for `%s'" msgstr "" #: ch/tasking.c:1924 #, c-format msgid "too many data fields provided for `%s'" msgstr "" #: ch/tasking.c:1947 msgid "BUFFER in RECEIVE CASE alternative follows" msgstr "" #: ch/tasking.c:1948 #, c-format msgid " a SIGNAL name on line %d" msgstr "" #: ch/tasking.c:1956 msgid "BUFFER in RECEIVE CASE alternative must be a location." msgstr "" #: ch/tasking.c:1962 msgid "buffer receive alternative requires only 1 defining occurence." msgstr "" #: ch/tasking.c:2043 msgid "incompatible modes in receive buffer alternative." msgstr "" #: ch/tasking.c:2049 msgid "defining occurence in receive buffer alternative must be a location." msgstr "" #: ch/tasking.c:2086 msgid "buffer receive alternative without `IN location'." msgstr "" #: ch/tasking.c:2092 msgid "RECEIVE CASE alternative must specify a SIGNAL name or BUFFER location." msgstr "" #: ch/tasking.c:2331 msgid "RECEIVE CASE without alternatives" msgstr "" #: ch/tasking.c:2369 msgid "CONTINUE requires an event location." msgstr "" #: ch/tasking.c:2503 ch/tasking.c:2939 msgid "PRIORITY must be of integer type." msgstr "" #: ch/tasking.c:2581 msgid "delay alternative must be an EVENT location." msgstr "" #: ch/tasking.c:2636 msgid "DELAY CASE without alternatives" msgstr "" #: ch/tasking.c:2756 msgid "DELAY action requires an event location." msgstr "" #: ch/tasking.c:2767 msgid "PRIORITY in DELAY action must be of integer type." msgstr "" #: ch/tasking.c:2776 msgid "DELAY action without priority." msgstr "" #: ch/tasking.c:2777 ch/tasking.c:2928 msgid " PRIORITY defaulted to 0." msgstr "" #: ch/tasking.c:2867 msgid "send buffer action requires a BUFFER location." msgstr "" #: ch/tasking.c:2884 msgid "there must be only 1 value for send buffer action." msgstr "" #: ch/tasking.c:2905 msgid "convert failed for send buffer action." msgstr "" #: ch/tasking.c:2911 msgid "incompatible modes in send buffer action." msgstr "" #: ch/tasking.c:2926 msgid "Buffer sent without priority" msgstr "" #: ch/tasking.c:2945 msgid "WITH not allowed for send buffer action." msgstr "" #: ch/tasking.c:2950 msgid "TO not allowed for send buffer action." msgstr "" #: ch/tasking.c:3093 #, c-format msgid "SEND requires a BUFFER; `%s' is not a BUFFER name" msgstr "" #: ch/tasking.c:3234 msgid "non-integral max queue size for EVENT/BUFFER mode" msgstr "" #: ch/tasking.c:3239 msgid "non-constant max queue size for EVENT/BUFFER mode" msgstr "" #: ch/tasking.c:3246 msgid "max queue_size for EVENT/BUFFER is not positive" msgstr "" #: ch/timing.c:224 msgid "absolute time value must be of mode TIME." msgstr "" #: ch/timing.c:281 ch/timing.c:364 msgid "duration primitive value must be of mode DURATION." msgstr "" #: ch/tree.c:58 msgid "string length > UPPER (UINT)" msgstr "" #: ch/tree.c:112 msgid "Can only build a powerset from a discrete mode" msgstr "" #: ch/tree.c:124 msgid "non-constant bitstring size invalid" msgstr "" #: ch/tree.c:126 msgid "non-constant powerset size invalid" msgstr "" #: ch/typeck.c:83 msgid "array or string index is a mode (instead of a value)" msgstr "" #: ch/typeck.c:114 msgid "index is not an integer expression" msgstr "" #: ch/typeck.c:122 msgid "index not compatible with index mode" msgstr "" #. should never happen #: ch/typeck.c:132 msgid "index is not discrete" msgstr "" #: ch/typeck.c:196 msgid "" "possible internal error - slice argument is neither referable nor constant" msgstr "" #: ch/typeck.c:285 msgid "bit array slice with non-constant length" msgstr "" #: ch/typeck.c:325 msgid "bitstring slice with non-constant length" msgstr "" #: ch/typeck.c:338 msgid "slice operation on non-array, non-bitstring value not supported" msgstr "" #: ch/typeck.c:390 ch/typeck.c:441 msgid "can only take slice of array or string" msgstr "" #: ch/typeck.c:455 msgid "slice length is not an integer" msgstr "" #: ch/typeck.c:488 msgid "slice length out-of-range" msgstr "" #: ch/typeck.c:543 msgid "too many index expressions" msgstr "" #: ch/typeck.c:595 msgid "array index is not discrete" msgstr "" #: ch/typeck.c:675 msgid "invalid compound index for bitstring mode" msgstr "" #: ch/typeck.c:1079 msgid "conversions from variable_size value" msgstr "" #: ch/typeck.c:1084 msgid "conversions to variable_size mode" msgstr "" #: ch/typeck.c:1098 msgid "cannot convert to float" msgstr "" #: ch/typeck.c:1103 msgid "cannot convert float to this mode" msgstr "" #: ch/typeck.c:1130 msgid "OVERFLOW in expression conversion" msgstr "" #: ch/typeck.c:1159 msgid "overflow (not inside function)" msgstr "" #: ch/typeck.c:1161 msgid "possible overflow (not inside function)" msgstr "" #: ch/typeck.c:1166 msgid "expression will always cause OVERFLOW" msgstr "" #: ch/typeck.c:1199 msgid "not implemented: constant conversion from that kind of expression" msgstr "" #: ch/typeck.c:1205 msgid "not implemented: constant conversion to that kind of mode" msgstr "" #: ch/typeck.c:1216 msgid "non-standard, non-portable value conversion" msgstr "" #: ch/typeck.c:1222 msgid "location conversion between differently-sized modes" msgstr "" #: ch/typeck.c:1224 msgid "unsupported value conversion" msgstr "" #: ch/typeck.c:1272 msgid "operand to bin must be a non-negative integer literal" msgstr "" #: ch/typeck.c:1288 #, c-format msgid "size %d of BIN too big - no such integer mode" msgstr "" #: ch/typeck.c:1302 msgid "BIN in pass 2" msgstr "" #: ch/typeck.c:1335 msgid "mode of tuple is neither ARRAY, STRUCT, nor POWERSET" msgstr "" #: ch/typeck.c:2108 msgid "internal error in chill_root_resulting_mode" msgstr "" #: ch/typeck.c:2367 msgid "string lengths not equal" msgstr "" #: ch/typeck.c:2382 msgid "can't do ARRAY assignment - too large" msgstr "" #: ch/typeck.c:2400 msgid "rhs of array assignment is not addressable" msgstr "" #: ch/typeck.c:2577 msgid "non-constant expression for BIN" msgstr "" #: ch/typeck.c:2582 msgid "expression for BIN must not be negative" msgstr "" #: ch/typeck.c:2587 msgid "cannot process BIN (>32)" msgstr "" #: ch/typeck.c:2603 msgid "bounds of range are not compatible" msgstr "" #: ch/typeck.c:2612 msgid "negative string length" msgstr "" #: ch/typeck.c:2649 msgid "range's lower bound and parent mode don't match" msgstr "" #: ch/typeck.c:2654 msgid "range's upper bound and parent mode don't match" msgstr "" #: ch/typeck.c:2663 msgid "making range from non-mode" msgstr "" #: ch/typeck.c:2669 msgid "floating point ranges" msgstr "" #: ch/typeck.c:2677 msgid "range mode has non-constant limits" msgstr "" #: ch/typeck.c:2686 msgid "range's high bound < mode's low bound" msgstr "" #: ch/typeck.c:2691 msgid "range's high bound > mode's high bound" msgstr "" #: ch/typeck.c:2696 msgid "range mode high bound < range mode low bound" msgstr "" #: ch/typeck.c:2701 msgid "range's low bound < mode's low bound" msgstr "" #: ch/typeck.c:2706 msgid "range's low bound > mode's high bound" msgstr "" #: ch/typeck.c:2814 msgid "Stepsize in STEP must be an integer constant" msgstr "" #: ch/typeck.c:2818 msgid "Stepsize in STEP must be > 0" msgstr "" #: ch/typeck.c:2824 msgid "Stepsize in STEP must be the natural width of the array element mode" msgstr "" #: ch/typeck.c:2830 ch/typeck.c:3131 msgid "Starting word in POS must be an integer constant" msgstr "" #: ch/typeck.c:2834 ch/typeck.c:3138 msgid "Starting word in POS must be >= 0" msgstr "" #: ch/typeck.c:2836 msgid "Starting word in POS within STEP must be 0" msgstr "" #: ch/typeck.c:2848 ch/typeck.c:3155 msgid "Starting bit in POS must be an integer constant" msgstr "" #: ch/typeck.c:2854 msgid "Starting bit in POS within STEP must be 0" msgstr "" #: ch/typeck.c:2858 ch/typeck.c:3163 msgid "Starting bit in POS must be >= 0" msgstr "" #: ch/typeck.c:2866 ch/typeck.c:3171 msgid "Starting bit in POS must be < the width of a word" msgstr "" #: ch/typeck.c:2880 ch/typeck.c:3185 msgid "Length in POS must be an integer constant" msgstr "" #: ch/typeck.c:2887 ch/typeck.c:3192 msgid "Length in POS must be > 0" msgstr "" #: ch/typeck.c:2894 ch/typeck.c:3205 msgid "End bit in POS must be an integer constant" msgstr "" #: ch/typeck.c:2903 ch/typeck.c:3214 msgid "End bit in POS must be >= the start bit" msgstr "" #: ch/typeck.c:2909 ch/typeck.c:3219 msgid "End bit in POS must be < the width of a word" msgstr "" #: ch/typeck.c:2921 msgid "" "The length specified on POS within STEP must be the natural length of the " "array element type" msgstr "" #: ch/typeck.c:2926 msgid "Step size in STEP must be >= the length in POS" msgstr "" #: ch/typeck.c:2952 msgid "array index must be a range, not a single integer" msgstr "" #: ch/typeck.c:2958 msgid "array index is not a discrete mode" msgstr "" #: ch/typeck.c:3229 msgid "" "The length specified on POS must be the natural length of the field type" msgstr "" #: ch/typeck.c:3238 msgid "STRUCT fields must be layed out in monotonically increasing order" msgstr "" #: ch/typeck.c:3301 msgid "If one field has a POS layout, then all fields must have a POS layout" msgstr "" #: ch/typeck.c:3444 msgid "parameterised structures not implemented" msgstr "" #: ch/typeck.c:3449 msgid "invalid parameterised type" msgstr "" #: cp/call.c:389 msgid "unable to call pointer to member function here" msgstr "" #: cp/call.c:519 msgid "destructors take no parameters" msgstr "" #: cp/call.c:2340 msgid "%s %+#D%s" msgstr "" #: cp/call.c:2889 msgid "ISO C++ forbids omitting the middle term of a ?: expression" msgstr "" #: cp/call.c:3435 msgid " where cfront would use `%#D'" msgstr "" #: cp/call.c:3714 msgid "`%+#D' is private" msgstr "" #: cp/call.c:3716 msgid "`%+#D' is protected" msgstr "" #: cp/call.c:3718 msgid "`%+#D' is inaccessible" msgstr "" #. There has already been a declaration of this method #. or member template. #: cp/class.c:1075 msgid "`%D' has already been declared in `%T'" msgstr "" #: cp/class.c:1156 msgid "duplicate enum value `%D'" msgstr "" #: cp/class.c:1159 msgid "duplicate field `%D' (as enum and non-enum)" msgstr "" #: cp/class.c:1166 msgid "duplicate nested type `%D'" msgstr "" #: cp/class.c:1177 msgid "duplicate field `%D' (as type and non-type)" msgstr "" #: cp/class.c:1181 msgid "duplicate member `%D'" msgstr "" #: cp/class.c:1224 msgid "conflicting access specifications for method `%D', ignored" msgstr "" #: cp/class.c:1226 #, c-format msgid "conflicting access specifications for field `%s', ignored" msgstr "" #: cp/class.c:1269 msgid "`%D' names constructor" msgstr "" #: cp/class.c:1275 msgid "`%D' invalid in `%T'" msgstr "" #: cp/class.c:1283 msgid "no members matching `%D' in `%#T'" msgstr "" #: cp/class.c:1315 cp/class.c:1323 msgid "`%D' invalid in `%#T'" msgstr "" #: cp/class.c:1316 msgid " because of local method `%#D' with same name" msgstr "" #: cp/class.c:1324 msgid " because of local member `%#D' with same name" msgstr "" #: cp/class.c:2181 msgid "previous definition of `%#T'" msgstr "" #. Here we know it is a hider, and no overrider exists. #: cp/class.c:2903 msgid "`%D' was hidden" msgstr "" #: cp/class.c:2904 msgid " by `%D'" msgstr "" #: cp/class.c:2944 msgid "ISO C++ forbids member `%D' with same name as enclosing class" msgstr "" #: cp/class.c:2949 cp/decl2.c:1931 msgid "`%#D' invalid; an anonymous union can only have non-static data members" msgstr "" #: cp/class.c:2955 cp/decl2.c:1937 msgid "private member `%#D' in anonymous union" msgstr "" #: cp/class.c:2958 cp/decl2.c:1939 msgid "protected member `%#D' in anonymous union" msgstr "" #: cp/class.c:3106 msgid "bit-field `%#D' with non-integral type" msgstr "" #: cp/class.c:3126 msgid "bit-field `%D' width not an integer constant" msgstr "" #: cp/class.c:3132 msgid "negative width in bit-field `%D'" msgstr "" #: cp/class.c:3137 msgid "zero width for bit-field `%D'" msgstr "" #: cp/class.c:3143 msgid "width of `%D' exceeds its type" msgstr "" #: cp/class.c:3152 msgid "`%D' is too small to hold all values of `%#T'" msgstr "" #: cp/class.c:3235 msgid "member `%#D' with constructor not allowed in union" msgstr "" #: cp/class.c:3238 msgid "member `%#D' with destructor not allowed in union" msgstr "" #: cp/class.c:3241 msgid "member `%#D' with copy assignment operator not allowed in union" msgstr "" #: cp/class.c:3268 msgid "multiple fields in union `%T' initialized" msgstr "" #: cp/class.c:3389 msgid "field `%D' in local class cannot be static" msgstr "" #: cp/class.c:3395 msgid "field `%D' invalidly declared function type" msgstr "" #: cp/class.c:3402 msgid "field `%D' invalidly declared method type" msgstr "" #: cp/class.c:3408 msgid "field `%D' invalidly declared offset type" msgstr "" #. Unions cannot have static members. #: cp/class.c:3426 msgid "field `%D' declared static in union" msgstr "" #: cp/class.c:3452 msgid "non-static reference `%#D' in class without a constructor" msgstr "" #: cp/class.c:3483 msgid "non-static const member `%#D' in class without a constructor" msgstr "" #: cp/class.c:3498 msgid "field `%#D' with same name as class" msgstr "" #: cp/class.c:3993 msgid "initializer specified for non-virtual method `%D'" msgstr "" #: cp/class.c:5347 msgid "trying to finish struct, but kicked out due to previous parse errors." msgstr "" #: cp/class.c:5802 #, c-format msgid "language string `\"%s\"' not recognized" msgstr "" #: cp/class.c:6115 cp/class.c:6283 cp/class.c:6290 msgid "not enough type information" msgstr "" #: cp/class.c:6267 msgid "invalid operation on uninstantiated type" msgstr "" #: cp/class.c:6519 msgid "changes meaning of `%D' from `%+#D'" msgstr "" #: cp/decl.c:1007 cp/decl.c:3254 msgid "conflicts with previous declaration `%#D'" msgstr "" #: cp/decl.c:1196 msgid "label `%D' used but not defined" msgstr "" #: cp/decl.c:1201 msgid "label `%D' defined but not used" msgstr "" #: cp/decl.c:3064 cp/decl.c:3452 msgid "previous declaration of `%D'" msgstr "" #: cp/decl.c:3231 msgid "previous declaration of `%#D'" msgstr "" #: cp/decl.c:3265 cp/decl.c:3281 msgid "ambiguates old declaration `%#D'" msgstr "" #: cp/decl.c:3275 msgid "previous declaration `%#D' here" msgstr "" #: cp/decl.c:3292 msgid "previous declaration as `%#D'" msgstr "" #: cp/decl.c:3335 msgid "`%#D' previously defined here" msgstr "" #: cp/decl.c:3336 msgid "`%#D' previously declared here" msgstr "" #. Prototype decl follows defn w/o prototype. #: cp/decl.c:3344 msgid "prototype for `%#D'" msgstr "" #: cp/decl.c:3345 msgid "follows non-prototype definition here" msgstr "" #: cp/decl.c:3357 msgid "previous declaration of `%#D' with %L linkage" msgstr "" #: cp/decl.c:3386 cp/decl.c:3394 msgid "after previous specification in `%#D'" msgstr "" #: cp/decl.c:3405 msgid "previous non-inline declaration here" msgstr "" #: cp/decl.c:3536 msgid "than previous declaration `%F'" msgstr "" #: cp/decl.c:3908 msgid "`%#D' used prior to declaration" msgstr "" #. A redeclaration of main, but not a duplicate of the #. previous one. #. #. [basic.start.main] #. #. This function shall not be overloaded. #: cp/decl.c:3967 msgid "invalid redeclaration of `%D'" msgstr "" #: cp/decl.c:4058 msgid "previous external decl of `%#D'" msgstr "" #: cp/decl.c:4160 msgid "global declaration `%#D'" msgstr "" #: cp/decl.c:4208 #, c-format msgid "declaration of `%s' shadows a member of `this'" msgstr "" #: cp/decl.c:4600 msgid "previous non-function declaration `%#D'" msgstr "" #: cp/decl.c:4849 #, c-format msgid "label `%s' referenced outside of any function" msgstr "" #: cp/decl.c:4954 cp/decl.c:4978 msgid "jump to case label" msgstr "" #: cp/decl.c:4962 msgid " crosses initialization of `%#D'" msgstr "" #: cp/decl.c:4965 cp/decl.c:5085 msgid " enters scope of non-POD `%#D'" msgstr "" #: cp/decl.c:4985 cp/decl.c:5089 msgid " enters try block" msgstr "" #. Can't skip init of __exception_info. #: cp/decl.c:4987 cp/decl.c:5081 cp/decl.c:5091 msgid " enters catch block" msgstr "" #: cp/decl.c:5069 msgid "jump to label `%D'" msgstr "" #: cp/decl.c:5070 msgid " from here" msgstr "" #: cp/decl.c:5083 msgid " skips initialization of `%#D'" msgstr "" #: cp/decl.c:6912 msgid "an anonymous union cannot have function members" msgstr "" #: cp/decl.c:6929 msgid "member %#D' with constructor not allowed in anonymous aggregate" msgstr "" #: cp/decl.c:6932 msgid "member %#D' with destructor not allowed in anonymous aggregate" msgstr "" #: cp/decl.c:6935 msgid "" "member %#D' with copy assignment operator not allowed in anonymous aggregate" msgstr "" #: cp/decl.c:7008 msgid "multiple types in one declaration" msgstr "" #: cp/decl.c:7011 msgid "declaration does not declare anything" msgstr "" #: cp/decl.c:7035 msgid "Missing type-name in typedef-declaration." msgstr "" #: cp/decl.c:7042 msgid "ISO C++ prohibits anonymous structs" msgstr "" #: cp/decl.c:7623 msgid "" "sorry: semantics of inline function static data `%#D' are wrong (you'll wind " "up with multiple copies)" msgstr "" #: cp/decl.c:7624 msgid " you can work around this by removing the initializer" msgstr "" #: cp/decl.c:8027 msgid "assignment (not initialization) in declaration" msgstr "" #: cp/decl.c:8596 msgid "invalid catch parameter" msgstr "" #: cp/decl.c:8743 msgid "`%D' declared as a friend" msgstr "" #: cp/decl.c:8748 msgid "`%D' declared with an exception specification" msgstr "" #: cp/decl.c:8825 msgid "cannot declare `::main' to be a template" msgstr "" #: cp/decl.c:8827 msgid "cannot declare `::main' to be inline" msgstr "" #: cp/decl.c:8829 msgid "cannot declare `::main' to be static" msgstr "" #: cp/decl.c:8832 msgid "`main' must return `int'" msgstr "" #: cp/decl.c:8863 msgid "" "`%#D' does not refer to the unqualified type, so it is not used for linkage" msgstr "" #: cp/decl.c:9383 msgid "overflow in array dimension" msgstr "" #: cp/decl.c:9668 msgid "destructors must be member functions" msgstr "" #: cp/decl.c:9995 msgid "`bool' is now a keyword" msgstr "" #: cp/decl.c:10026 msgid "ISO C++ does not support `long long'" msgstr "" #: cp/decl.c:10148 #, c-format msgid "short, signed or unsigned invalid for `%s'" msgstr "" #: cp/decl.c:10153 #, c-format msgid "long and short specified together for `%s'" msgstr "" #: cp/decl.c:10164 #, c-format msgid "signed and unsigned given together for `%s'" msgstr "" #: cp/decl.c:10311 msgid "storage class specifiers invalid in parameter declarations" msgstr "" #: cp/decl.c:10315 msgid "typedef declaration invalid in parameter declaration" msgstr "" #: cp/decl.c:10326 msgid "virtual outside class declaration" msgstr "" #: cp/decl.c:10380 #, c-format msgid "storage class specified for %s `%s'" msgstr "" #: cp/decl.c:10418 msgid "storage class specifiers invalid in friend function declarations" msgstr "" #: cp/decl.c:10601 msgid "destructor cannot be static member function" msgstr "" #: cp/decl.c:10625 msgid "constructor cannot be static member function" msgstr "" #: cp/decl.c:10628 msgid "constructors cannot be declared virtual" msgstr "" #: cp/decl.c:10643 msgid "return value type specifier for constructor ignored" msgstr "" #: cp/decl.c:10662 #, c-format msgid "can't initialize friend function `%s'" msgstr "" #. Cannot be both friend and virtual. #: cp/decl.c:10666 msgid "virtual functions cannot be friends" msgstr "" #: cp/decl.c:10671 msgid "friend declaration not in class definition" msgstr "" #: cp/decl.c:10727 #, c-format msgid "cannot declare %s to references" msgstr "" #: cp/decl.c:10753 msgid "invalid type: `void &'" msgstr "" #: cp/decl.c:10804 msgid "discarding `const' applied to a reference" msgstr "" #: cp/decl.c:10806 msgid "discarding `volatile' applied to a reference" msgstr "" #. [dcl.fct.spec] The explicit specifier shall only be used in #. declarations of constructors within a class definition. #: cp/decl.c:11022 msgid "only declarations of constructors can be `explicit'" msgstr "" #: cp/decl.c:11030 #, c-format msgid "non-member `%s' cannot be declared `mutable'" msgstr "" #: cp/decl.c:11035 #, c-format msgid "non-object member `%s' cannot be declared `mutable'" msgstr "" #: cp/decl.c:11041 #, c-format msgid "function `%s' cannot be declared `mutable'" msgstr "" #: cp/decl.c:11046 #, c-format msgid "static `%s' cannot be declared `mutable'" msgstr "" #: cp/decl.c:11051 #, c-format msgid "const `%s' cannot be declared `mutable'" msgstr "" #: cp/decl.c:11132 msgid "typedef name may not be class-qualified" msgstr "" #: cp/decl.c:11140 msgid "invalid type qualifier for non-member function type" msgstr "" #: cp/decl.c:11156 msgid "typedef declaration includes an initializer" msgstr "" #: cp/decl.c:11289 msgid "unnamed variable or field declared void" msgstr "" #: cp/decl.c:11298 msgid "variable or field declared void" msgstr "" #: cp/decl.c:11308 msgid "cannot use `::' in parameter declaration" msgstr "" #: cp/decl.c:11493 #, c-format msgid "`%s' is neither function nor member function; cannot be declared friend" msgstr "" #: cp/decl.c:11510 msgid "member functions are implicitly friends of their class" msgstr "" #: cp/decl.c:11619 #, c-format msgid "storage class `auto' invalid for function `%s'" msgstr "" #: cp/decl.c:11621 #, c-format msgid "storage class `register' invalid for function `%s'" msgstr "" #: cp/decl.c:11632 #, c-format msgid "" "storage class `static' invalid for function `%s' declared out of global scope" msgstr "" #: cp/decl.c:11634 #, c-format msgid "" "storage class `inline' invalid for function `%s' declared out of global scope" msgstr "" #: cp/decl.c:11641 #, c-format msgid "virtual non-class function `%s'" msgstr "" #. FIXME need arm citation #: cp/decl.c:11676 msgid "cannot declare static function inside another function" msgstr "" #: cp/decl.c:11953 msgid "" "invalid integer constant in parameter list, did you forget to give parameter " "name?" msgstr "" #: cp/decl.c:12330 #, c-format msgid "conversion to %s%s will never use a type conversion operator" msgstr "" #: cp/decl.c:13009 msgid "previous definition here" msgstr "" #: cp/decl.c:13423 msgid "return type for `main' changed to `int'" msgstr "" #: cp/decl.c:13454 msgid "`%D' implicitly declared before its definition" msgstr "" #: cp/decl2.c:533 #, c-format msgid "-f%s is no longer supported" msgstr "" #: cp/decl2.c:539 msgid "" "-fhandle-exceptions has been renamed to -fexceptions (and is now on by " "default)" msgstr "" #: cp/decl2.c:565 msgid "-fname-mangling-version is no longer supported" msgstr "" #: cp/decl2.c:628 msgid "-Wno-strict-prototypes is not supported in C++" msgstr "" #: cp/decl2.c:810 msgid "template `%#D' defined in file without #pragma interface" msgstr "" #: cp/decl2.c:967 msgid "name missing for member function" msgstr "" #. Something has gone very wrong. Assume we are mistakenly reducing #. an expression instead of a declaration. #: cp/decl2.c:1034 msgid "parser may be lost: is there a '{' missing somewhere?" msgstr "" #: cp/decl2.c:1065 cp/decl2.c:1079 msgid "ambiguous conversion for array subscript" msgstr "" #: cp/decl2.c:1129 msgid "anachronistic use of array size in vector delete" msgstr "" #: cp/decl2.c:1139 msgid "" "cannot delete a function. Only pointer-to-objects are valid arguments to " "`delete'" msgstr "" #: cp/decl2.c:1377 msgid "candidate%s: %+#D" msgstr "" #: cp/decl2.c:1380 msgid " %#D" msgstr "" #: cp/decl2.c:1436 msgid "initializer invalid for static member with constructor" msgstr "" #: cp/decl2.c:1439 msgid "(an out of class initialization is required)" msgstr "" #: cp/decl2.c:1612 msgid "field initializer is not constant" msgstr "" #: cp/decl2.c:1919 msgid "anonymous struct not inside named type" msgstr "" #: cp/decl2.c:2015 msgid "namespace-scope anonymous aggregates must be static" msgstr "" #: cp/decl2.c:2025 msgid "anonymous aggregate with no members" msgstr "" #. Overflow occurred. That means there are at least 4 billion #. initialization functions. #: cp/decl2.c:2872 msgid "too many initialization functions required" msgstr "" #: cp/decl2.c:3681 msgid "use of old-style cast" msgstr "" #: cp/decl2.c:4223 msgid " first declared as `%#D' here" msgstr "" #: cp/decl2.c:4226 msgid " also declared as `%#D' here" msgstr "" #: cp/decl2.c:4242 msgid " first type here" msgstr "" #: cp/decl2.c:4243 msgid " other type here" msgstr "" #: cp/decl2.c:4508 msgid "`%D' is not a function," msgstr "" #: cp/decl2.c:4509 msgid " conflict with `%D'" msgstr "" #: cp/decl2.c:5141 msgid "default argument missing for parameter %P of `%+#D'" msgstr "" #: cp/error.c:35 #, c-format msgid "`%s' not supported by %s" msgstr "" #: cp/error.c:572 #, c-format msgid "" msgstr "" #: cp/error.c:833 #, c-format msgid "(static %s for %s)" msgstr "" #: cp/error.c:2466 #, c-format msgid "In %s `%s':" msgstr "" #: cp/error.c:2521 #, c-format msgid "%s: In instantiation of `%s':\n" msgstr "" #: cp/error.c:2545 #, c-format msgid "%s:%d: instantiated from `%s'\n" msgstr "" #: cp/error.c:2550 #, c-format msgid "%s:%d: instantiated from here\n" msgstr "" #. damn ICE suppression #: cp/error.c:2703 #, c-format msgid "unexpected letter `%c' in locate_error\n" msgstr "" #: cp/except.c:256 msgid "call to Java `catch' or `throw' with `jthrowable' undefined" msgstr "" #: cp/except.c:327 msgid "mixing C++ and Java catches in a single translation unit" msgstr "" #: cp/except.c:663 msgid " in thrown expression" msgstr "" #: cp/friend.c:157 msgid "previous friend declaration of `%D'" msgstr "" #: cp/friend.c:422 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." msgstr "" #: cp/g++spec.c:198 java/jvspec.c:380 #, c-format msgid "argument to `%s' missing\n" msgstr "" #: cp/init.c:305 msgid "initializer list treated as compound expression" msgstr "" #: cp/init.c:417 msgid "member initializers for `%#D'" msgstr "" #: cp/init.c:419 msgid " and `%#D'" msgstr "" #: cp/init.c:420 msgid " will be re-ordered to match declaration order" msgstr "" #: cp/init.c:652 msgid "base initializers for `%#T'" msgstr "" #: cp/init.c:653 msgid " and `%#T'" msgstr "" #: cp/init.c:654 msgid " will be re-ordered to match inheritance order" msgstr "" #: cp/init.c:1081 msgid "base class initializer specified, but no base class to initialize" msgstr "" #: cp/init.c:1087 msgid "initializer for unnamed base class ambiguous" msgstr "" #: cp/init.c:1112 msgid "no base class to initialize" msgstr "" #: cp/init.c:1830 msgid "object missing in use of pointer-to-member construct" msgstr "" #: cp/init.c:1870 msgid "member `%D' is non-static but referenced as a static member" msgstr "" #: cp/init.c:1872 cp/typeck.c:3144 cp/typeck.c:3252 msgid "at this point in file" msgstr "" #: cp/init.c:2046 msgid "new of array type fails to specify size" msgstr "" #: cp/init.c:2057 msgid "size in array new must have integral type" msgstr "" #: cp/init.c:2063 msgid "zero size array reserves no space" msgstr "" #: cp/init.c:2128 msgid "new cannot be applied to a reference type" msgstr "" #: cp/init.c:2134 msgid "new cannot be applied to a function type" msgstr "" #: cp/init.c:2181 msgid "call to Java constructor, while `jclass' undefined" msgstr "" #: cp/init.c:2197 msgid "Can't find class$" msgstr "" #: cp/init.c:2310 msgid "invalid type `void' for new" msgstr "" #: cp/init.c:2362 #, c-format msgid "call to Java constructor with `%s' undefined" msgstr "" #: cp/init.c:2489 cp/typeck2.c:387 cp/typeck2.c:1222 msgid "initializer list being treated as compound expression" msgstr "" #: cp/init.c:2495 msgid "ISO C++ forbids aggregate initializer to new" msgstr "" #: cp/init.c:2934 msgid "initializer ends prematurely" msgstr "" #: cp/init.c:3004 msgid "cannot initialize multi-dimensional array with initializer" msgstr "" #: cp/init.c:3182 msgid "unknown array size in delete" msgstr "" #: cp/init.c:3407 msgid "type to vector delete is neither pointer or array type" msgstr "" #: cp/lang-options.h:29 msgid "Do not obey access control semantics" msgstr "" #: cp/lang-options.h:31 msgid "Change when template instances are emitted" msgstr "" #: cp/lang-options.h:36 msgid "Check the return value of new" msgstr "" #: cp/lang-options.h:39 msgid "Reduce size of object files" msgstr "" #: cp/lang-options.h:43 msgid "Make string literals `char[]' instead of `const char[]'" msgstr "" #: cp/lang-options.h:46 msgid "Dump the entire translation unit to a file" msgstr "" #: cp/lang-options.h:48 msgid "Do not inline member functions by default" msgstr "" #: cp/lang-options.h:51 msgid "Do not generate run time type descriptor information" msgstr "" #: cp/lang-options.h:56 msgid "Do not generate code to check exception specifications" msgstr "" #: cp/lang-options.h:61 msgid "Scope of for-init-statement vars extends outside" msgstr "" #: cp/lang-options.h:64 msgid "Do not recognise GNU defined keywords" msgstr "" #: cp/lang-options.h:68 msgid "Enable support for huge objects" msgstr "" #: cp/lang-options.h:72 msgid "Export functions even if they can be inlined" msgstr "" #: cp/lang-options.h:75 msgid "Only emit explicit template instatiations" msgstr "" #: cp/lang-options.h:78 msgid "Only emit explicit instatiations of inline templates" msgstr "" #: cp/lang-options.h:84 msgid "Don't pedwarn about uses of Microsoft extensions" msgstr "" #: cp/lang-options.h:87 msgid "Recognise and/bitand/bitor/compl/not/or/xor" msgstr "" #: cp/lang-options.h:91 msgid "Disable optional diagnostics" msgstr "" #: cp/lang-options.h:93 msgid "Downgrade conformance errors to warnings" msgstr "" #: cp/lang-options.h:96 msgid "Enable automatic template instantiation" msgstr "" #: cp/lang-options.h:101 msgid "Display statistics accumulated during compilation" msgstr "" #: cp/lang-options.h:104 msgid "Specify maximum template instantiation depth" msgstr "" #: cp/lang-options.h:106 msgid "Use __cxa_atexit to register destructors." msgstr "" #: cp/lang-options.h:109 msgid "Discard unused virtual functions" msgstr "" #: cp/lang-options.h:112 msgid "Implement vtables using thunks" msgstr "" #: cp/lang-options.h:115 msgid "Emit common-like symbols as weak symbols" msgstr "" #: cp/lang-options.h:118 msgid "Emit cross referencing information" msgstr "" #: cp/lang-options.h:122 msgid "Warn about inconsistent return types" msgstr "" #: cp/lang-options.h:125 msgid "Warn about overloaded virtual function names" msgstr "" #: cp/lang-options.h:129 msgid "Don't warn when all ctors/dtors are private" msgstr "" #: cp/lang-options.h:131 msgid "Warn about non virtual destructors" msgstr "" #: cp/lang-options.h:134 msgid "Warn when a function is declared extern, then inline" msgstr "" #: cp/lang-options.h:137 msgid "Warn when the compiler reorders code" msgstr "" #: cp/lang-options.h:140 msgid "Warn when synthesis behaviour differs from Cfront" msgstr "" #: cp/lang-options.h:144 msgid "Don't warn when type converting pointers to member functions" msgstr "" #: cp/lang-options.h:146 msgid "Warn about violations of Effective C++ style rules" msgstr "" #: cp/lang-options.h:149 msgid "Warn when overload promotes from unsigned to signed" msgstr "" #: cp/lang-options.h:152 msgid "Warn if a C style cast is used in a program" msgstr "" #: cp/lang-options.h:156 msgid "" "Don't warn when non-templatized friend functions are declared within a " "template" msgstr "" #: cp/lang-options.h:159 msgid "Don't announce deprecation of compiler features" msgstr "" #: cp/lex.c:144 msgid "type name expected before `*'" msgstr "" #: cp/lex.c:166 msgid "cannot declare references to references" msgstr "" #: cp/lex.c:171 msgid "cannot declare pointers to references" msgstr "" #: cp/lex.c:175 msgid "type name expected before `&'" msgstr "" #: cp/lex.c:1015 #, c-format msgid "semicolon missing after %s declaration" msgstr "" #: cp/lex.c:1066 #, c-format msgid "junk at end of #pragma %s" msgstr "" #: cp/lex.c:1073 #, c-format msgid "invalid #pragma %s" msgstr "" #: cp/lex.c:1082 msgid "#pragma vtable no longer supported" msgstr "" #: cp/lex.c:1159 #, c-format msgid "#pragma implementation for %s appears after file is included" msgstr "" #: cp/lex.c:1184 msgid "junk at end of #pragma GCC java_exceptions" msgstr "" #: cp/lex.c:1285 msgid "" "(Each undeclared identifier is reported only once for each function it " "appears in.)" msgstr "" #: cp/lex.c:1308 #, c-format msgid "name lookup of `%s' changed" msgstr "" #: cp/lex.c:1310 msgid " matches this `%D' under ISO standard rules" msgstr "" #: cp/lex.c:1312 msgid " matches this `%D' under old rules" msgstr "" #: cp/lex.c:1322 cp/lex.c:1329 #, c-format msgid "name lookup of `%s' changed for new ISO `for' scoping" msgstr "" #: cp/lex.c:1324 msgid " cannot use obsolete binding at `%D' because it has a destructor" msgstr "" #: cp/lex.c:1331 msgid " using obsolete binding at `%D'" msgstr "" #: cp/mangle.c:1878 msgid "real-valued template parameters when cross-compiling" msgstr "" #: cp/method.c:166 msgid "methods cannot be converted to function pointers" msgstr "" #: cp/method.c:171 #, c-format msgid "ambiguous request for method pointer `%s'" msgstr "" #: cp/method.c:257 msgid " `%#D' declared here" msgstr "" #: cp/pt.c:705 msgid " from definition of `%#D'" msgstr "" #: cp/pt.c:951 msgid "%s %+#D" msgstr "" #: cp/pt.c:1125 msgid "template-id `%D' for `%+D' does not match any template declaration" msgstr "" #: cp/pt.c:1133 msgid "ambiguous template specialization `%D' for `%+D'" msgstr "" #: cp/pt.c:1841 msgid "declaration of `%#D'" msgstr "" #: cp/pt.c:1842 msgid " shadows template parm `%#D'" msgstr "" #: cp/pt.c:2774 msgid "previous declaration `%D'" msgstr "" #: cp/pt.c:2791 msgid "template parameter `%#D'" msgstr "" #: cp/pt.c:2803 msgid " original definition appeared here" msgstr "" #: cp/pt.c:3501 msgid "provided for `%D'" msgstr "" #: cp/pt.c:3913 msgid "for template declaration `%D'" msgstr "" #: cp/pt.c:4919 msgid "%s %+#T" msgstr "" #: cp/pt.c:5940 cp/pt.c:6054 msgid "instantiation of `%D' as type `%T'" msgstr "" #: cp/pt.c:6098 msgid "in declaration `%D'" msgstr "" #: cp/pt.c:6336 msgid "creating array with size zero" msgstr "" #: cp/pt.c:6844 #, c-format msgid "use of `%s' in template" msgstr "" #: cp/pt.c:8048 msgid "incomplete type unification" msgstr "" #: cp/pt.c:9002 #, c-format msgid "use of `%s' in template type unification" msgstr "" #: cp/pt.c:9464 cp/pt.c:9601 msgid "explicit specialization here" msgstr "" #: cp/repo.c:272 msgid "-frepo must be used with -c" msgstr "" #: cp/repo.c:366 #, c-format msgid "mysterious repository information in %s" msgstr "" #: cp/repo.c:381 #, c-format msgid "can't create repository information file `%s'" msgstr "" #: cp/rtti.c:200 msgid "cannot use typeid with -fno-rtti" msgstr "" #: cp/rtti.c:206 msgid "must #include before using typeid" msgstr "" #: cp/search.c:1939 msgid "adjusting pointers for covariant returns" msgstr "" #: cp/search.c:1943 cp/search.c:1950 msgid "invalid covariant return type for `%#D'" msgstr "" #: cp/search.c:1944 msgid " overriding `%#D' (must be pointer or reference to class)" msgstr "" #: cp/search.c:1951 msgid " overriding `%#D' (must use pointer or reference)" msgstr "" #: cp/search.c:1956 msgid "conflicting return type specified for `%#D'" msgstr "" #: cp/search.c:1957 msgid " overriding `%#D'" msgstr "" #: cp/search.c:1966 msgid "looser throw specifier for `%#F'" msgstr "" #: cp/search.c:1967 msgid " overriding `%#F'" msgstr "" #. A static member function cannot match an inherited #. virtual member function. #: cp/search.c:2057 msgid "`%#D' cannot be declared" msgstr "" #: cp/search.c:2058 msgid " since `%#D' declared in base class" msgstr "" #: cp/semantics.c:1056 msgid "ISO C++ does not permit named return values" msgstr "" #: cp/semantics.c:1073 msgid "can't redefine default return value for constructors" msgstr "" #: cp/semantics.c:1142 msgid " will be re-ordered to precede member initializations" msgstr "" #: cp/semantics.c:1406 msgid "`this' is unavailable for static member functions" msgstr "" #: cp/semantics.c:1412 msgid "invalid use of `this' in non-member function" msgstr "" #: cp/semantics.c:1414 msgid "invalid use of `this' at top level" msgstr "" #: cp/semantics.c:1706 msgid "template type parameters must use the keyword `class' or `typename'" msgstr "" #: cp/spew.c:248 #, c-format msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy" msgstr "" #: cp/spew.c:352 msgid "parse error" msgstr "" #: cp/spew.c:1023 cp/spew.c:1295 msgid "parse error at end of saved function text" msgstr "" #: cp/spew.c:1065 msgid "parse error in method specification" msgstr "" #: cp/spew.c:1107 msgid "function body for constructor missing" msgstr "" #: cp/spew.c:1374 msgid "circular dependency in default args of `%#D'" msgstr "" #: cp/spew.c:1480 #, c-format msgid "%s at end of input" msgstr "" #: cp/spew.c:1486 #, c-format msgid "%s before %s'%c'" msgstr "" #: cp/spew.c:1488 #, c-format msgid "%s before %s'\\x%x'" msgstr "" #: cp/spew.c:1492 #, c-format msgid "%s before string constant" msgstr "" #: cp/spew.c:1494 #, c-format msgid "%s before numeric constant" msgstr "" #: cp/spew.c:1498 #, c-format msgid "%s before `%s'" msgstr "" #: cp/spew.c:1500 #, c-format msgid "%s before `%c'" msgstr "" #: cp/spew.c:1502 #, c-format msgid "%s before `\\%o'" msgstr "" #: cp/spew.c:1505 #, c-format msgid "%s before `%s' token" msgstr "" #: cp/tree.c:224 #, c-format msgid "non-lvalue in %s" msgstr "" #: cp/tree.c:1918 #, c-format msgid "`%s' attribute can only be applied to Java class definitions" msgstr "" #: cp/tree.c:1948 #, c-format msgid "`%s' attribute can only be applied to class definitions" msgstr "" #: cp/tree.c:1954 #, c-format msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default" msgstr "" #: cp/tree.c:1979 msgid "requested init_priority is not an integer constant" msgstr "" #: cp/tree.c:2000 #, c-format msgid "" "can only use `%s' attribute on file-scope definitions of objects of class " "type" msgstr "" #: cp/tree.c:2008 msgid "requested init_priority is out of range" msgstr "" #: cp/tree.c:2018 msgid "requested init_priority is reserved for internal use" msgstr "" #: cp/tree.c:2028 #, c-format msgid "`%s' attribute is not supported on this platform" msgstr "" #: cp/typeck.c:485 #, c-format msgid "" "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function" msgstr "" #: cp/typeck.c:1560 msgid "ISO C++ forbids applying `sizeof' to a function type" msgstr "" #: cp/typeck.c:1566 msgid "ISO C++ forbids applying `sizeof' to a member function" msgstr "" #: cp/typeck.c:1572 msgid "" "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type" msgstr "" #: cp/typeck.c:1621 msgid "sizeof applied to a bit-field" msgstr "" #: cp/typeck.c:1624 msgid "ISO C++ forbids applying `sizeof' to an expression of function type" msgstr "" #: cp/typeck.c:2214 msgid "invalid reference to NULL ptr, use ptr-to-member instead" msgstr "" #: cp/typeck.c:2368 #, c-format msgid "invalid use of `%s' on pointer to member" msgstr "" #: cp/typeck.c:2374 msgid "invalid type argument" msgstr "" #: cp/typeck.c:2477 msgid "ISO C++ forbids subscripting non-lvalue array" msgstr "" #: cp/typeck.c:2488 msgid "subscripting array declared `register'" msgstr "" #: cp/typeck.c:2663 cp/typeck.c:2803 msgid "pointer to member function called, but not in class scope" msgstr "" #: cp/typeck.c:2801 msgid "" "invalid call to member function needing `this' in static member function " "scope" msgstr "" #: cp/typeck.c:2979 msgid "ISO C++ forbids calling `::main' from within program" msgstr "" #: cp/typeck.c:3142 msgid "too many arguments to %s `%+#D'" msgstr "" #: cp/typeck.c:3183 msgid "parameter type of called function is incomplete" msgstr "" #: cp/typeck.c:3250 msgid "too few arguments to %s `%+#D'" msgstr "" #: cp/typeck.c:3587 #, c-format msgid "%s rotate count is negative" msgstr "" #: cp/typeck.c:3590 #, c-format msgid "%s rotate count >= width of type" msgstr "" #: cp/typeck.c:3621 cp/typeck.c:3626 cp/typeck.c:3717 cp/typeck.c:3722 msgid "ISO C++ forbids comparison between pointer and integer" msgstr "" #: cp/typeck.c:3938 msgid "comparison between signed and unsigned integer expressions" msgstr "" #: cp/typeck.c:4077 msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic" msgstr "" #: cp/typeck.c:4083 msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic" msgstr "" #: cp/typeck.c:4089 msgid "" "ISO C++ forbids using a pointer to member function in pointer arithmetic" msgstr "" #: cp/typeck.c:4095 msgid "ISO C++ forbids using pointer to a member in pointer arithmetic" msgstr "" #: cp/typeck.c:4166 msgid "ISO C++ forbids using pointer of type `void *' in subtraction" msgstr "" #: cp/typeck.c:4168 msgid "ISO C++ forbids using pointer to a function in subtraction" msgstr "" #: cp/typeck.c:4170 msgid "ISO C++ forbids using pointer to a method in subtraction" msgstr "" #: cp/typeck.c:4172 msgid "ISO C++ forbids using pointer to a member in subtraction" msgstr "" #: cp/typeck.c:4184 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic" msgstr "" #: cp/typeck.c:4289 msgid "taking address of temporary" msgstr "" #: cp/typeck.c:4491 #, c-format msgid "ISO C++ forbids %sing an enum" msgstr "" #: cp/typeck.c:4535 msgid "cast to non-reference type used as lvalue" msgstr "" #. ARM $3.4 #: cp/typeck.c:4602 msgid "ISO C++ forbids taking address of function `::main'" msgstr "" #: cp/typeck.c:4695 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression" msgstr "" #: cp/typeck.c:4711 msgid "unary `&'" msgstr "" #: cp/typeck.c:4912 msgid "cannot take the address of `this', which is an rvalue expression" msgstr "" #: cp/typeck.c:5221 msgid "" "ISO C++ forbids casting between pointer-to-function and pointer-to-object" msgstr "" #: cp/typeck.c:5671 msgid "ISO C++ forbids cast to non-reference type used as lvalue" msgstr "" #: cp/typeck.c:5777 msgid "ISO C++ forbids assignment of arrays" msgstr "" #: cp/typeck.c:5792 msgid "return value from function receives multiple initializations" msgstr "" #: cp/typeck.c:5935 msgid " in pointer to member function conversion" msgstr "" #: cp/typeck.c:5943 msgid " in pointer to member conversion" msgstr "" #: cp/typeck.c:6416 cp/typeck.c:6418 msgid "in passing argument %P of `%+D'" msgstr "" #: cp/typeck.c:6532 msgid "returning reference to temporary" msgstr "" #: cp/typeck.c:6539 msgid "reference to non-lvalue returned" msgstr "" #: cp/typeck.c:6551 msgid "reference to local variable `%D' returned" msgstr "" #: cp/typeck.c:6554 msgid "address of local variable `%D' returned" msgstr "" #: cp/typeck.c:6585 msgid "returning a value from a destructor" msgstr "" #. If a return statement appears in a handler of the #. function-try-block of a constructor, the program is ill-formed. #: cp/typeck.c:6593 msgid "cannot return from a handler of a function-try-block of a constructor" msgstr "" #. You can't return a value from a constructor. #: cp/typeck.c:6596 msgid "returning a value from a constructor" msgstr "" #: cp/typeck.c:6613 msgid "" "return-statement with no value, in function declared with a non-void return " "type" msgstr "" #: cp/typeck.c:6629 msgid "" "return-statement with a value, in function declared with a void return type" msgstr "" #: cp/typeck2.c:177 msgid " because the following virtual functions are abstract:" msgstr "" #: cp/typeck2.c:179 msgid "\t%#D" msgstr "" #: cp/typeck2.c:205 msgid "`%D' has incomplete type" msgstr "" #: cp/typeck2.c:218 msgid "forward declaration of `%#T'" msgstr "" #: cp/typeck2.c:274 #, c-format msgid "Internal error #%d." msgstr "" #: cp/typeck2.c:339 msgid "initializer list construction invalid for derived class object `%D'" msgstr "" #: cp/typeck2.c:341 msgid "initializer list construction invalid for polymorphic class object `%D'" msgstr "" #: cp/typeck2.c:344 cp/typeck2.c:350 cp/typeck2.c:356 msgid "initializer list construction invalid for `%D'" msgstr "" #: cp/typeck2.c:345 msgid "due to the presence of a constructor" msgstr "" #: cp/typeck2.c:351 cp/typeck2.c:357 msgid "due to non-public access of member `%D'" msgstr "" #: cp/typeck2.c:369 msgid "comma expression used to initialize return value" msgstr "" #: cp/typeck2.c:378 msgid "cannot initialize arrays using this syntax" msgstr "" #: cp/typeck2.c:440 msgid "ANSI C++ forbids non-constant aggregate initializer expressions" msgstr "" #: cp/typeck2.c:520 msgid "initializing array with parameter list" msgstr "" #: cp/typeck2.c:576 msgid "initializer for scalar variable requires one element" msgstr "" #: cp/typeck2.c:674 msgid "aggregate has a partly bracketed initializer" msgstr "" #: cp/typeck2.c:704 cp/typeck2.c:805 msgid "non-trivial labeled initializers" msgstr "" #: cp/typeck2.c:721 msgid "non-empty initializer for array of empty elements" msgstr "" #: cp/typeck2.c:771 msgid "initializer list for object of class with virtual base classes" msgstr "" #: cp/typeck2.c:777 msgid "initializer list for object of class with base classes" msgstr "" #: cp/typeck2.c:783 msgid "initializer list for object using virtual functions" msgstr "" #: cp/typeck2.c:900 msgid "index value instead of field name in union initializer" msgstr "" #: cp/typeck2.c:956 msgid "excess elements in aggregate initializer" msgstr "" #: cp/typeck2.c:1054 msgid "circular pointer delegation detected" msgstr "" #: cp/typeck2.c:1081 msgid "result of `operator->()' yields non-pointer result" msgstr "" #: cp/typeck2.c:1083 msgid "base operand of `->' is not a pointer" msgstr "" #: cp/typeck2.c:1273 #, c-format msgid "ISO C++ forbids defining types within %s" msgstr "" #: cp/xref.c:826 #, c-format msgid "Can't create cross-reference file `%s'" msgstr "" #: f/com.c:11599 msgid "no INTEGER type can hold a pointer on this configuration" msgstr "" #: f/com.c:11824 #, c-format msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide," msgstr "" #: f/com.c:11826 #, c-format msgid "and pointers are %d bits wide, but g77 doesn't yet work" msgstr "" #: f/com.c:11828 msgid "properly unless they all are 32 bits wide." msgstr "" #: f/com.c:11829 msgid "Please keep this in mind before you report bugs. g77 should" msgstr "" #: f/com.c:11830 msgid "support non-32-bit machines better as of version 0.6." msgstr "" #. I/O will probably crash. #: f/com.c:11838 #, c-format msgid "configuration: char * holds %d bits, but ftnlen only %d" msgstr "" #. ASSIGN 10 TO I will crash. #: f/com.c:11847 #, c-format msgid "" "configuration: char * holds %d bits, but INTEGER only %d --\n" " ASSIGN statement might fail" msgstr "" #: f/com.c:15678 msgid "Directory name must immediately follow -I" msgstr "" #: f/g77spec.c:254 #, c-format msgid "overflowed output arg list for `%s'" msgstr "" #: f/g77spec.c:443 msgid "--driver no longer supported" msgstr "" #: f/g77spec.c:457 #, c-format msgid "argument to `%s' missing" msgstr "" #: f/g77spec.c:461 msgid "No input files; unwilling to write output files" msgstr "" #: f/lang-options.h:33 msgid "Print g77-specific compiler version info, run internal tests" msgstr "" #: f/lang-options.h:38 msgid "Program is written in typical FORTRAN 66 dialect" msgstr "" #: f/lang-options.h:41 msgid "Program is written in typical Unix f77 dialect" msgstr "" #: f/lang-options.h:43 msgid "Program does not use Unix-f77 dialectal features" msgstr "" #: f/lang-options.h:45 msgid "Program is written in Fortran-90-ish dialect" msgstr "" #: f/lang-options.h:49 msgid "" "Treat local vars and COMMON blocks as if they were named in SAVE statements" msgstr "" #: f/lang-options.h:51 msgid "Allow $ in symbol names" msgstr "" #: f/lang-options.h:55 msgid "f2c-compatible code need not be generated" msgstr "" #: f/lang-options.h:58 msgid "Unsupported; do not generate libf2c-calling code" msgstr "" #: f/lang-options.h:60 msgid "Unsupported; affects code-generation of arrays" msgstr "" #: f/lang-options.h:63 msgid "Program is written in Fortran-90-ish free form" msgstr "" #: f/lang-options.h:68 msgid "Warn about use of (only a few for now) Fortran extensions" msgstr "" #: f/lang-options.h:71 msgid "Program is written in VXT (Digital-like) FORTRAN" msgstr "" #: f/lang-options.h:74 msgid "Disallow all ugly features" msgstr "" #: f/lang-options.h:77 msgid "Hollerith and typeless constants not passed as arguments" msgstr "" #: f/lang-options.h:79 msgid "Allow ordinary copying of ASSIGN'ed vars" msgstr "" #: f/lang-options.h:82 msgid "Dummy array dimensioned to (1) is assumed-size" msgstr "" #: f/lang-options.h:85 msgid "Trailing comma in procedure call denotes null argument" msgstr "" #: f/lang-options.h:88 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z" msgstr "" #: f/lang-options.h:92 msgid "Initialization via DATA and PARAMETER is type-compatible" msgstr "" #: f/lang-options.h:94 msgid "Allow INTEGER and LOGICAL interchangeability" msgstr "" #: f/lang-options.h:97 msgid "Print internal debugging-related info" msgstr "" #: f/lang-options.h:100 msgid "Initialize local vars and arrays to zero" msgstr "" #: f/lang-options.h:104 msgid "Backslashes in character/hollerith constants not special (C-style)" msgstr "" #: f/lang-options.h:106 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs" msgstr "" #: f/lang-options.h:110 msgid "Disable the appending of underscores to externals" msgstr "" #: f/lang-options.h:113 msgid "Never append a second underscore to externals" msgstr "" #: f/lang-options.h:115 msgid "Intrinsics spelled as e.g. SqRt" msgstr "" #: f/lang-options.h:117 msgid "Intrinsics in uppercase" msgstr "" #: f/lang-options.h:120 msgid "Intrinsics letters in arbitrary cases" msgstr "" #: f/lang-options.h:122 msgid "Language keywords spelled as e.g. IOStat" msgstr "" #: f/lang-options.h:124 msgid "Language keywords in uppercase" msgstr "" #: f/lang-options.h:127 msgid "Language keyword letters in arbitrary cases" msgstr "" #: f/lang-options.h:129 msgid "Internally convert most source to uppercase" msgstr "" #: f/lang-options.h:132 msgid "Internally preserve source case" msgstr "" #: f/lang-options.h:134 msgid "Symbol names spelled in mixed case" msgstr "" #: f/lang-options.h:136 msgid "Symbol names in uppercase" msgstr "" #: f/lang-options.h:138 msgid "Symbol names in lowercase" msgstr "" #: f/lang-options.h:141 msgid "Program written in uppercase" msgstr "" #: f/lang-options.h:143 msgid "Program written in lowercase" msgstr "" #: f/lang-options.h:145 msgid "Program written in strict mixed-case" msgstr "" #: f/lang-options.h:147 msgid "Compile as if program written in uppercase" msgstr "" #: f/lang-options.h:149 msgid "Compile as if program written in lowercase" msgstr "" #: f/lang-options.h:151 msgid "Preserve all spelling (case) used in program" msgstr "" #: f/lang-options.h:153 msgid "Delete libU77 intrinsics with bad interfaces" msgstr "" #: f/lang-options.h:155 msgid "Disable libU77 intrinsics with bad interfaces" msgstr "" #: f/lang-options.h:158 msgid "Hide libU77 intrinsics with bad interfaces" msgstr "" #: f/lang-options.h:160 msgid "Delete non-FORTRAN-77 intrinsics f2c supports" msgstr "" #: f/lang-options.h:162 msgid "Disable non-FORTRAN-77 intrinsics f2c supports" msgstr "" #: f/lang-options.h:165 msgid "Hide non-FORTRAN-77 intrinsics f2c supports" msgstr "" #: f/lang-options.h:167 msgid "Delete non-FORTRAN-77 intrinsics F90 supports" msgstr "" #: f/lang-options.h:169 msgid "Disable non-FORTRAN-77 intrinsics F90 supports" msgstr "" #: f/lang-options.h:172 msgid "Hide non-FORTRAN-77 intrinsics F90 supports" msgstr "" #: f/lang-options.h:174 msgid "Delete non-FORTRAN-77 intrinsics g77 supports" msgstr "" #: f/lang-options.h:176 msgid "Disable non-FORTRAN 77 intrinsics F90 supports" msgstr "" #: f/lang-options.h:179 msgid "Hide non-FORTRAN 77 intrinsics F90 supports" msgstr "" #: f/lang-options.h:181 msgid "Delete MIL-STD 1753 intrinsics" msgstr "" #: f/lang-options.h:183 msgid "Disable MIL-STD 1753 intrinsics" msgstr "" #: f/lang-options.h:186 msgid "Hide MIL-STD 1753 intrinsics" msgstr "" #: f/lang-options.h:188 msgid "Delete libU77 intrinsics" msgstr "" #: f/lang-options.h:190 msgid "Disable libU77 intrinsics" msgstr "" #: f/lang-options.h:193 msgid "Hide libU77 intrinsics" msgstr "" #: f/lang-options.h:195 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports" msgstr "" #: f/lang-options.h:197 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports" msgstr "" #: f/lang-options.h:200 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports" msgstr "" #: f/lang-options.h:202 msgid "Treat initial values of 0 like non-zero values" msgstr "" #: f/lang-options.h:205 msgid "" "Emit special debugging information for COMMON and EQUIVALENCE (disabled)" msgstr "" #: f/lang-options.h:208 msgid "Take at least one trip through each iterative DO loop" msgstr "" #: f/lang-options.h:212 msgid "Print names of program units as they are compiled" msgstr "" #: f/lang-options.h:215 msgid "Disable fatal diagnostics about inter-procedural problems" msgstr "" #: f/lang-options.h:217 msgid "Make prefix-radix non-decimal constants be typeless" msgstr "" #: f/lang-options.h:220 msgid "Generate code to check subscript and substring bounds" msgstr "" #: f/lang-options.h:223 msgid "Fortran-specific form of -fbounds-check" msgstr "" #: f/lang-options.h:227 msgid "Disable warnings about inter-procedural problems" msgstr "" #: f/lang-options.h:231 msgid "Warn about constructs with surprising meanings" msgstr "" #: f/lang-options.h:236 msgid "Add a directory for INCLUDE searching" msgstr "" #: f/lang-options.h:238 msgid "Set the maximum line length" msgstr "" #: f/lex.c:589 msgid "the meaning of `\\x' varies with -traditional" msgstr "" #: f/lex.c:632 msgid "hex escape out of range" msgstr "" #: f/lex.c:678 msgid "the meaning of `\\a' varies with -traditional" msgstr "" #: f/lex.c:694 #, c-format msgid "non-ANSI-standard escape sequence, `\\%c'" msgstr "" #: f/lex.c:707 #, c-format msgid "non-ANSI escape sequence `\\%c'" msgstr "" #: f/lex.c:711 #, c-format msgid "unknown escape sequence `\\%c'" msgstr "" #: f/lex.c:713 #, c-format msgid "unknown escape sequence: `\\' followed by char code 0x%x" msgstr "" #: f/lex.c:790 msgid "Badly formed directive -- no closing quote" msgstr "" #: f/lex.c:1010 msgid "Bad directive -- missing close-quote" msgstr "" #: f/lex.c:1124 #, c-format msgid "ignoring pragma: %s" msgstr "" #: f/lex.c:1331 f/lex.c:1375 msgid "Use `#line ...' instead of `# ...' in first line" msgstr "" #: f/ste.c:1404 f/ste.c:1755 msgid "ASSIGNed FORMAT specifier is too small" msgstr "" #: f/ste.c:2964 msgid "ASSIGN to variable that is too small" msgstr "" #: f/ste.c:2992 msgid "ASSIGNed GOTO target variable is too small" msgstr "" #: f/top.c:241 #, c-format msgid "%s no longer supported -- try -fvxt" msgstr "" #: f/top.c:243 #, c-format msgid "%s no longer supported -- try -fno-vxt -ff90" msgstr "" #: f/top.c:311 f/top.c:313 #, c-format msgid "%s disabled, use normal debugging flags" msgstr "" #: java/check-init.c:741 #, c-format msgid "internal error in check-init: tree code not implemented: %s" msgstr "" #: java/class.c:564 java/class.c:589 msgid "internal error - too many interface type" msgstr "" #: java/class.c:735 msgid "bad method signature" msgstr "" #: java/class.c:780 msgid "misplaced ConstantValue attribute (not in any field)" msgstr "" #: java/class.c:782 #, c-format msgid "duplicate ConstanValue atribute for field '%s'" msgstr "" #: java/class.c:793 #, c-format msgid "ConstantValue attribute of field '%s' has wrong type" msgstr "" #: java/class.c:1138 #, c-format msgid "field '%s' not found in class" msgstr "" #: java/class.c:1387 msgid "abstract method in non-abstract class" msgstr "" #: java/class.c:2047 #, c-format msgid "non-static method '%s' overrides static method" msgstr "" #: java/decl.c:1483 #, c-format msgid "In %s: overlapped variable and exception ranges at %d" msgstr "" #: java/decl.c:1571 msgid "bad type in parameter debug info" msgstr "" #: java/decl.c:1581 #, c-format msgid "bad PC range for debug info for local `%s'" msgstr "" #: java/expr.c:549 msgid "stack underflow - dup* operation" msgstr "" #: java/expr.c:1477 #, c-format msgid "" "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'" msgstr "" #: java/expr.c:1506 #, c-format msgid "field `%s' not found" msgstr "" #: java/expr.c:1657 msgid "ret instruction not implemented" msgstr "" #: java/expr.c:1793 #, c-format msgid "method '%s' not found in class" msgstr "" #: java/expr.c:1938 #, c-format msgid "failed to find class '%s'" msgstr "" #: java/expr.c:1950 #, c-format msgid "Class '%s' has no method named '%s' matching signature '%s'" msgstr "" #: java/expr.c:1960 msgid "invokestatic on non static method" msgstr "" #: java/expr.c:1965 msgid "invokestatic on abstract method" msgstr "" #: java/expr.c:1973 msgid "invoke[non-static] on static method" msgstr "" #: java/expr.c:2250 #, c-format msgid "Missing field '%s' in '%s'" msgstr "" #: java/expr.c:2256 #, c-format msgid "Mismatching signature for field '%s' in '%s'" msgstr "" #: java/expr.c:2279 #, c-format msgid "assignment to final field `%s' not in field's class" msgstr "" #: java/expr.c:2284 #, c-format msgid "assignment to final static field `%s' not in class initializer" msgstr "" #: java/expr.c:2291 #, c-format msgid "assignment to final field `%s' not in constructor" msgstr "" #: java/expr.c:2529 #, c-format msgid "Can't expand %s" msgstr "" #: java/expr.c:2705 msgid "invalid PC in line number table" msgstr "" #. We've just reached the end of a region of dead code. #: java/expr.c:2750 #, c-format msgid "Unreachable bytecode from %d to before %d." msgstr "" #. We've just reached the end of a region of dead code. #: java/expr.c:2787 #, c-format msgid "Unreachable bytecode from %d to the end of the method." msgstr "" #. duplicate code from LOAD macro #: java/expr.c:3106 msgid "unrecogized wide sub-instruction" msgstr "" #: java/jcf-io.c:410 #, c-format msgid "" "Source file for class `%s' is newer than its matching class file. Source " "file `%s' used instead" msgstr "" #: java/jcf-parse.c:378 msgid "bad string constant" msgstr "" #: java/jcf-parse.c:434 #, c-format msgid "bad value constant type %d, index %d" msgstr "" #: java/jcf-parse.c:692 #, c-format msgid "Cannot find file for class %s." msgstr "" #: java/jcf-parse.c:704 msgid "not a valid Java .class file" msgstr "" #: java/jcf-parse.c:707 msgid "error while parsing constant pool" msgstr "" #: java/jcf-parse.c:710 #, c-format msgid "error in constant pool entry #%d\n" msgstr "" #. FIXME - where was first time #: java/jcf-parse.c:722 #, c-format msgid "reading class %s for the second time from %s" msgstr "" #: java/jcf-parse.c:740 msgid "error while parsing fields" msgstr "" #: java/jcf-parse.c:743 msgid "error while parsing methods" msgstr "" #: java/jcf-parse.c:746 msgid "error while parsing final attributes" msgstr "" #: java/jcf-parse.c:760 #, c-format 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 incorrect set. Use `info gcj \"Input Options\"' to see the info " "page describing how to set the classpath." msgstr "" #: java/jcf-parse.c:845 msgid "missing Code attribute" msgstr "" #: java/jcf-parse.c:1070 msgid "source file seen twice on command line and will be compiled only once." msgstr "" #: java/jcf-parse.c:1086 msgid "no input file specified" msgstr "" #: java/jcf-parse.c:1118 #, c-format msgid "can't close input file %s" msgstr "" #: java/jcf-parse.c:1155 #, c-format msgid "bad zip/jar file %s" msgstr "" #: java/jcf-write.c:2588 #, c-format msgid "" "internal error in generate_bytecode_insn - tree code not implemented: %s" msgstr "" #: java/jcf-write.c:2895 msgid "field initializer type mismatch." msgstr "" #: java/jcf-write.c:3304 #, c-format msgid "can't create directory %s" msgstr "" #: java/jcf-write.c:3331 #, c-format msgid "can't to open %s" msgstr "" #: java/jv-scan.c:183 msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed" msgstr "" #: java/jv-scan.c:186 #, c-format msgid "Can't open output file `%s'" msgstr "" #: java/jv-scan.c:222 #, c-format msgid "File not found `%s'" msgstr "" #: java/jvspec.c:383 msgid "can't specify `-D' without `--main'\n" msgstr "" #: java/jvspec.c:389 msgid "-R requires -o" msgstr "" #: java/jvspec.c:396 msgid "Warning: already-compiled .class files ignored with -C" msgstr "" #: java/jvspec.c:403 msgid "cannot specify both -C and -o" msgstr "" #: java/jvspec.c:415 msgid "cannot create temporary file" msgstr "" #: java/jvspec.c:443 msgid "using both @FILE with multiple files not implemented" msgstr "" #: java/jvspec.c:500 msgid "cannot specify `main' class when not linking" msgstr "" #: java/lang-options.h:32 msgid "Disable automatic array bounds checking" msgstr "" #: java/lang-options.h:34 msgid "Assume native functions are implemented using JNI" msgstr "" #: java/lang-options.h:36 msgid "Set class path and suppress system path" msgstr "" #: java/lang-options.h:38 msgid "Set class path" msgstr "" #: java/lang-options.h:40 msgid "Choose class whose main method should be used" msgstr "" #: java/lang-options.h:42 msgid "Choose input encoding (default comes from locale)" msgstr "" #: java/lang-options.h:44 msgid "Add directory to class path" msgstr "" #: java/lang-options.h:46 msgid "Directory where class files should be written" msgstr "" #: java/lang-options.h:48 msgid "Warn if modifiers are specified when not necessary" msgstr "" #: java/lang-options.h:50 msgid "Warn if deprecated empty statements are found" msgstr "" #: java/lang-options.h:52 msgid "Warn if .class files are out of date" msgstr "" #: java/lang-options.h:54 msgid "Always check for non gcj generated classes archives" msgstr "" #: java/lang-options.h:56 msgid "Never optimize static class initialization code" msgstr "" #: java/lang.c:423 msgid "can't do dependency tracking with input from stdin" msgstr "" #: java/lang.c:439 msgid "couldn't determine target name for dependency tracking" msgstr "" #: java/lex.c:298 #, c-format msgid "" "unknown encoding: `%s'\n" "This might mean that your locale's encoding is not supported\n" "by your system's iconv(3) implementation. If you aren't trying\n" "to use a particular encoding for your input file, try the\n" "`--encoding=UTF-8' option." msgstr "" #: java/mangle.c:85 #, c-format msgid "Can't mangle %s" msgstr "" #: java/mangle_name.c:150 java/mangle_name.c:226 msgid "internal error - invalid Utf8 name" msgstr "" #: java/typeck.c:566 msgid "junk at end of signature string" msgstr "" #: java/verify.c:464 msgid "bad pc in exception_table" msgstr "" #: java/verify.c:1376 #, c-format msgid "unknown opcode %d@pc=%d during verification" msgstr "" #: java/verify.c:1446 java/verify.c:1459 java/verify.c:1463 #, c-format msgid "verification error at PC=%d" msgstr "" #: objc/lang-options.h:27 msgid "Dump decls to a .decl file" msgstr "" #: objc/lang-options.h:29 msgid "Generate code for GNU runtime environment" msgstr "" #: objc/lang-options.h:32 msgid "Generate code for NeXT runtime environment" msgstr "" #: objc/lang-options.h:35 msgid "Warn if a selector has multiple methods" msgstr "" #: objc/lang-options.h:39 msgid "Do not warn if inherited methods are unimplemented" msgstr "" #: objc/lang-options.h:41 msgid "Generate C header of platform specific features" msgstr "" #: objc/lang-options.h:43 msgid "Specify the name of the class for constant strings" msgstr "" #: objc/objc-act.c:639 msgid "no class name specified as argument to -fconstant-string-class" msgstr "" #: objc/objc-act.c:800 #, c-format msgid "object does not conform to the `%s' protocol" msgstr "" #: objc/objc-act.c:844 #, c-format msgid "class `%s' does not implement the `%s' protocol" msgstr "" #: objc/objc-act.c:982 #, c-format msgid "Unexpected type for `id' (%s)" msgstr "" #: objc/objc-act.c:987 msgid "Undefined type `id', please import " msgstr "" #: objc/objc-act.c:1039 #, c-format msgid "protocol `%s' has circular dependency" msgstr "" #: objc/objc-act.c:1061 objc/objc-act.c:5207 #, c-format msgid "Cannot find protocol declaration for `%s'" msgstr "" #: objc/objc-act.c:1294 objc/objc-act.c:5712 objc/objc-act.c:6041 #: objc/objc-act.c:6090 objc/objc-act.c:6126 #, c-format msgid "Cannot find interface declaration for `%s'" msgstr "" #: objc/objc-act.c:1314 #, c-format msgid "Cannot find reference tag for class `%s'" msgstr "" #: objc/objc-act.c:2302 #, c-format msgid "Cannot find class `%s'" msgstr "" #: objc/objc-act.c:2304 #, c-format msgid "Class `%s' already exists" msgstr "" #. fatal did not work with 2 args...should fix #: objc/objc-act.c:2428 #, c-format msgid "Cannot find interface declaration for `%s', superclass of `%s'" msgstr "" #: objc/objc-act.c:2435 #, c-format msgid "Circular inheritance in interface declaration for `%s'" msgstr "" #: objc/objc-act.c:3486 objc/objc-act.c:3503 msgid "inconsistent instance variable specification" msgstr "" #: objc/objc-act.c:4691 #, c-format msgid "multiple declarations for method `%s'" msgstr "" #: objc/objc-act.c:4854 #, c-format msgid "invalid receiver type `%s'" msgstr "" #: objc/objc-act.c:4885 objc/objc-act.c:4911 objc/objc-act.c:4959 #, c-format msgid "`%s' does not respond to `%s'" msgstr "" #: objc/objc-act.c:4891 objc/objc-act.c:7162 #, c-format msgid "no super class declared in interface for `%s'" msgstr "" #: objc/objc-act.c:4989 msgid "cannot find class (factory) method." msgstr "" #: objc/objc-act.c:4990 objc/objc-act.c:5034 #, c-format msgid "return type for `%s' defaults to id" msgstr "" #: objc/objc-act.c:5007 #, c-format msgid "method `%s' not implemented by protocol." msgstr "" #: objc/objc-act.c:5016 msgid "return type defaults to id" msgstr "" #: objc/objc-act.c:5033 msgid "cannot find method." msgstr "" #. Historically, a class method that produced objects (factory #. method) would assign `self' to the instance that it #. allocated. This would effectively turn the class method into #. an instance method. Following this assignment, the instance #. variables could be accessed. That practice, while safe, #. violates the simple rule that a class method should not refer #. to an instance variable. It's better to catch the cases #. where this is done unknowingly than to support the above #. paradigm. #: objc/objc-act.c:5276 #, c-format msgid "instance variable `%s' accessed in class method" msgstr "" #: objc/objc-act.c:5513 #, c-format msgid "duplicate definition of class method `%s'." msgstr "" #: objc/objc-act.c:5519 #, c-format msgid "duplicate declaration of class method `%s'." msgstr "" #: objc/objc-act.c:5555 #, c-format msgid "duplicate definition of instance method `%s'." msgstr "" #: objc/objc-act.c:5561 #, c-format msgid "duplicate declaration of instance method `%s'." msgstr "" #: objc/objc-act.c:5601 #, c-format msgid "duplicate interface declaration for category `%s(%s)'" msgstr "" #: objc/objc-act.c:5687 #, c-format msgid "instance variable `%s' is declared private" msgstr "" #: objc/objc-act.c:5734 #, c-format msgid "instance variable `%s' is declared %s" msgstr "" #: objc/objc-act.c:5744 msgid "static access to object of type `id'" msgstr "" #: objc/objc-act.c:5781 objc/objc-act.c:5874 #, c-format msgid "incomplete implementation of class `%s'" msgstr "" #: objc/objc-act.c:5785 objc/objc-act.c:5879 #, c-format msgid "incomplete implementation of category `%s'" msgstr "" #: objc/objc-act.c:5790 objc/objc-act.c:5884 #, c-format msgid "method definition for `%c%s' not found" msgstr "" #: objc/objc-act.c:5928 #, c-format msgid "%s `%s' does not fully implement the `%s' protocol" msgstr "" #: objc/objc-act.c:5985 objc/objc-act.c:8087 msgid "`@end' missing in implementation context" msgstr "" #: objc/objc-act.c:6013 #, c-format msgid "reimplementation of class `%s'" msgstr "" #: objc/objc-act.c:6055 #, c-format msgid "conflicting super class name `%s'" msgstr "" #: objc/objc-act.c:6070 #, c-format msgid "duplicate interface declaration for class `%s'" msgstr "" #: objc/objc-act.c:6354 #, c-format msgid "duplicate declaration for protocol `%s'" msgstr "" #: objc/objc-act.c:7203 msgid "[super ...] must appear in a method context" msgstr "" #: objc/objc-act.c:8189 objc/objc-act.c:8205 #, c-format msgid "potential selector conflict for method `%s'" msgstr "" #: config/mips/isa3264.h:123 config/mips/isa3264.h:128 #: config/mips/isa3264.h:140 config/mips/isa3264.h:145 msgid "-mlong32 and -mlong64 can not both be specified." msgstr "" #: java/lang-specs.h:33 msgid "-fjni and -femit-class-files are incompatible" msgstr "" #: java/lang-specs.h:34 msgid "-fjni and -femit-class-file are incompatible" msgstr "" #: java/lang-specs.h:35 java/lang-specs.h:36 msgid "-femit-class-file should used along with -fsyntax-only" msgstr "" #: config/mips/mips.h:858 msgid "-pipe is not supported." msgstr "" #: config/mips/mips.h:1057 msgid "may not use both -mfp64 and -msingle-float" msgstr "" #: config/mips/mips.h:1058 msgid "may not use both -mfp64 and -m4650" msgstr "" #: config/mips/mips.h:1060 msgid "may not use both -mgp32 and -mfp64" msgstr "" #: config/arc/arc.h:59 config/mips/mips.h:1061 msgid "may not use both -EB and -EL" msgstr "" #: config/mips/r3900.h:28 config/mips/r3900.h:42 msgid "-mhard-float not supported." msgstr "" #: config/mips/r3900.h:30 config/mips/r3900.h:44 msgid "-msingle-float and -msoft-float can not both be specified." msgstr "" #: ada/lang-specs.h:39 gcc.c:664 java/jvspec.c:73 msgid "-pg and -fomit-frame-pointer are incompatible" msgstr "" #: config/vax/vax.h:42 config/vax/vax.h:43 msgid "profiling not supported with -mg\n" msgstr "" #: ada/lang-specs.h:42 msgid "-c or -S required for Ada" msgstr "" #: f/lang-specs.h:35 gcc.c:643 msgid "GNU C does not support -C without using -E" msgstr "" #: gcc.c:812 msgid "-E required when input is from standard input" msgstr "" #: gcc.c:816 msgid "Compilation of header file requested" msgstr "" #: config/nextstep.h:163 config/nextstep.h:166 msgid "-p profiling is no longer supported. Use -pg instead." msgstr "" #: config/dsp16xx/dsp16xx.h:103 config/dsp16xx/dsp16xx.h:112 msgid "A -ifile option requires a -map option" msgstr "" #: config/alpha/freebsd.h:36 config/i386/freebsd-aout.h:227 msgid "`-p' not supported; use `-pg' and gprof(1)" msgstr "" #: config/arm/arm.h:215 msgid "-mapcs-26 and -mapcs-32 may not be used together" msgstr "" #: config/arm/arm.h:227 msgid "-msoft-float and -mhard_float may not be used together" msgstr "" #: config/arm/arm.h:238 msgid "-mbig-endian and -mlittle-endian may not be used together" msgstr "" #: config/arm/arm.h:256 msgid "Incompatible interworking options" msgstr "" #: config/i386/cygwin.h:112 msgid "mno-cygwin and mno-win32 are not compatible" msgstr "" #: config/i386/cygwin.h:167 config/i386/mingw32.h:69 msgid "shared and mdll are not compatible" msgstr "" #: config/arm/riscix.h:73 config/arm/riscix.h:135 msgid "-mbsd and -pedantic incompatible" msgstr "" #: config/arm/riscix.h:74 config/arm/riscix.h:136 msgid "-mbsd and -mxopen incompatible" msgstr "" #: config/arm/riscix.h:75 config/arm/riscix.h:137 msgid "-mxopen and -pedantic incompatible" msgstr "" #: config/i860/fx2800.h:298 msgid "-p option not supported: use -pg instead" msgstr "" #: config/i386/sco5.h:669 config/i386/sco5.h:744 msgid "-static not valid with -mcoff" msgstr "" #: config/i386/sco5.h:670 config/i386/sco5.h:745 msgid "-shared not valid with -mcoff" msgstr "" #: config/i386/sco5.h:671 config/i386/sco5.h:746 msgid "-symbolic not valid with -mcoff" msgstr "" #: config/i386/sco5.h:709 msgid "-fpic is not valid with -mcoff" msgstr "" #: config/i386/sco5.h:710 msgid "-fPIC is not valid with -mcoff" msgstr "" #: config/i386/sco5.h:747 msgid "-fpic not valid with -mcoff" msgstr "" #: config/i386/sco5.h:748 msgid "-fPIC not valid with -mcoff" msgstr "" #: config/mcore/mcore.h:60 msgid "choose either big or little endian, not both" msgstr "" #: config/mcore/mcore.h:63 msgid "choose either m340 or m210 not both" msgstr "" #: config/mcore/mcore.h:64 msgid "the m210 does not have little endian support" msgstr ""