1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2002-02-17 15:16+0100\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
20 msgid "`%s' attribute directive ignored"
25 msgid "wrong number of arguments specified for `%s' attribute"
30 msgid "`%s' attribute does not apply to types"
35 msgid "`%s' attribute only applies to function types"
38 #: attribs.c:462 attribs.c:484 attribs.c:506 attribs.c:537 attribs.c:559
39 #: attribs.c:582 attribs.c:612 attribs.c:650 attribs.c:697 attribs.c:727
40 #: attribs.c:757 attribs.c:780 attribs.c:1026 attribs.c:1082 attribs.c:1138
41 #: attribs.c:1199 attribs.c:1225 attribs.c:1427 config/arm/arm.c:2009
42 #: config/arm/arm.c:2036 config/avr/avr.c:4683 config/h8300/h8300.c:3077
43 #: config/h8300/h8300.c:3102 config/i386/i386.c:1261 config/i386/winnt.c:74
45 msgid "`%s' attribute ignored"
50 msgid "unknown machine mode `%s'"
55 msgid "no data type for mode `%s'"
59 msgid "section attribute cannot be specified for local variables"
64 msgid "section of `%s' conflicts with previous declaration"
69 msgid "section attribute not allowed for `%s'"
73 msgid "section attributes are not supported for this target"
77 msgid "requested alignment is not a constant"
81 msgid "requested alignment is not a power of 2"
85 msgid "requested alignment is too large"
90 msgid "alignment may not be specified for `%s'"
95 msgid "`%s' defined both normally and as an alias"
99 msgid "alias arg not a string"
102 #: attribs.c:1049 attribs.c:1105
104 msgid "`%s' attribute applies only to functions"
107 #: attribs.c:1056 attribs.c:1112
109 msgid "can't set `%s' attribute after definition"
114 msgid "`%s' attribute ignored for `%s'"
119 msgid "invalid vector type for attribute `%s'"
122 #: attribs.c:1276 attribs.c:1281
123 msgid "no vector mode with the size and type specified could be found"
127 msgid "offset outside bounds of constant string"
131 msgid "second arg to `__builtin_prefetch' must be a constant"
135 msgid "invalid second arg to __builtin_prefetch; using zero"
139 msgid "third arg to `__builtin_prefetch' must be a constant"
143 msgid "invalid third arg to __builtin_prefetch; using zero"
146 #. ??? We used to try and build up a call to the out of line function,
147 #. guessing about what registers needed saving etc. This became much
148 #. harder with __builtin_va_start, since we don't have a tree for a
149 #. call to __builtin_saveregs to fall back on. There was exactly one
150 #. port (i860) that used this code, and I'm unconvinced it could actually
151 #. handle the general case. So we no longer try to handle anything
152 #. weird and make the backend absorb the evil.
154 msgid "__builtin_saveregs not supported by this target"
158 msgid "argument of `__builtin_args_info' must be constant"
162 msgid "argument of `__builtin_args_info' out of range"
166 msgid "missing argument in `__builtin_args_info'"
170 msgid "`va_start' used in function with fixed args"
174 msgid "second parameter of `va_start' not last named argument"
177 #. Evidently an out of date version of <stdarg.h>; can't validate
178 #. va_start's second argument, but can still work as intended.
180 msgid "`__builtin_next_arg' called without an argument"
184 msgid "too many arguments to function `va_start'"
188 msgid "first argument to `va_arg' not of type `va_list'"
193 msgid "`%s' is promoted to `%s' when passed through `...'"
198 msgid "(so you should pass `%s' not `%s' to `va_arg')"
202 msgid "invalid arg to `__builtin_frame_address'"
206 msgid "invalid arg to `__builtin_return_address'"
210 msgid "unsupported arg to `__builtin_frame_address'"
214 msgid "unsupported arg to `__builtin_return_address'"
218 msgid "second arg to `__builtin_expect' must be a constant"
222 msgid "__builtin_longjmp second argument must be 1"
226 msgid "__builtin_trap not supported by this target"
229 #. just do library call, if unknown builtin
230 #: builtins.c:3948 c-common.c:3689
232 msgid "built-in function `%s' not currently supported"
237 msgid "`%s' is not defined outside of function scope"
242 "concatenation of string literals with __FUNCTION__ is deprecated. This "
243 "feature will be removed in future"
249 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
250 "required to support"
253 #: c-common.c:707 ch/decl.c:4100
254 msgid "overflow in constant expression"
258 msgid "integer overflow in expression"
262 msgid "floating point overflow in expression"
265 #. This detects cases like converting -129 or 256 to unsigned char.
267 msgid "large integer implicitly truncated to unsigned type"
271 msgid "negative integer implicitly converted to unsigned type"
275 msgid "overflow in implicit constant conversion"
280 msgid "operation on `%s' may be undefined"
284 msgid "expression statement has incomplete type"
287 #: c-common.c:1279 ch/actions.c:1027
288 msgid "case label does not reduce to an integer constant"
292 msgid "invalid truth-value expression"
297 msgid "invalid operands to binary %s"
300 #: c-common.c:1865 c-common.c:1874
301 msgid "comparison is always false due to limited range of data type"
304 #: c-common.c:1867 c-common.c:1876
305 msgid "comparison is always true due to limited range of data type"
309 msgid "comparison of unsigned expression >= 0 is always true"
313 msgid "comparison of unsigned expression < 0 is always false"
316 #: c-common.c:2002 f/com.c:14818
317 msgid "struct type value used where scalar is required"
320 #: c-common.c:2006 f/com.c:14822
321 msgid "union type value used where scalar is required"
324 #: c-common.c:2010 f/com.c:14826
325 msgid "array type value used where scalar is required"
328 #: c-common.c:2125 f/com.c:14952
329 msgid "suggest parentheses around assignment used as truth value"
332 #: c-common.c:2169 c-common.c:2201
333 msgid "invalid use of `restrict'"
337 msgid "__alignof__ applied to an incomplete type"
341 msgid "`__alignof' applied to a bit-field"
346 msgid "cannot disable built-in function `%s'"
349 #: c-common.c:3066 c-typeck.c:1782
351 msgid "too few arguments to function `%s'"
354 #: c-common.c:3072 c-typeck.c:1635
356 msgid "too many arguments to function `%s'"
360 msgid "pointers are not permitted as case values"
364 msgid "ISO C++ forbids range expressions in switch statements"
368 msgid "ISO C forbids range expressions in switch statements"
372 msgid "empty range specified"
376 msgid "duplicate (or overlapping) case value"
380 msgid "this is the first entry overlapping that value"
383 #: c-common.c:3355 ch/actions.c:1125
384 msgid "duplicate case value"
388 msgid "previously used here"
392 msgid "multiple default labels in one switch"
396 msgid "this is the first default label"
400 msgid "ISO C++ forbids taking the address of a label"
404 msgid "ISO C forbids taking the address of a label"
408 msgid "-Wformat-y2k ignored without -Wformat"
412 msgid "-Wformat-extra-args ignored without -Wformat"
416 msgid "-Wformat-nonliteral ignored without -Wformat"
420 msgid "-Wformat-security ignored without -Wformat"
424 msgid "-Wmissing-format-attribute ignored without -Wformat"
429 msgid "declaration of `%s' shadows %s"
432 #: c-convert.c:78 c-typeck.c:1036 c-typeck.c:4160 ch/convert.c:1164
433 #: cp/typeck.c:1728 cp/typeck.c:6304
434 msgid "void value not ignored as it ought to be"
437 #: c-convert.c:110 java/typeck.c:150
438 msgid "conversion to non-scalar type requested"
442 msgid "-traditional is deprecated and may be removed"
447 msgid "unknown C standard `%s'"
452 msgid "array `%s' assumed to have one element"
457 msgid "`struct %s' incomplete in scope ending here"
462 msgid "`union %s' incomplete in scope ending here"
467 msgid "`enum %s' incomplete in scope ending here"
470 #: c-decl.c:1143 c-decl.c:1284 ch/decl.c:2920 java/decl.c:1373
472 msgid "label `%s' used but not defined"
475 #: c-decl.c:1149 c-decl.c:1291 ch/decl.c:2926 java/decl.c:1379
477 msgid "label `%s' defined but not used"
480 #: c-decl.c:1408 cp/decl.c:3124
482 msgid "function `%s' redeclared as inline"
485 #: c-decl.c:1410 cp/decl.c:3126
487 msgid "previous declaration of function `%s' with attribute noinline"
490 #: c-decl.c:1417 cp/decl.c:3133
492 msgid "function `%s' redeclared with attribute noinline"
495 #: c-decl.c:1419 cp/decl.c:3135
497 msgid "previous declaration of function `%s' was inline"
500 #: c-decl.c:1448 c-decl.c:1501
502 msgid "shadowing built-in function `%s'"
507 msgid "shadowing library function `%s'"
512 msgid "library function `%s' declared as non-function"
515 #: c-decl.c:1460 c-decl.c:1463
517 msgid "built-in function `%s' declared as non-function"
520 #: c-decl.c:1467 objc/objc-act.c:2334 objc/objc-act.c:6036
522 msgid "`%s' redeclared as different kind of symbol"
525 #: c-decl.c:1468 c-decl.c:1666 c-decl.c:1815 objc/objc-act.c:2336
526 #: objc/objc-act.c:6038 objc/objc-act.c:6093
528 msgid "previous declaration of `%s'"
531 #. If types don't match for a built-in, throw away the built-in.
534 msgid "conflicting types for built-in function `%s'"
537 #: c-decl.c:1613 c-decl.c:1632
539 msgid "conflicting types for `%s'"
544 "a parameter list with an ellipsis can't match an empty parameter name list "
550 "an argument type that has a default promotion can't match an empty parameter "
551 "name list declaration"
554 #: c-decl.c:1676 c-decl.c:1698
556 msgid "redefinition of `%s'"
561 msgid "redeclaration of `%s'"
566 msgid "conflicting declarations of `%s'"
571 msgid "prototype for `%s' follows"
574 #: c-decl.c:1726 c-decl.c:1734 c-decl.c:1750
575 msgid "non-prototype definition here"
580 msgid "prototype for `%s' follows and number of arguments doesn't match"
585 msgid "prototype for `%s' follows and argument %d doesn't match"
590 msgid "`%s' declared inline after being called"
595 msgid "`%s' declared inline after its definition"
600 msgid "static declaration for `%s' follows non-static"
605 msgid "non-static declaration for `%s' follows static"
610 msgid "const declaration for `%s' follows non-const"
615 msgid "type qualifiers for `%s' conflict with previous decl"
620 msgid "redundant redeclaration of `%s' in same scope"
623 #: c-decl.c:2118 java/decl.c:1072
625 msgid "declaration of `%s' shadows a parameter"
628 #: c-decl.c:2121 java/decl.c:1075
630 msgid "declaration of `%s' shadows a symbol from the parameter list"
633 #: c-decl.c:2142 cp/decl.c:4206
637 #: c-decl.c:2144 cp/decl.c:4223
638 msgid "a previous local"
641 #. XXX shadow warnings in outer-more namespaces
642 #: c-decl.c:2148 cp/decl.c:4227
643 msgid "a global declaration"
648 msgid "nested extern declaration of `%s'"
651 #: c-decl.c:2212 java/decl.c:1025
653 msgid "`%s' used prior to declaration"
656 #: c-decl.c:2227 c-decl.c:2442
658 msgid "`%s' was declared implicitly `extern' and later `static'"
661 #: c-decl.c:2337 cp/decl.c:4065
662 msgid "type mismatch with previous external decl"
667 msgid "previous external decl of `%s'"
671 msgid "type mismatch with previous implicit declaration"
676 msgid "previous implicit declaration of `%s'"
681 msgid "type of external `%s' is not global"
686 msgid "`%s' was previously implicitly declared to return `int'"
691 msgid "`%s' was declared `extern' and later `static'"
696 msgid "extern declaration of `%s' doesn't match global one"
701 msgid "`%s' locally external but globally static"
706 msgid "function `%s' was previously declared within a block"
709 #: c-decl.c:2654 c-decl.c:2656
711 msgid "implicit declaration of function `%s'"
716 msgid "label %s referenced outside of any function"
721 msgid "duplicate label declaration `%s'"
725 msgid "this is a previous declaration"
729 msgid "unnamed struct/union that defines no instances"
733 msgid "useless keyword or type name in empty declaration"
737 msgid "two types specified in one empty declaration"
740 #: c-decl.c:3347 c-parse.y:725 c-parse.y:727 parse.y:728 parse.y:1808
741 #: objc-parse.y:761 objc-parse.y:763 objc-parse.y:2997
742 msgid "empty declaration"
747 "ISO C89 does not support `static' or type qualifiers in parameter array "
752 msgid "ISO C89 does not support `[*]' array declarators"
756 msgid "GCC does not yet properly implement `[*]' array declarators"
760 msgid "static or type qualifiers in abstract declarator"
765 msgid "`%s' is usually a function"
770 msgid "typedef `%s' is initialized"
775 msgid "function `%s' is initialized like a variable"
778 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
781 msgid "parameter `%s' is initialized"
784 #: c-decl.c:3523 c-typeck.c:4930
785 msgid "variable-sized object may not be initialized"
790 msgid "variable `%s' has initializer but incomplete type"
795 msgid "elements of array `%s' have incomplete type"
800 msgid "declaration of `%s' has `extern' and is initialized"
803 #: c-decl.c:3583 c-decl.c:6232 cp/decl.c:7259 cp/decl.c:13533
805 msgid "inline function `%s' given attribute noinline"
810 msgid "initializer fails to determine size of `%s'"
815 msgid "array size missing in `%s'"
820 msgid "zero or negative size array `%s'"
823 #: c-decl.c:3713 ch/decl.c:4133
825 msgid "storage size of `%s' isn't known"
830 msgid "storage size of `%s' isn't constant"
835 msgid "ignoring asm-specifier for non-static local variable `%s'"
840 msgid "ISO C forbids parameter `%s' shadowing typedef"
843 #: c-decl.c:4161 cp/decl.c:10061
844 msgid "`long long long' is too long for GCC"
848 msgid "ISO C89 does not support `long long'"
851 #: c-decl.c:4171 cp/decl.c:10066
853 msgid "duplicate `%s'"
856 #: c-decl.c:4177 cp/decl.c:10090
858 msgid "two or more data types in declaration of `%s'"
861 #: c-decl.c:4197 cp/decl.c:10095
863 msgid "`%s' fails to be a typedef or built in type"
868 msgid "type defaults to `int' in declaration of `%s'"
873 msgid "both long and short specified for `%s'"
876 #: c-decl.c:4269 cp/decl.c:10210
878 msgid "long or short specified with char for `%s'"
881 #: c-decl.c:4276 cp/decl.c:10214
883 msgid "long or short specified with floating type for `%s'"
887 msgid "the only valid combination is `long double'"
892 msgid "both signed and unsigned specified for `%s'"
895 #: c-decl.c:4287 cp/decl.c:10203
897 msgid "long, short, signed or unsigned invalid for `%s'"
900 #: c-decl.c:4293 cp/decl.c:10223
902 msgid "long, short, signed or unsigned used invalidly for `%s'"
905 #: c-decl.c:4312 cp/decl.c:10244
907 msgid "complex invalid for `%s'"
911 msgid "ISO C89 does not support complex types"
915 msgid "ISO C does not support plain `complex' meaning `double complex'"
918 #: c-decl.c:4375 c-decl.c:4387
919 msgid "ISO C does not support complex integer types"
922 #: c-decl.c:4402 c-decl.c:4841 cp/decl.c:10852
923 msgid "duplicate `const'"
926 #: c-decl.c:4404 c-decl.c:4845 cp/decl.c:10856
927 msgid "duplicate `restrict'"
930 #: c-decl.c:4406 c-decl.c:4843 cp/decl.c:10854
931 msgid "duplicate `volatile'"
934 #: c-decl.c:4428 cp/decl.c:10401
936 msgid "multiple storage classes in declaration of `%s'"
940 msgid "function definition declared `auto'"
944 msgid "function definition declared `register'"
948 msgid "function definition declared `typedef'"
953 msgid "storage class specified for structure field `%s'"
956 #: c-decl.c:4458 cp/decl.c:10448
958 msgid "storage class specified for parameter `%s'"
961 #: c-decl.c:4461 cp/decl.c:10450
962 msgid "storage class specified for typename"
965 #: c-decl.c:4473 cp/decl.c:10464
967 msgid "`%s' initialized and declared `extern'"
970 #: c-decl.c:4475 cp/decl.c:10467
972 msgid "`%s' has both `extern' and initializer"
975 #: c-decl.c:4479 cp/decl.c:10471
977 msgid "nested function `%s' declared `extern'"
980 #: c-decl.c:4482 cp/decl.c:10475
982 msgid "top-level declaration of `%s' specifies `auto'"
985 #. Only the innermost declarator (making a parameter be of
986 #. array type which is converted to pointer type)
987 #. may have static or type qualifiers.
988 #: c-decl.c:4517 c-decl.c:4706
989 msgid "static or type qualifiers in non-parameter array declarator"
994 msgid "declaration of `%s' as array of voids"
999 msgid "declaration of `%s' as array of functions"
1004 msgid "size of array `%s' has non-integer type"
1009 msgid "ISO C forbids zero-size array `%s'"
1014 msgid "size of array `%s' is negative"
1019 msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
1024 msgid "ISO C89 forbids variable-size array `%s'"
1027 #: c-decl.c:4646 c-decl.c:4867 cp/decl.c:11074
1029 msgid "size of array `%s' is too large"
1033 msgid "ISO C89 does not support flexible array members"
1037 msgid "array type has incomplete element type"
1040 #: c-decl.c:4680 c-decl.c:4917
1041 msgid "ISO C forbids const or volatile function types"
1044 #: c-decl.c:4726 cp/decl.c:10612
1046 msgid "`%s' declared as function returning a function"
1049 #: c-decl.c:4731 cp/decl.c:10617
1051 msgid "`%s' declared as function returning an array"
1055 msgid "ISO C forbids qualified void function return type"
1059 msgid "type qualifiers ignored on function return type"
1062 #: c-decl.c:4799 c-decl.c:4882 c-decl.c:5006 c-decl.c:5100
1063 msgid "ISO C forbids qualified function types"
1066 #: c-decl.c:4839 cp/decl.c:10848
1067 msgid "invalid type modifier within pointer declarator"
1070 #: c-decl.c:4937 cp/decl.c:11354
1072 msgid "variable or field `%s' declared void"
1076 msgid "attributes in parameter array declarator ignored"
1080 msgid "invalid type modifier within array declarator"
1085 msgid "field `%s' declared as a function"
1090 msgid "field `%s' has incomplete type"
1093 #: c-decl.c:5082 c-decl.c:5084 c-decl.c:5091
1095 msgid "invalid storage class for function `%s'"
1099 msgid "`noreturn' function returns non-void value"
1103 msgid "cannot inline function `main'"
1108 msgid "variable `%s' declared `inline'"
1111 #: c-decl.c:5247 c-decl.c:6284
1112 msgid "function declaration isn't a prototype"
1116 msgid "parameter names (without types) in function declaration"
1119 #: c-decl.c:5285 c-decl.c:6675
1121 msgid "parameter `%s' has incomplete type"
1125 msgid "parameter has incomplete type"
1130 msgid "parameter `%s' points to incomplete type"
1134 msgid "parameter points to incomplete type"
1139 msgid "parameter `%s' has just a forward declaration"
1143 msgid "`void' in parameter list must be the entire list"
1148 msgid "`struct %s' declared inside parameter list"
1153 msgid "`union %s' declared inside parameter list"
1158 msgid "`enum %s' declared inside parameter list"
1162 msgid "anonymous struct declared inside parameter list"
1166 msgid "anonymous union declared inside parameter list"
1170 msgid "anonymous enum declared inside parameter list"
1175 "its scope is only this definition or declaration, which is probably not what "
1181 msgid "redefinition of `union %s'"
1186 msgid "redefinition of `struct %s'"
1190 msgid "unnamed fields of type other than struct or union are not allowed"
1193 #: c-decl.c:5632 c-decl.c:5635
1195 msgid "%s defined inside parms"
1198 #: c-decl.c:5633 c-decl.c:5636 c-decl.c:5647
1202 #: c-decl.c:5633 c-decl.c:5636
1208 msgid "%s has no %s"
1216 msgid "named members"
1225 msgid "nested redefinition of `%s'"
1230 msgid "bit-field `%s' width not an integer constant"
1235 msgid "bit-field `%s' has invalid type"
1240 msgid "bit-field `%s' type invalid in ISO C"
1245 msgid "negative width in bit-field `%s'"
1250 msgid "width of `%s' exceeds its type"
1255 msgid "zero width for bit-field `%s'"
1260 msgid "`%s' is narrower than values of its type"
1264 msgid "flexible array member in union"
1268 msgid "flexible array member not at end of struct"
1272 msgid "flexible array member in otherwise empty struct"
1275 #: c-decl.c:5827 ch/typeck.c:3060
1277 msgid "duplicate member `%s'"
1281 msgid "union cannot be made transparent"
1284 #. This enum is a named one that has been declared already.
1287 msgid "redeclaration of `enum %s'"
1291 msgid "enum defined inside parms"
1295 msgid "enumeration values exceed range of largest integer"
1298 #: c-decl.c:6141 ch/decl.c:4437
1300 msgid "enumerator value for `%s' not integer constant"
1303 #: c-decl.c:6154 ch/decl.c:4449
1304 msgid "overflow in enumeration values"
1308 msgid "ISO C restricts enumerator values to range of `int'"
1312 msgid "return type is an incomplete type"
1316 msgid "return type defaults to `int'"
1321 msgid "no previous prototype for `%s'"
1326 msgid "`%s' was used with no prototype before its definition"
1331 msgid "no previous declaration for `%s'"
1336 msgid "`%s' was used with no declaration before its definition"
1339 #: c-decl.c:6337 c-decl.c:6918
1341 msgid "return type of `%s' is not `int'"
1346 msgid "first argument of `%s' should be `int'"
1351 msgid "second argument of `%s' should be `char **'"
1356 msgid "third argument of `%s' should probably be `char **'"
1361 msgid "`%s' takes only zero or two arguments"
1366 msgid "`%s' is normally a non-static function"
1370 msgid "parm types given both in parmlist and separately"
1374 msgid "parameter name omitted"
1377 #: c-decl.c:6518 c-decl.c:6620
1379 msgid "parameter `%s' declared void"
1383 msgid "parameter name missing from parameter list"
1388 msgid "multiple parameters named `%s'"
1391 #: c-decl.c:6644 c-decl.c:6646
1393 msgid "type of `%s' defaults to `int'"
1398 msgid "declaration for parameter `%s' but no such parameter"
1402 msgid "number of arguments doesn't match prototype"
1407 msgid "promoted argument `%s' doesn't match prototype"
1412 msgid "argument `%s' doesn't match prototype"
1415 #: c-decl.c:6949 cp/decl.c:14236
1416 msgid "no return statement in function returning non-void"
1420 msgid "this function may return with or without a value"
1425 msgid "size of return value of `%s' is %u bytes"
1430 msgid "size of return value of `%s' is larger than %d bytes"
1433 #. If we get here, declarations have been used in a for loop without
1434 #. the C99 for loop scope. This doesn't make much sense, so don't
1437 msgid "`for' loop initial declaration used outside C99 mode"
1442 msgid "`struct %s' declared in `for' loop initial declaration"
1447 msgid "`union %s' declared in `for' loop initial declaration"
1452 msgid "`enum %s' declared in `for' loop initial declaration"
1457 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1462 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1467 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1470 #: c-format.c:128 c-format.c:210
1471 msgid "format string arg not a string type"
1475 msgid "args to be formatted is not '...'"
1479 msgid "strftime formats cannot format arguments"
1482 #: c-format.c:187 c-format.c:289
1483 msgid "format string has invalid operand number"
1487 msgid "function does not return string type"
1491 msgid "unrecognized format specifier"
1496 msgid "`%s' is an unrecognized format function type"
1500 msgid "format string arg follows the args to be formatted"
1508 msgid "the ` ' printf flag"
1511 #: c-format.c:621 c-format.c:692
1516 msgid "the `+' printf flag"
1519 #: c-format.c:622 c-format.c:668
1524 msgid "the `#' printf flag"
1527 #: c-format.c:623 c-format.c:666
1532 msgid "the `0' printf flag"
1535 #: c-format.c:624 c-format.c:665 c-format.c:695
1540 msgid "the `-' printf flag"
1543 #: c-format.c:625 c-format.c:649
1548 msgid "the `'' printf flag"
1551 #: c-format.c:626 c-format.c:650
1556 msgid "the `I' printf flag"
1559 #: c-format.c:627 c-format.c:647 c-format.c:669 c-format.c:696 c-format.c:1791
1564 msgid "field width in printf format"
1572 msgid "precision in printf format"
1575 #: c-format.c:629 c-format.c:648 c-format.c:699
1576 msgid "length modifier"
1580 msgid "length modifier in printf format"
1584 msgid "assignment suppression"
1588 msgid "the assignment suppression scanf feature"
1596 msgid "the `a' scanf flag"
1600 msgid "field width in scanf format"
1604 msgid "length modifier in scanf format"
1608 msgid "the `'' scanf flag"
1612 msgid "the `I' scanf flag"
1620 msgid "the `_' strftime flag"
1624 msgid "the `-' strftime flag"
1628 msgid "the `0' strftime flag"
1631 #: c-format.c:667 c-format.c:691
1636 msgid "the `^' strftime flag"
1640 msgid "the `#' strftime flag"
1644 msgid "field width in strftime format"
1648 msgid "`E' modifier"
1652 msgid "the `E' strftime modifier"
1656 msgid "`O' modifier"
1660 msgid "the `O' strftime modifier"
1664 msgid "the `O' modifier"
1668 msgid "fill character"
1672 msgid "fill character in strfmon format"
1676 msgid "the `^' strfmon flag"
1680 msgid "the `+' strfmon flag"
1688 msgid "the `(' strfmon flag"
1696 msgid "the `!' strfmon flag"
1700 msgid "the `-' strfmon flag"
1704 msgid "field width in strfmon format"
1708 msgid "left precision"
1712 msgid "left precision in strfmon format"
1716 msgid "right precision"
1720 msgid "right precision in strfmon format"
1724 msgid "length modifier in strfmon format"
1729 msgid "function might be possible candidate for `%s' format attribute"
1732 #: c-format.c:1122 c-format.c:1143 c-format.c:2201
1733 msgid "missing $ operand number in format"
1738 msgid "%s does not support %%n$ operand number formats"
1742 msgid "operand number out of range in format"
1747 msgid "format argument %d used more than once in %s format"
1752 msgid "format argument %d unused before used argument %d in $-style format"
1756 msgid "format not a string literal, format string not checked"
1760 msgid "format not a string literal and no format arguments"
1764 msgid "format not a string literal, argument types not checked"
1768 msgid "too many arguments for format"
1772 msgid "unused arguments in $-style format"
1776 msgid "zero-length format string"
1780 msgid "format is a wide character string"
1784 msgid "unterminated format string"
1787 #. FIXME: this warning should go away once Marc Espie's
1788 #. __attribute__((nonnull)) patch is in. Instead, checking for
1789 #. nonnull attributes should probably change this function to act
1790 #. specially if info == NULL and add a res->number_null entry for
1791 #. that case, or maybe add a function pointer to be called at
1792 #. the end instead of hardcoding check_format_info_main.
1794 msgid "null format string"
1798 msgid "embedded `\\0' in format"
1803 msgid "spurious trailing `%%' in format"
1806 #: c-format.c:1724 c-format.c:1961
1808 msgid "repeated %s in format"
1812 msgid "missing fill character at end of strfmon format"
1815 #: c-format.c:1757 c-format.c:1875 c-format.c:2155 c-format.c:2208
1816 msgid "too few arguments for format"
1821 msgid "zero width in %s format"
1826 msgid "empty left precision in %s format"
1830 msgid "field precision"
1835 msgid "empty precision in %s format"
1840 msgid "%s does not support the `%s' %s length modifier"
1844 msgid "conversion lacks type at end of format"
1849 msgid "unknown conversion type character `%c' in format"
1854 msgid "unknown conversion type character 0x%x in format"
1859 msgid "%s does not support the `%%%c' %s format"
1864 msgid "%s used with `%%%c' %s format"
1869 msgid "%s does not support %s"
1874 msgid "%s does not support %s with the `%%%c' %s format"
1879 msgid "%s ignored with %s and `%%%c' %s format"
1884 msgid "%s ignored with %s in %s format"
1889 msgid "use of %s and %s together with `%%%c' %s format"
1894 msgid "use of %s and %s together in %s format"
1899 msgid "`%%%c' yields only last 2 digits of year in some locales"
1904 msgid "`%%%c' yields only last 2 digits of year"
1907 #. The end of the format string was reached.
1910 msgid "no closing `]' for `%%[' format"
1915 msgid "use of `%s' length modifier with `%c' type character"
1920 msgid "%s does not support the `%%%s%c' %s format"
1924 msgid "operand number specified with suppressed assignment"
1928 msgid "operand number specified for format taking no argument"
1933 msgid "writing through null pointer (arg %d)"
1938 msgid "reading through null pointer (arg %d)"
1943 msgid "writing into constant object (arg %d)"
1948 msgid "extra type qualifiers in format argument (arg %d)"
1953 msgid "format argument is not a pointer (arg %d)"
1958 msgid "format argument is not a pointer to a pointer (arg %d)"
1966 msgid "different type"
1971 msgid "%s is not type %s (arg %d)"
1976 msgid "%s format, %s arg (arg %d)"
1980 msgid "badly nested C headers from preprocessor"
1985 msgid "ignoring #pragma %s %s"
1990 msgid "ignoring #pragma %s"
1995 msgid "universal-character-name '\\U%08x' not valid in identifier"
2000 msgid "universal-character-name '\\u%04x' not valid in identifier"
2004 msgid "both 'f' and 'l' suffixes on floating constant"
2009 msgid "floating point number exceeds range of '%s'"
2014 msgid "stray '%c' in program"
2019 msgid "stray '\\%o' in program"
2023 msgid "too many decimal points in floating constant"
2027 msgid "decimal point in exponent - impossible!"
2030 #. Possible future extension: silently ignore _ in numbers,
2031 #. permitting cosmetic grouping - e.g. 0x8000_0000 == 0x80000000
2032 #. but somewhat easier to read. Ada has this?
2034 msgid "underscore in number"
2038 msgid "numeric constant with no digits"
2042 msgid "numeric constant contains digits beyond the radix"
2046 msgid "floating constant may not be in radix 16"
2050 msgid "hexadecimal floating constant has no exponent"
2054 msgid "floating constant exponent has no digits"
2058 msgid "more than one 'f' suffix on floating constant"
2062 msgid "traditional C rejects the 'f' suffix"
2066 msgid "more than one 'l' suffix on floating constant"
2070 msgid "traditional C rejects the 'l' suffix"
2074 msgid "more than one 'i' or 'j' suffix on floating constant"
2077 #: c-lex.c:1037 c-lex.c:1131
2078 msgid "ISO C forbids imaginary numeric constants"
2082 msgid "invalid suffix on floating constant"
2085 #. We got an exception from parse_float()
2087 msgid "floating constant out of range"
2091 msgid "floating point number exceeds range of 'double'"
2095 msgid "two 'u' suffixes on integer constant"
2099 msgid "traditional C rejects the 'u' suffix"
2103 msgid "three 'l' suffixes on integer constant"
2107 msgid "'lul' is not a valid integer suffix"
2111 msgid "'Ll' and 'lL' are not valid integer suffixes"
2115 msgid "ISO C89 forbids long long integer constants"
2119 msgid "more than one 'i' or 'j' suffix on integer constant"
2123 msgid "invalid suffix on integer constant"
2129 "integer constant is too large for this configuration of the compiler - "
2130 "truncated to %d bits"
2134 msgid "width of integer constant changes with -traditional"
2138 msgid "integer constant is unsigned in ISO C, signed with -traditional"
2142 msgid "width of integer constant may change on other systems with -traditional"
2147 msgid "integer constant larger than the maximum value of %s"
2151 msgid "an unsigned long long int"
2155 msgid "a long long int"
2159 msgid "an unsigned long int"
2163 msgid "decimal constant is so large that it is unsigned"
2167 msgid "complex integer constant is too wide for 'complex int'"
2171 msgid "integer constant is larger than the maximum value for its type"
2176 msgid "missing white space after number '%.*s'"
2179 #: c-lex.c:1326 cpplex.c:1866
2180 msgid "ignoring invalid multibyte character"
2183 #. Like YYERROR but do call yyerror.
2184 #: c-parse.y:56 parse.y:51 objc-parse.y:57
2185 msgid "syntax error"
2188 #: /usr/share/bison.simple:112
2189 msgid "syntax error: cannot back up"
2192 #: /usr/share/bison.simple:367
2193 msgid "parser stack overflow"
2196 #: c-parse.y:288 objc-parse.y:310
2197 msgid "ISO C forbids an empty source file"
2200 #: c-parse.y:321 c-typeck.c:6966 ch/parse.c:2113 objc-parse.y:343
2201 msgid "argument of `asm' is not a constant string"
2204 #: c-parse.y:329 objc-parse.y:351
2205 msgid "ISO C forbids data definition with no type or storage class"
2208 #: c-parse.y:331 objc-parse.y:353
2209 msgid "data definition has no type or storage class"
2212 #: c-parse.y:344 objc-parse.y:366
2213 msgid "ISO C does not allow extra `;' outside of a function"
2216 #: c-parse.y:404 cppexp.c:691
2217 msgid "traditional C rejects the unary plus operator"
2220 #: c-parse.y:466 objc-parse.y:488
2221 msgid "`sizeof' applied to a bit-field"
2224 #: c-parse.y:546 objc-parse.y:568
2225 msgid "ISO C forbids omitting the middle term of a ?: expression"
2228 #: c-parse.y:593 objc-parse.y:615
2229 msgid "ISO C89 forbids compound literals"
2232 #: c-parse.y:607 objc-parse.y:629
2233 msgid "ISO C forbids braced-groups within expressions"
2236 #: c-parse.y:638 objc-parse.y:660
2237 msgid "first argument to __builtin_choose_expr not a constant"
2241 msgid "traditional C rejects string concatenation"
2244 #: c-parse.y:696 objc-parse.y:732
2245 msgid "ISO C does not permit use of `varargs.h'"
2248 #: c-parse.y:957 c-parse.y:963 c-parse.y:969 c-parse.y:975 c-parse.y:996
2249 #: c-parse.y:1002 c-parse.y:1008 c-parse.y:1014 c-parse.y:1047 c-parse.y:1053
2250 #: c-parse.y:1059 c-parse.y:1065 c-parse.y:1110 c-parse.y:1116 c-parse.y:1122
2251 #: c-parse.y:1128 parse.y:1888 parse.y:1895 parse.y:1930 objc-parse.y:993
2252 #: objc-parse.y:999 objc-parse.y:1005 objc-parse.y:1011 objc-parse.y:1032
2253 #: objc-parse.y:1038 objc-parse.y:1044 objc-parse.y:1050 objc-parse.y:1083
2254 #: objc-parse.y:1089 objc-parse.y:1095 objc-parse.y:1101 objc-parse.y:1146
2255 #: objc-parse.y:1152 objc-parse.y:1158 objc-parse.y:1164
2257 msgid "`%s' is not at beginning of declaration"
2260 #: c-parse.y:1410 objc-parse.y:1455
2261 msgid "ISO C forbids empty initializer braces"
2264 #: c-parse.y:1424 objc-parse.y:1469
2265 msgid "ISO C89 forbids specifying subobject to initialize"
2268 #: c-parse.y:1427 objc-parse.y:1472
2269 msgid "obsolete use of designated initializer without `='"
2272 #: c-parse.y:1431 objc-parse.y:1476
2273 msgid "obsolete use of designated initializer with `:'"
2277 msgid "ISO C forbids specifying range of elements to initialize"
2280 #: c-parse.y:1468 c-parse.y:1498 objc-parse.y:1507 objc-parse.y:1537
2281 msgid "ISO C forbids nested functions"
2284 #: c-parse.y:1672 objc-parse.y:1713
2285 msgid "ISO C forbids forward references to `enum' types"
2288 #: c-parse.y:1684 parse.y:2341 objc-parse.y:1725
2289 msgid "comma at end of enumerator list"
2292 #: c-parse.y:1692 objc-parse.y:1733
2293 msgid "no semicolon at end of struct or union"
2296 #: c-parse.y:1701 objc-parse.y:1742 objc-parse.y:2819
2297 msgid "extra semicolon in struct or union specified"
2300 #: c-parse.y:1714 objc-parse.y:1769
2301 msgid "ISO C doesn't support unnamed structs/unions"
2304 #: c-parse.y:1723 objc-parse.y:1778
2305 msgid "ISO C forbids member declarations with no members"
2308 #: c-parse.y:1872 c-parse.y:1876 c-parse.y:1880 objc-parse.y:1927
2309 #: objc-parse.y:1931 objc-parse.y:1935
2310 msgid "storage class specifier in array declarator"
2313 #: c-parse.y:1895 objc-parse.y:1950
2314 msgid "deprecated use of label at end of compound statement"
2317 #: c-parse.y:1912 objc-parse.y:1967
2318 msgid "ISO C89 forbids mixed declarations and code"
2321 #: c-parse.y:1986 objc-parse.y:2045
2322 msgid "ISO C forbids label declarations"
2325 #: c-parse.y:2035 parse.y:1588 objc-parse.y:2094
2326 msgid "braced-group within expression allowed only inside a function"
2329 #: c-parse.y:2161 objc-parse.y:2220
2330 msgid "empty body in an else-statement"
2333 #: c-parse.y:2281 objc-parse.y:2340
2334 msgid "ISO C forbids `goto *expr;'"
2337 #: c-parse.y:2379 objc-parse.y:2438
2338 msgid "ISO C forbids forward parameter declarations"
2341 #. Gcc used to allow this as an extension. However, it does
2342 #. not work for all targets, and thus has been disabled.
2343 #. Also, since func (...) and func () are indistinguishable,
2344 #. it caused problems with the code in expand_builtin which
2345 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2347 #: c-parse.y:2405 objc-parse.y:2464
2348 msgid "ISO C requires a named argument before `...'"
2351 #: c-parse.y:2500 objc-parse.y:2559
2352 msgid "`...' in old-style identifier list"
2355 #: /usr/share/bison.simple:650
2356 msgid "parse error; also virtual memory exceeded"
2359 #: /usr/share/bison.simple:654 cp/spew.c:343
2363 #: c-parse.y:2824 cp/spew.c:1477 objc-parse.y:3511
2365 msgid "%s at end of input"
2368 #: c-parse.y:2830 cp/spew.c:1483 objc-parse.y:3517
2370 msgid "%s before %s'%c'"
2373 #: c-parse.y:2832 cp/spew.c:1485 objc-parse.y:3519
2375 msgid "%s before %s'\\x%x'"
2378 #: c-parse.y:2836 cp/spew.c:1489 objc-parse.y:3523
2380 msgid "%s before string constant"
2383 #: c-parse.y:2838 cp/spew.c:1491 objc-parse.y:3525
2385 msgid "%s before numeric constant"
2388 #: c-parse.y:2840 objc-parse.y:3527
2390 msgid "%s before \"%s\""
2393 #: c-parse.y:2842 objc-parse.y:3529
2395 msgid "%s before '%s' token"
2398 #: c-parse.y:2978 objc-parse.y:3708
2400 msgid "syntax error at '%s' token"
2403 #: c-parse.y:3008 ch/parse.c:4329 cp/lex.c:906 objc-parse.y:3738
2404 msgid "YYDEBUG not defined"
2409 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2415 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2420 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2424 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2428 msgid "missing '(' after '#pragma pack' - ignored"
2431 #: c-pragma.c:197 c-pragma.c:247
2432 msgid "malformed '#pragma pack' - ignored"
2436 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2440 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2445 msgid "unknown action '%s' for '#pragma pack' - ignored"
2449 msgid "junk at end of '#pragma pack'"
2454 msgid "alignment must be a small power of two, not %d"
2457 #: c-pragma.c:290 c-pragma.c:295
2458 msgid "malformed #pragma weak, ignored"
2462 msgid "junk at end of #pragma weak"
2465 #: c-semantics.c:563
2466 msgid "break statement not within loop or switch"
2469 #: c-semantics.c:581
2470 msgid "continue statement not within a loop"
2473 #: c-semantics.c:676
2474 msgid "destructor needed for `%#D'"
2477 #: c-semantics.c:677
2478 msgid "where case label appears here"
2481 #: c-semantics.c:680
2483 "(enclose actions of previous case statements requiring destructors in their "
2487 #: c-semantics.c:723 c-typeck.c:6994 cp/semantics.c:884
2489 msgid "%s qualifier ignored on asm"
2494 msgid "`%s' has an incomplete type"
2497 #: c-typeck.c:146 cp/call.c:2593
2498 msgid "invalid use of void expression"
2502 msgid "invalid use of flexible array member"
2505 #: c-typeck.c:160 cp/typeck2.c:227
2506 msgid "invalid use of array with unspecified bounds"
2511 msgid "invalid use of undefined type `%s %s'"
2514 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2517 msgid "invalid use of incomplete typedef `%s'"
2520 #: c-typeck.c:403 c-typeck.c:417
2521 msgid "function types not truly compatible in ISO C"
2525 msgid "types are not quite compatible"
2529 msgid "sizeof applied to a function type"
2533 msgid "sizeof applied to a void type"
2537 msgid "sizeof applied to an incomplete type"
2540 #: c-typeck.c:796 c-typeck.c:2817
2541 msgid "arithmetic on pointer to an incomplete type"
2546 msgid "%s has no member named `%s'"
2551 msgid "request for member `%s' in something not a structure or union"
2554 #: c-typeck.c:1249 ch/expr.c:810
2555 msgid "dereferencing pointer to incomplete type"
2558 #: c-typeck.c:1253 ch/expr.c:814
2559 msgid "dereferencing `void *' pointer"
2562 #: c-typeck.c:1270 cp/typeck.c:2402
2564 msgid "invalid type argument of `%s'"
2567 #: c-typeck.c:1289 cp/typeck.c:2428
2568 msgid "subscript missing in array reference"
2571 #: c-typeck.c:1310 cp/typeck.c:2470
2572 msgid "array subscript has type `char'"
2575 #: c-typeck.c:1318 c-typeck.c:1407 cp/typeck.c:2477 cp/typeck.c:2556
2576 msgid "array subscript is not an integer"
2580 msgid "ISO C forbids subscripting `register' array"
2584 msgid "ISO C89 forbids subscripting non-lvalue array"
2588 msgid "subscript has type `char'"
2591 #: c-typeck.c:1402 cp/typeck.c:2551
2592 msgid "subscripted value is neither array nor pointer"
2597 msgid "`%s' undeclared here (not in a function)"
2602 msgid "`%s' undeclared (first use in this function)"
2606 msgid "(Each undeclared identifier is reported only once"
2610 msgid "for each function it appears in.)"
2615 msgid "local declaration of `%s' hides instance variable"
2619 msgid "called object is not a function"
2622 #: c-typeck.c:1638 cp/typeck.c:3189
2623 msgid "too many arguments to function"
2628 msgid "type of formal parameter %d is incomplete"
2633 msgid "%s as integer rather than floating due to prototype"
2638 msgid "%s as integer rather than complex due to prototype"
2643 msgid "%s as complex rather than floating due to prototype"
2648 msgid "%s as floating rather than integer due to prototype"
2653 msgid "%s as complex rather than integer due to prototype"
2658 msgid "%s as floating rather than complex due to prototype"
2663 msgid "%s as `float' rather than `double' due to prototype"
2668 msgid "%s with different width due to prototype"
2673 msgid "%s as unsigned due to prototype"
2678 msgid "%s as signed due to prototype"
2681 #: c-typeck.c:1785 cp/typeck.c:3297
2682 msgid "too few arguments to function"
2686 msgid "suggest parentheses around + or - inside shift"
2690 msgid "suggest parentheses around && within ||"
2694 msgid "suggest parentheses around arithmetic in operand of |"
2698 msgid "suggest parentheses around comparison in operand of |"
2702 msgid "suggest parentheses around arithmetic in operand of ^"
2706 msgid "suggest parentheses around comparison in operand of ^"
2710 msgid "suggest parentheses around + or - in operand of &"
2714 msgid "suggest parentheses around comparison in operand of &"
2718 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2721 #: c-typeck.c:2035 c-typeck.c:2091 ch/expr.c:3951
2722 msgid "division by zero"
2725 #: c-typeck.c:2136 cp/typeck.c:3583
2726 msgid "right shift count is negative"
2729 #: c-typeck.c:2143 cp/typeck.c:3589
2730 msgid "right shift count >= width of type"
2733 #: c-typeck.c:2168 cp/typeck.c:3608
2734 msgid "left shift count is negative"
2737 #: c-typeck.c:2171 cp/typeck.c:3610
2738 msgid "left shift count >= width of type"
2742 msgid "shift count is negative"
2746 msgid "shift count >= width of type"
2749 #: c-typeck.c:2219 cp/typeck.c:3645
2750 msgid "comparing floating point with == or != is unsafe"
2753 #: c-typeck.c:2243 c-typeck.c:2249
2754 msgid "ISO C forbids comparison of `void *' with function pointer"
2757 #: c-typeck.c:2252 c-typeck.c:2294 c-typeck.c:2322
2758 msgid "comparison of distinct pointer types lacks a cast"
2761 #: c-typeck.c:2267 c-typeck.c:2273 c-typeck.c:2343 c-typeck.c:2349
2762 msgid "comparison between pointer and integer"
2765 #: c-typeck.c:2289 c-typeck.c:2317
2766 msgid "ISO C forbids ordered comparisons of pointers to functions"
2770 msgid "comparison of complete and incomplete pointers"
2773 #: c-typeck.c:2330 c-typeck.c:2337
2774 msgid "ordered comparison of pointer with integer zero"
2777 #: c-typeck.c:2363 cp/typeck.c:3778
2778 msgid "unordered comparison on non-floating point argument"
2782 msgid "comparison between signed and unsigned"
2785 #: c-typeck.c:2613 cp/typeck.c:4024
2786 msgid "comparison of promoted ~unsigned with constant"
2789 #: c-typeck.c:2621 cp/typeck.c:4032
2790 msgid "comparison of promoted ~unsigned with unsigned"
2794 msgid "pointer of type `void *' used in arithmetic"
2798 msgid "pointer to a function used in arithmetic"
2802 msgid "pointer of type `void *' used in subtraction"
2806 msgid "pointer to a function used in subtraction"
2810 msgid "wrong type argument to unary plus"
2814 msgid "wrong type argument to unary minus"
2818 msgid "ISO C does not support `~' for complex conjugation"
2822 msgid "wrong type argument to bit-complement"
2826 msgid "wrong type argument to abs"
2830 msgid "wrong type argument to conjugation"
2834 msgid "wrong type argument to unary exclamation mark"
2838 msgid "ISO C does not support `++' and `--' on complex types"
2841 #: c-typeck.c:2992 c-typeck.c:3024
2842 msgid "wrong type argument to increment"
2845 #: c-typeck.c:2994 c-typeck.c:3026
2846 msgid "wrong type argument to decrement"
2850 msgid "increment of pointer to unknown structure"
2854 msgid "decrement of pointer to unknown structure"
2858 msgid "ISO C forbids the address of a cast expression"
2862 msgid "invalid lvalue in unary `&'"
2867 msgid "attempt to take address of bit-field structure member `%s'"
2870 #. condition met at compile time
2871 #: c-typeck.c:3305 c-typeck.c:4707 c-typeck.c:4723 c-typeck.c:4739
2872 #: final.c:2981 final.c:2983 gcc.c:4459 rtl-error.c:121 tradcif.y:532
2873 #: tradcpp.c:4134 config/cris/cris.c:515 ch/expr.c:1782 ch/parse.c:361
2874 #: ch/typeck.c:160 cp/typeck.c:4805 java/expr.c:387 java/verify.c:1464
2875 #: java/verify.c:1465 java/verify.c:1480
2881 msgid "ISO C forbids use of conditional expressions as lvalues"
2885 msgid "ISO C forbids use of compound expressions as lvalues"
2889 msgid "ISO C forbids use of cast expressions as lvalues"
2894 msgid "%s of read-only member `%s'"
2899 msgid "%s of read-only variable `%s'"
2904 msgid "%s of read-only location"
2909 msgid "cannot take address of bit-field `%s'"
2912 #: c-typeck.c:3442 ch/typeck.c:3676 ch/xtypeck.c:62
2914 msgid "global register variable `%s' used in nested function"
2917 #: c-typeck.c:3446 ch/typeck.c:3680 ch/xtypeck.c:66
2919 msgid "register variable `%s' used in nested function"
2922 #: c-typeck.c:3453 ch/typeck.c:3687 ch/xtypeck.c:73
2924 msgid "address of global register variable `%s' requested"
2927 #: c-typeck.c:3465 ch/typeck.c:3699 ch/xtypeck.c:85
2928 msgid "cannot put object with volatile field into register"
2931 #: c-typeck.c:3469 ch/typeck.c:3703 ch/xtypeck.c:89
2933 msgid "address of register variable `%s' requested"
2937 msgid "signed and unsigned type in conditional expression"
2941 msgid "ISO C forbids conditional expr with only one void side"
2944 #: c-typeck.c:3600 c-typeck.c:3607
2945 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2949 msgid "pointer type mismatch in conditional expression"
2952 #: c-typeck.c:3620 c-typeck.c:3630
2953 msgid "pointer/integer type mismatch in conditional expression"
2957 msgid "type mismatch in conditional expression"
2960 #: c-typeck.c:3715 cp/typeck.c:5062
2961 msgid "left-hand operand of comma expression has no effect"
2965 msgid "cast specifies array type"
2969 msgid "cast specifies function type"
2973 msgid "ISO C forbids casting nonscalar to the same type"
2977 msgid "ISO C forbids casts to union type"
2981 msgid "cast to union type from type not present in union"
2985 msgid "cast adds new qualifiers to function type"
2988 #. There are qualifiers present in IN_OTYPE that are not
2989 #. present in IN_TYPE.
2991 msgid "cast discards qualifiers from pointer target type"
2995 msgid "cast increases required alignment of target type"
2998 #: c-typeck.c:3882 cp/typeck.c:5476
2999 msgid "cast from pointer to integer of different size"
3003 msgid "cast does not match function type"
3006 #: c-typeck.c:3894 cp/typeck.c:5483
3007 msgid "cast to pointer from integer of different size"
3010 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3011 #. Reject anything strange now.
3013 msgid "invalid lvalue in assignment"
3016 #. Convert new value to destination type.
3017 #: c-typeck.c:4061 c-typeck.c:4086 c-typeck.c:4103 ch/typeck.c:2334
3018 #: cp/typeck.c:5593 cp/typeck.c:5744
3022 #: c-typeck.c:4270 c-typeck.c:4337
3024 msgid "%s makes qualified function pointer from unqualified"
3027 #: c-typeck.c:4274 c-typeck.c:4317
3029 msgid "%s discards qualifiers from pointer target type"
3033 msgid "ISO C prohibits argument conversion to union type"
3038 msgid "ISO C forbids %s between function pointer and `void *'"
3043 msgid "pointer targets in %s differ in signedness"
3048 msgid "%s from incompatible pointer type"
3053 msgid "%s makes pointer from integer without a cast"
3058 msgid "%s makes integer from pointer without a cast"
3061 #: c-typeck.c:4380 c-typeck.c:4383
3063 msgid "incompatible type for argument %d of `%s'"
3068 msgid "incompatible type for argument %d of indirect function call"
3073 msgid "incompatible types in %s"
3076 #. Function name is known; supply it.
3079 msgid "passing arg %d of `%s'"
3082 #. Function name unknown (call through ptr); just give arg number.
3085 msgid "passing arg %d of pointer to function"
3089 msgid "initializer for static variable is not constant"
3093 msgid "initializer for static variable uses complicated arithmetic"
3097 msgid "aggregate initializer is not constant"
3101 msgid "aggregate initializer uses complicated arithmetic"
3105 msgid "traditional C rejects automatic aggregate initialization"
3108 #: c-typeck.c:4710 c-typeck.c:4726 c-typeck.c:4742
3110 msgid "(near initialization for `%s')"
3113 #: c-typeck.c:4794 cp/typeck2.c:513
3114 msgid "char-array initialized from wide string"
3117 #: c-typeck.c:4801 cp/typeck2.c:520
3118 msgid "int-array initialized from non-wide string"
3121 #: c-typeck.c:4819 cp/typeck2.c:536
3122 msgid "initializer-string for array of chars is too long"
3126 msgid "array initialized from non-constant array expression"
3129 #: c-typeck.c:4874 c-typeck.c:4876 c-typeck.c:4892 c-typeck.c:4913
3131 msgid "initializer element is not constant"
3135 msgid "initialization"
3138 #: c-typeck.c:4919 c-typeck.c:6348
3139 msgid "initializer element is not computable at load time"
3142 #: c-typeck.c:4956 c-typeck.c:4972 cp/typeck2.c:613
3143 msgid "invalid initializer"
3147 msgid "extra brace group at end of initializer"
3151 msgid "missing braces around initializer"
3155 msgid "braces around scalar initializer"
3159 msgid "initialization of flexible array member in a nested context"
3163 msgid "initialization of a flexible array member"
3167 msgid "missing initializer"
3171 msgid "empty scalar initializer"
3175 msgid "extra elements in scalar initializer"
3179 msgid "initialization designators may not nest"
3182 #: c-typeck.c:5756 c-typeck.c:5827
3183 msgid "array index in non-array initializer"
3186 #: c-typeck.c:5761 c-typeck.c:5879
3187 msgid "field name not in record or union initializer"
3190 #: c-typeck.c:5823 c-typeck.c:5825
3191 msgid "nonconstant array index in initializer"
3195 msgid "array index in initializer exceeds array bounds"
3199 msgid "empty index range in initializer"
3203 msgid "array index range in initializer exceeds array bounds"
3208 msgid "unknown field `%s' specified in initializer"
3211 #: c-typeck.c:5928 c-typeck.c:5949 c-typeck.c:6411
3212 msgid "initialized field with side-effects overwritten"
3216 msgid "excess elements in char array initializer"
3219 #: c-typeck.c:6628 c-typeck.c:6674
3220 msgid "excess elements in struct initializer"
3224 msgid "excess elements in union initializer"
3228 msgid "traditional C rejects initialization of unions"
3232 msgid "excess elements in array initializer"
3236 msgid "excess elements in vector initializer"
3240 msgid "excess elements in scalar initializer"
3243 #: c-typeck.c:6987 ch/parse.c:2026
3244 msgid "asm template is not a string constant"
3248 msgid "invalid lvalue in asm statement"
3252 msgid "modification by `asm'"
3255 #: c-typeck.c:7109 cp/typeck.c:6592
3256 msgid "function declared `noreturn' has a `return' statement"
3260 msgid "`return' with no value, in function returning non-void"
3264 msgid "`return' with a value, in function returning void"
3272 msgid "function returns address of local variable"
3275 #: c-typeck.c:7234 cp/semantics.c:526
3276 msgid "switch quantity not an integer"
3280 msgid "`long' switch expression not converted to `int' in ISO C"
3283 #: c-typeck.c:7279 cp/decl.c:5216
3284 msgid "case label not within a switch statement"
3287 #: c-typeck.c:7281 cp/decl.c:5221
3288 msgid "`default' label not within a switch statement"
3293 msgid "inlining failed in call to `%s'"
3296 #: calls.c:1908 calls.c:2214
3297 msgid "called from here"
3302 msgid "can't inline call to `%s'"
3306 msgid "function call has aggregate value"
3310 msgid "variable offset is passed partially in stack and in reg"
3314 msgid "variable size is passed partially in stack and in reg"
3319 msgid "end insn %d for block %d not found in the insn stream"
3324 msgid "insn %d is in multiple basic blocks (%d and %d)"
3329 msgid "head insn %d for block %d not found in the insn stream"
3334 msgid "verify_flow_info: Duplicate edge %i->%i"
3339 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3344 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3348 msgid "wrong insn in the fallthru edge"
3353 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3358 msgid "missing barrier after block %i"
3363 msgid "basic block %d pred edge is corrupted"
3368 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3373 msgid "insn %d inside basic block %d but block_for_insn is %i"
3376 #: cfgrtl.c:1769 cfgrtl.c:1779
3378 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3383 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3388 msgid "in basic block %d:"
3392 msgid "flow control insn inside a basic block"
3397 msgid "basic block %i edge lists are corrupted"
3401 msgid "basic blocks not numbered consecutively"
3405 msgid "insn outside basic block"
3409 msgid "return not followed by barrier"
3414 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3418 msgid "verify_flow_info failed"
3422 msgid "internal error"
3426 msgid "no arguments"
3429 #: collect2.c:1269 collect2.c:1417 collect2.c:1450
3434 #: collect2.c:1272 collect2.c:1422 collect2.c:1453
3441 msgid "collect2 version %s"
3446 msgid "%d constructor(s) found\n"
3451 msgid "%d destructor(s) found\n"
3456 msgid "%d frame table(s) found\n"
3461 msgid "%s terminated with signal %d [%s]%s"
3466 msgid "%s returned %d exit status"
3471 msgid "[cannot find %s]"
3476 msgid "cannot find `%s'"
3479 #: collect2.c:1587 collect2.c:1590
3481 msgid "redirecting stdout: %s"
3486 msgid "[Leaving %s]\n"
3493 "write_c_file - output name is %s, prefix is %s\n"
3497 msgid "cannot find `nm'"
3500 #: collect2.c:2099 collect2.c:2541
3504 #: collect2.c:2103 collect2.c:2545
3508 #: collect2.c:2129 collect2.c:2571
3513 #: collect2.c:2132 collect2.c:2135 collect2.c:2148 collect2.c:2574
3514 #: collect2.c:2577 collect2.c:2590
3526 msgid "init function found in object %s"
3531 msgid "fini function found in object %s"
3534 #: collect2.c:2223 collect2.c:2629
3540 msgid "unable to open file '%s'"
3545 msgid "unable to stat file '%s'"
3550 msgid "unable to mmap file '%s'"
3557 #: collect2.c:2431 collect2.c:2608
3559 msgid "dynamic dependency %s not found"
3564 msgid "bad magic number in file '%s'"
3568 msgid "dynamic dependencies.\n"
3572 msgid "cannot find `ldd'"
3583 "ldd output with constructors/destructors.\n"
3588 msgid "unable to open dynamic dependency '%s'"
3593 msgid "%s: not a COFF file"
3598 msgid "%s: cannot open as COFF file"
3603 msgid "library lib%s not found"
3612 msgid "incompatibilities between object file & expected values"
3619 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3623 msgid "string section missing"
3627 msgid "section pointer missing"
3631 msgid "no symbol table found"
3635 msgid "no cmd_strings found"
3641 "Updating header and load commands.\n"
3647 msgid "load command map, %d cmds, new size %ld.\n"
3652 "writing load commands.\n"
3662 msgid "could not convert 0x%l.8x into a region"
3667 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3671 msgid "bad magic number"
3675 msgid "bad header version"
3679 msgid "bad raw header version"
3683 msgid "raw header buffer too small"
3687 msgid "old raw header file"
3691 msgid "unsupported version"
3696 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3704 #: collect2.c:3546 collect2.c:3594
3716 msgid "read %ld bytes, expected %ld, from %s"
3736 msgid "wrote %ld bytes, expected %ld, to %s"
3742 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3744 ";; %d successes.\n"
3752 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3753 ";; %d successes.\n"
3757 msgid "cannot convert to a pointer type"
3761 msgid "pointer value used where a floating point value was expected"
3765 msgid "aggregate value used where a float was expected"
3769 msgid "conversion to incomplete type"
3772 #: convert.c:390 convert.c:470
3773 msgid "can't convert between vector values of different size"
3777 msgid "aggregate value used where an integer was expected"
3780 #: convert.c:448 f/com.c:1073
3781 msgid "pointer value used where a complex was expected"
3784 #: convert.c:452 f/com.c:1075
3785 msgid "aggregate value used where a complex was expected"
3789 msgid "can't convert value to a vector"
3793 msgid "internal error: "
3796 #: cpperror.c:132 tradcpp.c:4690
3800 #: cpperror.c:209 cpperror.c:299 cppfiles.c:691 gcc.c:6304 tradcpp.c:4728
3806 msgid "floating point numbers are not valid in #if"
3810 msgid "traditional C rejects the `U' suffix"
3814 msgid "too many 'l' suffixes in integer constant"
3818 msgid "integer constant contains digits beyond the radix"
3822 msgid "integer constant out of range"
3826 msgid "integer constant is so large that it is unsigned"
3831 msgid "invalid suffix '%.*s' on integer constant"
3835 msgid "missing ')' after \"defined\""
3839 msgid "operator \"defined\" requires an identifier"
3844 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
3848 msgid "this use of \"defined\" may not be portable"
3852 msgid "string constants are not valid in #if"
3857 msgid "invalid character '%c' in #if"
3862 msgid "invalid character '\\%03o' in #if"
3867 msgid "ISO C++ does not permit \"%s\" in #if"
3872 msgid "\"%s\" is not defined"
3877 msgid "\"%s\" is not valid in #if expressions"
3881 msgid "integer overflow in preprocessor expression"
3885 msgid "missing binary operator"
3889 msgid "void expression between '(' and ')'"
3894 msgid "operator '%s' has no right operand"
3899 msgid "impossible operator '%s'"
3902 #: cppexp.c:735 tradcif.y:111 tradcif.y:122
3903 msgid "division by zero in #if"
3907 msgid "comma operator in operand of #if"
3911 msgid "syntax error '?' without following ':'"
3915 msgid "syntax error ':' without preceding '?'"
3919 msgid "missing ')' in expression"
3923 msgid "missing '(' in expression"
3928 msgid "missing binary operator before '%s'"
3933 msgid "operator '%s' has no left operand"
3937 msgid "unbalanced stack in #if"
3941 msgid "#if with no expression"
3946 msgid "%s is too large"
3951 msgid "%s is shorter than expected"
3956 msgid "%s is a block device"
3961 msgid "no include path in which to find %s"
3965 msgid "Multiple include guards may be useful for:\n"
3969 msgid "absolute file name in remap_filename"
3974 msgid "ignoring nonexistent directory \"%s\"\n"
3979 msgid "%s: Not a directory"
3984 msgid "ignoring duplicate directory \"%s\"\n"
3989 msgid "changing search order for system directory \"%s\""
3994 msgid " as it is the same as non-system directory \"%s\""
3998 msgid " as it has already been specified as a non-system directory"
4002 msgid "#include \"...\" search starts here:\n"
4006 msgid "#include <...> search starts here:\n"
4010 msgid "End of search list.\n"
4018 msgid "<command line>"
4021 #: cppinit.c:1108 tradcpp.c:979 tradcpp.c:989 tradcpp.c:1080
4022 msgid "I/O error on output"
4025 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4026 #. I.e. a const string initializer with parens around it. That is
4027 #. what N_("string") resolves to, so we make no_* be macros instead.
4030 msgid "argument missing after %s"
4035 msgid "assertion missing after %s"
4040 msgid "directory name missing after %s"
4045 msgid "file name missing after %s"
4050 msgid "macro name missing after %s"
4055 msgid "path name missing after %s"
4060 msgid "number missing after %s"
4065 msgid "target missing after %s"
4070 msgid "too many filenames. Type %s --help for usage info"
4073 #: cppinit.c:1541 tradcpp.c:610
4074 msgid "output filename specified twice"
4078 msgid "-I- specified twice"
4083 msgid "GNU CPP version %s (cpplib)"
4086 #: cppinit.c:1835 tradcpp.c:803
4087 msgid "you must additionally specify either -M or -MM"
4092 msgid "Usage: %s [switches] input output\n"
4095 #. To keep the lines from getting too long for some compilers, limit
4096 #. to about 500 characters (6 lines) per chunk.
4100 " -include <file> Include the contents of <file> before other "
4102 " -imacros <file> Accept definition of macros in <file>\n"
4103 " -iprefix <path> Specify <path> as a prefix for next two options\n"
4104 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
4105 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
4106 " -isystem <dir> Add <dir> to the start of the system include "
4112 " -idirafter <dir> Add <dir> to the end of the system include path\n"
4113 " -I <dir> Add <dir> to the end of the main include path\n"
4114 " -I- Fine-grained include path control; see info "
4116 " -nostdinc Do not search system include directories\n"
4117 " (dirs specified with -isystem will still be "
4119 " -nostdinc++ Do not search system include directories for C+"
4121 " -o <file> Put output into <file>\n"
4126 " -pedantic Issue all warnings demanded by strict ISO C\n"
4127 " -pedantic-errors Issue -pedantic warnings as errors instead\n"
4128 " -trigraphs Support ISO C trigraphs\n"
4129 " -lang-c Assume that the input sources are in C\n"
4130 " -lang-c89 Assume that the input sources are in C89\n"
4135 " -lang-c++ Assume that the input sources are in C++\n"
4136 " -lang-objc Assume that the input sources are in ObjectiveC\n"
4137 " -lang-objc++ Assume that the input sources are in ObjectiveC+"
4139 " -lang-asm Assume that the input sources are in assembler\n"
4144 " -std=<std name> Specify the conformance standard; one of:\n"
4145 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
4146 " iso9899:199409, iso9899:1999\n"
4147 " -+ Allow parsing of C++ style features\n"
4148 " -w Inhibit warning messages\n"
4149 " -Wtrigraphs Warn if trigraphs are encountered\n"
4150 " -Wno-trigraphs Do not warn about trigraphs\n"
4151 " -Wcomment{s} Warn if one comment starts inside another\n"
4156 " -Wno-comment{s} Do not warn about comments\n"
4157 " -Wtraditional Warn about features not present in traditional "
4159 " -Wno-traditional Do not warn about traditional C\n"
4160 " -Wundef Warn if an undefined macro is used by #if\n"
4161 " -Wno-undef Do not warn about testing undefined macros\n"
4162 " -Wimport Warn about the use of the #import directive\n"
4167 " -Wno-import Do not warn about the use of #import\n"
4168 " -Werror Treat all warnings as errors\n"
4169 " -Wno-error Do not treat warnings as errors\n"
4170 " -Wsystem-headers Do not suppress warnings from system headers\n"
4171 " -Wno-system-headers Suppress warnings from system headers\n"
4172 " -Wall Enable all preprocessor warnings\n"
4177 " -M Generate make dependencies\n"
4178 " -MM As -M, but ignore system header files\n"
4179 " -MF <file> Write dependency output to the given file\n"
4180 " -MG Treat missing header file as generated files\n"
4185 " -MP\t\t\t Generate phony targets for all headers\n"
4186 " -MQ <target> Add a MAKE-quoted target\n"
4187 " -MT <target> Add an unquoted target\n"
4192 " -D<macro> Define a <macro> with string '1' as its value\n"
4193 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
4194 " -A<question> (<answer>) Assert the <answer> to <question>\n"
4195 " -A-<question> (<answer>) Disable the <answer> to <question>\n"
4196 " -U<macro> Undefine <macro> \n"
4197 " -v Display the version number\n"
4202 " -H Print the name of header files as they are used\n"
4203 " -C Do not discard comments\n"
4204 " -dM Display a list of macro definitions active at "
4206 " -dD Preserve macro definitions in output\n"
4207 " -dN As -dD except that only the names are preserved\n"
4208 " -dI Include #include directives in the output\n"
4213 " -fpreprocessed Treat the input file as already preprocessed\n"
4214 " -ftabstop=<number> Distance between tab stops for column reporting\n"
4215 " -P Do not generate #line directives\n"
4216 " -$ Do not allow '$' in identifiers\n"
4217 " -remap Remap file names when including files.\n"
4218 " --version Display version information\n"
4219 " -h or --help Display this information\n"
4224 msgid "trigraph ??%c converted to %c"
4229 msgid "trigraph ??%c ignored"
4233 msgid "backslash and newline separated by space"
4237 msgid "backslash-newline at end of file"
4241 msgid "\"/*\" within comment"
4245 msgid "null character(s) ignored"
4250 msgid "%s in preprocessing directive"
4255 msgid "attempt to use poisoned \"%s\""
4259 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4263 msgid "'$' character(s) in identifier"
4268 msgid "missing terminating %c character"
4272 msgid "possible start of unterminated string literal"
4276 msgid "multi-line string literals are deprecated"
4280 msgid "null character(s) preserved in literal"
4284 msgid "no newline at end of file"
4287 #: cpplex.c:1034 tradcpp.c:1467
4288 msgid "unterminated comment"
4292 msgid "C++ style comments are not allowed in ISO C89"
4296 msgid "(this will be reported only once per input file)"
4300 msgid "multi-line comment"
4305 msgid "unknown string token %s\n"
4310 msgid "unspellable token %s"
4315 msgid "the meaning of '\\%c' varies with -traditional"
4319 msgid "incomplete universal-character-name"
4324 msgid "non-hex digit '%c' in universal-character-name"
4328 msgid "universal-character-name on EBCDIC target"
4332 msgid "universal-character-name out of range"
4336 msgid "the meaning of '\\a' varies with -traditional"
4341 msgid "non-ISO-standard escape sequence, '\\%c'"
4345 msgid "the meaning of '\\x' varies with -traditional"
4348 #: cpplex.c:1758 f/lex.c:620
4349 msgid "\\x used with no following hex digits"
4353 msgid "hex escape sequence out of range"
4357 msgid "octal escape sequence out of range"
4362 msgid "unknown escape sequence '\\%c'"
4367 msgid "unknown escape sequence: '\\%03o'"
4371 msgid "escape sequence out of range for character"
4375 msgid "empty character constant"
4379 msgid "character constant too long"
4383 msgid "multi-character character constant"
4388 msgid "extra tokens at end of #%s directive"
4392 msgid "style of line directive is a GCC extension"
4397 msgid "#%s is a GCC extension"
4401 msgid "suggest not using #elif in traditional C"
4406 msgid "traditional C ignores #%s with the # indented"
4411 msgid "suggest hiding #%s from traditional C with an indented #"
4416 msgid "invalid preprocessing directive #%s"
4421 msgid "no macro name given in #%s directive"
4426 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4430 msgid "macro names must be identifiers"
4435 msgid "\"%s\" cannot be used as a macro name"
4440 msgid "undefining \"%s\""
4444 msgid "missing terminating > character"
4449 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4454 msgid "empty file name in #%s"
4458 msgid "#include_next in primary source file"
4462 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4466 msgid "#include nested too deeply"
4471 msgid "invalid flag \"%s\" in line directive"
4476 msgid "\"%s\" after #line is not a positive integer"
4480 msgid "line number out of range"
4485 msgid "\"%s\" is not a valid filename"
4489 msgid "invalid #ident directive"
4494 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4499 msgid "#pragma %s %s is already registered"
4504 msgid "#pragma %s is already registered"
4508 msgid "#pragma once is obsolete"
4512 msgid "#pragma once in main file"
4516 msgid "invalid #pragma GCC poison directive"
4521 msgid "poisoning existing macro \"%s\""
4525 msgid "#pragma system_header ignored outside include file"
4530 msgid "cannot find source %s"
4535 msgid "current file is older than %s"
4539 msgid "_Pragma takes a parenthesized string literal"
4543 msgid "#else without #if"
4546 #: cpplib.c:1278 tradcpp.c:3871
4547 msgid "#else after #else"
4550 #: cpplib.c:1280 cpplib.c:1314
4551 msgid "the conditional began here"
4555 msgid "#elif without #if"
4558 #: cpplib.c:1312 tradcpp.c:3566
4559 msgid "#elif after #else"
4563 msgid "#endif without #if"
4566 #: cpplib.c:1426 tradcpp.c:3263
4567 msgid "missing '(' after predicate"
4570 #: cpplib.c:1441 tradcpp.c:3277
4571 msgid "missing ')' to complete answer"
4574 #: cpplib.c:1461 tradcpp.c:3283
4575 msgid "predicate's answer is empty"
4578 #: cpplib.c:1491 tradcpp.c:3331
4579 msgid "assertion without predicate"
4582 #: cpplib.c:1493 tradcpp.c:3333
4583 msgid "predicate must be an identifier"
4586 #: cpplib.c:1575 tradcpp.c:3430
4588 msgid "\"%s\" re-asserted"
4593 msgid "unterminated #%s"
4598 msgid "invalid built-in macro \"%s\""
4602 msgid "invalid string literal, ignoring final '\\'"
4607 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4611 msgid "directives may not be used inside a macro argument"
4616 msgid "unterminated argument list invoking macro \"%s\""
4620 msgid "ISO C99 requires rest arguments to be used"
4625 msgid "macro \"%s\" requires %u arguments, but only %u given"
4630 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4635 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4640 msgid "duplicate macro parameter \"%s\""
4645 msgid "\"%s\" may not appear in macro parameter list"
4649 msgid "macro parameters must be comma-separated"
4653 msgid "parameter name missing"
4657 msgid "anonymous variadic macros were introduced in C99"
4661 msgid "ISO C does not permit named variadic macros"
4665 msgid "missing ')' in macro parameter list"
4669 msgid "ISO C requires whitespace after the macro name"
4673 msgid "'#' is not followed by a macro parameter"
4677 msgid "'##' cannot appear at either end of a macro expansion"
4682 msgid "\"%s\" redefined"
4686 msgid "this is the location of the previous definition"
4691 msgid "macro argument \"%s\" would be stringified with -traditional"
4696 msgid "invalid hash type %d in cpp_macro_definition"
4701 msgid "invalid option %s"
4706 msgid "\"%s\" is not a valid option to the preprocessor"
4710 msgid "too many input files"
4715 msgid ";; Processing block from %d to %d, %d sets.\n"
4720 msgid "%s:%d: warning: "
4725 msgid "%s: warning: "
4729 msgid "((anonymous))"
4734 msgid "%s: warnings being treated as errors\n"
4742 #: diagnostic.c:1057
4743 msgid "sorry, not implemented: "
4746 #: diagnostic.c:1076
4751 #: diagnostic.c:1078
4756 #: diagnostic.c:1102
4757 msgid "At top level:"
4760 #: diagnostic.c:1107
4762 msgid "In member function `%s':"
4765 #: diagnostic.c:1111
4767 msgid "In function `%s':"
4770 #: diagnostic.c:1195
4771 msgid "compilation terminated.\n"
4774 #: diagnostic.c:1227
4776 msgid "%s:%d: confused by earlier errors, bailing out\n"
4779 #: diagnostic.c:1242 diagnostic.c:1392
4782 "Please submit a full bug report,\n"
4783 "with preprocessed source if appropriate.\n"
4784 "See %s for instructions.\n"
4787 #: diagnostic.c:1390
4788 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4791 #: diagnostic.c:1452
4793 msgid "Internal compiler error in %s, at %s:%d"
4796 #: diagnostic.c:1497
4798 msgid "In file included from %s:%d"
4801 #: diagnostic.c:1500
4808 #: diagnostic.c:1501
4812 #: diagnostic.c:1534 diagnostic.c:1551
4814 msgid "`%s' is deprecated (declared at %s:%d)"
4817 #: diagnostic.c:1554
4819 msgid "`%s' is deprecated"
4822 #: diagnostic.c:1557
4824 msgid "type is deprecated (declared at %s:%d)"
4827 #: diagnostic.c:1560
4828 msgid "type is deprecated"
4833 msgid "DW_LOC_OP %s not implemented\n"
4838 msgid "internal regno botch: regno = %d\n"
4842 msgid "can't get current directory"
4846 msgid "can't access real part of complex value in hard register"
4850 msgid "can't access imaginary part of complex value in hard register"
4854 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4859 msgid "abort in %s, at %s:%d"
4863 msgid "exception handling disabled, use -fexceptions to enable"
4867 msgid "argument of `__builtin_eh_return_regno' must be constant"
4870 #: except.c:3173 except.c:3195
4871 msgid "__builtin_eh_return not supported on this target"
4875 msgid "stack limits not supported on this target"
4879 msgid "function using short complex types cannot be inline"
4882 #: expr.c:5789 expr.c:5798 expr.c:5807 expr.c:5812 expr.c:6098 expr.c:6114
4883 msgid "unsupported wide integer operation"
4888 msgid "prior parameter's size depends on `%s'"
4892 msgid "returned value in block_exit_expr"
4896 msgid "negative insn length"
4900 msgid "could not split insn"
4904 msgid "invalid `asm': "
4908 msgid "nested assembly dialect alternatives"
4911 #: final.c:3177 final.c:3189
4912 msgid "unterminated assembly dialect alternative"
4917 msgid "operand number missing after %%-letter"
4920 #: final.c:3236 final.c:3275
4921 msgid "operand number out of range"
4926 msgid "invalid %%-code"
4931 msgid "`%%l' operand isn't a label"
4934 #. We can't handle floating point constants;
4935 #. PRINT_OPERAND must handle them.
4936 #: final.c:3432 vmsdbgout.c:478 config/i386/i386.c:5280
4937 #: config/pdp11/pdp11.c:1570
4938 msgid "floating constant misused"
4941 #: final.c:3488 vmsdbgout.c:535 config/i386/i386.c:5334
4942 #: config/pdp11/pdp11.c:1617
4943 msgid "invalid expression as operand"
4947 msgid "function might be possible candidate for attribute `noreturn'"
4951 msgid "`noreturn' function does return"
4955 msgid "control reaches end of non-void function"
4959 msgid "Attempt to delete prologue/epilogue insn:"
4962 #: fold-const.c:3114 fold-const.c:3127
4964 msgid "comparison is always %d due to width of bit-field"
4967 #: fold-const.c:4169 fold-const.c:4186
4969 msgid "comparison is always %d"
4972 #: fold-const.c:4317
4973 msgid "`or' of unmatched not-equal tests is always 1"
4976 #: fold-const.c:4322
4977 msgid "`and' of mutually exclusive equal-tests is always 0"
4982 msgid "`%s' might be used uninitialized in this function"
4987 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
4992 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
4996 msgid "function returns an aggregate"
5001 msgid "unused parameter `%s'"
5006 msgid "ambiguous abbreviation %s"
5011 msgid "incomplete `%s' option"
5016 msgid "missing argument to `%s' option"
5021 msgid "extraneous argument to `%s' option"
5025 msgid "Using built-in specs.\n"
5031 "Setting spec %s to '%s'\n"
5037 msgid "Reading specs from %s\n"
5040 #: gcc.c:1827 gcc.c:1846
5042 msgid "specs %%include syntax malformed after %ld characters"
5047 msgid "could not find specs file %s\n"
5050 #: gcc.c:1870 gcc.c:1878 gcc.c:1887 gcc.c:1896
5052 msgid "specs %%rename syntax malformed after %ld characters"
5057 msgid "specs %s spec was not found to be renamed"
5062 msgid "rename spec %s to %s\n"
5074 msgid "specs unknown %% command after %ld characters"
5077 #: gcc.c:1938 gcc.c:1951
5079 msgid "specs file malformed after %ld characters"
5083 msgid "spec file has no spec for linking"
5087 msgid "-pipe not supported"
5093 "Go ahead? (y or n) "
5099 "Internal error: %s (program %s)\n"
5100 "Please submit a full bug report.\n"
5101 "See %s for instructions."
5106 msgid "# %s %.2f %.2f\n"
5111 msgid "Usage: %s [options] file...\n"
5119 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5123 msgid " --help Display this information\n"
5128 " --target-help Display target specific command line options\n"
5132 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5136 msgid " -dumpspecs Display all of the built in spec strings\n"
5140 msgid " -dumpversion Display the version of the compiler\n"
5144 msgid " -dumpmachine Display the compiler's target processor\n"
5149 " -print-search-dirs Display the directories in the compiler's search "
5155 " -print-libgcc-file-name Display the name of the compiler's companion "
5160 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5165 " -print-prog-name=<prog> Display the full path to compiler component "
5171 " -print-multi-directory Display the root directory for versions of "
5177 " -print-multi-lib Display the mapping between command line options "
5179 " multiple library search directories\n"
5184 " -Wa,<options> Pass comma-separated <options> on to the "
5190 " -Wp,<options> Pass comma-separated <options> on to the "
5196 " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5200 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5204 msgid " -save-temps Do not delete intermediate files\n"
5208 msgid " -pipe Use pipes rather than intermediate files\n"
5212 msgid " -time Time the execution of each subprocess\n"
5217 " -specs=<file> Override built-in specs with the contents of "
5223 " -std=<standard> Assume that the input sources are for <standard>\n"
5228 " -B <directory> Add <directory> to the compiler's search paths\n"
5232 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5237 " -V <version> Run gcc version number <version>, if installed\n"
5242 " -v Display the programs invoked by the compiler\n"
5247 " -### Like -v but options quoted and commands not "
5253 " -E Preprocess only; do not compile, assemble or "
5258 msgid " -S Compile only; do not assemble or link\n"
5262 msgid " -c Compile and assemble, but do not link\n"
5266 msgid " -o <file> Place the output into <file>\n"
5271 " -x <language> Specify the language of the following input "
5273 " Permissable languages include: c c++ assembler "
5275 " 'none' means revert to the default behavior of\n"
5276 " guessing the language based on the file's "
5284 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5285 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5286 " other options on to these processes the -W<letter> options must be used.\n"
5289 #. translate_options () has turned --version into -fversion.
5292 msgid "%s (GCC) %s\n"
5296 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5299 #: gcc.c:3348 gcov.c:320
5301 "This is free software; see the source for copying conditions. There is NO\n"
5302 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5307 msgid "argument to `-Xlinker' is missing"
5311 msgid "argument to `-l' is missing"
5315 msgid "argument to `-specs' is missing"
5319 msgid "argument to `-specs=' is missing"
5323 msgid "argument to `-b' is missing"
5327 msgid "argument to `-B' is missing"
5331 msgid "argument to `-V' is missing"
5334 #: gcc.c:3624 gcc.c:3631 gcc.c:3638
5335 msgid "invalid version number format"
5339 msgid "cannot specify -o with -c or -S and multiple compilations"
5343 msgid "warning: -pipe ignored because -save-temps specified"
5347 msgid "warning: -pipe ignored because -time specified"
5351 msgid "argument to `-x' is missing"
5356 msgid "argument to `-%s' is missing"
5361 msgid "warning: `-x %s' after last input file has no effect"
5365 msgid "invalid specification! Bug in cc"
5373 #. Catch the case where a spec string contains something like
5374 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5375 #. hand side of the :.
5378 msgid "spec failure: '%%*' has not been initialized by pattern match"
5383 msgid "warning: use of obsolete %%[ operator in specs"
5388 msgid "Processing spec %c%s%c, which is '%s'\n"
5393 msgid "spec failure: unrecognized spec option '%c'"
5397 msgid "mismatched braces in specs"
5402 msgid "unrecognized option `-%s'"
5407 msgid "install: %s%s\n"
5412 msgid "programs: %s\n"
5417 msgid "libraries: %s\n"
5423 "For bug reporting instructions, please see:\n"
5428 msgid "Configured with: %s\n"
5433 msgid "Thread model: %s\n"
5438 msgid "gcc version %s\n"
5443 msgid "gcc driver version %s executing gcc version %s\n"
5447 msgid "no input files"
5452 msgid "%s: %s compiler not installed on this system"
5457 msgid "%s: linker input file unused because linking not done"
5462 msgid "language %s not recognized"
5466 msgid "internal gcc abort"
5470 msgid "Internal gcov abort.\n"
5475 "Usage: gcov [OPTION]... SOURCEFILE\n"
5481 "Print code coverage information.\n"
5486 msgid " -h, --help Print this help, then exit\n"
5490 msgid " -v, --version Print version number, then exit\n"
5495 " -b, --branch-probabilities Include branch probabilities in output\n"
5500 " -c, --branch-counts Given counts of branches taken\n"
5501 " rather than percentages\n"
5505 msgid " -n, --no-output Do not create an output file\n"
5510 " -l, --long-file-names Use long output file names for included\n"
5515 msgid " -f, --function-summaries Output summaries for each function\n"
5519 msgid " -o, --object-directory OBJDIR Search for object files in OBJDIR\n"
5526 "For bug reporting instructions, please see:\n"
5532 msgid "gcov (GCC) %s\n"
5536 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5541 msgid "Could not open basic block file %s.\n"
5546 msgid "Could not open data file %s.\n"
5550 msgid "Assuming that all execution counts are zero.\n"
5555 msgid "Could not open program flow graph file %s.\n"
5560 msgid "No executable code associated with file %s.\n"
5564 msgid ".da file contents exhausted too early\n"
5568 msgid ".da file contents not exhausted\n"
5573 msgid "%6.2f%% of %d source lines executed in function %s\n"
5578 msgid "No executable source lines in function %s\n"
5583 msgid "%6.2f%% of %d branches executed in function %s\n"
5588 msgid "%6.2f%% of %d branches taken at least once in function %s\n"
5593 msgid "No branches in function %s\n"
5598 msgid "%6.2f%% of %d calls executed in function %s\n"
5603 msgid "No calls in function %s\n"
5608 msgid "didn't use all bb entries of graph, function %s\n"
5613 msgid "block_num = %ld, num_blocks = %d\n"
5618 msgid "ERROR: too many basic blocks in .bb file %s\n"
5623 msgid "%6.2f%% of %d source lines executed in file %s\n"
5628 msgid "No executable source lines in file %s\n"
5633 msgid "%6.2f%% of %d branches executed in file %s\n"
5638 msgid "%6.2f%% of %d branches taken at least once in file %s\n"
5643 msgid "No branches in file %s\n"
5648 msgid "%6.2f%% of %d calls executed in file %s\n"
5653 msgid "No calls in file %s\n"
5658 msgid "Could not open source file %s.\n"
5663 msgid "Could not open output file %s.\n"
5668 msgid "Creating %s.\n"
5673 msgid "call %d never executed\n"
5678 msgid "call %d returns = %s\n"
5683 msgid "call %d returns = %s%%\n"
5688 msgid "branch %d never executed\n"
5693 msgid "branch %d taken = %s\n"
5698 msgid "branch %d taken = %s%%\n"
5703 msgid "Unexpected EOF while reading source file %s.\n"
5708 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5713 msgid "GCSE disabled: %d basic blocks and %d registers"
5716 #: graph.c:421 profile.c:950 profile.c:958 toplev.c:1845 toplev.c:4954
5717 #: ch/grant.c:2652 ch/lex.c:212 ch/lex.c:2189 f/com.c:14253
5718 #: java/jcf-parse.c:984 java/jcf-parse.c:1136 java/lex.c:1782
5719 #: objc/objc-act.c:529
5721 msgid "can't open %s"
5724 #: haifa-sched.c:190
5726 msgid "fix_sched_param: unknown param: %s"
5730 msgid "function cannot be inline"
5734 msgid "varargs function cannot be inline"
5738 msgid "function using alloca cannot be inline"
5742 msgid "function using setjmp cannot be inline"
5746 msgid "function uses __builtin_eh_return"
5750 msgid "function with nested functions cannot be inline"
5754 msgid "function with label addresses used in initializers cannot inline"
5757 #: integrate.c:213 integrate.c:257
5758 msgid "function too large to be inline"
5762 msgid "no prototype, and parameter address used; cannot be inline"
5765 #: integrate.c:230 integrate.c:275
5766 msgid "inline functions not supported for this return value type"
5770 msgid "function with varying-size return value cannot be inline"
5774 msgid "function with varying-size parameter cannot be inline"
5778 msgid "function with transparent unit parameter cannot be inline"
5782 msgid "function with computed jump cannot inline"
5786 msgid "function with nonlocal goto cannot be inline"
5790 msgid "function with target specific attribute(s) cannot be inlined"
5795 msgid "In file included from %s:%u"
5798 #. Translators note: this message is used in conjunction
5799 #. with "In file included from %s:%ld" and some other
5800 #. tricks. We want something like this:
5802 #. | In file included from sys/select.h:123,
5803 #. | from sys/types.h:234,
5804 #. | from userfile.c:31:
5805 #. | bits/select.h:45: <error message here>
5807 #. with all the "from"s lined up.
5808 #. The trailing comma is at the beginning of this message,
5809 #. and the trailing colon is not translated.
5817 #. If we didn't find this parameter, issue an error message.
5820 msgid "invalid parameter `%s'"
5825 msgid "corrupted profile info: prob for %d-%d thought to be %d"
5830 msgid "file %s not found, execution counts assumed to be zero"
5834 msgid ".da file contents exhausted too early"
5838 msgid ".da file contents not exhausted"
5843 msgid "%s: internal abort\n"
5848 msgid "%s: error writing file `%s': %s\n"
5853 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5858 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5863 msgid "%s: warning: no read access for file `%s'\n"
5868 msgid "%s: warning: no write access for file `%s'\n"
5873 msgid "%s: warning: no write access for dir containing `%s'\n"
5876 #. Catch cases like /.. where we try to backup to a
5877 #. point above the absolute root of the logical file
5881 msgid "%s: invalid file name: %s\n"
5886 msgid "%s: %s: can't get status: %s\n"
5893 "%s: fatal error: aux info file corrupted at line %d\n"
5898 msgid "%s:%d: declaration of function `%s' takes different forms\n"
5903 msgid "%s: compiling `%s'\n"
5908 msgid "%s: wait: %s\n"
5913 msgid "%s: subprocess got fatal signal %d\n"
5918 msgid "%s: %s exited with status %d\n"
5923 msgid "%s: warning: missing SYSCALLS file `%s'\n"
5926 #: protoize.c:2137 protoize.c:2166
5928 msgid "%s: can't read aux info file `%s': %s\n"
5931 #: protoize.c:2182 protoize.c:2210
5933 msgid "%s: can't get status of aux info file `%s': %s\n"
5938 msgid "%s: can't open aux info file `%s' for reading: %s\n"
5943 msgid "%s: error reading aux info file `%s': %s\n"
5948 msgid "%s: error closing aux info file `%s': %s\n"
5953 msgid "%s: can't delete aux info file `%s': %s\n"
5956 #: protoize.c:2367 protoize.c:4369
5958 msgid "%s: can't delete file `%s': %s\n"
5963 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
5968 msgid "%s: conflicting extern definitions of '%s'\n"
5973 msgid "%s: declarations of '%s' will not be converted\n"
5978 msgid "%s: conflict list for '%s' follows:\n"
5983 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
5988 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
5993 msgid "%s: %d: warning: no extern definition for `%s'\n"
5998 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6003 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6006 #: protoize.c:2866 protoize.c:2869
6008 msgid "%s: %d: warning: source too confusing\n"
6013 msgid "%s: %d: warning: varargs function declaration not converted\n"
6018 msgid "%s: declaration of function `%s' not converted\n"
6023 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6030 "%s: warning: too few parameter lists in declaration of `%s'\n"
6035 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6040 msgid "%s: local declaration for function `%s' not inserted\n"
6047 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6052 msgid "%s: global declarations for file `%s' not inserted\n"
6055 #: protoize.c:3702 protoize.c:3732
6057 msgid "%s: definition of function `%s' not converted\n"
6062 msgid "%s: %d: warning: definition of %s not converted\n"
6067 msgid "%s: found definition of `%s' at %s(%d)\n"
6070 #. If we make it here, then we did not know about this
6071 #. function definition.
6074 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6079 msgid "%s: function definition not converted\n"
6084 msgid "%s: `%s' not converted\n"
6089 msgid "%s: would convert file `%s'\n"
6094 msgid "%s: converting file `%s'\n"
6099 msgid "%s: can't get status for file `%s': %s\n"
6104 msgid "%s: can't open file `%s' for reading: %s\n"
6111 "%s: error reading input file `%s': %s\n"
6116 msgid "%s: can't create/open clean file `%s': %s\n"
6121 msgid "%s: warning: file `%s' already saved in `%s'\n"
6126 msgid "%s: can't link file `%s' to `%s': %s\n"
6131 msgid "%s: can't create/open output file `%s': %s\n"
6136 msgid "%s: can't change mode of file `%s': %s\n"
6141 msgid "%s: cannot get working directory: %s\n"
6146 msgid "%s: input file names must have .c suffixes: %s\n"
6149 #: real.c:825 real.c:1002
6150 msgid "conversion from NaN to int"
6154 msgid "conversion from NaN to unsigned int"
6158 msgid "floating point overflow"
6161 #: real.c:4396 real.c:6676 real.c:6757
6162 msgid "overflow on truncation to integer"
6166 msgid "overflow on truncation to unsigned integer"
6171 msgid "%s: argument domain error"
6176 msgid "%s: function singularity"
6181 msgid "%s: overflow range error"
6186 msgid "%s: underflow range error"
6191 msgid "%s: total loss of precision"
6196 msgid "%s: partial loss of precision"
6201 msgid "%s: NaN - producing operation"
6206 msgid "output constraint %d must specify a single register"
6211 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6215 msgid "output regs must be grouped at top of stack"
6219 msgid "implicitly popped regs must be grouped at top of stack"
6224 msgid "output operand %d must use `&' constraint"
6229 msgid "can't use '%s' as a %s register"
6232 #: regclass.c:793 config/ia64/ia64.c:3856 config/ia64/ia64.c:3863
6234 msgid "unknown register name: %s"
6238 msgid "global register variable follows a function definition"
6242 msgid "register used for two global register variables"
6246 msgid "call-clobbered register used for global register variable"
6251 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6256 msgid "validate_value_data: Loop in regno chain (%u)"
6261 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6266 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6270 msgid "cannot reload integer constant operand in `asm'"
6274 msgid "impossible register constraint in `asm'"
6278 msgid "`&' constraint used with no register class"
6282 msgid "unable to generate reloads for:"
6285 #: reload.c:3557 reload.c:3771
6286 msgid "inconsistent operand constraints in an `asm'"
6290 msgid "frame size too large for reliable stack checking"
6294 msgid "try reducing the number of local variables"
6299 msgid "can't find a register in class `%s' while reloading `asm'"
6304 msgid "unable to find a register to spill in class `%s'"
6308 msgid "this is the insn:"
6312 msgid "`asm' operand requires impossible reload"
6315 #. It's the compiler's fault.
6317 msgid "could not find a spill register"
6321 msgid "`asm' operand constraint incompatible with operand size"
6324 #. It's the compiler's fault.
6326 msgid "VOIDmode on an output"
6330 msgid "output operand is constant in `asm'"
6334 msgid "unrecognizable insn:"
6338 msgid "insn does not satisfy its constraints:"
6343 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6349 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6355 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6361 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6366 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6371 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6376 msgid "jump to `%s' invalidly jumps into binding contour"
6379 #: stmt.c:1163 stmt.c:3757
6381 msgid "label `%s' used before containing binding contour"
6385 msgid "output operand constraint lacks `='"
6390 msgid "output constraint `%c' for operand %d is not at the beginning"
6394 msgid "operand constraint contains incorrectly positioned '+' or '='"
6397 #: stmt.c:1386 stmt.c:1486
6399 msgid "`%%' constraint used with last operand"
6403 msgid "matching constraint not valid in output operand"
6408 msgid "input operand constraint contains `%c'"
6412 msgid "matching constraint references invalid operand number"
6417 msgid "invalid punctuation `%c' in constraint"
6422 msgid "unknown register name `%s' in `asm'"
6427 msgid "more than %d operands in `asm'"
6432 msgid "output number %d not directly addressable"
6435 #. ??? Leave this only until we have experience with what
6436 #. happens in combine and elsewhere when constraints are
6438 #: stmt.c:1817 stmt.c:1846
6440 msgid "asm operand %d probably doesn't match constraints"
6444 msgid "too many alternatives in `asm'"
6448 msgid "operand constraints for `asm' differ in number of alternatives"
6453 msgid "duplicate asm operand name '%s'"
6457 msgid "missing close brace for named operand"
6462 msgid "undefined named operand '%s'"
6467 msgid "unused variable `%s'"
6472 msgid "enumeration value `%s' not handled in switch"
6475 #: stmt.c:5173 stmt.c:5193
6477 msgid "case value `%ld' not in enumerated type"
6480 #: stmt.c:5176 stmt.c:5196
6482 msgid "case value `%ld' not in enumerated type `%s'"
6485 #: stor-layout.c:173
6486 msgid "type size can't be explicitly evaluated"
6489 #: stor-layout.c:175
6490 msgid "variable-size type declared outside of any function"
6493 #: stor-layout.c:456
6495 msgid "size of `%s' is %d bytes"
6498 #: stor-layout.c:458
6500 msgid "size of `%s' is larger than %d bytes"
6503 #: stor-layout.c:856 stor-layout.c:1157
6505 msgid "packed attribute causes inefficient alignment for `%s'"
6508 #: stor-layout.c:858 stor-layout.c:1159
6510 msgid "packed attribute is unnecessary for `%s'"
6513 #: stor-layout.c:873
6515 msgid "padding struct to align `%s'"
6518 #: stor-layout.c:1121
6519 msgid "padding struct size to alignment boundary"
6522 #: stor-layout.c:1164
6523 msgid "packed attribute causes inefficient alignment"
6526 #: stor-layout.c:1166
6527 msgid "packed attribute is unnecessary"
6533 "Execution times (seconds)\n"
6536 #. Print total time.
6543 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6548 msgid "collect: reading %s\n"
6553 msgid "collect: recompiling %s\n"
6558 msgid "collect: tweaking %s in %s\n"
6562 msgid "collect: relinking\n"
6567 msgid "ld returned %d exit status"
6571 msgid "Generate debugging info in default format"
6575 msgid "Generate debugging info in default extended format"
6579 msgid "Generate STABS format debug info"
6583 msgid "Generate extended STABS format debug info"
6587 msgid "Generate DWARF-1 format debug info"
6591 msgid "Generate extended DWARF-1 format debug info"
6595 msgid "Generate DWARF-2 debug info"
6599 msgid "Generate XCOFF format debug info"
6603 msgid "Generate extended XCOFF format debug info"
6607 msgid "Generate COFF format debug info"
6611 msgid "Perform DWARF2 duplicate elimination"
6615 msgid "Do not store floats in registers"
6619 msgid "Consider all mem refs through pointers as volatile"
6623 msgid "Consider all mem refs to global data to be volatile"
6627 msgid "Consider all mem refs to static data to be volatile"
6631 msgid "Defer popping functions args from stack until later"
6635 msgid "When possible do not generate stack frames"
6639 msgid "Optimize sibling and tail recursive calls"
6643 msgid "When running CSE, follow jumps to their targets"
6647 msgid "When running CSE, follow conditional jumps"
6651 msgid "Perform a number of minor, expensive optimizations"
6655 msgid "Perform jump threading optimizations"
6659 msgid "Perform strength reduction optimizations"
6663 msgid "Perform loop unrolling when iteration count is known"
6667 msgid "Perform loop unrolling for all loops"
6671 msgid "Generate prefetch instructions, if available, for arrays in loops"
6675 msgid "Force all loop invariant computations out of loops"
6679 msgid "Strength reduce all loop general induction variables"
6683 msgid "Store strings in writable data section"
6687 msgid "Enable machine specific peephole optimizations"
6691 msgid "Copy memory operands into registers before using"
6695 msgid "Copy memory address constants into regs before using"
6699 msgid "Allow function addresses to be held in registers"
6703 msgid "Integrate simple functions into their callers"
6707 msgid "Generate code for funcs even if they are fully inlined"
6711 msgid "Pay attention to the 'inline' keyword"
6715 msgid "Emit static const variables even if they are not used"
6719 msgid "Check for syntax errors, then stop"
6723 msgid "Mark data as shared rather than private"
6727 msgid "Enable saving registers around function calls"
6731 msgid "Return 'short' aggregates in memory, not registers"
6735 msgid "Return 'short' aggregates in registers"
6739 msgid "Attempt to fill delay slots of branch instructions"
6743 msgid "Perform the global common subexpression elimination"
6747 msgid "Perform enhanced load motion during global subexpression elimination"
6751 msgid "Perform store motion after global subexpression elimination"
6755 msgid "Run CSE pass after loop optimizations"
6759 msgid "Run the loop optimizer twice"
6763 msgid "Delete useless null pointer checks"
6767 msgid "Pretend that host and target use the same FP format"
6771 msgid "Reschedule instructions before register allocation"
6775 msgid "Reschedule instructions after register allocation"
6779 msgid "Enable scheduling across basic blocks"
6783 msgid "Allow speculative motion of non-loads"
6787 msgid "Allow speculative motion of some loads"
6791 msgid "Allow speculative motion of more loads"
6795 msgid "Replace add,compare,branch with branch on count reg"
6799 msgid "Generate position independent code, if possible"
6803 msgid "Enable exception handling"
6807 msgid "Just generate unwind tables for exception handling"
6811 msgid "Generate unwind tables exact at each instruction boundary"
6815 msgid "Support synchronous non-call exceptions"
6819 msgid "Insert arc based program profiling code"
6823 msgid "Create data files needed by gcov"
6827 msgid "Use profiling information for branch probabilities"
6831 msgid "Reorder basic blocks to improve code placement"
6835 msgid "Do the register renaming optimization pass"
6839 msgid "Do the register copy-propagation optimization pass"
6843 msgid "Do not put uninitialized globals in the common section"
6847 msgid "Do not generate .size directives"
6851 msgid "place each function into its own section"
6855 msgid "place data items into their own section"
6859 msgid "Add extra commentry to assembler output"
6863 msgid "Output GNU ld formatted global initializers"
6867 msgid "Enables a register move optimization"
6871 msgid "Do the full regmove optimization pass"
6875 msgid "Pack structure members together without holes"
6879 msgid "Insert stack checking code into the program"
6883 msgid "Specify that arguments may alias each other & globals"
6887 msgid "Assume arguments may alias globals but not each other"
6891 msgid "Assume arguments do not alias each other or globals"
6895 msgid "Assume strict aliasing rules apply"
6899 msgid "Align the start of loops"
6903 msgid "Align labels which are only reached by jumping"
6907 msgid "Align all labels"
6911 msgid "Align the start of functions"
6915 msgid "Attempt to merge identical constants accross compilation units"
6919 msgid "Attempt to merge identical constants and constant variables"
6924 "Suppress output of instruction numbers and line number notes in debugging "
6929 msgid "Instrument function entry/exit with profiling calls"
6933 msgid "Enable SSA optimizations"
6937 msgid "Enable SSA conditional constant propagation"
6941 msgid "Enable aggressive SSA dead code elimination"
6945 msgid "External symbols have a leading underscore"
6949 msgid "Process #ident directives"
6953 msgid "Enables an rtl peephole pass run before sched2"
6957 msgid "Enables guessing of branch probabilities"
6961 msgid "Set errno after built-in math functions"
6965 msgid "Floating-point operations can trap"
6969 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
6973 msgid "Compile pointers as triples: value, base & end"
6977 msgid "Generate code to check bounds before dereferencing pointers and arrays"
6981 msgid "Convert floating point constant to single precision constant"
6985 msgid "Report time taken by each compiler pass at end of run"
6989 msgid "Report on permanent memory allocation at end of run"
6993 msgid "Trap for signed overflow in addition / subtraction / multiplication"
6997 msgid "Compile just for ISO C89"
7001 msgid "Do not promote floats to double if using -traditional"
7005 msgid "Determine language standard"
7009 msgid "Make bit-fields by unsigned by default"
7013 msgid "Make 'char' be signed by default"
7017 msgid "Make 'char' be unsigned by default"
7021 msgid "Attempt to support traditional K&R style C"
7025 msgid "Do not recognize the 'asm' keyword"
7029 msgid "Do not recognize any built in functions"
7033 msgid "Assume normal C execution environment"
7037 msgid "Assume that standard libraries & main might not exist"
7041 msgid "Allow different types as args of ? operator"
7045 msgid "Allow the use of $ inside identifiers"
7049 msgid "Use the same size for double as for float"
7053 msgid "Use the smallest fitting integer to hold enums"
7057 msgid "Override the underlying type for wchar_t to `unsigned short'"
7061 msgid "Enable most warning messages"
7065 msgid "Warn about casting functions to incompatible types"
7069 msgid "Warn about functions which might be candidates for format attributes"
7073 msgid "Warn about casts which discard qualifiers"
7077 msgid "Warn about subscripts whose type is 'char'"
7080 #: toplev.c:1254 toplev.c:1257
7081 msgid "Warn if nested comments are detected"
7085 msgid "Warn about possibly confusing type conversions"
7089 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7093 msgid "Don't warn about strftime formats yielding 2 digit years"
7097 msgid "Don't warn about too many arguments to format functions"
7101 msgid "Warn about non-string-literal format strings"
7105 msgid "Warn about possible security problems with format functions"
7109 msgid "Warn about implicit function declarations"
7113 msgid "Warn when a declaration does not specify a type"
7117 msgid "Warn about the use of the #import directive"
7121 msgid "Do not warn about using 'long long' when -pedantic"
7125 msgid "Warn about suspicious declarations of main"
7129 msgid "Warn about possibly missing braces around initializers"
7133 msgid "Warn about global funcs without previous declarations"
7137 msgid "Warn about global funcs without prototypes"
7141 msgid "Warn about use of multicharacter literals"
7145 msgid "Warn about externs not at file scope level"
7149 msgid "Warn about possible missing parentheses"
7153 msgid "Warn about possible violations of sequence point rules"
7157 msgid "Warn about function pointer arithmetic"
7161 msgid "Warn about multiple declarations of the same object"
7165 msgid "Warn about signed/unsigned comparisons"
7169 msgid "Warn about testing equality of floating point numbers"
7173 msgid "Warn about unrecognized pragmas"
7177 msgid "Warn about non-prototyped function decls"
7181 msgid "Warn about constructs whose meaning change in ISO C"
7185 msgid "Warn when trigraphs are encountered"
7189 msgid "Mark strings as 'const char *'"
7193 msgid "Warn when a function is unused"
7197 msgid "Warn when a label is unused"
7201 msgid "Warn when a function parameter is unused"
7205 msgid "Warn when a variable is unused"
7209 msgid "Warn when an expression value is unused"
7213 msgid "Do not suppress warnings from system headers"
7217 msgid "Treat all warnings as errors"
7221 msgid "Warn when one local variable shadows another"
7225 msgid "Warn about enumerated switches missing a specific case"
7229 msgid "Warn about returning structures, unions or arrays"
7233 msgid "Warn about pointer casts which increase alignment"
7237 msgid "Warn about code that will never be executed"
7241 msgid "Warn about uninitialized automatic variables"
7245 msgid "Warn when an inlined function cannot be inlined"
7249 msgid "Warn when the packed attribute has no effect on struct layout"
7253 msgid "Warn when padding is required to align struct members"
7257 msgid "Warn when an optimization pass is disabled"
7261 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7265 msgid "Warn about functions which might be candidates for attribute noreturn"
7268 #: toplev.c:1580 toplev.c:4363 tradcpp.c:792
7270 msgid "invalid option `%s'"
7275 msgid "internal error: %s"
7280 msgid "`%s' used but never defined"
7285 msgid "`%s' declared `static' but never defined"
7290 msgid "`%s' defined but not used"
7295 msgid "invalid register name `%s' for register variable"
7300 " -ffixed-<register> Mark <register> as being unavailable to the "
7306 " -fcall-used-<register> Mark <register> as being corrupted by function "
7312 " -fcall-saved-<register> Mark <register> as being preserved across "
7318 " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7323 " -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
7324 "characters per line. 0 suppresses line-wrapping\n"
7329 " -fdiagnostics-show-location=[once | every-line] Indicates how often source "
7330 "location information should be emitted, as prefix, at the beginning of "
7331 "diagnostics when line-wrapping\n"
7335 msgid " -O[number] Set optimization level to [number]\n"
7339 msgid " -Os Optimize for space rather than speed\n"
7344 " -pedantic Issue warnings needed by strict compliance to ISO "
7350 " -pedantic-errors Like -pedantic except that errors are produced\n"
7354 msgid " -w Suppress warnings\n"
7358 msgid " -W Enable extra warnings\n"
7362 msgid " -Wunused Enable unused warnings\n"
7367 " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
7371 msgid " -p Enable function profiling\n"
7375 msgid " -a Enable block profiling \n"
7379 msgid " -ax Enable jump profiling \n"
7383 msgid " -o <file> Place output into <file> \n"
7388 " -G <number> Put global and static data smaller than <number>\n"
7389 " bytes into a special section (on some targets)\n"
7393 msgid " -aux-info <file> Emit declaration info into <file>\n"
7398 " -quiet Do not display functions compiled or elapsed time\n"
7402 msgid " -version Display the compiler's version\n"
7407 " -d[letters] Enable dumps from specific passes of the compiler\n"
7412 " -dumpbase <file> Base name to be used for dumps from specific "
7417 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7421 msgid " --help Display this information\n"
7427 "Language specific options:\n"
7432 msgid " %-23.23s [undocumented]\n"
7435 #: toplev.c:3681 toplev.c:3695
7439 "There are undocumented %s specific options as well.\n"
7446 " Options for %s:\n"
7452 "Target specific options:\n"
7455 #: toplev.c:3736 toplev.c:3755
7457 msgid " -m%-23.23s [undocumented]\n"
7463 "There are undocumented target specific options as well.\n"
7467 msgid " They exist, but they are not documented.\n"
7472 msgid "unrecognized gcc debugging option: %c"
7477 msgid "unrecognized register name `%s'"
7480 #: toplev.c:3914 toplev.c:4792
7482 msgid "unrecognized option `%s'"
7486 msgid "-Wid-clash-LEN is no longer supported"
7491 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7495 msgid "use -gdwarf-2 for DWARF v2"
7500 msgid "ignoring option `%s' due to invalid debug level specification"
7503 #: toplev.c:4066 toplev.c:4790
7505 msgid "`%s': unknown or unsupported -g option"
7510 msgid "`%s' ignored, conflicts with `-g%s'"
7514 msgid "-param option missing argument"
7519 msgid "invalid --param option: %s"
7524 msgid "invalid parameter value `%s'"
7530 "%s%s%s version %s (%s)\n"
7531 "%s\tcompiled by GNU C version %s.\n"
7532 "%s%s%s version %s (%s) compiled by CC.\n"
7536 msgid "options passed: "
7540 msgid "options enabled: "
7545 msgid "can't open %s for writing"
7550 msgid "ignoring command line option '%s'"
7555 msgid "(it is valid for %s but not the selected language)"
7559 msgid "-Wuninitialized is not supported without -O"
7563 msgid "instruction scheduling not supported on this target machine"
7567 msgid "this target machine does not have delayed branches"
7571 msgid "profiling does not work without a frame pointer"
7576 msgid "-f%sleading-underscore not supported on this target machine"
7580 msgid "-ffunction-sections not supported for this target"
7584 msgid "-fdata-sections not supported for this target"
7588 msgid "-ffunction-sections disabled; it makes profiling impossible"
7592 msgid "-fprefetch-loop-arrays not supported for this target"
7597 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7601 msgid "-fprefetch-loop-arrays is not supported with -Os"
7605 msgid "-ffunction-sections may affect debugging on some targets"
7610 msgid "error writing to %s"
7613 #: toplev.c:5124 java/jcf-parse.c:1003
7615 msgid "error closing %s"
7618 #. It's a float since it contains a point.
7620 msgid "floating point numbers not allowed in #if expressions"
7624 msgid "invalid number in #if expression"
7628 msgid "invalid character constant in #if"
7632 msgid "double quoted strings not allowed in #if expressions"
7636 msgid "invalid token in expression"
7640 msgid "octal character constant does not fit in a byte"
7644 msgid "hex character constant does not fit in a byte"
7648 msgid "empty #if expression"
7652 msgid "Junk after end of expression."
7656 msgid "macro or #include recursion too deep"
7661 msgid "usage: %s [switches] input output"
7665 msgid "-traditional is not supported in C++"
7669 msgid "-traditional and -ansi are mutually exclusive"
7673 msgid "filename missing after -i option"
7677 msgid "filename missing after -o option"
7682 msgid "target missing after %s option"
7687 msgid "filename missing after %s option"
7692 msgid "macro name missing after -%c option"
7696 msgid "-pedantic and -traditional are mutually exclusive"
7700 msgid "-trigraphs and -traditional are mutually exclusive"
7704 msgid "directory name missing after -I option"
7707 #: tradcpp.c:1445 tradcpp.c:3937
7708 msgid "`/*' within comment"
7713 msgid "unterminated #%s conditional"
7717 msgid "not in any file?!"
7721 msgid "`defined' must be followed by ident or (ident)"
7725 msgid "cccp error: invalid special hash type"
7728 #: tradcpp.c:2388 tradcpp.c:2458
7729 msgid "#include expects \"fname\" or <fname>"
7734 msgid "no include path in which to find %.*s"
7738 msgid "invalid macro name"
7743 msgid "invalid macro name `%s'"
7747 msgid "\"defined\" cannot be used as a macro name"
7751 msgid "parameter name starts with a digit in #define"
7755 msgid "badly punctuated parameter list in #define"
7759 msgid "unterminated parameter list in #define"
7764 msgid "\"%.*s\" redefined"
7768 msgid "# operator should be followed by a macro argument name"
7771 #: tradcpp.c:3131 tradcpp.c:3157 tradcpp.c:3171 tradcpp.c:3178 tradcpp.c:3203
7772 msgid "invalid format #line command"
7776 msgid "undefining `defined'"
7781 msgid "undefining `%s'"
7785 msgid "extra text at end of directive"
7795 msgid "#warning%.*s"
7799 msgid "#elif not within a conditional"
7804 msgid "#%s not within a conditional"
7808 msgid "#else or #elif after #else"
7812 msgid "#else not within a conditional"
7816 msgid "unbalanced #endif"
7820 msgid "unterminated string or character constant"
7825 msgid "arguments given to macro `%s'"
7830 msgid "no args to macro `%s'"
7835 msgid "only 1 arg to macro `%s'"
7840 msgid "only %d args to macro `%s'"
7845 msgid "too many (%d) args to macro `%s'"
7851 "internal error in %s, at tradcpp.c:%d\n"
7852 "Please submit a full bug report.\n"
7853 "See %s for instructions."
7858 msgid "could not open dump file `%s'"
7863 msgid "ignoring unknown option `%.*s' in `-f%s'"
7867 msgid "arrays of functions are not meaningful"
7871 msgid "function return type cannot be function"
7875 msgid "invalid initializer for bit string"
7880 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7885 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7888 #: varasm.c:456 config/i386/winnt.c:522
7890 msgid "%s causes a section type conflict"
7895 msgid "register name not specified for `%s'"
7900 msgid "invalid register name for `%s'"
7905 msgid "data type of `%s' isn't suitable for a register"
7910 msgid "register specified for `%s' isn't suitable for data type"
7914 msgid "global register variable has initial value"
7918 msgid "volatile register variables don't work as you might wish"
7923 msgid "register name given for non-register variable `%s'"
7928 msgid "size of variable `%s' is too large"
7934 "alignment of `%s' is greater than maximum object file alignment. Using %d"
7939 msgid "requested alignment for %s is greater than implemented alignment of %d"
7943 msgid "initializer for integer value is too complicated"
7947 msgid "initializer for floating value is not a floating constant"
7951 msgid "unknown set constructor type"
7956 msgid "invalid initial value for member `%s'"
7961 msgid "weak declaration of `%s' must be public"
7966 msgid "weak declaration of `%s' must precede definition"
7971 msgid "weak declaration of `%s' not supported"
7975 msgid "only weak aliases are supported in this configuration"
7979 msgid "alias definitions not supported in this configuration; ignored"
7984 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7987 #. Print an error message for unrecognized stab codes.
7990 msgid "no sclass for %s stab (0x%x)\n"
7995 "The maximum number of instructions in a function that is eligible for "
8000 msgid "The maximum number of instructions to consider to fill a delay slot"
8005 "The maximum number of instructions to consider to find accurate live "
8006 "register information"
8010 msgid "The maximum length of scheduling's pending operations list"
8014 msgid "The maximum amount of memory to be allocated by GCSE"
8018 msgid "The maximum number of passes to make when doing GCSE"
8021 #: config/darwin-c.c:76
8022 msgid "too many #pragma options align=reset"
8025 #: config/darwin-c.c:98 config/darwin-c.c:101 config/darwin-c.c:103
8026 #: config/darwin-c.c:105
8027 msgid "malformed '#pragma options', ignoring"
8030 #: config/darwin-c.c:108
8031 msgid "junk at end of '#pragma options'"
8034 #: config/darwin-c.c:118
8035 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8038 #: config/darwin-c.c:131
8039 msgid "missing '(' after '#pragma unused', ignoring"
8042 #: config/darwin-c.c:149
8043 msgid "missing ')' after '#pragma unused', ignoring"
8046 #: config/darwin-c.c:152
8047 msgid "junk at end of '#pragma unused'"
8050 #: config/nextstep.c:68
8051 msgid "optimization turned on"
8054 #: config/nextstep.c:74
8055 msgid "optimization turned off"
8058 #: config/nextstep.c:83
8059 msgid "optimization level restored"
8062 #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:85
8063 msgid "-msystem-v and -p are incompatible"
8066 #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:87
8067 msgid "-msystem-v and -mthreads are incompatible"
8070 #. Run-time compilation parameters selecting different hardware subsets.
8071 #: config/1750a/1750a.h:39
8072 msgid "Use VAX-C alignment"
8075 #: config/a29k/a29k.c:1028 config/m88k/m88k.c:2967
8077 msgid "invalid %%Q value"
8080 #: config/a29k/a29k.c:1034 config/alpha/alpha.c:5352 config/m88k/m88k.c:3063
8082 msgid "invalid %%C value"
8085 #: config/a29k/a29k.c:1040 config/alpha/alpha.c:5197
8086 #: config/rs6000/rs6000.c:6404
8088 msgid "invalid %%N value"
8091 #: config/a29k/a29k.c:1046 config/alpha/alpha.c:5268
8092 #: config/rs6000/rs6000.c:6366
8094 msgid "invalid %%M value"
8097 #: config/a29k/a29k.c:1052 config/alpha/alpha.c:5260
8098 #: config/rs6000/rs6000.c:6331
8100 msgid "invalid %%m value"
8103 #: config/a29k/a29k.c:1154 config/alpha/alpha.c:5221 config/romp/romp.c:690
8105 msgid "invalid %%L value"
8108 #: config/a29k/a29k.c:1159 config/rs6000/rs6000.c:6412
8110 msgid "invalid %%O value"
8113 #: config/a29k/a29k.c:1165 config/alpha/alpha.c:5205
8114 #: config/rs6000/rs6000.c:6432
8116 msgid "invalid %%P value"
8119 #: config/a29k/a29k.c:1175
8121 msgid "invalid %%V value"
8124 #: config/a29k/a29k.h:101
8125 msgid "Generate code assuming DW bit is set"
8128 #: config/a29k/a29k.h:102
8129 msgid "Generate code assuming DW bit is not set"
8132 #: config/a29k/a29k.h:103
8133 msgid "Generate code using byte writes"
8136 #: config/a29k/a29k.h:104
8137 msgid "Do not generate byte writes"
8140 #: config/a29k/a29k.h:105
8141 msgid "Use small memory model"
8144 #: config/a29k/a29k.h:106
8145 msgid "Use normal memory model"
8148 #: config/a29k/a29k.h:107
8149 msgid "Use large memory model"
8152 #: config/a29k/a29k.h:108
8153 msgid "Generate 29050 code"
8156 #: config/a29k/a29k.h:109
8157 msgid "Generate 29000 code"
8160 #: config/a29k/a29k.h:110
8161 msgid "Use kernel global registers"
8164 #: config/a29k/a29k.h:111
8165 msgid "Use user global registers"
8168 #: config/a29k/a29k.h:112
8169 msgid "Emit stack checking code"
8172 #: config/a29k/a29k.h:113
8173 msgid "Do not emit stack checking code"
8176 #: config/a29k/a29k.h:114
8177 msgid "Work around storem hardware bug"
8180 #: config/a29k/a29k.h:115
8181 msgid "Do not work around storem hardware bug"
8184 #: config/a29k/a29k.h:116
8185 msgid "Store locals in argument registers"
8188 #: config/a29k/a29k.h:117
8189 msgid "Do not store locals in arg registers"
8192 #: config/a29k/a29k.h:118 config/i960/i960.h:283 config/mips/mips.h:408
8193 msgid "Use software floating point"
8196 #: config/a29k/a29k.h:119
8197 msgid "Do not generate multm instructions"
8200 #: config/alpha/alpha.c:274
8202 msgid "-f%s ignored for Unicos/Mk (not supported)"
8205 #: config/alpha/alpha.c:298
8206 msgid "-mieee not supported on Unicos/Mk"
8209 #: config/alpha/alpha.c:309
8210 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8213 #: config/alpha/alpha.c:326
8215 msgid "bad value `%s' for -mtrap-precision switch"
8218 #: config/alpha/alpha.c:340
8220 msgid "bad value `%s' for -mfp-rounding-mode switch"
8223 #: config/alpha/alpha.c:355
8225 msgid "bad value `%s' for -mfp-trap-mode switch"
8228 #: config/alpha/alpha.c:374 config/alpha/alpha.c:386
8230 msgid "bad value `%s' for -mcpu switch"
8233 #: config/alpha/alpha.c:393
8234 msgid "trap mode not supported on Unicos/Mk"
8237 #: config/alpha/alpha.c:400
8238 msgid "fp software completion requires -mtrap-precision=i"
8241 #: config/alpha/alpha.c:416
8242 msgid "rounding mode not supported for VAX floats"
8245 #: config/alpha/alpha.c:421
8246 msgid "trap mode not supported for VAX floats"
8249 #: config/alpha/alpha.c:450
8251 msgid "L%d cache latency unknown for %s"
8254 #: config/alpha/alpha.c:465
8256 msgid "bad value `%s' for -mmemory-latency"
8259 #: config/alpha/alpha.c:5161 config/m88k/m88k.c:2955 config/romp/romp.c:746
8260 #: config/romp/romp.c:753
8262 msgid "invalid %%H value"
8265 #: config/alpha/alpha.c:5171
8267 msgid "invalid %%J value"
8270 #: config/alpha/alpha.c:5181 config/ia64/ia64.c:3525 config/m88k/m88k.c:3100
8272 msgid "invalid %%r value"
8275 #: config/alpha/alpha.c:5191 config/rs6000/rs6000.c:6478
8277 msgid "invalid %%R value"
8280 #: config/alpha/alpha.c:5213 config/m88k/m88k.c:2961 config/romp/romp.c:732
8281 #: config/romp/romp.c:739
8283 msgid "invalid %%h value"
8286 #: config/alpha/alpha.c:5303
8288 msgid "invalid %%U value"
8291 #: config/alpha/alpha.c:5315 config/alpha/alpha.c:5329 config/romp/romp.c:698
8292 #: config/rs6000/rs6000.c:6486
8294 msgid "invalid %%s value"
8297 #: config/alpha/alpha.c:5389 config/m88k/m88k.c:3084
8298 #: config/rs6000/rs6000.c:6193
8300 msgid "invalid %%E value"
8303 #: config/alpha/alpha.c:5410 config/romp/romp.c:973
8304 #: config/rs6000/rs6000.c:6794
8306 msgid "invalid %%xn code"
8309 #. Macro to define tables used to set the flags.
8310 #. This is a list in braces of pairs in braces,
8311 #. each pair being { "NAME", VALUE }
8312 #. where VALUE is the bits to set or minus the bits to clear.
8313 #. An empty string NAME is used to identify the default VALUE.
8314 #: config/alpha/alpha.h:214 config/i386/i386.h:290 config/i386/i386.h:292
8315 #: config/i386/i386.h:294 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:329
8316 #: config/s390/s390.h:56 config/sparc/sparc.h:552 config/sparc/sparc.h:557
8317 msgid "Use hardware fp"
8320 #: config/alpha/alpha.h:215 config/i386/i386.h:291 config/i386/i386.h:293
8321 #: config/rs6000/rs6000.h:331 config/sparc/sparc.h:554
8322 #: config/sparc/sparc.h:559
8323 msgid "Do not use hardware fp"
8326 #: config/alpha/alpha.h:216
8327 msgid "Use fp registers"
8330 #: config/alpha/alpha.h:218
8331 msgid "Do not use fp registers"
8334 #: config/alpha/alpha.h:219
8335 msgid "Do not assume GAS"
8338 #: config/alpha/alpha.h:220
8342 #: config/alpha/alpha.h:222
8343 msgid "Request IEEE-conformant math library routines (OSF/1)"
8346 #: config/alpha/alpha.h:224
8347 msgid "Emit IEEE-conformant code, without inexact exceptions"
8350 #: config/alpha/alpha.h:226
8351 msgid "Emit IEEE-conformant code, with inexact exceptions"
8354 #: config/alpha/alpha.h:228
8355 msgid "Do not emit complex integer constants to read-only memory"
8358 #: config/alpha/alpha.h:229
8362 #: config/alpha/alpha.h:230
8363 msgid "Do not use VAX fp"
8366 #: config/alpha/alpha.h:231
8367 msgid "Emit code for the byte/word ISA extension"
8370 #: config/alpha/alpha.h:234
8371 msgid "Emit code for the motion video ISA extension"
8374 #: config/alpha/alpha.h:237
8375 msgid "Emit code for the fp move and sqrt ISA extension"
8378 #: config/alpha/alpha.h:239
8379 msgid "Emit code for the counting ISA extension"
8382 #: config/alpha/alpha.h:242
8383 msgid "Emit code using explicit relocation directives"
8386 #: config/alpha/alpha.h:245
8387 msgid "Emit 16-bit relocations to the small data areas"
8390 #: config/alpha/alpha.h:247
8391 msgid "Emit 32-bit relocations to the small data areas"
8396 #. For -mfp-rounding-mode=[n|m|c|d]
8397 #. For -mfp-trap-mode=[n|u|su|sui]
8398 #. For -mtrap-precision=[p|f|i]
8399 #. For -mmemory-latency=
8400 #: config/alpha/alpha.h:275
8401 msgid "Use features of and schedule given CPU"
8404 #: config/alpha/alpha.h:277
8405 msgid "Schedule given CPU"
8408 #: config/alpha/alpha.h:279
8409 msgid "Control the generated fp rounding mode"
8412 #: config/alpha/alpha.h:281
8413 msgid "Control the IEEE trap mode"
8416 #: config/alpha/alpha.h:283
8417 msgid "Control the precision given to fp exceptions"
8420 #: config/alpha/alpha.h:285
8421 msgid "Tune expected memory latency"
8424 #: config/arc/arc.c:132
8426 msgid "bad value (%s) for -mcpu switch"
8429 #: config/arc/arc.c:359
8431 msgid "argument of `%s' attribute is not a string constant"
8434 #: config/arc/arc.c:366
8436 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8439 #: config/arc/arc.c:1709 config/m32r/m32r.c:2278
8441 msgid "invalid operand to %%R code"
8444 #: config/arc/arc.c:1741 config/m32r/m32r.c:2301
8446 msgid "invalid operand to %%H/%%L code"
8449 #: config/arc/arc.c:1765 config/m32r/m32r.c:2378
8451 msgid "invalid operand to %%U code"
8454 #: config/arc/arc.c:1776
8456 msgid "invalid operand to %%V code"
8460 #: config/arc/arc.c:1783 config/m32r/m32r.c:2417 config/sparc/sparc.c:6023
8461 msgid "invalid operand output code"
8464 #: config/arm/arm.c:436
8466 msgid "switch -mcpu=%s conflicts with -march= switch"
8469 #: config/arm/arm.c:446 config/rs6000/rs6000.c:443 config/sparc/sparc.c:382
8471 msgid "bad value (%s) for %s switch"
8474 #: config/arm/arm.c:582
8475 msgid "target CPU does not support APCS-32"
8478 #: config/arm/arm.c:587
8479 msgid "target CPU does not support APCS-26"
8482 #: config/arm/arm.c:593
8483 msgid "target CPU does not support interworking"
8486 #: config/arm/arm.c:599
8487 msgid "target CPU does not support THUMB instructions"
8490 #: config/arm/arm.c:613
8492 "enabling backtrace support is only meaningful when compiling for the Thumb"
8495 #: config/arm/arm.c:616
8497 "enabling callee interworking support is only meaningful when compiling for "
8501 #: config/arm/arm.c:619
8503 "enabling caller interworking support is only meaningful when compiling for "
8507 #: config/arm/arm.c:625
8508 msgid "interworking forces APCS-32 to be used"
8511 #: config/arm/arm.c:631
8512 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8515 #: config/arm/arm.c:639
8516 msgid "-fpic and -mapcs-reent are incompatible"
8519 #: config/arm/arm.c:642
8520 msgid "APCS reentrant code not supported. Ignored"
8523 #: config/arm/arm.c:650
8524 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8527 #: config/arm/arm.c:658
8528 msgid "passing floating point arguments in fp regs not yet supported"
8531 #: config/arm/arm.c:687
8533 msgid "invalid floating point emulation option: -mfpe-%s"
8536 #: config/arm/arm.c:711
8537 msgid "structure size boundary can only be set to 8 or 32"
8540 #: config/arm/arm.c:719
8541 msgid "-mpic-register= is useless without -fpic"
8544 #: config/arm/arm.c:728
8546 msgid "unable to use '%s' for PIC register"
8549 #: config/arm/arm.c:1972 config/arm/arm.c:1995 config/avr/avr.c:4703
8550 #: config/c4x/c4x.c:4650 config/h8300/h8300.c:3051 config/i386/i386.c:1254
8551 #: config/i386/i386.c:1283 config/m68hc11/m68hc11.c:1160
8552 #: config/mcore/mcore.c:3505 config/ns32k/ns32k.c:1044
8553 #: config/rs6000/rs6000.c:10706 config/sh/sh.c:5586 config/sh/sh.c:5606
8554 #: config/sh/sh.c:5645 config/stormy16/stormy16.c:2010 config/v850/v850.c:2044
8556 msgid "`%s' attribute only applies to functions"
8559 #: config/arm/arm.c:9258
8560 msgid "unable to compute real location of stacked parameter"
8563 #: config/arm/arm.c:9938
8564 msgid "no low registers available for popping high registers"
8567 #: config/arm/arm.c:10130
8568 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8571 #: config/arm/pe.c:168 config/i386/winnt.c:290 config/mcore/mcore.c:3365
8573 msgid "initialized variable `%s' is marked dllimport"
8576 #: config/arm/pe.c:177 config/i386/winnt.c:299
8578 msgid "static variable `%s' is marked dllimport"
8581 #: config/arm/arm.h:422
8582 msgid "Generate APCS conformant stack frames"
8585 #: config/arm/arm.h:425
8586 msgid "Store function names in object code"
8589 #: config/arm/arm.h:429
8590 msgid "Use the 32-bit version of the APCS"
8593 #: config/arm/arm.h:431
8594 msgid "Use the 26-bit version of the APCS"
8597 #: config/arm/arm.h:435
8598 msgid "Pass FP arguments in FP registers"
8601 #: config/arm/arm.h:438
8602 msgid "Generate re-entrant, PIC code"
8605 #: config/arm/arm.h:441
8606 msgid "The MMU will trap on unaligned accesses"
8609 #: config/arm/arm.h:448
8610 msgid "Use library calls to perform FP operations"
8613 #: config/arm/arm.h:450 config/i960/i960.h:281
8614 msgid "Use hardware floating point instructions"
8617 #: config/arm/arm.h:452
8618 msgid "Assume target CPU is configured as big endian"
8621 #: config/arm/arm.h:454
8622 msgid "Assume target CPU is configured as little endian"
8625 #: config/arm/arm.h:456
8626 msgid "Assume big endian bytes, little endian words"
8629 #: config/arm/arm.h:458
8630 msgid "Support calls between Thumb and ARM instruction sets"
8633 #: config/arm/arm.h:461
8634 msgid "Generate a call to abort if a noreturn function returns"
8637 #: config/arm/arm.h:464
8638 msgid "Do not move instructions into a function's prologue"
8641 #: config/arm/arm.h:467
8642 msgid "Do not load the PIC register in function prologues"
8645 #: config/arm/arm.h:470
8646 msgid "Generate call insns as indirect calls, if necessary"
8649 #: config/arm/arm.h:473
8650 msgid "Compile for the Thumb not the ARM"
8653 #: config/arm/arm.h:477
8654 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8657 #: config/arm/arm.h:480
8658 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8661 #: config/arm/arm.h:483
8662 msgid "Thumb: Assume non-static functions may be called from ARM code"
8665 #: config/arm/arm.h:487
8666 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8669 #: config/arm/arm.h:497
8670 msgid "Specify the name of the target CPU"
8673 #: config/arm/arm.h:499
8674 msgid "Specify the name of the target architecture"
8677 #: config/arm/arm.h:503
8678 msgid "Specify the version of the floating point emulator"
8681 #: config/arm/arm.h:505
8682 msgid "Specify the minimum bit alignment of structures"
8685 #: config/arm/arm.h:507
8686 msgid "Specify the register to be used for PIC addressing"
8689 #: config/arm/pe.h:65
8690 msgid "Ignore dllimport attribute for functions"
8693 #. None of these is actually used in cc1. If we don't define them in target
8694 #. switches cc1 complains about them. For the sake of argument lets allocate
8695 #. bit 31 of target flags for such options.
8696 #: config/arm/riscix.h:84
8697 msgid "Do symbol renaming for BSD"
8700 #: config/arm/riscix.h:85
8701 msgid "Do symbol renaming for X/OPEN"
8704 #: config/arm/riscix.h:86
8705 msgid "Don't do symbol renaming"
8708 #: config/avr/avr.c:221
8710 msgid "MCU `%s' not supported"
8713 #: config/avr/avr.c:461
8715 msgid "large frame pointer change (%d) with -mtiny-stack"
8718 #: config/avr/avr.c:1056
8719 msgid "bad address, not (reg+disp):"
8722 #: config/avr/avr.c:1064
8723 msgid "internal compiler error. Bad address:"
8726 #: config/avr/avr.c:1077
8727 msgid "internal compiler error. Unknown mode:"
8730 #: config/avr/avr.c:1785 config/avr/avr.c:2497
8731 msgid "invalid insn:"
8734 #: config/avr/avr.c:1822 config/avr/avr.c:1908 config/avr/avr.c:1957
8735 #: config/avr/avr.c:1966 config/avr/avr.c:2064 config/avr/avr.c:2236
8736 #: config/avr/avr.c:2534 config/avr/avr.c:2645
8737 msgid "incorrect insn:"
8740 #: config/avr/avr.c:1985 config/avr/avr.c:2149 config/avr/avr.c:2307
8741 #: config/avr/avr.c:2689
8742 msgid "unknown move insn:"
8745 #: config/avr/avr.c:2925
8746 msgid "bad shift insn:"
8749 #: config/avr/avr.c:3041 config/avr/avr.c:3471 config/avr/avr.c:3851
8750 msgid "internal compiler error. Incorrect shift:"
8753 #: config/avr/avr.c:4676
8754 msgid "only initialized variables can be placed into program memory area"
8757 #: config/avr/avr.h:63
8758 msgid "Assume int to be 8 bit integer"
8761 #: config/avr/avr.h:65
8762 msgid "Change the stack pointer without disabling interrupts"
8765 #: config/avr/avr.h:67
8766 msgid "Use subroutines for function prologue/epilogue"
8769 #: config/avr/avr.h:69
8770 msgid "Change only the low 8 bits of the stack pointer"
8773 #: config/avr/avr.h:71
8774 msgid "Do not generate tablejump insns"
8777 #: config/avr/avr.h:74
8778 msgid "Output instruction sizes to the asm file"
8781 #: config/avr/avr.h:87
8782 msgid "Specify the initial stack address"
8785 #: config/avr/avr.h:88
8786 msgid "Specify the MCU name"
8789 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8790 #. In some cases, the strength reduction optimization pass can
8791 #. produce better code if this is defined. This macro controls the
8792 #. order that induction variables are combined. This macro is
8793 #. particularly useful if the target has limited addressing modes.
8794 #. For instance, the SH target has only positive offsets in
8795 #. addresses. Thus sorting to put the smallest address first allows
8796 #. the most combinations to be found.
8797 #: config/avr/avr.h:2566
8798 msgid "trampolines not supported"
8801 #: config/c4x/c4x-c.c:70
8803 msgid "missing '(' after '#pragma %s' - ignored"
8806 #: config/c4x/c4x-c.c:73
8808 msgid "missing function name in '#pragma %s' - ignored"
8811 #: config/c4x/c4x-c.c:78
8813 msgid "malformed '#pragma %s' - ignored"
8816 #: config/c4x/c4x-c.c:80
8818 msgid "missing section name in '#pragma %s' - ignored"
8821 #: config/c4x/c4x-c.c:85
8823 msgid "missing ')' for '#pragma %s' - ignored"
8826 #: config/c4x/c4x-c.c:88
8828 msgid "junk at end of '#pragma %s'"
8831 #: config/c4x/c4x.c:299
8833 msgid "unknown CPU version %d, using 40.\n"
8836 #: config/c4x/c4x.c:883
8838 msgid "ISR %s requires %d words of local vars, max is 32767"
8841 #: config/c4x/c4x.c:1635
8842 msgid "using CONST_DOUBLE for address"
8845 #: config/c4x/c4x.c:1775
8846 msgid "c4x_address_cost: Invalid addressing mode"
8849 #: config/c4x/c4x.c:1917
8851 msgid "c4x_print_operand: %%L inconsistency"
8854 #: config/c4x/c4x.c:1923
8856 msgid "c4x_print_operand: %%N inconsistency"
8859 #: config/c4x/c4x.c:1964
8861 msgid "c4x_print_operand: %%O inconsistency"
8864 #: config/c4x/c4x.c:2060
8865 msgid "c4x_print_operand: Bad operand case"
8868 #: config/c4x/c4x.c:2103
8869 msgid "c4x_print_operand_address: Bad post_modify"
8872 #: config/c4x/c4x.c:2125
8873 msgid "c4x_print_operand_address: Bad pre_modify"
8876 #: config/c4x/c4x.c:2173 config/c4x/c4x.c:2185 config/c4x/c4x.c:2200
8877 msgid "c4x_print_operand_address: Bad operand case"
8880 #: config/c4x/c4x.c:2456
8881 msgid "c4x_rptb_insert: Cannot find start label"
8884 #: config/c4x/c4x.c:3443 config/c4x/c4x.c:3463
8885 msgid "mode not QImode"
8888 #: config/c4x/c4x.c:3520
8889 msgid "invalid indirect memory address"
8892 #: config/c4x/c4x.c:3609
8893 msgid "invalid indirect (S) memory address"
8896 #: config/c4x/c4x.c:3950
8897 msgid "c4x_valid_operands: Internal error"
8900 #: config/c4x/c4x.c:4430
8901 msgid "c4x_operand_subword: invalid mode"
8904 #: config/c4x/c4x.c:4433
8905 msgid "c4x_operand_subword: invalid operand"
8908 #. We could handle these with some difficulty.
8909 #. e.g., *p-- => *(p-=2); *(p+1).
8910 #: config/c4x/c4x.c:4459
8911 msgid "c4x_operand_subword: invalid autoincrement"
8914 #: config/c4x/c4x.c:4465
8915 msgid "c4x_operand_subword: invalid address"
8918 #: config/c4x/c4x.c:4476
8919 msgid "c4x_operand_subword: address not offsettable"
8922 #: config/c4x/c4x.c:4676
8923 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8926 #. Name of the c4x assembler.
8927 #. Name of the c4x linker.
8928 #. Define assembler options.
8929 #. Define linker options.
8930 #. Define C preprocessor options.
8931 #. Specify the end file to link with.
8932 #. Target compilation option flags.
8933 #. Small memory model.
8934 #. Use 24-bit MPYI for C3x.
8935 #. Fast fixing of floats.
8936 #. Allow use of RPTS.
8938 #. Be compatible with TI assembler.
8939 #. Be paranoid about DP reg. in ISRs.
8940 #. Pass arguments on stack.
8941 #. Enable features under development.
8942 #. Enable repeat block.
8943 #. Use BK as general register.
8944 #. Use decrement and branch for C3x.
8945 #. Enable debugging of GCC.
8946 #. Force constants into registers.
8947 #. Allow unsigned loop counters.
8948 #. Force op0 and op1 to be same.
8949 #. Save all 40 bits for floats.
8950 #. Allow parallel insns.
8951 #. Allow MPY||ADD, MPY||SUB insns.
8952 #. Assume mem refs possibly aliased.
8959 #. Run-time compilation parameters selecting different hardware subsets.
8961 #. Macro to define tables used to set the flags.
8962 #. This is a list in braces of triplets in braces,
8963 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8964 #. where VALUE is the bits to set or minus the bits to clear.
8965 #. An empty string NAME is used to identify the default VALUE.
8966 #: config/c4x/c4x.h:141
8967 msgid "Small memory model"
8970 #: config/c4x/c4x.h:143
8971 msgid "Big memory model"
8974 #: config/c4x/c4x.h:145
8975 msgid "Use MPYI instruction for C3x"
8978 #: config/c4x/c4x.h:147
8979 msgid "Do not use MPYI instruction for C3x"
8982 #: config/c4x/c4x.h:149
8983 msgid "Use fast but approximate float to integer conversion"
8986 #: config/c4x/c4x.h:151
8987 msgid "Use slow but accurate float to integer conversion"
8990 #: config/c4x/c4x.h:153
8991 msgid "Enable use of RTPS instruction"
8994 #: config/c4x/c4x.h:155
8995 msgid "Disable use of RTPS instruction"
8998 #: config/c4x/c4x.h:157
8999 msgid "Enable use of RTPB instruction"
9002 #: config/c4x/c4x.h:159
9003 msgid "Disable use of RTPB instruction"
9006 #: config/c4x/c4x.h:161
9007 msgid "Generate code for C30 CPU"
9010 #: config/c4x/c4x.h:163
9011 msgid "Generate code for C31 CPU"
9014 #: config/c4x/c4x.h:165
9015 msgid "Generate code for C32 CPU"
9018 #: config/c4x/c4x.h:167
9019 msgid "Generate code for C33 CPU"
9022 #: config/c4x/c4x.h:169
9023 msgid "Generate code for C40 CPU"
9026 #: config/c4x/c4x.h:171
9027 msgid "Generate code for C44 CPU"
9030 #: config/c4x/c4x.h:173
9031 msgid "Emit code compatible with TI tools"
9034 #: config/c4x/c4x.h:175
9035 msgid "Emit code to use GAS extensions"
9038 #: config/c4x/c4x.h:177 config/c4x/c4x.h:181
9039 msgid "Save DP across ISR in small memory model"
9042 #: config/c4x/c4x.h:179 config/c4x/c4x.h:183
9043 msgid "Don't save DP across ISR in small memory model"
9046 #: config/c4x/c4x.h:185
9047 msgid "Pass arguments on the stack"
9050 #: config/c4x/c4x.h:187
9051 msgid "Pass arguments in registers"
9054 #: config/c4x/c4x.h:189
9055 msgid "Enable new features under development"
9058 #: config/c4x/c4x.h:191
9059 msgid "Disable new features under development"
9062 #: config/c4x/c4x.h:193
9063 msgid "Use the BK register as a general purpose register"
9066 #: config/c4x/c4x.h:195
9067 msgid "Do not allocate BK register"
9070 #: config/c4x/c4x.h:197
9071 msgid "Enable use of DB instruction"
9074 #: config/c4x/c4x.h:199
9075 msgid "Disable use of DB instruction"
9078 #: config/c4x/c4x.h:201
9079 msgid "Enable debugging"
9082 #: config/c4x/c4x.h:203
9083 msgid "Disable debugging"
9086 #: config/c4x/c4x.h:205
9087 msgid "Force constants into registers to improve hoisting"
9090 #: config/c4x/c4x.h:207
9091 msgid "Don't force constants into registers"
9094 #: config/c4x/c4x.h:209
9095 msgid "Force RTL generation to emit valid 3 operand insns"
9098 #: config/c4x/c4x.h:211
9099 msgid "Allow RTL generation to emit invalid 3 operand insns"
9102 #: config/c4x/c4x.h:213
9103 msgid "Allow unsigned interation counts for RPTB/DB"
9106 #: config/c4x/c4x.h:215
9107 msgid "Disallow unsigned iteration counts for RPTB/DB"
9110 #: config/c4x/c4x.h:217
9111 msgid "Preserve all 40 bits of FP reg across call"
9114 #: config/c4x/c4x.h:219
9115 msgid "Only preserve 32 bits of FP reg across call"
9118 #: config/c4x/c4x.h:221
9119 msgid "Enable parallel instructions"
9122 #: config/c4x/c4x.h:223
9123 msgid "Disable parallel instructions"
9126 #: config/c4x/c4x.h:225
9127 msgid "Enable MPY||ADD and MPY||SUB instructions"
9130 #: config/c4x/c4x.h:227
9131 msgid "Disable MPY||ADD and MPY||SUB instructions"
9134 #: config/c4x/c4x.h:229
9135 msgid "Assume that pointers may be aliased"
9138 #: config/c4x/c4x.h:231
9139 msgid "Assume that pointers not aliased"
9142 #: config/c4x/c4x.h:304
9143 msgid "Specify maximum number of iterations for RPTS"
9146 #: config/c4x/c4x.h:306
9147 msgid "Select CPU to generate code for"
9150 #. Macros used in the machine description to test the flags.
9151 #. Macro to define tables used to set the flags.
9152 #. This is a list in braces of pairs in braces,
9153 #. each pair being { "NAME", VALUE }
9154 #. where VALUE is the bits to set or minus the bits to clear.
9155 #. An empty string NAME is used to identify the default VALUE.
9156 #: config/clipper/clipper.h:40
9157 msgid "Generate code for the C400"
9160 #: config/clipper/clipper.h:41
9161 msgid "Generate code for the C300"
9164 #: config/convex/convex.h:53
9165 msgid "Generate code for c1"
9168 #: config/convex/convex.h:54
9169 msgid "Generate code for c2"
9172 #: config/convex/convex.h:55
9173 msgid "Generate code for c32"
9176 #: config/convex/convex.h:56 config/convex/convex.h:57
9177 msgid "Generate code for c34"
9180 #: config/convex/convex.h:59
9181 msgid "Use standard calling sequence, with arg count word"
9184 #: config/convex/convex.h:61
9185 msgid "Place arg count in a nop instruction (faster than push)"
9188 #: config/convex/convex.h:63
9189 msgid "Don't push arg count, depend on symbol table"
9192 #: config/convex/convex.h:65
9193 msgid "Use data cache for volatile mem refs (default)"
9196 #: config/convex/convex.h:67
9197 msgid "Don't use data cache for volatile mem refs"
9200 #: config/convex/convex.h:69
9201 msgid "Bypass data cache for volatile mem refs"
9204 #: config/convex/convex.h:70
9205 msgid "Use 64-bit longs"
9208 #: config/convex/convex.h:71
9209 msgid "Use cc- and libc-compatible 32-bit longs"
9212 #: config/cris/cris.c:569
9213 msgid "unexpected index-type in cris_print_index"
9216 #: config/cris/cris.c:585
9217 msgid "unexpected base-type in cris_print_base"
9220 #: config/cris/cris.c:878
9222 msgid "stackframe too big: %d bytes"
9225 #: config/cris/cris.c:1193
9226 msgid "allocated but unused delay list in epilogue"
9229 #: config/cris/cris.c:1203
9231 "unexpected function type needing stack adjustment for __builtin_eh_return"
9234 #: config/cris/cris.c:1282
9235 msgid "invalid operand for 'b' modifier"
9238 #: config/cris/cris.c:1294
9239 msgid "invalid operand for 'v' modifier"
9242 #: config/cris/cris.c:1304
9243 msgid "invalid operand for 'P' modifier"
9246 #: config/cris/cris.c:1311
9247 msgid "invalid operand for 'p' modifier"
9250 #: config/cris/cris.c:1350
9251 msgid "invalid operand for 'z' modifier"
9254 #: config/cris/cris.c:1381 config/cris/cris.c:1411
9255 msgid "invalid operand for 'H' modifier"
9258 #: config/cris/cris.c:1387
9259 msgid "bad register"
9262 #: config/cris/cris.c:1425
9263 msgid "invalid operand for 'e' modifier"
9266 #: config/cris/cris.c:1442
9267 msgid "invalid operand for 'm' modifier"
9270 #: config/cris/cris.c:1466
9271 msgid "invalid operand for 'A' modifier"
9274 #: config/cris/cris.c:1474
9275 msgid "invalid operand for 'D' modifier"
9278 #: config/cris/cris.c:1488
9279 msgid "invalid operand for 'T' modifier"
9282 #: config/cris/cris.c:1497
9283 msgid "invalid operand modifier letter"
9286 #: config/cris/cris.c:1505
9288 msgid "internal error: bad register: %d"
9291 #: config/cris/cris.c:1553
9292 msgid "unexpected multiplicative operand"
9295 #: config/cris/cris.c:1573
9296 msgid "unexpected operand"
9299 #: config/cris/cris.c:1608 config/cris/cris.c:1618
9300 msgid "unrecognized address"
9303 #: config/cris/cris.c:1974
9304 msgid "internal error: sideeffect-insn affecting main effect"
9307 #. If we get here, the caller got its initial tests wrong.
9308 #: config/cris/cris.c:2261
9309 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9312 #: config/cris/cris.c:2343 config/cris/cris.c:2401
9313 msgid "unrecognized supposed constant"
9316 #: config/cris/cris.c:2442
9317 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9320 #: config/cris/cris.c:2461
9322 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9325 #: config/cris/cris.c:2489
9327 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9330 #: config/cris/cris.c:2525
9332 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9335 #: config/cris/cris.c:2543
9336 msgid "-fPIC not supported in this configuration"
9339 #: config/cris/cris.c:2559
9340 msgid "that particular -g option is invalid with -maout and -melinux"
9343 #: config/cris/cris.c:2750 config/cris/cris.c:2795
9344 msgid "unexpected side-effects in address"
9347 #. Labels are never marked as global symbols.
9348 #: config/cris/cris.c:2892 config/cris/cris.c:2923
9349 msgid "unexpected PIC symbol"
9352 #: config/cris/cris.c:2896
9353 msgid "PIC register isn't set up"
9356 #: config/cris/cris.c:2909 config/cris/cris.c:2992
9357 msgid "unexpected address expression"
9360 #: config/cris/cris.c:2927
9361 msgid "emitting PIC operand, but PIC register isn't set up"
9364 #: config/cris/cris.c:2936
9365 msgid "unexpected NOTE as addr_const:"
9368 #: config/cris/aout.h:106
9369 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9372 #: config/cris/aout.h:113
9373 msgid "For elinux, request a specified stack-size for this program"
9376 #. 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.
9377 #: config/cris/cris.h:335
9378 msgid "Compile for ETRAX 4 (CRIS v3)"
9381 #: config/cris/cris.h:340
9382 msgid "Compile for ETRAX 100 (CRIS v8)"
9385 #: config/cris/cris.h:344
9386 msgid "Emit verbose debug information in assembly code"
9389 #: config/cris/cris.h:347
9390 msgid "Do not use condition codes from normal instructions"
9393 #: config/cris/cris.h:351
9394 msgid "Do not emit addressing modes with side-effect assignment"
9397 #: config/cris/cris.h:354
9398 msgid "Do not tune stack alignment"
9401 #: config/cris/cris.h:357
9402 msgid "Do not tune writable data alignment"
9405 #: config/cris/cris.h:360
9406 msgid "Do not tune code and read-only data alignment"
9409 #: config/cris/cris.h:369
9410 msgid "Align code and data to 32 bits"
9413 #: config/cris/cris.h:382
9414 msgid "Don't align items in code or data"
9417 #: config/cris/cris.h:385
9418 msgid "Do not emit function prologue or epilogue"
9421 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9422 #: config/cris/cris.h:389
9423 msgid "Use the most feature-enabling options allowed by other options"
9426 #. 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.
9427 #: config/cris/cris.h:395
9428 msgid "Override -mbest-lib-options"
9431 #: config/cris/cris.h:427
9432 msgid "Generate code for the specified chip or CPU version"
9435 #: config/cris/cris.h:429
9436 msgid "Tune alignment for the specified chip or CPU version"
9439 #: config/cris/cris.h:431
9440 msgid "Warn when a stackframe is larger than the specified size"
9444 #: config/cris/cris.h:1027
9445 msgid "no FUNCTION_PROFILER for CRIS"
9448 #: config/cris/linux.h:74
9449 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9452 #: config/d30v/d30v.c:209
9454 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9457 #: config/d30v/d30v.c:2676
9458 msgid "bad insn to d30v_print_operand_address:"
9461 #: config/d30v/d30v.c:2693 config/d30v/d30v.c:2754 config/d30v/d30v.c:2775
9462 #: config/d30v/d30v.c:2793
9463 msgid "bad insn to d30v_print_operand_memory_reference:"
9466 #: config/d30v/d30v.c:2861
9467 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9470 #: config/d30v/d30v.c:2870
9471 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9474 #: config/d30v/d30v.c:2877
9475 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9478 #: config/d30v/d30v.c:2931
9479 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9482 #: config/d30v/d30v.c:2942
9483 msgid "bad insn to print_operand, 'B' modifier:"
9486 #: config/d30v/d30v.c:2949
9487 msgid "bad insn to print_operand, 'E' modifier:"
9490 #: config/d30v/d30v.c:2967
9491 msgid "bad insn to print_operand, 'R' modifier:"
9494 #: config/d30v/d30v.c:2976 config/d30v/d30v.c:2984
9495 msgid "bad insn to print_operand, 's' modifier:"
9498 #: config/d30v/d30v.c:3013
9499 msgid "bad insn in d30v_print_operand, 0 case"
9502 #: config/d30v/d30v.c:3368
9503 msgid "d30v_emit_comparison"
9506 #: config/d30v/d30v.c:3412
9507 msgid "bad call to d30v_move_2words"
9510 #: config/d30v/d30v.h:108
9511 msgid "Enable use of conditional move instructions"
9514 #: config/d30v/d30v.h:111
9515 msgid "Disable use of conditional move instructions"
9518 #: config/d30v/d30v.h:114
9519 msgid "Debug argument support in compiler"
9522 #: config/d30v/d30v.h:117
9523 msgid "Debug stack support in compiler"
9526 #: config/d30v/d30v.h:120
9527 msgid "Debug memory address support in compiler"
9530 #: config/d30v/d30v.h:123
9531 msgid "Make adjacent short instructions parallel if possible"
9534 #: config/d30v/d30v.h:126
9535 msgid "Do not make adjacent short instructions parallel"
9538 #: config/d30v/d30v.h:129 config/d30v/d30v.h:132
9539 msgid "Link programs/data to be in external memory by default"
9542 #: config/d30v/d30v.h:135
9543 msgid "Link programs/data to be in onchip memory by default"
9546 #: config/d30v/d30v.h:143
9547 msgid "Change the branch costs within the compiler"
9550 #: config/d30v/d30v.h:146
9551 msgid "Change the threshold for conversion to conditional execution"
9554 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9555 msgid "stack size > 32k"
9558 #: config/dsp16xx/dsp16xx.c:1678
9559 msgid "invalid addressing mode"
9562 #: config/dsp16xx/dsp16xx.c:1857
9563 msgid "bad register extension code"
9566 #: config/dsp16xx/dsp16xx.c:1958
9567 msgid "invalid offset in ybase addressing"
9570 #: config/dsp16xx/dsp16xx.c:1961
9571 msgid "invalid register in ybase addressing"
9574 #: config/dsp16xx/dsp16xx.c:1990
9575 msgid "inline float constants not supported on this host"
9578 #: config/dsp16xx/dsp16xx.c:2140
9579 msgid "invalid shift operator in emit_1600_core_shift"
9582 #: config/dsp16xx/dsp16xx.c:2469
9583 msgid "invalid mode for gen_tst_reg"
9586 #: config/dsp16xx/dsp16xx.c:2541
9587 msgid "invalid mode for integer comparison in gen_compare_reg"
9590 #. Macro to define tables used to set the flags.
9591 #. This is a list in braces of pairs in braces,
9592 #. each pair being { "NAME", VALUE }
9593 #. where VALUE is the bits to set or minus the bits to clear.
9594 #. An empty string NAME is used to identify the default VALUE.
9595 #: config/dsp16xx/dsp16xx.h:215
9596 msgid "Pass parameters in registers (default)"
9599 #: config/dsp16xx/dsp16xx.h:217
9600 msgid "Don't pass parameters in registers"
9603 #: config/dsp16xx/dsp16xx.h:219
9604 msgid "Generate code for near calls"
9607 #: config/dsp16xx/dsp16xx.h:221
9608 msgid "Don't generate code for near calls"
9611 #: config/dsp16xx/dsp16xx.h:223
9612 msgid "Generate code for near jumps"
9615 #: config/dsp16xx/dsp16xx.h:225
9616 msgid "Don't generate code for near jumps"
9619 #: config/dsp16xx/dsp16xx.h:227
9620 msgid "Generate code for a bit-manipulation unit"
9623 #: config/dsp16xx/dsp16xx.h:229
9624 msgid "Don't generate code for a bit-manipulation unit"
9627 #: config/dsp16xx/dsp16xx.h:231
9628 msgid "Generate code for memory map1"
9631 #: config/dsp16xx/dsp16xx.h:233
9632 msgid "Generate code for memory map2"
9635 #: config/dsp16xx/dsp16xx.h:235
9636 msgid "Generate code for memory map3"
9639 #: config/dsp16xx/dsp16xx.h:237
9640 msgid "Generate code for memory map4"
9643 #: config/dsp16xx/dsp16xx.h:239
9644 msgid "Ouput extra code for initialized data"
9647 #: config/dsp16xx/dsp16xx.h:241
9648 msgid "Don't let reg. allocator use ybase registers"
9651 #: config/dsp16xx/dsp16xx.h:243
9652 msgid "Output extra debug info in Luxworks environment"
9655 #: config/dsp16xx/dsp16xx.h:245
9656 msgid "Save temp. files in Luxworks environment"
9659 #: config/dsp16xx/dsp16xx.h:257
9660 msgid "Specify alternate name for text section"
9663 #: config/dsp16xx/dsp16xx.h:259
9664 msgid "Specify alternate name for data section"
9667 #: config/dsp16xx/dsp16xx.h:261
9668 msgid "Specify alternate name for bss section"
9671 #: config/dsp16xx/dsp16xx.h:263
9672 msgid "Specify alternate name for constant section"
9675 #: config/dsp16xx/dsp16xx.h:265
9676 msgid "Specify alternate name for dsp16xx chip"
9679 #. Output assembler code to FILE to increment profiler label # LABELNO
9680 #. for profiling a function entry.
9681 #: config/dsp16xx/dsp16xx.h:1219 config/dsp16xx/dsp16xx.h:1224
9682 #: config/dsp16xx/dsp16xx.h:1229 config/dsp16xx/dsp16xx.h:1809
9683 #: config/dsp16xx/dsp16xx.h:1814
9684 msgid "profiling not implemented yet"
9687 #. Emit RTL insns to initialize the variable parts of a trampoline.
9688 #. FNADDR is an RTX for the address of the function's pure code.
9689 #. CXT is an RTX for the static chain value for the function.
9690 #: config/dsp16xx/dsp16xx.h:1240 config/dsp16xx/dsp16xx.h:1252
9691 msgid "trampolines not yet implemented"
9694 #. Macro to define tables used to set the flags.
9695 #. This is a list in braces of pairs in braces,
9696 #. each pair being { "NAME", VALUE }
9697 #. where VALUE is the bits to set or minus the bits to clear.
9698 #. An empty string NAME is used to identify the default VALUE.
9699 #: config/elxsi/elxsi.h:51
9700 msgid "Generate code the unix assembler can handle"
9703 #: config/elxsi/elxsi.h:52
9704 msgid "Generate code an embedded assembler can handle"
9707 #: config/fr30/fr30.c:456
9708 msgid "fr30_print_operand_address: unhandled address"
9711 #: config/fr30/fr30.c:483
9713 msgid "fr30_print_operand: unrecognized %%p code"
9716 #: config/fr30/fr30.c:503
9718 msgid "fr30_print_operand: unrecognized %%b code"
9721 #: config/fr30/fr30.c:524
9723 msgid "fr30_print_operand: unrecognized %%B code"
9726 #: config/fr30/fr30.c:532
9728 msgid "fr30_print_operand: invalid operand to %%A code"
9731 #: config/fr30/fr30.c:549
9733 msgid "fr30_print_operand: invalid %%x code"
9736 #: config/fr30/fr30.c:556
9738 msgid "fr30_print_operand: invalid %%F code"
9741 #: config/fr30/fr30.c:572
9742 msgid "fr30_print_operand: unknown code"
9745 #: config/fr30/fr30.c:601 config/fr30/fr30.c:610 config/fr30/fr30.c:621
9746 #: config/fr30/fr30.c:634
9747 msgid "fr30_print_operand: unhandled MEM"
9750 #: config/fr30/fr30.h:57
9751 msgid "Assume small address space"
9754 #: config/h8300/h8300.c:142
9755 msgid "-ms2600 is used without -ms"
9758 #. Macro to define tables used to set the flags.
9759 #. This is a list in braces of pairs in braces,
9760 #. each pair being { "NAME", VALUE }
9761 #. where VALUE is the bits to set or minus the bits to clear.
9762 #. An empty string NAME is used to identify the default VALUE.
9763 #: config/h8300/h8300.h:117
9764 msgid "Generate H8/S code"
9767 #: config/h8300/h8300.h:118
9768 msgid "Do not generate H8/S code"
9771 #: config/h8300/h8300.h:119
9772 msgid "Generate H8/S2600 code"
9775 #: config/h8300/h8300.h:120
9776 msgid "Do not generate H8/S2600 code"
9779 #: config/h8300/h8300.h:121
9780 msgid "Make integers 32 bits wide"
9783 #: config/h8300/h8300.h:124
9784 msgid "Use registers for argument passing"
9787 #: config/h8300/h8300.h:126
9788 msgid "Do not use registers for argument passing"
9791 #: config/h8300/h8300.h:128
9792 msgid "Consider access to byte sized memory slow"
9795 #: config/h8300/h8300.h:129
9796 msgid "Enable linker relaxing"
9799 #: config/h8300/h8300.h:131
9800 msgid "Generate H8/300H code"
9803 #: config/h8300/h8300.h:132
9804 msgid "Do not generate H8/300H code"
9807 #: config/h8300/h8300.h:133
9808 msgid "Use H8/300 alignment rules"
9811 #: config/i370/i370-c.c:54
9812 msgid "junk at end of #pragma map"
9815 #: config/i370/i370-c.c:60
9816 msgid "malformed #pragma map, ignored"
9819 #: config/i370/i370.c:897
9820 msgid "real name is too long - alias ignored"
9823 #: config/i370/i370.c:902
9824 msgid "alias name is too long - alias ignored"
9827 #: config/i370/i370.c:1173
9828 msgid "internal error--no jump follows compare:"
9831 #. Macro to define tables used to set the flags. This is a list in braces
9832 #. of pairs in braces, each pair being { "NAME", VALUE }
9833 #. where VALUE is the bits to set or minus the bits to clear.
9834 #. An empty string NAME is used to identify the default VALUE.
9835 #: config/i370/i370.h:63
9836 msgid "Generate char instructions"
9839 #: config/i370/i370.h:64
9840 msgid "Do not generate char instructions"
9843 #: config/i386/i386.c:924
9845 msgid "code model %s not supported in PIC mode"
9848 #: config/i386/i386.c:934 config/sparc/sparc.c:345
9850 msgid "bad value (%s) for -mcmodel= switch"
9853 #: config/i386/i386.c:949
9855 msgid "bad value (%s) for -masm= switch"
9858 #: config/i386/i386.c:952
9860 msgid "code model `%s' not supported in the %s bit mode"
9863 #: config/i386/i386.c:955
9864 msgid "code model `large' not supported yet"
9867 #: config/i386/i386.c:957
9869 msgid "%i-bit mode not compiled in"
9872 #: config/i386/i386.c:987 config/mips/mips.c:4989
9874 msgid "bad value (%s) for -march= switch"
9877 #: config/i386/i386.c:998 config/mips/mips.c:4945
9879 msgid "bad value (%s) for -mcpu= switch"
9882 #: config/i386/i386.c:1017
9884 msgid "-mregparm=%d is not between 0 and %d"
9887 #: config/i386/i386.c:1030
9888 msgid "-malign-loops is obsolete, use -falign-loops"
9891 #: config/i386/i386.c:1035 config/i386/i386.c:1048 config/i386/i386.c:1061
9893 msgid "-malign-loops=%d is not between 0 and %d"
9896 #: config/i386/i386.c:1043
9897 msgid "-malign-jumps is obsolete, use -falign-jumps"
9900 #: config/i386/i386.c:1056
9901 msgid "-malign-functions is obsolete, use -falign-functions"
9904 #: config/i386/i386.c:1094
9906 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9909 #: config/i386/i386.c:1106
9911 msgid "-mbranch-cost=%d is not between 0 and 5"
9914 #: config/i386/i386.c:1123
9915 msgid "-malign-double makes no sense in the 64bit mode"
9918 #: config/i386/i386.c:1125
9919 msgid "-mrtd calling convention not supported in the 64bit mode"
9922 #: config/i386/i386.c:1141 config/i386/i386.c:1152
9923 msgid "SSE instruction set disabled, using 387 arithmetics"
9926 #: config/i386/i386.c:1157
9927 msgid "387 instruction set disabled, using SSE arithmetics"
9930 #: config/i386/i386.c:1164
9932 msgid "bad value (%s) for -mfpmath= switch"
9935 #: config/i386/i386.c:1294
9937 msgid "`%s' attribute requires an integer constant argument"
9940 #: config/i386/i386.c:1300
9942 msgid "argument to `%s' attribute larger than %d"
9945 #: config/i386/i386.c:5328
9946 msgid "invalid UNSPEC as operand"
9949 #: config/i386/i386.c:5561
9950 msgid "extended registers have no high halves"
9953 #: config/i386/i386.c:5576
9954 msgid "unsupported operand size for extended register"
9957 #: config/i386/i386.c:5823
9959 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9962 #: config/i386/i386.c:5865
9964 msgid "invalid operand code `%c'"
9967 #: config/i386/i386.c:9802
9968 msgid "unknown insn mode"
9971 #. @@@ better error message
9972 #: config/i386/i386.c:11645 config/i386/i386.c:11678
9973 msgid "selector must be an immediate"
9976 #. @@@ better error message
9977 #: config/i386/i386.c:11836 config/i386/i386.c:11864
9978 msgid "mask must be an immediate"
9981 #: config/i386/winnt.c:94
9983 msgid "`%s' attribute only applies to variables"
9986 #: config/i386/winnt.c:262
9988 msgid "`%s' declared as both exported to and imported from a DLL"
9991 #: config/i386/cygwin.h:51
9992 msgid "Use the Cygwin interface"
9995 #: config/i386/cygwin.h:53
9996 msgid "Use the Mingw32 interface"
9999 #: config/i386/cygwin.h:54
10000 msgid "Create GUI application"
10003 #: config/i386/cygwin.h:55
10004 msgid "Don't set Windows defines"
10007 #: config/i386/cygwin.h:56
10008 msgid "Set Windows defines"
10011 #: config/i386/cygwin.h:58
10012 msgid "Create console application"
10015 #: config/i386/cygwin.h:59 config/i386/win32.h:59
10016 msgid "Generate code for a DLL"
10019 #: config/i386/cygwin.h:61 config/i386/win32.h:61
10020 msgid "Ignore dllimport for functions"
10023 #: config/i386/cygwin.h:63
10024 msgid "Use Mingw-specific thread support"
10027 #: config/i386/cygwin.h:257
10029 msgid "-f%s ignored for target (all code is position independent)"
10032 #: config/i386/dgux.h:60
10033 msgid "Retain standard MXDB information"
10036 #: config/i386/dgux.h:62
10037 msgid "Retain legend information"
10040 #: config/i386/dgux.h:65
10041 msgid "Generate external legend information"
10044 #: config/i386/dgux.h:67
10045 msgid "Emit identifying info in .s file"
10048 #: config/i386/dgux.h:69
10049 msgid "Warn when a function arg is a structure"
10052 #: config/i386/dgux.h:252
10053 msgid "argument is a structure"
10056 #: config/i386/djgpp.h:201
10057 msgid "-mbnu210 is ignored (option is obsolete)"
10060 #: config/i386/i386.h:45 config/mips/mips.h:186
10061 msgid "half-pic init called on systems that don't support it"
10070 #: config/i386/i386.h:302
10071 msgid "Alternate calling convention"
10074 #: config/i386/i386.h:304 config/m68k/m68k.h:180 config/ns32k/ns32k.h:106
10075 msgid "Use normal calling convention"
10078 #: config/i386/i386.h:306
10079 msgid "Align some doubles on dword boundary"
10082 #: config/i386/i386.h:308
10083 msgid "Align doubles on word boundary"
10086 #: config/i386/i386.h:310
10087 msgid "Uninitialized locals in .bss"
10090 #: config/i386/i386.h:312
10091 msgid "Uninitialized locals in .data"
10094 #: config/i386/i386.h:314 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10095 msgid "Use IEEE math for fp comparisons"
10098 #: config/i386/i386.h:316
10099 msgid "Do not use IEEE math for fp comparisons"
10102 #: config/i386/i386.h:318
10103 msgid "Return values of functions in FPU registers"
10106 #: config/i386/i386.h:320
10107 msgid "Do not return values of functions in FPU registers"
10110 #: config/i386/i386.h:322
10111 msgid "Do not generate sin, cos, sqrt for FPU"
10114 #: config/i386/i386.h:324
10115 msgid "Generate sin, cos, sqrt for FPU"
10118 #: config/i386/i386.h:326
10119 msgid "Omit the frame pointer in leaf functions"
10122 #: config/i386/i386.h:329
10123 msgid "Enable stack probing"
10128 #: config/i386/i386.h:334
10129 msgid "Align destination of the string operations"
10132 #: config/i386/i386.h:336
10133 msgid "Do not align destination of the string operations"
10136 #: config/i386/i386.h:338
10137 msgid "Inline all known string operations"
10140 #: config/i386/i386.h:340
10141 msgid "Do not inline all known string operations"
10144 #: config/i386/i386.h:342 config/i386/i386.h:347
10145 msgid "Use push instructions to save outgoing arguments"
10148 #: config/i386/i386.h:344 config/i386/i386.h:349
10149 msgid "Do not use push instructions to save outgoing arguments"
10152 #: config/i386/i386.h:351
10153 msgid "Support MMX built-in functions"
10156 #: config/i386/i386.h:353
10157 msgid "Do not support MMX built-in functions"
10160 #: config/i386/i386.h:356
10161 msgid "Support 3DNow! built-in functions"
10164 #: config/i386/i386.h:359
10165 msgid "Do not support 3DNow! built-in functions"
10168 #: config/i386/i386.h:361
10169 msgid "Support MMX and SSE built-in functions and code generation"
10172 #: config/i386/i386.h:364
10173 msgid "Do not support MMX and SSE built-in functions and code generation"
10176 #: config/i386/i386.h:366
10177 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10180 #: config/i386/i386.h:369
10181 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10184 #: config/i386/i386.h:371
10185 msgid "sizeof(long double) is 16"
10188 #: config/i386/i386.h:373
10189 msgid "sizeof(long double) is 12"
10192 #: config/i386/i386.h:375
10193 msgid "Generate 64bit x86-64 code"
10196 #: config/i386/i386.h:377
10197 msgid "Generate 32bit i386 code"
10200 #: config/i386/i386.h:379
10201 msgid "Use red-zone in the x86-64 code"
10204 #: config/i386/i386.h:381
10205 msgid "Do not use red-zone in the x86-64 code"
10208 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10209 #. command options that have values. Its definition is an
10210 #. initializer with a subgrouping for each command option.
10212 #. Each subgrouping contains a string constant, that defines the
10213 #. fixed part of the option name, and the address of a variable. The
10214 #. variable, type `char *', is set to the variable part of the given
10215 #. option if the fixed part matches. The actual option name is made
10216 #. by appending `-m' to the specified name.
10217 #: config/i386/i386.h:427 config/rs6000/rs6000.h:428 config/sparc/sparc.h:668
10218 msgid "Schedule code for given CPU"
10221 #: config/i386/i386.h:429
10222 msgid "Generate floating point mathematics using given instruction set"
10225 #: config/i386/i386.h:431
10226 msgid "Generate code for given CPU"
10229 #: config/i386/i386.h:433
10230 msgid "Number of registers used to pass integer arguments"
10233 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10234 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10235 #. command options that have values. Its definition is an
10236 #. initializer with a subgrouping for each command option.
10238 #. Each subgrouping contains a string constant, that defines the
10239 #. fixed part of the option name, and the address of a variable. The
10240 #. variable, type `char *', is set to the variable part of the given
10241 #. option if the fixed part matches. The actual option name is made
10242 #. by appending `-m' to the specified name.
10243 #: config/i386/i386.h:435 config/m68k/m68k.h:263
10244 msgid "Loop code aligned to this power of 2"
10247 #: config/i386/i386.h:437 config/m68k/m68k.h:265
10248 msgid "Jump targets are aligned to this power of 2"
10251 #: config/i386/i386.h:439 config/m68k/m68k.h:267
10252 msgid "Function starts are aligned to this power of 2"
10255 #: config/i386/i386.h:442
10256 msgid "Attempt to keep stack aligned to this power of 2"
10259 #: config/i386/i386.h:444
10260 msgid "Branches are this expensive (1-5, arbitrary units)"
10263 #: config/i386/i386.h:446
10264 msgid "Use given x86-64 code model"
10269 #: config/i386/i386.h:452
10270 msgid "Use given assembler dialect"
10273 #: config/i386/osf1elf.h:112
10274 msgid "Profiling uses mcount"
10277 #: config/i386/osfrose.h:60
10278 msgid "Emit half-PIC code"
10281 #. intentionally undoc
10282 #. intentionally undoc
10283 #: config/i386/osfrose.h:67
10284 msgid "Emit ELF object code"
10287 #: config/i386/osfrose.h:69
10288 msgid "Emit ROSE object code"
10291 #: config/i386/osfrose.h:71
10292 msgid "Symbols have a leading underscore"
10295 #: config/i386/osfrose.h:74
10296 msgid "Align to >word boundaries"
10299 #: config/i386/osfrose.h:77
10300 msgid "Use mcount for profiling"
10303 #: config/i386/osfrose.h:79
10304 msgid "Use mcount_ptr for profiling"
10307 #: config/i386/sco5.h:771
10308 msgid "Generate ELF output"
10311 #: config/i386/win32.h:53
10312 msgid "Use Mingw32 interface"
10315 #: config/i386/win32.h:55
10316 msgid "Use Cygwin interface"
10319 #: config/i386/win32.h:57
10320 msgid "Use bare Windows interface"
10323 #. 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.
10324 #. 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.
10325 #: config/i386/xm-djgpp.h:71
10326 msgid "environment variable DJGPP not defined"
10329 #: config/i386/xm-djgpp.h:73
10331 msgid "environment variable DJGPP points to missing file '%s'"
10334 #: config/i386/xm-djgpp.h:76
10336 msgid "environment variable DJGPP points to corrupt file '%s'"
10339 #. Macro to define tables used to set the flags.
10340 #. This is a list in braces of pairs in braces,
10341 #. each pair being { "NAME", VALUE }
10342 #. where VALUE is the bits to set or minus the bits to clear.
10343 #. An empty string NAME is used to identify the default VALUE.
10344 #: config/i860/i860.h:56 config/i860/paragon.h:28
10345 msgid "Generate code which uses the FPU"
10348 #: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
10349 #: config/i860/paragon.h:30 config/i860/paragon.h:31
10350 msgid "Do not generate code which uses the FPU"
10353 #: config/i960/i960-c.c:67
10354 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10357 #: config/i960/i960-c.c:72
10358 msgid "malformed #pragma align - ignored"
10361 #: config/i960/i960-c.c:110
10362 msgid "sorry, not implemented: #pragma noalign NAME"
10365 #: config/i960/i960.c:1405 config/m68k/m68k.c:665 config/rs6000/rs6000.c:8388
10366 msgid "stack limit expression is not supported"
10369 #. Macro to define tables used to set the flags.
10370 #. This is a list in braces of pairs in braces,
10371 #. each pair being { "NAME", VALUE }
10372 #. where VALUE is the bits to set or minus the bits to clear.
10373 #. An empty string NAME is used to identify the default VALUE.
10374 #. ??? Not all ten of these architecture variations actually exist, but I
10375 #. am not sure which are real and which aren't.
10376 #: config/i960/i960.h:240
10377 msgid "Generate SA code"
10380 #: config/i960/i960.h:243
10381 msgid "Generate SB code"
10384 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10385 #: config/i960/i960.h:248
10386 msgid "Generate KA code"
10389 #: config/i960/i960.h:251
10390 msgid "Generate KB code"
10393 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10394 #: config/i960/i960.h:256
10395 msgid "Generate JA code"
10398 #: config/i960/i960.h:258
10399 msgid "Generate JD code"
10402 #: config/i960/i960.h:261
10403 msgid "Generate JF code"
10406 #: config/i960/i960.h:263
10407 msgid "generate RP code"
10410 #: config/i960/i960.h:266
10411 msgid "Generate MC code"
10414 #: config/i960/i960.h:269
10415 msgid "Generate CA code"
10418 #. {"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")},
10419 #: config/i960/i960.h:279
10420 msgid "Generate CF code"
10423 #: config/i960/i960.h:285
10424 msgid "Use alternate leaf function entries"
10427 #: config/i960/i960.h:287
10428 msgid "Do not use alternate leaf function entries"
10431 #: config/i960/i960.h:289
10432 msgid "Perform tail call optimization"
10435 #: config/i960/i960.h:291
10436 msgid "Do not perform tail call optimization"
10439 #: config/i960/i960.h:293
10440 msgid "Use complex addressing modes"
10443 #: config/i960/i960.h:295
10444 msgid "Do not use complex addressing modes"
10447 #: config/i960/i960.h:297
10448 msgid "Align code to 8 byte boundary"
10451 #: config/i960/i960.h:299
10452 msgid "Do not align code to 8 byte boundary"
10455 #. {"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")},
10456 #: config/i960/i960.h:305 config/i960/i960.h:307
10457 msgid "Enable compatibility with iC960 v2.0"
10460 #: config/i960/i960.h:309
10461 msgid "Enable compatibility with iC960 v3.0"
10464 #: config/i960/i960.h:311 config/i960/i960.h:313
10465 msgid "Enable compatibility with ic960 assembler"
10468 #: config/i960/i960.h:315
10469 msgid "Do not permit unaligned accesses"
10472 #: config/i960/i960.h:317
10473 msgid "Permit unaligned accesses"
10476 #: config/i960/i960.h:319
10477 msgid "Layout types like Intel's v1.3 gcc"
10480 #: config/i960/i960.h:321
10481 msgid "Do not layout types like Intel's v1.3 gcc"
10484 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:85
10485 #: config/sparc/linux64.h:138
10486 msgid "Use 64 bit long doubles"
10489 #: config/i960/i960.h:325
10490 msgid "Enable linker relaxation"
10493 #: config/i960/i960.h:327
10494 msgid "Do not enable linker relaxation"
10497 #. Override conflicting target switch options.
10498 #. Doesn't actually detect if more than one -mARCH option is given, but
10499 #. does handle the case of two blatantly conflicting -mARCH options.
10500 #: config/i960/i960.h:342 config/i960/i960.h:352
10501 msgid "conflicting architectures defined - using C series"
10504 #: config/i960/i960.h:347
10505 msgid "conflicting architectures defined - using K series"
10508 #: config/i960/i960.h:362
10509 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10512 #. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
10513 #: config/i960/i960.h:373
10514 msgid "the -mlong-double-64 option does not work yet"
10517 #: config/ia64/ia64.c:3570
10518 msgid "ia64_print_operand: unknown code"
10521 #: config/ia64/ia64.c:3844
10522 msgid "value of -mfixed-range must have form REG1-REG2"
10525 #: config/ia64/ia64.c:3871
10527 msgid "%s-%s is an empty range"
10530 #: config/ia64/ia64.c:3936
10531 msgid "cannot optimize division for both latency and throughput"
10534 #. This macro defines names of command options to set and clear bits in
10535 #. `target_flags'. Its definition is an initializer with a subgrouping for
10536 #. each command option.
10537 #: config/ia64/ia64.h:112
10538 msgid "Generate big endian code"
10541 #: config/ia64/ia64.h:114 config/mcore/mcore.h:159
10542 msgid "Generate little endian code"
10545 #: config/ia64/ia64.h:116
10546 msgid "Generate code for GNU as"
10549 #: config/ia64/ia64.h:118
10550 msgid "Generate code for Intel as"
10553 #: config/ia64/ia64.h:120
10554 msgid "Generate code for GNU ld"
10557 #: config/ia64/ia64.h:122
10558 msgid "Generate code for Intel ld"
10561 #: config/ia64/ia64.h:124
10562 msgid "Generate code without GP reg"
10565 #: config/ia64/ia64.h:126
10566 msgid "Emit stop bits before and after volatile extended asms"
10569 #: config/ia64/ia64.h:128
10570 msgid "Don't emit stop bits before and after volatile extended asms"
10573 #: config/ia64/ia64.h:130
10574 msgid "Emit code for Itanium (TM) processor B step"
10577 #: config/ia64/ia64.h:132
10578 msgid "Use in/loc/out register names"
10581 #: config/ia64/ia64.h:134
10582 msgid "Disable use of sdata/scommon/sbss"
10585 #: config/ia64/ia64.h:136
10586 msgid "Enable use of sdata/scommon/sbss"
10589 #: config/ia64/ia64.h:138
10590 msgid "gp is constant (but save/restore gp on indirect calls)"
10593 #: config/ia64/ia64.h:140
10594 msgid "Generate self-relocatable code"
10597 #: config/ia64/ia64.h:142
10598 msgid "Generate inline division, optimize for latency"
10601 #: config/ia64/ia64.h:144
10602 msgid "Generate inline division, optimize for throughput"
10605 #: config/ia64/ia64.h:146
10606 msgid "Enable Dwarf 2 line debug info via GNU as"
10609 #: config/ia64/ia64.h:148
10610 msgid "Disable Dwarf 2 line debug info via GNU as"
10613 #: config/ia64/ia64.h:176
10614 msgid "Specify range of registers to make fixed"
10617 #: config/m32r/m32r.c:130
10619 msgid "bad value (%s) for -mmodel switch"
10622 #: config/m32r/m32r.c:139
10624 msgid "bad value (%s) for -msdata switch"
10627 #: config/m32r/m32r.c:310
10629 msgid "invalid argument of `%s' attribute"
10632 #: config/m32r/m32r.c:408
10633 msgid "const objects cannot go in .sdata/.sbss"
10636 #: config/m32r/m32r.c:2248
10638 msgid "invalid operand to %%s code"
10641 #: config/m32r/m32r.c:2255
10643 msgid "invalid operand to %%p code"
10646 #: config/m32r/m32r.c:2311
10647 msgid "bad insn for 'A'"
10650 #: config/m32r/m32r.c:2363
10652 msgid "invalid operand to %%T/%%B code"
10655 #: config/m32r/m32r.c:2386
10657 msgid "invalid operand to %%N code"
10660 #: config/m32r/m32r.c:2431
10661 msgid "pre-increment address is not a register"
10664 #: config/m32r/m32r.c:2438
10665 msgid "pre-decrement address is not a register"
10668 #: config/m32r/m32r.c:2445
10669 msgid "post-increment address is not a register"
10672 #: config/m32r/m32r.c:2523 config/m32r/m32r.c:2539
10673 #: config/rs6000/rs6000.c:11006
10674 msgid "bad address"
10677 #: config/m32r/m32r.c:2544
10678 msgid "lo_sum not of register"
10681 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10682 #: config/m32r/m32r.h:241
10683 msgid "Display compile time statistics"
10686 #: config/m32r/m32r.h:243
10687 msgid "Align all loops to 32 byte boundary"
10690 #: config/m32r/m32r.h:246
10691 msgid "Only issue one instruction per cycle"
10694 #: config/m32r/m32r.h:249
10695 msgid "Prefer branches over conditional execution"
10698 #: config/m32r/m32r.h:265
10699 msgid "Code size: small, medium or large"
10702 #: config/m32r/m32r.h:267
10703 msgid "Small data area: none, sdata, use"
10706 #: config/m68hc11/m68hc11.c:236
10708 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10711 #. !!!! SCz wrong here.
10712 #: config/m68hc11/m68hc11.c:3032 config/m68hc11/m68hc11.c:3406
10713 msgid "move insn not handled"
10716 #: config/m68hc11/m68hc11.c:3252 config/m68hc11/m68hc11.c:3336
10717 #: config/m68hc11/m68hc11.c:3609
10718 msgid "invalid register in the move instruction"
10721 #: config/m68hc11/m68hc11.c:3286
10722 msgid "invalid operand in the instruction"
10725 #: config/m68hc11/m68hc11.c:3583
10726 msgid "invalid register in the instruction"
10729 #: config/m68hc11/m68hc11.c:3616
10730 msgid "operand 1 must be a hard register"
10733 #: config/m68hc11/m68hc11.c:3633
10734 msgid "invalid rotate insn"
10737 #: config/m68hc11/m68hc11.c:4053
10738 msgid "registers IX, IY and Z used in the same INSN"
10741 #: config/m68hc11/m68hc11.c:4373 config/m68hc11/m68hc11.c:4678
10742 msgid "cannot do z-register replacement"
10745 #: config/m68hc11/m68hc11.c:4727
10746 msgid "invalid Z register replacement for insn"
10749 #. Macro to define tables used to set the flags. This is a list in braces of
10750 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10751 #. to set or minus the bits to clear. An empty string NAME is used to
10752 #. identify the default VALUE.
10753 #: config/m68hc11/m68hc11.h:152
10754 msgid "Compile with 16-bit integer mode"
10757 #: config/m68hc11/m68hc11.h:154
10758 msgid "Compile with 32-bit integer mode"
10761 #: config/m68hc11/m68hc11.h:156
10762 msgid "Auto pre/post decrement increment allowed"
10765 #: config/m68hc11/m68hc11.h:158
10766 msgid "Auto pre/post decrement increment not allowed"
10769 #: config/m68hc11/m68hc11.h:160 config/m68hc11/m68hc11.h:164
10770 msgid "Compile for a 68HC11"
10773 #: config/m68hc11/m68hc11.h:162 config/m68hc11/m68hc11.h:166
10774 msgid "Compile for a 68HC12"
10777 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10778 #. command options that have values. Its definition is an
10779 #. initializer with a subgrouping for each command option.
10781 #. Each subgrouping contains a string constant, that defines the
10782 #. fixed part of the option name, and the address of a variable. The
10783 #. variable, type `char *', is set to the variable part of the given
10784 #. option if the fixed part matches. The actual option name is made
10785 #. by appending `-m' to the specified name.
10786 #: config/m68hc11/m68hc11.h:180
10787 msgid "Specify the register allocation order"
10790 #: config/m68hc11/m68hc11.h:182
10791 msgid "Indicate the number of soft registers available"
10794 #: config/m68k/m68k.c:150
10796 msgid "-malign-loops=%d is not between 1 and %d"
10799 #: config/m68k/m68k.c:161
10801 msgid "-malign-jumps=%d is not between 1 and %d"
10804 #: config/m68k/m68k.c:172
10806 msgid "-malign-functions=%d is not between 1 and %d"
10809 #. Macro to define tables used to set the flags.
10810 #. This is a list in braces of pairs in braces,
10811 #. each pair being { "NAME", VALUE }
10812 #. where VALUE is the bits to set or minus the bits to clear.
10813 #. An empty string NAME is used to identify the default VALUE.
10814 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
10815 msgid "Generate code for a 68020"
10818 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
10819 msgid "Generate code for a 68000"
10822 #: config/m68k/m68k.h:174
10823 msgid "Use the bit-field instructions"
10826 #: config/m68k/m68k.h:176
10827 msgid "Do not use the bit-field instructions"
10830 #: config/m68k/m68k.h:178
10831 msgid "Use different calling convention using 'rtd'"
10834 #: config/m68k/m68k.h:182
10835 msgid "Consider type `int' to be 16 bits wide"
10838 #: config/m68k/m68k.h:184
10839 msgid "Consider type `int' to be 32 bits wide"
10842 #: config/m68k/m68k.h:186
10843 msgid "Generate code for a Sun FPA"
10846 #: config/m68k/m68k.h:189
10847 msgid "Do not generate code for a Sun FPA"
10850 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
10851 msgid "Generate code for a Sun Sky board"
10854 #: config/m68k/m68k.h:195
10855 msgid "Do not use Sky linkage convention"
10858 #: config/m68k/m68k.h:197
10859 msgid "Generate code for a 68881"
10862 #: config/m68k/m68k.h:200
10863 msgid "Generate code with library calls for floating point"
10866 #: config/m68k/m68k.h:202
10867 msgid "Generate code for a 68040, without any new instructions"
10870 #: config/m68k/m68k.h:205
10871 msgid "Generate code for a 68060, without any new instructions"
10874 #: config/m68k/m68k.h:209
10875 msgid "Generate code for a 68030"
10878 #: config/m68k/m68k.h:212
10879 msgid "Generate code for a 68040"
10882 #: config/m68k/m68k.h:216
10883 msgid "Generate code for a 68060"
10886 #: config/m68k/m68k.h:221
10887 msgid "Generate code for a 520X"
10890 #: config/m68k/m68k.h:224
10891 msgid "Generate code for a 68851"
10894 #: config/m68k/m68k.h:226
10895 msgid "Do no generate code for a 68851"
10898 #: config/m68k/m68k.h:229
10899 msgid "Generate code for a 68302"
10902 #: config/m68k/m68k.h:232
10903 msgid "Generate code for a 68332"
10906 #: config/m68k/m68k.h:236
10907 msgid "Generate code for a cpu32"
10910 #: config/m68k/m68k.h:239
10911 msgid "Align variables on a 32-bit boundary"
10914 #: config/m68k/m68k.h:241
10915 msgid "Align variables on a 16-bit boundary"
10918 #: config/m68k/m68k.h:243
10919 msgid "Generate pc-relative code"
10922 #: config/m68k/m68k.h:245
10923 msgid "Do not use unaligned memory references"
10926 #: config/m68k/m68k.h:247
10927 msgid "Use unaligned memory references"
10930 #. Sometimes certain combinations of command options do not make
10931 #. sense on a particular target machine. You can define a macro
10932 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
10933 #. defined, is executed once just after all the command options have
10936 #. Don't use this macro to turn on various extra optimizations for
10937 #. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
10938 #: config/m68k/m68k.h:284 config/m68k/m68kelf.h:267 config/m68k/m68kv4.h:299
10939 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10942 #: config/m88k/m88k.c:900
10944 msgid "internal gcc monitor: short-branch(%x)"
10947 #: config/m88k/m88k.c:2300
10948 msgid "internal gcc error: Can't express symbolic location"
10951 #: config/m88k/m88k.c:2582
10953 msgid "argument #%d is a structure"
10956 #: config/m88k/m88k.c:2882
10958 msgid "%%R not followed by %%B/C/D/E"
10961 #: config/m88k/m88k.c:2950
10963 msgid "invalid %%x/X value"
10966 #: config/m88k/m88k.c:2973 config/rs6000/rs6000.c:6459
10968 msgid "invalid %%q value"
10971 #: config/m88k/m88k.c:2979
10973 msgid "invalid %%o value"
10976 #: config/m88k/m88k.c:2986 config/rs6000/rs6000.c:6422
10978 msgid "invalid %%p value"
10981 #: config/m88k/m88k.c:2999 config/m88k/m88k.c:3004
10983 msgid "invalid %%s/S value"
10986 #: config/m88k/m88k.c:3015
10988 msgid "invalid %%P operand"
10991 #: config/m88k/m88k.c:3046 config/romp/romp.c:682
10993 msgid "invalid %%B value"
10996 #: config/m88k/m88k.c:3076
10998 msgid "invalid %%D value"
11001 #: config/m88k/m88k.c:3089
11003 msgid "`%%d' operand isn't a register"
11006 #: config/m88k/m88k.c:3107
11007 msgid "operand is r0"
11010 #: config/m88k/m88k.c:3121
11011 msgid "operand is const_double"
11014 #: config/m88k/m88k.c:3140
11015 msgid "invalid code"
11018 #. Do any checking or such that is needed after processing the -m switches.
11019 #: config/m88k/m88k.h:277
11020 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11023 #: config/m88k/m88k.h:299
11025 msgid "invalid option `-mshort-data-%s'"
11028 #: config/m88k/m88k.h:304
11030 msgid "-mshort-data-%s is too large "
11033 #: config/m88k/m88k.h:306
11035 msgid "-mshort-data-%s and PIC are incompatible"
11038 #: config/mcore/mcore.c:3083
11040 msgid "invalid option `-mstack-increment=%s'"
11043 #: config/mcore/mcore.h:126
11044 msgid "Inline constants if it can be done in 2 insns or less"
11047 #: config/mcore/mcore.h:128
11048 msgid "Inline constants if it only takes 1 instruction"
11051 #: config/mcore/mcore.h:130
11052 msgid "Set maximum alignment to 4"
11055 #: config/mcore/mcore.h:132
11056 msgid "Set maximum alignment to 8"
11059 #: config/mcore/mcore.h:136
11060 msgid "Do not use the divide instruction"
11063 #: config/mcore/mcore.h:140
11064 msgid "Do not arbitary sized immediates in bit operations"
11067 #: config/mcore/mcore.h:142
11068 msgid "Always treat bit-field as int-sized"
11071 #: config/mcore/mcore.h:146
11072 msgid "Force functions to be aligned to a 4 byte boundary"
11075 #: config/mcore/mcore.h:148
11076 msgid "Force functions to be aligned to a 2 byte boundary"
11079 #: config/mcore/mcore.h:150
11080 msgid "Emit call graph information"
11083 #: config/mcore/mcore.h:154
11084 msgid "Prefer word accesses over byte accesses"
11087 #: config/mcore/mcore.h:165
11088 msgid "Generate code for the M*Core M340"
11091 #: config/mcore/mcore.h:178
11092 msgid "Maximum amount for a single stack increment operation"
11095 #: config/mips/mips.c:4815
11096 msgid "The -march option is incompatible to -mipsN and therefore ignored."
11099 #: config/mips/mips.c:4841
11101 msgid "-mips%d not supported"
11104 #: config/mips/mips.c:4848
11106 msgid "bad value (%s) for -mips switch"
11109 #: config/mips/mips.c:4869
11111 msgid "bad value (%s) for -mabi= switch"
11114 #: config/mips/mips.c:4907
11116 msgid "-mabi=%s does not support -mips%d"
11119 #: config/mips/mips.c:4924
11120 msgid "this target does not support the -mabi switch"
11123 #: config/mips/mips.c:5034
11125 msgid "bad value (%s) for -mtune= switch"
11128 #: config/mips/mips.c:5044
11130 msgid "-mips%d does not support 64 bit fp registers"
11133 #: config/mips/mips.c:5050
11135 msgid "-mips%d does not support 64 bit gp registers"
11138 #: config/mips/mips.c:5071
11139 msgid "-G is incompatible with PIC code which is the default"
11142 #: config/mips/mips.c:5087
11143 msgid "-membedded-pic and -mabicalls are incompatible"
11146 #: config/mips/mips.c:5090
11147 msgid "-G and -membedded-pic are incompatible"
11150 #: config/mips/mips.c:5141
11152 msgid "invalid option `entry%s'"
11155 #: config/mips/mips.c:5144
11156 msgid "-mentry is only meaningful with -mips-16"
11159 #: config/mips/mips.c:5484
11161 msgid "internal error: %%) found without a %%( in assembler pattern"
11164 #: config/mips/mips.c:5498
11166 msgid "internal error: %%] found without a %%[ in assembler pattern"
11169 #: config/mips/mips.c:5511
11171 msgid "internal error: %%> found without a %%< in assembler pattern"
11174 #: config/mips/mips.c:5524
11176 msgid "internal error: %%} found without a %%{ in assembler pattern"
11179 #: config/mips/mips.c:5538
11181 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11184 #: config/mips/mips.c:5547 config/xtensa/xtensa.c:1894
11185 msgid "PRINT_OPERAND null pointer"
11188 #: config/mips/mips.c:5680
11190 msgid "invalid use of %%d, %%x, or %%X"
11193 #: config/mips/mips.c:5723 config/xtensa/xtensa.c:1986
11194 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11197 #: config/mips/mips.c:5947
11199 "MIPS ECOFF format does not allow changing filenames within functions with "
11203 #: config/mips/mips.c:6261
11204 msgid "can't rewind temp file"
11207 #: config/mips/mips.c:6265
11208 msgid "can't write to output file"
11211 #: config/mips/mips.c:6268
11212 msgid "can't read from temp file"
11215 #: config/mips/mips.c:6271
11216 msgid "can't close temp file"
11219 #: config/mips/mips.c:6704
11221 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11224 #: config/mips/mips.c:6866
11226 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11229 #: config/mips/mips.c:8922
11231 msgid "can not handle inconsistent calls to `%s'"
11234 #. Macro to define tables used to set the flags.
11235 #. This is a list in braces of pairs in braces,
11236 #. each pair being { "NAME", VALUE }
11237 #. where VALUE is the bits to set or minus the bits to clear.
11238 #. An empty string NAME is used to identify the default VALUE.
11239 #: config/mips/mips.h:368 config/mn10300/mn10300.h:64
11240 msgid "No default crt0.o"
11243 #: config/mips/mips.h:370
11244 msgid "Use 64-bit int type"
11247 #: config/mips/mips.h:372
11248 msgid "Use 64-bit long type"
11251 #: config/mips/mips.h:374
11252 msgid "Use 32-bit long type"
11255 #: config/mips/mips.h:376
11256 msgid "Optimize lui/addiu address loads"
11259 #: config/mips/mips.h:378
11260 msgid "Don't optimize lui/addiu address loads"
11263 #: config/mips/mips.h:380
11264 msgid "Use MIPS as"
11267 #: config/mips/mips.h:382
11271 #: config/mips/mips.h:384
11272 msgid "Use symbolic register names"
11275 #: config/mips/mips.h:386
11276 msgid "Don't use symbolic register names"
11279 #: config/mips/mips.h:388 config/mips/mips.h:390
11280 msgid "Use GP relative sdata/sbss sections"
11283 #: config/mips/mips.h:392 config/mips/mips.h:394
11284 msgid "Don't use GP relative sdata/sbss sections"
11287 #: config/mips/mips.h:396
11288 msgid "Output compiler statistics"
11291 #: config/mips/mips.h:398
11292 msgid "Don't output compiler statistics"
11295 #: config/mips/mips.h:400
11296 msgid "Don't optimize block moves"
11299 #: config/mips/mips.h:402
11300 msgid "Optimize block moves"
11303 #: config/mips/mips.h:404
11304 msgid "Use mips-tfile asm postpass"
11307 #: config/mips/mips.h:406
11308 msgid "Don't use mips-tfile asm postpass"
11311 #. Macro to define tables used to set the flags.
11312 #. This is a list in braces of triplets in braces,
11313 #. each triplet being { "NAME", VALUE, DOC }
11314 #. where VALUE is the bits to set or minus the bits to clear and DOC
11315 #. is the documentation for --help (NULL if intentionally undocumented).
11316 #. An empty string NAME is used to identify the default VALUE.
11317 #: config/mips/mips.h:410 config/pdp11/pdp11.h:55
11318 msgid "Use hardware floating point"
11321 #: config/mips/mips.h:412
11322 msgid "Use 64-bit FP registers"
11325 #: config/mips/mips.h:414
11326 msgid "Use 32-bit FP registers"
11329 #: config/mips/mips.h:416
11330 msgid "Use 64-bit general registers"
11333 #: config/mips/mips.h:418
11334 msgid "Use 32-bit general registers"
11337 #: config/mips/mips.h:420
11338 msgid "Use Irix PIC"
11341 #: config/mips/mips.h:422
11342 msgid "Don't use Irix PIC"
11345 #: config/mips/mips.h:424
11346 msgid "Use OSF PIC"
11349 #: config/mips/mips.h:426
11350 msgid "Don't use OSF PIC"
11353 #: config/mips/mips.h:428
11354 msgid "Use indirect calls"
11357 #: config/mips/mips.h:430
11358 msgid "Don't use indirect calls"
11361 #: config/mips/mips.h:432
11362 msgid "Use embedded PIC"
11365 #: config/mips/mips.h:434
11366 msgid "Don't use embedded PIC"
11369 #: config/mips/mips.h:436
11370 msgid "Use ROM instead of RAM"
11373 #: config/mips/mips.h:438
11374 msgid "Don't use ROM instead of RAM"
11377 #: config/mips/mips.h:440
11378 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11381 #: config/mips/mips.h:442
11382 msgid "Don't put uninitialized constants in ROM"
11385 #. Macro to define tables used to set the flags.
11386 #: config/mips/mips.h:444 config/xtensa/xtensa.h:110
11387 msgid "Use big-endian byte order"
11390 #: config/mips/mips.h:446 config/xtensa/xtensa.h:112
11391 msgid "Use little-endian byte order"
11394 #: config/mips/mips.h:448
11395 msgid "Use single (32-bit) FP only"
11398 #: config/mips/mips.h:450
11399 msgid "Don't use single (32-bit) FP only"
11402 #: config/mips/mips.h:452
11403 msgid "Use multiply accumulate"
11406 #: config/mips/mips.h:454
11407 msgid "Don't use multiply accumulate"
11410 #: config/mips/mips.h:456 config/rs6000/rs6000.h:351
11411 msgid "Don't generate fused multiply/add instructions"
11414 #: config/mips/mips.h:458 config/rs6000/rs6000.h:349
11415 msgid "Generate fused multiply/add instructions"
11418 #: config/mips/mips.h:460
11419 msgid "Work around early 4300 hardware bug"
11422 #: config/mips/mips.h:462
11423 msgid "Don't work around early 4300 hardware bug"
11426 #: config/mips/mips.h:464
11427 msgid "Optimize for 3900"
11430 #: config/mips/mips.h:466
11431 msgid "Optimize for 4650"
11434 #: config/mips/mips.h:468
11435 msgid "Trap on integer divide by zero"
11438 #: config/mips/mips.h:470
11439 msgid "Don't trap on integer divide by zero"
11442 #: config/mips/mips.h:472
11443 msgid "Trap on integer divide overflow"
11446 #: config/mips/mips.h:474
11447 msgid "Don't trap on integer divide overflow"
11450 #: config/mips/mips.h:590 config/mips/mips.h:592
11451 msgid "Specify CPU for scheduling purposes"
11454 #: config/mips/mips.h:594
11455 msgid "Specify CPU for code generation purposes"
11458 #: config/mips/mips.h:596
11459 msgid "Specify a Standard MIPS ISA"
11462 #: config/mips/mips.h:598
11463 msgid "Use mips16 entry/exit psuedo ops"
11466 #: config/mips/mips.h:600
11467 msgid "Don't use MIPS16 instructions"
11470 #: config/mips/mips.h:604
11471 msgid "Don't call any cache flush functions"
11474 #: config/mips/mips.h:606
11475 msgid "Specify cache flush function"
11478 #. Output assembler code to FILE to increment profiler label # LABELNO
11479 #. for profiling a function entry.
11480 #: config/mips/mips.h:2871
11481 msgid "mips16 function profiling"
11484 #: config/mmix/mmix.c:138
11486 msgid "-f%s not supported: ignored"
11489 #: config/mmix/mmix.c:590
11492 "too large function value type, needs %d registers, have only %d registers "
11496 #: config/mmix/mmix.c:677
11497 msgid "stack frame too big"
11500 #: config/mmix/mmix.c:705
11502 msgid "stack frame not a multiple of 8 bytes: %d"
11505 #: config/mmix/mmix.c:1048
11507 msgid "stack frame not a multiple of octabyte: %d"
11510 #: config/mmix/mmix.c:1216
11511 msgid "function_profiler support for MMIX"
11514 #: config/mmix/mmix.c:1253
11515 msgid "neither varargs or stdarg in mmix_setup_incoming_varargs"
11518 #: config/mmix/mmix.c:1259
11519 msgid "MMIX Internal: Last named vararg would not fit in a register"
11522 #. FIXME: Remove when I know this trigs.
11523 #: config/mmix/mmix.c:1587
11524 msgid "oops, not debugged; fixing up value:"
11527 #: config/mmix/mmix.c:2164 config/mmix/mmix.c:2298
11528 msgid "MMIX Internal: Expected a CONST_INT, not this"
11531 #: config/mmix/mmix.c:2172 config/mmix/mmix.c:2196 config/mmix/mmix.c:2315
11533 msgid "MMIX Internal: Bad register: %d"
11536 #: config/mmix/mmix.c:2243
11537 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11540 #: config/mmix/mmix.c:2266
11541 msgid "MMIX Internal: Expected a register, not this"
11544 #: config/mmix/mmix.c:2276
11545 msgid "MMIX Internal: Expected a constant, not this"
11548 #. Presumably there's a missing case above if we get here.
11549 #: config/mmix/mmix.c:2308
11551 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11554 #. We need the original here.
11555 #: config/mmix/mmix.c:2359
11556 msgid "MMIX Internal: Cannot decode this operand"
11559 #: config/mmix/mmix.c:2424
11560 msgid "MMIX Internal: This is not a recognized address"
11563 #: config/mmix/mmix.c:2920 config/mmix/mmix.c:2989
11565 msgid "MMIX Internal: %s is not a shiftable int"
11568 #: config/mmix/mmix.c:3108
11569 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11572 #: config/mmix/mmix.c:3115
11573 msgid "MMIX Internal: What's the CC of this?"
11576 #: config/mmix/mmix.c:3119
11577 msgid "MMIX Internal: What is the CC of this?"
11580 #: config/mmix/mmix.c:3190
11581 msgid "MMIX Internal: This is not a constant:"
11584 #. For these target macros, there is no generic documentation here. You
11585 #. should read `Using and Porting GCC' for that. Only comments specific
11586 #. to the MMIX target are here.
11588 #. There are however references to the specific texinfo node (comments
11589 #. with "Node:"), so there should be little or nothing amiss. Probably
11590 #. the opposite, since we don't have to care about old littering and
11591 #. soon outdated generic comments.
11593 #. When both ABI:s work, this is how we tell them apart in code. The
11594 #. GNU abi is implied the default. Also implied in TARGET_DEFAULT.
11595 #. User symbols are in the same name-space as built-in symbols, but we
11596 #. don't need the built-in symbols, so remove those and instead apply
11597 #. stricter operand checking. Don't warn when expanding insns.
11598 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11599 #. Provide default program start 0x100 unless -mno-set-program-start.
11600 #. Link to ELF if requested.
11601 #. Put unused option values here.
11602 #: config/mmix/mmix.h:135
11603 msgid "Set start-address of the program"
11606 #: config/mmix/mmix.h:137
11607 msgid "Set start-address of data"
11610 #. FIXME: Provide a way to *load* the epsilon register.
11611 #: config/mmix/mmix.h:186
11612 msgid "For intrinsics library: pass all parameters in registers"
11615 #: config/mmix/mmix.h:189
11616 msgid "Use register stack for parameters and return value"
11619 #: config/mmix/mmix.h:191
11620 msgid "Use call-clobbered registers for parameters and return value"
11623 #: config/mmix/mmix.h:193
11624 msgid "Use epsilon-respecting floating point compare instructions"
11627 #: config/mmix/mmix.h:196
11628 msgid "Use zero-extending memory loads, not sign-extending ones"
11631 #: config/mmix/mmix.h:199
11633 "Generate divide results with reminder having the same sign as the divisor "
11634 "(not the dividend)"
11637 #: config/mmix/mmix.h:203
11638 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11641 #: config/mmix/mmix.h:205
11642 msgid "Do not provide a default start-address 0x100 of the program"
11645 #: config/mmix/mmix.h:207
11646 msgid "Link to emit program in ELF format (rather than mmo)"
11649 #: config/mmix/mmix.h:209
11650 msgid "Use P-mnemonics for branches statically predicted as taken"
11653 #: config/mmix/mmix.h:211
11654 msgid "Don't use P-mnemonics for branches"
11657 #: config/mmix/mmix.h:213
11658 msgid "Use addresses that allocate global registers"
11661 #: config/mmix/mmix.h:215
11662 msgid "Do not use addresses that allocate global registers"
11665 #: config/mn10300/mn10300.h:59
11666 msgid "Work around hardware multiply bug"
11669 #: config/mn10300/mn10300.h:60
11670 msgid "Do not work around hardware multiply bug"
11673 #: config/mn10300/mn10300.h:61
11674 msgid "Target the AM33 processor"
11677 #: config/mn10300/mn10300.h:65
11678 msgid "Enable linker relaxations"
11681 #: config/ns32k/ns32k.h:104 config/s390/s390.h:57
11682 msgid "Don't use hardware fp"
11685 #: config/ns32k/ns32k.h:105
11686 msgid "Alternative calling convention"
11689 #: config/ns32k/ns32k.h:107
11690 msgid "Pass some arguments in registers"
11693 #: config/ns32k/ns32k.h:108
11694 msgid "Pass all arguments on stack"
11697 #: config/ns32k/ns32k.h:109
11698 msgid "Optimize for 32532 cpu"
11701 #: config/ns32k/ns32k.h:110
11702 msgid "Optimize for 32332 cpu"
11705 #: config/ns32k/ns32k.h:112
11706 msgid "Optimize for 32032"
11709 #: config/ns32k/ns32k.h:114
11710 msgid "Register sb is zero. Use for absolute addressing"
11713 #: config/ns32k/ns32k.h:115
11714 msgid "Do not use register sb"
11717 #: config/ns32k/ns32k.h:116
11718 msgid "Do not use bit-field instructions"
11721 #: config/ns32k/ns32k.h:117
11722 msgid "Use bit-field instructions"
11725 #: config/ns32k/ns32k.h:118
11726 msgid "Generate code for high memory"
11729 #: config/ns32k/ns32k.h:119
11730 msgid "Generate code for low memory"
11733 #: config/ns32k/ns32k.h:120
11737 #: config/ns32k/ns32k.h:121
11738 msgid "Use multiply-accumulate fp instructions"
11741 #: config/ns32k/ns32k.h:123
11742 msgid "Do not use multiply-accumulate fp instructions"
11745 #: config/ns32k/ns32k.h:124
11746 msgid "\"Small register classes\" kludge"
11749 #: config/ns32k/ns32k.h:125
11750 msgid "No \"Small register classes\" kludge"
11753 #: config/pa/pa.c:200
11756 "unknown -mschedule= option (%s).\n"
11757 "Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
11760 #: config/pa/pa.c:225
11763 "unknown -march= option (%s).\n"
11764 "Valid options are 1.0, 1.1, and 2.0\n"
11767 #: config/pa/pa.c:230
11768 msgid "PIC code generation is not supported in the portable runtime model\n"
11771 #: config/pa/pa.c:235
11772 msgid "PIC code generation is not compatible with fast indirect calls\n"
11775 #: config/pa/pa.c:240
11776 msgid "-g is only supported when using GAS on this processor,"
11779 #: config/pa/pa.c:241
11780 msgid "-g option disabled"
11783 #: config/pdp11/pdp11.h:56
11784 msgid "Do not use hardware floating point"
11787 #. return float result in ac0
11788 #: config/pdp11/pdp11.h:58
11789 msgid "Return floating point results in ac0"
11792 #: config/pdp11/pdp11.h:59
11793 msgid "Return floating point results in memory"
11797 #: config/pdp11/pdp11.h:61
11798 msgid "Generate code for an 11/40"
11802 #: config/pdp11/pdp11.h:64
11803 msgid "Generate code for an 11/45"
11807 #: config/pdp11/pdp11.h:67
11808 msgid "Generate code for an 11/10"
11811 #. use movstrhi for bcopy
11812 #. use 32 bit for int
11813 #: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73
11814 msgid "Use 32 bit int"
11817 #: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75
11818 msgid "Use 16 bit int"
11821 #. use 32 bit for float
11822 #: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78
11823 msgid "Use 32 bit float"
11826 #: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80
11827 msgid "Use 64 bit float"
11830 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11831 #. is branching expensive - on a PDP, it's actually really cheap
11832 #. this is just to play around and check what code gcc generates
11833 #. split instruction and data memory?
11834 #: config/pdp11/pdp11.h:89
11835 msgid "Target has split I&D"
11838 #: config/pdp11/pdp11.h:90
11839 msgid "Target does not have split I&D"
11842 #. UNIX assembler syntax?
11843 #: config/pdp11/pdp11.h:92
11844 msgid "Use UNIX assembler syntax"
11847 #: config/pdp11/pdp11.h:93
11848 msgid "Use DEC assembler syntax"
11851 #: config/pj/pj.h:73
11852 msgid "Generate little endian data"
11855 #: config/pj/pj.h:75
11856 msgid "Generate big endian data"
11859 #: config/pj/pj.h:77
11860 msgid "Turn on maintainer testing code"
11863 #: config/pj/pj.h:79
11864 msgid "Enable Transmeta picoJava extensions"
11867 #: config/pj/pj.h:81
11868 msgid "Disable Transmeta picoJava extensions"
11871 #: config/pj/pj.h:83
11872 msgid "Disable reorganization pass"
11875 #: config/romp/romp.c:709 config/rs6000/rs6000.c:6496
11877 msgid "invalid %%S value"
11880 #: config/romp/romp.c:718 config/romp/romp.c:725
11882 msgid "invalid %%b value"
11885 #: config/romp/romp.c:765 config/romp/romp.c:776
11887 msgid "invalid %%z value"
11890 #: config/romp/romp.c:784 config/romp/romp.c:792
11892 msgid "invalid %%Z value"
11895 #: config/romp/romp.c:799 config/romp/romp.c:808 config/romp/romp.c:815
11896 #: config/rs6000/rs6000.c:6275
11898 msgid "invalid %%k value"
11901 #: config/romp/romp.c:900 config/romp/romp.c:943
11903 msgid "invalid %%j value"
11906 #. Perform any needed actions needed for a function that is receiving a
11907 #. variable number of arguments.
11909 #. CUM is as above.
11911 #. MODE and TYPE are the mode and type of the current parameter.
11913 #. PRETEND_SIZE is a variable that should be set to the amount of stack
11914 #. that must be pushed by the prolog to pretend that our caller pushed
11917 #. Normally, this macro will push all remaining incoming registers on the
11918 #. stack and set PRETEND_SIZE to the length of the registers pushed.
11919 #: config/romp/romp.h:661
11920 msgid "can't have varargs with -mfp-arg-in-fp-regs"
11923 #: config/rs6000/rs6000.c:474
11924 msgid "-mmultiple is not supported on little endian systems"
11927 #: config/rs6000/rs6000.c:481
11928 msgid "-mstring is not supported on little endian systems"
11931 #: config/rs6000/rs6000.c:487 config/xtensa/xtensa.c:1827
11933 msgid "-f%s ignored (all code is position independent)"
11936 #: config/rs6000/rs6000.c:496
11937 msgid "-ffunction-sections disabled on AIX when debugging"
11940 #: config/rs6000/rs6000.c:502
11941 msgid "-fdata-sections not supported on AIX"
11944 #: config/rs6000/rs6000.c:517
11946 msgid "unknown -mdebug-%s switch"
11949 #: config/rs6000/rs6000.c:527
11951 msgid "Unknown switch -mlong-double-%s"
11954 #: config/rs6000/rs6000.c:592
11956 msgid "unknown ABI specified: '%s'"
11959 #: config/rs6000/rs6000.c:3581
11960 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11963 #: config/rs6000/rs6000.c:3635
11964 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11967 #: config/rs6000/rs6000.c:3991
11969 msgid "argument 3 of `%s' must be a 2-bit literal"
11972 #: config/rs6000/rs6000.c:6202
11974 msgid "invalid %%f value"
11977 #: config/rs6000/rs6000.c:6211
11979 msgid "invalid %%F value"
11982 #: config/rs6000/rs6000.c:6220
11984 msgid "invalid %%G value"
11987 #: config/rs6000/rs6000.c:6255
11989 msgid "invalid %%j code"
11992 #: config/rs6000/rs6000.c:6265
11994 msgid "invalid %%J code"
11997 #: config/rs6000/rs6000.c:6295
11999 msgid "invalid %%K value"
12002 #: config/rs6000/rs6000.c:6522
12004 msgid "%%S computed all 1's mask"
12007 #: config/rs6000/rs6000.c:6549
12009 msgid "%%S computed all 0's mask"
12012 #: config/rs6000/rs6000.c:6559
12014 msgid "invalid %%T value"
12017 #: config/rs6000/rs6000.c:6569
12019 msgid "invalid %%u value"
12022 #: config/rs6000/rs6000.c:6578
12024 msgid "invalid %%v value"
12027 #: config/rs6000/aix.h:134 config/rs6000/beos.h:32
12028 msgid "Always pass floating-point arguments in memory"
12031 #: config/rs6000/aix.h:136 config/rs6000/beos.h:34
12032 msgid "Don't always pass floating-point arguments in memory"
12035 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12036 msgid "Support message passing with the Parallel Environment"
12039 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28
12040 msgid "Compile for 64-bit pointers"
12043 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30
12044 msgid "Compile for 32-bit pointers"
12047 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49
12048 msgid "-maix64 and POWER architecture are incompatible"
12051 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54
12052 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12055 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58
12057 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12060 #. Run-time compilation parameters selecting different hardware subsets.
12062 #. Macro to define tables used to set the flags.
12063 #. This is a list in braces of pairs in braces,
12064 #. each pair being { "NAME", VALUE }
12065 #. where VALUE is the bits to set or minus the bits to clear.
12066 #. An empty string NAME is used to identify the default VALUE.
12067 #: config/rs6000/rs6000.h:277
12068 msgid "Use POWER instruction set"
12071 #: config/rs6000/rs6000.h:280
12072 msgid "Use POWER2 instruction set"
12075 #: config/rs6000/rs6000.h:282
12076 msgid "Do not use POWER2 instruction set"
12079 #: config/rs6000/rs6000.h:285
12080 msgid "Do not use POWER instruction set"
12083 #: config/rs6000/rs6000.h:287
12084 msgid "Use PowerPC instruction set"
12087 #: config/rs6000/rs6000.h:290
12088 msgid "Do not use PowerPC instruction set"
12091 #: config/rs6000/rs6000.h:292
12092 msgid "Use PowerPC General Purpose group optional instructions"
12095 #: config/rs6000/rs6000.h:294
12096 msgid "Don't use PowerPC General Purpose group optional instructions"
12099 #: config/rs6000/rs6000.h:296
12100 msgid "Use PowerPC Graphics group optional instructions"
12103 #: config/rs6000/rs6000.h:298
12104 msgid "Don't use PowerPC Graphics group optional instructions"
12107 #: config/rs6000/rs6000.h:300
12108 msgid "Use PowerPC-64 instruction set"
12111 #: config/rs6000/rs6000.h:302
12112 msgid "Don't use PowerPC-64 instruction set"
12115 #: config/rs6000/rs6000.h:304
12116 msgid "Use AltiVec instructions"
12119 #: config/rs6000/rs6000.h:306
12120 msgid "Don't use AltiVec instructions"
12123 #: config/rs6000/rs6000.h:308
12124 msgid "Use new mnemonics for PowerPC architecture"
12127 #: config/rs6000/rs6000.h:310
12128 msgid "Use old mnemonics for PowerPC architecture"
12131 #: config/rs6000/rs6000.h:313
12132 msgid "Put everything in the regular TOC"
12135 #: config/rs6000/rs6000.h:315
12136 msgid "Place floating point constants in TOC"
12139 #: config/rs6000/rs6000.h:317
12140 msgid "Don't place floating point constants in TOC"
12143 #: config/rs6000/rs6000.h:319
12144 msgid "Place symbol+offset constants in TOC"
12147 #: config/rs6000/rs6000.h:321
12148 msgid "Don't place symbol+offset constants in TOC"
12151 #: config/rs6000/rs6000.h:327
12152 msgid "Place variable addresses in the regular TOC"
12155 #: config/rs6000/rs6000.h:333
12156 msgid "Generate load/store multiple instructions"
12159 #: config/rs6000/rs6000.h:335
12160 msgid "Do not generate load/store multiple instructions"
12163 #: config/rs6000/rs6000.h:339
12164 msgid "Generate string instructions for block moves"
12167 #: config/rs6000/rs6000.h:341
12168 msgid "Do not generate string instructions for block moves"
12171 #: config/rs6000/rs6000.h:345
12172 msgid "Generate load/store with update instructions"
12175 #: config/rs6000/rs6000.h:347
12176 msgid "Do not generate load/store with update instructions"
12179 #: config/rs6000/rs6000.h:355
12180 msgid "Don't schedule the start and end of the procedure"
12183 #: config/rs6000/rs6000.h:361
12184 msgid "Return all structures in memory (AIX default)"
12187 #: config/rs6000/rs6000.h:363
12188 msgid "Return small structures in registers (SVR4 default)"
12191 #: config/rs6000/rs6000.h:426 config/sparc/sparc.h:666
12192 msgid "Use features of and schedule code for given CPU"
12195 #: config/rs6000/rs6000.h:429
12196 msgid "Enable debug output"
12199 #: config/rs6000/rs6000.h:430
12200 msgid "Specify ABI to use"
12203 #: config/rs6000/rs6000.h:432
12204 msgid "Specify size of long double (64 or 128 bits)"
12207 #. Definitions for __builtin_return_address and __builtin_frame_address.
12208 #. __builtin_return_address (0) should give link register (65), enable
12210 #. This should be uncommented, so that the link register is used, but
12211 #. currently this would result in unmatched insns and spilling fixed
12212 #. registers so we'll leave it for another day. When these problems are
12213 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12215 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12216 #. Number of bytes into the frame return addresses can be found. See
12217 #. rs6000_stack_info in rs6000.c for more information on how the different
12218 #. abi's store the return address.
12219 #: config/rs6000/rs6000.h:1776
12220 msgid "RETURN_ADDRESS_OFFSET not supported"
12223 #: config/rs6000/sysv4.h:88
12224 msgid "Select ABI calling convention"
12227 #: config/rs6000/sysv4.h:89
12228 msgid "Select method for sdata handling"
12231 #: config/rs6000/sysv4.h:104
12232 msgid "Align to the base type of the bit-field"
12235 #: config/rs6000/sysv4.h:106
12236 msgid "Don't align to the base type of the bit-field"
12239 #: config/rs6000/sysv4.h:108
12240 msgid "Don't assume that unaligned accesses are handled by the system"
12243 #: config/rs6000/sysv4.h:110
12244 msgid "Assume that unaligned accesses are handled by the system"
12247 #: config/rs6000/sysv4.h:112 config/rs6000/sysv4.h:116
12248 msgid "Produce code relocatable at runtime"
12251 #: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118
12252 msgid "Don't produce code relocatable at runtime"
12255 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
12256 msgid "Produce little endian code"
12259 #: config/rs6000/sysv4.h:124 config/rs6000/sysv4.h:126
12260 msgid "Produce big endian code"
12263 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12264 #: config/rs6000/sysv4.h:129 config/rs6000/sysv4.h:130
12265 #: config/rs6000/sysv4.h:131 config/rs6000/sysv4.h:132
12266 #: config/rs6000/sysv4.h:142 config/rs6000/sysv4.h:143
12267 #: config/rs6000/sysv4.h:154 config/rs6000/sysv4.h:155
12268 #: config/rs6000/sysv4.h:157
12269 msgid "no description yet"
12272 #: config/rs6000/sysv4.h:133
12276 #: config/rs6000/sysv4.h:134
12277 msgid "Don't use EABI"
12280 #: config/rs6000/sysv4.h:137
12281 msgid "Do not allow bit-fields to cross word boundaries"
12284 #: config/rs6000/sysv4.h:139
12285 msgid "Use alternate register names"
12288 #: config/rs6000/sysv4.h:141
12289 msgid "Don't use alternate register names"
12292 #: config/rs6000/sysv4.h:145
12293 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12296 #: config/rs6000/sysv4.h:147
12297 msgid "Link with libads.a, libc.a and crt0.o"
12300 #: config/rs6000/sysv4.h:149
12301 msgid "Link with libyk.a, libc.a and crt0.o"
12304 #: config/rs6000/sysv4.h:151
12305 msgid "Link with libmvme.a, libc.a and crt0.o"
12308 #: config/rs6000/sysv4.h:153
12309 msgid "Set the PPC_EMB bit in the ELF flags header"
12312 #. Sometimes certain combinations of command options do not make sense
12313 #. on a particular target machine. You can define a macro
12314 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12315 #. defined, is executed once just after all the command options have
12318 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12320 #: config/rs6000/sysv4.h:212
12322 msgid "bad value for -mcall-%s"
12325 #: config/rs6000/sysv4.h:228
12327 msgid "bad value for -msdata=%s"
12330 #: config/rs6000/sysv4.h:245
12332 msgid "-mrelocatable and -msdata=%s are incompatible"
12335 #: config/rs6000/sysv4.h:253
12337 msgid "-f%s and -msdata=%s are incompatible"
12340 #: config/rs6000/sysv4.h:261
12342 msgid "-msdata=%s and -mcall-%s are incompatible"
12345 #: config/rs6000/sysv4.h:268
12346 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12349 #: config/rs6000/sysv4.h:274
12351 msgid "-mrelocatable and -mcall-%s are incompatible"
12354 #: config/rs6000/sysv4.h:281
12356 msgid "-fPIC and -mcall-%s are incompatible"
12359 #: config/rs6000/sysv4.h:288
12360 msgid "-mcall-aixdesc must be big endian"
12363 #: config/s390/s390.c:1901
12364 msgid "invalid UNSPEC as operand (1)"
12367 #: config/s390/s390.c:1931
12368 msgid "invalid UNSPEC as operand (2)"
12371 #: config/s390/s390.c:1937
12372 msgid "UNKNOWN in s390_output_symbolic_const !?"
12375 #: config/s390/s390.c:1953
12376 msgid "Cannot decompose address."
12379 #: config/s390/s390.c:2101
12380 msgid "UNKNOWN in print_operand !?"
12383 #: config/s390/s390.c:2689
12384 msgid "Total size of local variables exceeds architecture limit."
12387 #: config/s390/s390.h:58
12388 msgid "Set backchain"
12391 #: config/s390/s390.h:59
12392 msgid "Don't set backchain (faster, but debug harder"
12395 #: config/s390/s390.h:60
12396 msgid "Use bras for execucable < 64k"
12399 #: config/s390/s390.h:61
12400 msgid "Don't use bras"
12403 #: config/s390/s390.h:62
12404 msgid "Additional debug prints"
12407 #: config/s390/s390.h:63
12408 msgid "Don't print additional debug prints"
12411 #: config/s390/s390.h:64
12412 msgid "64 bit mode"
12415 #: config/s390/s390.h:65
12416 msgid "31 bit mode"
12419 #: config/s390/s390.h:66
12423 #: config/s390/s390.h:67
12427 #: config/sh/sh.c:5063
12428 msgid "__builtin_saveregs not supported by this subtarget"
12431 #. The sp_switch attribute only has meaning for interrupt functions.
12432 #: config/sh/sh.c:5613 config/sh/sh.c:5652
12434 msgid "`%s' attribute only applies to interrupt functions"
12437 #. The argument must be a constant string.
12438 #: config/sh/sh.c:5620
12440 msgid "`%s' attribute argument not a string constant"
12443 #. The argument must be a constant integer.
12444 #: config/sh/sh.c:5659
12446 msgid "`%s' attribute argument not an integer constant"
12449 #. There are no delay slots on SHmedia.
12450 #. Relaxation isn't yet supported for SHmedia
12451 #: config/sh/sh.h:367
12452 msgid "Profiling is not supported on this target."
12455 #: config/sparc/sparc.c:318
12457 msgid "%s is not supported by this configuration"
12460 #: config/sparc/sparc.c:325
12461 msgid "-mlong-double-64 not allowed with -m64"
12464 #: config/sparc/sparc.c:350
12465 msgid "-mcmodel= is not supported on 32 bit systems"
12468 #: config/sparc/sparc.c:438
12469 msgid "profiling does not support code models other than medlow"
12472 #: config/sparc/sparc.c:5847 config/sparc/sparc.c:5853
12474 msgid "invalid %%Y operand"
12477 #: config/sparc/sparc.c:5923
12479 msgid "invalid %%A operand"
12482 #: config/sparc/sparc.c:5933
12484 msgid "invalid %%B operand"
12487 #: config/sparc/sparc.c:5972
12489 msgid "invalid %%c operand"
12492 #: config/sparc/sparc.c:5973
12494 msgid "invalid %%C operand"
12497 #: config/sparc/sparc.c:5994
12499 msgid "invalid %%d operand"
12502 #: config/sparc/sparc.c:5995
12504 msgid "invalid %%D operand"
12507 #: config/sparc/sparc.c:6013
12509 msgid "invalid %%f operand"
12512 #: config/sparc/sparc.c:6063
12513 msgid "long long constant not a valid immediate operand"
12516 #: config/sparc/sparc.c:6066
12517 msgid "floating point constant not a valid immediate operand"
12520 #: config/sparc/freebsd.h:81 config/sparc/linux.h:86
12521 #: config/sparc/linux64.h:139
12522 msgid "Use 128 bit long doubles"
12525 #: config/sparc/sp64-elf.h:82 config/sparc/splet.h:29
12526 msgid "Generate code for big endian"
12529 #: config/sparc/sp64-elf.h:83 config/sparc/splet.h:30
12530 msgid "Generate code for little endian"
12533 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:67
12534 msgid "Use little-endian byte order for data"
12537 #. To make profiling work with -f{pic,PIC}, we need to emit the profiling
12538 #. code into the rtl. Also, if we are profiling, we cannot eliminate
12539 #. the frame pointer (because the return address will get smashed).
12540 #: config/sparc/sparc.h:388
12542 msgid "%s and profiling conflict: disabling %s"
12545 #: config/sparc/sparc.h:562
12546 msgid "Use function_epilogue()"
12549 #: config/sparc/sparc.h:564
12550 msgid "Do not use function_epilogue()"
12553 #: config/sparc/sparc.h:566
12554 msgid "Assume possible double misalignment"
12557 #: config/sparc/sparc.h:568
12558 msgid "Assume all doubles are aligned"
12561 #: config/sparc/sparc.h:570
12562 msgid "Pass -assert pure-text to linker"
12565 #: config/sparc/sparc.h:572
12566 msgid "Do not pass -assert pure-text to linker"
12569 #: config/sparc/sparc.h:574
12570 msgid "Use flat register window model"
12573 #: config/sparc/sparc.h:576
12574 msgid "Do not use flat register window model"
12577 #: config/sparc/sparc.h:578
12578 msgid "Use ABI reserved registers"
12581 #: config/sparc/sparc.h:580
12582 msgid "Do not use ABI reserved registers"
12585 #: config/sparc/sparc.h:582
12586 msgid "Use hardware quad fp instructions"
12589 #: config/sparc/sparc.h:584
12590 msgid "Do not use hardware quad fp instructions"
12593 #: config/sparc/sparc.h:586
12594 msgid "Compile for v8plus ABI"
12597 #: config/sparc/sparc.h:588
12598 msgid "Do not compile for v8plus ABI"
12601 #: config/sparc/sparc.h:590
12602 msgid "Utilize Visual Instruction Set"
12605 #: config/sparc/sparc.h:592
12606 msgid "Do not utilize Visual Instruction Set"
12609 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
12610 #: config/sparc/sparc.h:595
12611 msgid "Optimize for Cypress processors"
12614 #: config/sparc/sparc.h:597
12615 msgid "Optimize for SparcLite processors"
12618 #: config/sparc/sparc.h:599
12619 msgid "Optimize for F930 processors"
12622 #: config/sparc/sparc.h:601
12623 msgid "Optimize for F934 processors"
12626 #: config/sparc/sparc.h:603
12627 msgid "Use V8 Sparc ISA"
12630 #: config/sparc/sparc.h:605
12631 msgid "Optimize for SuperSparc processors"
12634 #. End of deprecated options.
12635 #: config/sparc/sparc.h:608
12636 msgid "Pointers are 64-bit"
12639 #: config/sparc/sparc.h:610
12640 msgid "Pointers are 32-bit"
12643 #: config/sparc/sparc.h:612
12644 msgid "Use 32-bit ABI"
12647 #: config/sparc/sparc.h:614
12648 msgid "Use 64-bit ABI"
12651 #: config/sparc/sparc.h:616
12652 msgid "Use stack bias"
12655 #: config/sparc/sparc.h:618
12656 msgid "Do not use stack bias"
12659 #: config/sparc/sparc.h:620
12660 msgid "Use structs on stronger alignment for double-word copies"
12663 #: config/sparc/sparc.h:622
12664 msgid "Do not use structs on stronger alignment for double-word copies"
12667 #: config/sparc/sparc.h:624
12668 msgid "Optimize tail call instructions in assembler and linker"
12671 #: config/sparc/sparc.h:626
12672 msgid "Do not optimize tail call instructions in assembler or linker"
12675 #: config/sparc/sparc.h:670
12676 msgid "Use given Sparc code model"
12679 #: config/stormy16/stormy16.c:1179
12680 msgid "cannot use va_start in interrupt function"
12683 #: config/stormy16/stormy16.c:1536
12684 msgid "`B' operand is not constant"
12687 #: config/stormy16/stormy16.c:1542
12688 msgid "`B' operand has multiple bits set"
12691 #: config/stormy16/stormy16.c:1569
12692 msgid "`o' operand is not constant"
12695 #: config/stormy16/stormy16.c:1584
12696 msgid "xstormy16_print_operand: unknown code"
12699 #: config/stormy16/stormy16.c:1634
12701 msgid "switch statement of size %lu entries too large"
12704 #: config/v850/v850-c.c:68
12705 msgid "#pragma GHS endXXXX found without previous startXXX"
12708 #: config/v850/v850-c.c:70
12709 msgid "#pragma GHS endXXX does not match previous startXXX"
12712 #: config/v850/v850-c.c:95
12713 msgid "cannot set interrupt attribute: no current function"
12716 #: config/v850/v850-c.c:103
12717 msgid "cannot set interrupt attribute: no such identifier"
12720 #: config/v850/v850-c.c:149
12721 msgid "junk at end of #pragma ghs section"
12724 #: config/v850/v850-c.c:166
12726 msgid "unrecognized section name \"%s\""
12729 #: config/v850/v850-c.c:181
12730 msgid "malformed #pragma ghs section"
12733 #: config/v850/v850-c.c:201
12734 msgid "junk at end of #pragma ghs interrupt"
12737 #: config/v850/v850-c.c:213
12738 msgid "junk at end of #pragma ghs starttda"
12741 #: config/v850/v850-c.c:225
12742 msgid "junk at end of #pragma ghs startsda"
12745 #: config/v850/v850-c.c:237
12746 msgid "junk at end of #pragma ghs startzda"
12749 #: config/v850/v850-c.c:249
12750 msgid "junk at end of #pragma ghs endtda"
12753 #: config/v850/v850-c.c:261
12754 msgid "junk at end of #pragma ghs endsda"
12757 #: config/v850/v850-c.c:273
12758 msgid "junk at end of #pragma ghs endzda"
12761 #: config/v850/v850.c:122
12763 msgid "%s=%s is not numeric"
12766 #: config/v850/v850.c:129
12768 msgid "%s=%s is too large"
12771 #: config/v850/v850.c:285
12772 msgid "const_double_split got a bad insn:"
12775 #: config/v850/v850.c:777
12776 msgid "output_move_single:"
12779 #: config/v850/v850.c:2081
12780 msgid "a data area attribute cannot be specified for local variables"
12783 #: config/v850/v850.c:2092
12785 msgid "data area of '%s' conflicts with previous declaration"
12788 #: config/v850/v850.c:2295
12790 msgid "bogus JR construction: %d\n"
12793 #: config/v850/v850.c:2316 config/v850/v850.c:2518
12795 msgid "bad amount of stack space removal: %d"
12798 #: config/v850/v850.c:2494
12800 msgid "bogus JARL construction: %d\n"
12803 #. Macro to define tables used to set the flags.
12804 #. This is a list in braces of pairs in braces,
12805 #. each pair being { "NAME", VALUE }
12806 #. where VALUE is the bits to set or minus the bits to clear.
12807 #. An empty string NAME is used to identify the default VALUE.
12808 #: config/v850/v850.h:120
12809 msgid "Support Green Hills ABI"
12812 #: config/v850/v850.h:123
12813 msgid "Prohibit PC relative function calls"
12816 #: config/v850/v850.h:126
12817 msgid "Reuse r30 on a per function basis"
12820 #: config/v850/v850.h:129
12821 msgid "Use stubs for function prologues"
12824 #: config/v850/v850.h:132
12825 msgid "Same as: -mep -mprolog-function"
12828 #: config/v850/v850.h:133
12829 msgid "Enable backend debugging"
12832 #: config/v850/v850.h:135
12833 msgid "Compile for the v850 processor"
12836 #: config/v850/v850.h:138
12837 msgid "Use 4 byte entries in switch tables"
12840 #: config/v850/v850.h:164
12841 msgid "Set the max size of data eligible for the TDA area"
12844 #: config/v850/v850.h:167
12845 msgid "Set the max size of data eligible for the SDA area"
12848 #: config/v850/v850.h:170
12849 msgid "Set the max size of data eligible for the ZDA area"
12852 #: config/xtensa/xtensa.c:1028 config/xtensa/xtensa.c:1062
12853 #: config/xtensa/xtensa.c:1071
12857 #: config/xtensa/xtensa.c:1771
12858 msgid "boolean registers required for the floating-point option"
12861 #: config/xtensa/xtensa.c:1939
12862 msgid "invalid mask"
12865 #: config/xtensa/xtensa.c:1991
12866 msgid "invalid address"
12869 #: config/xtensa/xtensa.c:2016
12870 msgid "no register in address"
12873 #: config/xtensa/xtensa.c:2024
12874 msgid "address offset not a constant"
12877 #: config/xtensa/xtensa.h:114
12878 msgid "Use the Xtensa code density option"
12881 #: config/xtensa/xtensa.h:116
12882 msgid "Do not use the Xtensa code density option"
12885 #: config/xtensa/xtensa.h:118
12886 msgid "Use the Xtensa MAC16 option"
12889 #: config/xtensa/xtensa.h:120
12890 msgid "Do not use the Xtensa MAC16 option"
12893 #: config/xtensa/xtensa.h:122
12894 msgid "Use the Xtensa MUL16 option"
12897 #: config/xtensa/xtensa.h:124
12898 msgid "Do not use the Xtensa MUL16 option"
12901 #: config/xtensa/xtensa.h:126
12902 msgid "Use the Xtensa MUL32 option"
12905 #: config/xtensa/xtensa.h:128
12906 msgid "Do not use the Xtensa MUL32 option"
12911 #: config/xtensa/xtensa.h:134
12912 msgid "Use the Xtensa NSA option"
12915 #: config/xtensa/xtensa.h:136
12916 msgid "Do not use the Xtensa NSA option"
12919 #: config/xtensa/xtensa.h:138
12920 msgid "Use the Xtensa MIN/MAX option"
12923 #: config/xtensa/xtensa.h:140
12924 msgid "Do not use the Xtensa MIN/MAX option"
12927 #: config/xtensa/xtensa.h:142
12928 msgid "Use the Xtensa SEXT option"
12931 #: config/xtensa/xtensa.h:144
12932 msgid "Do not use the Xtensa SEXT option"
12935 #: config/xtensa/xtensa.h:146
12936 msgid "Use the Xtensa boolean register option"
12939 #: config/xtensa/xtensa.h:148
12940 msgid "Do not use the Xtensa boolean register option"
12943 #: config/xtensa/xtensa.h:150
12944 msgid "Use the Xtensa floating-point unit"
12947 #: config/xtensa/xtensa.h:152
12948 msgid "Do not use the Xtensa floating-point unit"
12959 #: config/xtensa/xtensa.h:170
12960 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12963 #: config/xtensa/xtensa.h:172
12964 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12967 #: config/xtensa/xtensa.h:174
12968 msgid "Serialize volatile memory references with MEMW instructions"
12971 #: config/xtensa/xtensa.h:176
12972 msgid "Do not serialize volatile memory references with MEMW instructions"
12975 #: config/xtensa/xtensa.h:178
12976 msgid "Intersperse literal pools with code in the text section"
12979 #: config/xtensa/xtensa.h:180
12980 msgid "Put literal pools in a separate literal section"
12983 #: config/xtensa/xtensa.h:182
12984 msgid "Automatically align branch targets to reduce branch penalties"
12987 #: config/xtensa/xtensa.h:184
12988 msgid "Do not automatically align branch targets"
12991 #: config/xtensa/xtensa.h:186
12992 msgid "Use indirect CALLXn instructions for large programs"
12995 #: config/xtensa/xtensa.h:188
12996 msgid "Use direct CALLn instructions for fast calls"
13000 msgid "`-gnat' misspelled as `-gant'"
13003 #: ch/actions.c:118
13005 msgid "%d errors, %d sorries, do granting"
13008 #: ch/actions.c:135
13009 msgid "GNU compiler does not support statically allocated objects"
13012 #: ch/actions.c:138 objc/objc-act.c:882
13014 msgid "`%s' cannot be statically allocated"
13017 #: ch/actions.c:300
13019 msgid "causing unhandled exception `%s' (this is flaged only once)"
13022 #: ch/actions.c:438
13023 msgid "range failure (not inside function)"
13026 #: ch/actions.c:440
13027 msgid "possible range failure (not inside function)"
13030 #: ch/actions.c:445
13031 msgid "expression will always cause RANGEFAIL"
13034 #: ch/actions.c:492
13035 msgid "right hand side of assignment is a mode"
13038 #: ch/actions.c:498
13040 msgid "incompatible modes in %s"
13043 #: ch/actions.c:523
13045 msgid "bad string length in %s"
13048 #: ch/actions.c:631 ch/actions.c:644
13050 msgid "mode mismatch in %s expression"
13053 #: ch/actions.c:638
13055 msgid "%s expression must be referable"
13058 #: ch/actions.c:667
13060 msgid "%s not allowed outside a PROC"
13063 #: ch/actions.c:673
13065 msgid "%s action in PROC with no declared RESULTS"
13068 #: ch/actions.c:704
13069 msgid "RETURN not allowed outside PROC"
13072 #: ch/actions.c:717
13073 msgid "RETURN with a value, in PROC returning void"
13076 #: ch/actions.c:726
13077 msgid "RETURN with no value and no RESULT action in procedure"
13080 #: ch/actions.c:749
13082 msgid "no label named `%s'"
13085 #: ch/actions.c:751
13087 msgid "cannot GOTO label `%s' outside current function"
13090 #: ch/actions.c:773
13092 msgid "no EXITable label named `%s'"
13095 #: ch/actions.c:775
13097 msgid "cannot EXIT label `%s' outside current function"
13100 #: ch/actions.c:1018
13101 msgid "case selector not compatible with label"
13104 #: ch/actions.c:1044
13105 msgid "ELSE label not within a CASE statement"
13108 #: ch/actions.c:1048
13109 msgid "multiple default labels found in a CASE statement"
13112 #: ch/actions.c:1049
13113 msgid "this is the first ELSE label"
13116 #: ch/actions.c:1070
13117 msgid "label found outside of CASE statement"
13120 #: ch/actions.c:1073
13121 msgid "duplicate CASE value"
13124 #: ch/actions.c:1074 ch/actions.c:1127
13125 msgid "this is the first entry for that value"
13128 #: ch/actions.c:1077 ch/actions.c:1130
13129 msgid "CASE value out of range"
13132 #: ch/actions.c:1079 ch/actions.c:1132
13133 msgid "empty range"
13136 #: ch/actions.c:1081 ch/actions.c:1134
13137 msgid "label within scope of cleanup or variable array"
13140 #: ch/actions.c:1105 ch/actions.c:1302
13141 msgid "mode in label is not discrete"
13144 #: ch/actions.c:1122
13145 msgid "label not within a CASE statement"
13148 #: ch/actions.c:1282
13149 msgid "lower bound of range must be a discrete literal expression"
13152 #: ch/actions.c:1287
13153 msgid "upper bound of range must be a discrete literal expression"
13156 #: ch/actions.c:1311
13157 msgid "CASE label is not valid"
13160 #: ch/actions.c:1357
13161 msgid "number of CASE selectors does not match the number of CASE label lists"
13164 #: ch/actions.c:1442
13166 msgid "incomplete CASE - %s not handled"
13169 #: ch/actions.c:1461
13170 msgid "CASE selector with variable range"
13173 #: ch/actions.c:1465
13174 msgid "too many cases to do CASE completeness testing"
13177 #: ch/actions.c:1550
13178 msgid "type of tuple cannot be implicit in multiple assignent"
13181 #: ch/actions.c:1552
13182 msgid "conditional expression cannot be used in multiple assignent"
13185 #: ch/actions.c:1554
13186 msgid "internal error - unknown type in multiple assignment"
13189 #: ch/actions.c:1558
13190 msgid "no operator allowed in multiple assignment,"
13193 #: ch/actions.c:1568
13194 msgid "location modes in multiple assignment are not equivalent"
13197 #: ch/actions.c:1606
13198 msgid "you may not assign a value to a BUFFER or EVENT location"
13201 #: ch/actions.c:1614
13202 msgid "can't assign value to READonly location"
13205 #: ch/actions.c:1619
13206 msgid "cannot assign to location with non-value property"
13209 #: ch/actions.c:1639
13210 msgid "lefthand side of assignment is not a location"
13213 #: ch/actions.c:1715 ch/actions.c:1785
13214 msgid "bitstring slice"
13217 #: ch/actions.c:1810
13218 msgid "LENGTH on left-hand-side is non-portable"
13221 #: ch/actions.c:1814
13222 msgid "can only set LENGTH of array location"
13226 msgid "internal error: trying to make loc-identity with non-location"
13229 #: ch/convert.c:117
13230 msgid "cannot convert to a boolean mode"
13233 #: ch/convert.c:152
13234 msgid "cannot convert to a char mode"
13237 #: ch/convert.c:248
13238 msgid "powerset tuple element out of range"
13241 #: ch/convert.c:284 ch/convert.c:312
13243 msgid "incompatible member of powerset tuple (at position #%d)"
13246 #: ch/convert.c:394
13248 msgid "no initializer value for fixed field `%s'"
13251 #: ch/convert.c:436
13253 msgid "non-constant value for tag field `%s'"
13256 #: ch/convert.c:488
13258 msgid "field `%s' in wrong variant"
13261 #: ch/convert.c:495
13263 msgid "missing variant fields (at least `%s')"
13266 #: ch/convert.c:518
13268 msgid "bad initializer for field `%s'"
13271 #: ch/convert.c:525
13273 msgid "no initializer value for variant field `%s'"
13276 #: ch/convert.c:531
13277 msgid "no selected variant"
13280 #: ch/convert.c:546 ch/convert.c:912
13281 msgid "mixture of labelled and unlabelled tuple elements"
13284 #: ch/convert.c:557
13285 msgid "probably not a structure tuple"
13288 #: ch/convert.c:559
13290 msgid "excess initializer for field `%s'"
13293 #: ch/convert.c:566
13294 msgid "excess unnamed initializers"
13297 #: ch/convert.c:693
13298 msgid "non-constant start index for tuple"
13301 #: ch/convert.c:736
13302 msgid "invalid array tuple label"
13305 #: ch/convert.c:750
13306 msgid "non-constant array tuple index range"
13309 #: ch/convert.c:759
13311 msgid "incompatible array tuple element %s"
13314 #: ch/convert.c:775
13315 msgid "multiple (*) or (ELSE) array tuple labels"
13318 #: ch/convert.c:784
13319 msgid "empty range in array tuple"
13322 #: ch/convert.c:801
13324 msgid "array tuple has duplicate index %s"
13327 #: ch/convert.c:809
13328 msgid "array tuple index out of range"
13331 #: ch/convert.c:811
13332 msgid "too many array tuple values"
13335 #: ch/convert.c:883
13336 msgid "dynamic array tuple without (*) or (ELSE)"
13339 #: ch/convert.c:885
13341 msgid "missing array tuple element %s"
13344 #: ch/convert.c:892
13346 msgid "missing array tuple elements %s : %s"
13349 #: ch/convert.c:1086
13350 msgid "initializer is not an array or string mode"
13353 #: ch/convert.c:1096
13354 msgid "destination is too small"
13357 #: ch/convert.c:1152
13358 msgid "internal error: unknown type of expression"
13363 msgid "`%s' must not be declared readonly"
13367 msgid "declaration of readonly variable without initialization"
13372 msgid "no initialization allowed for `%s'"
13377 msgid "value for loc-identity `%s' is not a location"
13382 msgid "location for `%s' not read-compatible"
13387 msgid "nonconstant initializer for `%s'"
13391 msgid "do_decl: internal error: don't know what to initialize"
13395 msgid "RECURSIVE PROCs"
13400 msgid "`%s' must not be READonly"
13404 msgid "POS may not be specified for a list of field declarations"
13408 msgid "(ELSE) case label as well as ELSE variant"
13411 #: ch/decl.c:1610 ch/decl.c:1613
13412 msgid "inconsistent modes between labels and tag field"
13416 msgid "too few tag labels"
13420 msgid "too many tag labels"
13424 msgid "case label lower limit is not a discrete constant expression"
13428 msgid "case label upper limit is not a discrete constant expression"
13432 msgid "case label must be a discrete constant expression"
13436 msgid "variant label declared here..."
13440 msgid "...is duplicated here"
13445 msgid "no field (yet) for tag %s"
13449 msgid "non-value mode may only returned by LOC"
13454 msgid "mode of `%s' is not a mode"
13459 msgid "`%s' may only be passed by LOC"
13464 msgid "nothing named `%s' to grant"
13469 msgid "duplicate grant for `%s'"
13474 msgid "previous grant for `%s'"
13479 msgid "duplicate definition `%s'"
13484 msgid "previous definition of `%s'"
13487 #: ch/decl.c:3248 ch/decl.c:3258
13489 msgid "ambiguous choice for seize `%s' -"
13492 #: ch/decl.c:3249 ch/decl.c:3259
13494 msgid " - can seize this `%s' -"
13497 #: ch/decl.c:3250 ch/decl.c:3261
13499 msgid " - or this granted decl `%s'"
13504 msgid "enumerator value for `%s' is less than 0"
13509 msgid "enumerators `%s' and `%s' have equal values"
13513 msgid "undefined value in SET mode is obsolete and deprecated"
13517 msgid "BASE variable never declared"
13521 msgid "cannot BASE a variable on a PROC/PROCESS name"
13525 msgid "INTERNAL ERROR: handle_one_level is broken"
13530 msgid "tuple without specified mode not allowed in %s"
13535 msgid "conditional expression not allowed in %s"
13540 msgid "internal error: unknown expression mode in %s"
13544 msgid "CASE selector is not a discrete expression"
13549 "The number of CASE selectors does not match the number of CASE label lists"
13553 msgid "powerset is not addressable"
13557 msgid "array is not addressable"
13562 msgid "too few arguments in call to `%s'"
13567 msgid "too many arguments in call to `%s'"
13571 msgid "cannot dereference, not a pointer"
13576 msgid "missing '.' operator or undefined mode name `%s'"
13580 msgid "you have forgotten the '.' operator which must"
13585 msgid " precede a STRUCT field reference, or `%s' is an undefined mode"
13589 msgid "can't dereference PTR value using unary `->'"
13593 msgid "invalid type argument of `->'"
13596 #: ch/expr.c:856 ch/expr.c:969
13597 msgid "operand of '.' is not a STRUCT"
13602 msgid "no field named `%s'"
13606 msgid "ABS argument must be discrete or real mode"
13611 msgid "argument %d to ABSTIME must be of integer type"
13614 #: ch/expr.c:1288 ch/expr.c:1329
13615 msgid "parameter 1 must be referable"
13618 #: ch/expr.c:1294 ch/expr.c:1335 ch/expr.c:1372
13619 msgid "mode mismatch in parameter 1"
13622 #: ch/expr.c:1301 ch/expr.c:1342
13623 msgid "parameter 2 must be a positive integer"
13627 msgid "CARD argument must be powerset mode"
13631 msgid "expression for DESCR-built-in must be referable"
13636 msgid "argument to `%s' must be of integer type"
13641 msgid "argument 1 to `%s' must be of floating point mode"
13646 msgid "first argument to `%s' must be a mode"
13651 msgid "READonly modes for %s must have a value"
13655 msgid "argument to TERMINATE must be a reference primitive value"
13659 msgid "argument 1 to INTTIME must be of mode TIME"
13664 "LENGTH argument must be string, buffer, event mode, text location or mode"
13668 msgid "UPPER argument must have a mode, or be a mode"
13672 msgid "LOWER argument must have a mode, or be a mode"
13676 msgid "UPPER argument must be string, array, mode or integer"
13680 msgid "LOWER argument must be string, array, mode or integer"
13685 msgid "%s argument must be POWERSET mode"
13690 msgid "%s called for empty POWERSET"
13694 msgid "argument to NUM is not discrete"
13698 msgid "no integer mode which matches expression's mode"
13702 msgid "NUM's parameter is below its mode range"
13706 msgid "NUM's parameter is above its mode range"
13710 msgid "cannot take SUCC or PRED of a numbered SET"
13714 msgid "SUCC or PRED must not be done on a PTR"
13718 msgid "SUCC or PRED for a reference type is not standard"
13722 msgid "SUCC or PRED argument must be a discrete mode"
13727 msgid "taking the %s of a value already at its %s value"
13731 msgid "size applied to a function mode"
13735 msgid "sizeof applied to a void mode"
13739 msgid "sizeof applied to an incomplete mode"
13743 msgid "cannot call a PROCESS, you START a PROCESS"
13753 msgid "%s parameter %d must be a location"
13758 msgid "%s parameter %d is READ-only"
13763 msgid "LOC actual parameter %d is a non-referable location"
13768 msgid "mode mismatch in parameter %d"
13773 msgid "too many arguments to procedure `%s'"
13777 msgid "too many arguments to procedure"
13782 msgid "too few arguments to procedure `%s'"
13786 msgid "too few arguments to procedure"
13790 msgid "syntax error (integer used as function)"
13794 msgid "syntax error - missing operator, comma, or '('?"
13799 msgid "unimplemented built-in function `%s'"
13804 msgid "internal error - bad built-in function `%s'"
13808 msgid "empty expression in string index"
13812 msgid "only one expression allowed in string index"
13816 msgid "invalid: primval ( untyped_exprlist )"
13819 #: ch/expr.c:3081 ch/expr.c:3095
13820 msgid "operand is variable-size bitstring/power-set"
13825 msgid "tree code `%s' unhandled in build_compare_set_expr"
13829 msgid "incompatible modes in concat expression"
13833 msgid "invalid operation on array of chars"
13837 msgid "comparison of variant structures is unsafe"
13841 msgid "compare with variant records"
13844 #: ch/expr.c:3688 ch/expr.c:3924
13846 msgid "incompatible operands to %s"
13850 msgid "relational operator not allowed for this mode"
13855 msgid "cannot use %s operator on PROC mode variable"
13860 msgid "invalid left operand of %s"
13863 #: ch/expr.c:3805 ch/expr.c:4357
13865 msgid "invalid right operand of %s"
13869 msgid "repetition expression must be constant"
13873 msgid "left argument to MOD/REM operator must be integral"
13877 msgid "right argument to MOD/REM operator must be integral"
13881 msgid "right operand of IN is not a powerset"
13885 msgid "left operand of IN incompatible with right operand"
13889 msgid "-> operator not allow in constant expression"
13893 msgid "taking the address of a string literal is non-standard"
13897 msgid "taking the address of a function is non-standard"
13901 msgid "ADDR requires a LOCATION argument"
13905 msgid "-> expression is not addressable"
13909 msgid "ADDR parameter must be a LOCATION"
13913 msgid "possible internal error in build_chill_arrow_expr"
13918 msgid "%s is not addressable"
13922 msgid "repetition count is not an integer constant"
13926 msgid "repetition count < 0"
13930 msgid "repetition value not constant"
13934 msgid "bitstring repetition of non-constant boolean"
13938 msgid "string repetition operand is non-constant bitstring"
13942 msgid "non-char, non-bit string repetition"
13947 msgid "invalid operand of %s"
13952 msgid "right operand of %s is not array of boolean"
13957 msgid "%s operator applied to boolean variable"
13961 msgid "non-boolean mode in conditional expression"
13965 msgid "decode_constant: invalid component_ref"
13969 msgid "decode_constant: mode and value mismatch"
13973 msgid "decode_constant: cannot decode this mode"
13977 msgid "decode_constant_selective: mode and value mismatch"
13981 msgid "decode_constant_selective: cannot decode this mode"
13986 msgid "can't write to %s"
13990 msgid "FORBID is not yet implemented"
13993 #. this nerver should happen
13996 msgid "function \"really_grant_this\" called for `%s'"
14000 msgid "non-integral text length"
14004 msgid "non-constant text length"
14008 msgid "text length must be greater than 0"
14013 msgid "argument %d of %s must be of mode ASSOCIATION"
14016 #: ch/inout.c:1760 ch/inout.c:2146 ch/inout.c:2516 ch/inout.c:2751
14018 msgid "argument %d of %s must be a location"
14022 msgid "argument 2 of ASSOCIATE must not be an empty string"
14026 msgid "argument 2 to ASSOCIATE must be a string"
14030 msgid "argument 3 to ASSOCIATE must be a string"
14034 msgid "too many arguments in call to MODIFY"
14038 msgid "argument 2 of MODIFY must not be an empty string"
14042 msgid "argument 2 to MODIFY must be a string"
14046 msgid "argument 3 to MODIFY must be a string"
14051 msgid "argument %d of %s must be an ACCESS or TEXT mode"
14055 msgid "argument 4 of CONNECT must be of mode WHERE"
14059 msgid "index expression for ACCESS without index"
14062 #: ch/inout.c:2376 ch/inout.c:2554 ch/inout.c:2636 ch/inout.c:4356
14064 msgid "incompatible index mode"
14068 msgid "argument 3 to CONNECT must be of mode USAGE"
14073 msgid "argument %d of %s must be of mode ACCESS"
14077 msgid "too few arguments in call to `readrecord'"
14080 #: ch/inout.c:2569 ch/inout.c:2648
14081 msgid "incompatible record mode"
14085 msgid "store location must not be READonly"
14089 msgid "too few arguments in call to `writerecord'"
14093 msgid "transfer to ACCESS without record mode"
14098 msgid "argument %d of %s must be of mode TEXT"
14102 msgid "TEXT doesn't have a location"
14106 msgid "incompatible index mode for SETETEXTACCESS"
14110 msgid "incompatible record mode for SETTEXTACCESS"
14114 msgid "parameter 2 must be a location"
14118 msgid "incompatible modes in parameter 2"
14122 msgid "conditional expression not allowed in this context"
14127 msgid "untyped expression as argument %d"
14130 #: ch/inout.c:3141 ch/inout.c:3187
14132 msgid "cannot process %d bits integer for READTEXT argument %d"
14137 msgid "cannot process %d bits integer WRITETEXT argument %d"
14140 #: ch/inout.c:3283 ch/inout.c:3338 ch/inout.c:3417 ch/inout.c:3483
14141 #: ch/inout.c:3534 ch/inout.c:3619 ch/inout.c:3654
14143 msgid "argument %d is READonly"
14146 #: ch/inout.c:3290 ch/inout.c:3345 ch/inout.c:3424 ch/inout.c:3491
14147 #: ch/inout.c:3542 ch/inout.c:3627 ch/inout.c:3659
14149 msgid "argument %d must be referable"
14154 msgid "cannot process argument %d of WRITETEXT, unknown size"
14157 #. datatype is not yet implemented, issue a warning
14160 msgid "cannot process mode of argument %d for %sTEXT"
14164 msgid "too few arguments for this format string"
14167 #: ch/inout.c:3893 ch/inout.c:3902
14169 msgid "type of argument %d invalid for conversion code at offset %d"
14173 msgid "unmatched open paren"
14176 #: ch/inout.c:4026 ch/inout.c:4221
14178 msgid "bad format specification character (offset %d)"
14183 msgid "repetition factor overflow (offset %d)"
14186 #: ch/inout.c:4057 ch/inout.c:4064 ch/inout.c:4071
14188 msgid "duplicate qualifier (offset %d)"
14193 msgid "clause width overflow (offset %d)"
14198 msgid "no fraction (offset %d)"
14203 msgid "no fraction width (offset %d)"
14208 msgid "fraction width overflow (offset %d)"
14213 msgid "no exponent (offset %d)"
14218 msgid "no exponent width (offset %d)"
14223 msgid "exponent width overflow (offset %d)"
14227 msgid "internal error in check_format_string"
14232 msgid "no padding character (offset %d)"
14235 #. too may arguments for format string
14237 msgid "too many arguments for this format string"
14240 #: ch/inout.c:4354 ch/inout.c:4502
14241 msgid "missing index expression"
14245 msgid "too few arguments in call to `writetext'"
14249 msgid "argument 1 for WRITETEXT must be a TEXT or CHARS(n) VARYING location"
14253 msgid "`format string' for WRITETEXT must be a CHARACTER string"
14257 msgid "too few arguments in call to `readtext'"
14262 "argument 1 for READTEXT must be a TEXT location or CHARS(n) [ VARYING ] "
14267 msgid "`format string' for READTEXT must be a CHARACTER string"
14271 msgid "non-constant expression"
14275 msgid "ignoring case upon input and"
14279 msgid "making special words uppercase wouldn't work"
14283 msgid "making special words uppercase and"
14287 msgid " ignoring case upon input wouldn't work"
14290 #: ch/lang.c:277 java/typeck.c:178
14291 msgid "internal error - use of undefined type"
14295 msgid "invalid C'xx' "
14298 #: ch/lex.c:607 java/jcf-parse.c:611 java/jcf-write.c:3376
14300 msgid "can't close %s"
14304 msgid "malformed exponent part of floating-point literal"
14308 msgid "real number exceeds range of REAL"
14311 #: ch/lex.c:747 ch/lex.c:774
14312 msgid "end-of-file in '<>' directive"
14316 msgid "unrecognized compiler directive"
14319 #: ch/lex.c:788 ch/lex.c:834
14321 msgid "unrecognized compiler directive `%s'"
14325 msgid "unterminated control sequence"
14328 #: ch/lex.c:1010 ch/lex.c:1046
14329 msgid "invalid integer literal in control sequence"
14332 #: ch/lex.c:1021 ch/lex.c:1029
14333 msgid "control sequence overflow"
14336 #: ch/lex.c:1023 ch/lex.c:1031
14337 msgid "invalid control sequence"
14341 msgid "invalid base in read control sequence"
14345 msgid "invalid digit in control sequence"
14349 msgid "unterminated string literal"
14352 #: ch/lex.c:1248 ch/lex.c:1334
14354 msgid "invalid number format `%s'"
14358 msgid "integer literal too big"
14363 msgid "can't find %s"
14367 msgid "USE_SEIZE_FILE directive must be followed by string"
14370 #: ch/lex.c:1693 f/lex.c:1200
14371 msgid "invalid #ident"
14374 #: ch/lex.c:1711 f/lex.c:1217
14375 msgid "undefined or invalid # directive"
14378 #: ch/lex.c:1765 ch/lex.c:1774 f/lex.c:1273
14379 msgid "invalid #line"
14382 #: ch/lex.c:1843 f/lex.c:846
14383 msgid "#-lines for entering and leaving files don't match"
14386 #: ch/lex.c:1868 f/lex.c:1383
14387 msgid "invalid #-line"
14391 msgid "missing `=' in compiler directive"
14394 #: ch/lex.c:2040 ch/lex.c:2050 ch/lex.c:2091
14395 msgid "invalid value follows `=' in compiler directive"
14400 msgid "invalid `%c' character in name"
14405 msgid "`%s' not integer constant synonym "
14409 msgid "value out of range in compiler directive"
14412 #: ch/lex.c:2214 java/jcf-parse.c:607
14414 msgid "can't reopen %s"
14418 msgid "no modules seen"
14422 msgid "modeless tuple not allowed in this context"
14426 msgid "IN expression does not have a mode"
14430 msgid "location enumeration for BOOLS"
14434 msgid "location enumeration for bit-packed arrays"
14437 #: ch/loop.c:526 ch/nloop.c:481
14438 msgid "loop's IN expression is not a composite object"
14441 #: ch/loop.c:541 ch/nloop.c:498
14442 msgid "start expr must have discrete mode"
14445 #: ch/loop.c:547 ch/nloop.c:504
14446 msgid "DO FOR start expression is a numbered SET"
14449 #: ch/loop.c:555 ch/nloop.c:510
14450 msgid "TO expression is a numbered SET"
14453 #: ch/loop.c:560 ch/nloop.c:525
14454 msgid "TO expr must have discrete mode"
14457 #: ch/loop.c:565 ch/nloop.c:531
14458 msgid "start expr and TO expr must be compatible"
14461 #: ch/loop.c:574 ch/nloop.c:546
14462 msgid "BY expr must have discrete mode"
14465 #: ch/loop.c:579 ch/nloop.c:552
14466 msgid "start expr and BY expr must be compatible"
14469 #: ch/loop.c:595 ch/nloop.c:765
14470 msgid "loop identifier undeclared"
14474 msgid "loop variable incompatible with start expression"
14477 #: ch/loop.c:633 ch/nloop.c:564
14478 msgid "body of DO FOR will never execute"
14481 #: ch/loop.c:648 ch/nloop.c:585
14482 msgid "BY expression is negative or zero"
14485 #: ch/loop.c:847 ch/nloop.c:817
14486 msgid "can't iterate through array of BOOL"
14490 msgid "Can't iterate through array of BOOL"
14495 msgid "there was no start label to match the end label '%s'"
14500 msgid "start label '%s' does not match end label '%s'"
14505 msgid "`%s' not declared"
14509 msgid "no RETURN or RESULT in procedure"
14513 msgid "PREFIXED clause with no prelix in unlabeled module"
14518 msgid "internal parser error - expected token %d"
14523 msgid "'%s!' is not followed by an identifier"
14527 msgid "expected a name here"
14531 msgid "expected a name string here"
14536 msgid "`%s' undeclared"
14540 msgid "action not allowed in SPEC MODULE"
14544 msgid "missing defining occurrence"
14548 msgid "bad defining occurrence following ','"
14552 msgid "missing '(' in exception list"
14556 msgid "ON exception names must be unique"
14560 msgid "syntax error in exception list"
14564 msgid "empty ON-condition"
14568 msgid "INIT not allowed at loc-identity declaration"
14572 msgid "'=' used where ':=' is required"
14576 msgid "initialization is not allowed in spec module"
14580 msgid "loc-identity declaration without initialization"
14584 msgid "bad syntax following FORBID"
14588 msgid "expected a postfix name here"
14592 msgid "expected another rename clause"
14596 msgid "syntax error in parameter name list"
14600 msgid "NONREF specific without LOC in result attribute"
14604 msgid "DYNAMIC specific without LOC in result attribute"
14608 msgid "exception names must be unique"
14612 msgid "must specify a PROCESS name"
14616 msgid "SIGNAL must be in global reach"
14620 msgid "syntax error while parsing signal definition statement"
14624 msgid "case range list"
14628 msgid "misplaced colon in case label"
14632 msgid "unrecognized case label list after ','"
14635 #: ch/parse.c:1971 ch/parse.c:1997
14636 msgid "bad ASM operand"
14640 msgid "readonly location modified by 'asm'"
14644 msgid "expected 'TO' in step enumeration"
14648 msgid "expected 'IN' in FOR control here"
14652 msgid "missing DELAY CASE alternative"
14655 #. This is probably not possible
14657 msgid "non-referable location in DO WITH"
14661 msgid "WITH element must be of STRUCT mode"
14665 msgid "missing ')' in signal/buffer receive alternative"
14669 msgid "misplaced 'IN' in signal/buffer receive alternative"
14673 msgid "missing RECEIVE alternative"
14677 msgid "PROCESS copy number must be integer"
14681 msgid "missing parenthesis for procedure call"
14685 msgid "expression is not an action"
14689 msgid "syntax error in action"
14693 msgid "no handler is permitted on this action"
14697 msgid "definition follows action"
14701 msgid "bad tuple field name list"
14705 msgid "invalid syntax for label in tuple"
14709 msgid "bad syntax in tuple"
14713 msgid "non-mode name before tuple"
14717 msgid "invalid expression/location syntax"
14721 msgid "RECEIVE expression"
14725 msgid "there should not be a ';' here"
14729 msgid "missing ELSE/ELSIF in IF expression"
14733 msgid "conditional expression not allowed inside parentheses"
14737 msgid "mode-less tuple not allowed inside parentheses"
14740 #. Z.200 doesn't allow mixed numbered and unnumbered set elements,
14741 #. but we can do it. Print a warning
14743 msgid "mixed numbered and unnumbered set elements is not standard"
14747 msgid "SET mode must define at least one named value"
14751 msgid "POS not allowed for ARRAY"
14755 msgid "STEP not allowed in field definition"
14759 msgid "missing field name"
14763 msgid "bad field name following ','"
14767 msgid "expected ':' in structure variant alternative"
14771 msgid "missing field"
14775 msgid "VARYING bit-strings not implemented"
14779 msgid "strings must be composed of chars"
14783 msgid "BUFFER modes may not be readonly"
14787 msgid "EVENT modes may not be readonly"
14791 msgid "SIGNAL is not a valid mode"
14795 msgid "syntax error - missing mode"
14799 msgid "syntax error - expected a module or end of file"
14804 msgid " `%s', which depends on ..."
14809 msgid "cycle: `%s' depends on ..."
14817 #: ch/satisfy.c:151
14818 msgid "SYN of this mode not allowed"
14821 #: ch/satisfy.c:156
14822 msgid "mode of SYN incompatible with value"
14825 #: ch/satisfy.c:167
14826 msgid "SYN value outside range of its mode"
14829 #: ch/satisfy.c:176
14830 msgid "INIT string too large for mode"
14833 #: ch/satisfy.c:195
14835 msgid "value of %s is not a valid constant"
14838 #: ch/satisfy.c:226
14839 msgid "mode with non-value property in signal definition"
14842 #: ch/satisfy.c:403
14844 msgid "undeclared identifier `%s'"
14847 #: ch/satisfy.c:456
14848 msgid "RETURNS spec with invalid mode"
14851 #: ch/satisfy.c:520
14852 msgid "operand to REF is not a mode"
14855 #: ch/satisfy.c:554
14856 msgid "field with non-value mode in variant structure not allowed"
14859 #: ch/satisfy.c:593
14860 msgid "buffer element mode must not have non-value property"
14863 #: ch/satisfy.c:602
14864 msgid "recordmode must not have the non-value property"
14867 #: ch/tasking.c:170 ch/tasking.c:218
14869 msgid "tasking code %ld out of range for `%s'"
14872 #: ch/tasking.c:284
14874 msgid "invalid attribute for argument `%s' (only IN or LOC allowed)"
14877 #: ch/tasking.c:325
14878 msgid "PROCESS may only be declared at module level"
14881 #: ch/tasking.c:549
14883 msgid "process name %s never declared"
14886 #: ch/tasking.c:554
14887 msgid "you may only START a process, not a proc"
14890 #: ch/tasking.c:590
14891 msgid "SET expression not a location"
14894 #: ch/tasking.c:595
14895 msgid "SET location must be INSTANCE mode"
14898 #: ch/tasking.c:632
14900 msgid "too many arguments to process `%s'"
14903 #: ch/tasking.c:635
14904 msgid "too many arguments to process"
14907 #: ch/tasking.c:640
14909 msgid "too few arguments to process `%s'"
14912 #: ch/tasking.c:643
14913 msgid "too few arguments to process"
14916 #: ch/tasking.c:983
14917 msgid "COPY_NUMBER argument must be INSTANCE expression"
14920 #: ch/tasking.c:1007
14921 msgid "GEN_CODE argument must be a process or signal name"
14924 #: ch/tasking.c:1029
14925 msgid "GEN_INST parameter 2 must be an integer mode"
14928 #: ch/tasking.c:1050
14929 msgid "GEN_INST parameter 1 must be a PROCESS or an integer expression"
14932 #: ch/tasking.c:1076
14934 msgid "%s is not a declared process"
14937 #: ch/tasking.c:1097
14938 msgid "PROC_TYPE argument must be INSTANCE expression"
14941 #: ch/tasking.c:1139
14942 msgid "QUEUE_LENGTH argument must be a BUFFER/EVENT location"
14945 #: ch/tasking.c:1289
14947 msgid "SEND requires a SIGNAL; %s is not a SIGNAL name"
14950 #: ch/tasking.c:1314
14952 msgid "too many values for SIGNAL `%s'"
14955 #: ch/tasking.c:1320
14957 msgid "too few values for SIGNAL `%s'"
14960 #: ch/tasking.c:1398
14961 msgid "signal sent without priority"
14964 #: ch/tasking.c:1399 ch/tasking.c:2927
14965 msgid " and no default priority was set."
14968 #: ch/tasking.c:1400 ch/tasking.c:2777 ch/tasking.c:2928
14969 msgid " PRIORITY defaulted to 0"
14972 #: ch/tasking.c:1415
14973 msgid "SEND without a destination instance"
14976 #: ch/tasking.c:1416
14977 msgid " and no destination process specified"
14980 #: ch/tasking.c:1417
14981 msgid " for the signal"
14984 #. as our system doesn't allow that and Z.200 specifies it,
14985 #. we issue a warning
14986 #: ch/tasking.c:1436
14988 msgid "SEND to ANY copy of process `%s'"
14991 #: ch/tasking.c:1441
14992 msgid "SEND TO must be an INSTANCE mode"
14995 #: ch/tasking.c:1455
14996 msgid "SEND WITH must have a mode"
14999 #: ch/tasking.c:1724
15000 msgid "internal error: RECEIVE CASE stack invalid"
15003 #: ch/tasking.c:1764 ch/tasking.c:2492
15004 msgid "SET requires INSTANCE location"
15007 #: ch/tasking.c:1843
15008 msgid "SIGNAL in RECEIVE CASE alternative follows"
15011 #: ch/tasking.c:1844
15013 msgid " a BUFFER name on line %d"
15016 #: ch/tasking.c:1852
15018 msgid "SIGNAL `%s' has no data fields"
15021 #: ch/tasking.c:1857
15023 msgid "SIGNAL `%s' requires data fields"
15026 #: ch/tasking.c:1921
15028 msgid "too few data fields provided for `%s'"
15031 #: ch/tasking.c:1924
15033 msgid "too many data fields provided for `%s'"
15036 #: ch/tasking.c:1947
15037 msgid "BUFFER in RECEIVE CASE alternative follows"
15040 #: ch/tasking.c:1948
15042 msgid " a SIGNAL name on line %d"
15045 #: ch/tasking.c:1956
15046 msgid "BUFFER in RECEIVE CASE alternative must be a location"
15049 #: ch/tasking.c:1962
15050 msgid "buffer receive alternative requires only 1 defining occurrence"
15053 #: ch/tasking.c:2043
15054 msgid "incompatible modes in receive buffer alternative"
15057 #: ch/tasking.c:2049
15058 msgid "defining occurrence in receive buffer alternative must be a location"
15061 #: ch/tasking.c:2086
15062 msgid "buffer receive alternative without `IN location'"
15065 #: ch/tasking.c:2092
15066 msgid "RECEIVE CASE alternative must specify a SIGNAL name or BUFFER location"
15069 #: ch/tasking.c:2331
15070 msgid "RECEIVE CASE without alternatives"
15073 #: ch/tasking.c:2369
15074 msgid "CONTINUE requires an event location"
15077 #: ch/tasking.c:2503 ch/tasking.c:2939
15078 msgid "PRIORITY must be of integer type"
15081 #: ch/tasking.c:2581
15082 msgid "delay alternative must be an EVENT location"
15085 #: ch/tasking.c:2636
15086 msgid "DELAY CASE without alternatives"
15089 #: ch/tasking.c:2756
15090 msgid "DELAY action requires an event location"
15093 #: ch/tasking.c:2767
15094 msgid "PRIORITY in DELAY action must be of integer type"
15097 #: ch/tasking.c:2776
15098 msgid "DELAY action without priority."
15101 #: ch/tasking.c:2867
15102 msgid "send buffer action requires a BUFFER location"
15105 #: ch/tasking.c:2884
15106 msgid "there must be only 1 value for send buffer action"
15109 #: ch/tasking.c:2905
15110 msgid "convert failed for send buffer action"
15113 #: ch/tasking.c:2911
15114 msgid "incompatible modes in send buffer action"
15117 #: ch/tasking.c:2926
15118 msgid "buffer sent without priority"
15121 #: ch/tasking.c:2945
15122 msgid "WITH not allowed for send buffer action"
15125 #: ch/tasking.c:2950
15126 msgid "TO not allowed for send buffer action"
15129 #: ch/tasking.c:3093
15131 msgid "SEND requires a BUFFER; `%s' is not a BUFFER name"
15134 #: ch/tasking.c:3234
15135 msgid "non-integral max queue size for EVENT/BUFFER mode"
15138 #: ch/tasking.c:3239
15139 msgid "non-constant max queue size for EVENT/BUFFER mode"
15142 #: ch/tasking.c:3246
15143 msgid "max queue_size for EVENT/BUFFER is not positive"
15147 msgid "absolute time value must be of mode TIME"
15150 #: ch/timing.c:281 ch/timing.c:364
15151 msgid "duration primitive value must be of mode DURATION"
15155 msgid "string length > UPPER (UINT)"
15159 msgid "can only build a powerset from a discrete mode"
15163 msgid "non-constant bitstring size invalid"
15167 msgid "non-constant powerset size invalid"
15171 msgid "array or string index is a mode (instead of a value)"
15175 msgid "index is not an integer expression"
15179 msgid "index not compatible with index mode"
15182 #. should never happen
15184 msgid "index is not discrete"
15189 "possible internal error - slice argument is neither referable nor constant"
15193 msgid "bit array slice with non-constant length"
15197 msgid "bitstring slice with non-constant length"
15201 msgid "slice operation on non-array, non-bitstring value not supported"
15204 #: ch/typeck.c:390 ch/typeck.c:441
15205 msgid "can only take slice of array or string"
15209 msgid "slice length is not an integer"
15213 msgid "slice length out-of-range"
15217 msgid "too many index expressions"
15221 msgid "array index is not discrete"
15225 msgid "invalid compound index for bitstring mode"
15228 #: ch/typeck.c:1079
15229 msgid "conversions from variable_size value"
15232 #: ch/typeck.c:1084
15233 msgid "conversions to variable_size mode"
15236 #: ch/typeck.c:1098
15237 msgid "cannot convert to float"
15240 #: ch/typeck.c:1103
15241 msgid "cannot convert float to this mode"
15244 #: ch/typeck.c:1130
15245 msgid "OVERFLOW in expression conversion"
15248 #: ch/typeck.c:1159
15249 msgid "overflow (not inside function)"
15252 #: ch/typeck.c:1161
15253 msgid "possible overflow (not inside function)"
15256 #: ch/typeck.c:1166
15257 msgid "expression will always cause OVERFLOW"
15260 #: ch/typeck.c:1199
15261 msgid "not implemented: constant conversion from that kind of expression"
15264 #: ch/typeck.c:1205
15265 msgid "not implemented: constant conversion to that kind of mode"
15268 #: ch/typeck.c:1216
15269 msgid "non-standard, non-portable value conversion"
15272 #: ch/typeck.c:1222
15273 msgid "location conversion between differently-sized modes"
15276 #: ch/typeck.c:1224
15277 msgid "unsupported value conversion"
15280 #: ch/typeck.c:1272
15281 msgid "operand to bin must be a non-negative integer literal"
15284 #: ch/typeck.c:1288
15286 msgid "size %d of BIN too big - no such integer mode"
15289 #: ch/typeck.c:1302
15290 msgid "BIN in pass 2"
15293 #: ch/typeck.c:1335
15294 msgid "mode of tuple is neither ARRAY, STRUCT, nor POWERSET"
15297 #: ch/typeck.c:2108
15298 msgid "internal error in chill_root_resulting_mode"
15301 #: ch/typeck.c:2367
15302 msgid "string lengths not equal"
15305 #: ch/typeck.c:2382
15306 msgid "can't do ARRAY assignment - too large"
15309 #: ch/typeck.c:2400
15310 msgid "rhs of array assignment is not addressable"
15313 #: ch/typeck.c:2577
15314 msgid "non-constant expression for BIN"
15317 #: ch/typeck.c:2582
15318 msgid "expression for BIN must not be negative"
15321 #: ch/typeck.c:2587
15322 msgid "cannot process BIN (>32)"
15325 #: ch/typeck.c:2603
15326 msgid "bounds of range are not compatible"
15329 #: ch/typeck.c:2612
15330 msgid "negative string length"
15333 #: ch/typeck.c:2649
15334 msgid "range's lower bound and parent mode don't match"
15337 #: ch/typeck.c:2654
15338 msgid "range's upper bound and parent mode don't match"
15341 #: ch/typeck.c:2663
15342 msgid "making range from non-mode"
15345 #: ch/typeck.c:2669
15346 msgid "floating point ranges"
15349 #: ch/typeck.c:2677
15350 msgid "range mode has non-constant limits"
15353 #: ch/typeck.c:2686
15354 msgid "range's high bound < mode's low bound"
15357 #: ch/typeck.c:2691
15358 msgid "range's high bound > mode's high bound"
15361 #: ch/typeck.c:2696
15362 msgid "range mode high bound < range mode low bound"
15365 #: ch/typeck.c:2701
15366 msgid "range's low bound < mode's low bound"
15369 #: ch/typeck.c:2706
15370 msgid "range's low bound > mode's high bound"
15373 #: ch/typeck.c:2814
15374 msgid "stepsize in STEP must be an integer constant"
15377 #: ch/typeck.c:2818
15378 msgid "stepsize in STEP must be > 0"
15381 #: ch/typeck.c:2824
15382 msgid "stepsize in STEP must be the natural width of the array element mode"
15385 #: ch/typeck.c:2830 ch/typeck.c:3131
15386 msgid "starting word in POS must be an integer constant"
15389 #: ch/typeck.c:2834 ch/typeck.c:3138
15390 msgid "starting word in POS must be >= 0"
15393 #: ch/typeck.c:2836
15394 msgid "starting word in POS within STEP must be 0"
15397 #: ch/typeck.c:2848 ch/typeck.c:3155
15398 msgid "starting bit in POS must be an integer constant"
15401 #: ch/typeck.c:2854
15402 msgid "starting bit in POS within STEP must be 0"
15405 #: ch/typeck.c:2858 ch/typeck.c:3163
15406 msgid "starting bit in POS must be >= 0"
15409 #: ch/typeck.c:2866 ch/typeck.c:3171
15410 msgid "starting bit in POS must be < the width of a word"
15413 #: ch/typeck.c:2880 ch/typeck.c:3185
15414 msgid "length in POS must be an integer constant"
15417 #: ch/typeck.c:2887 ch/typeck.c:3192
15418 msgid "length in POS must be > 0"
15421 #: ch/typeck.c:2894 ch/typeck.c:3205
15422 msgid "end bit in POS must be an integer constant"
15425 #: ch/typeck.c:2903 ch/typeck.c:3214
15426 msgid "end bit in POS must be >= the start bit"
15429 #: ch/typeck.c:2909 ch/typeck.c:3219
15430 msgid "end bit in POS must be < the width of a word"
15433 #: ch/typeck.c:2921
15435 "the length specified on POS within STEP must be the natural length of the "
15436 "array element type"
15439 #: ch/typeck.c:2926
15440 msgid "step size in STEP must be >= the length in POS"
15443 #: ch/typeck.c:2952
15444 msgid "array index must be a range, not a single integer"
15447 #: ch/typeck.c:2958
15448 msgid "array index is not a discrete mode"
15451 #: ch/typeck.c:3229
15453 "the length specified on POS must be the natural length of the field type"
15456 #: ch/typeck.c:3238
15457 msgid "STRUCT fields must be layed out in monotonically increasing order"
15460 #: ch/typeck.c:3301
15461 msgid "if one field has a POS layout, then all fields must have a POS layout"
15464 #: ch/typeck.c:3444
15465 msgid "parameterized structures not implemented"
15468 #: ch/typeck.c:3449
15469 msgid "invalid parameterized type"
15472 #: cp/call.c:270 cp/init.c:1637
15473 msgid "qualified type `%T' does not match destructor name `~%T'"
15477 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
15481 msgid "`%D' is a namespace"
15485 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
15489 msgid "unable to call pointer to member function here"
15493 msgid "destructors take no parameters"
15497 msgid "destructor name `~%T' does not match type `%T' of expression"
15501 msgid "%s %D(%T, %T, %T) <built-in>"
15505 msgid "%s %D(%T, %T) <built-in>"
15509 msgid "%s %D(%T) <built-in>"
15513 msgid "%s %T <conversion>"
15521 msgid "no viable candidates"
15525 msgid "conversion from `%T' to `%T' is ambiguous"
15529 msgid "no matching function for call to `%D(%A)'"
15532 #: cp/call.c:2660 cp/call.c:4645
15533 msgid "call of overloaded `%D(%A)' is ambiguous"
15536 #. It's no good looking for an overloaded operator() on a
15537 #. pointer-to-member-function.
15541 "pointer-to-member function %E cannot be called without an object; consider "
15546 msgid "no match for call to `(%T) (%A)'"
15550 msgid "call of `(%T) (%A)' is ambiguous"
15554 msgid "%s for `%T ? %T : %T' operator"
15558 msgid "%s for `%T %s' operator"
15562 msgid "%s for `%T [%T]' operator"
15566 msgid "%s for `%T %s %T' operator"
15570 msgid "%s for `%s %T' operator"
15574 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
15579 msgid "`%E' has type `void' and is not a throw-expression"
15582 #: cp/call.c:3001 cp/call.c:3201
15583 msgid "operands to ?: have different types"
15587 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
15591 msgid "enumeral and non-enumeral type in conditional expression"
15595 msgid "`%D' must be declared before use"
15599 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
15603 msgid "using synthesized `%#D' for copy assignment"
15607 msgid " where cfront would use `%#D'"
15611 msgid "comparison between `%#T' and `%#T'"
15615 msgid "no suitable `operator delete' for `%T'"
15619 msgid "`%+#D' is private"
15623 msgid "`%+#D' is protected"
15627 msgid "`%+#D' is inaccessible"
15631 msgid "within this context"
15635 msgid "invalid conversion from `%T' to `%T'"
15638 #: cp/call.c:3782 cp/call.c:3921 cp/call.c:3923
15639 msgid " initializing argument %P of `%D'"
15642 #: cp/call.c:3845 cp/call.c:3849
15643 msgid " initializing argument %P of `%D' from result of `%D'"
15646 #: cp/call.c:3855 cp/call.c:3858
15647 msgid " initializing temporary from result of `%D'"
15650 #. Undefined behaviour [expr.call] 5.2.2/7.
15652 msgid "cannot pass objects of non-POD type `%#T' through `...'"
15655 #. Undefined behaviour [expr.call] 5.2.2/7.
15657 msgid "cannot receive objects of non-POD type `%#T' through `...'"
15661 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
15665 msgid "could not find class$ field in java interface type `%T'"
15668 #: cp/call.c:4508 cp/typeck.c:2073
15669 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
15673 msgid "no matching function for call to `%T::%D(%A)%#V'"
15677 msgid "cannot call member function `%D' without object"
15681 msgid "passing `%T' chooses `%T' over `%T'"
15684 #: cp/call.c:5279 cp/decl2.c:4512
15685 msgid " in call to `%D'"
15688 #: cp/call.c:5328 cp/call.c:5453
15689 msgid "choosing `%D' over `%D'"
15693 msgid " for conversion from `%T' to `%T'"
15697 msgid " because conversion sequence for the argument is better"
15702 " because worst conversion for the former is better than worst conversion "
15706 #: cp/call.c:5571 cp/call.c:5592
15707 msgid "could not convert `%E' to `%T'"
15712 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
15716 msgid "`%#D' and `%#D' cannot be overloaded"
15719 #. There has already been a declaration of this method
15720 #. or member template.
15722 msgid "`%D' has already been declared in `%T'"
15726 msgid "duplicate enum value `%D'"
15730 msgid "duplicate field `%D' (as enum and non-enum)"
15734 msgid "duplicate nested type `%D'"
15738 msgid "duplicate field `%D' (as type and non-type)"
15742 msgid "duplicate member `%D'"
15746 msgid "conflicting access specifications for method `%D', ignored"
15751 msgid "conflicting access specifications for field `%s', ignored"
15755 msgid "`%D' names constructor"
15759 msgid "`%D' invalid in `%T'"
15763 msgid "no members matching `%D' in `%#T'"
15766 #: cp/class.c:1264 cp/class.c:1272
15767 msgid "`%D' invalid in `%#T'"
15771 msgid " because of local method `%#D' with same name"
15775 msgid " because of local member `%#D' with same name"
15779 msgid "base class `%#T' has a non-virtual destructor"
15784 "base `%T' with only non-default constructor in class without a constructor"
15788 msgid "all member functions in class `%T' are private"
15792 msgid "`%#T' only defines a private destructor and has no friends"
15796 msgid "`%#T' only defines private constructors and has no friends"
15799 #: cp/class.c:2129 cp/class.c:5043
15800 msgid "redefinition of `%#T'"
15804 msgid "previous definition of `%#T'"
15808 msgid "no unique final overrider for `%D' in `%T'"
15811 #. Here we know it is a hider, and no overrider exists.
15813 msgid "`%D' was hidden"
15821 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
15824 #: cp/class.c:2890 cp/decl2.c:1896
15825 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
15828 #: cp/class.c:2896 cp/decl2.c:1902
15829 msgid "private member `%#D' in anonymous union"
15832 #: cp/class.c:2899 cp/decl2.c:1904
15833 msgid "protected member `%#D' in anonymous union"
15837 msgid "bit-field `%#D' with non-integral type"
15841 msgid "bit-field `%D' width not an integer constant"
15845 msgid "negative width in bit-field `%D'"
15849 msgid "zero width for bit-field `%D'"
15853 msgid "width of `%D' exceeds its type"
15857 msgid "`%D' is too small to hold all values of `%#T'"
15861 msgid "member `%#D' with constructor not allowed in union"
15865 msgid "member `%#D' with destructor not allowed in union"
15869 msgid "member `%#D' with copy assignment operator not allowed in union"
15873 msgid "multiple fields in union `%T' initialized"
15877 msgid "field `%D' in local class cannot be static"
15881 msgid "field `%D' invalidly declared function type"
15885 msgid "field `%D' invalidly declared method type"
15889 msgid "field `%D' invalidly declared offset type"
15892 #. Unions cannot have static members.
15894 msgid "field `%D' declared static in union"
15898 msgid "non-static reference `%#D' in class without a constructor"
15902 msgid "non-static const member `%#D' in class without a constructor"
15906 msgid "field `%#D' with same name as class"
15910 msgid "`%#T' has pointer data members"
15914 msgid " but does not override `%T(const %T&)'"
15918 msgid " or `operator=(const %T&)'"
15922 msgid " but does not override `operator=(const %T&)'"
15926 msgid "initializer specified for non-virtual method `%D'"
15930 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
15934 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
15938 msgid "`%#T' has virtual functions but non-virtual destructor"
15942 msgid "trying to finish struct, but kicked out due to previous parse errors"
15947 msgid "language string `\"%s\"' not recognized"
15952 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
15956 msgid "no matches converting function `%D' to type `%#T'"
15960 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
15964 msgid "assuming pointer to member `%D'"
15969 msgid "(a pointer to member can only be formed with `&%E')"
15972 #: cp/class.c:6058 cp/class.c:6226 cp/class.c:6233
15973 msgid "not enough type information"
15977 msgid "argument of type `%T' does not match `%T'"
15981 msgid "invalid operation on uninstantiated type"
15984 #. [basic.scope.class]
15986 #. A name N used in a class S shall refer to the same declaration
15987 #. in its context and when re-evaluated in the completed scope of
15989 #: cp/class.c:6461 cp/decl.c:1026 cp/decl.c:3164 cp/pt.c:1842
15990 msgid "declaration of `%#D'"
15994 msgid "changes meaning of `%D' from `%+#D'"
15998 msgid "can't convert from incomplete type `%T' to `%T'"
16002 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
16006 msgid "converting from `%T' to `%T'"
16009 #: cp/cvt.c:198 cp/cvt.c:202
16010 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
16013 #: cp/cvt.c:220 cp/cvt.c:233 cp/cvt.c:272
16014 msgid "cannot convert `%E' from type `%T' to type `%T'"
16018 msgid "conversion from `%T' to `%T' discards qualifiers"
16022 msgid "casting `%T' to `%T' does not dereference pointer"
16026 msgid "cannot convert type `%T' to type `%T'"
16030 msgid "conversion from `%#T' to `%#T'"
16034 msgid "`%#T' used where a `%T' was expected"
16038 msgid "the address of `%D', will always be `true'"
16042 msgid "`%#T' used where a floating point value was expected"
16046 msgid "conversion from `%T' to non-scalar type `%T' requested"
16050 msgid "object of incomplete type `%T' will not be accessed in %s"
16054 msgid "object of type `%T' will not be accessed in %s"
16058 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
16061 #. [over.over] enumerates the places where we can take the address
16062 #. of an overloaded function, and this is not one of them.
16065 msgid "%s cannot resolve address of overloaded function"
16068 #. Only warn when there is no &.
16071 msgid "%s is a reference, not call, to function `%E'"
16075 msgid "converting NULL to non-pointer type"
16079 msgid "ambiguous default type conversion from `%T'"
16083 msgid " candidate conversions include `%D' and `%D'"
16086 #: cp/decl.c:1027 cp/decl.c:3264
16087 msgid "conflicts with previous declaration `%#D'"
16091 msgid "label `%D' used but not defined"
16095 msgid "label `%D' defined but not used"
16099 msgid "namespace alias `%D' not allowed here, assuming `%D'"
16102 #: cp/decl.c:3074 cp/decl.c:3462
16103 msgid "previous declaration of `%D'"
16106 #: cp/decl.c:3151 cp/decl.c:3186
16107 msgid "shadowing %s function `%#D'"
16111 msgid "library function `%#D' redeclared as non-function `%#D'"
16115 msgid "conflicts with built-in declaration `%#D'"
16118 #: cp/decl.c:3181 cp/decl.c:3274 cp/decl.c:3290
16119 msgid "new declaration `%#D'"
16123 msgid "ambiguates built-in declaration `%#D'"
16127 msgid "`%#D' redeclared as different kind of symbol"
16131 msgid "previous declaration of `%#D'"
16135 msgid "declaration of template `%#D'"
16138 #: cp/decl.c:3275 cp/decl.c:3291
16139 msgid "ambiguates old declaration `%#D'"
16143 msgid "declaration of C function `%#D' conflicts with"
16147 msgid "previous declaration `%#D' here"
16151 msgid "conflicting types for `%#D'"
16155 msgid "previous declaration as `%#D'"
16159 msgid "`%#D' previously defined here"
16163 msgid "`%#D' previously declared here"
16166 #. Prototype decl follows defn w/o prototype.
16168 msgid "prototype for `%#D'"
16172 msgid "follows non-prototype definition here"
16176 msgid "previous declaration of `%#D' with %L linkage"
16180 msgid "conflicts with new declaration with %L linkage"
16183 #: cp/decl.c:3394 cp/decl.c:3402
16184 msgid "default argument given for parameter %d of `%#D'"
16187 #: cp/decl.c:3396 cp/decl.c:3404
16188 msgid "after previous specification in `%#D'"
16192 msgid "`%#D' was used before it was declared inline"
16196 msgid "previous non-inline declaration here"
16200 msgid "redundant redeclaration of `%D' in same scope"
16205 msgid "declaration of `%F' throws different exceptions"
16210 msgid "than previous declaration `%F'"
16213 #. From [temp.expl.spec]:
16215 #. If a template, a member template or the member of a class
16216 #. template is explicitly specialized then that
16217 #. specialization shall be declared before the first use of
16218 #. that specialization that would cause an implicit
16219 #. instantiation to take place, in every translation unit in
16220 #. which such a use occurs.
16222 msgid "explicit specialization of %D after first use"
16226 msgid "`%#D' used prior to declaration"
16230 msgid "redeclaration of `wchar_t' as `%T'"
16233 #. A redeclaration of main, but not a duplicate of the
16236 #. [basic.start.main]
16238 #. This function shall not be overloaded.
16240 msgid "invalid redeclaration of `%D'"
16248 msgid "previous external decl of `%#D'"
16252 msgid "`%D' was previously implicitly declared to return `int'"
16256 msgid "extern declaration of `%#D' doesn't match"
16260 msgid "global declaration `%#D'"
16264 msgid "declaration of `%#D' shadows a parameter"
16269 msgid "declaration of `%s' shadows a member of `this'"
16273 msgid "`%#D' hides constructor for `%#T'"
16277 msgid "`%#D' conflicts with previous using declaration `%#D'"
16281 msgid "previous non-function declaration `%#D'"
16285 msgid "conflicts with function declaration `%#D'"
16289 msgid "implicit declaration of function `%#D'"
16294 msgid "label `%s' referenced outside of any function"
16297 #: cp/decl.c:4963 cp/decl.c:4987 cp/decl.c:5080
16298 msgid "jump to label `%D'"
16301 #: cp/decl.c:4965 cp/decl.c:4989
16302 msgid "jump to case label"
16306 msgid " crosses initialization of `%#D'"
16309 #: cp/decl.c:4976 cp/decl.c:5096
16310 msgid " enters scope of non-POD `%#D'"
16313 #: cp/decl.c:4996 cp/decl.c:5100
16314 msgid " enters try block"
16317 #. Can't skip init of __exception_info.
16318 #: cp/decl.c:4998 cp/decl.c:5092 cp/decl.c:5102
16319 msgid " enters catch block"
16327 msgid " skips initialization of `%#D'"
16331 msgid "label named wchar_t"
16335 msgid "duplicate label `%D'"
16340 msgid "case label `%E' not within a switch statement"
16343 #. Definition isn't the kind we were looking for.
16344 #: cp/decl.c:5351 cp/decl.c:5371
16345 msgid "`%#D' redeclared as %C"
16348 #. This happens for A::B where B is a template, and there are no
16349 #. template arguments.
16350 #: cp/decl.c:5460 cp/typeck.c:2035
16351 msgid "invalid use of `%D'"
16355 msgid "`%D::%D' is not a template"
16359 msgid "`%D' undeclared in namespace `%D'"
16363 msgid "`%D' used without template parameters"
16366 #: cp/decl.c:5658 cp/decl.c:5674 cp/decl.c:5745
16367 msgid "no class template named `%#T' in `%#T'"
16370 #: cp/decl.c:5692 cp/decl.c:5707
16371 msgid "no type named `%#T' in `%#T'"
16375 msgid "lookup of `%D' finds `%#D'"
16379 msgid " instead of `%D' from dependent base class"
16383 msgid " (use `typename %T::%D' if that's what you meant)"
16388 "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the "
16389 "current scope (`%#D')"
16393 msgid "an anonymous union cannot have function members"
16397 msgid "member %#D' with constructor not allowed in anonymous aggregate"
16401 msgid "member %#D' with destructor not allowed in anonymous aggregate"
16406 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
16410 msgid "redeclaration of C++ built-in type `%T'"
16414 msgid "multiple types in one declaration"
16418 msgid "declaration does not declare anything"
16422 msgid "missing type-name in typedef-declaration"
16426 msgid "ISO C++ prohibits anonymous structs"
16430 msgid "`%D' can only be specified for functions"
16434 msgid "`%D' can only be specified inside a class"
16438 msgid "`%D' can only be specified for constructors"
16442 msgid "`%D' can only be specified for objects and functions"
16446 msgid "typedef `%D' is initialized"
16450 msgid "function `%#D' is initialized like a variable"
16454 msgid "declaration of `%#D' has `extern' and is initialized"
16458 msgid "`%#D' is not a static member of `%#T'"
16462 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
16466 msgid "duplicate initialization of %D"
16470 msgid "declaration of `%#D' outside of class is not definition"
16474 msgid "variable `%#D' has initializer but incomplete type"
16477 #: cp/decl.c:7370 cp/decl.c:7721
16478 msgid "elements of array `%#D' have incomplete type"
16482 msgid "aggregate `%#D' has incomplete type and cannot be initialized"
16486 msgid "`%D' declared as reference but not initialized"
16490 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
16494 msgid "cannot initialize `%T' from `%T'"
16498 msgid "initializer fails to determine size of `%D'"
16502 msgid "array size missing in `%D'"
16506 msgid "zero-size array `%D'"
16509 #. An automatic variable with an incomplete type: that is an error.
16510 #. Don't talk about array types here, since we took care of that
16511 #. message in grokdeclarator.
16513 msgid "storage size of `%D' isn't known"
16517 msgid "storage size of `%D' isn't constant"
16522 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
16523 "up with multiple copies)"
16527 msgid " you can work around this by removing the initializer"
16531 msgid "uninitialized const `%D'"
16535 msgid "variable-sized object `%D' may not be initialized"
16538 #: cp/decl.c:7726 cp/typeck2.c:201
16539 msgid "`%D' has incomplete type"
16543 msgid "`%D' must be initialized by constructor, not by `{...}'"
16547 msgid "structure `%D' with uninitialized const members"
16551 msgid "structure `%D' with uninitialized reference members"
16555 msgid "assignment (not initialization) in declaration"
16559 msgid "cannot initialize `%D' to namespace `%D'"
16563 msgid "shadowing previous type declaration of `%#D'"
16567 msgid "multiple initializations given for `%D'"
16571 msgid "invalid catch parameter"
16575 msgid "destructor for alien class `%T' cannot be a member"
16579 msgid "constructor for alien class `%T' cannot be a member"
16583 msgid "`%D' declared as a `virtual' %s"
16587 msgid "`%D' declared as an `inline' %s"
16592 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
16596 msgid "`%D' declared as a friend"
16600 msgid "`%D' declared with an exception specification"
16604 msgid "cannot declare `::main' to be a template"
16608 msgid "cannot declare `::main' to be inline"
16612 msgid "cannot declare `::main' to be static"
16616 msgid "`main' must return `int'"
16620 msgid "non-local function `%#D' uses anonymous type"
16625 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
16629 msgid "non-local function `%#D' uses local type `%T'"
16633 msgid "%smember function `%D' cannot have `%T' method qualifier"
16637 msgid "defining explicit specialization `%D' in friend declaration"
16640 #. Something like `template <class T> friend void f<T>()'.
16642 msgid "invalid use of template-id `%D' in declaration of primary template"
16647 "default arguments are not allowed in declaration of friend template "
16648 "specialization `%D'"
16653 "`inline' is not allowed in declaration of friend template specialization `%D'"
16657 msgid "definition of implicitly-declared `%D'"
16660 #: cp/decl.c:9056 cp/decl2.c:1380
16661 msgid "no `%#D' member function declared in class `%T'"
16665 msgid "non-local variable `%#D' uses local type `%T'"
16670 "invalid in-class initialization of static data member of non-integral type `%"
16675 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
16680 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
16685 msgid "size of array `%D' has non-integer type"
16689 msgid "size of array has non-integer type"
16693 msgid "size of array `%D' is negative"
16697 msgid "size of array is negative"
16701 msgid "ISO C++ forbids zero-size array `%D'"
16705 msgid "ISO C++ forbids zero-size array"
16709 msgid "size of array `%D' is not an integral constant-expression"
16713 msgid "size of array is not an integral constant-expression"
16717 msgid "ISO C++ forbids variable-size array `%D'"
16721 msgid "ISO C++ forbids variable-size array"
16725 msgid "overflow in array dimension"
16729 msgid "declaration of `%D' as %s"
16734 msgid "creating %s"
16739 "declaration of `%D' as multidimensional array must have bounds for all "
16740 "dimensions except the first"
16745 "multidimensional array must have bounds for all dimensions except the first"
16749 msgid "return type specification for constructor invalid"
16753 msgid "return type specification for destructor invalid"
16757 msgid "operator `%T' declared to return `%T'"
16761 msgid "return type specified for `operator %T'"
16765 msgid "destructors must be member functions"
16769 msgid "destructor `%T' must match class name `%T'"
16773 msgid "invalid declarator"
16777 msgid "declarator-id missing; using reserved word `%D'"
16781 msgid "type `%T' is not derived from type `%T'"
16784 #. Parse error puts this typespec where
16785 #. a declarator should go.
16787 msgid "`%T' specified as declarator-id"
16791 msgid " perhaps you want `%T' for a constructor"
16795 msgid "`%D' as declarator"
16799 msgid "declaration of `%D' as non-function"
16803 msgid "`bool' is now a keyword"
16807 msgid "extraneous `%T' ignored"
16810 #: cp/decl.c:10046 cp/decl.c:10079
16811 msgid "multiple declarations `%T' and `%T'"
16815 msgid "ISO C++ does not support `long long'"
16818 #: cp/decl.c:10152 cp/decl.c:10155
16820 msgid "ISO C++ forbids declaration of `%s' with no type"
16823 #. The implicit typename extension is deprecated and will be
16824 #. removed. Warn about its use now.
16826 msgid "`%T' is implicitly a typename"
16831 msgid "short, signed or unsigned invalid for `%s'"
16836 msgid "long and short specified together for `%s'"
16841 msgid "signed and unsigned given together for `%s'"
16845 msgid "qualifiers are not allowed on declaration of `operator %T'"
16849 msgid "member `%D' cannot be declared both virtual and static"
16853 msgid "`%T::%D' is not a valid declarator"
16857 msgid "storage class specifiers invalid in parameter declarations"
16861 msgid "typedef declaration invalid in parameter declaration"
16865 msgid "virtual outside class declaration"
16870 msgid "storage class specified for %s `%s'"
16874 msgid "storage class specifiers invalid in friend function declarations"
16878 msgid "size of member `%D' is not constant"
16882 msgid "destructor cannot be static member function"
16887 msgid "destructors may not be `%s'"
16891 msgid "constructor cannot be static member function"
16895 msgid "constructors cannot be declared virtual"
16900 msgid "constructors may not be `%s'"
16904 msgid "return value type specifier for constructor ignored"
16909 msgid "can't initialize friend function `%s'"
16912 #. Cannot be both friend and virtual.
16914 msgid "virtual functions cannot be friends"
16918 msgid "friend declaration not in class definition"
16923 msgid "can't define friend function `%s' in a local class definition"
16927 msgid "destructors may not have parameters"
16932 msgid "cannot declare %s to references"
16936 msgid "cannot declare pointer to `%#T' member"
16940 msgid "invalid type: `void &'"
16944 msgid "discarding `const' applied to a reference"
16948 msgid "discarding `volatile' applied to a reference"
16952 msgid "extra qualification `%T::' on member `%s' ignored"
16956 msgid "cannot declare member function `%T::%s' within `%T'"
16960 msgid "cannot declare member `%T::%s' within `%T'"
16963 #. [dcl.fct.spec] The explicit specifier shall only be used in
16964 #. declarations of constructors within a class definition.
16966 msgid "only declarations of constructors can be `explicit'"
16971 msgid "non-member `%s' cannot be declared `mutable'"
16976 msgid "non-object member `%s' cannot be declared `mutable'"
16981 msgid "function `%s' cannot be declared `mutable'"
16986 msgid "static `%s' cannot be declared `mutable'"
16991 msgid "const `%s' cannot be declared `mutable'"
16995 msgid "template-id `%D' used as a declarator"
16999 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
17003 msgid "typedef name may not be class-qualified"
17007 msgid "invalid type qualifier for non-member function type"
17011 msgid "typedef declaration includes an initializer"
17015 msgid "type qualifiers specified for friend class declaration"
17019 msgid "`inline' specified for friend class declaration"
17023 msgid "template parameters cannot be friends"
17027 msgid "friend declaration requires class-key, i.e. `friend class %T::%T'"
17031 msgid "friend declaration requires class-key, i.e. `friend %#T'"
17035 msgid "trying to make class `%T' a friend of global scope"
17039 msgid "invalid qualifiers on non-member function type"
17043 msgid "abstract declarator `%T' used as declaration"
17047 msgid "unnamed variable or field declared void"
17051 msgid "variable or field declared void"
17055 msgid "cannot use `::' in parameter declaration"
17058 #. Something like struct S { int N::j; };
17060 msgid "invalid use of `::'"
17064 msgid "function `%D' cannot be declared friend"
17068 msgid "can't make `%D' into a method -- not in a class"
17072 msgid "function `%D' declared virtual inside a union"
17076 msgid "`%D' cannot be declared virtual, since it is always static"
17080 msgid "field `%D' has incomplete type"
17084 msgid "name `%T' has incomplete type"
17088 msgid " in instantiation of template `%T'"
17093 msgid "`%s' is neither function nor member function; cannot be declared friend"
17097 msgid "member functions are implicitly friends of their class"
17100 #. An attempt is being made to initialize a non-static
17101 #. member. But, from [class.mem]:
17103 #. 4 A member-declarator can contain a
17104 #. constant-initializer only if it declares a static
17105 #. member (_class.static_) of integral or enumeration
17106 #. type, see _class.static.data_.
17108 #. This used to be relatively common practice, but
17109 #. the rest of the compiler does not correctly
17110 #. handle the initialization unless the member is
17111 #. static so we make it static below.
17113 msgid "ISO C++ forbids initialization of member `%D'"
17117 msgid "making `%D' static"
17122 "ISO C++ forbids static data member `%D' with same name as enclosing class"
17127 msgid "storage class `auto' invalid for function `%s'"
17132 msgid "storage class `register' invalid for function `%s'"
17138 "storage class `static' invalid for function `%s' declared out of global scope"
17144 "storage class `inline' invalid for function `%s' declared out of global scope"
17149 msgid "virtual non-class function `%s'"
17153 msgid "cannot declare member function `%D' to have static linkage"
17156 #. FIXME need arm citation
17158 msgid "cannot declare static function inside another function"
17163 "`static' may not be used when defining (as opposed to declaring) a static "
17168 msgid "static member `%D' declared `register'"
17172 msgid "cannot explicitly declare member `%#D' to have extern linkage"
17176 msgid "default argument for `%#D' has type `%T'"
17180 msgid "default argument for parameter of type `%T' has type `%T'"
17184 msgid "default argument `%E' uses local variable `%D'"
17189 msgid "invalid string constant `%E'"
17194 "invalid integer constant in parameter list, did you forget to give parameter "
17199 msgid "parameter `%D' invalidly declared method type"
17203 msgid "parameter `%D' invalidly declared offset type"
17207 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
17212 #. A declaration of a constructor for a class X is ill-formed if
17213 #. its first parameter is of type (optionally cv-qualified) X
17214 #. and either there are no other parameters or else all other
17215 #. parameters have default arguments.
17217 #. We *don't* complain about member template instantiations that
17218 #. have this form, though; they can occur as we try to decide
17219 #. what constructor to use during overload resolution. Since
17220 #. overload resolution will never prefer such a constructor to
17221 #. the non-template copy constructor (which is either explicitly
17222 #. or implicitly defined), there's no need to worry about their
17223 #. existence. Theoretically, they should never even be
17224 #. instantiated, but that's hard to forestall.
17226 msgid "invalid constructor; you probably meant `%T (const %T&)'"
17230 msgid "`%D' must be a nonstatic member function"
17235 "`%D' must be either a non-static member function or a non-member function"
17239 msgid "`%D' must have an argument of class or enumerated type"
17244 msgid "conversion to %s%s will never use a type conversion operator"
17249 msgid "ISO C++ prohibits overloading operator ?:"
17253 msgid "postfix `%D' must take `int' as its argument"
17257 msgid "postfix `%D' must take `int' as its second argument"
17261 msgid "`%D' must take either zero or one argument"
17265 msgid "`%D' must take either one or two arguments"
17269 msgid "prefix `%D' should return `%T'"
17273 msgid "postfix `%D' should return `%T'"
17277 msgid "`%D' must take `void'"
17280 #: cp/decl.c:12562 cp/decl.c:12570
17281 msgid "`%D' must take exactly one argument"
17285 msgid "`%D' must take exactly two arguments"
17289 msgid "user-defined `%D' always evaluates both arguments"
17293 msgid "`%D' should return by value"
17296 #: cp/decl.c:12604 cp/decl.c:12607
17297 msgid "`%D' cannot have default arguments"
17301 msgid "`%s %T' declares a new type at namespace scope"
17306 " names from dependent base classes are not visible to unqualified name "
17307 "lookup - to refer to the inherited type, say `%s %T::%T'"
17311 msgid "using typedef-name `%D' after `%s'"
17315 msgid "using template type parameter `%T' after `%s'"
17319 msgid "use of enum `%#D' without previous declaration"
17323 msgid "derived union `%T' invalid"
17327 msgid "base type `%T' fails to be a struct or class type"
17331 msgid "base class `%T' has incomplete type"
17335 msgid "recursive type `%T' undefined"
17339 msgid "duplicate base type `%T' invalid"
17343 msgid "multiple definition of `%#T'"
17347 msgid "previous definition here"
17351 msgid "enumerator value for `%D' not integer constant"
17355 msgid "overflow in enumeration values at `%D'"
17359 msgid "return type `%#T' is incomplete"
17363 msgid "semicolon missing after declaration of `%#T'"
17367 msgid "return type for `main' changed to `int'"
17371 msgid "`%D' implicitly declared before its definition"
17374 #: cp/decl.c:13577 cp/typeck.c:6669
17375 msgid "`operator=' should return a reference to `*this'"
17379 msgid "parameter `%D' declared void"
17383 msgid "`%D' is already defined in class `%T'"
17387 msgid "parser lost in parsing declaration of `%D'"
17391 msgid "static member function `%#D' declared with type qualifiers"
17396 msgid "-f%s is no longer supported"
17401 "-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
17406 msgid "-fname-mangling-version is no longer supported"
17410 msgid "-Wno-strict-prototypes is not supported in C++"
17415 msgid "duplicate type qualifiers in %s declaration"
17419 msgid "template `%#D' instantiated in file without #pragma interface"
17423 msgid "template `%#D' defined in file without #pragma interface"
17427 msgid "name missing for member function"
17430 #. Something has gone very wrong. Assume we are mistakenly reducing
17431 #. an expression instead of a declaration.
17433 msgid "parser may be lost: is there a '{' missing somewhere?"
17436 #: cp/decl2.c:1057 cp/decl2.c:1071
17437 msgid "ambiguous conversion for array subscript"
17441 msgid "invalid types `%T[%T]' for array subscript"
17445 msgid "type `%#T' argument given to `delete', expected pointer"
17449 msgid "anachronistic use of array size in vector delete"
17454 "cannot delete a function. Only pointer-to-objects are valid arguments to "
17459 msgid "deleting `%T' is undefined"
17463 msgid "deleting array `%#D'"
17466 #. 14.5.2.2 [temp.mem]
17468 #. A local class shall not have member templates.
17470 msgid "invalid declaration of member template `%#D' in local class"
17474 msgid "invalid use of `virtual' in template declaration of `%#D'"
17477 #: cp/decl2.c:1212 cp/pt.c:2562
17478 msgid "template declaration of `%#D'"
17482 msgid "Java method '%D' has non-Java return type `%T'"
17486 msgid "Java method '%D' has non-Java parameter type `%T'"
17490 msgid "prototype for `%#D' does not match any in class `%T'"
17494 msgid "candidate%s: %+#D"
17502 msgid "local class `%#T' shall not have static data member `%#D'"
17506 msgid "initializer invalid for static member with constructor"
17510 msgid "(an out of class initialization is required)"
17514 msgid "invalid data member initialization"
17518 msgid "(use `=' to initialize static data members)"
17522 msgid "member `%D' conflicts with virtual function table field name"
17526 msgid "`%D' is already defined in `%T'"
17530 msgid "field initializer is not constant"
17534 msgid "`asm' specifiers are not permitted on non-static data members"
17538 msgid "cannot declare `%D' to be a bit-field type"
17542 msgid "cannot declare bit-field `%D' with function type"
17546 msgid "`%D' is already defined in the class %T"
17550 msgid "static member `%D' cannot be a bit-field"
17554 msgid "initializer specified for non-member function `%D'"
17558 msgid "invalid initializer for virtual method `%D'"
17562 msgid "anonymous struct not inside named type"
17566 msgid "namespace-scope anonymous aggregates must be static"
17570 msgid "anonymous aggregate with no members"
17574 msgid "`operator new' must return type `%T'"
17578 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
17582 msgid "`operator delete' must return type `%T'"
17586 msgid "`operator delete' takes type `%T' as first parameter"
17589 #. Overflow occurred. That means there are at least 4 billion
17590 #. initialization functions.
17592 msgid "too many initialization functions required"
17596 msgid "use of old-style cast"
17600 msgid "use of `%D' is ambiguous"
17604 msgid " first declared as `%#D' here"
17608 msgid " also declared as `%#D' here"
17612 msgid "`%D' denotes an ambiguous type"
17616 msgid " first type here"
17620 msgid " other type here"
17624 msgid "declaration of `%D' not in a namespace surrounding `%D'"
17628 msgid "`%D' should have been declared inside `%D'"
17632 msgid "`%D' is not a function,"
17636 msgid " conflict with `%D'"
17639 #. The parser did not find it, so it's not there.
17641 msgid "unknown namespace `%D'"
17644 #: cp/decl2.c:4859 cp/decl2.c:5120
17645 msgid "`%T' is not a namespace"
17649 msgid "`%D' is not a namespace"
17653 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
17657 msgid "namespace `%D' not allowed in using-declaration"
17661 msgid "`%D' not declared"
17665 msgid "`%D' is already declared in this scope"
17669 msgid "using declaration `%D' introduced ambiguous type `%T'"
17673 msgid "using-declaration for non-member at class scope"
17677 msgid "using-declaration for destructor"
17681 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
17685 msgid "namespace `%T' undeclared"
17689 msgid "default argument missing for parameter %P of `%+#D'"
17693 msgid "extra qualification `%T::' on member `%D' ignored"
17697 msgid "`%T' does not have a class or union named `%D'"
17701 msgid "`%T' is not a class or union type"
17706 msgid "`%s' not supported by %s"
17711 msgid "<anonymous %s>"
17716 msgid "(static %s for %s)"
17721 msgid "In %s `%s':"
17726 msgid "%s: In instantiation of `%s':\n"
17731 msgid "%s:%d: instantiated from `%s'\n"
17736 msgid "%s:%d: instantiated from here\n"
17739 #. damn ICE suppression
17742 msgid "unexpected letter `%c' in locate_error\n"
17745 #. Can't throw a reference.
17747 msgid "type `%T' is disallowed in Java `throw' or `catch'"
17751 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
17754 #. Thrown object must be a Throwable.
17756 msgid "type `%T' is not derived from `java::lang::Throwable'"
17760 msgid "mixing C++ and Java catches in a single translation unit"
17764 msgid "throwing NULL, which has integral, not pointer type"
17768 msgid " in thrown expression"
17773 "expression '%E' of abstract class type '%T' cannot be used in throw-"
17778 msgid "exception of type `%T' will be caught"
17782 msgid " by earlier handler for `%T'"
17786 msgid "`...' handler must be the last handler for its try block"
17790 msgid "`%D' is already a friend of class `%T'"
17794 msgid "previous friend declaration of `%D'"
17798 msgid "invalid type `%T' declared `friend'"
17803 #. Friend declarations shall not declare partial
17804 #. specializations.
17806 msgid "partial specialization `%T' declared `friend'"
17810 msgid "class `%T' is implicitly friends with itself"
17813 #. template <class T> friend typename S<T>::X;
17815 msgid "typename type `%#T' declared `friend'"
17818 #. template <class T> friend class T;
17820 msgid "template parameter type `%T' declared `friend'"
17823 #. template <class T> friend class A; where A is not a template
17825 msgid "`%#T' is not a template"
17829 msgid "`%T' is already a friend of `%T'"
17833 msgid "member `%D' declared as friend before type `%T' defined"
17837 msgid "friend declaration `%#D' declares a non-template function"
17842 "(if this is not what you intended, make sure the function template has "
17843 "already been declared and add <> after the function name here) -Wno-non-"
17844 "template-friend disables this warning"
17847 #: cp/g++spec.c:198 java/jvspec.c:381
17849 msgid "argument to `%s' missing\n"
17853 msgid "default-initialization of `%#D', which has reference type"
17857 msgid "uninitialized reference member `%D'"
17861 msgid "initializer list treated as compound expression"
17865 msgid "member initializers for `%#D'"
17873 msgid " will be re-ordered to match declaration order"
17877 msgid "multiple initializations given for member `%D'"
17881 msgid "initializations for multiple members of `%T'"
17885 msgid "base initializers for `%#T'"
17893 msgid " will be re-ordered to match inheritance order"
17897 msgid "base class `%T' already initialized"
17902 "base class `%#T' should be explicitly initialized in the copy constructor"
17906 msgid "`%D' should be initialized in the member initialization list"
17910 msgid "class `%T' does not have any field named `%D'"
17915 "field `%#D' is static; the only point of initialization is its definition"
17919 msgid "unnamed initializer for `%T', which has no base classes"
17923 msgid "unnamed initializer for `%T', which uses multiple inheritance"
17927 msgid "type `%D' is not a direct or virtual base of `%T'"
17931 msgid "type `%D' is not a direct base of `%T'"
17934 #. Handle bad initializers like:
17938 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
17942 #. int main(int argc, char **argv) {
17943 #. COMPLEX zees(1.0, 0.0)[10];
17947 msgid "bad array initializer"
17951 msgid "`%T' is not an aggregate type"
17955 msgid "`%T' fails to be an aggregate typedef"
17959 msgid "type `%T' is of non-aggregate type"
17963 msgid "cannot call destructor `%T::~%T' without object"
17967 msgid "invalid use of non-static field `%D'"
17970 #. We can get here when processing a bad default
17972 #. struct S { int a; void f(int i = a); }
17973 #: cp/init.c:1542 cp/method.c:163
17974 msgid "invalid use of member `%D'"
17978 msgid "no method `%T::%D'"
17982 msgid "incomplete type `%T' does not have member `%D'"
17986 msgid "`%D' is not a member of type `%T'"
17990 msgid "illegal pointer to bit-field `%D'"
17994 msgid "object missing in use of pointer-to-member construct"
17998 msgid "member `%D' is non-static but referenced as a static member"
18001 #: cp/init.c:1814 cp/typeck.c:3186 cp/typeck.c:3294
18002 msgid "at this point in file"
18005 #: cp/init.c:1872 cp/typeck.c:2985
18007 msgid "object missing in `%E'"
18011 msgid "new of array type fails to specify size"
18015 msgid "size in array new must have integral type"
18019 msgid "zero size array reserves no space"
18023 msgid "new cannot be applied to a reference type"
18027 msgid "new cannot be applied to a function type"
18031 msgid "call to Java constructor, while `jclass' undefined"
18035 msgid "can't find class$"
18039 msgid "invalid type `void' for new"
18044 msgid "call to Java constructor with `%s' undefined"
18048 msgid "ISO C++ forbids initialization in array new"
18051 #: cp/init.c:2446 cp/typeck2.c:359 cp/typeck2.c:1217
18052 msgid "initializer list being treated as compound expression"
18056 msgid "ISO C++ forbids aggregate initializer to new"
18060 msgid "uninitialized const in `new' of `%#T'"
18064 msgid "initializer ends prematurely"
18068 msgid "cannot initialize multi-dimensional array with initializer"
18072 msgid "unknown array size in delete"
18076 msgid "type to vector delete is neither pointer or array type"
18080 msgid "type name expected before `*'"
18084 msgid "cannot declare references to references"
18088 msgid "cannot declare pointers to references"
18092 msgid "type name expected before `&'"
18097 msgid "semicolon missing after %s declaration"
18101 msgid "semicolon missing after declaration of `%T'"
18106 msgid "junk at end of #pragma %s"
18111 msgid "invalid #pragma %s"
18115 msgid "#pragma vtable no longer supported"
18120 msgid "#pragma implementation for %s appears after file is included"
18124 msgid "junk at end of #pragma GCC java_exceptions"
18128 msgid "`%D' not defined"
18132 msgid "`%D' was not declared in this scope"
18136 msgid "`%D' undeclared (first use this function)"
18141 "(Each undeclared identifier is reported only once for each function it "
18147 msgid "name lookup of `%s' changed"
18151 msgid " matches this `%D' under ISO standard rules"
18155 msgid " matches this `%D' under old rules"
18158 #: cp/lex.c:1303 cp/lex.c:1310
18160 msgid "name lookup of `%s' changed for new ISO `for' scoping"
18164 msgid " cannot use obsolete binding at `%D' because it has a destructor"
18168 msgid " using obsolete binding at `%D'"
18172 msgid "`::%D' undeclared (first use here)"
18175 #: cp/mangle.c:1892
18176 msgid "real-valued template parameters when cross-compiling"
18180 msgid "invalid use of member `%D' in static member function"
18184 msgid "use of namespace `%D' as expression"
18188 msgid "use of class template `%T' as expression"
18193 msgid "use of %s from containing function"
18197 msgid " `%#D' declared here"
18201 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
18205 msgid "implementation-reserved name `%D' used"
18209 msgid "generic thunk code fails for method `%#D' which uses `...'"
18213 msgid "non-static const member `%#D', can't use default assignment operator"
18218 "non-static reference member `%#D', can't use default assignment operator"
18222 msgid "keyword `export' not implemented, and will be ignored"
18226 msgid "use of linkage spec `%D' is different from previous spec `%D'"
18230 msgid "invalid default template argument"
18234 msgid "only constructors take base initializers"
18238 msgid "no base or member initializers given following ':'"
18241 #: parse.y:949 parse.y:955
18242 msgid "anachronistic old style base class initializer"
18245 #. Handle `Class<Class<Type>>' without space in the `>>'
18247 msgid "`>>' should be `> >' in template class name"
18251 msgid "use of template qualifier outside template"
18254 #: parse.y:1144 parse.y:1153
18256 msgid "ISO C++ forbids an empty condition for `%s'"
18260 msgid "definition of class `%T' in condition"
18264 msgid "definition of enum `%T' in condition"
18268 msgid "definition of array `%#D' in condition"
18272 msgid "old style placement syntax, use () instead"
18276 msgid "`%T' is not a valid expression"
18280 msgid "ISO C++ forbids initialization of new expression with `='"
18284 msgid "ISO C++ forbids compound literals"
18288 msgid "ISO C++ forbids braced-groups within expressions"
18291 #: parse.y:1994 parse.y:2009
18292 msgid "sigof type specifier"
18296 msgid "`sigof' applied to non-aggregate expression"
18300 msgid "`sigof' applied to non-aggregate type"
18304 msgid "using `typename' outside of template"
18309 msgid "storage class specifier `%s' not allowed after struct or class"
18314 msgid "type specifier `%s' not allowed after struct or class"
18319 msgid "type qualifier `%s' not allowed after struct or class"
18323 msgid "no body nor ';' separates two class, struct or union declarations"
18327 msgid "no bases given following `:'"
18330 #: parse.y:2516 parse.y:2531
18331 msgid "`%D' access"
18335 msgid "multiple access specifiers"
18339 msgid "multiple `virtual' specifiers"
18343 msgid "missing ';' before right brace"
18347 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
18350 #: parse.y:3083 parse.y:3103 parse.y:3112 parse.y:3141
18351 msgid "`%T' is not a class or namespace"
18355 msgid "ISO C++ forbids label declarations"
18359 msgid "ISO C++ forbids computed gotos"
18363 msgid "label must be followed by statement"
18367 msgid "must have at least one catch per try block"
18371 msgid "ISO C++ forbids compound statements inside for initializations"
18374 #. This helps us recover from really nasty
18375 #. parse errors, for example, a missing right
18377 #: parse.y:3666 parse.y:3676
18378 msgid "possibly missing ')'"
18382 msgid "type specifier omitted for parameter"
18387 msgid "`%E' is not a type, use `typename %E' to make it one"
18391 msgid "no type `%D' in `%T'"
18396 msgid "type specifier omitted for parameter `%E'"
18400 msgid "'%D' is used as a type, but is not defined as a type."
18404 msgid "data member `%D' cannot be a member template"
18408 msgid "invalid member template declaration `%D'"
18412 msgid "explicit specialization in non-namespace scope `%D'"
18416 msgid "enclosing class templates are not explicitly specialized"
18420 msgid "specializing `%#T' in different namespace"
18424 msgid " from definition of `%#D'"
18428 msgid "specialization of `%T' after instantiation"
18432 msgid "explicit specialization of non-template `%T'"
18436 msgid "specialization of %D after instantiation"
18444 msgid "`%D' is not a function template"
18448 msgid "template-id `%D' for `%+D' does not match any template declaration"
18452 msgid "ambiguous template specialization `%D' for `%+D'"
18455 #. This case handles bogus declarations like template <>
18456 #. template <class T> void f<int>();
18457 #: cp/pt.c:1361 cp/pt.c:1435
18458 msgid "template-id `%D' in declaration of primary template"
18462 msgid "template parameter list used in explicit instantiation"
18466 msgid "definition provided for explicit instantiation"
18470 msgid "too many template parameter lists in declaration of `%D'"
18474 msgid "too few template parameter lists in declaration of `%D'"
18478 msgid "explicit specialization not preceded by `template <>'"
18482 msgid "partial specialization `%D' of function template"
18486 msgid "default argument specified in explicit specialization"
18490 msgid "template specialization with C linkage"
18493 #. From [temp.expl.spec]:
18495 #. If such an explicit specialization for the member
18496 #. of a class template names an implicitly-declared
18497 #. special member function (clause _special_), the
18498 #. program is ill-formed.
18500 #. Similar language is found in [temp.explicit].
18502 msgid "specialization of implicitly-declared special member function"
18506 msgid "no member function `%D' declared in `%T'"
18509 #. There are two many template parameter lists.
18511 msgid "too many template parameter lists in declaration of `%T'"
18515 msgid " shadows template parm `%#D'"
18519 msgid "template parameters not used in partial specialization:"
18527 msgid "partial specialization `%T' does not specialize any template arguments"
18532 msgid "template argument `%E' involves template parameter(s)"
18536 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
18540 msgid "no default argument for `%D'"
18544 msgid "template with C linkage"
18548 msgid "template class without a name"
18552 msgid "`%D' does not declare a template type"
18556 msgid "template definition of non-template `%#D'"
18560 msgid "expected %d levels of template parms for `%#D', got %d"
18564 msgid "got %d template parameters for `%#D'"
18568 msgid "got %d template parameters for `%#T'"
18573 msgid " but %d required"
18577 msgid "`%T' is not a template type"
18581 msgid "previous declaration `%D'"
18586 msgid "used %d template parameter%s instead of %d"
18590 msgid "template parameter `%#D'"
18594 msgid "redeclared here as `%#D'"
18597 #. We have in [temp.param]:
18599 #. A template-parameter may not be given default arguments
18600 #. by two different declarations in the same scope.
18602 msgid "redefinition of default argument for `%#D'"
18606 msgid " original definition appeared here"
18611 msgid "`%E' is not a valid template argument"
18615 msgid "it must be the address of a function with external linkage"
18619 msgid "it must be the address of an object with external linkage"
18623 msgid "it must be a pointer-to-member of the form `&X::Y'"
18629 "string literal %E is not a valid template argument because it is the address "
18630 "of an object with static linkage"
18635 msgid "address of non-extern `%E' cannot be used as template argument"
18640 msgid "non-constant `%E' cannot be used as template argument"
18645 msgid "object `%E' cannot be used as template argument"
18650 msgid "to refer to a type member of a template parameter, use `typename %E'"
18653 #: cp/pt.c:3348 cp/pt.c:3364 cp/pt.c:3403
18654 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
18658 msgid " expected a constant of type `%T', got `%T'"
18663 msgid " expected a type, got `%E'"
18667 msgid " expected a type, got `%T'"
18671 msgid " expected a class template, got `%T'"
18675 msgid " expected a template of type `%D', got `%D'"
18679 msgid "template-argument `%T' uses anonymous type"
18683 msgid "template-argument `%T' uses local type `%T'"
18687 msgid "could not convert template argument `%E' to `%T'"
18692 msgid "wrong number of template arguments (%d, should be %d)"
18696 msgid "provided for `%D'"
18701 msgid "template argument %d is invalid"
18705 msgid "non-template used as template"
18709 msgid "`%T' is not a template"
18713 msgid "non-template type `%T' used as a template"
18717 msgid "for template declaration `%D'"
18722 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
18723 "to increase the maximum) instantiating `%D'"
18727 msgid "ambiguous class template instantiation for `%#T'"
18734 #: cp/pt.c:5951 cp/pt.c:6065
18735 msgid "instantiation of `%D' as type `%T'"
18739 msgid "invalid parameter type `%T'"
18743 msgid "in declaration `%D'"
18747 msgid "creating pointer to member function of non-class type `%T'"
18751 msgid "creating array with size zero"
18756 msgid "creating array with size zero (`%E')"
18760 msgid "forming reference to void"
18764 msgid "forming %s to reference type `%T'"
18768 msgid "creating pointer to member of non-class type `%T'"
18772 msgid "creating pointer to member reference type `%T'"
18776 msgid "creating array of `%T'"
18780 msgid "`%T' is not a class, struct, or union type"
18785 msgid "use of `%s' in template"
18789 msgid "type `%T' composed from a local class is not a valid template-argument"
18793 msgid " trying to instantiate `%D'"
18797 msgid "incomplete type unification"
18802 msgid "use of `%s' in template type unification"
18805 #: cp/pt.c:9426 cp/pt.c:9494
18806 msgid "explicit instantiation of non-template `%#D'"
18809 #: cp/pt.c:9442 cp/pt.c:9489
18810 msgid "no matching template for `%D' found"
18814 msgid "explicit instantiation of `%#D'"
18819 #. No program shall both explicitly instantiate and explicitly
18820 #. specialize a template.
18822 msgid "explicit instantiation of `%#D' after"
18825 #: cp/pt.c:9466 cp/pt.c:9603
18826 msgid "explicit specialization here"
18830 msgid "duplicate explicit instantiation of `%#D'"
18834 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
18837 #: cp/pt.c:9510 cp/pt.c:9588
18838 msgid "storage class `%D' applied to template instantiation"
18842 msgid "explicit instantiation of non-template type `%T'"
18846 msgid "explicit instantiation of `%#T' before definition of template"
18851 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
18855 msgid "explicit instantiation of `%#T' after"
18859 msgid "duplicate explicit instantiation of `%#T'"
18863 msgid "explicit instantiation of `%D' but no definition available"
18867 msgid "`%#T' is not a valid type for a template constant parameter"
18871 msgid "-frepo must be used with -c"
18876 msgid "mysterious repository information in %s"
18881 msgid "can't create repository information file `%s'"
18885 msgid "cannot use typeid with -fno-rtti"
18889 msgid "must #include <typeinfo> before using typeid"
18894 "cannot create type information for type `%T' because its size is variable"
18897 #: cp/rtti.c:525 cp/rtti.c:539
18898 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
18902 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
18906 msgid "`%T' is an inaccessible base of `%T'"
18910 msgid "`%T' is an ambiguous base of `%T'"
18913 #: cp/search.c:1820
18914 msgid "adjusting pointers for covariant returns"
18917 #: cp/search.c:1824 cp/search.c:1831
18918 msgid "invalid covariant return type for `%#D'"
18921 #: cp/search.c:1825
18922 msgid " overriding `%#D' (must be pointer or reference to class)"
18925 #: cp/search.c:1832
18926 msgid " overriding `%#D' (must use pointer or reference)"
18929 #: cp/search.c:1837
18930 msgid "conflicting return type specified for `%#D'"
18933 #: cp/search.c:1838
18934 msgid " overriding `%#D'"
18937 #: cp/search.c:1847
18939 msgid "looser throw specifier for `%#F'"
18942 #: cp/search.c:1848
18944 msgid " overriding `%#F'"
18947 #. A static member function cannot match an inherited
18948 #. virtual member function.
18949 #: cp/search.c:1938
18950 msgid "`%#D' cannot be declared"
18953 #: cp/search.c:1939
18954 msgid " since `%#D' declared in base class"
18957 #: cp/search.c:2124
18958 msgid "`%#D' needs a final overrider"
18961 #: cp/semantics.c:906
18963 msgid "type of asm operand `%E' could not be determined"
18966 #: cp/semantics.c:1048
18967 msgid "ISO C++ does not permit named return values"
18970 #: cp/semantics.c:1057
18971 msgid "return identifier `%D' already in place"
18974 #: cp/semantics.c:1065
18975 msgid "can't redefine default return value for constructors"
18978 #: cp/semantics.c:1132
18979 msgid "base initializer for `%T'"
18982 #: cp/semantics.c:1134
18983 msgid " will be re-ordered to precede member initializations"
18986 #: cp/semantics.c:1322
18987 msgid "`this' is unavailable for static member functions"
18990 #: cp/semantics.c:1328
18991 msgid "invalid use of `this' in non-member function"
18994 #: cp/semantics.c:1330
18995 msgid "invalid use of `this' at top level"
18998 #: cp/semantics.c:1368
18999 msgid "calling type `%T' like a method"
19002 #: cp/semantics.c:1404
19003 msgid "destructor specifier `%T::~%T()' must have matching names"
19006 #: cp/semantics.c:1410
19007 msgid "`%E' is not of type `%T'"
19010 #: cp/semantics.c:1622
19011 msgid "template type parameters must use the keyword `class' or `typename'"
19014 #: cp/semantics.c:1684
19015 msgid "definition of `%#T' inside template parameter list"
19018 #: cp/semantics.c:1700
19019 msgid "invalid definition of qualified type `%T'"
19022 #: cp/semantics.c:2055
19023 msgid "base class `%T' has cv qualifiers"
19026 #: cp/semantics.c:2088
19027 msgid "multiple declarators in template declaration"
19032 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
19035 #: cp/spew.c:1017 cp/spew.c:1292
19036 msgid "parse error at end of saved function text"
19040 msgid "parse error in method specification"
19044 msgid "function body for constructor missing"
19048 msgid "circular dependency in default args of `%#D'"
19052 msgid "invalid type `%T' for default argument to `%T'"
19057 msgid "%s before `%s'"
19062 msgid "%s before `%c'"
19067 msgid "%s before `\\%o'"
19072 msgid "%s before `%s' token"
19077 msgid "non-lvalue in %s"
19081 msgid "`%T' cannot be `restrict'-qualified"
19085 msgid "`%T' cannot be `const'-, `volatile'-, or `restrict'-qualified"
19090 msgid "`%s' attribute can only be applied to Java class definitions"
19095 msgid "`%s' attribute can only be applied to class definitions"
19100 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
19104 msgid "requested init_priority is not an integer constant"
19110 "can only use `%s' attribute on file-scope definitions of objects of class "
19115 msgid "requested init_priority is out of range"
19119 msgid "requested init_priority is reserved for internal use"
19124 msgid "`%s' attribute is not supported on this platform"
19130 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
19134 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
19137 #: cp/typeck.c:1485
19138 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
19141 #: cp/typeck.c:1555
19142 msgid "ISO C++ forbids applying `sizeof' to a function type"
19145 #: cp/typeck.c:1561
19146 msgid "ISO C++ forbids applying `sizeof' to a member function"
19149 #: cp/typeck.c:1567
19151 "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
19154 #: cp/typeck.c:1581
19155 msgid "`sizeof' applied to non-static member"
19158 #: cp/typeck.c:1586
19159 msgid "`sizeof' applied to incomplete type `%T'"
19162 #: cp/typeck.c:1616
19163 msgid "sizeof applied to a bit-field"
19166 #: cp/typeck.c:1619
19167 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
19170 #: cp/typeck.c:1766
19171 msgid "invalid use of non-lvalue array"
19174 #: cp/typeck.c:1872
19175 msgid "deprecated conversion from string constant to `%T'"
19178 #: cp/typeck.c:1890
19179 msgid "request for member `%T::%D' in expression of non-aggregate type `%T'"
19182 #: cp/typeck.c:2085
19183 msgid "destructor specifier `%T::~%T' must have matching names"
19186 #: cp/typeck.c:2091
19187 msgid "type `%T' has no destructor"
19190 #: cp/typeck.c:2108 cp/typeck.c:2190
19191 msgid "invalid use of type decl `%#D' as expression"
19194 #: cp/typeck.c:2113
19195 msgid "invalid use of template `%#D' as expression"
19198 #: cp/typeck.c:2181
19199 msgid "`%#T' has no member named `%D'"
19202 #: cp/typeck.c:2231 cp/typeck.c:2260
19203 msgid "invalid offsetof from non-POD type `%#T'; use pointer to member instead"
19206 #. A pointer to incomplete type (other than cv void) can be
19207 #. dereferenced [expr.unary.op]/1
19208 #: cp/typeck.c:2371
19209 msgid "`%T' is not a pointer-to-object type"
19212 #: cp/typeck.c:2398
19214 msgid "invalid use of `%s' on pointer to member"
19217 #: cp/typeck.c:2404
19218 msgid "invalid type argument"
19221 #: cp/typeck.c:2507
19222 msgid "ISO C++ forbids subscripting non-lvalue array"
19225 #: cp/typeck.c:2518
19226 msgid "subscripting array declared `register'"
19229 #: cp/typeck.c:2693 cp/typeck.c:2843
19230 msgid "pointer to member function called, but not in class scope"
19233 #: cp/typeck.c:2717
19234 msgid "object missing in call to method `%D'"
19237 #: cp/typeck.c:2761
19239 "function `%D' declared overloaded, but no definitions appear with which to "
19243 #: cp/typeck.c:2841
19245 "invalid call to member function needing `this' in static member function "
19249 #: cp/typeck.c:3021
19250 msgid "ISO C++ forbids calling `::main' from within program"
19253 #: cp/typeck.c:3046
19255 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
19258 #: cp/typeck.c:3059
19260 msgid "`%E' cannot be used as a function"
19263 #: cp/typeck.c:3184
19264 msgid "too many arguments to %s `%+#D'"
19267 #: cp/typeck.c:3225
19268 msgid "parameter type of called function is incomplete"
19271 #: cp/typeck.c:3292
19272 msgid "too few arguments to %s `%+#D'"
19275 #: cp/typeck.c:3420 cp/typeck.c:3430
19276 msgid "assuming cast to type `%T' from overloaded function"
19279 #: cp/typeck.c:3490
19281 msgid "division by zero in `%E / 0'"
19284 #: cp/typeck.c:3492
19286 msgid "division by zero in `%E / 0.'"
19289 #: cp/typeck.c:3547
19291 msgid "division by zero in `%E %% 0'"
19294 #: cp/typeck.c:3549
19296 msgid "division by zero in `%E %% 0.'"
19299 #: cp/typeck.c:3629
19301 msgid "%s rotate count is negative"
19304 #: cp/typeck.c:3632
19306 msgid "%s rotate count >= width of type"
19309 #: cp/typeck.c:3663 cp/typeck.c:3668 cp/typeck.c:3759 cp/typeck.c:3764
19310 msgid "ISO C++ forbids comparison between pointer and integer"
19313 #: cp/typeck.c:3944
19314 msgid "comparison between types `%#T' and `%#T'"
19317 #: cp/typeck.c:3980
19318 msgid "comparison between signed and unsigned integer expressions"
19321 #: cp/typeck.c:4045
19322 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
19325 #. Some sort of arithmetic operation involving NULL was
19326 #. performed. Note that pointer-difference and pointer-addition
19327 #. have already been handled above, and so we don't end up here in
19329 #: cp/typeck.c:4067
19330 msgid "NULL used in arithmetic"
19333 #: cp/typeck.c:4119
19334 msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
19337 #: cp/typeck.c:4125
19338 msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
19341 #: cp/typeck.c:4131
19343 "ISO C++ forbids using a pointer to member function in pointer arithmetic"
19346 #: cp/typeck.c:4137
19347 msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
19350 #: cp/typeck.c:4208
19351 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
19354 #: cp/typeck.c:4210
19355 msgid "ISO C++ forbids using pointer to a function in subtraction"
19358 #: cp/typeck.c:4212
19359 msgid "ISO C++ forbids using pointer to a method in subtraction"
19362 #: cp/typeck.c:4214
19363 msgid "ISO C++ forbids using pointer to a member in subtraction"
19366 #: cp/typeck.c:4226
19367 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
19370 #: cp/typeck.c:4263
19371 msgid "attempt to take address of bit-field structure member `%D'"
19374 #: cp/typeck.c:4340
19375 msgid "taking address of temporary"
19378 #: cp/typeck.c:4542
19380 msgid "ISO C++ forbids %sing an enum"
19383 #: cp/typeck.c:4554
19384 msgid "cannot %s a pointer to incomplete type `%T'"
19387 #: cp/typeck.c:4561
19388 msgid "ISO C++ forbids %sing a pointer of type `%T'"
19391 #: cp/typeck.c:4586
19392 msgid "cast to non-reference type used as lvalue"
19395 #: cp/typeck.c:4620
19396 msgid "invalid use of `--' on bool variable `%D'"
19400 #: cp/typeck.c:4653
19401 msgid "ISO C++ forbids taking address of function `::main'"
19404 #. An expression like &memfn.
19405 #: cp/typeck.c:4720
19407 "ISO C++ forbids taking the address of an unqualified non-static member "
19408 "function to form a pointer to member function. Say `&%T::%D'"
19411 #: cp/typeck.c:4722
19413 "ISO C++ forbids taking the address of a bound member function to form a "
19414 "pointer to member function. Say `&%T::%D'"
19417 #: cp/typeck.c:4746
19418 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
19421 #: cp/typeck.c:4762
19425 #: cp/typeck.c:4882
19426 msgid "taking address of destructor"
19429 #: cp/typeck.c:4895
19430 msgid "taking address of bound pointer-to-member expression"
19433 #: cp/typeck.c:4911
19434 msgid "cannot create pointer to reference member `%D'"
19437 #: cp/typeck.c:4979
19438 msgid "cannot take the address of `this', which is an rvalue expression"
19441 #: cp/typeck.c:4995
19442 msgid "address requested for `%D', which is declared `register'"
19445 #: cp/typeck.c:5199
19446 msgid "static_cast from type `%T' to type `%T' casts away constness"
19449 #: cp/typeck.c:5207
19450 msgid "invalid static_cast from type `%T' to type `%T'"
19453 #: cp/typeck.c:5246
19455 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
19458 #: cp/typeck.c:5266
19459 msgid "reinterpret_cast from `%T' to `%T' loses precision"
19462 #: cp/typeck.c:5279
19463 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
19466 #: cp/typeck.c:5288
19468 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
19471 #: cp/typeck.c:5294
19472 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
19475 #: cp/typeck.c:5321
19477 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
19478 "nor a pointer-to-data-member type"
19481 #: cp/typeck.c:5324
19483 "invalid use of const_cast with type `%T', which is a pointer or reference to "
19487 #: cp/typeck.c:5347
19488 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
19491 #: cp/typeck.c:5363
19492 msgid "invalid const_cast from type `%T' to type `%T'"
19495 #: cp/typeck.c:5405 cp/typeck.c:5410
19496 msgid "ISO C++ forbids casting to an array type `%T'"
19499 #: cp/typeck.c:5418
19500 msgid "invalid cast to function type `%T'"
19503 #: cp/typeck.c:5470
19504 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
19507 #: cp/typeck.c:5516
19508 msgid "cast from `%T' to `%T' increases required alignment of target type"
19511 #: cp/typeck.c:5685
19512 msgid " in evaluation of `%Q(%#T, %#T)'"
19515 #: cp/typeck.c:5727
19516 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
19519 #: cp/typeck.c:5798
19520 msgid "incompatible types in assignment of `%T' to `%T'"
19523 #: cp/typeck.c:5805
19524 msgid "ISO C++ forbids assignment of arrays"
19527 #: cp/typeck.c:5948
19528 msgid " in pointer to member function conversion"
19531 #: cp/typeck.c:5956
19532 msgid " in pointer to member conversion"
19535 #. This is a reinterpret cast, we choose to do nothing.
19536 #: cp/typeck.c:5967 cp/typeck.c:5986
19537 msgid "pointer to member cast via virtual base `%T' of `%T'"
19540 #: cp/typeck.c:5990
19541 msgid "pointer to member conversion via virtual base `%T' of `%T'"
19544 #: cp/typeck.c:6060
19545 msgid "invalid conversion to type `%T' from type `%T'"
19548 #: cp/typeck.c:6225
19549 msgid "passing NULL used for non-pointer %s %P of `%D'"
19552 #: cp/typeck.c:6228
19553 msgid "%s to non-pointer type `%T' from NULL"
19556 #: cp/typeck.c:6236
19557 msgid "passing `%T' for %s %P of `%D'"
19560 #: cp/typeck.c:6239
19561 msgid "%s to `%T' from `%T'"
19564 #: cp/typeck.c:6249
19565 msgid "passing negative value `%E' for %s %P of `%D'"
19568 #: cp/typeck.c:6252
19569 msgid "%s of negative value `%E' to `%T'"
19572 #: cp/typeck.c:6339
19573 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
19576 #: cp/typeck.c:6342
19577 msgid "cannot convert `%T' to `%T' in %s"
19580 #: cp/typeck.c:6429 cp/typeck.c:6431
19581 msgid "in passing argument %P of `%+D'"
19584 #: cp/typeck.c:6545
19585 msgid "returning reference to temporary"
19588 #: cp/typeck.c:6552
19589 msgid "reference to non-lvalue returned"
19592 #: cp/typeck.c:6564
19593 msgid "reference to local variable `%D' returned"
19596 #: cp/typeck.c:6567
19597 msgid "address of local variable `%D' returned"
19600 #: cp/typeck.c:6598
19601 msgid "returning a value from a destructor"
19604 #. If a return statement appears in a handler of the
19605 #. function-try-block of a constructor, the program is ill-formed.
19606 #: cp/typeck.c:6606
19607 msgid "cannot return from a handler of a function-try-block of a constructor"
19610 #. You can't return a value from a constructor.
19611 #: cp/typeck.c:6609
19612 msgid "returning a value from a constructor"
19615 #: cp/typeck.c:6626
19617 "return-statement with no value, in function declared with a non-void return "
19621 #: cp/typeck.c:6642
19623 "return-statement with a value, in function declared with a void return type"
19626 #: cp/typeck.c:6663
19628 "`operator new' must not return NULL unless it is declared `throw()' (or -"
19629 "fcheck-new is in effect)"
19633 msgid "type `%T' is not a base type for type `%T'"
19636 #: cp/typeck2.c:151
19637 msgid "cannot declare variable `%D' to be of type `%T'"
19640 #: cp/typeck2.c:154
19641 msgid "cannot declare parameter `%D' to be of type `%T'"
19644 #: cp/typeck2.c:157
19645 msgid "cannot declare field `%D' to be of type `%T'"
19648 #: cp/typeck2.c:161
19649 msgid "invalid return type for member function `%#D'"
19652 #: cp/typeck2.c:163
19653 msgid "invalid return type for function `%#D'"
19656 #: cp/typeck2.c:166
19657 msgid "cannot allocate an object of type `%T'"
19660 #: cp/typeck2.c:173
19661 msgid " because the following virtual functions are abstract:"
19664 #: cp/typeck2.c:175
19668 #: cp/typeck2.c:178
19669 msgid " since type `%T' has abstract virtual functions"
19672 #: cp/typeck2.c:213
19673 msgid "invalid use of undefined type `%#T'"
19676 #: cp/typeck2.c:214
19677 msgid "forward declaration of `%#T'"
19680 #: cp/typeck2.c:218
19681 msgid "invalid use of `%T'"
19684 #: cp/typeck2.c:232
19685 msgid "invalid use of member (did you forget the `&' ?)"
19688 #: cp/typeck2.c:236
19689 msgid "invalid use of template type parameter"
19692 #: cp/typeck2.c:243
19693 msgid "address of overloaded function with no contextual type information"
19696 #: cp/typeck2.c:245
19697 msgid "overloaded function with no contextual type information"
19700 #: cp/typeck2.c:247
19701 msgid "insufficient contextual information to determine type"
19704 #: cp/typeck2.c:301
19705 msgid "constructor syntax used, but no constructor declared for type `%T'"
19708 #: cp/typeck2.c:311
19709 msgid "initializer list construction invalid for derived class object `%D'"
19712 #: cp/typeck2.c:313
19713 msgid "initializer list construction invalid for polymorphic class object `%D'"
19716 #: cp/typeck2.c:316 cp/typeck2.c:322 cp/typeck2.c:328
19717 msgid "initializer list construction invalid for `%D'"
19720 #: cp/typeck2.c:317
19721 msgid "due to the presence of a constructor"
19724 #: cp/typeck2.c:323 cp/typeck2.c:329
19725 msgid "due to non-public access of member `%D'"
19728 #: cp/typeck2.c:341
19729 msgid "comma expression used to initialize return value"
19732 #: cp/typeck2.c:350
19733 msgid "cannot initialize arrays using this syntax"
19736 #: cp/typeck2.c:412
19737 msgid "ISO C++ forbids non-constant aggregate initializer expressions"
19740 #: cp/typeck2.c:498
19741 msgid "initializing array with parameter list"
19744 #: cp/typeck2.c:554
19745 msgid "initializer for scalar variable requires one element"
19748 #: cp/typeck2.c:561
19749 msgid "braces around scalar initializer for `%T'"
19752 #: cp/typeck2.c:564
19753 msgid "ignoring extra initializers for `%T'"
19756 #: cp/typeck2.c:576
19757 msgid "variable-sized object of type `%T' may not be initialized"
19760 #: cp/typeck2.c:586
19761 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
19764 #: cp/typeck2.c:652
19765 msgid "aggregate has a partly bracketed initializer"
19768 #: cp/typeck2.c:690 cp/typeck2.c:791
19769 msgid "non-trivial labeled initializers"
19772 #: cp/typeck2.c:707
19773 msgid "non-empty initializer for array of empty elements"
19776 #: cp/typeck2.c:757
19777 msgid "initializer list for object of class with virtual base classes"
19780 #: cp/typeck2.c:763
19781 msgid "initializer list for object of class with base classes"
19784 #: cp/typeck2.c:769
19785 msgid "initializer list for object using virtual functions"
19788 #: cp/typeck2.c:832 cp/typeck2.c:849
19789 msgid "missing initializer for member `%D'"
19792 #: cp/typeck2.c:837
19793 msgid "uninitialized const member `%D'"
19796 #: cp/typeck2.c:840
19797 msgid "member `%D' with uninitialized const fields"
19800 #: cp/typeck2.c:843
19801 msgid "member `%D' is uninitialized reference"
19804 #: cp/typeck2.c:886
19805 msgid "index value instead of field name in union initializer"
19808 #: cp/typeck2.c:898
19809 msgid "no field `%D' in union being initialized"
19812 #: cp/typeck2.c:906
19813 msgid "union `%T' with no named members cannot be initialized"
19816 #: cp/typeck2.c:942
19817 msgid "excess elements in aggregate initializer"
19820 #: cp/typeck2.c:1047
19821 msgid "circular pointer delegation detected"
19824 #: cp/typeck2.c:1060
19825 msgid "base operand of `->' has non-pointer type `%T'"
19828 #: cp/typeck2.c:1074
19829 msgid "result of `operator->()' yields non-pointer result"
19832 #: cp/typeck2.c:1076
19833 msgid "base operand of `->' is not a pointer"
19836 #: cp/typeck2.c:1142
19837 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
19840 #: cp/typeck2.c:1149
19842 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
19845 #: cp/typeck2.c:1158
19846 msgid "member type `%T::' incompatible with object type `%T'"
19849 #: cp/typeck2.c:1195
19850 msgid "`%T' fails to be a typedef or built-in type"
19853 #: cp/typeck2.c:1268
19855 msgid "ISO C++ forbids defining types within %s"
19858 #. XXX Not i18n clean.
19859 #: cp/cp-tree.h:3854
19861 msgid "%s is deprecated, please see the documentation for details"
19864 #: cp/lang-options.h:29
19865 msgid "Do not obey access control semantics"
19868 #: cp/lang-options.h:31
19869 msgid "Change when template instances are emitted"
19872 #: cp/lang-options.h:36
19873 msgid "Check the return value of new"
19876 #: cp/lang-options.h:39
19877 msgid "Reduce size of object files"
19880 #: cp/lang-options.h:43
19881 msgid "Make string literals `char[]' instead of `const char[]'"
19884 #: cp/lang-options.h:46
19885 msgid "Dump the entire translation unit to a file"
19888 #: cp/lang-options.h:48
19889 msgid "Do not inline member functions by default"
19892 #: cp/lang-options.h:51
19893 msgid "Do not generate run time type descriptor information"
19896 #: cp/lang-options.h:56
19897 msgid "Do not generate code to check exception specifications"
19900 #: cp/lang-options.h:61
19901 msgid "Scope of for-init-statement vars extends outside"
19904 #: cp/lang-options.h:64
19905 msgid "Do not recognize GNU defined keywords"
19908 #: cp/lang-options.h:68
19909 msgid "Enable support for huge objects"
19912 #: cp/lang-options.h:72
19913 msgid "Export functions even if they can be inlined"
19916 #: cp/lang-options.h:75
19917 msgid "Only emit explicit template instatiations"
19920 #: cp/lang-options.h:78
19921 msgid "Only emit explicit instatiations of inline templates"
19924 #: cp/lang-options.h:84
19925 msgid "Don't pedwarn about uses of Microsoft extensions"
19928 #: cp/lang-options.h:87
19929 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
19932 #: cp/lang-options.h:91
19933 msgid "Disable optional diagnostics"
19936 #: cp/lang-options.h:93
19937 msgid "Downgrade conformance errors to warnings"
19940 #: cp/lang-options.h:96
19941 msgid "Enable automatic template instantiation"
19944 #: cp/lang-options.h:101
19945 msgid "Display statistics accumulated during compilation"
19948 #: cp/lang-options.h:104
19949 msgid "Specify maximum template instantiation depth"
19952 #: cp/lang-options.h:106
19953 msgid "Use __cxa_atexit to register destructors"
19956 #: cp/lang-options.h:109
19957 msgid "Discard unused virtual functions"
19960 #: cp/lang-options.h:112
19961 msgid "Implement vtables using thunks"
19964 #: cp/lang-options.h:115
19965 msgid "Emit common-like symbols as weak symbols"
19968 #: cp/lang-options.h:118
19969 msgid "Emit cross referencing information"
19972 #: cp/lang-options.h:122
19973 msgid "Warn about inconsistent return types"
19976 #: cp/lang-options.h:125
19977 msgid "Warn about overloaded virtual function names"
19980 #: cp/lang-options.h:129
19981 msgid "Don't warn when all ctors/dtors are private"
19984 #: cp/lang-options.h:131
19985 msgid "Warn about non virtual destructors"
19988 #: cp/lang-options.h:134
19989 msgid "Warn when a function is declared extern, then inline"
19992 #: cp/lang-options.h:137
19993 msgid "Warn when the compiler reorders code"
19996 #: cp/lang-options.h:140
19997 msgid "Warn when synthesis behavior differs from Cfront"
20000 #: cp/lang-options.h:144
20001 msgid "Don't warn when type converting pointers to member functions"
20004 #: cp/lang-options.h:146
20005 msgid "Warn about violations of Effective C++ style rules"
20008 #: cp/lang-options.h:149
20009 msgid "Warn when overload promotes from unsigned to signed"
20012 #: cp/lang-options.h:152
20013 msgid "Warn if a C style cast is used in a program"
20016 #: cp/lang-options.h:156
20018 "Don't warn when non-templatized friend functions are declared within a "
20022 #: cp/lang-options.h:159
20023 msgid "Don't announce deprecation of compiler features"
20039 msgid "(continued):"
20042 #: f/bad.c:486 f/bad.c:504
20043 msgid "[REPORT BUG!!] %"
20046 #: f/bad.c:493 f/bad.c:525
20047 msgid "[REPORT BUG!!]"
20052 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
20056 msgid "no INTEGER type can hold a pointer on this configuration"
20061 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
20066 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
20070 msgid "properly unless they all are 32 bits wide"
20074 msgid "Please keep this in mind before you report bugs."
20077 #. I/O will probably crash.
20080 msgid "configuration: char * holds %d bits, but ftnlen only %d"
20083 #. ASSIGN 10 TO I will crash.
20087 "configuration: char * holds %d bits, but INTEGER only %d --\n"
20088 " ASSIGN statement might fail"
20092 msgid "In statement function"
20096 msgid "Outside of any program unit:\n"
20101 msgid "%A from %B at %0%C"
20105 msgid "directory name must immediately follow -I"
20110 msgid "At %0, INCLUDE file %A exists, but is not readable"
20115 msgid "At %0, INCLUDE nesting too deep"
20120 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
20125 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
20131 "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
20136 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
20141 msgid "overflowed output arg list for `%s'"
20145 msgid "--driver no longer supported"
20150 msgid "argument to `%s' missing"
20154 msgid "no input files; unwilling to write output files"
20159 msgid "Implicit declaration of `%A' at %0"
20164 msgid "The meaning of `\\x' (at %0) varies with -traditional"
20169 msgid "The meaning of `\\a' (at %0) varies with -traditional"
20174 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
20179 msgid "Unknown escape sequence `\\%A' at %0"
20184 msgid "Unterminated escape sequence `\\' at %0"
20189 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
20194 msgid "\\x used at %0 with no following hex digits"
20199 msgid "Hex escape at %0 out of range"
20204 msgid "Escape sequence at %0 out of range for character"
20208 msgid "the meaning of `\\x' varies with -traditional"
20212 msgid "hex escape out of range"
20216 msgid "the meaning of `\\a' varies with -traditional"
20221 msgid "non-ANSI-standard escape sequence, `\\%c'"
20226 msgid "non-ISO escape sequence `\\%c'"
20231 msgid "unknown escape sequence `\\%c'"
20236 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
20240 msgid "badly formed directive -- no closing quote"
20244 msgid "bad directive -- missing close-quote"
20249 msgid "ignoring pragma: %s"
20252 #: f/lex.c:1329 f/lex.c:1373
20253 msgid "use `#line ...' instead of `# ...' in first line"
20258 msgid "Null character at %0 -- line ignored"
20263 msgid "INCLUDE at %0 not the only statement on the source line"
20266 #: f/ste.c:1404 f/ste.c:1755
20267 msgid "ASSIGNed FORMAT specifier is too small"
20270 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
20273 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
20277 msgid "ASSIGN to variable that is too small"
20281 msgid "ASSIGNed GOTO target variable is too small"
20286 msgid "Local adjustable symbol `%A' at %0"
20291 msgid "%s no longer supported -- try -fvxt"
20296 msgid "%s no longer supported -- try -fno-vxt -ff90"
20299 #: f/top.c:308 f/top.c:310
20301 msgid "%s disabled, use normal debugging flags"
20304 #: f/lang-options.h:33
20305 msgid "Print g77-specific compiler version info, run internal tests"
20308 #: f/lang-options.h:37
20309 msgid "Program is written in typical FORTRAN 66 dialect"
20312 #: f/lang-options.h:40
20313 msgid "Program is written in typical Unix f77 dialect"
20316 #: f/lang-options.h:42
20317 msgid "Program does not use Unix-f77 dialectal features"
20320 #: f/lang-options.h:44
20321 msgid "Program is written in Fortran-90-ish dialect"
20324 #: f/lang-options.h:48
20326 "Treat local vars and COMMON blocks as if they were named in SAVE statements"
20329 #: f/lang-options.h:50
20330 msgid "Allow $ in symbol names"
20333 #: f/lang-options.h:54
20334 msgid "f2c-compatible code need not be generated"
20337 #: f/lang-options.h:57
20338 msgid "Unsupported; do not generate libf2c-calling code"
20341 #: f/lang-options.h:59
20342 msgid "Unsupported; affects code-generation of arrays"
20345 #: f/lang-options.h:62
20346 msgid "Program is written in Fortran-90-ish free form"
20349 #: f/lang-options.h:67
20350 msgid "Warn about use of (only a few for now) Fortran extensions"
20353 #: f/lang-options.h:70
20354 msgid "Program is written in VXT (Digital-like) FORTRAN"
20357 #: f/lang-options.h:73
20358 msgid "Disallow all ugly features"
20361 #: f/lang-options.h:76
20362 msgid "Hollerith and typeless constants not passed as arguments"
20365 #: f/lang-options.h:78
20366 msgid "Allow ordinary copying of ASSIGN'ed vars"
20369 #: f/lang-options.h:81
20370 msgid "Dummy array dimensioned to (1) is assumed-size"
20373 #: f/lang-options.h:84
20374 msgid "Trailing comma in procedure call denotes null argument"
20377 #: f/lang-options.h:87
20378 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
20381 #: f/lang-options.h:91
20382 msgid "Initialization via DATA and PARAMETER is type-compatible"
20385 #: f/lang-options.h:93
20386 msgid "Allow INTEGER and LOGICAL interchangeability"
20389 #: f/lang-options.h:96
20390 msgid "Print internal debugging-related info"
20393 #: f/lang-options.h:99
20394 msgid "Initialize local vars and arrays to zero"
20397 #: f/lang-options.h:103
20398 msgid "Backslashes in character/hollerith constants not special (C-style)"
20401 #: f/lang-options.h:105
20402 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
20405 #: f/lang-options.h:109
20406 msgid "Disable the appending of underscores to externals"
20409 #: f/lang-options.h:112
20410 msgid "Never append a second underscore to externals"
20413 #: f/lang-options.h:114
20414 msgid "Intrinsics spelled as e.g. SqRt"
20417 #: f/lang-options.h:116
20418 msgid "Intrinsics in uppercase"
20421 #: f/lang-options.h:119
20422 msgid "Intrinsics letters in arbitrary cases"
20425 #: f/lang-options.h:121
20426 msgid "Language keywords spelled as e.g. IOStat"
20429 #: f/lang-options.h:123
20430 msgid "Language keywords in uppercase"
20433 #: f/lang-options.h:126
20434 msgid "Language keyword letters in arbitrary cases"
20437 #: f/lang-options.h:128
20438 msgid "Internally convert most source to uppercase"
20441 #: f/lang-options.h:131
20442 msgid "Internally preserve source case"
20445 #: f/lang-options.h:133
20446 msgid "Symbol names spelled in mixed case"
20449 #: f/lang-options.h:135
20450 msgid "Symbol names in uppercase"
20453 #: f/lang-options.h:137
20454 msgid "Symbol names in lowercase"
20457 #: f/lang-options.h:140
20458 msgid "Program written in uppercase"
20461 #: f/lang-options.h:142
20462 msgid "Program written in lowercase"
20465 #: f/lang-options.h:144
20466 msgid "Program written in strict mixed-case"
20469 #: f/lang-options.h:146
20470 msgid "Compile as if program written in uppercase"
20473 #: f/lang-options.h:148
20474 msgid "Compile as if program written in lowercase"
20477 #: f/lang-options.h:150
20478 msgid "Preserve all spelling (case) used in program"
20481 #: f/lang-options.h:152
20482 msgid "Delete libU77 intrinsics with bad interfaces"
20485 #: f/lang-options.h:154
20486 msgid "Disable libU77 intrinsics with bad interfaces"
20489 #: f/lang-options.h:157
20490 msgid "Hide libU77 intrinsics with bad interfaces"
20493 #: f/lang-options.h:159
20494 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
20497 #: f/lang-options.h:161
20498 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
20501 #: f/lang-options.h:164
20502 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
20505 #: f/lang-options.h:166
20506 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
20509 #: f/lang-options.h:168
20510 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
20513 #: f/lang-options.h:171
20514 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
20517 #: f/lang-options.h:173
20518 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
20521 #: f/lang-options.h:175
20522 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
20525 #: f/lang-options.h:178
20526 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
20529 #: f/lang-options.h:180
20530 msgid "Delete MIL-STD 1753 intrinsics"
20533 #: f/lang-options.h:182
20534 msgid "Disable MIL-STD 1753 intrinsics"
20537 #: f/lang-options.h:185
20538 msgid "Hide MIL-STD 1753 intrinsics"
20541 #: f/lang-options.h:187
20542 msgid "Delete libU77 intrinsics"
20545 #: f/lang-options.h:189
20546 msgid "Disable libU77 intrinsics"
20549 #: f/lang-options.h:192
20550 msgid "Hide libU77 intrinsics"
20553 #: f/lang-options.h:194
20554 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20557 #: f/lang-options.h:196
20558 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20561 #: f/lang-options.h:199
20562 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20565 #: f/lang-options.h:201
20566 msgid "Treat initial values of 0 like non-zero values"
20569 #: f/lang-options.h:204
20571 "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
20574 #: f/lang-options.h:207
20575 msgid "Take at least one trip through each iterative DO loop"
20578 #: f/lang-options.h:211
20579 msgid "Print names of program units as they are compiled"
20582 #: f/lang-options.h:214
20583 msgid "Disable fatal diagnostics about inter-procedural problems"
20586 #: f/lang-options.h:216
20587 msgid "Make prefix-radix non-decimal constants be typeless"
20590 #: f/lang-options.h:219
20591 msgid "Generate code to check subscript and substring bounds"
20594 #: f/lang-options.h:222
20595 msgid "Fortran-specific form of -fbounds-check"
20598 #: f/lang-options.h:226
20599 msgid "Disable warnings about inter-procedural problems"
20602 #: f/lang-options.h:230
20603 msgid "Warn about constructs with surprising meanings"
20606 #: f/lang-options.h:235
20607 msgid "Add a directory for INCLUDE searching"
20610 #: f/lang-options.h:237
20611 msgid "Set the maximum line length"
20616 msgid "Missing first operand for binary operator at %0"
20621 msgid "Zero-length character constant at %0"
20626 msgid "Invalid token at %0 in expression or subexpression at %1"
20631 msgid "Missing operand for operator at %1 at end of expression at %0"
20636 msgid "Label %A already defined at %1 when redefined at %0"
20641 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
20646 msgid "Label definition %A at %0 on empty statement (as of %1)"
20651 msgid "Invalid first character at %0 [info -f g77 M LEX]"
20656 msgid "Line too long as of %0 [info -f g77 M LEX]"
20661 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
20666 msgid "Label number at %0 not in range 1-99999"
20671 msgid "At %0, '!' and '/*' are not valid comment delimiters"
20677 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
20683 "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M "
20689 msgid "Character constant at %0 has no closing apostrophe at %1"
20695 "Hollerith constant at %0 specified %A more characters than are present as of "
20701 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
20706 msgid "Integer at %0 too large"
20712 "Period at %0 not followed by digits for floating-point number or by `NOT.', "
20713 "`TRUE.', or `FALSE.'"
20718 msgid "Missing close-period between `.%A' at %0 and %1"
20724 "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent "
20730 msgid "Missing value at %1 for real-number exponent at %0"
20735 msgid "Expected binary operator between expressions at %0 and at %1"
20740 msgid "Semicolon at %0 is an invalid token"
20745 msgid "Extraneous comma in FORMAT statement at %0"
20750 msgid "Missing comma in FORMAT statement at %0"
20755 msgid "Spurious sign in FORMAT statement at %0"
20760 msgid "Spurious number in FORMAT statement at %0"
20765 msgid "Spurious text trailing number in FORMAT statement at %0"
20770 msgid "Unrecognized FORMAT specifier at %0"
20775 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
20780 msgid "Missing number following period in FORMAT statement at %0"
20785 msgid "Missing number following `E' in FORMAT statement at %0"
20790 msgid "Spurious trailing comma preceding terminator at %0"
20796 "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not "
20797 "specifying the assignment operator (=)"
20803 "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement "
20804 "specifying the assignment operator (=)"
20810 "Cannot specify =initialization-expr at %0 unless `::' appears before list of "
20816 msgid "Reference to label at %1 inconsistent with its definition at %0"
20821 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
20826 msgid "DO-statement reference to label at %1 follows its definition at %0"
20831 msgid "Reference to label at %1 is outside block containing definition at %0"
20837 "DO-statement references to label at %0 and %2 separated by unterminated "
20838 "block starting at %1"
20844 "DO-statement reference to label at %0 and label definition at %2 separated "
20845 "by unterminated block starting at %1"
20850 msgid "Label definition at %0 invalid on this kind of statement"
20855 msgid "Statement at %0 invalid in this context"
20860 msgid "Statement at %0 invalid in context established by statement at %1"
20865 msgid "Statement at %0 must specify construct name specified at %1"
20870 msgid "Construct name at %0 superfluous, no construct name specified at %1"
20875 msgid "Construct name at %0 not the same as construct name at %1"
20881 "Construct name at %0 does not match construct name for any containing DO "
20887 msgid "Label definition missing at %0 for DO construct specifying label at %1"
20892 msgid "Statement at %0 follows ELSE block for IF construct at %1"
20897 msgid "No label definition for FORMAT statement at %0"
20902 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
20908 "END statement at %0 missing `%A' keyword required for internal or module "
20909 "procedure(s) bounded by %1"
20915 "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 "
20916 "specifies no generic name, operator, or assignment"
20921 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
20926 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
20931 msgid "Program unit name at %0 not the same as name at %1"
20936 msgid "Type name at %0 not the same as name at %1"
20941 msgid "End of source file before end of block started at %0"
20946 msgid "Undefined label, first referenced at %0"
20952 "SAVE statement or attribute at %1 cannot be specified along with SAVE "
20953 "statement or attribute at %0"
20959 "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or "
20960 "PRIVATE statement at %0"
20965 msgid "RETURN statement at %0 invalid within a main program unit"
20970 msgid "Alternate return specifier at %0 invalid within a main program unit"
20975 msgid "Alternate return specifier at %0 invalid within a function"
20981 "Access specifier or PRIVATE statement at %0 invalid for derived-type "
20982 "definition within other than the specification part of a module"
20988 "Access specifier at %0 must immediately follow derived-type statement at %1 "
20989 "with no intervening statements"
20995 "No components specified as of %0 for derived-type definition beginning at %1"
21001 "No components specified as of %0 for structure definition beginning at %1"
21006 msgid "Missing structure name for outer structure definition at %0"
21012 "Field names at %0 for outer structure definition -- specify them in a "
21013 "subsequent RECORD statement instead"
21019 "Missing field name(s) for structure definition at %0 within structure "
21025 msgid "No components specified as of %0 for map beginning at %1"
21031 "Zero or one maps specified as of %0 for union beginning at %1 -- at least "
21037 msgid "Missing %A specifier in statement at %0"
21042 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
21047 msgid "Conflicting I/O control specifications at %0 and %1"
21052 msgid "No UNIT= specifier in I/O control list at %0"
21058 "Specification at %0 requires ADVANCE=`NO' specification in same I/O control "
21065 "Specification at %0 requires explicit FMT= specification in same I/O control "
21071 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
21076 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
21082 "Type and/or kind-type parameter disagreement between CASE value or value "
21083 "within range at %0 and SELECT CASE at %1"
21089 "Range specification at %0 invalid for CASE statement within logical-type "
21090 "SELECT CASE statement"
21095 msgid "Fortran 90 feature at %0 unsupported"
21101 "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %"
21107 msgid "Null element at %0 for array reference at %1"
21112 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
21117 msgid "Too many elements as of %0 for array reference at %1"
21122 msgid "Missing colon as of %0 in substring reference for %1"
21127 msgid "Invalid use at %0 of substring operator on %1"
21132 msgid "Substring begin/end point at %0 out of defined range"
21137 msgid "Array element value at %0 out of defined range"
21142 msgid "Expression at %0 has incorrect data type or rank for its context"
21147 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
21152 msgid "%A step count known to be 0 (zero) at %0"
21157 msgid "%A end value plus step count known to overflow at %0"
21163 "%A begin, end, and step-count values known to result in implementation-"
21164 "dependent behavior due to overflow(s) in intermediate calculations at %0"
21170 "%A begin, end, and step-count values known to result in no iterations at %0"
21175 msgid "Type disagreement between expressions at %0 and %1"
21180 msgid "No specification for implied-DO iterator `%A' at %0"
21185 msgid "Gratuitous parentheses surround implied-DO construct at %0"
21190 msgid "Zero-size specification invalid at %0"
21195 msgid "Zero-size array at %0"
21200 msgid "Target machine does not support complex entity of kind specified at %0"
21205 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
21210 msgid "Attempt to raise constant zero to a power at %0"
21215 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
21220 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
21225 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
21230 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
21236 "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
21241 msgid "Unable to open INCLUDE file `%A' at %0"
21246 msgid "Null argument at %0 for statement function reference at %1"
21251 msgid "Null argument at %0 for procedure invocation at %1"
21257 "%A too few arguments (starting with dummy argument `%B') as of %0 for "
21258 "statement function reference at %1"
21263 msgid "%A too many arguments as of %0 for statement function reference at %1"
21269 "Array supplied at %1 for dummy argument `%A' in statement function reference "
21275 msgid "Unsupported FORMAT specifier at %0"
21280 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
21285 msgid "Unsupported VXT statement at %0"
21290 msgid "Attempt to specify second initial value for `%A' at %0"
21295 msgid "Too few initial values in list of initializers for `%A' at %0"
21300 msgid "Too many initial values in list of initializers starting at %0"
21306 "Array or substring specification for `%A' out of range in statement at %0"
21312 "Array subscript #%B out of range for initialization of `%A' in statement at %"
21319 "Implied do-loop step count of 0 (zero) for iteration variable `%A' in "
21326 "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in "
21333 "Not an integer constant expression in implied do-loop in statement at %0"
21338 msgid "Attempt to specify second initial value for element of `%A' at %0"
21343 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
21349 "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
21355 "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D "
21356 "bytes offset from `%B'"
21362 "Array or substring specification for `%A' out of range in EQUIVALENCE "
21368 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
21373 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
21378 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
21384 "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%"
21390 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
21395 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
21401 "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for "
21402 "example, `%A' and `%B'"
21407 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
21413 "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at "
21419 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
21424 msgid "Blank common initialized at %0"
21430 "Intrinsic `%A' is passed as actual argument at %0 but not explicitly "
21431 "declared INTRINSIC"
21437 "External procedure `%A' is passed as actual argument at %0 but not "
21438 "explicitly declared EXTERNAL"
21443 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
21448 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
21454 "Character `%A' not followed at some point by lower-case character in symbol "
21460 msgid "Initial character `%A' is lower-case in symbol name at %0"
21466 "NAMELIST not adequately supported by run-time library for source files with "
21472 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
21477 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
21482 msgid "Truncating characters on right side of character constant at %0"
21487 msgid "Truncating characters on right side of hollerith constant at %0"
21492 msgid "Truncating non-zero data on left side of numeric constant at %0"
21497 msgid "Truncating non-zero data on left side of typeless constant at %0"
21502 msgid "Typeless constant at %0 too large"
21507 msgid "First-column ampersand continuation at %0"
21510 #: f/bad.def:1055 f/bad.def:1058
21513 "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
21516 #: f/bad.def:1061 f/bad.def:1064
21518 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
21521 #: f/bad.def:1067 f/bad.def:1070
21523 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
21529 "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M "
21536 "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M "
21540 #: f/bad.def:1079 f/bad.def:1082
21543 "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
21548 msgid "Array `%A' at %0 is too large to handle"
21553 msgid "Statement function `%A' defined at %0 is not used"
21559 "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M "
21565 msgid "Internal compiler error -- cannot perform operation"
21568 #. Kind messages are used in diagnostic location reports of the
21569 #. form "<file>: In function `foo': <error message>".
21571 msgid "In unknown kind"
21579 msgid "In function"
21583 msgid "In subroutine"
21591 msgid "In block-data unit"
21595 msgid "In common block"
21599 msgid "In construct"
21603 msgid "In namelist"
21607 msgid "In anything"
21610 #: java/check-init.c:915
21612 msgid "internal error in check-init: tree code not implemented: %s"
21615 #: java/check-init.c:988
21617 msgid "final field '%s' may not have been initialized"
21620 #: java/class.c:567 java/class.c:592
21621 msgid "internal error - too many interface type"
21624 #: java/class.c:742
21625 msgid "bad method signature"
21628 #: java/class.c:791
21629 msgid "misplaced ConstantValue attribute (not in any field)"
21632 #: java/class.c:793
21634 msgid "duplicate ConstantValue attribute for field '%s'"
21637 #: java/class.c:804
21639 msgid "ConstantValue attribute of field '%s' has wrong type"
21642 #: java/class.c:1168
21644 msgid "field '%s' not found in class"
21647 #: java/class.c:1426
21648 msgid "abstract method in non-abstract class"
21651 #: java/class.c:2111
21653 msgid "non-static method '%s' overrides static method"
21656 #: java/decl.c:1511
21658 msgid "In %s: overlapped variable and exception ranges at %d"
21661 #: java/decl.c:1599
21662 msgid "bad type in parameter debug info"
21665 #: java/decl.c:1609
21667 msgid "bad PC range for debug info for local `%s'"
21671 msgid "stack underflow - dup* operation"
21674 #: java/expr.c:1504
21677 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
21680 #: java/expr.c:1533
21682 msgid "field `%s' not found"
21685 #: java/expr.c:1684
21686 msgid "ret instruction not implemented"
21689 #: java/expr.c:1821
21691 msgid "method '%s' not found in class"
21694 #: java/expr.c:2025
21696 msgid "failed to find class '%s'"
21699 #: java/expr.c:2037
21701 msgid "class '%s' has no method named '%s' matching signature '%s'"
21704 #: java/expr.c:2047
21705 msgid "invokestatic on non static method"
21708 #: java/expr.c:2052
21709 msgid "invokestatic on abstract method"
21712 #: java/expr.c:2060
21713 msgid "invoke[non-static] on static method"
21716 #: java/expr.c:2342
21718 msgid "missing field '%s' in '%s'"
21721 #: java/expr.c:2348
21723 msgid "mismatching signature for field '%s' in '%s'"
21726 #: java/expr.c:2371
21728 msgid "assignment to final field `%s' not in field's class"
21731 #: java/expr.c:2376
21733 msgid "assignment to final static field `%s' not in class initializer"
21736 #: java/expr.c:2383
21738 msgid "assignment to final field `%s' not in constructor"
21741 #: java/expr.c:2621
21743 msgid "can't expand %s"
21746 #: java/expr.c:2797
21747 msgid "invalid PC in line number table"
21750 #. We've just reached the end of a region of dead code.
21751 #: java/expr.c:2842
21753 msgid "unreachable bytecode from %d to before %d"
21756 #. We've just reached the end of a region of dead code.
21757 #: java/expr.c:2879
21759 msgid "unreachable bytecode from %d to the end of the method"
21762 #. duplicate code from LOAD macro
21763 #: java/expr.c:3198
21764 msgid "unrecogized wide sub-instruction"
21767 #: java/jcf-io.c:410
21770 "source file for class `%s' is newer than its matching class file. Source "
21771 "file `%s' used instead"
21774 #: java/jcf-parse.c:379
21775 msgid "bad string constant"
21778 #: java/jcf-parse.c:435
21780 msgid "bad value constant type %d, index %d"
21783 #: java/jcf-parse.c:693
21785 msgid "cannot find file for class %s"
21788 #: java/jcf-parse.c:705
21789 msgid "not a valid Java .class file"
21792 #: java/jcf-parse.c:708
21793 msgid "error while parsing constant pool"
21796 #: java/jcf-parse.c:711
21798 msgid "error in constant pool entry #%d\n"
21801 #. FIXME - where was first time
21802 #: java/jcf-parse.c:723
21804 msgid "reading class %s for the second time from %s"
21807 #: java/jcf-parse.c:741
21808 msgid "error while parsing fields"
21811 #: java/jcf-parse.c:744
21812 msgid "error while parsing methods"
21815 #: java/jcf-parse.c:747
21816 msgid "error while parsing final attributes"
21819 #: java/jcf-parse.c:761
21822 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
21823 "length `gnu.gcj.gcj-compiled' attribute. This generally means that your "
21824 "classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the "
21825 "info page describing how to set the classpath"
21828 #: java/jcf-parse.c:851
21829 msgid "missing Code attribute"
21832 #: java/jcf-parse.c:1084
21833 msgid "source file seen twice on command line and will be compiled only once"
21836 #: java/jcf-parse.c:1100
21837 msgid "no input file specified"
21840 #: java/jcf-parse.c:1132
21842 msgid "can't close input file %s"
21845 #: java/jcf-parse.c:1169
21847 msgid "bad zip/jar file %s"
21850 #: java/jcf-write.c:2626
21853 "internal error in generate_bytecode_insn - tree code not implemented: %s"
21856 #: java/jcf-write.c:2933
21857 msgid "field initializer type mismatch"
21860 #: java/jcf-write.c:3342
21862 msgid "can't create directory %s"
21865 #: java/jcf-write.c:3369
21867 msgid "can't to open %s"
21870 #: java/jv-scan.c:183
21871 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
21874 #: java/jv-scan.c:186
21876 msgid "can't open output file `%s'"
21879 #: java/jv-scan.c:220
21881 msgid "file not found `%s'"
21884 #: java/jvspec.c:384
21885 msgid "can't specify `-D' without `--main'\n"
21888 #: java/jvspec.c:390
21889 msgid "-R requires -o"
21892 #: java/jvspec.c:397
21893 msgid "warning: already-compiled .class files ignored with -C"
21896 #: java/jvspec.c:404
21897 msgid "cannot specify both -C and -o"
21900 #: java/jvspec.c:416
21901 msgid "cannot create temporary file"
21904 #: java/jvspec.c:444
21905 msgid "using both @FILE with multiple files not implemented"
21908 #: java/jvspec.c:501
21909 msgid "cannot specify `main' class when not linking"
21913 msgid "can't do dependency tracking with input from stdin"
21917 msgid "couldn't determine target name for dependency tracking"
21923 "unknown encoding: `%s'\n"
21924 "This might mean that your locale's encoding is not supported\n"
21925 "by your system's iconv(3) implementation. If you aren't trying\n"
21926 "to use a particular encoding for your input file, try the\n"
21927 "`--encoding=UTF-8' option"
21930 #: java/mangle.c:85
21932 msgid "can't mangle %s"
21935 #: java/mangle_name.c:145 java/mangle_name.c:217
21936 msgid "internal error - invalid Utf8 name"
21939 #: /u2/repo/gcc/gcc/java/parse.y:748 /u2/repo/gcc/gcc/java/parse.y:786
21940 msgid "Missing name"
21943 #: /u2/repo/gcc/gcc/java/parse.y:750 /u2/repo/gcc/gcc/java/parse.y:788
21944 #: /u2/repo/gcc/gcc/java/parse.y:813 /u2/repo/gcc/gcc/java/parse.y:997
21945 #: /u2/repo/gcc/gcc/java/parse.y:1344 /u2/repo/gcc/gcc/java/parse.y:1555
21946 #: /u2/repo/gcc/gcc/java/parse.y:1557 /u2/repo/gcc/gcc/java/parse.y:1786
21947 #: /u2/repo/gcc/gcc/java/parse.y:1812 /u2/repo/gcc/gcc/java/parse.y:1823
21948 #: /u2/repo/gcc/gcc/java/parse.y:1834 /u2/repo/gcc/gcc/java/parse.y:1846
21949 msgid "';' expected"
21952 #: /u2/repo/gcc/gcc/java/parse.y:811
21953 msgid "'*' expected"
21956 #: /u2/repo/gcc/gcc/java/parse.y:825
21957 msgid "Class or interface declaration expected"
21960 #: /u2/repo/gcc/gcc/java/parse.y:860 /u2/repo/gcc/gcc/java/parse.y:862
21961 msgid "Missing class name"
21964 #: /u2/repo/gcc/gcc/java/parse.y:865 /u2/repo/gcc/gcc/java/parse.y:869
21965 #: /u2/repo/gcc/gcc/java/parse.y:877 /u2/repo/gcc/gcc/java/parse.y:1042
21966 #: /u2/repo/gcc/gcc/java/parse.y:1290 /u2/repo/gcc/gcc/java/parse.y:1292
21967 #: /u2/repo/gcc/gcc/java/parse.y:1621 /u2/repo/gcc/gcc/java/parse.y:1857
21968 #: /u2/repo/gcc/gcc/java/parse.y:1889 /u2/repo/gcc/gcc/java/parse.y:1941
21969 msgid "'{' expected"
21972 #: /u2/repo/gcc/gcc/java/parse.y:879
21973 msgid "Missing super class name"
21976 #: /u2/repo/gcc/gcc/java/parse.y:889 /u2/repo/gcc/gcc/java/parse.y:905
21977 msgid "Missing interface name"
21980 #: /u2/repo/gcc/gcc/java/parse.y:976 /u2/repo/gcc/gcc/java/parse.y:1309
21981 #: /u2/repo/gcc/gcc/java/parse.y:1370 /u2/repo/gcc/gcc/java/parse.y:1579
21982 #: /u2/repo/gcc/gcc/java/parse.y:1801 /u2/repo/gcc/gcc/java/parse.y:1810
21983 #: /u2/repo/gcc/gcc/java/parse.y:1821 /u2/repo/gcc/gcc/java/parse.y:1832
21984 #: /u2/repo/gcc/gcc/java/parse.y:1844 /u2/repo/gcc/gcc/java/parse.y:1861
21985 #: /u2/repo/gcc/gcc/java/parse.y:1863 /u2/repo/gcc/gcc/java/parse.y:1934
21986 #: /u2/repo/gcc/gcc/java/parse.y:2105 /u2/repo/gcc/gcc/java/parse.y:2167
21987 #: /u2/repo/gcc/gcc/java/parse.y:2319 /u2/repo/gcc/gcc/java/parse.y:2331
21988 #: /u2/repo/gcc/gcc/java/parse.y:2338 /u2/repo/gcc/gcc/java/parse.y:2345
21989 #: /u2/repo/gcc/gcc/java/parse.y:2356 /u2/repo/gcc/gcc/java/parse.y:2358
21990 #: /u2/repo/gcc/gcc/java/parse.y:2396 /u2/repo/gcc/gcc/java/parse.y:2398
21991 #: /u2/repo/gcc/gcc/java/parse.y:2400 /u2/repo/gcc/gcc/java/parse.y:2421
21992 #: /u2/repo/gcc/gcc/java/parse.y:2423 /u2/repo/gcc/gcc/java/parse.y:2425
21993 #: /u2/repo/gcc/gcc/java/parse.y:2441 /u2/repo/gcc/gcc/java/parse.y:2443
21994 #: /u2/repo/gcc/gcc/java/parse.y:2464 /u2/repo/gcc/gcc/java/parse.y:2466
21995 #: /u2/repo/gcc/gcc/java/parse.y:2468 /u2/repo/gcc/gcc/java/parse.y:2496
21996 #: /u2/repo/gcc/gcc/java/parse.y:2498 /u2/repo/gcc/gcc/java/parse.y:2500
21997 #: /u2/repo/gcc/gcc/java/parse.y:2502 /u2/repo/gcc/gcc/java/parse.y:2520
21998 #: /u2/repo/gcc/gcc/java/parse.y:2522 /u2/repo/gcc/gcc/java/parse.y:2533
21999 #: /u2/repo/gcc/gcc/java/parse.y:2544 /u2/repo/gcc/gcc/java/parse.y:2555
22000 #: /u2/repo/gcc/gcc/java/parse.y:2566 /u2/repo/gcc/gcc/java/parse.y:2577
22001 #: /u2/repo/gcc/gcc/java/parse.y:2590 /u2/repo/gcc/gcc/java/parse.y:2594
22002 #: /u2/repo/gcc/gcc/java/parse.y:2596 /u2/repo/gcc/gcc/java/parse.y:2609
22003 msgid "Missing term"
22006 #: /u2/repo/gcc/gcc/java/parse.y:991
22007 msgid "Missing variable initializer"
22010 #: /u2/repo/gcc/gcc/java/parse.y:1008
22011 msgid "Invalid declaration"
22014 #: /u2/repo/gcc/gcc/java/parse.y:1014
22015 msgid "Can't specify array dimension in a declaration"
22018 #: /u2/repo/gcc/gcc/java/parse.y:1016 /u2/repo/gcc/gcc/java/parse.y:1092
22019 #: /u2/repo/gcc/gcc/java/parse.y:2142 /u2/repo/gcc/gcc/java/parse.y:2164
22020 #: /u2/repo/gcc/gcc/java/parse.y:2168 /u2/repo/gcc/gcc/java/parse.y:2203
22021 #: /u2/repo/gcc/gcc/java/parse.y:2280 /u2/repo/gcc/gcc/java/parse.y:2290
22022 msgid "']' expected"
22025 #: /u2/repo/gcc/gcc/java/parse.y:1020
22026 msgid "Unbalanced ']'"
22029 #: /u2/repo/gcc/gcc/java/parse.y:1056
22030 msgid "Invalid method declaration, method name required"
22033 #: /u2/repo/gcc/gcc/java/parse.y:1062 /u2/repo/gcc/gcc/java/parse.y:1064
22034 #: /u2/repo/gcc/gcc/java/parse.y:2025
22035 msgid "Identifier expected"
22038 #: /u2/repo/gcc/gcc/java/parse.y:1067
22039 msgid "Invalid method declaration, return type required"
22042 #: /u2/repo/gcc/gcc/java/parse.y:1090 /u2/repo/gcc/gcc/java/parse.y:1535
22043 #: /u2/repo/gcc/gcc/java/parse.y:1542 /u2/repo/gcc/gcc/java/parse.y:1551
22044 #: /u2/repo/gcc/gcc/java/parse.y:1553 /u2/repo/gcc/gcc/java/parse.y:1581
22045 #: /u2/repo/gcc/gcc/java/parse.y:1689 /u2/repo/gcc/gcc/java/parse.y:1970
22046 #: /u2/repo/gcc/gcc/java/parse.y:2023
22047 msgid "')' expected"
22050 #: /u2/repo/gcc/gcc/java/parse.y:1106
22051 msgid "Missing formal parameter term"
22054 #: /u2/repo/gcc/gcc/java/parse.y:1121 /u2/repo/gcc/gcc/java/parse.y:1126
22055 msgid "Missing identifier"
22058 #: /u2/repo/gcc/gcc/java/parse.y:1146 /u2/repo/gcc/gcc/java/parse.y:1155
22059 msgid "Missing class type term"
22062 #: /u2/repo/gcc/gcc/java/parse.y:1307
22063 msgid "Invalid interface type"
22066 #: /u2/repo/gcc/gcc/java/parse.y:1499 /u2/repo/gcc/gcc/java/parse.y:1668
22067 #: /u2/repo/gcc/gcc/java/parse.y:1670
22068 msgid "':' expected"
22071 #: /u2/repo/gcc/gcc/java/parse.y:1521 /u2/repo/gcc/gcc/java/parse.y:1526
22072 #: /u2/repo/gcc/gcc/java/parse.y:1531
22073 msgid "Invalid expression statement"
22076 #: /u2/repo/gcc/gcc/java/parse.y:1549 /u2/repo/gcc/gcc/java/parse.y:1577
22077 #: /u2/repo/gcc/gcc/java/parse.y:1617 /u2/repo/gcc/gcc/java/parse.y:1685
22078 #: /u2/repo/gcc/gcc/java/parse.y:1753 /u2/repo/gcc/gcc/java/parse.y:1859
22079 #: /u2/repo/gcc/gcc/java/parse.y:1927 /u2/repo/gcc/gcc/java/parse.y:2017
22080 #: /u2/repo/gcc/gcc/java/parse.y:2019 /u2/repo/gcc/gcc/java/parse.y:2027
22081 #: /u2/repo/gcc/gcc/java/parse.y:2263 /u2/repo/gcc/gcc/java/parse.y:2265
22082 msgid "'(' expected"
22085 #: /u2/repo/gcc/gcc/java/parse.y:1619
22086 msgid "Missing term or ')'"
22089 #: /u2/repo/gcc/gcc/java/parse.y:1666
22090 msgid "Missing or invalid constant expression"
22093 #: /u2/repo/gcc/gcc/java/parse.y:1687
22094 msgid "Missing term and ')' expected"
22097 #: /u2/repo/gcc/gcc/java/parse.y:1726
22098 msgid "Invalid control expression"
22101 #: /u2/repo/gcc/gcc/java/parse.y:1728 /u2/repo/gcc/gcc/java/parse.y:1730
22102 msgid "Invalid update expression"
22105 #: /u2/repo/gcc/gcc/java/parse.y:1755
22106 msgid "Invalid init statement"
22109 #: /u2/repo/gcc/gcc/java/parse.y:1930
22110 msgid "Missing term or ')' expected"
22113 #: /u2/repo/gcc/gcc/java/parse.y:1972
22114 msgid "'class' or 'this' expected"
22117 #: /u2/repo/gcc/gcc/java/parse.y:1974 /u2/repo/gcc/gcc/java/parse.y:1976
22118 msgid "'class' expected"
22121 #: /u2/repo/gcc/gcc/java/parse.y:2021
22122 msgid "')' or term expected"
22125 #: /u2/repo/gcc/gcc/java/parse.y:2140
22126 msgid "'[' expected"
22129 #: /u2/repo/gcc/gcc/java/parse.y:2218
22130 msgid "Field expected"
22133 #: /u2/repo/gcc/gcc/java/parse.y:2275 /u2/repo/gcc/gcc/java/parse.y:2285
22134 msgid "Missing term and ']' expected"
22137 #: /u2/repo/gcc/gcc/java/parse.y:2389
22138 msgid "']' expected, invalid type expression"
22141 #: /u2/repo/gcc/gcc/java/parse.y:2392
22142 msgid "Invalid type expression"
22145 #: /u2/repo/gcc/gcc/java/parse.y:2504
22146 msgid "Invalid reference type"
22149 #: /u2/repo/gcc/gcc/java/parse.y:2982
22150 msgid "Constructor invocation must be first thing in a constructor"
22153 #: /u2/repo/gcc/gcc/java/parse.y:2984
22154 msgid "Only constructors can invoke constructors"
22157 #: /u2/repo/gcc/gcc/java/parse.y:2993
22159 msgid ": `%s' JDK1.1(TM) feature"
22162 #: /u2/repo/gcc/gcc/java/parse.y:3053 /u2/repo/gcc/gcc/java/parse.y:3055
22169 #: /u2/repo/gcc/gcc/java/parse.y:6789
22171 msgid "malformed .zip archive in CLASSPATH: %s"
22174 #: /u2/repo/gcc/gcc/java/parse.y:6860
22177 "Can't find default package `%s'. Check the CLASSPATH environment variable "
22178 "and the access to the archives"
22181 #: /u2/repo/gcc/gcc/java/parse.y:12211
22183 msgid "missing static field `%s'"
22186 #: /u2/repo/gcc/gcc/java/parse.y:12216
22188 msgid "not a static field `%s'"
22191 #: /u2/repo/gcc/gcc/java/parse.y:12259
22193 msgid "No case for %s"
22196 #: /u2/repo/gcc/gcc/java/parse.y:13160
22198 msgid "unregistered operator %s"
22201 #: java/typeck.c:566
22202 msgid "junk at end of signature string"
22205 #: java/verify.c:480
22206 msgid "bad pc in exception_table"
22209 #: java/verify.c:1392
22211 msgid "unknown opcode %d@pc=%d during verification"
22214 #: java/verify.c:1462 java/verify.c:1475 java/verify.c:1479
22216 msgid "verification error at PC=%d"
22219 #: java/lang-options.h:32
22220 msgid "Disable automatic array bounds checking"
22223 #: java/lang-options.h:34
22224 msgid "Assume native functions are implemented using JNI"
22227 #: java/lang-options.h:36
22228 msgid "Set class path and suppress system path"
22231 #: java/lang-options.h:38
22232 msgid "Set class path"
22235 #: java/lang-options.h:40
22236 msgid "Choose class whose main method should be used"
22239 #: java/lang-options.h:42
22240 msgid "Choose input encoding (default comes from locale)"
22243 #: java/lang-options.h:44
22244 msgid "Add directory to class path"
22247 #: java/lang-options.h:46
22248 msgid "Directory where class files should be written"
22251 #: java/lang-options.h:48
22252 msgid "Warn if modifiers are specified when not necessary"
22255 #: java/lang-options.h:50
22256 msgid "Warn if deprecated empty statements are found"
22259 #: java/lang-options.h:52
22260 msgid "Warn if .class files are out of date"
22263 #: java/lang-options.h:54
22264 msgid "Always check for non gcj generated classes archives"
22267 #: java/lang-options.h:56
22268 msgid "Never optimize static class initialization code"
22271 #: objc/objc-act.c:606
22272 msgid "no class name specified as argument to -fconstant-string-class"
22275 #: objc/objc-act.c:757
22277 msgid "object does not conform to the `%s' protocol"
22280 #: objc/objc-act.c:801
22282 msgid "class `%s' does not implement the `%s' protocol"
22285 #: objc/objc-act.c:939
22287 msgid "unexpected type for `id' (%s)"
22290 #: objc/objc-act.c:944
22291 msgid "undefined type `id', please import <objc/objc.h>"
22294 #: objc/objc-act.c:996
22296 msgid "protocol `%s' has circular dependency"
22299 #: objc/objc-act.c:1018 objc/objc-act.c:5229
22301 msgid "cannot find protocol declaration for `%s'"
22304 #: objc/objc-act.c:1279 objc/objc-act.c:5747 objc/objc-act.c:6077
22305 #: objc/objc-act.c:6126 objc/objc-act.c:6162 objc-parse.y:1752
22307 msgid "cannot find interface declaration for `%s'"
22310 #: objc/objc-act.c:1304
22312 msgid "cannot find reference tag for class `%s'"
22315 #: objc/objc-act.c:2314
22317 msgid "cannot find class `%s'"
22320 #: objc/objc-act.c:2316
22322 msgid "class `%s' already exists"
22325 #. fatal did not work with 2 args...should fix
22326 #: objc/objc-act.c:2440
22328 msgid "cannot find interface declaration for `%s', superclass of `%s'"
22331 #: objc/objc-act.c:2447
22333 msgid "circular inheritance in interface declaration for `%s'"
22336 #: objc/objc-act.c:3500 objc/objc-act.c:3517
22337 msgid "inconsistent instance variable specification"
22340 #: objc/objc-act.c:4710
22342 msgid "multiple declarations for method `%s'"
22345 #: objc/objc-act.c:4876
22347 msgid "invalid receiver type `%s'"
22350 #: objc/objc-act.c:4907 objc/objc-act.c:4933 objc/objc-act.c:4981
22352 msgid "`%s' does not respond to `%s'"
22355 #: objc/objc-act.c:4913 objc/objc-act.c:7197
22357 msgid "no super class declared in interface for `%s'"
22360 #: objc/objc-act.c:5011
22361 msgid "cannot find class (factory) method"
22364 #: objc/objc-act.c:5012 objc/objc-act.c:5056
22366 msgid "return type for `%s' defaults to id"
22369 #: objc/objc-act.c:5029
22371 msgid "method `%s' not implemented by protocol"
22374 #: objc/objc-act.c:5038
22375 msgid "return type defaults to id"
22378 #: objc/objc-act.c:5055
22379 msgid "cannot find method"
22382 #. Historically, a class method that produced objects (factory
22383 #. method) would assign `self' to the instance that it
22384 #. allocated. This would effectively turn the class method into
22385 #. an instance method. Following this assignment, the instance
22386 #. variables could be accessed. That practice, while safe,
22387 #. violates the simple rule that a class method should not refer
22388 #. to an instance variable. It's better to catch the cases
22389 #. where this is done unknowingly than to support the above
22391 #: objc/objc-act.c:5298
22393 msgid "instance variable `%s' accessed in class method"
22396 #: objc/objc-act.c:5548
22398 msgid "duplicate definition of class method `%s'"
22401 #: objc/objc-act.c:5554
22403 msgid "duplicate declaration of class method `%s'"
22406 #: objc/objc-act.c:5590
22408 msgid "duplicate definition of instance method `%s'"
22411 #: objc/objc-act.c:5596
22413 msgid "duplicate declaration of instance method `%s'"
22416 #: objc/objc-act.c:5636
22418 msgid "duplicate interface declaration for category `%s(%s)'"
22421 #: objc/objc-act.c:5722
22423 msgid "instance variable `%s' is declared private"
22426 #: objc/objc-act.c:5769
22428 msgid "instance variable `%s' is declared %s"
22431 #: objc/objc-act.c:5779
22432 msgid "static access to object of type `id'"
22435 #: objc/objc-act.c:5816 objc/objc-act.c:5909
22437 msgid "incomplete implementation of class `%s'"
22440 #: objc/objc-act.c:5820 objc/objc-act.c:5914
22442 msgid "incomplete implementation of category `%s'"
22445 #: objc/objc-act.c:5825 objc/objc-act.c:5919
22447 msgid "method definition for `%c%s' not found"
22450 #: objc/objc-act.c:5963
22452 msgid "%s `%s' does not fully implement the `%s' protocol"
22455 #: objc/objc-act.c:6021 objc/objc-act.c:8118
22456 msgid "`@end' missing in implementation context"
22459 #: objc/objc-act.c:6049
22461 msgid "reimplementation of class `%s'"
22464 #: objc/objc-act.c:6091
22466 msgid "conflicting super class name `%s'"
22469 #: objc/objc-act.c:6106
22471 msgid "duplicate interface declaration for class `%s'"
22474 #: objc/objc-act.c:6388
22476 msgid "duplicate declaration for protocol `%s'"
22479 #: objc/objc-act.c:7238
22480 msgid "[super ...] must appear in a method context"
22483 #: objc/objc-act.c:8220 objc/objc-act.c:8236
22485 msgid "potential selector conflict for method `%s'"
22488 #: objc-parse.y:2612
22489 msgid "`@end' must appear in an implementation context"
22492 #: objc-parse.y:2886
22493 msgid "method definition not in class context"
22496 #: objc/lang-options.h:27
22497 msgid "Dump decls to a .decl file"
22500 #: objc/lang-options.h:29
22501 msgid "Generate code for GNU runtime environment"
22504 #: objc/lang-options.h:32
22505 msgid "Generate code for NeXT runtime environment"
22508 #: objc/lang-options.h:35
22509 msgid "Warn if a selector has multiple methods"
22512 #: objc/lang-options.h:39
22513 msgid "Do not warn if inherited methods are unimplemented"
22516 #: objc/lang-options.h:41
22517 msgid "Generate C header of platform specific features"
22520 #: objc/lang-options.h:43
22521 msgid "Specify the name of the class for constant strings"
22524 #: java/jvspec.c:74 gcc.c:690 ada/lang-specs.h:39
22525 msgid "-pg and -fomit-frame-pointer are incompatible"
22528 #: config/nextstep.h:161 config/nextstep.h:164
22529 msgid "-p profiling is no longer supported. Use -pg instead"
22532 #: config/arm/arm.h:211
22533 msgid "-mapcs-26 and -mapcs-32 may not be used together"
22536 #: config/arm/arm.h:223
22537 msgid "-msoft-float and -mhard_float may not be used together"
22540 #: config/arm/arm.h:234
22541 msgid "-mbig-endian and -mlittle-endian may not be used together"
22544 #: config/arm/arm.h:252
22545 msgid "incompatible interworking options"
22548 #: config/sparc/freebsd.h:31 config/ia64/freebsd.h:24
22549 #: config/alpha/freebsd.h:36 config/i386/freebsd-aout.h:227
22550 msgid "`-p' not supported; use `-pg' and gprof(1)"
22553 #: config/vax/vax.h:42 config/vax/vax.h:43
22554 msgid "profiling not supported with -mg\n"
22557 #: gcc.c:664 f/lang-specs.h:35
22558 msgid "GNU C does not support -C without using -E"
22562 msgid "-E required when input is from standard input"
22566 msgid "compilation of header file requested"
22569 #: config/mcore/mcore.h:60
22570 msgid "choose either big or little endian, not both"
22573 #: config/mcore/mcore.h:63
22574 msgid "choose either m340 or m210 not both"
22577 #: config/mcore/mcore.h:64
22578 msgid "the m210 does not have little endian support"
22581 #: config/mips/r3900.h:36 config/mips/r3900.h:42
22582 msgid "-mhard-float not supported"
22585 #: config/mips/r3900.h:38 config/mips/r3900.h:44
22586 msgid "-msingle-float and -msoft-float can not both be specified"
22589 #: config/mmix/mmix.h:112
22590 msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
22593 #: java/lang-specs.h:33
22594 msgid "-fjni and -femit-class-files are incompatible"
22597 #: java/lang-specs.h:34
22598 msgid "-fjni and -femit-class-file are incompatible"
22601 #: java/lang-specs.h:35 java/lang-specs.h:36
22602 msgid "-femit-class-file should used along with -fsyntax-only"
22605 #: config/i860/fx2800.h:290
22606 msgid "-p option not supported: use -pg instead"
22609 #: config/arm/riscix.h:73 config/arm/riscix.h:133
22610 msgid "-mbsd and -pedantic incompatible"
22613 #: config/arm/riscix.h:74 config/arm/riscix.h:134
22614 msgid "-mbsd and -mxopen incompatible"
22617 #: config/arm/riscix.h:75 config/arm/riscix.h:135
22618 msgid "-mxopen and -pedantic incompatible"
22621 #: config/arc/arc.h:59 config/mips/mips.h:1007
22622 msgid "may not use both -EB and -EL"
22625 #: config/i386/cygwin.h:114
22626 msgid "mno-cygwin and mno-win32 are not compatible"
22629 #: config/i386/cygwin.h:169 config/i386/mingw32.h:69
22630 msgid "shared and mdll are not compatible"
22633 #: config/mips/mips.h:837
22634 msgid "-pipe is not supported"
22637 #: config/mips/mips.h:1003
22638 msgid "may not use both -mfp64 and -msingle-float"
22641 #: config/mips/mips.h:1004
22642 msgid "may not use both -mfp64 and -m4650"
22645 #: config/mips/mips.h:1006
22646 msgid "may not use both -mgp32 and -mfp64"
22649 #: ada/lang-specs.h:42
22650 msgid "-c or -S required for Ada"
22653 #: config/i386/sco5.h:662 config/i386/sco5.h:737
22654 msgid "-static not valid with -mcoff"
22657 #: config/i386/sco5.h:663 config/i386/sco5.h:738
22658 msgid "-shared not valid with -mcoff"
22661 #: config/i386/sco5.h:664 config/i386/sco5.h:739
22662 msgid "-symbolic not valid with -mcoff"
22665 #: config/i386/sco5.h:702
22666 msgid "-fpic is not valid with -mcoff"
22669 #: config/i386/sco5.h:703
22670 msgid "-fPIC is not valid with -mcoff"
22673 #: config/i386/sco5.h:740
22674 msgid "-fpic not valid with -mcoff"
22677 #: config/i386/sco5.h:741
22678 msgid "-fPIC not valid with -mcoff"