1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
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 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-11-27 19:39+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "%qs attribute directive ignored"
26 msgid "wrong number of arguments specified for %qs attribute"
31 msgid "%qs attribute does not apply to types"
36 msgid "%qs attribute only applies to function types"
40 msgid "offset outside bounds of constant string"
44 msgid "second argument to %<__builtin_prefetch%> must be a constant"
48 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
52 msgid "third argument to %<__builtin_prefetch%> must be a constant"
56 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
60 msgid "argument of %<__builtin_args_info%> must be constant"
64 msgid "argument of %<__builtin_args_info%> out of range"
68 msgid "missing argument in %<__builtin_args_info%>"
71 #: builtins.c:3755 builtins.c:8661
72 msgid "%<va_start%> used in function with fixed args"
75 #: builtins.c:3774 builtins.c:8677
76 msgid "second parameter of %<va_start%> not last named argument"
79 #. Evidently an out of date version of <stdarg.h>; can't validate
80 #. va_start's second argument, but can still work as intended.
81 #: builtins.c:3779 builtins.c:8683
82 msgid "%<__builtin_next_arg%> called without an argument"
86 msgid "too few arguments to function %<va_start%>"
90 msgid "too many arguments to function %<va_start%>"
94 msgid "first argument to %<va_arg%> not of type %<va_list%>"
97 #. Unfortunately, this is merely undefined, rather than a constraint
98 #. violation, so we cannot make this an error. If this call is never
99 #. executed, the program is still strictly conforming.
101 msgid "%qT is promoted to %qT when passed through %<...%>"
105 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
108 #. We can, however, treat "undefined" any way we please.
109 #. Call abort to encourage the user to fix the program.
110 #: builtins.c:4042 c-typeck.c:1940
111 msgid "if this code is reached, the program will abort"
115 msgid "invalid argument to %<__builtin_frame_address%>"
119 msgid "invalid argument to %<__builtin_return_address%>"
123 msgid "unsupported argument to %<__builtin_frame_address%>"
127 msgid "unsupported argument to %<__builtin_return_address%>"
131 msgid "second argument to %<__builtin_expect%> must be a constant"
135 msgid "%<__builtin_longjmp%> second argument must be 1"
139 msgid "target format does not support infinity"
142 #: builtins.c:7518 builtins.c:7613
144 msgid "too few arguments to function %qs"
147 #: builtins.c:7524 builtins.c:7619
149 msgid "too many arguments to function %qs"
152 #: builtins.c:7530 builtins.c:7644
154 msgid "non-floating-point argument to function %qs"
158 msgid "%qD is not defined outside of function scope"
164 "string length %qd is greater than the length %qd ISO C%d compilers are "
165 "required to support"
169 msgid "overflow in constant expression"
173 msgid "integer overflow in expression"
177 msgid "floating point overflow in expression"
181 msgid "vector overflow in expression"
184 #. This detects cases like converting -129 or 256 to unsigned char.
186 msgid "large integer implicitly truncated to unsigned type"
190 msgid "negative integer implicitly converted to unsigned type"
194 msgid "overflow in implicit constant conversion"
199 msgid "operation on %qs may be undefined"
203 msgid "case label does not reduce to an integer constant"
207 msgid "case label value is less than minimum value for type"
211 msgid "case label value exceeds maximum value for type"
215 msgid "lower value in case label range less than minimum value for type"
219 msgid "upper value in case label range exceeds maximum value for type"
223 msgid "invalid truth-value expression"
228 msgid "invalid operands to binary %s"
232 msgid "comparison is always false due to limited range of data type"
236 msgid "comparison is always true due to limited range of data type"
240 msgid "comparison of unsigned expression >= 0 is always true"
244 msgid "comparison of unsigned expression < 0 is always false"
248 msgid "pointer of type %<void *%> used in arithmetic"
252 msgid "pointer to a function used in arithmetic"
256 msgid "pointer to member function used in arithmetic"
259 #. Common Ada/Pascal programmer's mistake. We always warn
260 #. about this since it is so bad.
262 msgid "the address of %qD, will always evaluate as %<true%>"
266 msgid "suggest parentheses around assignment used as truth value"
269 #: c-common.c:2500 c-common.c:2540
270 msgid "invalid use of %<restrict%>"
274 msgid "invalid application of %<sizeof%> to a function type"
279 msgid "invalid application of %qs to a void type"
283 msgid "invalid application of %qs to incomplete type %qT "
287 msgid "%<__alignof%> applied to a bit-field"
292 msgid "cannot disable built-in function %qs"
296 msgid "pointers are not permitted as case values"
300 msgid "range expressions in switch statements are non-standard"
304 msgid "empty range specified"
308 msgid "duplicate (or overlapping) case value"
312 msgid "%Jthis is the first entry overlapping that value"
316 msgid "duplicate case value"
320 msgid "%Jpreviously used here"
324 msgid "multiple default labels in one switch"
328 msgid "%Jthis is the first default label"
332 msgid "%Jcase value %qs not in enumerated type"
336 msgid "%Jcase value %qs not in enumerated type %qT"
340 msgid "%Hswitch missing default case"
343 #. Warn if there are enumerators that don't correspond to
346 msgid "%Henumeration value %qE not handled in switch"
350 msgid "taking the address of a label is non-standard"
353 #: c-common.c:3896 c-common.c:3915 c-common.c:3933 c-common.c:3960
354 #: c-common.c:3979 c-common.c:4002 c-common.c:4026 c-common.c:4052
355 #: c-common.c:4086 c-common.c:4130 c-common.c:4158 c-common.c:4186
356 #: c-common.c:4205 c-common.c:4527 c-common.c:4558 c-common.c:4644
357 #: c-common.c:4711 c-common.c:4757 c-common.c:4815 c-common.c:4844
358 #: c-common.c:5123 c-common.c:5146 c-common.c:5185 tree.c:3240
359 #: config/darwin.c:1218 config/arm/arm.c:2645 config/arm/arm.c:2672
360 #: config/avr/avr.c:4514 config/h8300/h8300.c:5779 config/h8300/h8300.c:5802
361 #: config/i386/i386.c:1725 config/i386/i386.c:14480 config/ia64/ia64.c:512
362 #: config/ip2k/ip2k.c:3163 config/m68hc11/m68hc11.c:1314
363 #: config/rs6000/rs6000.c:17094 config/sh/symbian.c:414
364 #: config/sh/symbian.c:421
366 msgid "%qs attribute ignored"
371 msgid "unknown machine mode %qs"
375 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
379 msgid "use __attribute__ ((vector_size)) instead"
384 msgid "unable to emulate %qs"
389 msgid "invalid pointer mode %qs"
394 msgid "no data type for mode %qs"
399 msgid "cannot use mode %qs for enumeral types"
404 msgid "mode %qs applied to inappropriate type"
408 msgid "%Jsection attribute cannot be specified for local variables"
412 msgid "%Jsection of %qD conflicts with previous declaration"
416 msgid "%Jsection attribute not allowed for %qD"
420 msgid "%Jsection attributes are not supported for this target"
424 msgid "requested alignment is not a constant"
428 msgid "requested alignment is not a power of 2"
432 msgid "requested alignment is too large"
436 msgid "%Jalignment may not be specified for %qD"
440 msgid "%J%qD defined both normally and as an alias"
444 msgid "alias argument not a string"
449 msgid "%qs attribute ignored on non-class types"
453 msgid "visibility argument not a string"
458 "visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
463 msgid "tls_model argument not a string"
468 "tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-"
469 "dynamic\" or \"global-dynamic\""
472 #: c-common.c:4685 c-common.c:4731
473 msgid "%J%qE attribute applies only to functions"
476 #: c-common.c:4690 c-common.c:4736
477 msgid "%Jcan%'t set %qE attribute after definition"
482 msgid "%qs attribute ignored for %qs"
487 msgid "invalid vector type for attribute %qs"
491 msgid "number of components of the vector not a power of two"
495 msgid "nonnull attribute without arguments on a non-prototype"
500 msgid "nonnull argument has invalid operand number (argument %lu)"
506 "nonnull argument with out-of-range operand number (argument %lu, operand %lu)"
512 "nonnull argument references non-pointer operand (argument %lu, operand %lu)"
515 #: c-common.c:5007 c-common.c:5044
516 msgid "missing sentinel in function call"
520 msgid "not enough arguments to fit a sentinel"
525 msgid "null argument where non-null required (argument %lu)"
529 msgid "cleanup argument not an identifier"
533 msgid "cleanup argument not a function"
538 msgid "%qs attribute requires prototypes with named arguments"
543 msgid "%qs attribute only applies to variadic functions"
547 msgid "requested position is not an integer constant"
551 msgid "requested position is less than zero"
556 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
561 "%Hignoring return value of function declared with attribute "
567 msgid "attempt to take address of bit-field structure member %qs"
571 msgid "invalid lvalue in assignment"
575 msgid "invalid lvalue in increment"
579 msgid "invalid lvalue in decrement"
583 msgid "invalid lvalue in unary %<&%>"
587 msgid "invalid lvalue in asm statement"
590 #. Except for passing an argument to an unprototyped function,
591 #. this is a constraint violation. When passing an argument to
592 #. an unprototyped function, it is compile-time undefined;
593 #. making it a constraint in that case was rejected in
595 #: c-convert.c:83 c-typeck.c:1354 c-typeck.c:3446 cp/typeck.c:1380
596 #: cp/typeck.c:5940 fortran/convert.c:89 treelang/tree-convert.c:79
597 msgid "void value not ignored as it ought to be"
600 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158
601 #: treelang/tree-convert.c:105
602 msgid "conversion to non-scalar type requested"
606 msgid "%Jarray %qD assumed to have one element"
611 msgid "GCC supports only %u nested scopes"
615 msgid "%Jlabel %qD used but not defined"
619 msgid "%Jlabel %qD defined but not used"
623 msgid "%Jlabel %qD declared but not defined"
626 #: c-decl.c:772 cp/decl.c:575
627 msgid "%Junused variable %qD"
631 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
636 "a parameter list with an ellipsis can%'t match an empty parameter name list "
642 "an argument type that has a default promotion can%'t match an empty "
643 "parameter name list declaration"
648 "%Jprototype for %qD declares more arguments than previous old-style "
654 "%Jprototype for %qD declares fewer arguments than previous old-style "
659 msgid "%Jprototype for %qD declares argument %d with incompatible type"
662 #. If we get here, no errors were found, but do issue a warning
663 #. for this poor-style construct.
665 msgid "%Jprototype for %qD follows non-prototype definition"
669 msgid "%Jprevious definition of %qD was here"
673 msgid "%Jprevious implicit declaration of %qD was here"
677 msgid "%Jprevious declaration of %qD was here"
681 msgid "%J%qD redeclared as different kind of symbol"
685 msgid "%Jbuilt-in function %qD declared as non-function"
688 #: c-decl.c:1142 c-decl.c:1246 c-decl.c:1815
689 msgid "%Jdeclaration of %qD shadows a built-in function"
693 msgid "%Jredeclaration of enumerator %qD"
696 #. If types don't match for a built-in, throw away the
697 #. built-in. No point in calling locate_old_decl here, it
698 #. won't print anything.
700 msgid "%Jconflicting types for built-in function %qD"
703 #: c-decl.c:1196 c-decl.c:1207
704 msgid "%Jconflicting types for %qD"
708 msgid "%J conflicting type qualifiers for %qD"
711 #. Allow OLDDECL to continue in use.
713 msgid "%Jredefinition of typedef %qD"
716 #: c-decl.c:1261 c-decl.c:1339
717 msgid "%Jredefinition of %qD"
720 #: c-decl.c:1296 c-decl.c:1377
721 msgid "%Jstatic declaration of %qD follows non-static declaration"
724 #: c-decl.c:1306 c-decl.c:1313 c-decl.c:1366 c-decl.c:1374
725 msgid "%Jnon-static declaration of %qD follows static declaration"
729 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
733 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
737 msgid "%Jextern declaration of %qD follows declaration with no linkage"
741 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
745 msgid "%Jredeclaration of %qD with no linkage"
750 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
754 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
759 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
763 msgid "%J%qD declared inline after being called"
767 msgid "%J%qD declared inline after its definition"
771 msgid "%Jredefinition of parameter %qD"
775 msgid "%Jredundant redeclaration of %qD"
779 msgid "%Jdeclaration of %qD shadows a parameter"
783 msgid "%Jdeclaration of %qD shadows a global declaration"
787 msgid "%Jdeclaration of %qD shadows a previous local"
790 #: c-decl.c:1823 cp/name-lookup.c:942 cp/name-lookup.c:973
791 #: cp/name-lookup.c:981
792 msgid "%Jshadowed declaration is here"
796 msgid "nested extern declaration of %qD"
800 msgid "nested static declaration of %qD"
805 msgid "implicit declaration of function %qE"
809 msgid "incompatible implicit declaration of built-in function %qD"
813 msgid "incompatible implicit declaration of function %qD"
818 msgid "%qE undeclared here (not in a function)"
823 msgid "%qE undeclared (first use in this function)"
827 msgid "(Each undeclared identifier is reported only once"
831 msgid "for each function it appears in.)"
836 msgid "label %qs referenced outside of any function"
841 msgid "duplicate label declaration %qs"
845 msgid "%Hduplicate label %qD"
850 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
855 msgid "%H%qs defined as wrong kind of tag"
859 msgid "unnamed struct/union that defines no instances"
863 msgid "empty declaration with storage class specifier does not redeclare tag"
867 msgid "empty declaration with type qualifier does not redeclare tag"
870 #: c-decl.c:2758 c-decl.c:2765
871 msgid "useless type name in empty declaration"
875 msgid "%<inline%> in empty declaration"
879 msgid "%<auto%> in file-scope empty declaration"
883 msgid "%<register%> in file-scope empty declaration"
887 msgid "useless storage class specifier in empty declaration"
891 msgid "useless %<__thread%> in empty declaration"
895 msgid "useless type qualifier in empty declaration"
898 #: c-decl.c:2812 c-parse.y:781 c-parse.y:783 objc/objc-parse.y:818
899 #: objc/objc-parse.y:820
900 msgid "empty declaration"
905 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
910 msgid "ISO C90 does not support %<[*]%> array declarators"
914 msgid "GCC does not yet properly implement %<[*]%> array declarators"
918 msgid "static or type qualifiers in abstract declarator"
922 msgid "%J%qD is usually a function"
925 #: c-decl.c:2969 cp/decl.c:3718 cp/decl2.c:853
926 msgid "typedef %qD is initialized (use __typeof__ instead)"
930 msgid "function %qD is initialized like a variable"
933 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
935 msgid "parameter %qD is initialized"
938 #. Although C99 is unclear about whether incomplete arrays
939 #. of VLAs themselves count as VLAs, it does not make
940 #. sense to permit them to be initialized given that
941 #. ordinary VLAs may not be initialized.
942 #: c-decl.c:2999 c-decl.c:3019 c-typeck.c:4280
943 msgid "variable-sized object may not be initialized"
947 msgid "variable %qD has initializer but incomplete type"
951 msgid "elements of array %qD have incomplete type"
954 #: c-decl.c:3086 c-decl.c:5696 cp/decl.c:3758 cp/decl.c:9944
955 msgid "%Jinline function %qD given attribute noinline"
959 msgid "%Jinitializer fails to determine size of %qD"
963 msgid "%Jarray size missing in %qD"
967 msgid "%Jzero or negative size array %qD"
970 #: c-decl.c:3201 varasm.c:1541
971 msgid "%Jstorage size of %qD isn%'t known"
975 msgid "%Jstorage size of %qD isn%'t constant"
979 msgid "%Jignoring asm-specifier for non-static local variable %qD"
982 #: c-decl.c:3296 fortran/f95-lang.c:647
983 msgid "cannot put object with volatile field into register"
987 msgid "ISO C forbids forward parameter declarations"
996 msgid "bit-field %qs width not an integer constant"
1001 msgid "negative width in bit-field %qs"
1006 msgid "zero width for bit-field %qs"
1011 msgid "bit-field %qs has invalid type"
1016 msgid "type of bit-field %qs is a GCC extension"
1021 msgid "width of %qs exceeds its type"
1026 msgid "%qs is narrower than values of its type"
1030 msgid "type defaults to %<int%> in declaration of %qs"
1034 msgid "duplicate %<const%>"
1038 msgid "duplicate %<restrict%>"
1042 msgid "duplicate %<volatile%>"
1046 msgid "function definition declared %<auto%>"
1050 msgid "function definition declared %<register%>"
1054 msgid "function definition declared %<typedef%>"
1058 msgid "function definition declared %<__thread%>"
1063 msgid "storage class specified for structure field %qs"
1066 #: c-decl.c:3879 cp/decl.c:7120
1068 msgid "storage class specified for parameter %qs"
1071 #: c-decl.c:3882 cp/decl.c:7122
1072 msgid "storage class specified for typename"
1075 #: c-decl.c:3895 cp/decl.c:7139
1076 msgid "%qs initialized and declared %<extern%>"
1079 #: c-decl.c:3897 cp/decl.c:7142
1080 msgid "%qs has both %<extern%> and initializer"
1084 msgid "file-scope declaration of %qs specifies %<auto%>"
1088 msgid "file-scope declaration of %qs specifies %<register%>"
1091 #: c-decl.c:3909 cp/decl.c:7146
1092 msgid "nested function %qs declared %<extern%>"
1095 #: c-decl.c:3912 cp/decl.c:7156
1096 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1099 #. Only the innermost declarator (making a parameter be of
1100 #. array type which is converted to pointer type)
1101 #. may have static or type qualifiers.
1102 #: c-decl.c:3953 c-decl.c:4142
1103 msgid "static or type qualifiers in non-parameter array declarator"
1108 msgid "declaration of %qs as array of voids"
1113 msgid "declaration of %qs as array of functions"
1117 msgid "invalid use of structure with flexible array member"
1122 msgid "size of array %qs has non-integer type"
1127 msgid "ISO C forbids zero-size array %qs"
1132 msgid "size of array %qs is negative"
1136 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1141 msgid "ISO C90 forbids variable-size array %qs"
1144 #: c-decl.c:4093 c-decl.c:4261 cp/decl.c:7559
1146 msgid "size of array %qs is too large"
1150 msgid "ISO C90 does not support flexible array members"
1154 msgid "array type has incomplete element type"
1157 #: c-decl.c:4174 cp/decl.c:7248
1159 msgid "%qs declared as function returning a function"
1162 #: c-decl.c:4179 cp/decl.c:7253
1164 msgid "%qs declared as function returning an array"
1168 msgid "function definition has qualified void return type"
1172 msgid "type qualifiers ignored on function return type"
1175 #: c-decl.c:4230 c-decl.c:4274 c-decl.c:4368 c-decl.c:4455
1176 msgid "ISO C forbids qualified function types"
1180 msgid "%Jtypedef %qD declared %<inline%>"
1184 msgid "ISO C forbids const or volatile function types"
1189 msgid "variable or field %qs declared void"
1193 msgid "attributes in parameter array declarator ignored"
1197 msgid "%Jparameter %qD declared %<inline%>"
1202 msgid "field %qs declared as a function"
1207 msgid "field %qs has incomplete type"
1210 #: c-decl.c:4432 c-decl.c:4443 c-decl.c:4446
1212 msgid "invalid storage class for function %qs"
1216 msgid "%<noreturn%> function returns non-void value"
1220 msgid "cannot inline function %<main%>"
1224 msgid "variable previously declared %<static%> redeclared %<extern%>"
1228 msgid "%Jvariable %qD declared %<inline%>"
1231 #. A mere warning is sure to result in improper semantics
1232 #. at runtime. Don't bother to allow this to compile.
1233 #: c-decl.c:4586 cp/decl.c:5994
1234 msgid "thread-local storage not supported for this target"
1237 #: c-decl.c:4648 c-decl.c:5733
1238 msgid "function declaration isn%'t a prototype"
1242 msgid "parameter names (without types) in function declaration"
1246 msgid "%Jparameter %u (%qD) has incomplete type"
1250 msgid "%Jparameter %u has incomplete type"
1254 msgid "%Jparameter %u (%qD) has void type"
1258 msgid "%Jparameter %u has void type"
1262 msgid "%<void%> as only parameter may not be qualified"
1265 #: c-decl.c:4765 c-decl.c:4800
1266 msgid "%<void%> must be the only parameter"
1270 msgid "%Jparameter %qD has just a forward declaration"
1273 #. The %s will be one of 'struct', 'union', or 'enum'.
1275 msgid "%<%s %E%> declared inside parameter list"
1278 #. The %s will be one of 'struct', 'union', or 'enum'.
1281 msgid "anonymous %s declared inside parameter list"
1286 "its scope is only this definition or declaration, which is probably not what "
1291 msgid "redefinition of %<union %s%>"
1295 msgid "redefinition of %<struct %s%>"
1299 msgid "nested redefinition of %<union %s%>"
1303 msgid "nested redefinition of %<struct %s%>"
1306 #: c-decl.c:5063 cp/decl.c:3517
1307 msgid "declaration does not declare anything"
1311 msgid "ISO C doesn%'t support unnamed structs/unions"
1314 #: c-decl.c:5110 c-decl.c:5126
1315 msgid "%Jduplicate member %qD"
1319 msgid "union has no named members"
1323 msgid "union has no members"
1327 msgid "struct has no named members"
1331 msgid "struct has no members"
1335 msgid "%Jflexible array member in union"
1339 msgid "%Jflexible array member not at end of struct"
1343 msgid "%Jflexible array member in otherwise empty struct"
1347 msgid "%Jinvalid use of structure with flexible array member"
1351 msgid "union cannot be made transparent"
1355 msgid "nested redefinition of %<enum %s%>"
1358 #. This enum is a named one that has been declared already.
1360 msgid "redeclaration of %<enum %s%>"
1364 msgid "enumeration values exceed range of largest integer"
1368 msgid "specified mode too small for enumeral values"
1373 msgid "enumerator value for %qE is not an integer constant"
1377 msgid "overflow in enumeration values"
1381 msgid "ISO C restricts enumerator values to range of %<int%>"
1385 msgid "return type is an incomplete type"
1389 msgid "return type defaults to %<int%>"
1393 msgid "%Jno previous prototype for %qD"
1397 msgid "%J%qD was used with no prototype before its definition"
1401 msgid "%Jno previous declaration for %qD"
1405 msgid "%J%qD was used with no declaration before its definition"
1408 #: c-decl.c:5791 c-decl.c:6280
1409 msgid "%Jreturn type of %qD is not %<int%>"
1413 msgid "%Jfirst argument of %qD should be %<int%>"
1417 msgid "%Jsecond argument of %qD should be %<char **%>"
1421 msgid "%Jthird argument of %qD should probably be %<char **%>"
1425 msgid "%J%qD takes only zero or two arguments"
1429 msgid "%J%qD is normally a non-static function"
1433 msgid "%Jold-style parameter declarations in prototyped function definition"
1437 msgid "%Jtraditional C rejects ISO C style function definitions"
1441 msgid "%Jparameter name omitted"
1445 msgid "%Jold-style function definition"
1449 msgid "%Jparameter name missing from parameter list"
1453 msgid "%J%qD declared as a non-parameter"
1457 msgid "%Jmultiple parameters named %qD"
1461 msgid "%Jparameter %qD declared with void type"
1464 #: c-decl.c:5995 c-decl.c:5997
1465 msgid "%Jtype of %qD defaults to %<int%>"
1469 msgid "%Jparameter %qD has incomplete type"
1473 msgid "%Jdeclaration for parameter %qD but no such parameter"
1477 msgid "number of arguments doesn%'t match prototype"
1480 #: c-decl.c:6073 c-decl.c:6103 c-decl.c:6110
1481 msgid "%Hprototype declaration"
1485 msgid "promoted argument %qD doesn%'t match prototype"
1489 msgid "argument %qD doesn%'t match prototype"
1492 #: c-decl.c:6307 cp/decl.c:10698
1493 msgid "no return statement in function returning non-void"
1497 msgid "this function may return with or without a value"
1500 #. If we get here, declarations have been used in a for loop without
1501 #. the C99 for loop scope. This doesn't make much sense, so don't
1504 msgid "%<for%> loop initial declaration used outside C99 mode"
1509 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1514 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1518 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1522 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1526 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1530 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1533 #: c-decl.c:6741 c-decl.c:6890 c-decl.c:7101 cp/decl.c:6828
1535 msgid "duplicate %qs"
1538 #: c-decl.c:6762 c-decl.c:6899 c-decl.c:7002
1539 msgid "two or more data types in declaration specifiers"
1542 #: c-decl.c:6774 cp/decl.c:6804
1543 msgid "%<long long long%> is too long for GCC"
1546 #: c-decl.c:6781 c-decl.c:6973
1547 msgid "both %<long long%> and %<double%> in declaration specifiers"
1551 msgid "ISO C90 does not support %<long long%>"
1554 #: c-decl.c:6792 c-decl.c:6812
1555 msgid "both %<long%> and %<short%> in declaration specifiers"
1558 #: c-decl.c:6795 c-decl.c:6906
1559 msgid "both %<long%> and %<void%> in declaration specifiers"
1562 #: c-decl.c:6798 c-decl.c:6925
1563 msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1566 #: c-decl.c:6801 c-decl.c:6944
1567 msgid "both %<long%> and %<char%> in declaration specifiers"
1570 #: c-decl.c:6804 c-decl.c:6957
1571 msgid "both %<long%> and %<float%> in declaration specifiers"
1574 #: c-decl.c:6815 c-decl.c:6909
1575 msgid "both %<short%> and %<void%> in declaration specifiers"
1578 #: c-decl.c:6818 c-decl.c:6928
1579 msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1582 #: c-decl.c:6821 c-decl.c:6947
1583 msgid "both %<short%> and %<char%> in declaration specifiers"
1586 #: c-decl.c:6824 c-decl.c:6960
1587 msgid "both %<short%> and %<float%> in declaration specifiers"
1590 #: c-decl.c:6827 c-decl.c:6976
1591 msgid "both %<short%> and %<double%> in declaration specifiers"
1594 #: c-decl.c:6835 c-decl.c:6855
1595 msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1598 #: c-decl.c:6838 c-decl.c:6912
1599 msgid "both %<signed%> and %<void%> in declaration specifiers"
1602 #: c-decl.c:6841 c-decl.c:6931
1603 msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1606 #: c-decl.c:6844 c-decl.c:6963
1607 msgid "both %<signed%> and %<float%> in declaration specifiers"
1610 #: c-decl.c:6847 c-decl.c:6979
1611 msgid "both %<signed%> and %<double%> in declaration specifiers"
1614 #: c-decl.c:6858 c-decl.c:6915
1615 msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1618 #: c-decl.c:6861 c-decl.c:6934
1619 msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1622 #: c-decl.c:6864 c-decl.c:6966
1623 msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1626 #: c-decl.c:6867 c-decl.c:6982
1627 msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1631 msgid "ISO C90 does not support complex types"
1634 #: c-decl.c:6877 c-decl.c:6918
1635 msgid "both %<complex%> and %<void%> in declaration specifiers"
1638 #: c-decl.c:6880 c-decl.c:6937
1639 msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1644 msgid "%qs fails to be a typedef or built in type"
1649 msgid "%qs is not at beginning of declaration"
1653 msgid "%<__thread%> used with %<auto%>"
1657 msgid "%<__thread%> used with %<register%>"
1661 msgid "%<__thread%> used with %<typedef%>"
1664 #: c-decl.c:7081 cp/parser.c:7114
1665 msgid "%<__thread%> before %<extern%>"
1668 #: c-decl.c:7090 cp/parser.c:7104
1669 msgid "%<__thread%> before %<static%>"
1673 msgid "multiple storage classes in declaration specifiers"
1677 msgid "%<__thread%> used with %qs"
1681 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1684 #: c-decl.c:7212 c-decl.c:7238
1685 msgid "ISO C does not support complex integer types"
1688 #: c-decl.c:7313 toplev.c:844
1689 msgid "%J%qF used but never defined"
1692 #: c-format.c:96 c-format.c:209
1693 msgid "format string has invalid operand number"
1697 msgid "function does not return string type"
1701 msgid "format string argument not a string type"
1705 msgid "unrecognized format specifier"
1710 msgid "%qs is an unrecognized format function type"
1714 msgid "%<...%> has invalid operand number"
1718 msgid "format string argument follows the args to be formatted"
1721 #: c-format.c:345 c-format.c:369
1725 #: c-format.c:345 c-format.c:369
1726 msgid "the ' ' printf flag"
1729 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1733 #: c-format.c:346 c-format.c:370 c-format.c:408
1734 msgid "the '+' printf flag"
1737 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1741 #: c-format.c:347 c-format.c:371 c-format.c:409
1742 msgid "the '#' printf flag"
1745 #: c-format.c:348 c-format.c:372 c-format.c:439
1749 #: c-format.c:348 c-format.c:372
1750 msgid "the '0' printf flag"
1753 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1757 #: c-format.c:349 c-format.c:373
1758 msgid "the '-' printf flag"
1761 #: c-format.c:350 c-format.c:422
1766 msgid "the ''' printf flag"
1769 #: c-format.c:351 c-format.c:423
1774 msgid "the 'I' printf flag"
1777 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1778 #: c-format.c:1531 config/sol2-c.c:46
1782 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1783 msgid "field width in printf format"
1786 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1790 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1791 msgid "precision in printf format"
1794 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1795 #: c-format.c:472 config/sol2-c.c:47
1796 msgid "length modifier"
1799 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1800 #: config/sol2-c.c:47
1801 msgid "length modifier in printf format"
1804 #: c-format.c:398 c-format.c:410
1808 #: c-format.c:398 c-format.c:410
1809 msgid "the 'q' diagnostic flag"
1813 msgid "assignment suppression"
1817 msgid "the assignment suppression scanf feature"
1825 msgid "the 'a' scanf flag"
1829 msgid "field width in scanf format"
1833 msgid "length modifier in scanf format"
1837 msgid "the ''' scanf flag"
1841 msgid "the 'I' scanf flag"
1849 msgid "the '_' strftime flag"
1853 msgid "the '-' strftime flag"
1857 msgid "the '0' strftime flag"
1860 #: c-format.c:440 c-format.c:464
1865 msgid "the '^' strftime flag"
1869 msgid "the '#' strftime flag"
1873 msgid "field width in strftime format"
1877 msgid "'E' modifier"
1881 msgid "the 'E' strftime modifier"
1885 msgid "'O' modifier"
1889 msgid "the 'O' strftime modifier"
1893 msgid "the 'O' modifier"
1897 msgid "fill character"
1901 msgid "fill character in strfmon format"
1905 msgid "the '^' strfmon flag"
1909 msgid "the '+' strfmon flag"
1917 msgid "the '(' strfmon flag"
1925 msgid "the '!' strfmon flag"
1929 msgid "the '-' strfmon flag"
1933 msgid "field width in strfmon format"
1937 msgid "left precision"
1941 msgid "left precision in strfmon format"
1945 msgid "right precision"
1949 msgid "right precision in strfmon format"
1953 msgid "length modifier in strfmon format"
1958 msgid "function might be possible candidate for %qs format attribute"
1961 #: c-format.c:931 c-format.c:952 c-format.c:1947
1962 msgid "missing $ operand number in format"
1967 msgid "%s does not support %%n$ operand number formats"
1971 msgid "operand number out of range in format"
1976 msgid "format argument %d used more than once in %s format"
1980 msgid "$ operand number used after format without operand number"
1985 msgid "format argument %d unused before used argument %d in $-style format"
1989 msgid "format not a string literal, format string not checked"
1993 msgid "format not a string literal and no format arguments"
1997 msgid "format not a string literal, argument types not checked"
2001 msgid "too many arguments for format"
2005 msgid "unused arguments in $-style format"
2010 msgid "zero-length %s format string"
2014 msgid "format is a wide character string"
2018 msgid "unterminated format string"
2022 msgid "embedded %<\\0%> in format"
2026 msgid "spurious trailing %<%%%> in format"
2029 #: c-format.c:1459 c-format.c:1703
2031 msgid "repeated %s in format"
2035 msgid "missing fill character at end of strfmon format"
2038 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
2039 msgid "too few arguments for format"
2044 msgid "zero width in %s format"
2049 msgid "empty left precision in %s format"
2053 msgid "field precision"
2058 msgid "empty precision in %s format"
2063 msgid "%s does not support the %qs %s length modifier"
2067 msgid "conversion lacks type at end of format"
2072 msgid "unknown conversion type character %qc in format"
2077 msgid "unknown conversion type character 0x%x in format"
2081 msgid "%s does not support the %<%%%c%> %s format"
2085 msgid "%s used with %<%%%c%> %s format"
2090 msgid "%s does not support %s"
2094 msgid "%s does not support %s with the %<%%%c%> %s format"
2098 msgid "%s ignored with %s and %<%%%c%> %s format"
2103 msgid "%s ignored with %s in %s format"
2107 msgid "use of %s and %s together with %<%%%c%> %s format"
2112 msgid "use of %s and %s together in %s format"
2116 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2120 msgid "%<%%%c%> yields only last 2 digits of year"
2123 #. The end of the format string was reached.
2125 msgid "no closing %<]%> for %<%%[%> format"
2130 msgid "use of %qs length modifier with %qc type character"
2134 msgid "%s does not support the %<%%%s%c%> %s format"
2138 msgid "operand number specified with suppressed assignment"
2142 msgid "operand number specified for format taking no argument"
2147 msgid "writing through null pointer (argument %d)"
2152 msgid "reading through null pointer (argument %d)"
2157 msgid "writing into constant object (argument %d)"
2162 msgid "extra type qualifiers in format argument (argument %d)"
2166 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2170 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2174 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2178 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2182 msgid "args to be formatted is not %<...%>"
2186 msgid "strftime formats cannot format arguments"
2190 msgid "statement with no effect"
2193 #: c-gimplify.c:315 c-typeck.c:6728 cp/parser.c:6434
2194 msgid "break statement not within loop or switch"
2198 msgid "continue statement not within loop or switch"
2203 msgid "ignoring duplicate directory \"%s\"\n"
2208 msgid " as it is a non-system directory that duplicates a system directory\n"
2213 msgid "ignoring nonexistent directory \"%s\"\n"
2218 msgid "#include \"...\" search starts here:\n"
2223 msgid "#include <...> search starts here:\n"
2228 msgid "End of search list.\n"
2232 msgid "badly nested C headers from preprocessor"
2236 msgid "%Hignoring #pragma %s %s"
2241 msgid "%Hstray %<@%> in program"
2246 msgid "stray %qs in program"
2251 msgid "missing terminating %c character"
2256 msgid "stray %qc in program"
2260 msgid "stray %<\\%o%> in program"
2264 msgid "this decimal constant is unsigned only in ISO C90"
2268 msgid "this decimal constant would be unsigned in ISO C90"
2273 msgid "integer constant is too large for %qs type"
2277 msgid "floating constant exceeds range of %<%s%>"
2281 msgid "traditional C rejects string constant concatenation"
2284 #: c-objc-common.c:81
2286 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2290 #: c-objc-common.c:91
2292 "%Jfunction %qF can never be inlined because it might not be bound within "
2293 "this unit of translation"
2296 #: c-objc-common.c:99
2298 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2302 #: c-objc-common.c:114
2303 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2306 #: c-objc-common.c:127
2308 "%Jnested function %qF can never be inlined because it has possibly saved "
2312 #: c-objc-common.c:263
2313 msgid "used array that cannot be converted to pointer where scalar is required"
2316 #: c-objc-common.c:267
2317 msgid "used struct type value where scalar is required"
2320 #: c-objc-common.c:271
2321 msgid "used union type value where scalar is required"
2326 msgid "no class name specified with %qs"
2331 msgid "assertion missing after %qs"
2336 msgid "macro name missing after %qs"
2341 msgid "missing path after %qs"
2346 msgid "missing filename after %qs"
2351 msgid "missing makefile target after %qs"
2355 msgid "-I- specified twice"
2359 msgid "obsolete option -I- used, please use -iquote instead"
2364 msgid "switch %qs is no longer supported"
2369 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2373 msgid "output filename specified twice"
2377 msgid "-Wformat-y2k ignored without -Wformat"
2381 msgid "-Wformat-extra-args ignored without -Wformat"
2385 msgid "-Wformat-zero-length ignored without -Wformat"
2389 msgid "-Wformat-nonliteral ignored without -Wformat"
2393 msgid "-Wformat-security ignored without -Wformat"
2397 msgid "-Wmissing-format-attribute ignored without -Wformat"
2402 msgid "opening output file %s: %m"
2407 msgid "too many filenames given. Type %s --help for usage"
2411 msgid "YYDEBUG was not defined at build time, -dy ignored"
2416 msgid "opening dependency file %s: %m"
2421 msgid "closing dependency file %s: %m"
2426 msgid "when writing output to %s: %m"
2430 msgid "to generate dependencies you must specify either -M or -MM"
2438 msgid "<command line>"
2442 msgid "too late for # directive to set debug directory"
2445 #. Depending on the version of Bison used to compile this grammar,
2446 #. it may issue generic diagnostics spelled "syntax error" or
2447 #. "parse error". To prevent this from changing the translation
2448 #. template randomly, we list all the variants of this particular
2449 #. diagnostic here. Translators: there is no fine distinction
2450 #. between diagnostics with "syntax error" in them, and diagnostics
2451 #. with "parse error" in them. It's okay to give them both the same
2453 #: c-parse.y:54 c-parse.c:5313 c-parse.y:2927 gengtype-yacc.c:1559
2454 #: java/parse-scan.c:3063 java/parse-scan.y:1373
2455 #: java/parse.c:6166 java/parse.y:16413 objc/objc-parse.y:53
2456 #: objc/objc-parse.c:6384 objc/objc-parse.y:3517
2457 msgid "syntax error"
2460 #: c-parse.c:2153 c-parse.y:2931 gengtype-yacc.c:555 java/parse-scan.c:1932
2461 #: java/parse-scan.y:1377 java/parse.c:2931
2462 #: java/parse.y:16417 objc/objc-parse.c:2666
2463 #: objc/objc-parse.y:3521
2464 msgid "syntax error: cannot back up"
2467 #: c-parse.y:343 objc/objc-parse.y:365
2468 msgid "ISO C forbids an empty source file"
2471 #: c-parse.y:376 objc/objc-parse.y:399
2472 msgid "data definition has no type or storage class"
2475 #: c-parse.y:388 objc/objc-parse.y:411
2476 msgid "ISO C does not allow extra %<;%> outside of a function"
2480 msgid "traditional C rejects the unary plus operator"
2483 #: c-parse.y:498 objc/objc-parse.y:520
2484 msgid "%<sizeof%> applied to a bit-field"
2487 #: c-parse.y:595 objc/objc-parse.y:617
2488 msgid "ISO C forbids omitting the middle term of a ?: expression"
2491 #: c-parse.y:636 objc/objc-parse.y:658
2492 msgid "compound literal has variable size"
2495 #: c-parse.y:648 objc/objc-parse.y:670
2496 msgid "ISO C90 forbids compound literals"
2499 #: c-parse.y:661 objc/objc-parse.y:683
2500 msgid "ISO C forbids braced-groups within expressions"
2503 #: c-parse.y:697 objc/objc-parse.y:719
2504 msgid "first argument to %<__builtin_choose_expr%> not a constant"
2507 #: c-parse.y:1224 objc/objc-parse.y:1273
2508 msgid "%<typeof%> applied to a bit-field"
2511 #: c-parse.y:1358 objc/objc-parse.y:1407
2512 msgid "ISO C forbids empty initializer braces"
2515 #: c-parse.y:1372 objc/objc-parse.y:1421
2516 msgid "ISO C90 forbids specifying subobject to initialize"
2519 #: c-parse.y:1375 objc/objc-parse.y:1424
2520 msgid "obsolete use of designated initializer without %<=%>"
2523 #: c-parse.y:1379 objc/objc-parse.y:1428
2524 msgid "obsolete use of designated initializer with %<:%>"
2527 #: c-parse.y:1410 objc/objc-parse.y:1459
2528 msgid "ISO C forbids specifying range of elements to initialize"
2531 #: c-parse.y:1418 c-parse.y:1448 objc/objc-parse.y:1467 objc/objc-parse.y:1497
2532 msgid "ISO C forbids nested functions"
2535 #: c-parse.y:1623 objc/objc-parse.y:1672
2536 msgid "ISO C forbids forward references to %<enum%> types"
2539 #: c-parse.y:1635 cp/parser.c:9850 objc/objc-parse.y:1684
2540 msgid "comma at end of enumerator list"
2543 #: c-parse.y:1655 objc/objc-parse.y:1704
2544 msgid "no semicolon at end of struct or union"
2547 #: c-parse.y:1664 objc/objc-parse.y:1713 objc/objc-parse.y:2699
2548 msgid "extra semicolon in struct or union specified"
2551 #: c-parse.y:1684 objc/objc-parse.y:1736
2552 msgid "ISO C forbids member declarations with no members"
2555 #: c-parse.y:1850 objc/objc-parse.y:1902
2556 msgid "label at end of compound statement"
2559 #: c-parse.y:1869 objc/objc-parse.y:1921
2560 msgid "ISO C90 forbids mixed declarations and code"
2563 #: c-parse.y:1909 objc/objc-parse.y:1961
2564 msgid "ISO C forbids label declarations"
2567 #: c-parse.y:1953 objc/objc-parse.y:2005
2568 msgid "braced-group within expression allowed only inside a function"
2571 #: c-parse.y:2249 objc/objc-parse.y:2344
2573 msgid "%E qualifier ignored on asm"
2576 #: c-parse.y:2343 objc/objc-parse.y:2438
2577 msgid "ISO C requires a named argument before %<...%>"
2580 #: c-parse.c:5309 c-parse.y:2929 gengtype-yacc.c:1555 java/parse-scan.c:3059
2581 #: java/parse-scan.y:1375 java/parse.c:6162
2582 #: java/parse.y:16415 objc/objc-parse.c:6380
2583 #: objc/objc-parse.y:3519
2584 msgid "syntax error; also virtual memory exhausted"
2587 #: c-parse.c:5427 gengtype-yacc.c:1673 java/parse-scan.c:3177
2588 #: java/parse.c:6280 objc/objc-parse.c:6498
2589 msgid "parser stack overflow"
2592 #: c-parse.y:2849 objc/objc-parse.y:3439
2594 msgid "syntax error at %qs token"
2597 #: c-parse.y:2928 java/parse-scan.y:1374
2598 #: java/parse.y:16414 objc/objc-parse.y:3518
2602 #: c-parse.y:2930 java/parse-scan.y:1376
2603 #: java/parse.y:16416 objc/objc-parse.y:3520
2604 msgid "parse error; also virtual memory exhausted"
2607 #: c-parse.y:2932 java/parse-scan.y:1378
2608 #: java/parse.y:16418 objc/objc-parse.y:3522
2609 msgid "parse error: cannot back up"
2613 msgid "can%'t create precompiled header %s: %m"
2617 msgid "can%'t write to %s: %m"
2622 msgid "%qs is not a valid output file"
2625 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2626 msgid "can%'t write %s: %m"
2629 #: c-pch.c:198 c-pch.c:215
2630 msgid "can%'t seek in %s: %m"
2633 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2634 msgid "can%'t read %s: %m"
2638 msgid "malformed #pragma GCC pch_preprocess, ignored"
2642 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2646 msgid "use #include instead"
2650 msgid "%s: couldn%'t open PCH file: %m\n"
2654 msgid "use -Winvalid-pch for more information"
2659 msgid "%s: PCH file was invalid"
2663 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2669 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2673 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2677 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2681 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2684 #: c-pragma.c:161 c-pragma.c:201
2685 msgid "malformed %<#pragma pack%> - ignored"
2689 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2693 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2697 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2701 msgid "junk at end of %<#pragma pack%>"
2705 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2710 msgid "alignment must be a small power of two, not %d"
2715 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2718 #: c-pragma.c:307 c-pragma.c:312
2719 msgid "malformed #pragma weak, ignored"
2723 msgid "junk at end of #pragma weak"
2726 #: c-pragma.c:379 c-pragma.c:381
2727 msgid "malformed #pragma redefine_extname, ignored"
2731 msgid "junk at end of #pragma redefine_extname"
2735 msgid "#pragma redefine_extname not supported on this target"
2738 #: c-pragma.c:406 c-pragma.c:492
2739 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2744 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2749 msgid "malformed #pragma extern_prefix, ignored"
2753 msgid "junk at end of #pragma extern_prefix"
2757 msgid "#pragma extern_prefix not supported on this target"
2761 msgid "asm declaration ignored due to conflict with previous rename"
2766 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2770 msgid "#pragma GCC visibility must be followed by push or pop"
2774 msgid "No matching push for %<#pragma GCC visibility pop%>"
2777 #: c-pragma.c:592 c-pragma.c:621
2778 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2782 msgid "malformed #pragma GCC visibility push"
2786 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2791 "#pragma GCC visibility push() must specify default, internal, hidden or "
2796 msgid "junk at end of %<#pragma GCC visibility%>"
2801 msgid "%qs has an incomplete type"
2804 #: c-typeck.c:160 cp/call.c:2671
2805 msgid "invalid use of void expression"
2809 msgid "invalid use of flexible array member"
2813 msgid "invalid use of array with unspecified bounds"
2817 msgid "invalid use of undefined type %<%s %s%>"
2820 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2823 msgid "invalid use of incomplete typedef %qs"
2826 #: c-typeck.c:373 c-typeck.c:387
2827 msgid "function types not truly compatible in ISO C"
2831 msgid "types are not quite compatible"
2835 msgid "function return types not compatible due to %<volatile%>"
2838 #: c-typeck.c:1128 c-typeck.c:2362
2839 msgid "arithmetic on pointer to an incomplete type"
2843 msgid "%qT has no member named %qs"
2848 msgid "request for member %qs in something not a structure or union"
2852 msgid "dereferencing pointer to incomplete type"
2856 msgid "dereferencing %<void *%> pointer"
2859 #: c-typeck.c:1569 cp/typeck.c:2150
2861 msgid "invalid type argument of %qs"
2864 #: c-typeck.c:1597 cp/typeck.c:2301
2865 msgid "subscripted value is neither array nor pointer"
2868 #: c-typeck.c:1608 cp/typeck.c:2220 cp/typeck.c:2306
2869 msgid "array subscript is not an integer"
2873 msgid "subscripted value is pointer to function"
2876 #: c-typeck.c:1627 cp/typeck.c:2216
2877 msgid "array subscript has type %<char%>"
2881 msgid "ISO C forbids subscripting %<register%> array"
2885 msgid "ISO C90 forbids subscripting non-lvalue array"
2890 msgid "called object %qE is not a function"
2893 #. This situation leads to run-time undefined behavior. We can't,
2894 #. therefore, simply error unless we can prove that all possible
2895 #. executions of the program must execute the code.
2897 msgid "function called through a non-compatible type"
2900 #: c-typeck.c:1983 c-typeck.c:4227 c-typeck.c:4229 c-typeck.c:4237
2901 #: c-typeck.c:4262 c-typeck.c:5649
2902 msgid "initializer element is not constant"
2907 msgid "too many arguments to function %qE"
2912 msgid "type of formal parameter %d is incomplete"
2918 "passing argument %d of %qE as integer rather than floating due to prototype"
2924 "passing argument %d of %qE as integer rather than complex due to prototype"
2930 "passing argument %d of %qE as complex rather than floating due to prototype"
2936 "passing argument %d of %qE as floating rather than integer due to prototype"
2942 "passing argument %d of %qE as complex rather than integer due to prototype"
2948 "passing argument %d of %qE as floating rather than complex due to prototype"
2953 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
2959 msgid "passing argument %d of %qE with different width due to prototype"
2964 msgid "passing argument %d of %qE as unsigned due to prototype"
2969 msgid "passing argument %d of %qE as signed due to prototype"
2974 msgid "too few arguments to function %qE"
2978 msgid "suggest parentheses around + or - inside shift"
2982 msgid "suggest parentheses around && within ||"
2986 msgid "suggest parentheses around arithmetic in operand of |"
2990 msgid "suggest parentheses around comparison in operand of |"
2994 msgid "suggest parentheses around arithmetic in operand of ^"
2998 msgid "suggest parentheses around comparison in operand of ^"
3002 msgid "suggest parentheses around + or - in operand of &"
3006 msgid "suggest parentheses around comparison in operand of &"
3010 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
3014 msgid "pointer of type %<void *%> used in subtraction"
3018 msgid "pointer to a function used in subtraction"
3022 msgid "wrong type argument to unary plus"
3026 msgid "wrong type argument to unary minus"
3030 msgid "ISO C does not support %<~%> for complex conjugation"
3034 msgid "wrong type argument to bit-complement"
3038 msgid "wrong type argument to abs"
3042 msgid "wrong type argument to conjugation"
3046 msgid "wrong type argument to unary exclamation mark"
3050 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3053 #: c-typeck.c:2528 c-typeck.c:2560
3054 msgid "wrong type argument to increment"
3057 #: c-typeck.c:2530 c-typeck.c:2562
3058 msgid "wrong type argument to decrement"
3062 msgid "increment of pointer to unknown structure"
3066 msgid "decrement of pointer to unknown structure"
3071 msgid "assignment of read-only member %qs"
3076 msgid "increment of read-only member %qs"
3081 msgid "decrement of read-only member %qs"
3086 msgid "assignment of read-only variable %qs"
3091 msgid "increment of read-only variable %qs"
3096 msgid "decrement of read-only variable %qs"
3100 msgid "assignment of read-only location"
3104 msgid "increment of read-only location"
3108 msgid "decrement of read-only location"
3112 msgid "cannot take address of bit-field %qD"
3116 msgid "global register variable %qD used in nested function"
3120 msgid "register variable %qD used in nested function"
3124 msgid "address of global register variable %qD requested"
3128 msgid "address of register variable %qD requested"
3132 msgid "non-lvalue array in conditional expression"
3136 msgid "signed and unsigned type in conditional expression"
3140 msgid "ISO C forbids conditional expr with only one void side"
3143 #: c-typeck.c:2908 c-typeck.c:2916
3144 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3148 msgid "pointer type mismatch in conditional expression"
3151 #: c-typeck.c:2930 c-typeck.c:2940
3152 msgid "pointer/integer type mismatch in conditional expression"
3156 msgid "type mismatch in conditional expression"
3160 msgid "left-hand operand of comma expression has no effect"
3164 msgid "cast specifies array type"
3168 msgid "cast specifies function type"
3172 msgid "ISO C forbids casting nonscalar to the same type"
3176 msgid "ISO C forbids casts to union type"
3180 msgid "cast to union type from type not present in union"
3184 msgid "cast adds new qualifiers to function type"
3187 #. There are qualifiers present in IN_OTYPE that are not
3188 #. present in IN_TYPE.
3190 msgid "cast discards qualifiers from pointer target type"
3194 msgid "cast increases required alignment of target type"
3198 msgid "cast from pointer to integer of different size"
3202 msgid "cast from function call of type %qT to non-matching type %qT"
3206 msgid "cast to pointer from integer of different size"
3210 msgid "type-punning to incomplete type might break strict-aliasing rules"
3214 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3218 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3222 msgid "ISO C forbids conversion of function pointer to object pointer type"
3226 msgid "ISO C forbids conversion of object pointer to function pointer type"
3230 msgid "cannot pass rvalue to reference parameter"
3233 #: c-typeck.c:3566 c-typeck.c:3675
3236 "passing argument %d of %qE makes qualified function pointer from unqualified"
3239 #: c-typeck.c:3569 c-typeck.c:3678
3240 msgid "assignment makes qualified function pointer from unqualified"
3243 #: c-typeck.c:3572 c-typeck.c:3680
3244 msgid "initialization makes qualified function pointer from unqualified"
3247 #: c-typeck.c:3575 c-typeck.c:3682
3248 msgid "return makes qualified function pointer from unqualified"
3251 #: c-typeck.c:3579 c-typeck.c:3643
3253 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
3256 #: c-typeck.c:3581 c-typeck.c:3645
3257 msgid "assignment discards qualifiers from pointer target type"
3260 #: c-typeck.c:3583 c-typeck.c:3647
3261 msgid "initialization discards qualifiers from pointer target type"
3264 #: c-typeck.c:3585 c-typeck.c:3649
3265 msgid "return discards qualifiers from pointer target type"
3269 msgid "ISO C prohibits argument conversion to union type"
3274 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
3279 msgid "ISO C forbids assignment between function pointer and %<void *%>"
3283 msgid "ISO C forbids initialization between function pointer and %<void *%>"
3287 msgid "ISO C forbids return between function pointer and %<void *%>"
3292 msgid "pointer targets in passing argument %d of %qE differ in signedness"
3296 msgid "pointer targets in assignment differ in signedness"
3300 msgid "pointer targets in initialization differ in signedness"
3304 msgid "pointer targets in return differ in signedness"
3309 msgid "passing argument %d of %qE from incompatible pointer type"
3313 msgid "assignment from incompatible pointer type"
3317 msgid "initialization from incompatible pointer type"
3321 msgid "return from incompatible pointer type"
3324 #. ??? This should not be an error when inlining calls to
3325 #. unprototyped functions.
3326 #: c-typeck.c:3699 c-typeck.c:4187 cp/typeck.c:1406
3327 msgid "invalid use of non-lvalue array"
3332 msgid "passing argument %d of %qE makes pointer from integer without a cast"
3336 msgid "assignment makes pointer from integer without a cast"
3340 msgid "initialization makes pointer from integer without a cast"
3344 msgid "return makes pointer from integer without a cast"
3349 msgid "passing argument %d of %qE makes integer from pointer without a cast"
3353 msgid "assignment makes integer from pointer without a cast"
3357 msgid "initialization makes integer from pointer without a cast"
3361 msgid "return makes integer from pointer without a cast"
3364 #. ??? This should not be an error when inlining calls to
3365 #. unprototyped functions.
3368 msgid "incompatible type for argument %d of %qE"
3372 msgid "incompatible types in assignment"
3376 msgid "incompatible types in initialization"
3380 msgid "incompatible types in return"
3384 msgid "traditional C rejects automatic aggregate initialization"
3387 #. Use `%s' to print the string in case there are any escape
3388 #. characters in the message.
3389 #: c-typeck.c:4000 c-typeck.c:4015 c-typeck.c:4030 final.c:2856 final.c:2858
3390 #: gcc.c:4649 rtl-error.c:113 toplev.c:606 config/cris/cris.c:568
3391 #: cp/parser.c:1861 cp/typeck.c:4175 java/expr.c:404
3392 #: java/parse.y:5021 java/verify.c:1593 java/verify.c:1594
3393 #: java/verify.c:1613
3398 #: c-typeck.c:4003 c-typeck.c:4018 c-typeck.c:4033
3400 msgid "(near initialization for %qs)"
3404 msgid "array initialized from parenthesized string constant"
3407 #: c-typeck.c:4111 cp/typeck2.c:702
3408 msgid "char-array initialized from wide string"
3412 msgid "wchar_t-array initialized from non-wide string"
3415 #: c-typeck.c:4134 cp/typeck2.c:724
3416 msgid "initializer-string for array of chars is too long"
3420 msgid "array of inappropriate type initialized from string constant"
3424 msgid "array initialized from non-constant array expression"
3427 #: c-typeck.c:4269 c-typeck.c:5653
3428 msgid "initializer element is not computable at load time"
3431 #: c-typeck.c:4284 cp/typeck2.c:803
3432 msgid "invalid initializer"
3435 #: c-typeck.c:4554 cp/decl.c:4542
3436 msgid "opaque vector types cannot be initialized"
3440 msgid "extra brace group at end of initializer"
3444 msgid "missing braces around initializer"
3448 msgid "braces around scalar initializer"
3452 msgid "initialization of flexible array member in a nested context"
3456 msgid "initialization of a flexible array member"
3460 msgid "missing initializer"
3464 msgid "empty scalar initializer"
3468 msgid "extra elements in scalar initializer"
3472 msgid "initialization designators may not nest"
3475 #: c-typeck.c:5053 c-typeck.c:5128
3476 msgid "array index in non-array initializer"
3479 #: c-typeck.c:5058 c-typeck.c:5181
3480 msgid "field name not in record or union initializer"
3484 msgid "array index in initializer not of integer type"
3487 #: c-typeck.c:5124 c-typeck.c:5126
3488 msgid "nonconstant array index in initializer"
3491 #: c-typeck.c:5130 c-typeck.c:5133
3492 msgid "array index in initializer exceeds array bounds"
3496 msgid "empty index range in initializer"
3500 msgid "array index range in initializer exceeds array bounds"
3505 msgid "unknown field %qs specified in initializer"
3508 #: c-typeck.c:5229 c-typeck.c:5250 c-typeck.c:5716
3509 msgid "initialized field with side-effects overwritten"
3513 msgid "excess elements in char array initializer"
3516 #: c-typeck.c:5932 c-typeck.c:5978
3517 msgid "excess elements in struct initializer"
3521 msgid "non-static initialization of a flexible array member"
3525 msgid "excess elements in union initializer"
3529 msgid "traditional C rejects initialization of unions"
3533 msgid "excess elements in array initializer"
3537 msgid "excess elements in vector initializer"
3541 msgid "excess elements in scalar initializer"
3545 msgid "ISO C forbids %<goto *expr;%>"
3548 #: c-typeck.c:6376 cp/typeck.c:6160
3549 msgid "function declared %<noreturn%> has a %<return%> statement"
3553 msgid "%<return%> with no value, in function returning non-void"
3557 msgid "%<return%> with a value, in function returning void"
3561 msgid "function returns address of local variable"
3564 #: c-typeck.c:6508 cp/semantics.c:880
3565 msgid "switch quantity not an integer"
3569 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3572 #: c-typeck.c:6555 cp/parser.c:5942
3573 msgid "case label not within a switch statement"
3577 msgid "%<default%> label not within a switch statement"
3581 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3585 msgid "%Hempty body in an if-statement"
3589 msgid "%Hempty body in an else-statement"
3592 #: c-typeck.c:6730 cp/parser.c:6445
3593 msgid "continue statement not within a loop"
3597 msgid "%Hstatement with no effect"
3601 msgid "expression statement has incomplete type"
3604 #: c-typeck.c:7099 c-typeck.c:7138
3605 msgid "division by zero"
3608 #: c-typeck.c:7183 cp/typeck.c:2971
3609 msgid "right shift count is negative"
3612 #: c-typeck.c:7190 cp/typeck.c:2977
3613 msgid "right shift count >= width of type"
3616 #: c-typeck.c:7211 cp/typeck.c:2996
3617 msgid "left shift count is negative"
3620 #: c-typeck.c:7214 cp/typeck.c:2998
3621 msgid "left shift count >= width of type"
3624 #: c-typeck.c:7231 cp/typeck.c:3033
3625 msgid "comparing floating point with == or != is unsafe"
3628 #: c-typeck.c:7255 c-typeck.c:7262
3629 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3632 #: c-typeck.c:7266 c-typeck.c:7312
3633 msgid "comparison of distinct pointer types lacks a cast"
3636 #: c-typeck.c:7280 c-typeck.c:7285 c-typeck.c:7332 c-typeck.c:7337
3637 msgid "comparison between pointer and integer"
3641 msgid "comparison of complete and incomplete pointers"
3645 msgid "ISO C forbids ordered comparisons of pointers to functions"
3648 #: c-typeck.c:7320 c-typeck.c:7327
3649 msgid "ordered comparison of pointer with integer zero"
3653 msgid "comparison between signed and unsigned"
3656 #: c-typeck.c:7594 cp/typeck.c:3440
3657 msgid "comparison of promoted ~unsigned with constant"
3660 #: c-typeck.c:7602 cp/typeck.c:3448
3661 msgid "comparison of promoted ~unsigned with unsigned"
3665 msgid "function call has aggregate value"
3670 msgid "bb %d on wrong place"
3675 msgid "prev_bb of %d should be %d, not %d"
3680 msgid "verify_flow_info: Wrong count of block %i %i"
3685 msgid "verify_flow_info: Wrong frequency of block %i %i"
3690 msgid "verify_flow_info: Duplicate edge %i->%i"
3695 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3700 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3705 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3708 #: cfghooks.c:165 cfgrtl.c:2048
3710 msgid "Wrong amount of branch edges after unconditional jump %i"
3713 #: cfghooks.c:173 cfghooks.c:184
3715 msgid "basic block %d pred edge is corrupted"
3720 msgid "its dest_idx should be %d, not %d"
3725 msgid "basic block %i edge lists are corrupted"
3729 msgid "verify_flow_info failed"
3734 msgid "%s does not support redirect_edge_and_branch."
3739 msgid "%s does not support redirect_edge_and_branch_force."
3744 msgid "%s does not support split_block."
3749 msgid "%s does not support move_block_after."
3754 msgid "%s does not support delete_basic_block."
3759 msgid "%s does not support split_edge."
3764 msgid "%s does not support create_basic_block."
3769 msgid "%s does not support can_merge_blocks_p."
3774 msgid "%s does not support predict_edge."
3779 msgid "%s does not support predicted_by_p."
3784 msgid "%s does not support merge_blocks."
3789 msgid "%s does not support make_forwarder_block."
3794 msgid "%s does not support can_duplicate_block_p."
3799 msgid "%s does not support duplicate_block."
3804 msgid "%s does not support block_ends_with_call_p"
3809 msgid "%s does not support block_ends_with_condjump_p"
3814 msgid "%s does not support flow_call_edges_add"
3819 msgid "Size of loop %d should be %d, not %d."
3824 msgid "Bb %d do not belong to loop %d."
3829 msgid "Loop %d's header does not have exactly 2 entries."
3834 msgid "Loop %d's latch does not have exactly 1 successor."
3839 msgid "Loop %d's latch does not have header as successor."
3844 msgid "Loop %d's latch does not belong directly to it."
3849 msgid "Loop %d's header does not belong directly to it."
3854 msgid "Loop %d's latch is marked as part of irreducible region."
3859 msgid "Basic block %d should be marked irreducible."
3864 msgid "Basic block %d should not be marked irreducible."
3869 msgid "Edge from %d to %d should be marked irreducible."
3874 msgid "Edge from %d to %d should not be marked irreducible."
3879 msgid "Wrong single exit %d->%d recorded for loop %d."
3884 msgid "Right exit is %d->%d."
3889 msgid "Single exit not recorded for loop %d."
3894 msgid "Loop %d should not have single exit (%d -> %d)."
3899 msgid "end insn %d for block %d not found in the insn stream"
3904 msgid "insn %d is in multiple basic blocks (%d and %d)"
3909 msgid "head insn %d for block %d not found in the insn stream"
3913 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3918 msgid "Fallthru edge crosses section boundary (bb %i)"
3923 msgid "Missing REG_EH_REGION note in the end of bb %i"
3928 msgid "Too many outgoing branch edges from bb %i"
3933 msgid "Fallthru edge after unconditional jump %i"
3938 msgid "Wrong amount of branch edges after conditional jump %i"
3943 msgid "Call edges for non-call insn in bb %i"
3948 msgid "Abnormal edges for no purpose in bb %i"
3953 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3958 msgid "insn %d inside basic block %d but block_for_insn is %i"
3961 #: cfgrtl.c:2098 cfgrtl.c:2108
3963 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3968 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3973 msgid "in basic block %d:"
3977 msgid "flow control insn inside a basic block"
3982 msgid "missing barrier after block %i"
3987 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3992 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3996 msgid "wrong insn in the fallthru edge"
4000 msgid "basic blocks not laid down consecutively"
4004 msgid "insn outside basic block"
4008 msgid "return not followed by barrier"
4013 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
4017 msgid "function body not available"
4020 #: cgraph.c:233 cgraphunit.c:651
4021 msgid "redefined extern inline functions are not considered for inlining"
4024 #: cgraph.c:236 cgraphunit.c:656
4025 msgid "function not considered for inlining"
4028 #: cgraph.c:238 cgraphunit.c:654
4029 msgid "function not inlinable"
4033 msgid "%D renamed after being referenced in assembly"
4037 msgid "Shared call_expr:"
4041 msgid "Edge points to wrong declaration:"
4045 msgid "Missing callgraph edge for call expr:"
4050 msgid "Aux field set for edge %s->%s"
4054 msgid "Inlined_to pointer is wrong"
4058 msgid "Multiple inline callers"
4062 msgid "Inlined_to pointer set for noninline callers"
4066 msgid "Inlined_to pointer is set but no predecesors found"
4070 msgid "Inlined_to pointer reffers to itself"
4074 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4079 msgid "Edge %s->%s has no corresponding call_expr"
4083 msgid "verify_cgraph_node failed."
4087 msgid "failed to reclaim unneeded function"
4090 #: cgraphunit.c:1184
4091 msgid "--param large-function-growth limit reached"
4094 #: cgraphunit.c:1221
4095 msgid "recursive inlining"
4098 #: cgraphunit.c:1386 cgraphunit.c:1638
4099 msgid "--param max-inline-insns-single limit reached"
4102 #: cgraphunit.c:1410
4104 "--param max-inline-insns-single limit reached after inlining into the callee"
4107 #: cgraphunit.c:1460
4108 msgid "--param inline-unit-growth limit reached"
4111 #: cgraphunit.c:1809
4112 msgid "Nodes with no released memory found."
4115 #: collect2.c:402 gcc.c:6744
4117 msgid "internal gcc abort in %s, at %s:%d"
4121 msgid "no arguments"
4126 msgid "unknown demangling style '%s'"
4129 #: collect2.c:1261 collect2.c:1409 collect2.c:1444
4134 #: collect2.c:1264 collect2.c:1414 collect2.c:1447
4141 msgid "collect2 version %s"
4146 msgid "%d constructor(s) found\n"
4151 msgid "%d destructor(s) found\n"
4156 msgid "%d frame table(s) found\n"
4161 msgid "%s terminated with signal %d [%s]%s"
4166 msgid "%s returned %d exit status"
4171 msgid "[cannot find %s]"
4176 msgid "cannot find '%s'"
4179 #: collect2.c:1576 collect2.c:1579
4181 msgid "redirecting stdout: %s"
4186 msgid "[Leaving %s]\n"
4193 "write_c_file - output name is %s, prefix is %s\n"
4197 msgid "cannot find 'nm'"
4200 #: collect2.c:2052 collect2.c:2218
4204 #: collect2.c:2056 collect2.c:2222
4208 #: collect2.c:2082 collect2.c:2248
4213 #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4214 #: collect2.c:2254 collect2.c:2267
4219 #: collect2.c:2091 collect2.c:2257
4226 msgid "init function found in object %s"
4231 msgid "fini function found in object %s"
4234 #: collect2.c:2176 collect2.c:2306
4239 msgid "cannot find 'ldd'"
4245 "ldd output with constructors/destructors.\n"
4250 msgid "dynamic dependency %s not found"
4255 msgid "unable to open dynamic dependency '%s'"
4260 msgid "%s: not a COFF file"
4265 msgid "%s: cannot open as COFF file"
4270 msgid "library lib%s not found"
4276 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4278 ";; %d successes.\n"
4286 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4287 ";; %d successes.\n"
4291 msgid "cannot convert to a pointer type"
4295 msgid "pointer value used where a floating point value was expected"
4299 msgid "aggregate value used where a float was expected"
4303 msgid "conversion to incomplete type"
4306 #: convert.c:660 convert.c:736
4307 msgid "can't convert between vector values of different size"
4311 msgid "aggregate value used where an integer was expected"
4315 msgid "pointer value used where a complex was expected"
4319 msgid "aggregate value used where a complex was expected"
4323 msgid "can't convert value to a vector"
4328 msgid "%qs is not a gcov data file"
4332 msgid "%qs is version %q.*s, expected version %q.*s"
4335 #: coverage.c:259 coverage.c:267
4337 msgid "coverage mismatch for function %u while reading execution counters."
4340 #: coverage.c:261 coverage.c:344
4342 msgid "checksum is %x instead of %x"
4345 #: coverage.c:269 coverage.c:352
4347 msgid "number of counters is %d instead of %d"
4352 msgid "cannot merge separate %s counters for function %u"
4357 msgid "%qs has overflowed"
4362 msgid "%qs is corrupted"
4367 msgid "no coverage for function %qs found."
4370 #: coverage.c:341 coverage.c:349
4372 msgid "coverage mismatch for function %qs while reading counter %qs."
4377 msgid "cannot open %s"
4382 msgid "error writing %qs"
4387 msgid "\"%s\" is not a valid option to the preprocessor"
4391 msgid "too many input files"
4396 msgid ";; Processing block from %d to %d, %d sets.\n"
4401 msgid "%s:%d: confused by earlier errors, bailing out\n"
4405 msgid "compilation terminated due to -Wfatal-errors.\n"
4411 "Please submit a full bug report,\n"
4412 "with preprocessed source if appropriate.\n"
4413 "See %s for instructions.\n"
4417 msgid "compilation terminated.\n"
4421 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4426 msgid "in %s, at %s:%d"
4431 msgid "dominator of %d status unknown"
4436 msgid "dominator of %d should be %d, not %d"
4441 msgid "ENTRY does not dominate bb %d"
4446 msgid "DW_LOC_OP %s not implemented\n"
4450 msgid "can't access real part of complex value in hard register"
4454 msgid "can't access imaginary part of complex value in hard register"
4458 msgid "Invalid rtl sharing found in the insn"
4466 msgid "Internal consistency failure"
4470 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4473 #: errors.c:133 java/jv-scan.c:294
4475 msgid "abort in %s, at %s:%d"
4479 msgid "exception handling disabled, use -fexceptions to enable"
4483 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4487 msgid "__builtin_eh_return not supported on this target"
4491 msgid "stack limits not supported on this target"
4495 msgid "negative insn length"
4499 msgid "could not split insn"
4503 msgid "invalid 'asm': "
4507 msgid "nested assembly dialect alternatives"
4510 #: final.c:3051 final.c:3063
4511 msgid "unterminated assembly dialect alternative"
4516 msgid "operand number missing after %%-letter"
4519 #: final.c:3113 final.c:3154
4520 msgid "operand number out of range"
4525 msgid "invalid %%-code"
4530 msgid "'%%l' operand isn't a label"
4533 #. We can't handle floating point constants;
4534 #. PRINT_OPERAND must handle them.
4535 #. We can't handle floating point constants; PRINT_OPERAND must
4537 #. We can't handle floating point constants;
4538 #. PRINT_OPERAND must handle them.
4539 #: final.c:3305 vmsdbgout.c:487 config/i386/i386.c:5836
4540 #: config/pdp11/pdp11.c:1690
4541 msgid "floating constant misused"
4544 #: final.c:3361 vmsdbgout.c:544 config/i386/i386.c:5914
4545 #: config/pdp11/pdp11.c:1737
4546 msgid "invalid expression as operand"
4549 #: flow.c:495 flow.c:519 flow.c:541
4550 msgid "internal consistency failure"
4554 msgid "Attempt to delete prologue/epilogue insn:"
4557 #: fold-const.c:3186 fold-const.c:3197
4559 msgid "comparison is always %d due to width of bit-field"
4562 #: fold-const.c:4755 fold-const.c:4770
4564 msgid "comparison is always %d"
4567 #: fold-const.c:4899
4568 msgid "%<or%> of unmatched not-equal tests is always 1"
4571 #: fold-const.c:4904
4572 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4575 #: fold-const.c:9334
4576 msgid "fold check: original tree changed by fold"
4579 #: function.c:831 varasm.c:1569
4580 msgid "%Jsize of variable %qD is too large"
4584 msgid "impossible constraint in %<asm%>"
4588 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4592 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4596 msgid "function returns an aggregate"
4600 msgid "%Junused parameter %qD"
4605 msgid "ambiguous abbreviation %s"
4610 msgid "incomplete '%s' option"
4615 msgid "missing argument to '%s' option"
4620 msgid "extraneous argument to '%s' option"
4624 msgid "Using built-in specs.\n"
4630 "Setting spec %s to '%s'\n"
4636 msgid "Reading specs from %s\n"
4639 #: gcc.c:2030 gcc.c:2049
4641 msgid "specs %%include syntax malformed after %ld characters"
4646 msgid "could not find specs file %s\n"
4649 #: gcc.c:2074 gcc.c:2082 gcc.c:2091 gcc.c:2100
4651 msgid "specs %%rename syntax malformed after %ld characters"
4656 msgid "specs %s spec was not found to be renamed"
4661 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4666 msgid "rename spec %s to %s\n"
4678 msgid "specs unknown %% command after %ld characters"
4681 #: gcc.c:2147 gcc.c:2160
4683 msgid "specs file malformed after %ld characters"
4687 msgid "spec file has no spec for linking"
4692 msgid "system path '%s' is not absolute"
4696 msgid "-pipe not supported"
4702 "Go ahead? (y or n) "
4708 "Internal error: %s (program %s)\n"
4709 "Please submit a full bug report.\n"
4710 "See %s for instructions."
4715 msgid "# %s %.2f %.2f\n"
4720 msgid "Usage: %s [options] file...\n"
4728 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
4732 msgid " --help Display this information\n"
4737 " --target-help Display target specific command line options\n"
4741 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
4745 msgid " -dumpspecs Display all of the built in spec strings\n"
4749 msgid " -dumpversion Display the version of the compiler\n"
4753 msgid " -dumpmachine Display the compiler's target processor\n"
4758 " -print-search-dirs Display the directories in the compiler's search "
4764 " -print-libgcc-file-name Display the name of the compiler's companion "
4769 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
4774 " -print-prog-name=<prog> Display the full path to compiler component "
4780 " -print-multi-directory Display the root directory for versions of "
4786 " -print-multi-lib Display the mapping between command line options "
4788 " multiple library search directories\n"
4792 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
4797 " -Wa,<options> Pass comma-separated <options> on to the "
4803 " -Wp,<options> Pass comma-separated <options> on to the "
4809 " -Wl,<options> Pass comma-separated <options> on to the linker\n"
4813 msgid " -Xassembler <arg> Pass <arg> on to the assembler\n"
4817 msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"
4821 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
4826 " -combine Pass multiple source files to compiler at once\n"
4830 msgid " -save-temps Do not delete intermediate files\n"
4834 msgid " -pipe Use pipes rather than intermediate files\n"
4838 msgid " -time Time the execution of each subprocess\n"
4843 " -specs=<file> Override built-in specs with the contents of "
4849 " -std=<standard> Assume that the input sources are for <standard>\n"
4854 " -B <directory> Add <directory> to the compiler's search paths\n"
4858 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
4863 " -V <version> Run gcc version number <version>, if installed\n"
4868 " -v Display the programs invoked by the compiler\n"
4873 " -### Like -v but options quoted and commands not "
4879 " -E Preprocess only; do not compile, assemble or "
4884 msgid " -S Compile only; do not assemble or link\n"
4888 msgid " -c Compile and assemble, but do not link\n"
4892 msgid " -o <file> Place the output into <file>\n"
4897 " -x <language> Specify the language of the following input "
4899 " Permissible languages include: c c++ assembler "
4901 " 'none' means revert to the default behavior of\n"
4902 " guessing the language based on the file's "
4910 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4911 " passed on to the various sub-processes invoked by %s. In order to pass\n"
4912 " other options on to these processes the -W<letter> options must be used.\n"
4917 msgid "'-%c' option must have argument"
4922 msgid "couldn't run '%s': %s"
4925 #. translate_options () has turned --version into -fversion.
4928 msgid "%s (GCC) %s\n"
4931 #: gcc.c:3410 gcov.c:412 java/gjavah.c:2368 java/jcf-dump.c:916
4932 #: java/jv-scan.c:128
4936 #: gcc.c:3411 java/gjavah.c:2369 java/jcf-dump.c:917 java/jv-scan.c:129
4939 "This is free software; see the source for copying conditions. There is NO\n"
4940 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4945 msgid "argument to '-Xlinker' is missing"
4949 msgid "argument to '-Xpreprocessor' is missing"
4953 msgid "argument to '-Xassembler' is missing"
4957 msgid "argument to '-l' is missing"
4961 msgid "argument to '-specs' is missing"
4965 msgid "argument to '-specs=' is missing"
4970 msgid "'-%c' must come at the start of the command line"
4974 msgid "argument to '-B' is missing"
4978 msgid "warning: -pipe ignored because -save-temps specified"
4982 msgid "warning: -pipe ignored because -time specified"
4986 msgid "argument to '-x' is missing"
4991 msgid "argument to '-%s' is missing"
4996 msgid "warning: '-x %s' after last input file has no effect"
5001 msgid "switch '%s' does not start with '-'"
5006 msgid "spec '%s' invalid"
5016 msgid "spec '%s' has invalid '%%0%c'"
5021 msgid "spec '%s' has invalid '%%W%c"
5026 msgid "spec '%s' has invalid '%%x%c'"
5029 #. Catch the case where a spec string contains something like
5030 #. '%{foo:%*}'. i.e. there is no * in the pattern on the left
5031 #. hand side of the :.
5034 msgid "spec failure: '%%*' has not been initialized by pattern match"
5039 msgid "warning: use of obsolete %%[ operator in specs"
5044 msgid "Processing spec %c%s%c, which is '%s'\n"
5049 msgid "spec failure: unrecognized spec option '%c'"
5054 msgid "unknown spec function '%s'"
5059 msgid "error in args to spec function '%s'"
5063 msgid "malformed spec function name"
5068 msgid "no arguments for spec function"
5072 msgid "malformed spec function arguments"
5077 msgid "braced spec '%s' is invalid at '%c'"
5082 msgid "braced spec body '%s' is invalid"
5086 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5090 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5095 msgid "unrecognized option '-%s'"
5100 msgid "install: %s%s\n"
5105 msgid "programs: %s\n"
5110 msgid "libraries: %s\n"
5117 "For bug reporting instructions, please see:\n"
5122 msgid "Configured with: %s\n"
5127 msgid "Thread model: %s\n"
5132 msgid "gcc version %s\n"
5137 msgid "gcc driver version %s executing gcc version %s\n"
5141 msgid "no input files"
5144 #: gcc.c:6461 gcc.c:6524
5146 msgid "%s: %s compiler not installed on this system"
5151 msgid "spec '%s' is invalid"
5156 msgid "%s: linker input file unused because linking not done"
5161 msgid "language %s not recognized"
5171 msgid "multilib spec '%s' is invalid"
5176 msgid "multilib exclusions '%s' is invalid"
5179 #: gcc.c:7188 gcc.c:7329
5181 msgid "multilib select '%s' is invalid"
5186 msgid "multilib exclusion '%s' is invalid"
5191 "Usage: gcov [OPTION]... SOURCEFILE\n"
5197 "Print code coverage information.\n"
5202 msgid " -h, --help Print this help, then exit\n"
5206 msgid " -v, --version Print version number, then exit\n"
5211 " -a, --all-blocks Show information for every basic block\n"
5216 " -b, --branch-probabilities Include branch probabilities in output\n"
5221 " -c, --branch-counts Given counts of branches taken\n"
5222 " rather than percentages\n"
5226 msgid " -n, --no-output Do not create an output file\n"
5231 " -l, --long-file-names Use long output file names for included\n"
5236 msgid " -f, --function-summaries Output summaries for each function\n"
5241 " -o, --object-directory DIR|FILE Search for object files in DIR or called "
5246 msgid " -p, --preserve-paths Preserve all pathname components\n"
5251 " -u, --unconditional-branches Show unconditional branch counts too\n"
5258 "For bug reporting instructions, please see:\n"
5264 msgid "gcov (GCC) %s\n"
5269 "This is free software; see the source for copying conditions.\n"
5270 "There is NO warranty; not even for MERCHANTABILITY or \n"
5271 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5277 msgid "%s:no functions found\n"
5280 #: gcov.c:525 gcov.c:553
5286 msgid "%s:creating '%s'\n"
5291 msgid "%s:error writing output file '%s'\n"
5296 msgid "%s:could not open output file '%s'\n"
5301 msgid "%s:cannot open graph file\n"
5306 msgid "%s:not a gcov graph file\n"
5311 msgid "%s:version '%.4s', prefer '%.4s'\n"
5316 msgid "%s:already seen blocks for '%s'\n"
5319 #: gcov.c:889 gcov.c:1045
5321 msgid "%s:corrupted\n"
5326 msgid "%s:cannot open data file\n"
5331 msgid "%s:not a gcov data file\n"
5336 msgid "%s:version '%.4s', prefer version '%.4s'\n"
5341 msgid "%s:stamp mismatch with graph file\n"
5346 msgid "%s:unknown function '%u'\n"
5351 msgid "%s:profile mismatch for '%s'\n"
5356 msgid "%s:overflowed\n"
5361 msgid "%s:'%s' lacks entry and/or exit blocks\n"
5366 msgid "%s:'%s' has arcs to entry block\n"
5371 msgid "%s:'%s' has arcs from exit block\n"
5376 msgid "%s:graph is unsolvable for '%s'\n"
5386 msgid "Lines executed:%s of %d\n"
5390 msgid "No executable lines\n"
5395 msgid "Branches executed:%s of %d\n"
5400 msgid "Taken at least once:%s of %d\n"
5404 msgid "No branches\n"
5409 msgid "Calls executed:%s of %d\n"
5418 msgid "%s:no lines for '%s'\n"
5423 msgid "call %2d returned %s\n"
5428 msgid "call %2d never executed\n"
5433 msgid "branch %2d taken %s%s\n"
5438 msgid "branch %2d never executed\n"
5443 msgid "unconditional %2d taken %s\n"
5448 msgid "unconditional %2d never executed\n"
5453 msgid "%s:cannot open source file\n"
5458 msgid "%s:source file is newer than graph file '%s'\n"
5461 #. Return if there's nothing to do, or it is too expensive.
5463 msgid "GCSE disabled"
5466 #. Return if there's nothing to do, or it is too expensive.
5468 msgid "jump bypassing disabled"
5473 msgid "%s: %d basic blocks and %d edges/basic block"
5478 msgid "%s: %d basic blocks and %d registers"
5481 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5482 #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
5483 #: ggc-zone.c:1588 ggc-zone.c:1597
5485 msgid "can't write PCH file: %m"
5490 msgid "can't get position in PCH file: %m"
5495 msgid "can't write padding to PCH file: %m"
5498 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5499 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
5501 msgid "can't read PCH file: %m"
5505 msgid "had to relocate PCH"
5510 msgid "open /dev/zero: %m"
5513 #: ggc-page.c:2220 ggc-page.c:2226
5514 msgid "can't write PCH file"
5518 msgid "unexpected node"
5523 msgid "invalid lvalue in asm output %d"
5528 msgid "memory input %d is not directly addressable"
5532 msgid "gimplification failed"
5535 #: global.c:373 global.c:386 global.c:400
5537 msgid "%s cannot be used in asm here"
5540 #: graph.c:403 passes.c:131 java/jcf-parse.c:1040 java/jcf-parse.c:1180
5541 #: java/lex.c:1842 objc/objc-act.c:550
5543 msgid "can't open %s: %m"
5546 #: haifa-sched.c:182
5548 msgid "fix_sched_param: unknown param: %s"
5551 #. Opening quotation mark.
5556 #. Closing quotation mark.
5562 msgid "At top level:"
5567 msgid "In member function %qs:"
5572 msgid "In function %qs:"
5575 #. What to print when a switch has no documentation.
5577 msgid "This switch lacks documentation"
5580 #. Eventually this should become a hard error IMO.
5583 msgid "command line option \"%s\" is valid for %s but not for %s"
5588 msgid "missing argument to \"%s\""
5593 msgid "argument to \"%s\" should be a non-negative integer"
5598 msgid "unrecognized command line option \"%s\""
5602 msgid "-Wuninitialized is not supported without -O"
5606 msgid "-freorder-blocks-and-partition does not work with exceptions"
5610 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5615 msgid "structure alignment must be a small power of two, not %d"
5620 msgid "unrecognised visibility value \"%s\""
5625 msgid "unrecognized register name \"%s\""
5630 msgid "unknown tls-model \"%s\""
5635 msgid "%s: --param arguments should be of the form NAME=VALUE"
5640 msgid "invalid --param value %qs"
5644 msgid "target system does not support debug output"
5649 msgid "debug format \"%s\" conflicts with prior selection"
5654 msgid "unrecognised debug output level \"%s\""
5659 msgid "debug output level %s is too high"
5663 msgid "The following options are language-independent:\n"
5669 "The %s front end recognizes the following options:\n"
5674 msgid "The --param option recognizes the following as parameters:\n"
5677 #. If we didn't find this parameter, issue an error message.
5680 msgid "invalid parameter %qs"
5685 "branch target register load optimization is not intended to be run twice"
5689 msgid "corrupted profile info: run_max * runs < sum_max"
5693 msgid "corrupted profile info: sum_all is smaller than sum_max"
5698 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5704 "corrupted profile info: number of iterations for basic block %d thought to "
5711 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5716 msgid "%s: error writing file '%s': %s\n"
5721 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5726 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5731 msgid "%s: warning: no read access for file '%s'\n"
5736 msgid "%s: warning: no write access for file '%s'\n"
5741 msgid "%s: warning: no write access for dir containing '%s'\n"
5744 #. Catch cases like /.. where we try to backup to a
5745 #. point above the absolute root of the logical file
5749 msgid "%s: invalid file name: %s\n"
5754 msgid "%s: %s: can't get status: %s\n"
5761 "%s: fatal error: aux info file corrupted at line %d\n"
5766 msgid "%s:%d: declaration of function '%s' takes different forms\n"
5771 msgid "%s: compiling '%s'\n"
5776 msgid "%s: wait: %s\n"
5781 msgid "%s: subprocess got fatal signal %d\n"
5786 msgid "%s: %s exited with status %d\n"
5791 msgid "%s: warning: missing SYSCALLS file '%s'\n"
5794 #: protoize.c:1985 protoize.c:2014
5796 msgid "%s: can't read aux info file '%s': %s\n"
5799 #: protoize.c:2030 protoize.c:2058
5801 msgid "%s: can't get status of aux info file '%s': %s\n"
5806 msgid "%s: can't open aux info file '%s' for reading: %s\n"
5811 msgid "%s: error reading aux info file '%s': %s\n"
5816 msgid "%s: error closing aux info file '%s': %s\n"
5821 msgid "%s: can't delete aux info file '%s': %s\n"
5824 #: protoize.c:2215 protoize.c:4185
5826 msgid "%s: can't delete file '%s': %s\n"
5831 msgid "%s: warning: can't rename file '%s' to '%s': %s\n"
5836 msgid "%s: conflicting extern definitions of '%s'\n"
5841 msgid "%s: declarations of '%s' will not be converted\n"
5846 msgid "%s: conflict list for '%s' follows:\n"
5851 msgid "%s: warning: using formals list from %s(%d) for function '%s'\n"
5856 msgid "%s: %d: '%s' used but missing from SYSCALLS\n"
5861 msgid "%s: %d: warning: no extern definition for '%s'\n"
5866 msgid "%s: warning: no static definition for '%s' in file '%s'\n"
5871 msgid "%s: multiple static defs of '%s' in file '%s'\n"
5874 #: protoize.c:2706 protoize.c:2709
5876 msgid "%s: %d: warning: source too confusing\n"
5881 msgid "%s: %d: warning: varargs function declaration not converted\n"
5886 msgid "%s: declaration of function '%s' not converted\n"
5891 msgid "%s: warning: too many parameter lists in declaration of '%s'\n"
5898 "%s: warning: too few parameter lists in declaration of '%s'\n"
5903 msgid "%s: %d: warning: found '%s' but expected '%s'\n"
5908 msgid "%s: local declaration for function '%s' not inserted\n"
5915 "%s: %d: warning: can't add declaration of '%s' into macro call\n"
5920 msgid "%s: global declarations for file '%s' not inserted\n"
5923 #: protoize.c:3523 protoize.c:3553
5925 msgid "%s: definition of function '%s' not converted\n"
5930 msgid "%s: %d: warning: definition of %s not converted\n"
5935 msgid "%s: found definition of '%s' at %s(%d)\n"
5938 #. If we make it here, then we did not know about this
5939 #. function definition.
5942 msgid "%s: %d: warning: '%s' excluded by preprocessing\n"
5947 msgid "%s: function definition not converted\n"
5952 msgid "%s: '%s' not converted\n"
5957 msgid "%s: would convert file '%s'\n"
5962 msgid "%s: converting file '%s'\n"
5967 msgid "%s: can't get status for file '%s': %s\n"
5972 msgid "%s: can't open file '%s' for reading: %s\n"
5979 "%s: error reading input file '%s': %s\n"
5984 msgid "%s: can't create/open clean file '%s': %s\n"
5989 msgid "%s: warning: file '%s' already saved in '%s'\n"
5994 msgid "%s: can't link file '%s' to '%s': %s\n"
5999 msgid "%s: can't create/open output file '%s': %s\n"
6004 msgid "%s: can't change mode of file '%s': %s\n"
6009 msgid "%s: cannot get working directory: %s\n"
6014 msgid "%s: input file names must have .c suffixes: %s\n"
6018 msgid "Didn't find a coloring.\n"
6023 msgid "output constraint %d must specify a single register"
6028 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6032 msgid "output regs must be grouped at top of stack"
6036 msgid "implicitly popped regs must be grouped at top of stack"
6040 msgid "output operand %d must use %<&%> constraint"
6045 msgid "can't use '%s' as a %s register"
6048 #: regclass.c:777 config/ia64/ia64.c:4136 config/ia64/ia64.c:4143
6049 #: config/pa/pa.c:328 config/pa/pa.c:335
6051 msgid "unknown register name: %s"
6055 msgid "global register variable follows a function definition"
6059 msgid "register used for two global register variables"
6063 msgid "call-clobbered register used for global register variable"
6068 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6073 msgid "validate_value_data: Loop in regno chain (%u)"
6078 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6083 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6087 msgid "cannot reload integer constant operand in %<asm%>"
6091 msgid "impossible register constraint in %<asm%>"
6095 msgid "%<&%> constraint used with no register class"
6099 msgid "unable to generate reloads for:"
6102 #: reload.c:3680 reload.c:3912
6103 msgid "inconsistent operand constraints in an %<asm%>"
6107 msgid "frame size too large for reliable stack checking"
6111 msgid "try reducing the number of local variables"
6115 msgid "can't find a register in class %qs while reloading %<asm%>"
6120 msgid "unable to find a register to spill in class %qs"
6124 msgid "this is the insn:"
6128 msgid "%<asm%> operand requires impossible reload"
6131 #. It's the compiler's fault.
6133 msgid "could not find a spill register"
6137 msgid "%<asm%> operand constraint incompatible with operand size"
6140 #. It's the compiler's fault.
6142 msgid "VOIDmode on an output"
6146 msgid "output operand is constant in %<asm%>"
6150 msgid "unrecognizable insn:"
6154 msgid "insn does not satisfy its constraints:"
6159 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
6165 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6171 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6177 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
6182 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
6187 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6192 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
6196 msgid "output operand constraint lacks %<=%>"
6201 msgid "output constraint %qc for operand %d is not at the beginning"
6205 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6208 #: stmt.c:361 stmt.c:460
6209 msgid "%<%%%> constraint used with last operand"
6213 msgid "matching constraint not valid in output operand"
6218 msgid "input operand constraint contains %qc"
6222 msgid "matching constraint references invalid operand number"
6227 msgid "invalid punctuation %qc in constraint"
6231 msgid "matching constraint does not allow a register"
6236 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6240 msgid "unknown register name %qs in %<asm%>"
6244 msgid "PIC register %qs clobbered in %<asm%>"
6248 msgid "more than %d operands in %<asm%>"
6253 msgid "output number %d not directly addressable"
6257 msgid "asm operand %d probably doesn%'t match constraints"
6262 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6266 msgid "asm clobber conflict with output operand"
6270 msgid "asm clobber conflict with input operand"
6274 msgid "too many alternatives in %<asm%>"
6278 msgid "operand constraints for %<asm%> differ in number of alternatives"
6283 msgid "duplicate asm operand name %qs"
6287 msgid "missing close brace for named operand"
6292 msgid "undefined named operand %qs"
6296 msgid "%Hvalue computed is not used"
6299 #: stor-layout.c:152
6300 msgid "type size can%'t be explicitly evaluated"
6303 #: stor-layout.c:154
6304 msgid "variable-size type declared outside of any function"
6307 #: stor-layout.c:458
6308 msgid "%Jsize of %qD is %d bytes"
6311 #: stor-layout.c:460
6312 msgid "%Jsize of %qD is larger than %d bytes"
6315 #: stor-layout.c:844
6316 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6319 #: stor-layout.c:847
6320 msgid "%Jpacked attribute is unnecessary for %qD"
6323 #: stor-layout.c:863
6324 msgid "%Jpadding struct to align %qD"
6327 #: stor-layout.c:1205
6328 msgid "padding struct size to alignment boundary"
6331 #: stor-layout.c:1235
6333 msgid "packed attribute causes inefficient alignment for %qs"
6336 #: stor-layout.c:1238
6338 msgid "packed attribute is unnecessary for %qs"
6341 #: stor-layout.c:1243
6342 msgid "packed attribute causes inefficient alignment"
6345 #: stor-layout.c:1245
6346 msgid "packed attribute is unnecessary"
6350 msgid "__builtin_saveregs not supported by this target"
6356 "Execution times (seconds)\n"
6359 #. Print total time.
6366 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6371 msgid "collect: reading %s\n"
6376 msgid "repository file '%s' does not contain command-line arguments"
6381 msgid "collect: recompiling %s\n"
6387 "'%s' was assigned to '%s', but was not defined during recompilation, or vice "
6393 msgid "collect: tweaking %s in %s\n"
6398 msgid "collect: relinking\n"
6403 msgid "ld returned %d exit status"
6418 msgid "invalid option argument %qs"
6422 msgid "unrecoverable error"
6427 msgid "getting core file size maximum limit: %m"
6432 msgid "setting core file size limit to maximum: %m"
6436 msgid "%J%qF declared %<static%> but never defined"
6440 msgid "%J%qD defined but not used"
6443 #: toplev.c:895 toplev.c:918
6445 msgid "%qs is deprecated (declared at %s:%d)"
6450 msgid "type is deprecated (declared at %s:%d)"
6455 msgid "%qs is deprecated"
6459 msgid "type is deprecated"
6466 "Target specific options:\n"
6469 #: toplev.c:1089 toplev.c:1108
6471 msgid " -m%-23s [undocumented]\n"
6478 "There are undocumented target specific options as well.\n"
6483 msgid " They exist, but they are not documented.\n"
6488 msgid "unrecognized gcc debugging option: %c"
6491 #. Handle -mfix-and-continue.
6492 #: toplev.c:1225 config/rs6000/rs6000.c:1384 config/rs6000/rs6000.c:1395
6493 #: config/rs6000/darwin.h:106
6495 msgid "invalid option %qs"
6501 "%s%s%s version %s (%s)\n"
6502 "%s\tcompiled by GNU C version %s.\n"
6503 "%s%s%s version %s (%s) compiled by CC.\n"
6509 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6513 msgid "options passed: "
6517 msgid "options enabled: "
6521 msgid "can%'t open %s for writing: %m"
6524 #: toplev.c:1485 config/sh/sh.c:7306
6525 msgid "created and used with different settings of -fpic"
6528 #: toplev.c:1487 config/sh/sh.c:7308
6529 msgid "created and used with different settings of -fpie"
6532 #: toplev.c:1538 config/sh/sh.c:7358
6534 msgid "created and used with differing settings of '-m%s'"
6537 #: toplev.c:1541 config/sh/sh.c:7361
6538 msgid "out of memory"
6542 msgid "instruction scheduling not supported on this target machine"
6546 msgid "this target machine does not have delayed branches"
6550 msgid "value-based profiling not yet implemented in trees."
6555 msgid "-f%sleading-underscore not supported on this target machine"
6560 msgid "target system does not support the \"%s\" debug format"
6564 msgid "variable tracking requested, but useless unless producing debug info"
6568 msgid "variable tracking requested, but not supported by this debug format"
6572 msgid "can%'t open %s: %m"
6576 msgid "-ffunction-sections not supported for this target"
6580 msgid "-fdata-sections not supported for this target"
6584 msgid "-ffunction-sections disabled; it makes profiling impossible"
6588 msgid "-fprefetch-loop-arrays not supported for this target"
6592 msgid "-fspeculative-prefetching not supported for this target"
6597 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6602 "-fspeculative-prefetching not supported for this target (try -march switches)"
6606 msgid "-fprefetch-loop-arrays is not supported with -Os"
6610 msgid "-ffunction-sections may affect debugging on some targets"
6615 msgid "error writing to %s: %m"
6618 #: toplev.c:2036 java/jcf-parse.c:1059 java/jcf-write.c:3525
6620 msgid "error closing %s: %m"
6623 #: tree-cfg.c:1325 tree-cfg.c:2036 tree-cfg.c:2038
6624 msgid "%Hwill never be executed"
6628 msgid "SSA name in freelist but still referenced"
6632 msgid "GIMPLE register modified with BIT_FIELD_REF"
6636 msgid "address taken, but ADDRESSABLE bit not set"
6640 msgid "non-boolean used in condition"
6644 msgid "Invalid reference prefix."
6648 msgid "Is not a valid GIMPLE statement."
6652 msgid "Statement marked for throw, but doesn%'t."
6656 msgid "Statement marked for throw in middle of block."
6660 msgid "PHI def is not a GIMPLE value"
6663 #: tree-cfg.c:3525 tree-cfg.c:3541
6664 msgid "Incorrect sharing of tree nodes"
6668 msgid "verify_stmts failed."
6672 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6676 msgid "EXIT_BLOCK has a statement list associated with it\n"
6681 msgid "Fallthru to exit from bb %d\n"
6686 msgid "Label %s to block does not match in bb %d\n"
6691 msgid "Label %s has incorrect context in bb %d\n"
6696 msgid "Control flow in the middle of basic block %d\n"
6701 msgid "Label %s in the middle of basic block %d\n"
6706 msgid "Fallthru edge after a control statement in bb %d \n"
6711 msgid "Structured COND_EXPR at the end of bb %d\n"
6714 #: tree-cfg.c:3680 tree-cfg.c:3718 tree-cfg.c:3730 tree-cfg.c:3801
6716 msgid "Wrong outgoing edge flags at end of bb %d\n"
6720 msgid "%<then%> label does not match edge at end of bb %d\n"
6724 msgid "%<else%> label does not match edge at end of bb %d\n"
6729 msgid "Explicit goto at end of bb %d\n"
6734 msgid "Return edge does not point to exit in bb %d\n"
6738 msgid "Found default case not at end of case vector"
6743 "Case labels not sorted:\n"
6748 msgid "No default case found at end of case vector"
6753 msgid "Extra outgoing edge %d->%d\n"
6758 msgid "Missing edge %i->%i"
6762 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6765 #: tree-cfg.c:5543 tree-cfg.c:5547
6766 msgid "%H%<noreturn%> function does return"
6769 #: tree-cfg.c:5567 tree-cfg.c:5572
6770 msgid "%Hcontrol reaches end of non-void function"
6775 msgid "could not open dump file %qs: %s"
6779 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6782 #: tree-inline.c:945
6784 "%Jfunction %qF can never be inlined because it uses alloca (override using "
6785 "the always_inline attribute)"
6788 #: tree-inline.c:957
6789 msgid "%Jfunction %qF can never be inlined because it uses setjmp"
6792 #: tree-inline.c:971
6794 "%Jfunction %qF can never be inlined because it uses variable argument lists"
6797 #: tree-inline.c:982
6799 "%Jfunction %qF can never be inlined because it uses setjmp-longjmp exception "
6803 #: tree-inline.c:989
6804 msgid "%Jfunction %qF can never be inlined because it uses non-local goto"
6807 #: tree-inline.c:1008
6808 msgid "%Jfunction %qF can never be inlined because it contains a computed goto"
6811 #: tree-inline.c:1022
6813 "%Jfunction %qF can never be inlined because it receives a non-local goto"
6816 #: tree-inline.c:1044
6818 "%Jfunction %qF can never be inlined because it uses variable sized variables"
6821 #: tree-inline.c:1463
6822 msgid "originally indirect function call not considered for inlining"
6825 #: tree-inline.c:1473 tree-inline.c:1481
6826 msgid "%Jinlining failed in call to %qF: %s"
6829 #: tree-inline.c:1474 tree-inline.c:1482
6830 msgid "called from here"
6833 #: tree-mudflap.c:851
6834 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6837 #: tree-mudflap.c:1042
6838 msgid "mudflap ran off end of BIND_EXPR body"
6841 #: tree-mudflap.c:1270
6843 msgid "mudflap cannot track unknown size extern %qs"
6846 #: tree-nomudflap.c:51
6847 msgid "mudflap: this language is not supported"
6850 #: tree-optimize.c:698
6851 msgid "%Jsize of return value of %qD is %u bytes"
6854 #: tree-optimize.c:701
6855 msgid "%Jsize of return value of %qD is larger than %wd bytes"
6858 #: tree-outof-ssa.c:600 tree-outof-ssa.c:615 tree-outof-ssa.c:629
6859 #: tree-outof-ssa.c:650 tree-outof-ssa.c:1023 tree-outof-ssa.c:1834
6860 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6861 msgid "SSA corruption"
6864 #: tree-outof-ssa.c:2239
6866 msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
6869 #: tree-outof-ssa.c:2245
6871 msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
6874 #: tree-outof-ssa.c:2252
6876 msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
6879 #: tree-outof-ssa.c:2258
6881 msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
6884 #: tree-profile.c:111 tree-profile.c:127 tree-profile.c:143 tree-profile.c:160
6885 msgid "unimplemented functionality"
6888 #: tree-ssa-operands.c:1260
6889 msgid "internal error"
6893 msgid "Expected an SSA_NAME object"
6897 msgid "Type mismatch between an SSA_NAME and its symbol."
6901 msgid "Found an SSA_NAME that had been released into the free pool"
6905 msgid "Found a virtual definition for a GIMPLE register"
6909 msgid "Found a real definition for a non-register"
6914 msgid "SSA_NAME created in two different blocks %i and %i"
6918 msgid "SSA_NAME_DEF_STMT is wrong"
6922 msgid "Missing definition"
6927 msgid "Definition in block %i does not dominate use in block %i"
6932 msgid "Definition in block %i follows the use"
6936 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6940 msgid "Incoming edge count does not match number of PHI arguments\n"
6945 msgid "PHI argument is missing for edge %d->%d\n"
6949 msgid "PHI argument is not SSA_NAME, or invariant"
6954 msgid "Wrong edge %d->%d for PHI argument\n"
6958 msgid "Non-addressable variable inside an alias set."
6962 msgid "Addressable variable that is an alias tag but is not in any alias set."
6966 msgid "verify_flow_insensitive_alias_info failed."
6970 msgid "Dereferenced pointers should have a name or a type tag"
6975 "Pointers with a memory tag, should have points-to sets or point to malloc"
6979 msgid "Pointer escapes but its name tag is not call-clobbered."
6983 msgid "verify_flow_sensitive_alias_info failed."
6988 "Two different pointers with identical points-to sets but different name tags"
6992 msgid "verify_name_tags failed"
6997 msgid "AUX pointer initialized for edge %d->%d\n"
7001 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
7005 msgid "verify_ssa failed."
7009 msgid "%H%qD is used uninitialized in this function"
7013 msgid "%H%qD may be used uninitialized in this function"
7016 #: tree-vectorizer.c:2138
7017 msgid "no support for reduction/induction"
7020 #: tree-vectorizer.c:2164
7021 msgid "unsupported defining stmt"
7025 msgid "%Jfunction %qD definition is marked dllimport."
7029 msgid "%Jvariable %qD definition is marked dllimport."
7033 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
7037 msgid "arrays of functions are not meaningful"
7041 msgid "function return type cannot be function"
7045 msgid "invalid initializer for bit string"
7050 msgid "tree check: %s, have %s in %s, at %s:%d"
7055 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
7060 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
7065 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7070 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7075 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7079 msgid "%J%D causes a section type conflict"
7083 msgid "%Jregister name not specified for %qD"
7087 msgid "%Jinvalid register name for %qD"
7091 msgid "%Jdata type of %qD isn%'t suitable for a register"
7095 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7099 msgid "global register variable has initial value"
7103 msgid "volatile register variables don%'t work as you might wish"
7107 msgid "%Jregister name given for non-register variable %qD"
7111 msgid "global destructors not supported on this target"
7115 msgid "global constructors not supported on this target"
7120 "%Jalignment of %qD is greater than maximum object file alignment. Using %d"
7124 msgid "thread-local COMMON data not implemented"
7129 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7133 msgid "initializer for integer value is too complicated"
7137 msgid "initializer for floating value is not a floating constant"
7141 msgid "unknown set constructor type"
7146 msgid "invalid initial value for member %qs"
7149 #: varasm.c:4213 varasm.c:4257
7150 msgid "%Jweak declaration of %qD must precede definition"
7155 "%Jweak declaration of %qD after first use results in unspecified behavior"
7159 msgid "%Jweak declaration of %qD must be public"
7163 msgid "%Jweak declaration of %qD not supported"
7166 #: varasm.c:4293 varasm.c:4386
7167 msgid "only weak aliases are supported in this configuration"
7171 msgid "alias definitions not supported in this configuration; ignored"
7175 msgid "visibility attribute not supported in this configuration; ignored"
7180 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7185 msgid "underflowed virtual array %s in %s, at %s:%d"
7190 msgid "vector %s %s domain error, in %s at %s:%u"
7193 #. Print an error message for unrecognized stab codes.
7196 msgid "no sclass for %s stab (0x%x)\n"
7205 msgid "fatal error: "
7209 msgid "internal compiler error: "
7217 msgid "sorry, unimplemented: "
7225 msgid "anachronism: "
7238 "The maximum structure size (in bytes) at which GCC will do block copies."
7243 "The threshold ratio between instantiated fields and the total structure size."
7248 "The maximum number of instructions in a single function eligible for inlining"
7252 msgid "The maximum number of instructions when automatically inlining"
7257 "The maximum number of instructions inline function can grow to via recursive "
7263 "The maximum number of instructions non-inline function can grow to via "
7264 "recursive inlining"
7268 msgid "The maximum depth of recursive inlining for inline functions"
7272 msgid "The maximum depth of recursive inlining for non-inline functions"
7276 msgid "The maximum number of instructions for the RTL inliner"
7281 "If -fvariable-expansion-in-unroller is used, the maximum number "
7282 "of times that an individual variable will be expanded "
7283 "during loop unrolling"
7287 msgid "The maximum number of instructions to consider to fill a delay slot"
7292 "The maximum number of instructions to consider to find accurate live "
7293 "register information"
7297 msgid "The maximum length of scheduling's pending operations list"
7301 msgid "The size of function body to be considered large"
7305 msgid "Maximal growth due to inlining of large function (in percent)"
7310 "how much can given compilation unit grow because of the inlining (in percent)"
7314 msgid "The maximum amount of memory to be allocated by GCSE"
7318 msgid "The maximum number of passes to make when doing GCSE"
7323 "The threshold ratio for performing partial redundancy elimination "
7329 "The threshold ratio of critical edges execution count that permit "
7330 "performing redundancy elimination after reload."
7334 msgid "The maximum number of instructions to consider to unroll in a loop"
7339 "The maximum number of instructions to consider to unroll in a loop on average"
7343 msgid "The maximum number of unrollings of a single loop"
7347 msgid "The maximum number of insns of a peeled loop"
7351 msgid "The maximum number of peelings of a single loop"
7355 msgid "The maximum number of insns of a completely peeled loop"
7360 "The maximum number of peelings of a single loop that is peeled completely"
7364 msgid "The maximum number of insns of a peeled loop that rolls only once"
7368 msgid "The maximum number of insns of an unswitched loop"
7372 msgid "The maximum number of unswitchings in a single loop"
7377 "Bound on the number of iterations the brute force # of iterations \t "
7378 "analysis algorithm evaluates"
7383 "Maximum number of loops to perform swing modulo scheduling on \t (mainly "
7389 "A factor for tuning the upper bound that swing modulo scheduler uses \t for "
7395 "The number of cycles the swing modulo scheduler considers when \t checking "
7396 "conflicts using DFA"
7401 "A threshold on the average loop count considered by the swing modulo \t "
7407 "Select fraction of the maximal count of repetitions of basic block in "
7408 "program given basic block needs to have to be considered hot"
7413 "Select fraction of the maximal frequency of executions of basic block in "
7414 "function given basic block needs to have to be considered hot"
7419 "The percentage of function, weighted by execution frequency, that must be "
7420 "covered by trace formation. Used when profile feedback is available"
7425 "The percentage of function, weighted by execution frequency, that must be "
7426 "covered by trace formation. Used when profile feedback is not available"
7430 msgid "Maximal code growth caused by tail duplication (in percent)"
7435 "Stop reverse growth if the reverse probability of best edge is less than "
7436 "this threshold (in percent)"
7441 "Stop forward growth if the probability of best edge is less than this "
7442 "threshold (in percent). Used when profile feedback is available"
7447 "Stop forward growth if the probability of best edge is less than this "
7448 "threshold (in percent). Used when profile feedback is not available"
7452 msgid "The maximum number of incoming edges to consider for crossjumping"
7457 "The minimum number of matching instructions to consider for crossjumping"
7461 msgid "The maximum length of path considered in cse"
7466 "The minimum cost of an expensive expression in the loop invariant motion"
7471 "Bound on number of candidates below that all candidates are considered in iv "
7476 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7481 "Given N calls and V call-clobbered vars in a function. Use .GLOBAL_VAR if "
7482 "NxV is larger than this limit"
7486 msgid "The maximum memory locations recorded by cselib"
7491 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7492 "total size of the heap"
7496 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7501 "The maximum number of instructions to search backward when looking for "
7507 "The maximum number of virtual operands allowed to represent aliases before "
7508 "triggering alias grouping."
7513 "The maximum number of blocks in a region to be considered for interblock "
7519 "The maximum number of insns in a region to be considered for interblock "
7524 msgid "The upper bound for sharing integer constants"
7527 #: config/darwin-c.c:84
7528 msgid "too many #pragma options align=reset"
7531 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7532 #: config/darwin-c.c:111
7533 msgid "malformed '#pragma options', ignoring"
7536 #: config/darwin-c.c:114
7537 msgid "junk at end of '#pragma options'"
7540 #: config/darwin-c.c:124
7541 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7544 #: config/darwin-c.c:136
7545 msgid "missing '(' after '#pragma unused', ignoring"
7548 #: config/darwin-c.c:154
7549 msgid "missing ')' after '#pragma unused', ignoring"
7552 #: config/darwin-c.c:157
7553 msgid "junk at end of '#pragma unused'"
7556 #: config/darwin-c.c:367
7558 msgid "subframework include %s conflicts with framework include"
7561 #: config/darwin.c:1332
7563 "internal and protected visibility attributes not supportedin this "
7564 "configuration; ignored"
7567 #: config/sol2-c.c:94 config/sol2-c.c:110
7568 msgid "malformed %<#pragma align%>, ignoring"
7571 #: config/sol2-c.c:103
7572 msgid "invalid alignment for %<#pragma align%>, ignoring"
7575 #: config/sol2-c.c:118
7576 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7579 #: config/sol2-c.c:130 config/sol2-c.c:142
7580 msgid "malformed %<#pragma align%>"
7583 #: config/sol2-c.c:137
7584 msgid "junk at end of %<#pragma align%>"
7587 #: config/sol2-c.c:158 config/sol2-c.c:165
7588 msgid "malformed %<#pragma init%>, ignoring"
7591 #: config/sol2-c.c:188 config/sol2-c.c:200
7592 msgid "malformed %<#pragma init%>"
7595 #: config/sol2-c.c:195
7596 msgid "junk at end of %<#pragma init%>"
7599 #: config/sol2-c.c:216 config/sol2-c.c:223
7600 msgid "malformed %<#pragma fini%>, ignoring"
7603 #: config/sol2-c.c:246 config/sol2-c.c:258
7604 msgid "malformed %<#pragma fini%>"
7607 #: config/sol2-c.c:253
7608 msgid "junk at end of %<#pragma fini%>"
7612 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7615 #: config/darwin.h:152
7616 msgid "Set sizeof(bool) to 1"
7619 #: config/darwin.h:154
7620 msgid "Generate code suitable for fast turn around debugging"
7623 #: config/darwin.h:156
7624 msgid "Don't generate code suitable for fast turn around debugging"
7627 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
7628 #. sections. machopic_select_section ensures that weak variables go in
7629 #. coalesced sections. Weak aliases (or any other kind of aliases) are
7630 #. not supported. Weak symbols that aren't visible outside the .s file
7631 #. are not supported.
7632 #: config/darwin.h:388
7633 msgid "alias definitions not supported in Mach-O; ignored"
7636 #: config/lynx.h:137
7637 msgid "Use shared libraries"
7640 #: config/lynx.h:138
7641 msgid "Support multi-threading"
7644 #: config/lynx.h:139
7645 msgid "Support legacy multi-threading"
7648 #: config/windiss.h:37
7649 msgid "profiler support for WindISS"
7652 #: config/alpha/alpha.c:254
7654 msgid "-f%s ignored for Unicos/Mk (not supported)"
7657 #: config/alpha/alpha.c:278
7658 msgid "-mieee not supported on Unicos/Mk"
7661 #: config/alpha/alpha.c:289
7662 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7665 #: config/alpha/alpha.c:306
7667 msgid "bad value %qs for -mtrap-precision switch"
7670 #: config/alpha/alpha.c:320
7672 msgid "bad value %qs for -mfp-rounding-mode switch"
7675 #: config/alpha/alpha.c:335
7677 msgid "bad value %qs for -mfp-trap-mode switch"
7680 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1705
7682 msgid "bad value %qs for -mtls-size switch"
7685 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7687 msgid "bad value %qs for -mcpu switch"
7690 #: config/alpha/alpha.c:385
7691 msgid "trap mode not supported on Unicos/Mk"
7694 #: config/alpha/alpha.c:392
7695 msgid "fp software completion requires -mtrap-precision=i"
7698 #: config/alpha/alpha.c:408
7699 msgid "rounding mode not supported for VAX floats"
7702 #: config/alpha/alpha.c:413
7703 msgid "trap mode not supported for VAX floats"
7706 #: config/alpha/alpha.c:417
7707 msgid "128-bit long double not supported for VAX floats"
7710 #: config/alpha/alpha.c:445
7712 msgid "L%d cache latency unknown for %s"
7715 #: config/alpha/alpha.c:460
7717 msgid "bad value %qs for -mmemory-latency"
7720 #: config/alpha/alpha.c:4598
7722 msgid "invalid %%H value"
7725 #: config/alpha/alpha.c:4619
7727 msgid "invalid %%J value"
7730 #: config/alpha/alpha.c:4635 config/ia64/ia64.c:3739
7732 msgid "invalid %%r value"
7735 #: config/alpha/alpha.c:4645 config/rs6000/rs6000.c:10711
7736 #: config/xtensa/xtensa.c:1951
7738 msgid "invalid %%R value"
7741 #: config/alpha/alpha.c:4651 config/rs6000/rs6000.c:10630
7742 #: config/xtensa/xtensa.c:1918
7744 msgid "invalid %%N value"
7747 #: config/alpha/alpha.c:4659 config/rs6000/rs6000.c:10658
7749 msgid "invalid %%P value"
7752 #: config/alpha/alpha.c:4667
7754 msgid "invalid %%h value"
7757 #: config/alpha/alpha.c:4675 config/xtensa/xtensa.c:1944
7759 msgid "invalid %%L value"
7762 #: config/alpha/alpha.c:4714 config/rs6000/rs6000.c:10612
7764 msgid "invalid %%m value"
7767 #: config/alpha/alpha.c:4722 config/rs6000/rs6000.c:10620
7769 msgid "invalid %%M value"
7772 #: config/alpha/alpha.c:4766
7774 msgid "invalid %%U value"
7777 #: config/alpha/alpha.c:4778 config/alpha/alpha.c:4792
7778 #: config/rs6000/rs6000.c:10719
7780 msgid "invalid %%s value"
7783 #: config/alpha/alpha.c:4815
7785 msgid "invalid %%C value"
7788 #: config/alpha/alpha.c:4852 config/rs6000/rs6000.c:10449
7789 #: config/rs6000/rs6000.c:10469
7791 msgid "invalid %%E value"
7794 #: config/alpha/alpha.c:4877 config/alpha/alpha.c:4925
7795 msgid "unknown relocation unspec"
7798 #: config/alpha/alpha.c:4886 config/rs6000/rs6000.c:11037
7800 msgid "invalid %%xn code"
7803 #: config/alpha/alpha.c:5846 config/alpha/alpha.c:5849 config/s390/s390.c:7776
7804 #: config/s390/s390.c:7779
7805 msgid "bad builtin fcode"
7808 #. Macro to define tables used to set the flags.
7809 #. This is a list in braces of pairs in braces,
7810 #. each pair being { "NAME", VALUE }
7811 #. where VALUE is the bits to set or minus the bits to clear.
7812 #. An empty string NAME is used to identify the default VALUE.
7813 #. WARNING: Do not mark empty strings for translation, as calling
7814 #. gettext on an empty string does NOT return an empty
7816 #. Macro to define tables used to set the flags.
7817 #. This is a list in braces of pairs in braces,
7818 #. each pair being { "NAME", VALUE }
7819 #. where VALUE is the bits to set or minus the bits to clear.
7820 #. An empty string NAME is used to identify the default VALUE.
7821 #: config/alpha/alpha.h:293 config/i386/i386.h:336 config/i386/i386.h:338
7822 #: config/i386/i386.h:340 config/ns32k/ns32k.h:140 config/s390/s390.h:134
7823 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7824 msgid "Use hardware fp"
7827 #: config/alpha/alpha.h:294 config/i386/i386.h:337 config/i386/i386.h:339
7828 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7829 msgid "Do not use hardware fp"
7832 #: config/alpha/alpha.h:295
7833 msgid "Use fp registers"
7836 #: config/alpha/alpha.h:297
7837 msgid "Do not use fp registers"
7840 #: config/alpha/alpha.h:298
7841 msgid "Do not assume GAS"
7844 #: config/alpha/alpha.h:299
7848 #: config/alpha/alpha.h:301
7849 msgid "Request IEEE-conformant math library routines (OSF/1)"
7852 #: config/alpha/alpha.h:303
7853 msgid "Emit IEEE-conformant code, without inexact exceptions"
7856 #: config/alpha/alpha.h:305
7857 msgid "Emit IEEE-conformant code, with inexact exceptions"
7860 #: config/alpha/alpha.h:307
7861 msgid "Do not emit complex integer constants to read-only memory"
7864 #: config/alpha/alpha.h:308
7868 #: config/alpha/alpha.h:309
7869 msgid "Do not use VAX fp"
7872 #: config/alpha/alpha.h:310
7873 msgid "Emit code for the byte/word ISA extension"
7876 #: config/alpha/alpha.h:313
7877 msgid "Emit code for the motion video ISA extension"
7880 #: config/alpha/alpha.h:316
7881 msgid "Emit code for the fp move and sqrt ISA extension"
7884 #: config/alpha/alpha.h:318
7885 msgid "Emit code for the counting ISA extension"
7888 #: config/alpha/alpha.h:321
7889 msgid "Emit code using explicit relocation directives"
7892 #: config/alpha/alpha.h:324
7893 msgid "Emit 16-bit relocations to the small data areas"
7896 #: config/alpha/alpha.h:326
7897 msgid "Emit 32-bit relocations to the small data areas"
7900 #: config/alpha/alpha.h:328
7901 msgid "Emit direct branches to local functions"
7904 #: config/alpha/alpha.h:331
7905 msgid "Emit rdval instead of rduniq for thread pointer"
7908 #: config/alpha/alpha.h:333
7909 msgid "Use 128-bit long double"
7912 #: config/alpha/alpha.h:335
7913 msgid "Use 64-bit long double"
7918 #. For -mfp-rounding-mode=[n|m|c|d]
7919 #. For -mfp-trap-mode=[n|u|su|sui]
7920 #. For -mtrap-precision=[p|f|i]
7921 #. For -mmemory-latency=
7923 #: config/alpha/alpha.h:364
7924 msgid "Use features of and schedule given CPU"
7927 #: config/alpha/alpha.h:366
7928 msgid "Schedule given CPU"
7931 #: config/alpha/alpha.h:368
7932 msgid "Control the generated fp rounding mode"
7935 #: config/alpha/alpha.h:370
7936 msgid "Control the IEEE trap mode"
7939 #: config/alpha/alpha.h:372
7940 msgid "Control the precision given to fp exceptions"
7943 #: config/alpha/alpha.h:374
7944 msgid "Tune expected memory latency"
7947 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7948 msgid "Specify bit size of immediate TLS offsets"
7951 #: config/arc/arc.c:172
7953 msgid "bad value (%s) for -mcpu switch"
7956 #: config/arc/arc.c:394
7958 msgid "argument of %qs attribute is not a string constant"
7961 #: config/arc/arc.c:401
7963 msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
7966 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7968 msgid "invalid operand to %%R code"
7971 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7973 msgid "invalid operand to %%H/%%L code"
7976 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7978 msgid "invalid operand to %%U code"
7981 #: config/arc/arc.c:1805
7983 msgid "invalid operand to %%V code"
7987 #. Undocumented flag.
7988 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7507
7989 msgid "invalid operand output code"
7992 #: config/arm/arm.c:786
7994 msgid "switch -mcpu=%s conflicts with -march= switch"
7997 #: config/arm/arm.c:796 config/rs6000/rs6000.c:1220 config/sparc/sparc.c:641
7999 msgid "bad value (%s) for %s switch"
8002 #: config/arm/arm.c:905
8003 msgid "target CPU does not support interworking"
8006 #: config/arm/arm.c:911
8007 msgid "target CPU does not support THUMB instructions"
8010 #: config/arm/arm.c:925
8012 "enabling backtrace support is only meaningful when compiling for the Thumb"
8015 #: config/arm/arm.c:928
8017 "enabling callee interworking support is only meaningful when compiling for "
8021 #: config/arm/arm.c:931
8023 "enabling caller interworking support is only meaningful when compiling for "
8027 #: config/arm/arm.c:935
8028 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8031 #: config/arm/arm.c:943
8032 msgid "-fpic and -mapcs-reent are incompatible"
8035 #: config/arm/arm.c:946
8036 msgid "APCS reentrant code not supported. Ignored"
8039 #: config/arm/arm.c:954
8040 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8043 #: config/arm/arm.c:962
8044 msgid "passing floating point arguments in fp regs not yet supported"
8047 #: config/arm/arm.c:1004
8049 msgid "invalid ABI option: -mabi=%s"
8052 #: config/arm/arm.c:1010
8053 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8056 #: config/arm/arm.c:1013
8057 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8060 #: config/arm/arm.c:1023
8062 msgid "invalid floating point emulation option: -mfpe=%s"
8065 #: config/arm/arm.c:1040
8067 msgid "invalid floating point option: -mfpu=%s"
8070 #: config/arm/arm.c:1081
8072 msgid "invalid floating point abi: -mfloat-abi=%s"
8075 #: config/arm/arm.c:1096
8076 msgid "-mfloat-abi=hard and VFP"
8079 #: config/arm/arm.c:1122
8081 msgid "structure size boundary can only be set to %s"
8084 #: config/arm/arm.c:1131
8085 msgid "-mpic-register= is useless without -fpic"
8088 #: config/arm/arm.c:1138
8090 msgid "unable to use '%s' for PIC register"
8093 #: config/arm/arm.c:2613 config/arm/arm.c:2631 config/avr/avr.c:4533
8094 #: config/c4x/c4x.c:4499 config/h8300/h8300.c:5755 config/i386/i386.c:1697
8095 #: config/i386/i386.c:1743 config/ip2k/ip2k.c:3181
8096 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
8097 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
8098 #: config/rs6000/rs6000.c:17129 config/sh/sh.c:7160 config/sh/sh.c:7181
8099 #: config/sh/sh.c:7216 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
8101 msgid "%qs attribute only applies to functions"
8104 #: config/arm/arm.c:10385 config/arm/arm.c:10403
8105 msgid "predicated Thumb instruction"
8108 #: config/arm/arm.c:10391
8109 msgid "predicated instruction in conditional sequence"
8112 #: config/arm/arm.c:10499 config/arm/arm.c:10509 config/arm/arm.c:10519
8113 #: config/arm/arm.c:10545 config/arm/arm.c:10563 config/arm/arm.c:10598
8114 #: config/arm/arm.c:10617 config/arm/arm.c:10632 config/arm/arm.c:10658
8115 #: config/arm/arm.c:10665 config/arm/arm.c:10672
8117 msgid "invalid operand for code '%c'"
8120 #: config/arm/arm.c:10558
8121 msgid "instruction never exectued"
8124 #: config/arm/arm.c:10683
8125 msgid "missing operand"
8128 #: config/arm/arm.c:11449
8129 msgid "unable to compute real location of stacked parameter"
8132 #. @@@ better error message
8133 #: config/arm/arm.c:12082 config/arm/arm.c:12119
8134 msgid "selector must be an immediate"
8137 #. @@@ better error message
8138 #: config/arm/arm.c:12162 config/i386/i386.c:13369 config/i386/i386.c:13403
8139 msgid "mask must be an immediate"
8142 #: config/arm/arm.c:12838
8143 msgid "no low registers available for popping high registers"
8146 #: config/arm/arm.c:13056
8147 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8150 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
8151 msgid "%Jinitialized variable '%D' is marked dllimport"
8154 #: config/arm/pe.c:180
8155 msgid "%Jstatic variable '%D' is marked dllimport"
8158 #: config/arm/arm.h:318
8159 msgid "Generate APCS conformant stack frames"
8162 #: config/arm/arm.h:321
8163 msgid "Store function names in object code"
8166 #: config/arm/arm.h:327
8167 msgid "Pass FP arguments in FP registers"
8170 #: config/arm/arm.h:330
8171 msgid "Generate re-entrant, PIC code"
8174 #: config/arm/arm.h:333
8175 msgid "Assume target CPU is configured as big endian"
8178 #: config/arm/arm.h:335
8179 msgid "Assume target CPU is configured as little endian"
8182 #: config/arm/arm.h:337
8183 msgid "Assume big endian bytes, little endian words"
8186 #: config/arm/arm.h:339
8187 msgid "Support calls between Thumb and ARM instruction sets"
8190 #: config/arm/arm.h:342
8191 msgid "Generate a call to abort if a noreturn function returns"
8194 #: config/arm/arm.h:345
8195 msgid "Do not move instructions into a function's prologue"
8198 #: config/arm/arm.h:348
8199 msgid "Do not load the PIC register in function prologues"
8202 #: config/arm/arm.h:351
8203 msgid "Generate call insns as indirect calls, if necessary"
8206 #: config/arm/arm.h:354
8207 msgid "Compile for the Thumb not the ARM"
8210 #: config/arm/arm.h:358
8211 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8214 #: config/arm/arm.h:361
8215 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8218 #: config/arm/arm.h:364
8219 msgid "Thumb: Assume non-static functions may be called from ARM code"
8222 #: config/arm/arm.h:368
8223 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8226 #: config/arm/arm.h:372
8227 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8230 #: config/arm/arm.h:374
8231 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8234 #: config/arm/arm.h:382
8235 msgid "Specify the name of the target CPU"
8238 #: config/arm/arm.h:384
8239 msgid "Specify the name of the target architecture"
8242 #: config/arm/arm.h:389
8243 msgid "Specify the name of the target floating point hardware/format"
8246 #: config/arm/arm.h:391
8247 msgid "Specify if floating point hardware should be used"
8250 #: config/arm/arm.h:393
8251 msgid "Specify the minimum bit alignment of structures"
8254 #: config/arm/arm.h:395
8255 msgid "Specify the register to be used for PIC addressing"
8258 #: config/arm/arm.h:396 config/mips/mips.h:780
8259 msgid "Specify an ABI"
8262 #: config/arm/arm.h:398
8263 msgid "Alias for -mfloat-abi=soft"
8266 #: config/arm/arm.h:400
8267 msgid "Alias for -mfloat-abi=hard"
8270 #: config/arm/pe.h:59
8271 msgid "Ignore dllimport attribute for functions"
8274 #: config/avr/avr.c:520
8276 msgid "large frame pointer change (%d) with -mtiny-stack"
8279 #: config/avr/avr.c:1107
8280 msgid "bad address, not (reg+disp):"
8283 #: config/avr/avr.c:1115
8284 msgid "internal compiler error. Bad address:"
8287 #: config/avr/avr.c:1128
8288 msgid "internal compiler error. Unknown mode:"
8291 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8292 msgid "invalid insn:"
8295 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8296 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8297 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8298 msgid "incorrect insn:"
8301 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8302 #: config/avr/avr.c:2597
8303 msgid "unknown move insn:"
8306 #: config/avr/avr.c:2820
8307 msgid "bad shift insn:"
8310 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8311 msgid "internal compiler error. Incorrect shift:"
8314 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8315 msgid "only initialized variables can be placed into program memory area"
8318 #: config/avr/avr.c:4601
8319 msgid "only uninitialized variables can be placed in the .noinit section"
8322 #: config/avr/avr.c:4615
8324 msgid "MCU %qs supported for assembler only"
8327 #: config/avr/avr.h:73
8328 msgid "Assume int to be 8 bit integer"
8331 #: config/avr/avr.h:75
8332 msgid "Change the stack pointer without disabling interrupts"
8335 #: config/avr/avr.h:77
8336 msgid "Use subroutines for function prologue/epilogue"
8339 #: config/avr/avr.h:79
8340 msgid "Change only the low 8 bits of the stack pointer"
8343 #: config/avr/avr.h:81
8344 msgid "Do not generate tablejump insns"
8347 #: config/avr/avr.h:83
8348 msgid "Use rjmp/rcall (limited range) on >8K devices"
8351 #: config/avr/avr.h:85
8352 msgid "Output instruction sizes to the asm file"
8355 #: config/avr/avr.h:102
8356 msgid "Specify the initial stack address"
8359 #: config/avr/avr.h:103
8360 msgid "Specify the MCU name"
8363 #: config/avr/avr.h:766
8364 msgid "trampolines not supported"
8367 #: config/c4x/c4x-c.c:71
8369 msgid "missing '(' after '#pragma %s' - ignored"
8372 #: config/c4x/c4x-c.c:74
8374 msgid "missing function name in '#pragma %s' - ignored"
8377 #: config/c4x/c4x-c.c:79
8379 msgid "malformed '#pragma %s' - ignored"
8382 #: config/c4x/c4x-c.c:81
8384 msgid "missing section name in '#pragma %s' - ignored"
8387 #: config/c4x/c4x-c.c:86
8389 msgid "missing ')' for '#pragma %s' - ignored"
8392 #: config/c4x/c4x-c.c:89
8394 msgid "junk at end of '#pragma %s'"
8397 #: config/c4x/c4x.c:312
8399 msgid "unknown CPU version %d, using 40.\n"
8402 #: config/c4x/c4x.c:874
8404 msgid "ISR %s requires %d words of local vars, max is 32767"
8407 #: config/c4x/c4x.c:1598
8408 msgid "using CONST_DOUBLE for address"
8411 #: config/c4x/c4x.c:1736
8412 msgid "c4x_address_cost: Invalid addressing mode"
8415 #: config/c4x/c4x.c:1871
8417 msgid "c4x_print_operand: %%L inconsistency"
8420 #: config/c4x/c4x.c:1877
8422 msgid "c4x_print_operand: %%N inconsistency"
8425 #: config/c4x/c4x.c:1918
8427 msgid "c4x_print_operand: %%O inconsistency"
8430 #: config/c4x/c4x.c:2013
8431 msgid "c4x_print_operand: Bad operand case"
8434 #: config/c4x/c4x.c:2054
8435 msgid "c4x_print_operand_address: Bad post_modify"
8438 #: config/c4x/c4x.c:2076
8439 msgid "c4x_print_operand_address: Bad pre_modify"
8442 #: config/c4x/c4x.c:2124 config/c4x/c4x.c:2136 config/c4x/c4x.c:2151
8443 msgid "c4x_print_operand_address: Bad operand case"
8446 #: config/c4x/c4x.c:2402
8447 msgid "c4x_rptb_insert: Cannot find start label"
8450 #: config/c4x/c4x.c:3317 config/c4x/c4x.c:3335
8451 msgid "mode not QImode"
8454 #: config/c4x/c4x.c:3405
8455 msgid "invalid indirect memory address"
8458 #: config/c4x/c4x.c:3494
8459 msgid "invalid indirect (S) memory address"
8462 #: config/c4x/c4x.c:3829
8463 msgid "c4x_valid_operands: Internal error"
8466 #: config/c4x/c4x.c:4268
8467 msgid "c4x_operand_subword: invalid mode"
8470 #: config/c4x/c4x.c:4271
8471 msgid "c4x_operand_subword: invalid operand"
8474 #. We could handle these with some difficulty.
8475 #. e.g., *p-- => *(p-=2); *(p+1).
8476 #: config/c4x/c4x.c:4297
8477 msgid "c4x_operand_subword: invalid autoincrement"
8480 #: config/c4x/c4x.c:4303
8481 msgid "c4x_operand_subword: invalid address"
8484 #: config/c4x/c4x.c:4314
8485 msgid "c4x_operand_subword: address not offsettable"
8488 #: config/c4x/c4x.c:4524
8489 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8492 #. Target compilation option flags.
8493 #. Small memory model.
8494 #. Use 24-bit MPYI for C3x.
8495 #. Fast fixing of floats.
8496 #. Allow use of RPTS.
8498 #. Be compatible with TI assembler.
8499 #. Be paranoid about DP reg. in ISRs.
8500 #. Pass arguments on stack.
8501 #. Enable features under development.
8502 #. Enable repeat block.
8503 #. Use BK as general register.
8504 #. Use decrement and branch for C3x.
8505 #. Enable debugging of GCC.
8506 #. Force constants into registers.
8507 #. Allow unsigned loop counters.
8508 #. Force op0 and op1 to be same.
8509 #. Save all 40 bits for floats.
8510 #. Allow parallel insns.
8511 #. Allow MPY||ADD, MPY||SUB insns.
8512 #. Assume mem refs possibly aliased.
8519 #. Run-time compilation parameters selecting different hardware subsets.
8521 #. Macro to define tables used to set the flags.
8522 #. This is a list in braces of triplets in braces,
8523 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8524 #. where VALUE is the bits to set or minus the bits to clear.
8525 #. An empty string NAME is used to identify the default VALUE.
8526 #: config/c4x/c4x.h:166
8527 msgid "Small memory model"
8530 #: config/c4x/c4x.h:168
8531 msgid "Big memory model"
8534 #: config/c4x/c4x.h:170
8535 msgid "Use MPYI instruction for C3x"
8538 #: config/c4x/c4x.h:172
8539 msgid "Do not use MPYI instruction for C3x"
8542 #: config/c4x/c4x.h:174
8543 msgid "Use fast but approximate float to integer conversion"
8546 #: config/c4x/c4x.h:176
8547 msgid "Use slow but accurate float to integer conversion"
8550 #: config/c4x/c4x.h:178
8551 msgid "Enable use of RTPS instruction"
8554 #: config/c4x/c4x.h:180
8555 msgid "Disable use of RTPS instruction"
8558 #: config/c4x/c4x.h:182
8559 msgid "Enable use of RTPB instruction"
8562 #: config/c4x/c4x.h:184
8563 msgid "Disable use of RTPB instruction"
8566 #: config/c4x/c4x.h:186
8567 msgid "Generate code for C30 CPU"
8570 #: config/c4x/c4x.h:188
8571 msgid "Generate code for C31 CPU"
8574 #: config/c4x/c4x.h:190
8575 msgid "Generate code for C32 CPU"
8578 #: config/c4x/c4x.h:192
8579 msgid "Generate code for C33 CPU"
8582 #: config/c4x/c4x.h:194
8583 msgid "Generate code for C40 CPU"
8586 #: config/c4x/c4x.h:196
8587 msgid "Generate code for C44 CPU"
8590 #: config/c4x/c4x.h:198
8591 msgid "Emit code compatible with TI tools"
8594 #: config/c4x/c4x.h:200
8595 msgid "Emit code to use GAS extensions"
8598 #: config/c4x/c4x.h:202 config/c4x/c4x.h:206
8599 msgid "Save DP across ISR in small memory model"
8602 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8603 msgid "Don't save DP across ISR in small memory model"
8606 #: config/c4x/c4x.h:210
8607 msgid "Pass arguments on the stack"
8610 #: config/c4x/c4x.h:212
8611 msgid "Pass arguments in registers"
8614 #: config/c4x/c4x.h:214
8615 msgid "Enable new features under development"
8618 #: config/c4x/c4x.h:216
8619 msgid "Disable new features under development"
8622 #: config/c4x/c4x.h:218
8623 msgid "Use the BK register as a general purpose register"
8626 #: config/c4x/c4x.h:220
8627 msgid "Do not allocate BK register"
8630 #: config/c4x/c4x.h:222
8631 msgid "Enable use of DB instruction"
8634 #: config/c4x/c4x.h:224
8635 msgid "Disable use of DB instruction"
8638 #: config/c4x/c4x.h:226
8639 msgid "Enable debugging"
8642 #: config/c4x/c4x.h:228
8643 msgid "Disable debugging"
8646 #: config/c4x/c4x.h:230
8647 msgid "Force constants into registers to improve hoisting"
8650 #: config/c4x/c4x.h:232
8651 msgid "Don't force constants into registers"
8654 #: config/c4x/c4x.h:234
8655 msgid "Force RTL generation to emit valid 3 operand insns"
8658 #: config/c4x/c4x.h:236
8659 msgid "Allow RTL generation to emit invalid 3 operand insns"
8662 #: config/c4x/c4x.h:238
8663 msgid "Allow unsigned iteration counts for RPTB/DB"
8666 #: config/c4x/c4x.h:240
8667 msgid "Disallow unsigned iteration counts for RPTB/DB"
8670 #: config/c4x/c4x.h:242
8671 msgid "Preserve all 40 bits of FP reg across call"
8674 #: config/c4x/c4x.h:244
8675 msgid "Only preserve 32 bits of FP reg across call"
8678 #: config/c4x/c4x.h:246
8679 msgid "Enable parallel instructions"
8682 #: config/c4x/c4x.h:248
8683 msgid "Disable parallel instructions"
8686 #: config/c4x/c4x.h:250
8687 msgid "Enable MPY||ADD and MPY||SUB instructions"
8690 #: config/c4x/c4x.h:252
8691 msgid "Disable MPY||ADD and MPY||SUB instructions"
8694 #: config/c4x/c4x.h:254
8695 msgid "Assume that pointers may be aliased"
8698 #: config/c4x/c4x.h:256
8699 msgid "Assume that pointers not aliased"
8702 #: config/c4x/c4x.h:330
8703 msgid "Specify maximum number of iterations for RPTS"
8706 #: config/c4x/c4x.h:332
8707 msgid "Select CPU to generate code for"
8710 #: config/cris/cris.c:620
8711 msgid "unexpected index-type in cris_print_index"
8714 #: config/cris/cris.c:634
8715 msgid "unexpected base-type in cris_print_base"
8718 #: config/cris/cris.c:927
8720 msgid "stackframe too big: %d bytes"
8723 #: config/cris/cris.c:1238
8724 msgid "allocated but unused delay list in epilogue"
8727 #: config/cris/cris.c:1248
8729 "unexpected function type needing stack adjustment for __builtin_eh_return"
8732 #: config/cris/cris.c:1324
8733 msgid "invalid operand for 'b' modifier"
8736 #: config/cris/cris.c:1337
8737 msgid "invalid operand for 'v' modifier"
8740 #: config/cris/cris.c:1347
8741 msgid "invalid operand for 'P' modifier"
8744 #: config/cris/cris.c:1354
8745 msgid "invalid operand for 'p' modifier"
8748 #: config/cris/cris.c:1393
8749 msgid "invalid operand for 'z' modifier"
8752 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8753 msgid "invalid operand for 'H' modifier"
8756 #: config/cris/cris.c:1447
8757 msgid "bad register"
8760 #: config/cris/cris.c:1485
8761 msgid "invalid operand for 'e' modifier"
8764 #: config/cris/cris.c:1502
8765 msgid "invalid operand for 'm' modifier"
8768 #: config/cris/cris.c:1527
8769 msgid "invalid operand for 'A' modifier"
8772 #: config/cris/cris.c:1535
8773 msgid "invalid operand for 'D' modifier"
8776 #: config/cris/cris.c:1549
8777 msgid "invalid operand for 'T' modifier"
8780 #: config/cris/cris.c:1558
8781 msgid "invalid operand modifier letter"
8784 #: config/cris/cris.c:1566
8786 msgid "internal error: bad register: %d"
8789 #: config/cris/cris.c:1614
8790 msgid "unexpected multiplicative operand"
8793 #: config/cris/cris.c:1634
8794 msgid "unexpected operand"
8797 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8798 msgid "unrecognized address"
8801 #: config/cris/cris.c:2036
8802 msgid "internal error: sideeffect-insn affecting main effect"
8805 #. If we get here, the caller got its initial tests wrong.
8806 #: config/cris/cris.c:2429
8807 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8810 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8811 msgid "unrecognized supposed constant"
8814 #: config/cris/cris.c:2611
8815 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8818 #: config/cris/cris.c:2630
8820 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8823 #: config/cris/cris.c:2658
8825 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8828 #: config/cris/cris.c:2694
8830 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8833 #: config/cris/cris.c:2712
8834 msgid "-fPIC and -fpic are not supported in this configuration"
8837 #: config/cris/cris.c:2727
8838 msgid "that particular -g option is invalid with -maout and -melinux"
8841 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8842 msgid "unexpected side-effects in address"
8845 #. Labels are never marked as global symbols.
8846 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8847 msgid "unexpected PIC symbol"
8850 #: config/cris/cris.c:3046
8851 msgid "PIC register isn't set up"
8854 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8855 msgid "unexpected address expression"
8858 #: config/cris/cris.c:3077
8859 msgid "emitting PIC operand, but PIC register isn't set up"
8862 #: config/cris/cris.c:3086
8863 msgid "unexpected NOTE as addr_const:"
8866 #: config/cris/aout.h:108
8867 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8870 #: config/cris/aout.h:115
8871 msgid "For elinux, request a specified stack-size for this program"
8874 #: config/cris/cris.h:362
8875 msgid "Work around bug in multiplication instruction"
8878 #. 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.
8879 #: config/cris/cris.h:368
8880 msgid "Compile for ETRAX 4 (CRIS v3)"
8883 #: config/cris/cris.h:373
8884 msgid "Compile for ETRAX 100 (CRIS v8)"
8887 #: config/cris/cris.h:377
8888 msgid "Emit verbose debug information in assembly code"
8891 #: config/cris/cris.h:380
8892 msgid "Do not use condition codes from normal instructions"
8895 #: config/cris/cris.h:384
8896 msgid "Do not emit addressing modes with side-effect assignment"
8899 #: config/cris/cris.h:387
8900 msgid "Do not tune stack alignment"
8903 #: config/cris/cris.h:390
8904 msgid "Do not tune writable data alignment"
8907 #: config/cris/cris.h:393
8908 msgid "Do not tune code and read-only data alignment"
8911 #: config/cris/cris.h:402
8912 msgid "Align code and data to 32 bits"
8915 #: config/cris/cris.h:415
8916 msgid "Don't align items in code or data"
8919 #: config/cris/cris.h:418
8920 msgid "Do not emit function prologue or epilogue"
8923 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
8924 #: config/cris/cris.h:422
8925 msgid "Use the most feature-enabling options allowed by other options"
8928 #. 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.
8929 #: config/cris/cris.h:428
8930 msgid "Override -mbest-lib-options"
8933 #: config/cris/cris.h:460
8934 msgid "Generate code for the specified chip or CPU version"
8937 #: config/cris/cris.h:462
8938 msgid "Tune alignment for the specified chip or CPU version"
8941 #: config/cris/cris.h:464
8942 msgid "Warn when a stackframe is larger than the specified size"
8946 #: config/cris/cris.h:1031
8947 msgid "no FUNCTION_PROFILER for CRIS"
8950 #: config/cris/linux.h:69
8951 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8954 #: config/fr30/fr30.c:463
8955 msgid "fr30_print_operand_address: unhandled address"
8958 #: config/fr30/fr30.c:487
8960 msgid "fr30_print_operand: unrecognized %%p code"
8963 #: config/fr30/fr30.c:507
8965 msgid "fr30_print_operand: unrecognized %%b code"
8968 #: config/fr30/fr30.c:528
8970 msgid "fr30_print_operand: unrecognized %%B code"
8973 #: config/fr30/fr30.c:536
8975 msgid "fr30_print_operand: invalid operand to %%A code"
8978 #: config/fr30/fr30.c:553
8980 msgid "fr30_print_operand: invalid %%x code"
8983 #: config/fr30/fr30.c:560
8985 msgid "fr30_print_operand: invalid %%F code"
8988 #: config/fr30/fr30.c:577
8989 msgid "fr30_print_operand: unknown code"
8992 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8993 #: config/fr30/fr30.c:639
8994 msgid "fr30_print_operand: unhandled MEM"
8997 #: config/fr30/fr30.h:64
8998 msgid "Assume small address space"
9001 #: config/frv/frv.c:563 config/frv/frv.c:590
9003 msgid "Unknown cpu: -mcpu=%s"
9006 #: config/frv/frv.c:2513
9007 msgid "Bad insn to frv_print_operand_address:"
9010 #: config/frv/frv.c:2524
9011 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9014 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
9015 #: config/frv/frv.c:2603 config/frv/frv.c:2608
9016 msgid "Bad insn to frv_print_operand_memory_reference:"
9019 #: config/frv/frv.c:2747
9020 msgid "Bad insn in frv_print_operand, bad const_double"
9023 #: config/frv/frv.c:2792
9024 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9027 #: config/frv/frv.c:2815
9028 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9031 #: config/frv/frv.c:2840
9032 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9035 #: config/frv/frv.c:2848
9036 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9039 #: config/frv/frv.c:2864
9040 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9043 #: config/frv/frv.c:2878
9044 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9047 #: config/frv/frv.c:2926
9048 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9051 #: config/frv/frv.c:2939
9052 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9055 #: config/frv/frv.c:2960
9056 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9059 #: config/frv/frv.c:2978
9060 msgid "Bad insn to frv_print_operand, P modifier:"
9063 #: config/frv/frv.c:2998
9064 msgid "Bad insn in frv_print_operand, z case"
9067 #: config/frv/frv.c:3029
9068 msgid "Bad insn in frv_print_operand, 0 case"
9071 #: config/frv/frv.c:3034
9072 msgid "frv_print_operand: unknown code"
9075 #: config/frv/frv.c:5835
9076 msgid "Bad output_move_single operand"
9079 #: config/frv/frv.c:5962
9080 msgid "Bad output_move_double operand"
9083 #: config/frv/frv.c:6104
9084 msgid "Bad output_condmove_single operand"
9087 #: config/frv/frv.c:9618
9088 msgid "accumulator is not a constant integer"
9091 #: config/frv/frv.c:9623
9092 msgid "accumulator number is out of bounds"
9095 #: config/frv/frv.c:9634
9097 msgid "inappropriate accumulator for %qs"
9100 #: config/frv/frv.c:9700
9101 msgid "invalid IACC argument"
9104 #: config/frv/frv.c:9723
9106 msgid "%qs expects a constant argument"
9109 #: config/frv/frv.c:9728
9111 msgid "constant argument out of range for %qs"
9114 #: config/frv/frv.c:10125
9115 msgid "media functions are not available unless -mmedia is used"
9118 #: config/frv/frv.c:10137
9119 msgid "this media function is only available on the fr500"
9122 #: config/frv/frv.c:10165
9123 msgid "this media function is only available on the fr400 and fr550"
9126 #: config/frv/frv.c:10184
9127 msgid "this builtin function is only available on the fr405 and fr450"
9130 #: config/frv/frv.c:10193
9131 msgid "this builtin function is only available on the fr500 and fr550"
9134 #: config/frv/frv.c:10205
9135 msgid "this builtin function is only available on the fr450"
9138 #. This macro is a C statement to print on `stderr' a string describing the
9139 #. particular machine description choice. Every machine description should
9140 #. define `TARGET_VERSION'. For example:
9143 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9145 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9147 #: config/frv/frv.h:542
9152 #: config/h8300/h8300.c:358
9153 msgid "-ms2600 is used without -ms"
9156 #: config/h8300/h8300.c:364
9157 msgid "-mn is used without -mh or -ms"
9160 #. Macro to define tables used to set the flags.
9161 #. This is a list in braces of pairs in braces,
9162 #. each pair being { "NAME", VALUE }
9163 #. where VALUE is the bits to set or minus the bits to clear.
9164 #. An empty string NAME is used to identify the default VALUE.
9165 #: config/h8300/h8300.h:159
9166 msgid "Generate H8S code"
9169 #: config/h8300/h8300.h:160
9170 msgid "Do not generate H8S code"
9173 #: config/h8300/h8300.h:161
9174 msgid "Generate H8SX code"
9177 #: config/h8300/h8300.h:162
9178 msgid "Do not generate H8SX code"
9181 #: config/h8300/h8300.h:163
9182 msgid "Generate H8S/2600 code"
9185 #: config/h8300/h8300.h:164
9186 msgid "Do not generate H8S/2600 code"
9189 #: config/h8300/h8300.h:165
9190 msgid "Make integers 32 bits wide"
9193 #: config/h8300/h8300.h:168
9194 msgid "Use registers for argument passing"
9197 #: config/h8300/h8300.h:170
9198 msgid "Do not use registers for argument passing"
9201 #: config/h8300/h8300.h:172
9202 msgid "Consider access to byte sized memory slow"
9205 #: config/h8300/h8300.h:173
9206 msgid "Enable linker relaxing"
9209 #: config/h8300/h8300.h:174
9210 msgid "Generate H8/300H code"
9213 #: config/h8300/h8300.h:175
9214 msgid "Enable the normal mode"
9217 #: config/h8300/h8300.h:176
9218 msgid "Do not generate H8/300H code"
9221 #: config/h8300/h8300.h:177
9222 msgid "Use H8/300 alignment rules"
9225 #: config/i386/i386.c:1246
9227 msgid "code model %s not supported in PIC mode"
9230 #: config/i386/i386.c:1256 config/sparc/sparc.c:604
9232 msgid "bad value (%s) for -mcmodel= switch"
9235 #: config/i386/i386.c:1271
9237 msgid "bad value (%s) for -masm= switch"
9240 #: config/i386/i386.c:1274
9242 msgid "code model %qs not supported in the %s bit mode"
9245 #: config/i386/i386.c:1277
9246 msgid "code model %<large%> not supported yet"
9249 #: config/i386/i386.c:1279
9251 msgid "%i-bit mode not compiled in"
9254 #: config/i386/i386.c:1309 config/i386/i386.c:1333
9255 msgid "CPU you selected does not support x86-64 instruction set"
9258 #: config/i386/i386.c:1315 config/iq2000/iq2000.c:1671
9260 msgid "bad value (%s) for -march= switch"
9263 #: config/i386/i386.c:1346
9265 msgid "bad value (%s) for -mtune= switch"
9268 #: config/i386/i386.c:1363
9270 msgid "-mregparm=%d is not between 0 and %d"
9273 #: config/i386/i386.c:1376
9274 msgid "-malign-loops is obsolete, use -falign-loops"
9277 #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
9279 msgid "-malign-loops=%d is not between 0 and %d"
9282 #: config/i386/i386.c:1389
9283 msgid "-malign-jumps is obsolete, use -falign-jumps"
9286 #: config/i386/i386.c:1402
9287 msgid "-malign-functions is obsolete, use -falign-functions"
9290 #: config/i386/i386.c:1440
9292 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9295 #: config/i386/i386.c:1452
9297 msgid "-mbranch-cost=%d is not between 0 and 5"
9300 #: config/i386/i386.c:1464
9302 msgid "bad value (%s) for -mtls-dialect= switch"
9305 #: config/i386/i386.c:1498
9306 msgid "-malign-double makes no sense in the 64bit mode"
9309 #: config/i386/i386.c:1500
9310 msgid "-mrtd calling convention not supported in the 64bit mode"
9313 #: config/i386/i386.c:1522 config/i386/i386.c:1533
9314 msgid "SSE instruction set disabled, using 387 arithmetics"
9317 #: config/i386/i386.c:1538
9318 msgid "387 instruction set disabled, using SSE arithmetics"
9321 #: config/i386/i386.c:1545
9323 msgid "bad value (%s) for -mfpmath= switch"
9326 #: config/i386/i386.c:1707 config/i386/i386.c:1718
9327 msgid "fastcall and stdcall attributes are not compatible"
9330 #: config/i386/i386.c:1711 config/i386/i386.c:1767
9331 msgid "fastcall and regparm attributes are not compatible"
9334 #: config/i386/i386.c:1754
9336 msgid "%qs attribute requires an integer constant argument"
9339 #: config/i386/i386.c:1760
9341 msgid "argument to %qs attribute larger than %d"
9344 #: config/i386/i386.c:2776
9345 msgid "SSE vector argument without SSE enabled changes the ABI"
9348 #: config/i386/i386.c:2792
9349 msgid "MMX vector argument without MMX enabled changes the ABI"
9352 #: config/i386/i386.c:3038
9353 msgid "SSE vector return without SSE enabled changes the ABI"
9356 #: config/i386/i386.c:5908
9357 msgid "invalid UNSPEC as operand"
9360 #: config/i386/i386.c:6146
9361 msgid "extended registers have no high halves"
9364 #: config/i386/i386.c:6161
9365 msgid "unsupported operand size for extended register"
9368 #: config/i386/i386.c:6476
9370 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9373 #: config/i386/i386.c:6522
9375 msgid "invalid operand code '%c'"
9378 #: config/i386/i386.c:6565
9379 msgid "invalid constraints for operand"
9382 #: config/i386/i386.c:11301
9383 msgid "unknown insn mode"
9386 #: config/i386/i386.c:13171 config/i386/i386.c:13207
9388 msgid "selector must be an integer constant in the range 0..%i"
9391 #: config/i386/i386.c:13435
9392 msgid "shift must be an immediate"
9395 #: config/i386/i386.c:14489
9397 msgid "%qs incompatible attribute ignored"
9400 #: config/i386/winnt.c:74
9402 msgid "%qs attribute only applies to variables"
9405 #: config/i386/winnt.c:172
9407 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9411 #: config/i386/winnt.c:183
9412 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9415 #: config/i386/winnt.c:195
9416 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9419 #: config/i386/winnt.c:255
9420 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9423 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9425 msgid "%qs declared as both exported to and imported from a DLL"
9428 #: config/i386/winnt.c:308
9430 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9434 #: config/i386/winnt.c:447
9435 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9438 #: config/i386/winnt.c:450
9440 "%J'%D' redeclared without dllimport attribute after being referenced with "
9444 #: config/i386/winnt.c:617
9445 msgid "%J'%D' causes a section type conflict"
9448 #: config/i386/cygming.h:61
9449 msgid "Use the Cygwin interface"
9452 #: config/i386/cygming.h:62
9453 msgid "Use the Mingw32 interface"
9456 #: config/i386/cygming.h:63
9457 msgid "Create GUI application"
9460 #: config/i386/cygming.h:64
9461 msgid "Don't set Windows defines"
9464 #: config/i386/cygming.h:65
9465 msgid "Set Windows defines"
9468 #: config/i386/cygming.h:66
9469 msgid "Create console application"
9472 #: config/i386/cygming.h:67
9473 msgid "Generate code for a DLL"
9476 #: config/i386/cygming.h:69
9477 msgid "Ignore dllimport for functions"
9480 #: config/i386/cygming.h:71
9481 msgid "Use Mingw-specific thread support"
9484 #: config/i386/cygming.h:185
9486 msgid "-f%s ignored for target (all code is position independent)"
9489 #: config/i386/djgpp.h:191
9490 msgid "-mbnu210 is ignored (option is obsolete)"
9493 #: config/i386/i386-interix.h:257
9494 msgid "ms-bitfields not supported for objc"
9503 #: config/i386/i386.h:348
9504 msgid "Alternate calling convention"
9507 #: config/i386/i386.h:350 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9508 msgid "Use normal calling convention"
9511 #: config/i386/i386.h:352
9512 msgid "Align some doubles on dword boundary"
9515 #: config/i386/i386.h:354
9516 msgid "Align doubles on word boundary"
9519 #: config/i386/i386.h:356
9520 msgid "Uninitialized locals in .bss"
9523 #: config/i386/i386.h:358
9524 msgid "Uninitialized locals in .data"
9527 #: config/i386/i386.h:360 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9528 msgid "Use IEEE math for fp comparisons"
9531 #: config/i386/i386.h:362 config/ns32k/ns32k.h:169
9532 msgid "Do not use IEEE math for fp comparisons"
9535 #: config/i386/i386.h:364
9536 msgid "Return values of functions in FPU registers"
9539 #: config/i386/i386.h:366
9540 msgid "Do not return values of functions in FPU registers"
9543 #: config/i386/i386.h:368
9544 msgid "Do not generate sin, cos, sqrt for FPU"
9547 #: config/i386/i386.h:370
9548 msgid "Generate sin, cos, sqrt for FPU"
9551 #: config/i386/i386.h:372
9552 msgid "Omit the frame pointer in leaf functions"
9555 #: config/i386/i386.h:375
9556 msgid "Enable stack probing"
9561 #: config/i386/i386.h:380
9562 msgid "Align destination of the string operations"
9565 #: config/i386/i386.h:382
9566 msgid "Do not align destination of the string operations"
9569 #: config/i386/i386.h:384
9570 msgid "Inline all known string operations"
9573 #: config/i386/i386.h:386
9574 msgid "Do not inline all known string operations"
9577 #: config/i386/i386.h:388 config/i386/i386.h:392
9578 msgid "Use push instructions to save outgoing arguments"
9581 #: config/i386/i386.h:390 config/i386/i386.h:394
9582 msgid "Do not use push instructions to save outgoing arguments"
9585 #: config/i386/i386.h:396
9586 msgid "Support MMX built-in functions"
9589 #: config/i386/i386.h:398
9590 msgid "Do not support MMX built-in functions"
9593 #: config/i386/i386.h:400
9594 msgid "Support 3DNow! built-in functions"
9597 #: config/i386/i386.h:402
9598 msgid "Do not support 3DNow! built-in functions"
9601 #: config/i386/i386.h:404
9602 msgid "Support MMX and SSE built-in functions and code generation"
9605 #: config/i386/i386.h:406
9606 msgid "Do not support MMX and SSE built-in functions and code generation"
9609 #: config/i386/i386.h:408
9610 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9613 #: config/i386/i386.h:410
9614 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9617 #: config/i386/i386.h:412
9618 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9621 #: config/i386/i386.h:414
9623 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9626 #: config/i386/i386.h:416
9627 msgid "sizeof(long double) is 16"
9630 #: config/i386/i386.h:418
9631 msgid "sizeof(long double) is 12"
9634 #: config/i386/i386.h:420
9635 msgid "Generate 64bit x86-64 code"
9638 #: config/i386/i386.h:422
9639 msgid "Generate 32bit i386 code"
9642 #: config/i386/i386.h:424
9643 msgid "Use native (MS) bitfield layout"
9646 #: config/i386/i386.h:426
9647 msgid "Use gcc default bitfield layout"
9650 #: config/i386/i386.h:428
9651 msgid "Use red-zone in the x86-64 code"
9654 #: config/i386/i386.h:430
9655 msgid "Do not use red-zone in the x86-64 code"
9658 #: config/i386/i386.h:432
9660 msgid "Use direct references against %gs when accessing tls data"
9663 #: config/i386/i386.h:434
9665 msgid "Do not use direct references against %gs when accessing tls data"
9668 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9669 #. command options that have values. Its definition is an
9670 #. initializer with a subgrouping for each command option.
9672 #. Each subgrouping contains a string constant, that defines the
9673 #. fixed part of the option name, and the address of a variable. The
9674 #. variable, type `char *', is set to the variable part of the given
9675 #. option if the fixed part matches. The actual option name is made
9676 #. by appending `-m' to the specified name.
9677 #: config/i386/i386.h:472 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9678 #: config/s390/s390.h:158 config/sparc/sparc.h:711
9679 msgid "Schedule code for given CPU"
9682 #: config/i386/i386.h:474
9683 msgid "Generate floating point mathematics using given instruction set"
9686 #: config/i386/i386.h:476 config/s390/s390.h:160
9687 msgid "Generate code for given CPU"
9690 #: config/i386/i386.h:478
9691 msgid "Number of registers used to pass integer arguments"
9694 #: config/i386/i386.h:480
9695 msgid "Loop code aligned to this power of 2"
9698 #: config/i386/i386.h:482
9699 msgid "Jump targets are aligned to this power of 2"
9702 #: config/i386/i386.h:484
9703 msgid "Function starts are aligned to this power of 2"
9706 #: config/i386/i386.h:487
9707 msgid "Attempt to keep stack aligned to this power of 2"
9710 #: config/i386/i386.h:489
9711 msgid "Branches are this expensive (1-5, arbitrary units)"
9714 #: config/i386/i386.h:491
9715 msgid "Use given x86-64 code model"
9720 #: config/i386/i386.h:497
9721 msgid "Use given assembler dialect"
9724 #: config/i386/i386.h:499
9725 msgid "Use given thread-local storage dialect"
9728 #: config/i386/sco5.h:290
9729 msgid "Generate ELF output"
9732 #. 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.
9733 #. 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.
9734 #: config/i386/xm-djgpp.h:62
9735 msgid "environment variable DJGPP not defined"
9738 #: config/i386/xm-djgpp.h:64
9740 msgid "environment variable DJGPP points to missing file '%s'"
9743 #: config/i386/xm-djgpp.h:67
9745 msgid "environment variable DJGPP points to corrupt file '%s'"
9748 #. Macro to define tables used to set the flags.
9749 #. This is a list in braces of pairs in braces,
9750 #. each pair being { "NAME", VALUE }
9751 #. where VALUE is the bits to set or minus the bits to clear.
9752 #. An empty string NAME is used to identify the default VALUE.
9753 #: config/i860/i860.h:60
9754 msgid "Generate code which uses the FPU"
9757 #: config/i860/i860.h:61 config/i860/i860.h:62
9758 msgid "Do not generate code which uses the FPU"
9761 #: config/ia64/ia64-c.c:52
9762 msgid "malformed #pragma builtin"
9765 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9767 msgid "invalid argument of %qs attribute"
9770 #: config/ia64/ia64.c:492
9771 msgid "%Jan address area attribute cannot be specified for local variables"
9774 #: config/ia64/ia64.c:499
9775 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9778 #: config/ia64/ia64.c:506
9779 msgid "%Jaddress area attribute cannot be specified for functions"
9782 #: config/ia64/ia64.c:3784
9783 msgid "ia64_print_operand: unknown code"
9786 #: config/ia64/ia64.c:4124 config/pa/pa.c:316
9787 msgid "value of -mfixed-range must have form REG1-REG2"
9790 #: config/ia64/ia64.c:4151 config/pa/pa.c:343
9792 msgid "%s-%s is an empty range"
9795 #: config/ia64/ia64.c:4202
9796 msgid "cannot optimize floating point division for both latency and throughput"
9799 #: config/ia64/ia64.c:4219
9800 msgid "cannot optimize integer division for both latency and throughput"
9803 #: config/ia64/ia64.c:4236
9804 msgid "cannot optimize square root for both latency and throughput"
9807 #: config/ia64/ia64.c:4250
9808 msgid "not yet implemented: latency-optimized inline square root"
9811 #: config/ia64/ia64.c:4262
9813 msgid "bad value (%s) for -mtls-size= switch"
9816 #: config/ia64/ia64.c:4278
9818 msgid "bad value (%s) for -tune= switch"
9821 #. This macro defines names of command options to set and clear bits in
9822 #. `target_flags'. Its definition is an initializer with a subgrouping for
9823 #. each command option.
9824 #: config/ia64/ia64.h:182
9825 msgid "Generate big endian code"
9828 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9829 msgid "Generate little endian code"
9832 #: config/ia64/ia64.h:186
9833 msgid "Generate code for GNU as"
9836 #: config/ia64/ia64.h:188
9837 msgid "Generate code for Intel as"
9840 #: config/ia64/ia64.h:190
9841 msgid "Generate code for GNU ld"
9844 #: config/ia64/ia64.h:192
9845 msgid "Generate code for Intel ld"
9848 #: config/ia64/ia64.h:194
9849 msgid "Generate code without GP reg"
9852 #: config/ia64/ia64.h:196
9853 msgid "Emit stop bits before and after volatile extended asms"
9856 #: config/ia64/ia64.h:198
9857 msgid "Don't emit stop bits before and after volatile extended asms"
9860 #: config/ia64/ia64.h:200
9861 msgid "Emit code for Itanium (TM) processor B step"
9864 #: config/ia64/ia64.h:202
9865 msgid "Use in/loc/out register names"
9868 #: config/ia64/ia64.h:204
9869 msgid "Disable use of sdata/scommon/sbss"
9872 #: config/ia64/ia64.h:206
9873 msgid "Enable use of sdata/scommon/sbss"
9876 #: config/ia64/ia64.h:208
9877 msgid "gp is constant (but save/restore gp on indirect calls)"
9880 #: config/ia64/ia64.h:210
9881 msgid "Generate self-relocatable code"
9884 #: config/ia64/ia64.h:212
9885 msgid "Generate inline floating point division, optimize for latency"
9888 #: config/ia64/ia64.h:214
9889 msgid "Generate inline floating point division, optimize for throughput"
9892 #: config/ia64/ia64.h:217
9893 msgid "Do not inline floating point division"
9896 #: config/ia64/ia64.h:219
9897 msgid "Generate inline integer division, optimize for latency"
9900 #: config/ia64/ia64.h:221
9901 msgid "Generate inline integer division, optimize for throughput"
9904 #: config/ia64/ia64.h:223
9905 msgid "Do not inline integer division"
9908 #: config/ia64/ia64.h:225
9909 msgid "Generate inline square root, optimize for latency"
9912 #: config/ia64/ia64.h:227
9913 msgid "Generate inline square root, optimize for throughput"
9916 #: config/ia64/ia64.h:229
9917 msgid "Do not inline square root"
9920 #: config/ia64/ia64.h:231
9921 msgid "Enable Dwarf 2 line debug info via GNU as"
9924 #: config/ia64/ia64.h:233
9925 msgid "Disable Dwarf 2 line debug info via GNU as"
9928 #: config/ia64/ia64.h:235
9929 msgid "Enable earlier placing stop bits for better scheduling"
9932 #: config/ia64/ia64.h:237
9933 msgid "Disable earlier placing stop bits"
9936 #: config/ia64/ia64.h:282
9937 msgid "Specify range of registers to make fixed"
9940 #: config/ip2k/ip2k.c:1086
9944 #: config/iq2000/iq2000.c:1647
9946 msgid "bad value (%s) for -mcpu= switch"
9949 #: config/iq2000/iq2000.c:1676
9951 msgid "The compiler does not support -march=%s."
9954 #: config/iq2000/iq2000.c:2063
9956 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9959 #: config/iq2000/iq2000.c:2845
9961 msgid "argument %qd is not a constant"
9964 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9965 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9968 #: config/iq2000/iq2000.c:3303
9970 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9973 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4821
9974 #: config/xtensa/xtensa.c:1887
9975 msgid "PRINT_OPERAND null pointer"
9978 #: config/iq2000/iq2000.c:3381
9980 msgid "invalid %%P operand"
9983 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10648
9985 msgid "invalid %%p value"
9988 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4947
9990 msgid "invalid use of %%d, %%x, or %%X"
9993 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9994 msgid "No default crt0.o"
9997 #: config/iq2000/iq2000.h:74
9998 msgid "Use GP relative sdata/sbss sections"
10001 #: config/iq2000/iq2000.h:76
10002 msgid "Don't use GP relative sdata/sbss sections"
10005 #: config/iq2000/iq2000.h:78 config/mips/mips.h:585
10006 msgid "Use ROM instead of RAM"
10009 #: config/iq2000/iq2000.h:80 config/mips/mips.h:587
10010 msgid "Don't use ROM instead of RAM"
10013 #: config/iq2000/iq2000.h:82 config/mips/mips.h:589
10014 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10017 #: config/iq2000/iq2000.h:84 config/mips/mips.h:591
10018 msgid "Don't put uninitialized constants in ROM"
10021 #: config/iq2000/iq2000.h:106 config/mips/mips.h:776
10022 msgid "Specify CPU for scheduling purposes"
10025 #: config/iq2000/iq2000.h:108 config/mips/mips.h:778
10026 msgid "Specify CPU for code generation purposes"
10029 #: config/m32r/m32r.c:174
10031 msgid "bad value (%s) for -mmodel switch"
10034 #: config/m32r/m32r.c:183
10036 msgid "bad value (%s) for -msdata switch"
10039 #: config/m32r/m32r.c:190
10041 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10044 #: config/m32r/m32r.c:2100
10046 msgid "invalid operand to %%s code"
10049 #: config/m32r/m32r.c:2107
10051 msgid "invalid operand to %%p code"
10054 #: config/m32r/m32r.c:2162
10055 msgid "bad insn for 'A'"
10058 #: config/m32r/m32r.c:2209
10060 msgid "invalid operand to %%T/%%B code"
10063 #: config/m32r/m32r.c:2232
10065 msgid "invalid operand to %%N code"
10068 #: config/m32r/m32r.c:2265
10069 msgid "pre-increment address is not a register"
10072 #: config/m32r/m32r.c:2272
10073 msgid "pre-decrement address is not a register"
10076 #: config/m32r/m32r.c:2279
10077 msgid "post-increment address is not a register"
10080 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
10081 #: config/rs6000/rs6000.c:17326
10082 msgid "bad address"
10085 #: config/m32r/m32r.c:2376
10086 msgid "lo_sum not of register"
10089 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10090 #: config/m32r/m32r.h:283
10091 msgid "Display compile time statistics"
10094 #: config/m32r/m32r.h:285
10095 msgid "Align all loops to 32 byte boundary"
10098 #: config/m32r/m32r.h:288
10099 msgid "Only issue one instruction per cycle"
10102 #: config/m32r/m32r.h:291
10103 msgid "Prefer branches over conditional execution"
10106 #: config/m32r/m32r.h:312
10107 msgid "Code size: small, medium or large"
10110 #: config/m32r/m32r.h:314
10111 msgid "Small data area: none, sdata, use"
10114 #: config/m32r/m32r.h:316 config/mips/mips.h:784
10115 msgid "Don't call any cache flush functions"
10118 #: config/m32r/m32r.h:318 config/mips/mips.h:786
10119 msgid "Specify cache flush function"
10122 #: config/m32r/m32r.h:320
10123 msgid "Don't call any cache flush trap"
10126 #: config/m32r/m32r.h:322
10127 msgid "Specify cache flush trap number"
10130 #: config/m68hc11/m68hc11.c:293
10132 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10135 #: config/m68hc11/m68hc11.c:1435
10136 msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
10139 #: config/m68hc11/m68hc11.c:1441
10140 msgid "%<trap%> attribute is already used"
10143 #. !!!! SCz wrong here.
10144 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
10145 msgid "move insn not handled"
10148 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10149 #: config/m68hc11/m68hc11.c:3987
10150 msgid "invalid register in the move instruction"
10153 #: config/m68hc11/m68hc11.c:3666
10154 msgid "invalid operand in the instruction"
10157 #: config/m68hc11/m68hc11.c:3961
10158 msgid "invalid register in the instruction"
10161 #: config/m68hc11/m68hc11.c:3994
10162 msgid "operand 1 must be a hard register"
10165 #: config/m68hc11/m68hc11.c:4008
10166 msgid "invalid rotate insn"
10169 #: config/m68hc11/m68hc11.c:4432
10170 msgid "registers IX, IY and Z used in the same INSN"
10173 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
10174 msgid "cannot do z-register replacement"
10177 #: config/m68hc11/m68hc11.c:5132
10178 msgid "invalid Z register replacement for insn"
10181 #. Macro to define tables used to set the flags. This is a list in braces of
10182 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10183 #. to set or minus the bits to clear. An empty string NAME is used to
10184 #. identify the default VALUE.
10185 #: config/m68hc11/m68hc11.h:179
10186 msgid "Compile with 16-bit integer mode"
10189 #: config/m68hc11/m68hc11.h:181
10190 msgid "Compile with 32-bit integer mode"
10193 #: config/m68hc11/m68hc11.h:183
10194 msgid "Auto pre/post decrement increment allowed"
10197 #: config/m68hc11/m68hc11.h:185
10198 msgid "Auto pre/post decrement increment not allowed"
10201 #: config/m68hc11/m68hc11.h:187
10202 msgid "Min/max instructions allowed"
10205 #: config/m68hc11/m68hc11.h:189
10206 msgid "Min/max instructions not allowed"
10209 #: config/m68hc11/m68hc11.h:191
10210 msgid "Use call and rtc for function calls and returns"
10213 #: config/m68hc11/m68hc11.h:193
10214 msgid "Use jsr and rts for function calls and returns"
10217 #: config/m68hc11/m68hc11.h:195
10218 msgid "Do not use direct addressing mode for soft registers"
10221 #: config/m68hc11/m68hc11.h:197
10222 msgid "Use direct addressing mode for soft registers"
10225 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10226 msgid "Compile for a 68HC11"
10229 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10230 msgid "Compile for a 68HC12"
10233 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10234 msgid "Compile for a 68HCS12"
10237 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10238 #. command options that have values. Its definition is an
10239 #. initializer with a subgrouping for each command option.
10241 #. Each subgrouping contains a string constant, that defines the
10242 #. fixed part of the option name, and the address of a variable. The
10243 #. variable, type `char *', is set to the variable part of the given
10244 #. option if the fixed part matches. The actual option name is made
10245 #. by appending `-m' to the specified name.
10246 #: config/m68hc11/m68hc11.h:223
10247 msgid "Specify the register allocation order"
10250 #: config/m68hc11/m68hc11.h:225
10251 msgid "Indicate the number of soft registers available"
10254 #: config/m68k/m68k.c:216
10255 msgid "-mshared-library-id= specified without -mid-shared-library"
10258 #: config/m68k/m68k.c:219
10260 msgid "-mshared-library-id=%d is not between 0 and %d"
10263 #: config/m68k/m68k.c:233
10264 msgid "cannot specify both -msep-data and -mid-shared-library"
10267 #: config/m68k/m68k.c:245
10268 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10271 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:13479
10272 msgid "stack limit expression is not supported"
10275 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10276 msgid "Generate code for a 68020"
10279 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10280 msgid "Generate code for a 68000"
10283 #: config/m68k/m68k.h:252
10284 msgid "Use the bit-field instructions"
10287 #: config/m68k/m68k.h:254
10288 msgid "Do not use the bit-field instructions"
10291 #: config/m68k/m68k.h:256
10292 msgid "Consider type 'int' to be 16 bits wide"
10295 #: config/m68k/m68k.h:258
10296 msgid "Consider type 'int' to be 32 bits wide"
10299 #: config/m68k/m68k.h:261
10300 msgid "Generate code with library calls for floating point"
10303 #: config/m68k/m68k.h:263
10304 msgid "Generate code for a 68040, without any new instructions"
10307 #: config/m68k/m68k.h:266
10308 msgid "Generate code for a 68060, without any new instructions"
10311 #: config/m68k/m68k.h:270
10312 msgid "Generate code for a 68030"
10315 #: config/m68k/m68k.h:273
10316 msgid "Generate code for a 68040"
10319 #: config/m68k/m68k.h:277
10320 msgid "Generate code for a 68060"
10323 #: config/m68k/m68k.h:282
10324 msgid "Generate code for a 520X"
10327 #: config/m68k/m68k.h:286
10328 msgid "Generate code for a 5206e"
10331 #: config/m68k/m68k.h:290
10332 msgid "Generate code for a 528x"
10335 #: config/m68k/m68k.h:294
10336 msgid "Generate code for a 5307"
10339 #: config/m68k/m68k.h:298
10340 msgid "Generate code for a 5407"
10343 #: config/m68k/m68k.h:301
10344 msgid "Generate code for a 68851"
10347 #: config/m68k/m68k.h:303
10348 msgid "Do no generate code for a 68851"
10351 #: config/m68k/m68k.h:306
10352 msgid "Generate code for a 68302"
10355 #: config/m68k/m68k.h:309
10356 msgid "Generate code for a 68332"
10359 #: config/m68k/m68k.h:313
10360 msgid "Generate code for a cpu32"
10363 #: config/m68k/m68k.h:316
10364 msgid "Align variables on a 32-bit boundary"
10367 #: config/m68k/m68k.h:318
10368 msgid "Align variables on a 16-bit boundary"
10371 #: config/m68k/m68k.h:320
10372 msgid "Enable separate data segment"
10375 #: config/m68k/m68k.h:322
10376 msgid "Disable separate data segment"
10379 #: config/m68k/m68k.h:324
10380 msgid "Enable ID based shared library"
10383 #: config/m68k/m68k.h:326
10384 msgid "Disable ID based shared library"
10387 #: config/m68k/m68k.h:328
10388 msgid "Generate pc-relative code"
10391 #: config/m68k/m68k.h:330
10392 msgid "Do not use unaligned memory references"
10395 #: config/m68k/m68k.h:332
10396 msgid "Use unaligned memory references"
10399 #: config/m68k/m68k.h:334
10400 msgid "Use different calling convention using 'rtd'"
10403 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10404 #: config/m68k/m68k.h:344
10405 msgid "ID of shared library to build"
10408 #: config/mcore/mcore.c:2987
10409 msgid "invalid option %<-mstack-increment=%s%>"
10412 #: config/mcore/mcore.h:113
10413 msgid "Inline constants if it can be done in 2 insns or less"
10416 #: config/mcore/mcore.h:115
10417 msgid "Inline constants if it only takes 1 instruction"
10420 #: config/mcore/mcore.h:117
10421 msgid "Set maximum alignment to 4"
10424 #: config/mcore/mcore.h:119
10425 msgid "Set maximum alignment to 8"
10428 #: config/mcore/mcore.h:123
10429 msgid "Do not use the divide instruction"
10432 #: config/mcore/mcore.h:127
10433 msgid "Do not arbitrary sized immediates in bit operations"
10436 #: config/mcore/mcore.h:129
10437 msgid "Always treat bit-field as int-sized"
10440 #: config/mcore/mcore.h:133
10441 msgid "Force functions to be aligned to a 4 byte boundary"
10444 #: config/mcore/mcore.h:135
10445 msgid "Force functions to be aligned to a 2 byte boundary"
10448 #: config/mcore/mcore.h:137
10449 msgid "Emit call graph information"
10452 #: config/mcore/mcore.h:141
10453 msgid "Prefer word accesses over byte accesses"
10456 #: config/mcore/mcore.h:152
10457 msgid "Generate code for the M*Core M340"
10460 #: config/mcore/mcore.h:165
10461 msgid "Maximum amount for a single stack increment operation"
10464 #: config/mips/mips.c:4018
10466 msgid "bad value (%s) for -mabi= switch"
10469 #: config/mips/mips.c:4041
10472 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10476 #: config/mips/mips.c:4060
10478 msgid "-march=%s is not compatible with the selected ABI"
10481 #: config/mips/mips.c:4075
10482 msgid "-mgp64 used with a 32-bit processor"
10485 #: config/mips/mips.c:4077
10486 msgid "-mgp32 used with a 64-bit ABI"
10489 #: config/mips/mips.c:4079
10490 msgid "-mgp64 used with a 32-bit ABI"
10493 #: config/mips/mips.c:4097 config/mips/mips.c:4099 config/mips/mips.c:4101
10494 #: config/mips/mips.c:4181
10496 msgid "unsupported combination: %s"
10499 #: config/mips/mips.c:4176
10501 "generation of Branch Likely instructions enabled, but not supported by "
10505 #: config/mips/mips.c:4193
10506 msgid "-G is incompatible with PIC code which is the default"
10509 #: config/mips/mips.c:4260
10510 msgid "-mips3d requires -mpaired-single"
10513 #: config/mips/mips.c:4269
10514 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10517 #: config/mips/mips.c:4274
10518 msgid "-mips3d/-mpaired-single must be used with -mips64"
10521 #: config/mips/mips.c:4632
10522 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10525 #: config/mips/mips.c:4758
10527 msgid "internal error: %%) found without a %%( in assembler pattern"
10530 #: config/mips/mips.c:4772
10532 msgid "internal error: %%] found without a %%[ in assembler pattern"
10535 #: config/mips/mips.c:4785
10537 msgid "internal error: %%> found without a %%< in assembler pattern"
10540 #: config/mips/mips.c:4798
10542 msgid "internal error: %%} found without a %%{ in assembler pattern"
10545 #: config/mips/mips.c:4812
10547 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10550 #: config/mips/mips.c:4841
10552 msgid "PRINT_OPERAND, invalid insn for %%C"
10555 #: config/mips/mips.c:4858
10557 msgid "PRINT_OPERAND, invalid insn for %%N"
10560 #: config/mips/mips.c:4867
10562 msgid "PRINT_OPERAND, invalid insn for %%F"
10565 #: config/mips/mips.c:4876
10567 msgid "PRINT_OPERAND, invalid insn for %%W"
10570 #: config/mips/mips.c:4897
10572 msgid "invalid %%Y value"
10575 #: config/mips/mips.c:4975
10576 msgid "PRINT_OPERAND, invalid operand for relocation"
10579 #: config/mips/mips.c:7561
10581 msgid "cannot handle inconsistent calls to %qs"
10584 #: config/mips/mips.c:8951
10585 msgid "the cpu name must be lower case"
10588 #: config/mips/mips.c:8973
10590 msgid "bad value (%s) for %s"
10593 #: config/mips/linux64.h:39
10594 msgid "Same as -mabi=32, just trickier"
10597 #. Target CPU builtins.
10598 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
10599 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
10600 #. Macros dependent on the C dialect.
10601 #. Bizarre, but needed at least for Irix.
10602 #. Macro to define tables used to set the flags.
10603 #. This is a list in braces of pairs in braces,
10604 #. each pair being { "NAME", VALUE }
10605 #. where VALUE is the bits to set or minus the bits to clear.
10606 #. An empty string NAME is used to identify the default VALUE.
10607 #: config/mips/mips.h:533
10608 msgid "Use 64-bit int type"
10611 #: config/mips/mips.h:535
10612 msgid "Use 64-bit long type"
10615 #: config/mips/mips.h:537
10616 msgid "Use 32-bit long type"
10619 #: config/mips/mips.h:539
10620 msgid "Optimize lui/addiu address loads"
10623 #: config/mips/mips.h:541
10624 msgid "Don't optimize lui/addiu address loads"
10627 #: config/mips/mips.h:543
10628 msgid "Use GNU as (now ignored)"
10631 #: config/mips/mips.h:545 config/mips/mips.h:547
10632 msgid "Use GP relative sdata/sbss sections (now ignored)"
10635 #: config/mips/mips.h:549 config/mips/mips.h:551
10636 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10639 #: config/mips/mips.h:553
10640 msgid "Output compiler statistics (now ignored)"
10643 #: config/mips/mips.h:555
10644 msgid "Don't output compiler statistics"
10647 #: config/mips/mips.h:557
10648 msgid "Don't optimize block moves"
10651 #: config/mips/mips.h:559
10652 msgid "Optimize block moves"
10655 #: config/mips/mips.h:561
10656 msgid "Use mips-tfile asm postpass"
10659 #: config/mips/mips.h:563
10660 msgid "Don't use mips-tfile asm postpass"
10663 #: config/mips/mips.h:565 config/pa/pa.h:288
10664 msgid "Use software floating point"
10667 #. Macro to define tables used to set the flags.
10668 #. This is a list in braces of triplets in braces,
10669 #. each triplet being { "NAME", VALUE, DOC }
10670 #. where VALUE is the bits to set or minus the bits to clear and DOC
10671 #. is the documentation for --help (NULL if intentionally undocumented).
10672 #. An empty string NAME is used to identify the default VALUE.
10673 #: config/mips/mips.h:567 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10674 msgid "Use hardware floating point"
10677 #: config/mips/mips.h:569
10678 msgid "Use 64-bit FP registers"
10681 #: config/mips/mips.h:571
10682 msgid "Use 32-bit FP registers"
10685 #: config/mips/mips.h:573
10686 msgid "Use 64-bit general registers"
10689 #: config/mips/mips.h:575
10690 msgid "Use 32-bit general registers"
10693 #: config/mips/mips.h:577
10694 msgid "Use Irix PIC"
10697 #: config/mips/mips.h:579
10698 msgid "Don't use Irix PIC"
10701 #: config/mips/mips.h:581
10702 msgid "Use indirect calls"
10705 #: config/mips/mips.h:583
10706 msgid "Don't use indirect calls"
10709 #: config/mips/mips.h:593
10710 msgid "Use big-endian byte order"
10713 #: config/mips/mips.h:595
10714 msgid "Use little-endian byte order"
10717 #: config/mips/mips.h:597
10718 msgid "Use single (32-bit) FP only"
10721 #: config/mips/mips.h:599
10722 msgid "Don't use single (32-bit) FP only"
10725 #: config/mips/mips.h:601 config/mips/mips.h:603
10726 msgid "Use paired-single floating point instructions"
10729 #: config/mips/mips.h:605 config/mips/mips.h:607
10730 msgid "Use MIPS-3D instructions"
10733 #: config/mips/mips.h:609
10734 msgid "Use multiply accumulate"
10737 #: config/mips/mips.h:611
10738 msgid "Don't use multiply accumulate"
10741 #: config/mips/mips.h:613
10742 msgid "Don't generate fused multiply/add instructions"
10745 #: config/mips/mips.h:615 config/rs6000/rs6000.h:345
10746 msgid "Generate fused multiply/add instructions"
10749 #: config/mips/mips.h:617
10750 msgid "Perform VR4130-specific alignment optimizations"
10753 #: config/mips/mips.h:619
10754 msgid "Don't perform VR4130-specific alignment optimizations"
10757 #: config/mips/mips.h:621
10758 msgid "Work around early 4300 hardware bug"
10761 #: config/mips/mips.h:623
10762 msgid "Don't work around early 4300 hardware bug"
10765 #: config/mips/mips.h:625
10766 msgid "Work around errata for early SB-1 revision 2 cores"
10769 #: config/mips/mips.h:627
10770 msgid "Don't work around errata for early SB-1 revision 2 cores"
10773 #: config/mips/mips.h:629
10774 msgid "Work around R4000 errata"
10777 #: config/mips/mips.h:631
10778 msgid "Don't work around R4000 errata"
10781 #: config/mips/mips.h:633
10782 msgid "Work around R4400 errata"
10785 #: config/mips/mips.h:635
10786 msgid "Don't work around R4400 errata"
10789 #: config/mips/mips.h:637
10790 msgid "Work around certain VR4120 errata"
10793 #: config/mips/mips.h:639
10794 msgid "Don't work around certain VR4120 errata"
10797 #: config/mips/mips.h:641
10798 msgid "Trap on integer divide by zero"
10801 #: config/mips/mips.h:643
10802 msgid "Don't trap on integer divide by zero"
10805 #: config/mips/mips.h:645
10806 msgid "Use trap to check for integer divide by zero"
10809 #: config/mips/mips.h:647
10810 msgid "Use break to check for integer divide by zero"
10813 #: config/mips/mips.h:649
10814 msgid "Use Branch Likely instructions, overriding default for arch"
10817 #: config/mips/mips.h:651
10818 msgid "Don't use Branch Likely instructions, overriding default for arch"
10821 #: config/mips/mips.h:653
10822 msgid "Use NewABI-style %reloc() assembly operators"
10825 #: config/mips/mips.h:655
10826 msgid "Use assembler macros instead of relocation operators"
10829 #: config/mips/mips.h:657
10830 msgid "Generate mips16 code"
10833 #: config/mips/mips.h:659
10834 msgid "Generate normal-mode code"
10837 #: config/mips/mips.h:661
10838 msgid "Lift restrictions on GOT size"
10841 #: config/mips/mips.h:663
10842 msgid "Do not lift restrictions on GOT size"
10845 #: config/mips/mips.h:665
10846 msgid "FP exceptions are enabled"
10849 #: config/mips/mips.h:667
10850 msgid "FP exceptions are not enabled"
10853 #: config/mips/mips.h:782
10854 msgid "Specify a Standard MIPS ISA"
10857 #. Output assembler code to FILE to increment profiler label # LABELNO
10858 #. for profiling a function entry.
10859 #: config/mips/mips.h:2321
10860 msgid "mips16 function profiling"
10863 #: config/mmix/mmix.c:229
10865 msgid "-f%s not supported: ignored"
10868 #: config/mmix/mmix.c:657
10870 msgid "support for mode %qs"
10873 #: config/mmix/mmix.c:671
10876 "too large function value type, needs %d registers, have only %d registers "
10880 #: config/mmix/mmix.c:841
10881 msgid "function_profiler support for MMIX"
10884 #: config/mmix/mmix.c:863
10885 msgid "MMIX Internal: Last named vararg would not fit in a register"
10888 #: config/mmix/mmix.c:1462 config/mmix/mmix.c:1592
10889 msgid "MMIX Internal: Expected a CONST_INT, not this"
10892 #: config/mmix/mmix.c:1470 config/mmix/mmix.c:1494 config/mmix/mmix.c:1610
10894 msgid "MMIX Internal: Bad register: %d"
10897 #: config/mmix/mmix.c:1541
10898 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10901 #: config/mmix/mmix.c:1560
10902 msgid "MMIX Internal: Expected a register, not this"
10905 #: config/mmix/mmix.c:1570
10906 msgid "MMIX Internal: Expected a constant, not this"
10909 #. Presumably there's a missing case above if we get here.
10910 #: config/mmix/mmix.c:1602
10912 msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
10915 #. We need the original here.
10916 #: config/mmix/mmix.c:1654
10917 msgid "MMIX Internal: Cannot decode this operand"
10920 #: config/mmix/mmix.c:1711
10921 msgid "MMIX Internal: This is not a recognized address"
10924 #: config/mmix/mmix.c:1888
10926 msgid "stack frame not a multiple of 8 bytes: %d"
10929 #: config/mmix/mmix.c:2127
10931 msgid "stack frame not a multiple of octabyte: %d"
10934 #: config/mmix/mmix.c:2601 config/mmix/mmix.c:2665
10936 msgid "MMIX Internal: %s is not a shiftable int"
10939 #: config/mmix/mmix.c:2781
10940 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10943 #: config/mmix/mmix.c:2788
10944 msgid "MMIX Internal: What's the CC of this?"
10947 #: config/mmix/mmix.c:2792
10948 msgid "MMIX Internal: What is the CC of this?"
10951 #: config/mmix/mmix.c:2862
10952 msgid "MMIX Internal: This is not a constant:"
10955 #: config/mmix/mmix.h:132
10956 msgid "Set start-address of the program"
10959 #: config/mmix/mmix.h:134
10960 msgid "Set start-address of data"
10963 #. FIXME: Provide a way to *load* the epsilon register.
10964 #: config/mmix/mmix.h:198
10965 msgid "For intrinsics library: pass all parameters in registers"
10968 #: config/mmix/mmix.h:201
10969 msgid "Use register stack for parameters and return value"
10972 #: config/mmix/mmix.h:203
10973 msgid "Use call-clobbered registers for parameters and return value"
10976 #: config/mmix/mmix.h:205
10977 msgid "Use epsilon-respecting floating point compare instructions"
10980 #: config/mmix/mmix.h:208
10981 msgid "Use zero-extending memory loads, not sign-extending ones"
10984 #: config/mmix/mmix.h:211
10986 "Generate divide results with reminder having the same sign as the divisor "
10987 "(not the dividend)"
10990 #: config/mmix/mmix.h:215
10991 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10994 #: config/mmix/mmix.h:217
10995 msgid "Do not provide a default start-address 0x100 of the program"
10998 #: config/mmix/mmix.h:219
10999 msgid "Link to emit program in ELF format (rather than mmo)"
11002 #: config/mmix/mmix.h:221
11003 msgid "Use P-mnemonics for branches statically predicted as taken"
11006 #: config/mmix/mmix.h:223
11007 msgid "Don't use P-mnemonics for branches"
11010 #: config/mmix/mmix.h:225
11011 msgid "Use addresses that allocate global registers"
11014 #: config/mmix/mmix.h:227
11015 msgid "Do not use addresses that allocate global registers"
11018 #: config/mmix/mmix.h:229
11019 msgid "Generate a single exit point for each function"
11022 #: config/mmix/mmix.h:231
11023 msgid "Do not generate a single exit point for each function"
11026 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
11027 msgid "Target the AM33 processor"
11030 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
11031 msgid "Target the AM33/2.0 processor"
11034 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
11035 msgid "Enable linker relaxations"
11038 #: config/mn10300/mn10300.h:69
11039 msgid "Work around hardware multiply bug"
11042 #: config/mn10300/mn10300.h:70
11043 msgid "Do not work around hardware multiply bug"
11046 #: config/ns32k/ns32k.h:142 config/s390/s390.h:135
11047 msgid "Don't use hardware fp"
11050 #: config/ns32k/ns32k.h:143
11051 msgid "Alternative calling convention"
11054 #: config/ns32k/ns32k.h:145
11055 msgid "Pass some arguments in registers"
11058 #: config/ns32k/ns32k.h:146
11059 msgid "Pass all arguments on stack"
11062 #: config/ns32k/ns32k.h:147
11063 msgid "Optimize for 32532 cpu"
11066 #: config/ns32k/ns32k.h:148
11067 msgid "Optimize for 32332 cpu"
11070 #: config/ns32k/ns32k.h:150
11071 msgid "Optimize for 32032"
11074 #: config/ns32k/ns32k.h:152
11075 msgid "Register sb is zero. Use for absolute addressing"
11078 #: config/ns32k/ns32k.h:153
11079 msgid "Do not use register sb"
11082 #: config/ns32k/ns32k.h:155
11083 msgid "Use bit-field instructions"
11086 #: config/ns32k/ns32k.h:157
11087 msgid "Do not use bit-field instructions"
11090 #: config/ns32k/ns32k.h:158
11091 msgid "Generate code for high memory"
11094 #: config/ns32k/ns32k.h:159
11095 msgid "Generate code for low memory"
11098 #: config/ns32k/ns32k.h:160
11102 #: config/ns32k/ns32k.h:162
11103 msgid "Use multiply-accumulate fp instructions"
11106 #: config/ns32k/ns32k.h:164
11107 msgid "Do not use multiply-accumulate fp instructions"
11110 #: config/ns32k/ns32k.h:165
11111 msgid "\"Small register classes\" kludge"
11114 #: config/ns32k/ns32k.h:166
11115 msgid "No \"Small register classes\" kludge"
11118 #: config/pa/pa.c:404
11121 "unknown -mschedule= option (%s).\n"
11122 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11125 #: config/pa/pa.c:429
11128 "unknown -march= option (%s).\n"
11129 "Valid options are 1.0, 1.1, and 2.0\n"
11132 #: config/pa/pa.c:449
11135 "unknown -munix= option (%s).\n"
11136 "Valid options are 93, 95 and 98.\n"
11139 #: config/pa/pa.c:454
11142 "unknown -munix= option (%s).\n"
11143 "Valid options are 93 and 95.\n"
11146 #: config/pa/pa.c:458
11149 "unknown -munix= option (%s).\n"
11150 "Valid option is 93.\n"
11153 #: config/pa/pa.c:475
11154 msgid "PIC code generation is not supported in the portable runtime model\n"
11157 #: config/pa/pa.c:480
11158 msgid "PIC code generation is not compatible with fast indirect calls\n"
11161 #: config/pa/pa.c:485
11162 msgid "-g is only supported when using GAS on this processor,"
11165 #: config/pa/pa.c:486
11166 msgid "-g option disabled"
11169 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
11170 msgid "Generate cpp defines for server IO"
11173 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
11174 msgid "Generate cpp defines for workstation IO"
11177 #: config/pa/pa-hpux10.h:84
11179 "Specify UNIX standard for predefines and linking.\n"
11180 "Supported value is 93."
11183 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:99
11185 "Specify UNIX standard for predefines and linking.\n"
11186 "Supported values are 93 and 95."
11189 #: config/pa/pa-hpux11.h:82
11190 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11193 #: config/pa/pa-hpux1111.h:28
11195 "Specify UNIX standard for predefines and linking.\n"
11196 "Supported values are 93, 95 and 98."
11199 #. Macro to define tables used to set the flags. This is a
11200 #. list in braces of target switches with each switch being
11201 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
11202 #. or minus the bits to clear. An empty string NAME is used to
11203 #. identify the default VALUE. Do not mark empty strings for
11205 #: config/pa/pa.h:254 config/pa/pa.h:260
11206 msgid "Generate PA1.1 code"
11209 #: config/pa/pa.h:256 config/pa/pa.h:258
11210 msgid "Generate PA1.0 code"
11213 #: config/pa/pa.h:262
11214 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11217 #: config/pa/pa.h:264
11218 msgid "Disable FP regs"
11221 #: config/pa/pa.h:266
11222 msgid "Do not disable FP regs"
11225 #: config/pa/pa.h:268
11226 msgid "Disable space regs"
11229 #: config/pa/pa.h:270
11230 msgid "Do not disable space regs"
11233 #: config/pa/pa.h:272
11234 msgid "Put jumps in call delay slots"
11237 #: config/pa/pa.h:274
11238 msgid "Do not put jumps in call delay slots"
11241 #: config/pa/pa.h:276
11242 msgid "Disable indexed addressing"
11245 #: config/pa/pa.h:278
11246 msgid "Do not disable indexed addressing"
11249 #: config/pa/pa.h:280
11250 msgid "Use portable calling conventions"
11253 #: config/pa/pa.h:282
11254 msgid "Do not use portable calling conventions"
11257 #: config/pa/pa.h:284
11258 msgid "Assume code will be assembled by GAS"
11261 #: config/pa/pa.h:286
11262 msgid "Do not assume code will be assembled by GAS"
11265 #: config/pa/pa.h:290
11266 msgid "Do not use software floating point"
11269 #: config/pa/pa.h:292
11270 msgid "Emit long load/store sequences"
11273 #: config/pa/pa.h:294
11274 msgid "Do not emit long load/store sequences"
11277 #: config/pa/pa.h:296
11278 msgid "Generate fast indirect calls"
11281 #: config/pa/pa.h:298
11282 msgid "Do not generate fast indirect calls"
11285 #: config/pa/pa.h:300
11286 msgid "Generate code for huge switch statements"
11289 #: config/pa/pa.h:302
11290 msgid "Do not generate code for huge switch statements"
11293 #: config/pa/pa.h:304
11294 msgid "Always generate long calls"
11297 #: config/pa/pa.h:306
11298 msgid "Generate long calls only when needed"
11301 #: config/pa/pa.h:308
11302 msgid "Enable linker optimizations"
11305 #: config/pa/pa.h:332
11307 "Specify PA-RISC architecture for code generation.\n"
11308 "Values are 1.0, 1.1 and 2.0."
11311 #: config/pa/pa.h:335
11312 msgid "Specify range of registers to make fixed."
11315 #: config/pa/pa.h:337
11316 msgid "Specify CPU for scheduling purposes."
11319 #: config/pa/pa64-hpux.h:29
11320 msgid "Assume code will be linked by GNU ld"
11323 #: config/pa/pa64-hpux.h:31
11324 msgid "Assume code will be linked by HP ld"
11327 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11328 msgid "Do not use hardware floating point"
11331 #. return float result in ac0
11332 #: config/pdp11/pdp11.h:64
11333 msgid "Return floating point results in ac0"
11336 #: config/pdp11/pdp11.h:65
11337 msgid "Return floating point results in memory"
11341 #: config/pdp11/pdp11.h:67
11342 msgid "Generate code for an 11/40"
11346 #: config/pdp11/pdp11.h:70
11347 msgid "Generate code for an 11/45"
11351 #: config/pdp11/pdp11.h:73
11352 msgid "Generate code for an 11/10"
11355 #. use movmemhi for bcopy
11356 #. use 32 bit for int
11357 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11358 msgid "Use 32 bit int"
11361 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11362 msgid "Use 16 bit int"
11365 #. use 32 bit for float
11366 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11367 msgid "Use 32 bit float"
11370 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11371 msgid "Use 64 bit float"
11374 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11375 #. is branching expensive - on a PDP, it's actually really cheap
11376 #. this is just to play around and check what code gcc generates
11377 #. split instruction and data memory?
11378 #: config/pdp11/pdp11.h:95
11379 msgid "Target has split I&D"
11382 #: config/pdp11/pdp11.h:96
11383 msgid "Target does not have split I&D"
11386 #. UNIX assembler syntax?
11387 #: config/pdp11/pdp11.h:98
11388 msgid "Use UNIX assembler syntax"
11391 #: config/pdp11/pdp11.h:99
11392 msgid "Use DEC assembler syntax"
11395 #: config/rs6000/host-darwin.c:52
11396 msgid "Segmentation Fault (code)"
11399 #: config/rs6000/host-darwin.c:83
11400 msgid "Out of stack space.\n"
11403 #: config/rs6000/host-darwin.c:104
11405 msgid "Try running '%s' in the shell to raise its limit.\n"
11408 #: config/rs6000/host-darwin.c:117
11409 msgid "Segmentation Fault"
11412 #: config/rs6000/host-darwin.c:131
11414 msgid "While setting up signal stack: %m"
11417 #: config/rs6000/host-darwin.c:137
11419 msgid "While setting up signal handler: %m"
11422 #: config/rs6000/host-darwin.c:181
11424 msgid "couldn't unmap pch_address_space: %m\n"
11427 #. Handle the machine specific pragma longcall. Its syntax is
11429 #. # pragma longcall ( TOGGLE )
11431 #. where TOGGLE is either 0 or 1.
11433 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11434 #. whether or not new function declarations receive a longcall
11435 #. attribute by default.
11436 #: config/rs6000/rs6000-c.c:46
11437 msgid "ignoring malformed #pragma longcall"
11440 #: config/rs6000/rs6000-c.c:59
11441 msgid "missing open paren"
11444 #: config/rs6000/rs6000-c.c:61
11445 msgid "missing number"
11448 #: config/rs6000/rs6000-c.c:63
11449 msgid "missing close paren"
11452 #: config/rs6000/rs6000-c.c:66
11453 msgid "number must be 0 or 1"
11456 #: config/rs6000/rs6000-c.c:69
11457 msgid "junk at end of #pragma longcall"
11460 #: config/rs6000/rs6000.c:1244
11461 msgid "-mmultiple is not supported on little endian systems"
11464 #: config/rs6000/rs6000.c:1251
11465 msgid "-mstring is not supported on little endian systems"
11468 #: config/rs6000/rs6000.c:1265
11470 msgid "unknown -mdebug-%s switch"
11473 #: config/rs6000/rs6000.c:1277
11475 "unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
11478 #: config/rs6000/rs6000.c:1288
11480 msgid "Unknown switch -mlong-double-%s"
11483 #: config/rs6000/rs6000.c:1338
11484 msgid "AltiVec and E500 instructions cannot coexist"
11487 #: config/rs6000/rs6000.c:1616
11489 msgid "unknown -m%s= option specified: '%s'"
11492 #: config/rs6000/rs6000.c:1637
11494 msgid "not configured for ABI: '%s'"
11497 #: config/rs6000/rs6000.c:1645
11498 msgid "Using darwin64 ABI"
11501 #: config/rs6000/rs6000.c:1650
11502 msgid "Using old darwin ABI"
11505 #: config/rs6000/rs6000.c:1656
11507 msgid "unknown ABI specified: '%s'"
11510 #: config/rs6000/rs6000.c:1673
11511 msgid "invalid option for -mfloat-gprs"
11514 #: config/rs6000/rs6000.c:1687
11516 msgid "unknown -malign-XXXXX option specified: '%s'"
11519 #: config/rs6000/rs6000.c:4658
11521 "GCC vector returned by reference: non-standard ABI extension with no "
11522 "compatibility guarantee"
11525 #: config/rs6000/rs6000.c:4731
11527 "Cannot return value in vector register because altivec instructions are "
11528 "disabled, use -maltivec to enable them."
11531 #: config/rs6000/rs6000.c:4920
11533 "Cannot pass argument in vector register because altivec instructions are "
11534 "disabled, use -maltivec to enable them."
11537 #: config/rs6000/rs6000.c:5712
11539 "GCC vector passed by reference: non-standard ABI extension with no "
11540 "compatibility guarantee"
11543 #: config/rs6000/rs6000.c:6605
11544 msgid "argument 1 must be a 5-bit signed literal"
11547 #: config/rs6000/rs6000.c:6708 config/rs6000/rs6000.c:7378
11548 msgid "argument 2 must be a 5-bit unsigned literal"
11551 #: config/rs6000/rs6000.c:6748
11552 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11555 #: config/rs6000/rs6000.c:6802
11556 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11559 #: config/rs6000/rs6000.c:6964
11560 msgid "argument 3 must be a 4-bit unsigned literal"
11563 #: config/rs6000/rs6000.c:7136
11565 msgid "argument to %qs must be a 2-bit unsigned literal"
11568 #: config/rs6000/rs6000.c:7249
11569 msgid "argument to dss must be a 2-bit unsigned literal"
11572 #: config/rs6000/rs6000.c:7264
11574 msgid "invalid parameter combination for %qs AltiVec intrinsic"
11577 #: config/rs6000/rs6000.c:7498
11578 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11581 #: config/rs6000/rs6000.c:7571
11582 msgid "argument 1 of __builtin_spe_predicate is out of range"
11585 #: config/rs6000/rs6000.c:10478
11587 msgid "invalid %%f value"
11590 #: config/rs6000/rs6000.c:10487
11592 msgid "invalid %%F value"
11595 #: config/rs6000/rs6000.c:10496
11597 msgid "invalid %%G value"
11600 #: config/rs6000/rs6000.c:10531
11602 msgid "invalid %%j code"
11605 #: config/rs6000/rs6000.c:10541
11607 msgid "invalid %%J code"
11610 #: config/rs6000/rs6000.c:10551
11612 msgid "invalid %%k value"
11615 #: config/rs6000/rs6000.c:10571 config/xtensa/xtensa.c:1937
11617 msgid "invalid %%K value"
11620 #: config/rs6000/rs6000.c:10638
11622 msgid "invalid %%O value"
11625 #: config/rs6000/rs6000.c:10685
11627 msgid "invalid %%q value"
11630 #: config/rs6000/rs6000.c:10729
11632 msgid "invalid %%S value"
11635 #: config/rs6000/rs6000.c:10771
11637 msgid "invalid %%T value"
11640 #: config/rs6000/rs6000.c:10781
11642 msgid "invalid %%u value"
11645 #: config/rs6000/rs6000.c:10790 config/xtensa/xtensa.c:1907
11647 msgid "invalid %%v value"
11650 #: config/rs6000/rs6000.c:13442
11651 msgid "stack frame too large"
11654 #: config/rs6000/rs6000.c:15958
11655 msgid "no profiling of 64-bit code for this ABI"
11658 #: config/rs6000/rs6000.c:17044
11659 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11662 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11663 msgid "Always pass floating-point arguments in memory"
11666 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11667 msgid "Don't always pass floating-point arguments in memory"
11670 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11671 #: config/rs6000/aix52.h:31
11672 msgid "Support message passing with the Parallel Environment"
11675 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11676 msgid "Compile for 64-bit pointers"
11679 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11680 msgid "Compile for 32-bit pointers"
11683 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11684 msgid "-maix64 and POWER architecture are incompatible"
11687 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11688 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11691 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11693 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11696 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11697 msgid "Generate 64-bit code"
11700 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11701 msgid "Generate 32-bit code"
11704 #: config/rs6000/darwin.h:73
11705 msgid "Generate code suitable for executables (NOT shared libs)"
11708 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11710 #: config/rs6000/darwin.h:89
11711 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11714 #. Darwin doesn't support -fpic.
11715 #: config/rs6000/darwin.h:95
11716 msgid "-fpic is not supported; -fPIC assumed"
11719 #: config/rs6000/darwin.h:113
11720 msgid "-m64 requires PowerPC64 architecture, enabling"
11724 #. if (rs6000_long_double_size_string == NULL)
11725 #. rs6000_long_double_type_size = 128;
11726 #: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
11727 msgid "-m64 not supported in this configuration"
11730 #: config/rs6000/linux64.h:106
11731 msgid "-m64 requires a PowerPC64 cpu"
11734 #: config/rs6000/linux64.h:216
11735 msgid "Call mcount for profiling before a function prologue"
11738 #: config/rs6000/linux64.h:218
11739 msgid "Call mcount for profiling after a function prologue"
11742 #. Run-time compilation parameters selecting different hardware subsets.
11744 #. Macro to define tables used to set the flags.
11745 #. This is a list in braces of pairs in braces,
11746 #. each pair being { "NAME", VALUE }
11747 #. where VALUE is the bits to set or minus the bits to clear.
11748 #. An empty string NAME is used to identify the default VALUE.
11749 #: config/rs6000/rs6000.h:277
11750 msgid "Use POWER instruction set"
11753 #: config/rs6000/rs6000.h:280
11754 msgid "Use POWER2 instruction set"
11757 #: config/rs6000/rs6000.h:282
11758 msgid "Do not use POWER2 instruction set"
11761 #: config/rs6000/rs6000.h:285
11762 msgid "Do not use POWER instruction set"
11765 #: config/rs6000/rs6000.h:287
11766 msgid "Use PowerPC instruction set"
11769 #: config/rs6000/rs6000.h:290
11770 msgid "Do not use PowerPC instruction set"
11773 #: config/rs6000/rs6000.h:292
11774 msgid "Use PowerPC General Purpose group optional instructions"
11777 #: config/rs6000/rs6000.h:294
11778 msgid "Do not use PowerPC General Purpose group optional instructions"
11781 #: config/rs6000/rs6000.h:296
11782 msgid "Use PowerPC Graphics group optional instructions"
11785 #: config/rs6000/rs6000.h:298
11786 msgid "Do not use PowerPC Graphics group optional instructions"
11789 #: config/rs6000/rs6000.h:300
11790 msgid "Use PowerPC-64 instruction set"
11793 #: config/rs6000/rs6000.h:302
11794 msgid "Do not use PowerPC-64 instruction set"
11797 #: config/rs6000/rs6000.h:304
11798 msgid "Use AltiVec instructions"
11801 #: config/rs6000/rs6000.h:306
11802 msgid "Do not use AltiVec instructions"
11805 #: config/rs6000/rs6000.h:308
11806 msgid "Use new mnemonics for PowerPC architecture"
11809 #: config/rs6000/rs6000.h:310
11810 msgid "Use old mnemonics for PowerPC architecture"
11813 #: config/rs6000/rs6000.h:313
11814 msgid "Put everything in the regular TOC"
11817 #: config/rs6000/rs6000.h:315
11818 msgid "Place floating point constants in TOC"
11821 #: config/rs6000/rs6000.h:317
11822 msgid "Do not place floating point constants in TOC"
11825 #: config/rs6000/rs6000.h:319
11826 msgid "Place symbol+offset constants in TOC"
11829 #: config/rs6000/rs6000.h:321
11830 msgid "Do not place symbol+offset constants in TOC"
11833 #: config/rs6000/rs6000.h:327
11834 msgid "Place variable addresses in the regular TOC"
11837 #: config/rs6000/rs6000.h:333
11838 msgid "Generate load/store multiple instructions"
11841 #: config/rs6000/rs6000.h:335
11842 msgid "Do not generate load/store multiple instructions"
11845 #: config/rs6000/rs6000.h:337
11846 msgid "Generate string instructions for block moves"
11849 #: config/rs6000/rs6000.h:339
11850 msgid "Do not generate string instructions for block moves"
11853 #: config/rs6000/rs6000.h:341
11854 msgid "Generate load/store with update instructions"
11857 #: config/rs6000/rs6000.h:343
11858 msgid "Do not generate load/store with update instructions"
11861 #: config/rs6000/rs6000.h:347
11862 msgid "Do not generate fused multiply/add instructions"
11865 #: config/rs6000/rs6000.h:351
11866 msgid "Do not schedule the start and end of the procedure"
11869 #: config/rs6000/rs6000.h:357
11870 msgid "Return all structures in memory (AIX default)"
11873 #: config/rs6000/rs6000.h:359
11874 msgid "Return small structures in registers (SVR4 default)"
11877 #: config/rs6000/rs6000.h:365
11878 msgid "Generate single field mfcr instruction"
11881 #: config/rs6000/rs6000.h:367
11882 msgid "Do not generate single field mfcr instruction"
11885 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11886 msgid "Use features of and schedule code for given CPU"
11889 #: config/rs6000/rs6000.h:454
11890 msgid "Enable debug output"
11893 #: config/rs6000/rs6000.h:456
11894 msgid "Select full, part, or no traceback table"
11897 #: config/rs6000/rs6000.h:457
11898 msgid "Specify ABI to use"
11901 #: config/rs6000/rs6000.h:459
11902 msgid "Specify size of long double (64 or 128 bits)"
11905 #: config/rs6000/rs6000.h:461
11906 msgid "Specify yes/no if isel instructions should be generated"
11909 #: config/rs6000/rs6000.h:463
11910 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11913 #: config/rs6000/rs6000.h:465
11914 msgid "Specify yes/no if using floating point in the GPRs"
11917 #: config/rs6000/rs6000.h:467
11918 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11921 #: config/rs6000/rs6000.h:469
11922 msgid "Avoid all range limits on call instructions"
11925 #: config/rs6000/rs6000.h:472
11926 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11929 #: config/rs6000/rs6000.h:475
11930 msgid "Determine which dependences between insns are considered costly"
11933 #: config/rs6000/rs6000.h:477
11934 msgid "Specify which post scheduling nop insertion scheme to apply"
11937 #: config/rs6000/rs6000.h:479
11938 msgid "Specify alignment of structure fields default/natural"
11941 #: config/rs6000/rs6000.h:481
11942 msgid "Specify scheduling priority for dispatch slot restricted insns"
11945 #. Definitions for __builtin_return_address and __builtin_frame_address.
11946 #. __builtin_return_address (0) should give link register (65), enable
11948 #. This should be uncommented, so that the link register is used, but
11949 #. currently this would result in unmatched insns and spilling fixed
11950 #. registers so we'll leave it for another day. When these problems are
11951 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11953 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11954 #. Number of bytes into the frame return addresses can be found. See
11955 #. rs6000_stack_info in rs6000.c for more information on how the different
11956 #. abi's store the return address.
11957 #: config/rs6000/rs6000.h:1829
11958 msgid "RETURN_ADDRESS_OFFSET not supported"
11961 #: config/rs6000/sysv4.h:87
11962 msgid "Select ABI calling convention"
11965 #: config/rs6000/sysv4.h:88
11966 msgid "Select method for sdata handling"
11969 #: config/rs6000/sysv4.h:100
11970 msgid "Align to the base type of the bit-field"
11973 #: config/rs6000/sysv4.h:102
11974 msgid "Don't align to the base type of the bit-field"
11977 #: config/rs6000/sysv4.h:104
11978 msgid "Don't assume that unaligned accesses are handled by the system"
11981 #: config/rs6000/sysv4.h:106
11982 msgid "Assume that unaligned accesses are handled by the system"
11985 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11986 msgid "Produce code relocatable at runtime"
11989 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11990 msgid "Don't produce code relocatable at runtime"
11993 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11994 msgid "Produce little endian code"
11997 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11998 msgid "Produce big endian code"
12001 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12002 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12003 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12004 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12005 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12006 msgid "no description yet"
12009 #: config/rs6000/sysv4.h:129
12013 #: config/rs6000/sysv4.h:130
12014 msgid "Don't use EABI"
12017 #: config/rs6000/sysv4.h:133
12018 msgid "Do not allow bit-fields to cross word boundaries"
12021 #: config/rs6000/sysv4.h:135
12022 msgid "Use alternate register names"
12025 #: config/rs6000/sysv4.h:137
12026 msgid "Don't use alternate register names"
12029 #: config/rs6000/sysv4.h:141
12030 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12033 #: config/rs6000/sysv4.h:143
12034 msgid "Link with libads.a, libc.a and crt0.o"
12037 #: config/rs6000/sysv4.h:145
12038 msgid "Link with libyk.a, libc.a and crt0.o"
12041 #: config/rs6000/sysv4.h:147
12042 msgid "Link with libmvme.a, libc.a and crt0.o"
12045 #: config/rs6000/sysv4.h:149
12046 msgid "Set the PPC_EMB bit in the ELF flags header"
12049 #: config/rs6000/sysv4.h:150
12050 msgid "Use the WindISS simulator"
12053 #. Sometimes certain combinations of command options do not make sense
12054 #. on a particular target machine. You can define a macro
12055 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12056 #. defined, is executed once just after all the command options have
12059 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12061 #: config/rs6000/sysv4.h:219
12063 msgid "bad value for -mcall-%s"
12066 #: config/rs6000/sysv4.h:235
12068 msgid "bad value for -msdata=%s"
12071 #: config/rs6000/sysv4.h:252
12073 msgid "-mrelocatable and -msdata=%s are incompatible"
12076 #: config/rs6000/sysv4.h:261
12078 msgid "-f%s and -msdata=%s are incompatible"
12081 #: config/rs6000/sysv4.h:270
12083 msgid "-msdata=%s and -mcall-%s are incompatible"
12086 #: config/rs6000/sysv4.h:279
12087 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12090 #: config/rs6000/sysv4.h:285
12092 msgid "-mrelocatable and -mcall-%s are incompatible"
12095 #: config/rs6000/sysv4.h:292
12097 msgid "-fPIC and -mcall-%s are incompatible"
12100 #: config/rs6000/sysv4.h:299
12101 msgid "-mcall-aixdesc must be big endian"
12104 #: config/rs6000/sysv4.h:314
12106 msgid "-m%s not supported in this configuration"
12109 #: config/s390/s390.c:1293
12111 msgid "Unknown cpu used in -march=%s."
12114 #: config/s390/s390.c:1312
12116 msgid "Unknown cpu used in -mtune=%s."
12119 #: config/s390/s390.c:1317
12121 msgid "z/Architecture mode not supported on %s."
12124 #: config/s390/s390.c:1319
12125 msgid "64-bit ABI not supported in ESA/390 mode."
12128 #: config/s390/s390.c:1325
12129 msgid "invalid value for -mwarn-framesize"
12132 #: config/s390/s390.c:1335
12133 msgid "invalid value for -mstack-size"
12136 #: config/s390/s390.c:1338
12137 msgid "stack size must be an exact power of 2"
12140 #: config/s390/s390.c:1344
12141 msgid "invalid value for -mstack-guard"
12144 #: config/s390/s390.c:1347
12145 msgid "stack size must be greater than the stack guard value"
12148 #: config/s390/s390.c:1350
12149 msgid "stack guard value must be an exact power of 2"
12152 #: config/s390/s390.c:1353
12153 msgid "-mstack-size implies use of -mstack-guard"
12156 #: config/s390/s390.c:1357
12157 msgid "-mstack-guard implies use of -mstack-size"
12160 #: config/s390/s390.c:4046
12161 msgid "Cannot decompose address."
12164 #: config/s390/s390.c:4238
12165 msgid "UNKNOWN in print_operand !?"
12168 #: config/s390/s390.c:6285
12169 msgid "Total size of local variables exceeds architecture limit."
12172 #: config/s390/s390.c:6823
12174 msgid "frame size of %qs is "
12177 #: config/s390/s390.c:6823
12181 #: config/s390/s390.c:6827
12183 msgid "%qs uses dynamic stack allocation"
12186 #: config/s390/s390.h:136
12187 msgid "Use bras for executable < 64k"
12190 #: config/s390/s390.h:137
12191 msgid "Don't use bras"
12194 #: config/s390/s390.h:138
12195 msgid "Additional debug prints"
12198 #: config/s390/s390.h:139
12199 msgid "Don't print additional debug prints"
12202 #: config/s390/s390.h:140
12206 #: config/s390/s390.h:141
12210 #: config/s390/s390.h:142
12211 msgid "z/Architecture"
12214 #: config/s390/s390.h:143
12215 msgid "ESA/390 architecture"
12218 #: config/s390/s390.h:144
12222 #: config/s390/s390.h:145
12226 #: config/s390/s390.h:146
12227 msgid "Enable tpf OS tracing code"
12230 #: config/s390/s390.h:147
12231 msgid "Disable tpf OS tracing code"
12234 #: config/s390/s390.h:148
12235 msgid "Disable fused multiply/add instructions"
12238 #: config/s390/s390.h:149
12239 msgid "Enable fused multiply/add instructions"
12242 #: config/s390/s390.h:150
12243 msgid "Maintain backchain pointer"
12246 #: config/s390/s390.h:151
12247 msgid "Don't maintain backchain pointer"
12250 #: config/s390/s390.h:152
12251 msgid "Use packed stack layout"
12254 #: config/s390/s390.h:153
12255 msgid "Don't use packed stack layout"
12258 #: config/s390/s390.h:162
12259 msgid "Warn if a single function's framesize exceeds the given framesize"
12262 #: config/s390/s390.h:165
12263 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12266 #: config/s390/s390.h:168
12268 "Emit extra code in the function prologue in order to trap if the stacksize "
12269 "exceeds the given limit"
12272 #: config/s390/s390.h:171
12274 "Set the max. number of bytes which has to be left to stack size before a "
12275 "trap instruction is triggered"
12278 #: config/sh/sh.c:6197
12279 msgid "__builtin_saveregs not supported by this subtarget"
12282 #: config/sh/sh.c:7166
12283 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12286 #. The sp_switch attribute only has meaning for interrupt functions.
12287 #. The trap_exit attribute only has meaning for interrupt functions.
12288 #: config/sh/sh.c:7188 config/sh/sh.c:7223
12290 msgid "%qs attribute only applies to interrupt functions"
12293 #. The argument must be a constant string.
12294 #: config/sh/sh.c:7195
12296 msgid "%qs attribute argument not a string constant"
12299 #. The argument must be a constant integer.
12300 #: config/sh/sh.c:7230
12302 msgid "%qs attribute argument not an integer constant"
12305 #: config/sh/symbian.c:147
12307 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12311 #: config/sh/symbian.c:158
12312 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12315 #: config/sh/symbian.c:171
12316 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12319 #: config/sh/symbian.c:286
12321 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12325 #: config/sh/symbian.c:332
12326 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12329 #: config/sh/symbian.c:436
12330 msgid "%Hvariable %qD definition is marked dllimport."
12333 #: config/sh/symbian.c:511
12334 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12337 #: config/sh/symbian.c:892 cp/tree.c:2346
12339 msgid "lang_* check: failed in %s, at %s:%d"
12342 #. There are no delay slots on SHmedia.
12343 #. Relaxation isn't yet supported for SHmedia
12344 #. -fprofile-arcs needs a working libgcov . In unified tree configurations with newlib, this requires to configure with --with-newlib --with-headers. But there is no way to check here we have a working libgcov, so just assume that we have.
12345 #: config/sh/sh.h:754
12346 msgid "Profiling is not supported on this target."
12349 #: config/sparc/sparc.c:577
12351 msgid "%s is not supported by this configuration"
12354 #: config/sparc/sparc.c:584
12355 msgid "-mlong-double-64 not allowed with -m64"
12358 #: config/sparc/sparc.c:609
12359 msgid "-mcmodel= is not supported on 32 bit systems"
12362 #: config/sparc/sparc.c:7315 config/sparc/sparc.c:7321
12364 msgid "invalid %%Y operand"
12367 #: config/sparc/sparc.c:7391
12369 msgid "invalid %%A operand"
12372 #: config/sparc/sparc.c:7401
12374 msgid "invalid %%B operand"
12377 #: config/sparc/sparc.c:7440
12379 msgid "invalid %%c operand"
12382 #: config/sparc/sparc.c:7441
12384 msgid "invalid %%C operand"
12387 #: config/sparc/sparc.c:7462
12389 msgid "invalid %%d operand"
12392 #: config/sparc/sparc.c:7463
12394 msgid "invalid %%D operand"
12397 #: config/sparc/sparc.c:7479
12399 msgid "invalid %%f operand"
12402 #: config/sparc/sparc.c:7493
12404 msgid "invalid %%s operand"
12407 #: config/sparc/sparc.c:7547
12408 msgid "long long constant not a valid immediate operand"
12411 #: config/sparc/sparc.c:7550
12412 msgid "floating point constant not a valid immediate operand"
12415 #: config/sparc/freebsd.h:77 config/sparc/linux.h:91
12416 #: config/sparc/linux64.h:111 config/sparc/netbsd-elf.h:211
12417 msgid "Use 64 bit long doubles"
12420 #: config/sparc/freebsd.h:78 config/sparc/linux.h:92
12421 #: config/sparc/linux64.h:112 config/sparc/netbsd-elf.h:212
12422 msgid "Use 128 bit long doubles"
12425 #: config/sparc/sp64-elf.h:90
12426 msgid "Generate code for big endian"
12429 #: config/sparc/sp64-elf.h:91
12430 msgid "Generate code for little endian"
12433 #: config/sparc/sp86x-elf.h:68
12434 msgid "Use little-endian byte order for data"
12437 #: config/sparc/sparc.h:626
12438 msgid "Assume possible double misalignment"
12441 #: config/sparc/sparc.h:628
12442 msgid "Assume all doubles are aligned"
12445 #: config/sparc/sparc.h:630
12446 msgid "Pass -assert pure-text to linker"
12449 #: config/sparc/sparc.h:632
12450 msgid "Do not pass -assert pure-text to linker"
12453 #: config/sparc/sparc.h:634
12454 msgid "Use ABI reserved registers"
12457 #: config/sparc/sparc.h:636
12458 msgid "Do not use ABI reserved registers"
12461 #: config/sparc/sparc.h:638
12462 msgid "Use hardware quad fp instructions"
12465 #: config/sparc/sparc.h:640
12466 msgid "Do not use hardware quad fp instructions"
12469 #: config/sparc/sparc.h:642
12470 msgid "Compile for v8plus ABI"
12473 #: config/sparc/sparc.h:644
12474 msgid "Do not compile for v8plus ABI"
12477 #: config/sparc/sparc.h:646
12478 msgid "Utilize Visual Instruction Set"
12481 #: config/sparc/sparc.h:648
12482 msgid "Do not utilize Visual Instruction Set"
12485 #: config/sparc/sparc.h:650
12486 msgid "Pointers are 64-bit"
12489 #: config/sparc/sparc.h:652
12490 msgid "Pointers are 32-bit"
12493 #: config/sparc/sparc.h:654
12494 msgid "Use 32-bit ABI"
12497 #: config/sparc/sparc.h:656
12498 msgid "Use 64-bit ABI"
12501 #: config/sparc/sparc.h:658
12502 msgid "Use stack bias"
12505 #: config/sparc/sparc.h:660
12506 msgid "Do not use stack bias"
12509 #: config/sparc/sparc.h:662
12510 msgid "Use structs on stronger alignment for double-word copies"
12513 #: config/sparc/sparc.h:664
12514 msgid "Do not use structs on stronger alignment for double-word copies"
12517 #: config/sparc/sparc.h:666
12518 msgid "Optimize tail call instructions in assembler and linker"
12521 #: config/sparc/sparc.h:668
12522 msgid "Do not optimize tail call instructions in assembler or linker"
12525 #: config/sparc/sparc.h:713
12526 msgid "Use given SPARC code model"
12529 #: config/stormy16/stormy16.c:528
12530 msgid "Constant halfword load operand out of range."
12533 #: config/stormy16/stormy16.c:538
12534 msgid "Constant arithmetic operand out of range."
12537 #: config/stormy16/stormy16.c:1224
12538 msgid "Local variable memory requirements exceed capacity."
12541 #: config/stormy16/stormy16.c:1390
12542 msgid "function_profiler support"
12545 #: config/stormy16/stormy16.c:1479
12546 msgid "cannot use va_start in interrupt function"
12549 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12550 msgid "'B' operand is not constant"
12553 #: config/stormy16/stormy16.c:1948
12554 msgid "'B' operand has multiple bits set"
12557 #: config/stormy16/stormy16.c:1974
12558 msgid "'o' operand is not constant"
12561 #: config/stormy16/stormy16.c:2006
12562 msgid "xstormy16_print_operand: unknown code"
12565 #: config/stormy16/stormy16.c:2052
12567 msgid "switch statement of size %lu entries too large"
12570 #: config/stormy16/stormy16.c:2434
12571 msgid "%<__BELOW100__%> attribute only applies to variables"
12574 #: config/stormy16/stormy16.c:2441
12575 msgid "__BELOW100__ attribute not allowed with auto storage class."
12578 #: config/v850/v850-c.c:67
12579 msgid "#pragma GHS endXXXX found without previous startXXX"
12582 #: config/v850/v850-c.c:69
12583 msgid "#pragma GHS endXXX does not match previous startXXX"
12586 #: config/v850/v850-c.c:94
12587 msgid "cannot set interrupt attribute: no current function"
12590 #: config/v850/v850-c.c:102
12591 msgid "cannot set interrupt attribute: no such identifier"
12594 #: config/v850/v850-c.c:147
12595 msgid "junk at end of #pragma ghs section"
12598 #: config/v850/v850-c.c:164
12600 msgid "unrecognized section name \"%s\""
12603 #: config/v850/v850-c.c:179
12604 msgid "malformed #pragma ghs section"
12607 #: config/v850/v850-c.c:198
12608 msgid "junk at end of #pragma ghs interrupt"
12611 #: config/v850/v850-c.c:209
12612 msgid "junk at end of #pragma ghs starttda"
12615 #: config/v850/v850-c.c:220
12616 msgid "junk at end of #pragma ghs startsda"
12619 #: config/v850/v850-c.c:231
12620 msgid "junk at end of #pragma ghs startzda"
12623 #: config/v850/v850-c.c:242
12624 msgid "junk at end of #pragma ghs endtda"
12627 #: config/v850/v850-c.c:253
12628 msgid "junk at end of #pragma ghs endsda"
12631 #: config/v850/v850-c.c:264
12632 msgid "junk at end of #pragma ghs endzda"
12635 #: config/v850/v850.c:163
12637 msgid "%s=%s is not numeric"
12640 #: config/v850/v850.c:170
12642 msgid "%s=%s is too large"
12645 #: config/v850/v850.c:336
12646 msgid "const_double_split got a bad insn:"
12649 #: config/v850/v850.c:901
12650 msgid "output_move_single:"
12653 #: config/v850/v850.c:2243
12654 msgid "%Jdata area attributes cannot be specified for local variables"
12657 #: config/v850/v850.c:2254
12658 msgid "%Jdata area of '%D' conflicts with previous declaration"
12661 #: config/v850/v850.c:2453
12663 msgid "bogus JR construction: %d\n"
12666 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12668 msgid "bad amount of stack space removal: %d"
12671 #: config/v850/v850.c:2653
12673 msgid "bogus JARL construction: %d\n"
12676 #: config/v850/v850.c:3023
12678 msgid "Bogus DISPOSE construction: %d\n"
12681 #: config/v850/v850.c:3045
12683 msgid "Too much stack space to dispose of: %d"
12686 #: config/v850/v850.c:3218
12688 msgid "Bogus PREPEARE construction: %d\n"
12691 #: config/v850/v850.c:3240
12693 msgid "Too much stack space to prepare: %d"
12696 #. Macro to define tables used to set the flags.
12697 #. This is a list in braces of pairs in braces,
12698 #. each pair being { "NAME", VALUE }
12699 #. where VALUE is the bits to set or minus the bits to clear.
12700 #. An empty string NAME is used to identify the default VALUE.
12701 #: config/v850/v850.h:174
12702 msgid "Support Green Hills ABI"
12705 #: config/v850/v850.h:177
12706 msgid "Prohibit PC relative function calls"
12709 #: config/v850/v850.h:180
12710 msgid "Reuse r30 on a per function basis"
12713 #: config/v850/v850.h:183
12714 msgid "Use stubs for function prologues"
12717 #: config/v850/v850.h:186
12718 msgid "Same as: -mep -mprolog-function"
12721 #: config/v850/v850.h:187
12722 msgid "Enable backend debugging"
12725 #: config/v850/v850.h:189
12726 msgid "Compile for the v850 processor"
12729 #: config/v850/v850.h:191
12730 msgid "Compile for v850e1 processor"
12733 #. Make sure that the other bits are cleared.
12734 #: config/v850/v850.h:193
12735 msgid "Compile for v850e processor"
12738 #. Make sure that the other bits are cleared.
12739 #: config/v850/v850.h:195
12740 msgid "Enable the use of the short load instructions"
12743 #: config/v850/v850.h:198
12744 msgid "Do not use the callt instruction"
12747 #: config/v850/v850.h:205
12748 msgid "Do not use registers r2 and r5"
12751 #: config/v850/v850.h:207
12752 msgid "Enforce strict alignment"
12755 #: config/v850/v850.h:210
12756 msgid "Use 4 byte entries in switch tables"
12759 #: config/v850/v850.h:236
12760 msgid "Set the max size of data eligible for the TDA area"
12763 #: config/v850/v850.h:239
12764 msgid "Set the max size of data eligible for the SDA area"
12767 #: config/v850/v850.h:242
12768 msgid "Set the max size of data eligible for the ZDA area"
12771 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12772 #: config/xtensa/xtensa.c:1055
12776 #: config/xtensa/xtensa.c:1774
12777 msgid "boolean registers required for the floating-point option"
12780 #: config/xtensa/xtensa.c:1820
12782 msgid "-f%s is not supported with CONST16 instructions"
12785 #: config/xtensa/xtensa.c:1825
12786 msgid "PIC is required but not supported with CONST16 instructions"
12789 #: config/xtensa/xtensa.c:1895
12791 msgid "invalid %%D value"
12794 #: config/xtensa/xtensa.c:1932
12795 msgid "invalid mask"
12798 #: config/xtensa/xtensa.c:1958
12800 msgid "invalid %%x value"
12803 #: config/xtensa/xtensa.c:1965
12805 msgid "invalid %%d value"
12808 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12810 msgid "invalid %%t/%%b value"
12813 #: config/xtensa/xtensa.c:2038
12814 msgid "invalid address"
12817 #: config/xtensa/xtensa.c:2063
12818 msgid "no register in address"
12821 #: config/xtensa/xtensa.c:2071
12822 msgid "address offset not a constant"
12825 #: config/xtensa/xtensa.c:2672
12826 msgid "only uninitialized variables can be placed in a .bss section"
12829 #: config/xtensa/xtensa.h:79
12830 msgid "Use CONST16 instruction to load constants"
12833 #: config/xtensa/xtensa.h:81
12834 msgid "Use PC-relative L32R instruction to load constants"
12837 #: config/xtensa/xtensa.h:83
12838 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12841 #: config/xtensa/xtensa.h:85
12842 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12845 #: config/xtensa/xtensa.h:87
12846 msgid "Intersperse literal pools with code in the text section"
12849 #: config/xtensa/xtensa.h:89
12850 msgid "Put literal pools in a separate literal section"
12853 #: config/xtensa/xtensa.h:91
12854 msgid "Automatically align branch targets to reduce branch penalties"
12857 #: config/xtensa/xtensa.h:93
12858 msgid "Do not automatically align branch targets"
12861 #: config/xtensa/xtensa.h:95
12862 msgid "Use indirect CALLXn instructions for large programs"
12865 #: config/xtensa/xtensa.h:97
12866 msgid "Use direct CALLn instructions for fast calls"
12871 msgid "missing argument to \"-%s\""
12875 msgid "%<-gnat%> misspelled as %<-gant%>"
12879 msgid "unable to call pointer to member function here"
12883 msgid "%s %D(%T, %T, %T) <built-in>"
12887 msgid "%s %D(%T, %T) <built-in>"
12891 msgid "%s %D(%T) <built-in>"
12895 msgid "%s %T <conversion>"
12899 msgid "%J%s %+#D <near match>"
12907 msgid "candidates are:"
12911 msgid "conversion from %qT to %qT is ambiguous"
12914 #: cp/call.c:2761 cp/call.c:2819
12915 msgid "no matching function for call to %<%D(%A)%>"
12918 #: cp/call.c:2764 cp/call.c:2822
12919 msgid "call of overloaded %<%D(%A)%> is ambiguous"
12922 #. It's no good looking for an overloaded operator() on a
12923 #. pointer-to-member-function.
12927 "pointer-to-member function %E cannot be called without an object; consider "
12932 msgid "no match for call to %<(%T) (%A)%>"
12936 msgid "call of %<(%T) (%A)%> is ambiguous"
12940 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
12944 msgid "%s for %<operator%s%> in %<%E%s%>"
12948 msgid "%s for %<operator[]%> in %<%E[%E]%>"
12952 msgid "%s for %qs in %<%s %E%>"
12956 msgid "%s for %<operator%s%> in %<%E %s %E%>"
12960 msgid "%s for %<operator%s%> in %<%s%E%>"
12964 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12968 msgid "%qE has type %<void%> and is not a throw-expression"
12971 #: cp/call.c:3234 cp/call.c:3444
12972 msgid "operands to ?: have different types"
12976 msgid "enumeral mismatch in conditional expression: %qT vs %qT"
12980 msgid "enumeral and non-enumeral type in conditional expression"
12984 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
12988 msgid "using synthesized %q#D for copy assignment"
12992 msgid " where cfront would use %q#D"
12996 msgid "comparison between %q#T and %q#T"
13000 msgid "no suitable %<operator %s> for %qT"
13004 msgid "%q+#D is private"
13008 msgid "%q+#D is protected"
13012 msgid "%q+#D is inaccessible"
13016 msgid "within this context"
13019 #: cp/call.c:4154 cp/cvt.c:263
13020 msgid "invalid conversion from %qT to %qT"
13024 msgid " initializing argument %P of %qD"
13028 msgid "cannot bind bitfield %qE to %qT"
13032 msgid "cannot bind packed field %qE to %qT"
13036 msgid "cannot bind rvalue %qE to %qT"
13041 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
13045 #. Undefined behavior [expr.call] 5.2.2/7.
13048 "cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
13053 msgid "the default argument for parameter %d of %qD has not yet been parsed"
13057 msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
13061 msgid "%qT is not an accessible base of %qT"
13065 msgid "could not find class$ field in java interface type %qT"
13069 msgid "call to non-function %qD"
13073 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
13077 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
13081 msgid "call of overloaded %<%s(%A)%> is ambiguous"
13085 msgid "cannot call member function %qD without object"
13089 msgid "passing %qT chooses %qT over %qT"
13092 #: cp/call.c:5959 cp/name-lookup.c:4110
13093 msgid " in call to %qD"
13097 msgid "choosing %qD over %qD"
13101 msgid " for conversion from %qT to %qT"
13105 msgid " because conversion sequence for the argument is better"
13110 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13111 "the first is better than the worst conversion for the second:"
13115 msgid "candidate 1:"
13119 msgid "candidate 2:"
13123 msgid "could not convert %qE to %qT"
13128 "invalid initialization of non-const reference of type %qT from a temporary "
13134 "invalid initialization of reference of type %qT from expression of type %qT"
13138 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
13142 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13146 msgid "Java class %qT cannot have a destructor"
13150 msgid "%q#D and %q#D cannot be overloaded"
13154 msgid "conflicting access specifications for method %qD, ignored"
13159 msgid "conflicting access specifications for field %qE, ignored"
13163 msgid "%qD names constructor"
13167 msgid "%qD invalid in %qT"
13171 msgid "no members matching %qD in %q#T"
13174 #: cp/class.c:1153 cp/class.c:1161
13175 msgid "%qD invalid in %q#T"
13179 msgid " because of local method %q#D with same name"
13183 msgid " because of local member %q#D with same name"
13187 msgid "base class %q#T has a non-virtual destructor"
13192 "base %qT with only non-default constructor in class without a constructor"
13196 msgid "all member functions in class %qT are private"
13200 msgid "%q#T only defines a private destructor and has no friends"
13204 msgid "%q#T only defines private constructors and has no friends"
13208 msgid "no unique final overrider for %qD in %qT"
13211 #. Here we know it is a hider, and no overrider exists.
13213 msgid "%qD was hidden"
13220 #: cp/class.c:2421 cp/decl2.c:1142
13221 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13224 #: cp/class.c:2428 cp/decl2.c:1149
13225 msgid "private member %q#D in anonymous union"
13228 #: cp/class.c:2431 cp/decl2.c:1151
13229 msgid "protected member %q#D in anonymous union"
13234 "vtable layout for class %qT may not be ABI-compliant and may change in a "
13235 "future version of GCC due to implicit virtual destructor"
13239 msgid "bit-field %q#D with non-integral type"
13243 msgid "bit-field %qD width not an integer constant"
13247 msgid "negative width in bit-field %qD"
13251 msgid "zero width for bit-field %qD"
13255 msgid "width of %qD exceeds its type"
13259 msgid "%qD is too small to hold all values of %q#T"
13263 msgid "member %q#D with constructor not allowed in union"
13267 msgid "member %q#D with destructor not allowed in union"
13271 msgid "member %q#D with copy assignment operator not allowed in union"
13275 msgid "multiple fields in union %qT initialized"
13279 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13283 msgid "%qD may not be static because it is a member of a union"
13287 msgid "%qD may not have reference type %qT because it is a member of a union"
13291 msgid "field %qD in local class cannot be static"
13295 msgid "field %qD invalidly declared function type"
13299 msgid "field %qD invalidly declared method type"
13303 msgid "non-static reference %q#D in class without a constructor"
13307 msgid "non-static const member %q#D in class without a constructor"
13311 msgid "field %q#D with same name as class"
13315 msgid "%q#T has pointer data members"
13319 msgid " but does not override %<%T(const %T&)%>"
13323 msgid " or %<operator=(const %T&)%>"
13327 msgid " but does not override %<operator=(const %T&)%>"
13332 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13337 msgid "class %qT will be considered nearly empty in a future version of GCC"
13341 msgid "initializer specified for non-virtual method %qD"
13346 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13351 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13355 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13360 "size assigned to %qT may not be ABI-compliant and may change in a future "
13364 #. Versions of G++ before G++ 3.4 did not reset the
13368 "the offset of %qD may not be ABI-compliant and may change in a future "
13374 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13379 "%qD contains empty classes which may cause base classes to be placed at "
13380 "different locations in a future version of GCC"
13385 "layout of classes derived from empty class %qT may change in a future "
13389 #: cp/class.c:4875 cp/semantics.c:2100
13390 msgid "redefinition of %q#T"
13394 msgid "%q#T has virtual functions but non-virtual destructor"
13398 msgid "trying to finish struct, but kicked out due to previous parse errors"
13402 msgid "language string %<\"%E\"%> not recognized"
13406 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
13410 msgid "no matches converting function %qD to type %q#T"
13414 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13418 msgid "assuming pointer to member %qD"
13422 msgid "(a pointer to member can only be formed with %<&%E%>)"
13425 #: cp/class.c:5839 cp/class.c:5870 cp/class.c:6022 cp/class.c:6029
13426 msgid "not enough type information"
13430 msgid "argument of type %qT does not match %qT"
13434 msgid "invalid operation on uninstantiated type"
13437 #. [basic.scope.class]
13439 #. A name N used in a class S shall refer to the same declaration
13440 #. in its context and when re-evaluated in the completed scope of
13442 #: cp/class.c:6272 cp/decl.c:1231 cp/name-lookup.c:508 cp/pt.c:2223
13443 msgid "declaration of %q#D"
13447 msgid "changes meaning of %qD from %q+#D"
13451 msgid "can't convert from incomplete type %qT to %qT"
13455 msgid "conversion of %qE from %qT to %qT is ambiguous"
13458 #: cp/cvt.c:168 cp/cvt.c:237 cp/cvt.c:284
13459 msgid "cannot convert %qE from type %qT to type %qT"
13462 #: cp/cvt.c:197 cp/cvt.c:201
13463 msgid "pointer to member cast from %qT to %qT is via virtual base"
13467 msgid "conversion from %qT to %qT discards qualifiers"
13470 #: cp/cvt.c:517 cp/typeck.c:4879
13471 msgid "casting %qT to %qT does not dereference pointer"
13475 msgid "cannot convert type %qT to type %qT"
13479 msgid "conversion from %q#T to %q#T"
13482 #: cp/cvt.c:683 cp/cvt.c:703
13483 msgid "%q#T used where a %qT was expected"
13487 msgid "%q#T used where a floating point value was expected"
13491 msgid "conversion from %qT to non-scalar type %qT requested"
13495 msgid "object of incomplete type %qT will not be accessed in %s"
13499 msgid "object of type %qT will not be accessed in %s"
13503 msgid "object %qE of incomplete type %qT will not be accessed in %s"
13506 #. [over.over] enumerates the places where we can take the address
13507 #. of an overloaded function, and this is not one of them.
13510 msgid "%s cannot resolve address of overloaded function"
13513 #. Only warn when there is no &.
13516 msgid "%s is a reference, not call, to function %qE"
13521 msgid "%s has no effect"
13525 msgid "converting NULL to non-pointer type"
13529 msgid "ambiguous default type conversion from %qT"
13533 msgid " candidate conversions include %qD and %qD"
13537 msgid "label %qD used but not defined"
13541 msgid "label %qD defined but not used"
13545 msgid "%qD was declared %<extern%> and later %<static%>"
13548 #: cp/decl.c:1139 cp/decl.c:1604
13549 msgid "previous declaration of %qD"
13553 msgid "%Jfunction %qD redeclared as inline"
13557 msgid "%Jprevious declaration of %qD with attribute noinline"
13561 msgid "%Jfunction %qD redeclared with attribute noinline"
13565 msgid "%Jprevious declaration of %qD was inline"
13568 #: cp/decl.c:1218 cp/decl.c:1289
13569 msgid "shadowing %s function %q#D"
13573 msgid "library function %q#D redeclared as non-function %q#D"
13577 msgid "conflicts with built-in declaration %q#D"
13580 #: cp/decl.c:1284 cp/decl.c:1393 cp/decl.c:1409
13581 msgid "new declaration %q#D"
13585 msgid "ambiguates built-in declaration %q#D"
13589 msgid "%q#D redeclared as different kind of symbol"
13593 msgid "previous declaration of %q#D"
13597 msgid "declaration of template %q#D"
13600 #: cp/decl.c:1379 cp/name-lookup.c:509
13601 msgid "conflicts with previous declaration %q#D"
13604 #: cp/decl.c:1394 cp/decl.c:1410
13605 msgid "ambiguates old declaration %q#D"
13609 msgid "declaration of C function %q#D conflicts with"
13613 msgid "previous declaration %q#D here"
13617 msgid "conflicting declaration %q#D"
13621 msgid "%qD has a previous declaration as %q#D"
13624 #. [namespace.alias]
13626 #. A namespace-name or namespace-alias shall not be declared as
13627 #. the name of any other entity in the same declarative region.
13628 #. A namespace-name defined at global scope shall not be
13629 #. declared as the name of any other entity in any global scope
13632 msgid "declaration of namespace %qD conflicts with"
13636 msgid "previous declaration of namespace %qD here"
13640 msgid "%q#D previously defined here"
13644 msgid "%q#D previously declared here"
13647 #. Prototype decl follows defn w/o prototype.
13649 msgid "prototype for %q#D"
13653 msgid "%Jfollows non-prototype definition here"
13657 msgid "previous declaration of %q#D with %qL linkage"
13661 msgid "conflicts with new declaration with %qL linkage"
13664 #: cp/decl.c:1532 cp/decl.c:1539
13665 msgid "default argument given for parameter %d of %q#D"
13668 #: cp/decl.c:1534 cp/decl.c:1541
13669 msgid "after previous specification in %q#D"
13673 msgid "%q#D was used before it was declared inline"
13677 msgid "%Jprevious non-inline declaration here"
13681 msgid "redundant redeclaration of %qD in same scope"
13686 msgid "declaration of %qF throws different exceptions"
13691 msgid "than previous declaration %qF"
13694 #. From [temp.expl.spec]:
13696 #. If a template, a member template or the member of a class
13697 #. template is explicitly specialized then that
13698 #. specialization shall be declared before the first use of
13699 #. that specialization that would cause an implicit
13700 #. instantiation to take place, in every translation unit in
13701 #. which such a use occurs.
13703 msgid "explicit specialization of %qD after first use"
13707 msgid "%J%qD: visibility attribute ignored because it"
13711 msgid "%Jconflicts with previous declaration here"
13716 msgid "label %qE referenced outside of any function"
13719 #: cp/decl.c:2257 cp/decl.c:2281 cp/decl.c:2369
13720 msgid "jump to label %qD"
13723 #: cp/decl.c:2259 cp/decl.c:2283
13724 msgid "jump to case label"
13727 #: cp/decl.c:2262 cp/decl.c:2286
13728 msgid "%H from here"
13732 msgid " crosses initialization of %q#D"
13735 #: cp/decl.c:2270 cp/decl.c:2385
13736 msgid " enters scope of non-POD %q#D"
13739 #: cp/decl.c:2290 cp/decl.c:2389
13740 msgid " enters try block"
13743 #: cp/decl.c:2292 cp/decl.c:2391
13744 msgid " enters catch block"
13751 #. Can't skip init of __exception_info.
13753 msgid "%J enters catch block"
13757 msgid " skips initialization of %q#D"
13761 msgid "label named wchar_t"
13765 msgid "duplicate label %qD"
13768 #: cp/decl.c:2651 cp/parser.c:3437
13769 msgid "%qD used without template parameters"
13772 #: cp/decl.c:2661 cp/decl.c:2676 cp/decl.c:2767
13773 msgid "no class template named %q#T in %q#T"
13776 #: cp/decl.c:2697 cp/decl.c:2707 cp/decl.c:2727
13777 msgid "no type named %q#T in %q#T"
13781 msgid "template parameters do not match template"
13784 #: cp/decl.c:2777 cp/friend.c:317 cp/friend.c:325
13785 msgid "%qD declared here"
13789 msgid "%Jan anonymous union cannot have function members"
13793 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13797 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13802 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13806 msgid "multiple types in one declaration"
13810 msgid "redeclaration of C++ built-in type %qT"
13814 msgid "missing type-name in typedef-declaration"
13818 msgid "ISO C++ prohibits anonymous structs"
13823 msgid "%qs can only be specified for functions"
13827 msgid "%<friend%> can only be specified inside a class"
13831 msgid "%<explicit%> can only be specified for constructors"
13835 msgid "a storage class can only be specified for objects and functions"
13839 msgid "qualifiers can only be specified for objects and functions"
13843 msgid "attribute ignored in declaration of %q#T"
13847 msgid "attribute for %q#T must follow the %qs keyword"
13851 msgid "function %q#D is initialized like a variable"
13855 msgid "declaration of %q#D has %<extern%> and is initialized"
13859 msgid "%q#D is not a static member of %q#T"
13863 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
13868 "template header not allowed in member definition of explicitly specialized "
13873 msgid "duplicate initialization of %qD"
13877 msgid "declaration of %q#D outside of class is not definition"
13881 msgid "variable %q#D has initializer but incomplete type"
13884 #: cp/decl.c:3878 cp/decl.c:4502
13885 msgid "elements of array %q#D have incomplete type"
13889 msgid "aggregate %q#D has incomplete type and cannot be defined"
13893 msgid "%qD declared as reference but not initialized"
13897 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
13901 msgid "cannot initialize %qT from %qT"
13905 msgid "initializer fails to determine size of %qD"
13909 msgid "array size missing in %qD"
13913 msgid "zero-size array %qD"
13916 #. An automatic variable with an incomplete type: that is an error.
13917 #. Don't talk about array types here, since we took care of that
13918 #. message in grokdeclarator.
13920 msgid "storage size of %qD isn't known"
13924 msgid "storage size of %qD isn't constant"
13929 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
13930 "up with multiple copies)"
13934 msgid "%J you can work around this by removing the initializer"
13938 msgid "uninitialized const %qD"
13942 msgid "name %qD used in a GNU-style designated initializer for an array"
13947 msgid "Designated initializer %qE larger than array size"
13951 msgid "brace-enclosed initializer used to initialize %qT"
13955 msgid "initializer for %qT must be brace-enclosed"
13959 msgid "ISO C++ does not allow designated initializers"
13963 msgid "%qT has no non-static data member named %qD"
13967 msgid "too many initializers for %qT"
13971 msgid "variable-sized object %qD may not be initialized"
13975 msgid "%qD has incomplete type"
13979 msgid "%qD must be initialized by constructor, not by %<{...}%>"
13983 msgid "structure %qD with uninitialized const members"
13987 msgid "structure %qD with uninitialized reference members"
13991 msgid "assignment (not initialization) in declaration"
13995 msgid "cannot initialize %qD to namespace %qD"
13999 msgid "shadowing previous type declaration of %q#D"
14003 msgid "%qD cannot be thread-local because it has non-POD type %qT"
14007 msgid "%qD is thread-local and so cannot be dynamically initialized"
14011 msgid "destructor for alien class %qT cannot be a member"
14015 msgid "constructor for alien class %qT cannot be a member"
14019 msgid "%qD declared as a %<virtual%> %s"
14023 msgid "%qD declared as an %<inline%> %s"
14028 "%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
14033 msgid "%qD declared as a friend"
14037 msgid "%qD declared with an exception specification"
14041 msgid "cannot declare %<::main%> to be a template"
14045 msgid "cannot declare %<::main%> to be inline"
14049 msgid "cannot declare %<::main%> to be static"
14053 msgid "%<::main%> must return %<int%>"
14057 msgid "non-local function %q#D uses anonymous type"
14060 #: cp/decl.c:5684 cp/decl.c:6029
14062 "%q#D does not refer to the unqualified type, so it is not used for linkage"
14066 msgid "non-local function %q#D uses local type %qT"
14070 msgid "%smember function %qD cannot have cv-qualifier"
14074 msgid "defining explicit specialization %qD in friend declaration"
14077 #. Something like `template <class T> friend void f<T>()'.
14079 msgid "invalid use of template-id %qD in declaration of primary template"
14084 "default arguments are not allowed in declaration of friend template "
14085 "specialization %qD"
14090 "%<inline%> is not allowed in declaration of friend template specialization %"
14095 msgid "definition of implicitly-declared %qD"
14098 #: cp/decl.c:5870 cp/decl2.c:715
14099 msgid "no %q#D member function declared in class %qT"
14102 #. It's a typedef referring to an anonymous type.
14104 msgid "non-local variable %q#D uses anonymous type"
14108 msgid "non-local variable %q#D uses local type %qT"
14113 "invalid in-class initialization of static data member of non-integral type %"
14118 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
14123 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
14128 msgid "size of array %qD has non-integral type %qT"
14132 msgid "size of array has non-integral type %qT"
14136 msgid "size of array %qD is negative"
14140 msgid "size of array is negative"
14144 msgid "ISO C++ forbids zero-size array %qD"
14148 msgid "ISO C++ forbids zero-size array"
14152 msgid "size of array %qD is not an integral constant-expression"
14156 msgid "size of array is not an integral constant-expression"
14160 msgid "ISO C++ forbids variable-size array %qD"
14164 msgid "ISO C++ forbids variable-size array"
14168 msgid "overflow in array dimension"
14172 msgid "declaration of %qD as %s"
14177 msgid "creating %s"
14182 "declaration of %qD as multidimensional array must have bounds for all "
14183 "dimensions except the first"
14188 "multidimensional array must have bounds for all dimensions except the first"
14192 msgid "return type specification for constructor invalid"
14196 msgid "return type specification for destructor invalid"
14200 msgid "operator %qT declared to return %qT"
14204 msgid "return type specified for %<operator %T%>"
14208 msgid "unnamed variable or field declared void"
14213 msgid "variable or field %qE declared void"
14217 msgid "variable or field declared void"
14221 msgid "type %qT is not derived from type %qT"
14225 msgid "declarator-id missing; using reserved word %qD"
14228 #: cp/decl.c:6730 cp/decl.c:7824
14229 msgid "declaration of %qD as non-function"
14234 msgid "two or more data types in declaration of %qs"
14238 msgid "ISO C++ does not support %<long long%>"
14241 #: cp/decl.c:6866 cp/decl.c:6868
14243 msgid "ISO C++ forbids declaration of %qs with no type"
14248 msgid "short, signed or unsigned invalid for %qs"
14253 msgid "long, short, signed or unsigned invalid for %qs"
14258 msgid "long and short specified together for %qs"
14263 msgid "long or short specified with char for %qs"
14268 msgid "long or short specified with floating type for %qs"
14273 msgid "signed and unsigned given together for %qs"
14278 msgid "long, short, signed or unsigned used invalidly for %qs"
14283 msgid "complex invalid for %qs"
14287 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14291 msgid "member %qD cannot be declared both virtual and static"
14295 msgid "%<%T::%D%> is not a valid declarator"
14299 msgid "typedef declaration invalid in parameter declaration"
14303 msgid "storage class specifiers invalid in parameter declarations"
14307 msgid "virtual outside class declaration"
14310 #: cp/decl.c:7063 cp/decl.c:7070
14312 msgid "multiple storage classes in declaration of %qs"
14317 msgid "storage class specified for %s %qs"
14321 msgid "top-level declaration of %qs specifies %<auto%>"
14325 msgid "storage class specifiers invalid in friend function declarations"
14329 msgid "destructor cannot be static member function"
14333 msgid "destructors may not be cv-qualified"
14337 msgid "constructor cannot be static member function"
14341 msgid "constructors cannot be declared virtual"
14345 msgid "constructors may not be cv-qualified"
14350 msgid "can't initialize friend function %qs"
14353 #. Cannot be both friend and virtual.
14355 msgid "virtual functions cannot be friends"
14359 msgid "friend declaration not in class definition"
14364 msgid "can't define friend function %qs in a local class definition"
14368 msgid "destructors may not have parameters"
14371 #: cp/decl.c:7381 cp/decl.c:7388
14372 msgid "cannot declare reference to %q#T"
14376 msgid "cannot declare pointer to %q#T"
14380 msgid "cannot declare pointer to %q#T member"
14384 msgid "template-id %qD used as a declarator"
14388 msgid "extra qualification %<%T::%> on member %qs ignored"
14392 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14396 msgid "cannot declare member %<%T::%s%> within %qT"
14400 msgid "data member may not have variably modified type %qT"
14404 msgid "parameter may not have variably modified type %qT"
14407 #. [dcl.fct.spec] The explicit specifier shall only be used in
14408 #. declarations of constructors within a class definition.
14410 msgid "only declarations of constructors can be %<explicit%>"
14414 msgid "non-member %qs cannot be declared %<mutable%>"
14418 msgid "non-object member %qs cannot be declared %<mutable%>"
14422 msgid "function %qs cannot be declared %<mutable%>"
14426 msgid "static %qs cannot be declared %<mutable%>"
14430 msgid "const %qs cannot be declared %<mutable%>"
14434 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14438 msgid "%Jtypedef name may not be a nested-name-specifier"
14442 msgid "%Jinvalid type qualifier for non-member function type"
14446 msgid "type qualifiers specified for friend class declaration"
14450 msgid "%<inline%> specified for friend class declaration"
14454 msgid "template parameters cannot be friends"
14458 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14462 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14466 msgid "trying to make class %qT a friend of global scope"
14470 msgid "invalid qualifiers on non-member function type"
14474 msgid "abstract declarator %qT used as declaration"
14478 msgid "cannot use %<::%> in parameter declaration"
14481 #. Something like struct S { int N::j; };
14483 msgid "invalid use of %<::%>"
14487 msgid "function %qD cannot be declared friend"
14491 msgid "can't make %qD into a method -- not in a class"
14495 msgid "function %qD declared virtual inside a union"
14499 msgid "%qD cannot be declared virtual, since it is always static"
14503 msgid "field %qD has incomplete type"
14507 msgid "name %qT has incomplete type"
14511 msgid " in instantiation of template %qT"
14516 msgid "%qE is neither function nor member function; cannot be declared friend"
14520 msgid "member functions are implicitly friends of their class"
14523 #. An attempt is being made to initialize a non-static
14524 #. member. But, from [class.mem]:
14526 #. 4 A member-declarator can contain a
14527 #. constant-initializer only if it declares a static
14528 #. member (_class.static_) of integral or enumeration
14529 #. type, see _class.static.data_.
14531 #. This used to be relatively common practice, but
14532 #. the rest of the compiler does not correctly
14533 #. handle the initialization unless the member is
14534 #. static so we make it static below.
14536 msgid "ISO C++ forbids initialization of member %qD"
14540 msgid "making %qD static"
14544 msgid "storage class %<auto%> invalid for function %qs"
14548 msgid "storage class %<register%> invalid for function %qs"
14552 msgid "storage class %<__thread%> invalid for function %qs"
14557 "%<static%> specified invalid for function %qs declared out of global scope"
14562 "%<inline%> specifier invalid for function %qs declared out of global scope"
14567 msgid "virtual non-class function %qs"
14571 msgid "cannot declare member function %qD to have static linkage"
14574 #. FIXME need arm citation
14576 msgid "cannot declare static function inside another function"
14581 "%<static%> may not be used when defining (as opposed to declaring) a static "
14586 msgid "static member %qD declared %<register%>"
14590 msgid "cannot explicitly declare member %q#D to have extern linkage"
14594 msgid "default argument for %q#D has type %qT"
14598 msgid "default argument for parameter of type %qT has type %qT"
14602 msgid "default argument %qE uses local variable %qD"
14606 msgid "parameter %qD invalidly declared method type"
14610 msgid "parameter %qD includes %s to array of unknown bound %qT"
14615 #. A declaration of a constructor for a class X is ill-formed if
14616 #. its first parameter is of type (optionally cv-qualified) X
14617 #. and either there are no other parameters or else all other
14618 #. parameters have default arguments.
14620 #. We *don't* complain about member template instantiations that
14621 #. have this form, though; they can occur as we try to decide
14622 #. what constructor to use during overload resolution. Since
14623 #. overload resolution will never prefer such a constructor to
14624 #. the non-template copy constructor (which is either explicitly
14625 #. or implicitly defined), there's no need to worry about their
14626 #. existence. Theoretically, they should never even be
14627 #. instantiated, but that's hard to forestall.
14629 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14633 msgid "%qD may not be declared within a namespace"
14637 msgid "%qD may not be declared as static"
14641 msgid "%qD must be a nonstatic member function"
14646 "%qD must be either a non-static member function or a non-member function"
14650 msgid "%qD must have an argument of class or enumerated type"
14655 msgid "conversion to %s%s will never use a type conversion operator"
14660 msgid "ISO C++ prohibits overloading operator ?:"
14664 msgid "postfix %qD must take %<int%> as its argument"
14668 msgid "postfix %qD must take %<int%> as its second argument"
14672 msgid "%qD must take either zero or one argument"
14676 msgid "%qD must take either one or two arguments"
14680 msgid "prefix %qD should return %qT"
14684 msgid "postfix %qD should return %qT"
14688 msgid "%qD must take %<void%>"
14691 #: cp/decl.c:8971 cp/decl.c:8979
14692 msgid "%qD must take exactly one argument"
14696 msgid "%qD must take exactly two arguments"
14700 msgid "user-defined %qD always evaluates both arguments"
14704 msgid "%qD should return by value"
14707 #: cp/decl.c:9015 cp/decl.c:9018
14708 msgid "%qD cannot have default arguments"
14712 msgid "using template type parameter %qT after %qs"
14716 msgid "using typedef-name %qD after %qs"
14720 msgid "%qD has a previous declaration here"
14724 msgid "%qT referred to as %qs"
14727 #: cp/decl.c:9095 cp/decl.c:9102
14728 msgid "%qT has a previous declaration here"
14732 msgid "%qT referred to as enum"
14735 #. If a class template appears as elaborated type specifier
14736 #. without a template header such as:
14738 #. template <class T> class C {};
14739 #. void f(class C); // No template header here
14741 #. then the required template argument is missing.
14743 msgid "template argument required for %<%s %T%>"
14747 msgid "use of enum %q#D without previous declaration"
14751 msgid "redeclaration of %qT as a non-template"
14755 msgid "derived union %qT invalid"
14759 msgid "Java class %qT cannot have multiple bases"
14763 msgid "Java class %qT cannot have virtual bases"
14767 msgid "base type %qT fails to be a struct or class type"
14771 msgid "recursive type %qT undefined"
14775 msgid "duplicate base type %qT invalid"
14779 msgid "multiple definition of %q#T"
14783 msgid "%Jprevious definition here"
14788 #. IF no integral type can represent all the enumerator values, the
14789 #. enumeration is ill-formed.
14791 msgid "no integral type can represent all of the enumerator values for %qT"
14795 msgid "enumerator value for %qD not integer constant"
14799 msgid "overflow in enumeration values at %qD"
14803 msgid "return type %q#T is incomplete"
14806 #: cp/decl.c:9981 cp/typeck.c:6274
14807 msgid "%<operator=%> should return a reference to %<*this%>"
14811 msgid "parameter %qD declared void"
14815 msgid "invalid member function declaration"
14819 msgid "%qD is already defined in class %qT"
14823 msgid "static member function %q#D declared with type qualifiers"
14827 msgid "name missing for member function"
14830 #: cp/decl2.c:373 cp/decl2.c:387
14831 msgid "ambiguous conversion for array subscript"
14835 msgid "invalid types %<%T[%T]%> for array subscript"
14839 msgid "deleting array %q#D"
14843 msgid "type %q#T argument given to %<delete%>, expected pointer"
14848 "cannot delete a function. Only pointer-to-objects are valid arguments to %"
14853 msgid "deleting %qT is undefined"
14856 #. 14.5.2.2 [temp.mem]
14858 #. A local class shall not have member templates.
14860 msgid "invalid declaration of member template %q#D in local class"
14864 msgid "invalid use of %<virtual%> in template declaration of %q#D"
14867 #: cp/decl2.c:507 cp/pt.c:2990
14868 msgid "template declaration of %q#D"
14872 msgid "Java method %qD has non-Java return type %qT"
14876 msgid "Java method %qD has non-Java parameter type %qT"
14880 msgid "prototype for %q#D does not match any in class %qT"
14884 msgid "local class %q#T shall not have static data member %q#D"
14888 msgid "initializer invalid for static member with constructor"
14892 msgid "(an out of class initialization is required)"
14896 msgid "member %qD conflicts with virtual function table field name"
14900 msgid "%qD is already defined in %qT"
14904 msgid "field initializer is not constant"
14908 msgid "%<asm%> specifiers are not permitted on non-static data members"
14912 msgid "cannot declare %qD to be a bit-field type"
14916 msgid "cannot declare bit-field %qD with function type"
14920 msgid "%qD is already defined in the class %qT"
14924 msgid "static member %qD cannot be a bit-field"
14928 msgid "initializer specified for non-member function %qD"
14932 msgid "invalid initializer for virtual method %qD"
14936 msgid "anonymous struct not inside named type"
14940 msgid "namespace-scope anonymous aggregates must be static"
14944 msgid "anonymous union with no members"
14948 msgid "%<operator new%> must return type %qT"
14952 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
14956 msgid "%<operator delete%> must return type %qT"
14960 msgid "%<operator delete%> takes type %qT as first parameter"
14964 msgid "inline function %qD used but never defined"
14968 msgid "default argument missing for parameter %P of %q+#D"
14971 #. damn ICE suppression
14974 msgid "unexpected letter %qc in locate_error\n"
14977 #. Can't throw a reference.
14979 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
14983 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
14986 #. Thrown object must be a Throwable.
14988 msgid "type %qT is not derived from %<java::lang::Throwable%>"
14992 msgid "mixing C++ and Java catches in a single translation unit"
14996 msgid "throwing NULL, which has integral, not pointer type"
14999 #: cp/except.c:599 cp/init.c:1872
15000 msgid "%qD should never be overloaded"
15004 msgid " in thrown expression"
15009 "expression %qE of abstract class type %qT cannot be used in throw-expression"
15013 msgid "%Hexception of type %qT will be caught"
15017 msgid "%H by earlier handler for %qT"
15021 msgid "%H%<...%> handler must be the last handler for its try block"
15025 msgid "%qD is already a friend of class %qT"
15029 msgid "invalid type %qT declared %<friend%>"
15033 #. Friend declarations shall not declare partial
15034 #. specializations.
15035 #. template <class U> friend class T::X<U>;
15037 #. Friend declarations shall not declare partial
15038 #. specializations.
15039 #: cp/friend.c:244 cp/friend.c:274
15040 msgid "partial specialization %qT declared %<friend%>"
15044 msgid "class %qT is implicitly friends with itself"
15048 msgid "%qT is not a member of %qT"
15052 msgid "%qT is not a member class template of %qT"
15056 msgid "%qT is not a nested class of %qT"
15059 #. template <class T> friend class T;
15061 msgid "template parameter type %qT declared %<friend%>"
15064 #. template <class T> friend class A; where A is not a template
15066 msgid "%q#T is not a template"
15070 msgid "%qD is already a friend of %qT"
15074 msgid "%qT is already a friend of %qT"
15078 msgid "member %qD declared as friend before type %qT defined"
15082 msgid "friend declaration %q#D declares a non-template function"
15087 "(if this is not what you intended, make sure the function template has "
15088 "already been declared and add <> after the function name here) -Wno-non-"
15089 "template-friend disables this warning"
15092 #: cp/g++spec.c:238 java/jvspec.c:417
15094 msgid "argument to '%s' missing\n"
15098 msgid "%J%qD should be initialized in the member initialization list"
15102 msgid "%Jdefault-initialization of %q#D, which has reference type"
15106 msgid "%Juninitialized reference member %qD"
15110 msgid "%Juninitialized member %qD with %<const%> type %qT"
15114 msgid "%qD will be initialized after"
15118 msgid "base %qT will be initialized after"
15130 msgid "%J when initialized here"
15134 msgid "%Jmultiple initializations given for %qD"
15138 msgid "%Jmultiple initializations given for base %qT"
15142 msgid "%Jinitializations for multiple members of %qT"
15147 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
15150 #: cp/init.c:891 cp/init.c:910
15151 msgid "class %qT does not have any field named %qD"
15156 "%q#D is a static data member; it can only be initialized at its definition"
15160 msgid "%q#D is not a non-static data member of %qT"
15164 msgid "unnamed initializer for %qT, which has no base classes"
15168 msgid "unnamed initializer for %qT, which uses multiple inheritance"
15172 msgid "%qD is both a direct base and an indirect virtual base"
15176 msgid "type %qD is not a direct or virtual base of %qT"
15180 msgid "type %qD is not a direct base of %qT"
15184 msgid "bad array initializer"
15188 msgid "%qT is not an aggregate type"
15192 msgid "qualified type %qT does not match destructor name %<~%T%>"
15196 msgid "incomplete type %qT does not have member %qD"
15200 msgid "%qD is not a member of type %qT"
15204 msgid "invalid pointer to bit-field %qD"
15208 msgid "invalid use of non-static member function %qD"
15211 #: cp/init.c:1541 cp/semantics.c:1293
15212 msgid "invalid use of non-static data member %qD"
15216 msgid "new cannot be applied to a reference type"
15220 msgid "new cannot be applied to a function type"
15224 msgid "call to Java constructor, while %<jclass%> undefined"
15228 msgid "can't find class$"
15232 msgid "invalid type %<void%> for new"
15236 msgid "uninitialized const in %<new%> of %q#T"
15241 msgid "call to Java constructor with %qs undefined"
15245 msgid "request for member %qD is ambiguous"
15249 msgid "ISO C++ forbids initialization in array new"
15253 msgid "initializer ends prematurely"
15257 msgid "cannot initialize multi-dimensional array with initializer"
15261 msgid "possible problem detected in invocation of delete operator:"
15266 "neither the destructor nor the class-specific operator delete will be "
15267 "called, even if they are declared when the class is defined."
15271 msgid "unknown array size in delete"
15275 msgid "type to vector delete is neither pointer or array type"
15280 msgid "junk at end of #pragma %s"
15285 msgid "invalid #pragma %s"
15289 msgid "#pragma vtable no longer supported"
15294 msgid "#pragma implementation for %qs appears after file is included"
15298 msgid "junk at end of #pragma GCC java_exceptions"
15302 msgid "%qD not defined"
15306 msgid "%qD was not declared in this scope"
15309 #. In a template, it is invalid to write "f()" or "f(3)" if no
15310 #. declaration of "f" is available. Historically, G++ and most
15311 #. other compilers accepted that usage since they deferred all name
15312 #. lookup until instantiation time rather than doing unqualified
15313 #. name lookup at template definition time; explain to the user what
15316 #. Note that we have the exact wording of the following message in
15317 #. the manual (trouble.texi, node "Name lookup"), so they need to
15318 #. be kept in synch.
15321 "there are no arguments to %qD that depend on a template parameter, so a "
15322 "declaration of %qD must be available"
15327 "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
15328 "use of an undeclared name is deprecated)"
15331 #: cp/mangle.c:2114
15332 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15335 #: cp/mangle.c:2122
15336 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15339 #: cp/mangle.c:2172
15340 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
15343 #: cp/mangle.c:2482
15344 msgid "the mangled name of %qD will change in a future version of GCC"
15348 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15352 msgid "non-static const member %q#D, can't use default assignment operator"
15356 msgid "non-static reference member %q#D, can't use default assignment operator"
15359 #: cp/name-lookup.c:693
15360 msgid "redeclaration of %<wchar_t%> as %qT"
15363 #. A redeclaration of main, but not a duplicate of the
15366 #. [basic.start.main]
15368 #. This function shall not be overloaded.
15369 #: cp/name-lookup.c:725
15370 msgid "invalid redeclaration of %qD"
15373 #: cp/name-lookup.c:726
15377 #: cp/name-lookup.c:814
15378 msgid "type mismatch with previous external decl of %q#D"
15381 #: cp/name-lookup.c:815
15382 msgid "previous external decl of %q#D"
15385 #: cp/name-lookup.c:897
15386 msgid "extern declaration of %q#D doesn't match"
15389 #: cp/name-lookup.c:898
15390 msgid "global declaration %q#D"
15393 #: cp/name-lookup.c:934 cp/name-lookup.c:941
15394 msgid "declaration of %q#D shadows a parameter"
15397 #. Location of previous decl is not useful in this case.
15398 #: cp/name-lookup.c:966
15399 msgid "declaration of %qD shadows a member of 'this'"
15402 #: cp/name-lookup.c:972
15403 msgid "declaration of %qD shadows a previous local"
15406 #: cp/name-lookup.c:979
15407 msgid "declaration of %qD shadows a global declaration"
15410 #: cp/name-lookup.c:1095
15411 msgid "name lookup of %qD changed"
15414 #: cp/name-lookup.c:1096
15415 msgid " matches this %qD under ISO standard rules"
15418 #: cp/name-lookup.c:1098
15419 msgid " matches this %qD under old rules"
15422 #: cp/name-lookup.c:1116 cp/name-lookup.c:1124
15423 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15426 #: cp/name-lookup.c:1118
15427 msgid " cannot use obsolete binding at %qD because it has a destructor"
15430 #: cp/name-lookup.c:1126
15431 msgid " using obsolete binding at %qD"
15434 #: cp/name-lookup.c:1179
15436 msgid "%s %s(%E) %p %d\n"
15439 #: cp/name-lookup.c:1182
15441 msgid "%s %s %p %d\n"
15444 #: cp/name-lookup.c:1308
15445 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15448 #: cp/name-lookup.c:1859
15449 msgid "%q#D hides constructor for %q#T"
15452 #: cp/name-lookup.c:1874
15453 msgid "%q#D conflicts with previous using declaration %q#D"
15456 #: cp/name-lookup.c:1886
15457 msgid "previous non-function declaration %q#D"
15460 #: cp/name-lookup.c:1887
15461 msgid "conflicts with function declaration %q#D"
15464 #. It's a nested name with template parameter dependent scope.
15465 #. This can only be using-declaration for class member.
15466 #: cp/name-lookup.c:1965 cp/name-lookup.c:1990 cp/name-lookup.c:3163
15467 msgid "%qT is not a namespace"
15471 #. A using-declaration shall not name a template-id.
15472 #: cp/name-lookup.c:1975
15473 msgid "a using-declaration cannot specify a template-id. Try %<using %D%>"
15476 #: cp/name-lookup.c:1982
15477 msgid "namespace %qD not allowed in using-declaration"
15480 #: cp/name-lookup.c:2018
15481 msgid "%qD not declared"
15484 #. If the OLD_FN was really declared, the
15485 #. declarations don't match.
15486 #: cp/name-lookup.c:2030 cp/name-lookup.c:2072 cp/name-lookup.c:2109
15487 msgid "%qD is already declared in this scope"
15490 #: cp/name-lookup.c:2115
15491 msgid "using declaration %qD introduced ambiguous type %qT"
15494 #: cp/name-lookup.c:2594
15495 msgid "%qD has the same name as the class in which it is declared"
15498 #: cp/name-lookup.c:2689
15499 msgid "using-declaration for non-member at class scope"
15502 #: cp/name-lookup.c:2696
15503 msgid "using-declaration cannot name destructor"
15506 #: cp/name-lookup.c:2775
15507 msgid "declaration of %qD not in a namespace surrounding %qD"
15510 #: cp/name-lookup.c:2783
15511 msgid "explicit qualification in declaration of `%D'"
15514 #: cp/name-lookup.c:2819
15515 msgid "%qD should have been declared inside %qD"
15518 #: cp/name-lookup.c:2881
15519 msgid "namespace alias %qD not allowed here, assuming %qD"
15522 #. The parser did not find it, so it's not there.
15523 #: cp/name-lookup.c:2996
15524 msgid "unknown namespace %qD"
15527 #: cp/name-lookup.c:3157
15528 msgid "namespace %qT undeclared"
15531 #: cp/name-lookup.c:3201
15532 msgid "strong using only meaningful at namespace scope"
15535 #: cp/name-lookup.c:3208
15536 msgid "%qD attribute directive ignored"
15539 #: cp/name-lookup.c:3342
15540 msgid "use of %qD is ambiguous"
15543 #: cp/name-lookup.c:3343
15544 msgid " first declared as %q#D here"
15547 #: cp/name-lookup.c:3345
15548 msgid " also declared as %q#D here"
15551 #: cp/name-lookup.c:3360
15552 msgid "%qD denotes an ambiguous type"
15555 #: cp/name-lookup.c:3361
15556 msgid "%J first type here"
15559 #: cp/name-lookup.c:3362
15560 msgid "%J other type here"
15563 #. This happens for A::B where B is a template, and there are no
15564 #. template arguments.
15565 #: cp/name-lookup.c:3426 cp/typeck.c:1818
15566 msgid "invalid use of %qD"
15569 #: cp/name-lookup.c:3466
15570 msgid "%<%D::%D%> is not a template"
15573 #: cp/name-lookup.c:3482
15574 msgid "%qD undeclared in namespace %qD"
15577 #: cp/name-lookup.c:4108
15578 msgid "%qD is not a function,"
15581 #: cp/name-lookup.c:4109
15582 msgid " conflict with %qD"
15585 #: cp/name-lookup.c:4873
15586 msgid "XXX entering pop_everything ()\n"
15589 #: cp/name-lookup.c:4882
15590 msgid "XXX leaving pop_everything ()\n"
15593 #: cp/parser.c:1812
15594 msgid "%<%D::%D%> has not been declared"
15597 #: cp/parser.c:1815 cp/semantics.c:2318
15598 msgid "%<::%D%> has not been declared"
15601 #: cp/parser.c:1818
15602 msgid "request for member %qD in non-class type %qT"
15605 #: cp/parser.c:1821
15606 msgid "%<%T::%D%> has not been declared"
15609 #: cp/parser.c:1824
15610 msgid "%qD has not been declared"
15613 #: cp/parser.c:1827
15614 msgid "%<%D::%D%> %s"
15617 #: cp/parser.c:1829
15618 msgid "%<::%D%> %s"
15621 #: cp/parser.c:1831
15625 #: cp/parser.c:1884
15626 msgid "new types may not be defined in a return type"
15629 #: cp/parser.c:1901 cp/pt.c:4364
15630 msgid "%qT is not a template"
15633 #: cp/parser.c:1903
15635 msgid "%qE is not a template"
15638 #: cp/parser.c:1905
15639 msgid "invalid template-id"
15642 #: cp/parser.c:1933
15644 msgid "%s cannot appear in a constant-expression"
15647 #: cp/parser.c:1957
15649 msgid "invalid use of template-name %qE without an argument list"
15652 #. Issue an error message.
15653 #: cp/parser.c:1962
15655 msgid "%qE does not name a type"
15658 #: cp/parser.c:1993
15659 msgid "(perhaps %<typename %T::%E%> was intended)"
15662 #: cp/parser.c:2008
15664 msgid "%qE in namespace %qE does not name a type"
15667 #: cp/parser.c:2011
15668 msgid "%qE in class %qT does not name a type"
15671 #: cp/parser.c:2678
15672 msgid "ISO C++ forbids braced-groups within expressions"
15675 #: cp/parser.c:2687
15676 msgid "statement-expressions are allowed only inside functions"
15679 #: cp/parser.c:2738
15680 msgid "%<this%> may not be used in this context"
15683 #: cp/parser.c:2873
15684 msgid "local variable %qD may not appear in this context"
15687 #: cp/parser.c:3238
15688 msgid "typedef-name %qD used as destructor declarator"
15691 #: cp/parser.c:3886
15692 msgid "ISO C++ forbids compound-literals"
15695 #: cp/parser.c:4786
15696 msgid "array bound forbidden after parenthesized type-id"
15699 #: cp/parser.c:4787
15700 msgid "try removing the parentheses around the type-id"
15703 #: cp/parser.c:4893
15704 msgid "size in array new must have integral type"
15707 #: cp/parser.c:4896
15708 msgid "zero size array reserves no space"
15711 #: cp/parser.c:4995
15712 msgid "expression in new-declarator must have integral or enumeration type"
15715 #: cp/parser.c:5177
15716 msgid "use of old-style cast"
15719 #: cp/parser.c:5932
15721 msgid "case label %qE not within a switch statement"
15724 #: cp/parser.c:6476
15725 msgid "ISO C++ forbids computed gotos"
15728 #: cp/parser.c:6601
15729 msgid "extra %<;%>"
15732 #: cp/parser.c:6920
15733 msgid "mixing declarations and function-definitions is forbidden"
15736 #: cp/parser.c:7052
15737 msgid "duplicate %<friend%>"
15740 #: cp/parser.c:7221
15741 msgid "class definition may not be declared a friend"
15744 #: cp/parser.c:7534
15745 msgid "only constructors take base initializers"
15748 #: cp/parser.c:7585
15749 msgid "anachronistic old-style base class initializer"
15752 #: cp/parser.c:7626
15754 "keyword %<typename%> not allowed in this context (a qualified member "
15755 "initializer is implicitly a type)"
15758 #. Warn that we do not support `export'.
15759 #: cp/parser.c:7988
15760 msgid "keyword %<export%> not implemented, and will be ignored"
15763 #. Otherwise, emit an error about the invalid digraph, but continue
15764 #. parsing because we got our argument list.
15765 #: cp/parser.c:8358
15766 msgid "%<<::%> cannot begin a template-argument list"
15769 #: cp/parser.c:8359
15771 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15775 #: cp/parser.c:8366
15776 msgid "(if you use -fpermissive G++ will accept your code)"
15779 #. Explain what went wrong.
15780 #: cp/parser.c:8536
15781 msgid "non-template %qD used as template"
15784 #: cp/parser.c:8537
15785 msgid "use %<%T::template %D%> to indicate that it is a template"
15788 #: cp/parser.c:9554
15789 msgid "using %<typename%> outside of template"
15792 #: cp/parser.c:9677
15793 msgid "expected type-name"
15796 #: cp/parser.c:9748
15797 msgid "type attributes are honored only at type definition"
15800 #. [namespace.udecl]
15802 #. A using declaration shall not name a template-id.
15803 #: cp/parser.c:10130
15804 msgid "a template-id may not appear in a using-declaration"
15807 #: cp/parser.c:10461
15808 msgid "an asm-specification is not allowed on a function-definition"
15811 #: cp/parser.c:10463
15812 msgid "attributes are not allowed on a function-definition"
15815 #: cp/parser.c:10594
15816 msgid "attributes after parenthesized initializer ignored"
15819 #: cp/parser.c:10976
15820 msgid "array bound is not an integer constant"
15823 #: cp/parser.c:11045
15824 msgid "%<%T::%D%> is not a type"
15827 #: cp/parser.c:11090
15828 msgid "invalid use of constructor as a template"
15831 #: cp/parser.c:11091
15833 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15837 #: cp/parser.c:11279
15838 msgid "duplicate cv-qualifier"
15841 #: cp/parser.c:11795
15842 msgid "file ends in default argument"
15845 #: cp/parser.c:11855
15846 msgid "deprecated use of default argument for parameter of non-function"
15849 #: cp/parser.c:11858
15850 msgid "default arguments are only permitted for function parameters"
15853 #: cp/parser.c:12598
15854 msgid "declaration of %qD in %qD which does not enclose %qD"
15857 #: cp/parser.c:12611
15858 msgid "extra qualification ignored"
15861 #: cp/parser.c:12622
15862 msgid "an explicit specialization must be preceded by %<template <>%>"
15865 #: cp/parser.c:12914
15866 msgid "%Hextra %<;%>"
15869 #: cp/parser.c:12932
15870 msgid "a class-key must be used when declaring a friend"
15873 #: cp/parser.c:12946
15874 msgid "friend declaration does not name a class or function"
15877 #: cp/parser.c:13120
15878 msgid "pure-specifier on function-definition"
15881 #: cp/parser.c:13393
15882 msgid "keyword %<typename%> not allowed outside of templates"
15885 #: cp/parser.c:13395
15887 "keyword %<typename%> not allowed in this context (the base class is "
15888 "implicitly a type)"
15891 #: cp/parser.c:13669
15892 msgid "invalid catch parameter"
15895 #: cp/parser.c:14231
15896 msgid "reference to %qD is ambiguous"
15899 #: cp/parser.c:14400
15900 msgid "too few template-parameter-lists"
15903 #. Otherwise, there are too many template parameter lists. We have
15906 #. template <class T> template <class U> void S::f();
15907 #: cp/parser.c:14415
15908 msgid "too many template-parameter-lists"
15911 #. Skip the entire function.
15912 #: cp/parser.c:14639
15913 msgid "invalid function declaration"
15916 #. Issue an error message.
15917 #: cp/parser.c:14676
15918 msgid "named return values are no longer supported"
15921 #: cp/parser.c:14844
15923 msgid "template declaration of %qs"
15926 #: cp/parser.c:15048
15927 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
15930 #: cp/parser.c:15063
15931 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
15934 #: cp/parser.c:15068
15935 msgid "missing %<>%> to terminate the template argument list"
15938 #: cp/parser.c:15586
15939 msgid "%qs tag used in naming %q#T"
15942 #: cp/parser.c:15607
15943 msgid "%qD redeclared with different access"
15946 #: cp/parser.c:15624
15947 msgid "%<template%> (as a disambiguator) is only allowed within templates"
15950 #: cp/parser.c:15832
15951 msgid "inter-module optimizations not implemented for C++"
15955 msgid "data member %qD cannot be a member template"
15959 msgid "invalid member template declaration %qD"
15963 msgid "explicit specialization in non-namespace scope %qD"
15967 msgid "enclosing class templates are not explicitly specialized"
15971 msgid "specialization of %qD in different namespace"
15974 #: cp/pt.c:670 cp/pt.c:739
15975 msgid " from definition of %q#D"
15979 msgid "specialization of %qT after instantiation"
15983 msgid "specializing %q#T in different namespace"
15987 msgid "specialization %qT after instantiation %qT"
15991 msgid "explicit specialization of non-template %qT"
15995 msgid "specialization of %qD after instantiation"
16003 msgid "%qD is not a function template"
16007 msgid "template-id %qD for %q+D does not match any template declaration"
16011 msgid "ambiguous template specialization %qD for %q+D"
16014 #. This case handles bogus declarations like template <>
16015 #. template <class T> void f<int>();
16016 #: cp/pt.c:1765 cp/pt.c:1819
16017 msgid "template-id %qD in declaration of primary template"
16021 msgid "template parameter list used in explicit instantiation"
16025 msgid "definition provided for explicit instantiation"
16029 msgid "too many template parameter lists in declaration of %qD"
16033 msgid "too few template parameter lists in declaration of %qD"
16037 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
16041 msgid "function template partial specialization %qD is not allowed"
16045 msgid "default argument specified in explicit specialization"
16049 msgid "template specialization with C linkage"
16052 #. From [temp.expl.spec]:
16054 #. If such an explicit specialization for the member
16055 #. of a class template names an implicitly-declared
16056 #. special member function (clause _special_), the
16057 #. program is ill-formed.
16059 #. Similar language is found in [temp.explicit].
16061 msgid "specialization of implicitly-declared special member function"
16065 msgid "no member function %qD declared in %qT"
16068 #. There are two many template parameter lists.
16070 msgid "too many template parameter lists in declaration of %qT"
16074 msgid " shadows template parm %q#D"
16078 msgid "template parameters not used in partial specialization:"
16086 msgid "partial specialization %qT does not specialize any template arguments"
16091 msgid "template argument %qE involves template parameter(s)"
16095 msgid "type %qT of template argument %qE depends on template parameter(s)"
16099 msgid "no default argument for %qD"
16103 msgid "template with C linkage"
16107 msgid "template class without a name"
16112 #. A destructor shall not be a member template.
16114 msgid "destructor %qD declared as member template"
16117 #. [basic.stc.dynamic.allocation]
16119 #. An allocation function can be a function
16120 #. template. ... Template allocation functions shall
16121 #. have two or more parameters.
16123 msgid "invalid template declaration of %qD"
16127 msgid "%qD does not declare a template type"
16131 msgid "template definition of non-template %q#D"
16135 msgid "expected %d levels of template parms for %q#D, got %d"
16139 msgid "got %d template parameters for %q#D"
16143 msgid "got %d template parameters for %q#T"
16148 msgid " but %d required"
16152 msgid "%qT is not a template type"
16156 msgid "previous declaration %qD"
16161 msgid "used %d template parameter%s instead of %d"
16165 msgid "template parameter %q#D"
16169 msgid "redeclared here as %q#D"
16172 #. We have in [temp.param]:
16174 #. A template-parameter may not be given default arguments
16175 #. by two different declarations in the same scope.
16177 msgid "redefinition of default argument for %q#D"
16181 msgid "%J original definition appeared here"
16186 "%qE is not a valid template argument for type %qT because function %qD has "
16187 "not external linkage"
16192 "%qE is not a valid template argument for type %qT because string literals "
16193 "can never be used in this context"
16198 "%qE is not a valid template argument for type %qT because it is a non-"
16199 "constant expression"
16204 "%qE is not a valid template argument for type %qT because it is not a "
16210 "%qE is not a valid template argument for type %qT because of conflicts in cv-"
16216 "%qE is not a valid template argument for type %qT because it is not a lvalue"
16221 "%qE is not a valid template argument for type %qT because object %qD has not "
16227 "%qE is not a valid template argument for type %qT because it is a pointer"
16232 msgid "try using %qE instead"
16237 "%qE is not a valid template argument for type %qT because it is of type %qT"
16241 msgid "standard conversions are not allowed in this context"
16245 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16248 #: cp/pt.c:3841 cp/pt.c:3860 cp/pt.c:3900
16249 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16253 msgid " expected a constant of type %qT, got %qT"
16258 msgid " expected a class template, got %qE"
16263 msgid " expected a type, got %qE"
16267 msgid " expected a type, got %qT"
16271 msgid " expected a class template, got %qT"
16275 msgid " expected a template of type %qD, got %qD"
16279 msgid "could not convert template argument %qE to %qT"
16284 msgid "wrong number of template arguments (%d, should be %d)"
16288 msgid "provided for %qD"
16293 msgid "template argument %d is invalid"
16297 msgid "non-template used as template"
16301 msgid "non-template type %qT used as a template"
16305 msgid "for template declaration %qD"
16310 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16311 "to increase the maximum) instantiating %qD"
16315 msgid "ambiguous class template instantiation for %q#T"
16323 msgid "instantiation of %qD as type %qT"
16327 msgid "invalid parameter type %qT"
16331 msgid "in declaration %qD"
16335 msgid "function returning an array"
16339 msgid "function returning a function"
16343 msgid "creating pointer to member function of non-class type %qT"
16347 msgid "creating array with size zero"
16352 msgid "creating array with size zero (%qE)"
16356 msgid "forming reference to void"
16360 msgid "forming %s to reference type %qT"
16364 msgid "creating pointer to member of non-class type %qT"
16368 msgid "creating pointer to member reference type %qT"
16372 msgid "creating array of %qT"
16376 msgid "creating array of %qT, which is an abstract class type"
16380 msgid "%qT is not a class, struct, or union type"
16385 msgid "use of %qs in template"
16391 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16395 msgid "say %<typename %E%> if a type is meant"
16399 msgid "%qT is not a class or namespace"
16403 msgid "%qD is not a class or namespace"
16407 msgid "%qT uses anonymous type"
16411 msgid "%qT uses local type %qT"
16415 msgid "%qT is a variably modified type"
16420 msgid "integral expression %qE is not constant"
16424 msgid " trying to instantiate %qD"
16428 msgid "incomplete type unification"
16431 #: cp/pt.c:10704 cp/pt.c:10775
16432 msgid "explicit instantiation of non-template %q#D"
16435 #: cp/pt.c:10720 cp/pt.c:10770
16436 msgid "no matching template for %qD found"
16440 msgid "explicit instantiation of %q#D"
16444 msgid "duplicate explicit instantiation of %q#D"
16448 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16451 #: cp/pt.c:10789 cp/pt.c:10879
16452 msgid "storage class %qD applied to template instantiation"
16456 msgid "explicit instantiation of non-template type %qT"
16460 msgid "explicit instantiation of %q#T before definition of template"
16465 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
16469 msgid "duplicate explicit instantiation of %q#T"
16473 msgid "explicit instantiation of %qD but no definition available"
16478 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16479 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16484 msgid "%q#T is not a valid type for a template constant parameter"
16488 msgid "-frepo must be used with -c"
16493 msgid "mysterious repository information in %s"
16498 msgid "can't create repository information file %qs"
16502 msgid "cannot use typeid with -fno-rtti"
16506 msgid "must #include <typeinfo> before using typeid"
16511 "cannot create type information for type %qT because its size is variable"
16514 #: cp/rtti.c:574 cp/rtti.c:588
16515 msgid "dynamic_cast of %q#D to %q#T can never succeed"
16519 msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
16523 msgid "%qT is an ambiguous base of %qT"
16527 msgid "%qT is an inaccessible base of %qT"
16530 #: cp/search.c:1834
16531 msgid "deprecated covariant return type for %q#D"
16534 #: cp/search.c:1836 cp/search.c:1851 cp/search.c:1857
16535 msgid " overriding %q#D"
16538 #: cp/search.c:1850
16539 msgid "invalid covariant return type for %q#D"
16542 #: cp/search.c:1855
16543 msgid "conflicting return type specified for %q#D"
16546 #: cp/search.c:1866
16547 msgid "looser throw specifier for %q#F"
16550 #: cp/search.c:1867
16551 msgid " overriding %q#F"
16554 #. A static member function cannot match an inherited
16555 #. virtual member function.
16556 #: cp/search.c:1960
16557 msgid "%q#D cannot be declared"
16560 #: cp/search.c:1961
16561 msgid " since %q#D declared in base class"
16564 #: cp/semantics.c:1157
16566 msgid "type of asm operand %qE could not be determined"
16569 #: cp/semantics.c:1290
16570 msgid "invalid use of member %qD in static member function"
16573 #: cp/semantics.c:1294 cp/semantics.c:1333
16574 msgid "from this location"
16577 #: cp/semantics.c:1332
16578 msgid "object missing in reference to %qD"
16581 #: cp/semantics.c:1811
16582 msgid "arguments to destructor are not allowed"
16585 #: cp/semantics.c:1861
16586 msgid "%<this%> is unavailable for static member functions"
16589 #: cp/semantics.c:1867
16590 msgid "invalid use of %<this%> in non-member function"
16593 #: cp/semantics.c:1869
16594 msgid "invalid use of %<this%> at top level"
16597 #: cp/semantics.c:1893
16598 msgid "invalid qualifying scope in pseudo-destructor name"
16601 #: cp/semantics.c:1913
16602 msgid "%qE is not of type %qT"
16605 #: cp/semantics.c:2007
16606 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
16609 #: cp/semantics.c:2051
16611 "invalid use of type %qT as a default value for a template template-parameter"
16614 #: cp/semantics.c:2054
16615 msgid "invalid use of %qD as a default value for a template template-parameter"
16618 #: cp/semantics.c:2058
16619 msgid "invalid default argument for a template template parameter"
16622 #: cp/semantics.c:2075
16623 msgid "definition of %q#T inside template parameter list"
16626 #: cp/semantics.c:2086
16627 msgid "invalid definition of qualified type %qT"
16630 #: cp/semantics.c:2101
16631 msgid "previous definition of %q#T"
16634 #: cp/semantics.c:2277
16635 msgid "invalid base-class specification"
16638 #: cp/semantics.c:2286
16639 msgid "base class %qT has cv qualifiers"
16642 #: cp/semantics.c:2306
16643 msgid "incomplete type %qT used in nested name specifier"
16646 #: cp/semantics.c:2309
16647 msgid "reference to %<%T::%D%> is ambiguous"
16650 #: cp/semantics.c:2313 cp/typeck.c:1653
16651 msgid "%qD is not a member of %qT"
16654 #: cp/semantics.c:2316
16655 msgid "%qD is not a member of %qD"
16658 #: cp/semantics.c:2441
16660 "template parameter %qD of type %qT is not allowed in an integral constant "
16661 "expression because it is not of integral or enumeration type"
16664 #: cp/semantics.c:2585
16665 msgid "%qD cannot appear in a constant-expression"
16668 #: cp/semantics.c:2593
16669 msgid "use of namespace %qD as expression"
16672 #: cp/semantics.c:2598
16673 msgid "use of class template %qT as expression"
16676 #. Ambiguous reference to base members.
16677 #: cp/semantics.c:2604
16678 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
16681 #: cp/semantics.c:2665
16683 msgid "use of %s from containing function"
16686 #: cp/semantics.c:2668
16687 msgid " %q#D declared here"
16690 #: cp/semantics.c:2719
16692 msgid "type of %qE is unknown"
16696 msgid "%qV qualifiers cannot be applied to %qT"
16701 msgid "%qE attribute can only be applied to Java class definitions"
16706 msgid "%qE attribute can only be applied to class definitions"
16711 msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
16715 msgid "requested init_priority is not an integer constant"
16721 "can only use %qE attribute on file-scope definitions of objects of class type"
16725 msgid "requested init_priority is out of range"
16729 msgid "requested init_priority is reserved for internal use"
16734 msgid "%qE attribute is not supported on this platform"
16737 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:541
16738 msgid "%s between distinct pointer types %qT and %qT lacks a cast"
16743 "ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
16747 msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
16750 #: cp/typeck.c:1250
16752 msgid "invalid application of %qs to a member function"
16755 #: cp/typeck.c:1283
16757 msgid "invalid application of %qs to a bit-field"
16760 #: cp/typeck.c:1288
16762 msgid "ISO C++ forbids applying %qs to an expression of function type"
16765 #: cp/typeck.c:1325
16766 msgid "invalid use of non-static member function"
16769 #: cp/typeck.c:1510
16770 msgid "deprecated conversion from string constant to %qT'"
16773 #: cp/typeck.c:1624 cp/typeck.c:1923
16774 msgid "request for member %qD in %qE, which is of non-class type %qT"
16777 #: cp/typeck.c:1651
16779 msgid "invalid use of nonstatic data member %qE"
16782 #: cp/typeck.c:1703 cp/typeck.c:1731
16783 msgid "invalid access to non-static data member %qD of NULL object"
16786 #: cp/typeck.c:1706 cp/typeck.c:1733
16787 msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
16790 #: cp/typeck.c:1844
16791 msgid "qualified type %qT does not match destructor name ~%qT"
16794 #: cp/typeck.c:1850
16795 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
16798 #: cp/typeck.c:1969
16799 msgid "%<%D::%D%> is not a member of %qT"
16802 #: cp/typeck.c:1980
16803 msgid "%qT is not a base of %qT"
16806 #: cp/typeck.c:1999
16807 msgid "%qD has no member named %qE"
16810 #: cp/typeck.c:2014
16811 msgid "%qD is not a member template function"
16814 #. A pointer to incomplete type (other than cv void) can be
16815 #. dereferenced [expr.unary.op]/1
16816 #: cp/typeck.c:2121
16817 msgid "%qT is not a pointer-to-object type"
16820 #: cp/typeck.c:2146
16822 msgid "invalid use of %qs on pointer to member"
16825 #: cp/typeck.c:2152
16826 msgid "invalid type argument"
16829 #: cp/typeck.c:2175
16830 msgid "subscript missing in array reference"
16833 #: cp/typeck.c:2257
16834 msgid "ISO C++ forbids subscripting non-lvalue array"
16837 #: cp/typeck.c:2268
16838 msgid "subscripting array declared %<register%>"
16841 #: cp/typeck.c:2351
16843 msgid "object missing in use of %qE"
16846 #: cp/typeck.c:2452
16847 msgid "ISO C++ forbids calling %<::main%> from within program"
16850 #: cp/typeck.c:2477
16852 "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
16855 #: cp/typeck.c:2491
16857 msgid "%qE cannot be used as a function"
16860 #: cp/typeck.c:2570
16861 msgid "too many arguments to %s %q+#D"
16864 #: cp/typeck.c:2572 cp/typeck.c:2678
16865 msgid "at this point in file"
16868 #: cp/typeck.c:2575
16869 msgid "too many arguments to function"
16872 #: cp/typeck.c:2609
16873 msgid "parameter %P of %qD has incomplete type %qT"
16876 #: cp/typeck.c:2612
16877 msgid "parameter %P has incomplete type %qT"
16880 #: cp/typeck.c:2676
16881 msgid "too few arguments to %s %q+#D"
16884 #: cp/typeck.c:2681
16885 msgid "too few arguments to function"
16888 #: cp/typeck.c:2828 cp/typeck.c:2838
16889 msgid "assuming cast to type %qT from overloaded function"
16892 #: cp/typeck.c:2899
16893 msgid "division by zero in %<%E / 0%>"
16896 #: cp/typeck.c:2901
16897 msgid "division by zero in %<%E / 0.%>"
16900 #: cp/typeck.c:2935
16901 msgid "division by zero in %<%E %% 0%>"
16904 #: cp/typeck.c:2937
16905 msgid "division by zero in %<%E %% 0.%>"
16908 #: cp/typeck.c:3017
16910 msgid "%s rotate count is negative"
16913 #: cp/typeck.c:3020
16915 msgid "%s rotate count >= width of type"
16918 #: cp/typeck.c:3054 cp/typeck.c:3059 cp/typeck.c:3155 cp/typeck.c:3160
16919 msgid "ISO C++ forbids comparison between pointer and integer"
16922 #: cp/typeck.c:3174
16923 msgid "unordered comparison on non-floating point argument"
16926 #: cp/typeck.c:3196
16927 msgid "invalid operands of types %qT and %qT to binary %qO"
16930 #: cp/typeck.c:3360
16931 msgid "comparison between types %q#T and %q#T"
16934 #: cp/typeck.c:3396
16935 msgid "comparison between signed and unsigned integer expressions"
16938 #. Some sort of arithmetic operation involving NULL was
16939 #. performed. Note that pointer-difference and pointer-addition
16940 #. have already been handled above, and so we don't end up here in
16942 #: cp/typeck.c:3475
16943 msgid "NULL used in arithmetic"
16946 #: cp/typeck.c:3533
16947 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
16950 #: cp/typeck.c:3535
16951 msgid "ISO C++ forbids using pointer to a function in subtraction"
16954 #: cp/typeck.c:3537
16955 msgid "ISO C++ forbids using pointer to a method in subtraction"
16958 #: cp/typeck.c:3549
16959 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16962 #: cp/typeck.c:3625
16965 "invalid use of %qE to form a pointer-to-member-function. Use a qualified-id."
16968 #: cp/typeck.c:3632
16971 "parenthesis around %qE cannot be used to form a pointer-to-member-function"
16974 #: cp/typeck.c:3655
16975 msgid "taking address of temporary"
16978 #: cp/typeck.c:3890
16980 msgid "ISO C++ forbids %sing an enum"
16983 #: cp/typeck.c:3901
16984 msgid "cannot %s a pointer to incomplete type %qT"
16987 #: cp/typeck.c:3907
16988 msgid "ISO C++ forbids %sing a pointer of type %qT"
16991 #: cp/typeck.c:3932
16992 msgid "cast to non-reference type used as lvalue"
16995 #: cp/typeck.c:3967
16996 msgid "invalid use of %<--%> on bool variable %qD"
17000 #: cp/typeck.c:3996
17001 msgid "ISO C++ forbids taking address of function %<::main%>"
17004 #. An expression like &memfn.
17005 #: cp/typeck.c:4050
17007 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
17008 "static member function to form a pointer to member function. Say %<&%T::%D%>"
17011 #: cp/typeck.c:4055
17013 "ISO C++ forbids taking the address of a bound member function to form a "
17014 "pointer to member function. Say %<&%T::%D%>"
17017 #: cp/typeck.c:4083
17018 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17021 #: cp/typeck.c:4135
17022 msgid "attempt to take address of bit-field structure member %qD"
17025 #: cp/typeck.c:4248
17026 msgid "taking address of destructor"
17029 #: cp/typeck.c:4261
17030 msgid "taking address of bound pointer-to-member expression"
17033 #: cp/typeck.c:4269
17034 msgid "cannot create pointer to reference member %qD"
17037 #: cp/typeck.c:4332
17038 msgid "cannot take the address of %<this%>, which is an rvalue expression"
17041 #: cp/typeck.c:4355
17042 msgid "address of explicit register variable %qD requested"
17045 #: cp/typeck.c:4360
17046 msgid "address requested for %qD, which is declared %<register%>"
17049 #: cp/typeck.c:4426
17051 msgid "%s expression list treated as compound expression"
17054 #: cp/typeck.c:4502
17055 msgid "%s from type %qT to type %qT casts away constness"
17058 #: cp/typeck.c:4800
17059 msgid "invalid static_cast from type %qT to type %qT"
17062 #: cp/typeck.c:4822
17063 msgid "converting from %qT to %qT"
17066 #: cp/typeck.c:4867
17067 msgid "invalid cast of an rvalue expression of type %qT to type %qT"
17070 #: cp/typeck.c:4926
17071 msgid "cast from %qT to %qT loses precision"
17074 #: cp/typeck.c:4954
17075 msgid "cast from %qT to %qT increases required alignment of target type"
17078 #. Only issue a warning, as we have always supported this
17079 #. where possible, and it is necessary in some cases. DR 195
17080 #. addresses this issue, but as of 2004/10/26 is still in
17082 #: cp/typeck.c:4968
17084 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17087 #: cp/typeck.c:4979
17088 msgid "invalid cast from type %qT to type %qT"
17091 #: cp/typeck.c:5035
17093 "invalid use of const_cast with type %qT, which is not a pointer, reference, "
17094 "nor a pointer-to-data-member type"
17097 #: cp/typeck.c:5044
17099 "invalid use of const_cast with type %qT, which is a pointer or reference to "
17103 #: cp/typeck.c:5066
17104 msgid "invalid const_cast of an rvalue of type %qT to type %qT"
17107 #: cp/typeck.c:5109
17108 msgid "invalid const_cast from type %qT to type %qT"
17111 #: cp/typeck.c:5177 cp/typeck.c:5182
17112 msgid "ISO C++ forbids casting to an array type %qT"
17115 #: cp/typeck.c:5190
17116 msgid "invalid cast to function type %qT"
17119 #: cp/typeck.c:5411
17120 msgid " in evaluation of %<%Q(%#T, %#T)%>"
17123 #: cp/typeck.c:5480
17124 msgid "incompatible types in assignment of %qT to %qT"
17127 #: cp/typeck.c:5487
17128 msgid "ISO C++ forbids assignment of arrays"
17131 #: cp/typeck.c:5598
17132 msgid " in pointer to member function conversion"
17135 #: cp/typeck.c:5604
17136 msgid " in pointer to member conversion"
17139 #. This is a reinterpret cast, we choose to do nothing.
17140 #: cp/typeck.c:5615 cp/typeck.c:5631
17141 msgid "pointer to member cast via virtual base %qT"
17144 #: cp/typeck.c:5634
17145 msgid "pointer to member conversion via virtual base %qT"
17148 #: cp/typeck.c:5707
17149 msgid "invalid conversion to type %qT from type %qT"
17152 #: cp/typeck.c:5871
17153 msgid "passing NULL used for non-pointer %s %P of %qD"
17156 #: cp/typeck.c:5874
17157 msgid "%s to non-pointer type %qT from NULL"
17160 #: cp/typeck.c:5882
17161 msgid "passing %qT for %s %P of %qD"
17164 #: cp/typeck.c:5885
17165 msgid "%s to %qT from %qT"
17168 #: cp/typeck.c:5894
17169 msgid "passing negative value %qE for %s %P of %qD"
17172 #: cp/typeck.c:5897
17173 msgid "%s of negative value %qE to %qT"
17176 #: cp/typeck.c:5983
17177 msgid "cannot convert %qT to %qT for argument %qP to %qD"
17180 #: cp/typeck.c:5986
17181 msgid "cannot convert %qT to %qT in %s"
17184 #: cp/typeck.c:6062 cp/typeck.c:6064
17185 msgid "in passing argument %P of %q+D"
17188 #: cp/typeck.c:6114
17189 msgid "returning reference to temporary"
17192 #: cp/typeck.c:6121
17193 msgid "reference to non-lvalue returned"
17196 #: cp/typeck.c:6133
17197 msgid "reference to local variable %qD returned"
17200 #: cp/typeck.c:6136
17201 msgid "address of local variable %qD returned"
17204 #: cp/typeck.c:6166
17205 msgid "returning a value from a destructor"
17208 #. If a return statement appears in a handler of the
17209 #. function-try-block of a constructor, the program is ill-formed.
17210 #: cp/typeck.c:6174
17211 msgid "cannot return from a handler of a function-try-block of a constructor"
17214 #. You can't return a value from a constructor.
17215 #: cp/typeck.c:6177
17216 msgid "returning a value from a constructor"
17219 #: cp/typeck.c:6200
17220 msgid "return-statement with no value, in function returning %qT"
17223 #: cp/typeck.c:6217
17224 msgid "return-statement with a value, in function returning 'void'"
17227 #: cp/typeck.c:6248
17229 "%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
17230 "fcheck-new is in effect)"
17234 msgid "type %qT is not a base type for type %qT"
17237 #: cp/typeck2.c:292
17238 msgid "cannot declare variable %q+D to be of abstract type %qT"
17241 #: cp/typeck2.c:295
17242 msgid "cannot declare parameter %q+D to be of abstract type %qT"
17245 #: cp/typeck2.c:298
17246 msgid "cannot declare field %q+D to be of abstract type %qT"
17249 #: cp/typeck2.c:302
17250 msgid "invalid abstract return type for member function %q+#D"
17253 #: cp/typeck2.c:305
17254 msgid "invalid abstract return type for function %q+#D"
17257 #. Here we do not have location information, so use error instead
17259 #: cp/typeck2.c:310
17260 msgid "invalid abstract type %qT for %qE"
17263 #: cp/typeck2.c:312
17264 msgid "invalid abstract type for %q+D"
17267 #: cp/typeck2.c:315
17268 msgid "cannot allocate an object of abstract type %qT"
17271 #: cp/typeck2.c:323
17272 msgid "%J because the following virtual functions are pure within %qT:"
17275 #: cp/typeck2.c:327
17279 #: cp/typeck2.c:334
17280 msgid "%J since type %qT has pure virtual functions"
17283 #: cp/typeck2.c:581
17284 msgid "constructor syntax used, but no constructor declared for type %qT"
17287 #: cp/typeck2.c:595
17288 msgid "cannot initialize arrays using this syntax"
17291 #: cp/typeck2.c:687
17292 msgid "initializing array with parameter list"
17295 #: cp/typeck2.c:709
17296 msgid "int-array initialized from non-wide string"
17299 #: cp/typeck2.c:742
17300 msgid "initializer for scalar variable requires one element"
17303 #: cp/typeck2.c:749
17304 msgid "braces around scalar initializer for %qT"
17307 #: cp/typeck2.c:752
17308 msgid "ignoring extra initializers for %qT"
17311 #: cp/typeck2.c:764
17312 msgid "variable-sized object of type %qT may not be initialized"
17315 #: cp/typeck2.c:775
17316 msgid "subobject of type %qT must be initialized by constructor, not by %qE"
17319 #: cp/typeck2.c:841
17320 msgid "aggregate has a partly bracketed initializer"
17323 #: cp/typeck2.c:879 cp/typeck2.c:968
17324 msgid "non-trivial labeled initializers"
17327 #: cp/typeck2.c:893
17328 msgid "non-empty initializer for array of empty elements"
17331 #: cp/typeck2.c:1007 cp/typeck2.c:1022
17332 msgid "missing initializer for member %qD"
17335 #: cp/typeck2.c:1012
17336 msgid "uninitialized const member %qD"
17339 #: cp/typeck2.c:1014
17340 msgid "member %qD with uninitialized const fields"
17343 #: cp/typeck2.c:1016
17344 msgid "member %qD is uninitialized reference"
17347 #: cp/typeck2.c:1063
17348 msgid "index value instead of field name in union initializer"
17351 #: cp/typeck2.c:1075
17352 msgid "no field %qD in union being initialized"
17355 #: cp/typeck2.c:1083
17356 msgid "union %qT with no named members cannot be initialized"
17359 #: cp/typeck2.c:1118
17360 msgid "excess elements in aggregate initializer"
17363 #: cp/typeck2.c:1232
17364 msgid "circular pointer delegation detected"
17367 #: cp/typeck2.c:1245
17368 msgid "base operand of %<->%> has non-pointer type %qT"
17371 #: cp/typeck2.c:1269
17372 msgid "result of %<operator->()%> yields non-pointer result"
17375 #: cp/typeck2.c:1271
17376 msgid "base operand of %<->%> is not a pointer"
17379 #: cp/typeck2.c:1295
17380 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
17383 #: cp/typeck2.c:1304
17385 "cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
17388 #: cp/typeck2.c:1326
17389 msgid "pointer to member type %qT incompatible with object type %qT"
17392 #: cp/typeck2.c:1549
17393 msgid "call to function %qD which throws incomplete type %q#T"
17396 #: cp/typeck2.c:1552
17397 msgid "call to function which throws incomplete type %q#T"
17400 #. XXX Not i18n clean.
17401 #: cp/cp-tree.h:3843
17403 msgid "%s is deprecated, please see the documentation for details"
17406 #: fortran/f95-lang.c:243
17407 msgid "Unexpected type in truthvalue_conversion"
17410 #: fortran/f95-lang.c:296
17412 msgid "can't open input file: %s"
17415 #: fortran/f95-lang.c:623
17417 msgid "global register variable %qs used in nested function"
17420 #: fortran/f95-lang.c:627
17422 msgid "register variable %qs used in nested function"
17425 #: fortran/f95-lang.c:634
17427 msgid "address of global register variable %qs requested"
17430 #: fortran/f95-lang.c:652
17432 msgid "address of register variable %qs requested"
17435 #: fortran/gfortranspec.c:231
17437 msgid "overflowed output arg list for '%s'"
17440 #: fortran/gfortranspec.c:375
17442 msgid "argument to '%s' missing"
17445 #: fortran/gfortranspec.c:379
17446 msgid "no input files; unwilling to write output files"
17449 #: fortran/trans-array.c:2888
17450 msgid "Possible frontend bug: array constructor not expanded"
17453 #: fortran/trans-array.c:3991
17455 "Possible frontend bug: Deferred array size without pointer or allocatable "
17459 #: fortran/trans-array.c:4151
17460 msgid "scalar vector subscript???"
17463 #: fortran/trans-array.c:4425
17465 msgid "bad expression type during walk (%d)"
17468 #: fortran/trans-const.c:329
17470 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17473 #: fortran/trans-decl.c:760
17474 msgid "intrinsic variable which isn't a procedure"
17477 #: fortran/trans-decl.c:1899
17478 msgid "Function does not return a value"
17481 #. I don't think this should ever happen.
17482 #: fortran/trans-decl.c:1998
17484 msgid "module symbol %s in wrong namespace"
17487 #: fortran/trans-decl.c:2012
17489 msgid "backend decl for module variable %s already exists"
17492 #: fortran/trans-decl.c:2094
17494 msgid "unused parameter %qs"
17497 #: fortran/trans-decl.c:2099
17499 msgid "unused variable %qs"
17502 #: fortran/trans-decl.c:2243
17503 msgid "Function return value not set"
17506 #: fortran/trans-expr.c:950
17507 msgid "Unknown intrinsic op"
17510 #: fortran/trans-intrinsic.c:585
17512 msgid "Intrinsic function %s(%d) not recognized"
17515 #: fortran/trans-io.c:934
17517 msgid "Bad namelist IO basetype (%d)"
17520 #: fortran/trans-io.c:1011
17521 msgid "A format cannot be specified with a namelist"
17524 #: fortran/trans-io.c:1309
17526 msgid "Bad IO basetype (%d)"
17529 #: fortran/trans-types.c:189
17530 msgid "integer kind=8 not available for -i8 option"
17533 #: fortran/trans-types.c:201
17534 msgid "real kind=8 not available for -r8 option"
17537 #: fortran/trans-types.c:916
17538 msgid "Array element size too big"
17541 #: fortran/trans.c:623
17542 msgid "gfc_trans_code(): Bad statement code"
17545 #. I changed this from sorry(...) because it should not return.
17546 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17547 #: fortran/trans.h:564
17548 msgid "gfc_todo: Not Implemented: "
17551 #: java/check-init.c:245
17553 msgid "Can't reassign a value to the final variable %qs"
17556 #: java/check-init.c:513 java/parse.h:377
17558 msgid "Variable %qs may not have been initialized"
17561 #: java/check-init.c:529
17563 msgid "variable %qs may not have been initialized"
17566 #: java/check-init.c:941
17568 msgid "internal error in check-init: tree code not implemented: %s"
17571 #: java/check-init.c:1013
17572 msgid "%Jfinal field %qD may not have been initialized"
17575 #: java/class.c:745
17576 msgid "bad method signature"
17579 #: java/class.c:789
17580 msgid "misplaced ConstantValue attribute (not in any field)"
17583 #: java/class.c:791
17585 msgid "duplicate ConstantValue attribute for field '%s'"
17588 #: java/class.c:802
17590 msgid "ConstantValue attribute of field '%s' has wrong type"
17593 #: java/class.c:1097
17595 msgid "field '%s' not found in class"
17598 #: java/class.c:1417
17599 msgid "%Jabstract method in non-abstract class"
17602 #: java/class.c:2362
17603 msgid "%Jnon-static method '%D' overrides static method"
17606 #: java/decl.c:1203
17607 msgid "%J'%D' used prior to declaration"
17610 #: java/decl.c:1244
17612 msgid "declaration of %qs shadows a parameter"
17615 #: java/decl.c:1247
17617 msgid "declaration of %qs shadows a symbol from the parameter list"
17620 #: java/decl.c:1575
17621 msgid "%Jlabel '%D' used but not defined"
17624 #: java/decl.c:1580
17625 msgid "%Jlabel '%D' defined but not used"
17628 #: java/decl.c:1702
17629 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17632 #: java/decl.c:1766
17633 msgid "bad type in parameter debug info"
17636 #: java/decl.c:1775
17637 msgid "%Jbad PC range for debug info for local '%D'"
17642 msgid "need to insert runtime check for %s"
17645 #: java/expr.c:500 java/expr.c:547
17647 msgid "assert: %s is assign compatible with %s"
17651 msgid "stack underflow - dup* operation"
17654 #: java/expr.c:1699
17656 msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
17659 #: java/expr.c:1727
17661 msgid "field %qs not found"
17664 #: java/expr.c:2112
17666 msgid "method '%s' not found in class"
17669 #: java/expr.c:2317
17671 msgid "failed to find class '%s'"
17674 #: java/expr.c:2346
17676 msgid "class '%s' has no method named '%s' matching signature '%s'"
17679 #: java/expr.c:2377
17680 msgid "invokestatic on non static method"
17683 #: java/expr.c:2382
17684 msgid "invokestatic on abstract method"
17687 #: java/expr.c:2390
17688 msgid "invoke[non-static] on static method"
17691 #: java/expr.c:2708
17693 msgid "missing field '%s' in '%s'"
17696 #: java/expr.c:2715
17698 msgid "mismatching signature for field '%s' in '%s'"
17701 #: java/expr.c:2737
17702 msgid "%Jassignment to final field '%D' not in field's class"
17705 #: java/expr.c:2742
17706 msgid "%Jassignment to final static field %qD not in class initializer"
17709 #: java/expr.c:2751
17710 msgid "%Jassignment to final field '%D' not in constructor"
17713 #: java/expr.c:2941
17714 msgid "invalid PC in line number table"
17717 #: java/expr.c:2995
17719 msgid "unreachable bytecode from %d to before %d"
17722 #: java/expr.c:3037
17724 msgid "unreachable bytecode from %d to the end of the method"
17727 #. duplicate code from LOAD macro
17728 #: java/expr.c:3337
17729 msgid "unrecogized wide sub-instruction"
17732 #: java/gjavah.c:695
17733 msgid "static field has same name as method"
17736 #. FIXME: i18n bug here. Order of prints should not be
17738 #: java/gjavah.c:891
17740 msgid "ignored method '"
17743 #: java/gjavah.c:893
17745 msgid "' marked virtual\n"
17748 #: java/gjavah.c:1241
17750 msgid "couldn't find class %s"
17753 #: java/gjavah.c:1248
17755 msgid "parse error while reading %s"
17758 #: java/gjavah.c:1474 java/gjavah.c:1576 java/gjavah.c:1651
17760 msgid "unparseable signature: '%s'"
17763 #: java/gjavah.c:2041
17764 msgid "Not a valid Java .class file."
17767 #: java/gjavah.c:2049 java/jcf-parse.c:739
17768 msgid "error while parsing constant pool"
17771 #: java/gjavah.c:2055
17773 msgid "error in constant pool entry #%d"
17776 #: java/gjavah.c:2198
17777 msgid "class is of array type\n"
17780 #: java/gjavah.c:2206
17781 msgid "base class is of array type"
17784 #: java/gjavah.c:2322
17786 msgid "Try 'gcjh --help' for more information.\n"
17789 #: java/gjavah.c:2329
17792 "Usage: gcjh [OPTION]... CLASS...\n"
17796 #: java/gjavah.c:2330
17799 "Generate C++ header files from .class files\n"
17803 #: java/gjavah.c:2331
17805 msgid " -stubs Generate an implementation stub file\n"
17808 #: java/gjavah.c:2332
17810 msgid " -jni Generate a JNI header or stub\n"
17813 #: java/gjavah.c:2334
17815 msgid " -add TEXT Insert TEXT into class body\n"
17818 #: java/gjavah.c:2335
17820 msgid " -append TEXT Insert TEXT after class declaration\n"
17823 #: java/gjavah.c:2336
17825 msgid " -friend TEXT Insert TEXT as 'friend' declaration\n"
17828 #: java/gjavah.c:2337
17830 msgid " -prepend TEXT Insert TEXT before start of class\n"
17833 #: java/gjavah.c:2339 java/jcf-dump.c:897
17835 msgid " --classpath PATH Set path to find .class files\n"
17838 #: java/gjavah.c:2340 java/jcf-dump.c:898
17840 msgid " -IDIR Append directory to class path\n"
17843 #: java/gjavah.c:2341 java/jcf-dump.c:899
17845 msgid " --bootclasspath PATH Override built-in class path\n"
17848 #: java/gjavah.c:2342 java/jcf-dump.c:900
17850 msgid " --extdirs PATH Set extensions directory path\n"
17853 #: java/gjavah.c:2343
17855 msgid " -d DIRECTORY Set output directory name\n"
17858 #: java/gjavah.c:2344 java/jcf-dump.c:901 java/jv-scan.c:114
17860 msgid " -o FILE Set output file name\n"
17863 #: java/gjavah.c:2345
17865 msgid " -td DIRECTORY Set temporary directory name\n"
17868 #: java/gjavah.c:2347 java/jcf-dump.c:903 java/jv-scan.c:116
17870 msgid " --help Print this help, then exit\n"
17873 #: java/gjavah.c:2348 java/jcf-dump.c:904 java/jv-scan.c:117
17875 msgid " --version Print version number, then exit\n"
17878 #: java/gjavah.c:2349 java/jcf-dump.c:905
17880 msgid " -v, --verbose Print extra information while running\n"
17883 #: java/gjavah.c:2351
17886 " -M Print all dependencies to stdout;\n"
17887 " suppress ordinary output\n"
17890 #: java/gjavah.c:2353
17893 " -MM Print non-system dependencies to stdout;\n"
17894 " suppress ordinary output\n"
17897 #: java/gjavah.c:2355
17899 msgid " -MD Print all dependencies to stdout\n"
17902 #: java/gjavah.c:2356
17904 msgid " -MMD Print non-system dependencies to stdout\n"
17907 #: java/gjavah.c:2359 java/jcf-dump.c:907 java/jv-scan.c:119
17910 "For bug reporting instructions, please see:\n"
17914 #: java/gjavah.c:2387 java/gjavah.c:2501
17915 msgid "no classes specified"
17918 #: java/gjavah.c:2480
17919 msgid "'-MG' option is unimplemented"
17922 #: java/gjavah.c:2509
17923 msgid "can't specify both -o and -MD"
17926 #: java/gjavah.c:2520
17928 msgid "Processing %s\n"
17931 #: java/gjavah.c:2526
17933 msgid "%s: no such class"
17936 #: java/gjavah.c:2530
17938 msgid "Found in %s\n"
17941 #: java/jcf-dump.c:814
17943 msgid "Not a valid Java .class file.\n"
17946 #: java/jcf-dump.c:820
17948 msgid "error while parsing constant pool\n"
17951 #: java/jcf-dump.c:826 java/jcf-parse.c:742
17953 msgid "error in constant pool entry #%d\n"
17956 #: java/jcf-dump.c:836
17958 msgid "error while parsing fields\n"
17961 #: java/jcf-dump.c:842
17963 msgid "error while parsing methods\n"
17966 #: java/jcf-dump.c:848
17968 msgid "error while parsing final attributes\n"
17971 #: java/jcf-dump.c:885
17973 msgid "Try 'jcf-dump --help' for more information.\n"
17976 #: java/jcf-dump.c:892
17979 "Usage: jcf-dump [OPTION]... CLASS...\n"
17983 #: java/jcf-dump.c:893
17986 "Display contents of a class file in readable form.\n"
17990 #: java/jcf-dump.c:894
17992 msgid " -c Disassemble method bodies\n"
17995 #: java/jcf-dump.c:895
17997 msgid " --javap Generate output in 'javap' format\n"
18000 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
18002 msgid "jcf-dump: no classes specified\n"
18005 #: java/jcf-dump.c:1020
18007 msgid "Cannot open '%s' for output.\n"
18010 #: java/jcf-dump.c:1066
18012 msgid "bad format of .zip/.jar archive\n"
18015 #: java/jcf-dump.c:1184
18017 msgid "Bad byte codes.\n"
18020 #: java/jcf-io.c:536
18023 "source file for class %qs is newer than its matching class file. Source "
18024 "file %qs used instead"
18027 #: java/jcf-parse.c:362
18028 msgid "bad string constant"
18031 #: java/jcf-parse.c:380
18033 msgid "bad value constant type %d, index %d"
18036 #: java/jcf-parse.c:559
18038 msgid "can't reopen %s: %m"
18041 #: java/jcf-parse.c:566
18043 msgid "can't close %s: %m"
18046 #: java/jcf-parse.c:707 java/jcf-parse.c:713
18048 msgid "cannot find file for class %s"
18051 #: java/jcf-parse.c:736
18052 msgid "not a valid Java .class file"
18055 #. FIXME - where was first time
18056 #: java/jcf-parse.c:754
18058 msgid "reading class %s for the second time from %s"
18061 #: java/jcf-parse.c:772
18062 msgid "error while parsing fields"
18065 #: java/jcf-parse.c:775
18066 msgid "error while parsing methods"
18069 #: java/jcf-parse.c:778
18070 msgid "error while parsing final attributes"
18073 #: java/jcf-parse.c:795
18075 "the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
18076 "length %<gnu.gcj.gcj-compiled%> attribute. This generally means that your "
18077 "classpath is incorrectly set. Use %<info gcj \"Input Options\"%> to see the "
18078 "info page describing how to set the classpath"
18081 #: java/jcf-parse.c:869
18082 msgid "missing Code attribute"
18085 #: java/jcf-parse.c:1129
18086 msgid "%Hsource file seen twice on command line and will be compiled only once"
18089 #: java/jcf-parse.c:1144
18090 msgid "no input file specified"
18093 #: java/jcf-parse.c:1176
18095 msgid "can't close input file %s: %m"
18098 #: java/jcf-parse.c:1217
18100 msgid "bad zip/jar file %s"
18103 #: java/jcf-parse.c:1433
18105 msgid "error while reading %s from zip file"
18108 #: java/jcf-write.c:2656
18111 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18114 #: java/jcf-write.c:3028
18115 msgid "field initializer type mismatch"
18118 #: java/jcf-write.c:3485
18120 msgid "can't create directory %s: %m"
18123 #: java/jcf-write.c:3518
18125 msgid "can't open %s for writing: %m"
18128 #: java/jcf-write.c:3538
18130 msgid "can't create %s: %m"
18133 #: java/jv-scan.c:99
18135 msgid "Try 'jv-scan --help' for more information.\n"
18138 #: java/jv-scan.c:106
18141 "Usage: jv-scan [OPTION]... FILE...\n"
18145 #: java/jv-scan.c:107
18148 "Print useful information read from Java source files.\n"
18152 #: java/jv-scan.c:108
18154 msgid " --no-assert Don't recognize the assert keyword\n"
18157 #: java/jv-scan.c:109
18159 msgid " --complexity Print cyclomatic complexity of input file\n"
18162 #: java/jv-scan.c:110
18164 msgid " --encoding NAME Specify encoding of input file\n"
18167 #: java/jv-scan.c:111
18169 msgid " --print-main Print name of class containing 'main'\n"
18172 #: java/jv-scan.c:112
18174 msgid " --list-class List all classes defined in file\n"
18177 #: java/jv-scan.c:113
18180 " --list-filename Print input filename when listing class names\n"
18183 #: java/jv-scan.c:213
18184 msgid "only one of '--print-main', '--list-class', and '--complexity' allowed"
18187 #: java/jv-scan.c:216
18189 msgid "can't open output file '%s'"
18192 #: java/jv-scan.c:251
18194 msgid "file not found '%s'"
18197 #: java/jv-scan.c:273
18199 msgid "%s: error: "
18202 #: java/jv-scan.c:285
18204 msgid "%s: warning: "
18207 #: java/jvgenmain.c:48
18209 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18212 #: java/jvgenmain.c:98
18214 msgid "%s: Cannot open output file: %s\n"
18217 #: java/jvgenmain.c:135
18219 msgid "%s: Failed to close output file %s\n"
18222 #: java/jvspec.c:420
18223 msgid "can't specify '-D' without '--main'\n"
18226 #: java/jvspec.c:423
18228 msgid "'%s' is not a valid class name"
18231 #: java/jvspec.c:429
18232 msgid "--resource requires -o"
18235 #: java/jvspec.c:436
18236 msgid "warning: already-compiled .class files ignored with -C"
18239 #: java/jvspec.c:443
18240 msgid "cannot specify both -C and -o"
18243 #: java/jvspec.c:455
18244 msgid "cannot create temporary file"
18247 #: java/jvspec.c:483
18248 msgid "using both @FILE with multiple files not implemented"
18251 #: java/jvspec.c:534
18252 msgid "cannot specify 'main' class when not linking"
18256 msgid "can't do dependency tracking with input from stdin"
18260 msgid "couldn't determine target name for dependency tracking"
18265 "unknown encoding: %qs\n"
18266 "This might mean that your locale's encoding is not supported\n"
18267 "by your system's iconv(3) implementation. If you aren't trying\n"
18268 "to use a particular encoding for your input file, try the\n"
18269 "%<--encoding=UTF-8%> option"
18273 msgid "internal error - bad unget"
18276 #: java/mangle.c:89
18278 msgid "can't mangle %s"
18281 #: java/mangle_name.c:140 java/mangle_name.c:210
18282 msgid "internal error - invalid Utf8 name"
18285 #: java/parse-scan.y:881 java/parse.y:975
18286 #: java/parse.y:1316 java/parse.y:1377
18287 #: java/parse.y:1588 java/parse.y:1811
18288 #: java/parse.y:1820 java/parse.y:1831
18289 #: java/parse.y:1842 java/parse.y:1854
18290 #: java/parse.y:1869 java/parse.y:1886
18291 #: java/parse.y:1888 java/parse.y:1969
18292 #: java/parse.y:2146 java/parse.y:2215
18293 #: java/parse.y:2379 java/parse.y:2392
18294 #: java/parse.y:2399 java/parse.y:2406
18295 #: java/parse.y:2417 java/parse.y:2419
18296 #: java/parse.y:2457 java/parse.y:2459
18297 #: java/parse.y:2461 java/parse.y:2482
18298 #: java/parse.y:2484 java/parse.y:2486
18299 #: java/parse.y:2502 java/parse.y:2504
18300 #: java/parse.y:2525 java/parse.y:2527
18301 #: java/parse.y:2529 java/parse.y:2557
18302 #: java/parse.y:2559 java/parse.y:2561
18303 #: java/parse.y:2563 java/parse.y:2581
18304 #: java/parse.y:2583 java/parse.y:2594
18305 #: java/parse.y:2605 java/parse.y:2616
18306 #: java/parse.y:2627 java/parse.y:2638
18307 #: java/parse.y:2651 java/parse.y:2655
18308 #: java/parse.y:2657 java/parse.y:2670
18309 msgid "Missing term"
18312 #: java/parse-scan.y:883 java/parse.y:749
18313 #: java/parse.y:787 java/parse.y:812
18314 #: java/parse.y:996 java/parse.y:1351
18315 #: java/parse.y:1564 java/parse.y:1566
18316 #: java/parse.y:1796 java/parse.y:1822
18317 #: java/parse.y:1833 java/parse.y:1844
18318 #: java/parse.y:1856 java/parse.y:1871
18319 msgid "';' expected"
18322 #: java/parse.y:747 java/parse.y:785
18323 msgid "Missing name"
18326 #: java/parse.y:775
18328 msgid "Ambiguous class: %qs and %qs"
18331 #: java/parse.y:810
18332 msgid "'*' expected"
18335 #: java/parse.y:824
18336 msgid "Class or interface declaration expected"
18339 #: java/parse.y:841
18341 msgid "Modifier %qs declared twice"
18344 #: java/parse.y:861 java/parse.y:863
18345 msgid "Missing class name"
18348 #: java/parse.y:866 java/parse.y:870
18349 #: java/parse.y:878 java/parse.y:1036
18350 #: java/parse.y:1297 java/parse.y:1299
18351 #: java/parse.y:1631 java/parse.y:1882
18352 #: java/parse.y:1914 java/parse.y:1976
18353 msgid "'{' expected"
18356 #: java/parse.y:880
18357 msgid "Missing super class name"
18360 #: java/parse.y:890 java/parse.y:906
18361 msgid "Missing interface name"
18364 #: java/parse.y:990
18365 msgid "Missing variable initializer"
18368 #: java/parse.y:1007
18369 msgid "Invalid declaration"
18372 #: java/parse.y:1010 java/parse.y:1095
18373 #: java/parse.y:2161 java/parse.y:2190
18374 #: java/parse.y:2212 java/parse.y:2216
18375 #: java/parse.y:2251 java/parse.y:2330
18376 #: java/parse.y:2340 java/parse.y:2350
18377 msgid "']' expected"
18380 #: java/parse.y:1014
18381 msgid "Unbalanced ']'"
18384 #: java/parse.y:1050
18385 msgid "Invalid method declaration, method name required"
18388 #: java/parse.y:1055 java/parse.y:1060
18389 #: java/parse.y:1065 java/parse.y:2064
18390 msgid "Identifier expected"
18393 #: java/parse.y:1070 java/parse.y:4742
18394 msgid "Invalid method declaration, return type required"
18397 #: java/parse.y:1090
18398 msgid "Discouraged form of returned type specification"
18401 #: java/parse.y:1093 java/parse.y:1544
18402 #: java/parse.y:1551 java/parse.y:1560
18403 #: java/parse.y:1562 java/parse.y:1590
18404 #: java/parse.y:1699 java/parse.y:2006
18405 #: java/parse.y:2059
18406 msgid "')' expected"
18409 #: java/parse.y:1109
18410 msgid "Missing formal parameter term"
18413 #: java/parse.y:1124 java/parse.y:1129
18414 msgid "Missing identifier"
18417 #: java/parse.y:1149 java/parse.y:1158
18418 msgid "Missing class type term"
18421 #: java/parse.y:1185
18424 "Can't define static initializer in class %qs. Static initializer can only be "
18425 "defined in top-level classes"
18428 #: java/parse.y:1314
18429 msgid "Invalid interface type"
18432 #: java/parse.y:1483
18433 msgid "An empty declaration is a deprecated feature that should not be used"
18436 #: java/parse.y:1504 java/parse.y:1678
18437 #: java/parse.y:1680
18438 msgid "':' expected"
18441 #: java/parse.y:1530 java/parse.y:1535
18442 #: java/parse.y:1540
18443 msgid "Invalid expression statement"
18446 #: java/parse.y:1558 java/parse.y:1586
18447 #: java/parse.y:1627 java/parse.y:1695
18448 #: java/parse.y:1763 java/parse.y:1884
18449 #: java/parse.y:1962 java/parse.y:2053
18450 #: java/parse.y:2055 java/parse.y:2068
18451 #: java/parse.y:2311 java/parse.y:2313
18452 msgid "'(' expected"
18455 #: java/parse.y:1629
18456 msgid "Missing term or ')'"
18459 #: java/parse.y:1676
18460 msgid "Missing or invalid constant expression"
18463 #: java/parse.y:1697
18464 msgid "Missing term and ')' expected"
18467 #: java/parse.y:1736
18468 msgid "Invalid control expression"
18471 #: java/parse.y:1738 java/parse.y:1740
18472 msgid "Invalid update expression"
18475 #: java/parse.y:1765
18476 msgid "Invalid init statement"
18479 #: java/parse.y:1965
18480 msgid "Missing term or ')' expected"
18483 #: java/parse.y:2008
18484 msgid "'class' or 'this' expected"
18487 #: java/parse.y:2010 java/parse.y:2012
18488 msgid "'class' expected"
18491 #: java/parse.y:2057
18492 msgid "')' or term expected"
18495 #: java/parse.y:2159 java/parse.y:2188
18496 msgid "'[' expected"
18499 #: java/parse.y:2266
18500 msgid "Field expected"
18503 #: java/parse.y:2325 java/parse.y:2335
18504 #: java/parse.y:2345
18505 msgid "Missing term and ']' expected"
18508 #: java/parse.y:2450
18509 msgid "']' expected, invalid type expression"
18512 #: java/parse.y:2453
18513 msgid "Invalid type expression"
18516 #: java/parse.y:2565
18517 msgid "Invalid reference type"
18520 #: java/parse.y:3032
18521 msgid "Constructor invocation must be first thing in a constructor"
18524 #: java/parse.y:3034
18525 msgid "Only constructors can invoke constructors"
18528 #: java/parse.y:3042
18530 msgid ": %qs JDK1.1(TM) feature"
18533 #: java/parse.y:3122 java/parse.y:3124
18540 #: java/parse.y:3283
18541 msgid "Missing return statement"
18544 #: java/parse.y:3305 java/parse.y:11937
18545 #: java/parse.y:11941
18546 msgid "Unreachable statement"
18549 #: java/parse.y:3315
18550 msgid "Can't access %s field %<%s.%s%> from %qs"
18553 #: java/parse.y:3384
18555 msgid "%s %qs already defined in %s:%d"
18558 #: java/parse.y:3402
18560 "Variable %qs is already defined in this method and was declared %<%s %s%> at "
18564 #: java/parse.y:3513
18566 msgid "Interface %qs repeated"
18569 #: java/parse.y:3543
18571 msgid "%s name %qs clashes with imported type %qs"
18574 #: java/parse.y:3575
18575 msgid "Public %s %qs must be defined in a file called %<%s.java%>"
18578 #: java/parse.y:3590
18581 "Inner class %qs can't be static. Static classes can only occur in interfaces "
18582 "and top-level classes"
18585 #: java/parse.y:3671
18588 "The class name %qs is already defined in this scope. An inner class may not "
18589 "have the same simple name as any of its enclosing classes"
18592 #: java/parse.y:3713
18593 msgid "Qualifier must be a reference"
18596 #: java/parse.y:3734
18598 msgid "Cyclic inheritance involving %s"
18601 #: java/parse.y:3998
18603 "Redundant use of %<abstract%> modifier. Interface %qs is implicitly abstract"
18606 #: java/parse.y:4153
18608 msgid "Class %qs can't be declared both abstract and final"
18611 #: java/parse.y:4165
18612 msgid "%<java.lang.Object%> can't extend anything"
18615 #: java/parse.y:4407
18616 msgid "Duplicate variable declaration: %<%s %s%> was %<%s %s%> (%s:%d)"
18619 #: java/parse.y:4471
18621 msgid "Field %qs can't be static in inner class %qs unless it is final"
18624 #: java/parse.y:4717
18626 msgid "Class %qs must be declared abstract to define abstract method %qs"
18629 #: java/parse.y:4724
18631 msgid "native method %qs can't be strictfp"
18634 #: java/parse.y:4728
18636 msgid "method %qs can't be transient"
18639 #: java/parse.y:4731
18641 msgid "method %qs can't be volatile"
18644 #: java/parse.y:4781 java/parse.y:6530
18647 "Method %qs can't be static in inner class %qs. Only members of interfaces "
18648 "and top-level classes can be static"
18651 #: java/parse.y:4947
18653 msgid "%s method %qs can't have a body defined"
18656 #: java/parse.y:4958
18658 msgid "Non native and non abstract method %qs must have a body defined"
18661 #: java/parse.y:5029
18663 msgid "%s: recursive invocation of constructor %qs"
18666 #: java/parse.y:5059
18668 "Inconsistent member declaration. At most one of %<public%>, %<private%>, or "
18669 "%<protected%> may be specified"
18672 #: java/parse.y:5067
18674 "Inconsistent member declaration. At most one of %<final%> or %<volatile%> "
18678 #: java/parse.y:5157
18680 msgid "Variable %qs is used more than once in the argument list of method %qs"
18683 #: java/parse.y:5241
18685 msgid "%s %qs can't implement/extend %s %qs"
18688 #: java/parse.y:5275
18690 msgid "Class %qs can't subclass %s %qs"
18693 #: java/parse.y:5284
18695 msgid "Can't subclass final classes: %s"
18698 #: java/parse.y:5470
18700 msgid "Cyclic class inheritance%s"
18703 #: java/parse.y:6181
18705 msgid "Superclass %qs of class %qs not found"
18708 #: java/parse.y:6187
18710 msgid "Type %qs not found in declaration of field %qs"
18713 #: java/parse.y:6193
18715 msgid "Type %qs not found in the declaration of the argument %qs of method %qs"
18718 #: java/parse.y:6200
18720 msgid "Type %qs not found in the declaration of the return type of method %qs"
18723 #: java/parse.y:6206
18725 msgid "Superinterface %qs of %s %qs not found"
18728 #: java/parse.y:6213
18730 msgid "Type %qs not found in the declaration of the local variable %qs"
18733 #: java/parse.y:6220
18734 msgid "Class %qs not found in %<throws%>"
18737 #: java/parse.y:6277
18739 msgid "Duplicate %s declaration %qs"
18742 #: java/parse.y:6351
18744 "Class %qs doesn't define the abstract method %<%s %s%> from %s %<%s%>. This "
18745 "method must be defined or %s %qs must be declared abstract"
18748 #: java/parse.y:6507
18750 "Class %qs in %<throws%> clause must be a subclass of class %<java.lang."
18754 #: java/parse.y:6551
18757 "Class %qs must override %qs with a public method in order to implement "
18761 #: java/parse.y:6565 java/parse.y:6792
18763 msgid "Method %qs was defined with return type %qs in class %qs"
18766 #: java/parse.y:6582
18768 msgid "%s methods can't be overridden. Method %qs is %s in class %qs"
18771 #: java/parse.y:6596
18774 "Instance methods can't be overridden by a static method. Method %qs is an "
18775 "instance method in class %qs"
18778 #: java/parse.y:6619
18781 "Methods can't be overridden to be more private. Method %qs is not %s in "
18785 #: java/parse.y:6760
18787 "Invalid checked exception class %qs in %<throws%> clause. The exception "
18788 "must be a subclass of an exception thrown by %qs from class %qs"
18791 #: java/parse.y:6817
18794 "Interface %qs inherits method %qs from interface %qs. This method is "
18795 "redefined with a different return type in interface %qs"
18798 #: java/parse.y:6992
18800 msgid "Class or interface %qs not found in import"
18803 #: java/parse.y:7077
18805 msgid "malformed .zip archive in CLASSPATH: %s"
18808 #: java/parse.y:7148
18811 "Can't find default package %qs. Check the CLASSPATH environment variable and "
18812 "the access to the archives"
18815 #: java/parse.y:7153
18817 msgid "Package %qs not found in import"
18820 #: java/parse.y:7250
18822 msgid "Type %qs also potentially defined in package %qs"
18825 #: java/parse.y:7395
18827 msgid "Nested %s %s is %s; cannot be accessed from here"
18830 #: java/parse.y:7433
18833 "Can't access %s %qs. Only public classes and interfaces in other packages "
18837 #: java/parse.y:7471
18838 msgid "Only %<final%> is allowed as a local variables modifier"
18841 #: java/parse.y:9025
18843 msgid "No constructor matching %qs found in class %qs"
18846 #: java/parse.y:9525
18848 msgid "Can't reference %qs before the superclass constructor has been called"
18851 #: java/parse.y:9579
18854 "Local variable %qs can't be accessed from within the inner class %qs unless "
18855 "it is declared final"
18858 #: java/parse.y:9584 java/parse.y:10047
18860 msgid "Undefined variable %qs"
18863 #: java/parse.y:9595
18865 msgid "Can't make a static reference to nonstatic variable %qs in class %qs"
18868 #: java/parse.y:9801 java/parse.y:10656
18870 msgid "No enclosing instance for inner class %qs is in scope%s"
18873 #: java/parse.y:9920 java/parse.y:12369
18874 msgid "Keyword %<this%> used outside allowed context"
18877 #: java/parse.y:9926 java/parse.y:10810
18879 "Can't reference %<this%> before the superclass constructor has been called"
18882 #: java/parse.y:9942
18884 "Can't use variable %<%s.this%>: type %qs isn't an outer type of type %qs"
18887 #: java/parse.y:9975
18888 msgid "Keyword %<super%> used outside allowed context"
18891 #: java/parse.y:10024
18893 msgid "No variable %qs defined in class %qs"
18896 #: java/parse.y:10029
18898 msgid "Undefined variable or class name: %qs"
18901 #: java/parse.y:10100
18903 msgid "Can't use type %qs as a qualifier"
18906 #: java/parse.y:10119
18907 msgid "Attempt to reference field %qs in %<%s %s%>"
18910 #: java/parse.y:10150
18912 msgid "No variable %qs defined in type %qs"
18915 #: java/parse.y:10234
18916 msgid "Attempt to reference field %<new%> in a %qs"
18919 #: java/parse.y:10371
18921 msgid "The class %qs has been deprecated"
18924 #: java/parse.y:10381
18926 msgid "The %s %qs in class %qs has been deprecated"
18929 #: java/parse.y:10498
18931 msgid "Can't invoke a method on primitive type %qs"
18934 #: java/parse.y:10513
18936 msgid "Can't make static reference to method %qs in interface %qs"
18939 #: java/parse.y:10523 java/parse.y:10857
18940 msgid "Can't make static reference to method %<%s %s%> in class %qs"
18943 #: java/parse.y:10563
18944 msgid "Can't invoke super constructor on java.lang.Object"
18947 #: java/parse.y:10576 java/parse.y:14433
18949 msgid "Class %qs not found in type declaration"
18952 #: java/parse.y:10588
18954 msgid "Class %qs is an abstract class. It can't be instantiated"
18957 #: java/parse.y:10618
18959 msgid "No method named %qs in scope"
18962 #: java/parse.y:10729
18963 msgid "Can't access %s %s %<%s.%s%> from %qs"
18966 #: java/parse.y:11203
18967 msgid "Can't find %s %<%s(%s)%> in type %qs%s"
18970 #: java/parse.y:11783
18971 msgid "Constant expression required"
18974 #: java/parse.y:11796
18975 msgid "Incompatible type for case. Can't convert %qs to %<int%>"
18978 #: java/parse.y:11830
18979 msgid "Duplicate case label: %<default%>"
18982 #: java/parse.y:12178
18983 msgid "Incompatible type for %<+=%>. Can't convert %qs to %<java.lang.String%>"
18986 #: java/parse.y:12349
18988 msgid "missing static field %qs"
18991 #: java/parse.y:12354
18993 msgid "not a static field %qs"
18996 #: java/parse.y:12377
18998 "Can't reference %<this%> or %<super%> before the superclass constructor has "
19002 #: java/parse.y:12397
19004 msgid "No case for %s"
19007 #: java/parse.y:12827
19008 msgid "Invalid left hand side of assignment"
19011 #: java/parse.y:12878
19013 msgid "Incompatible type for %s. Can't convert %qs to %qs"
19016 #: java/parse.y:12881
19018 msgid "Incompatible type for %s. Explicit cast needed to convert %qs to %qs"
19021 #: java/parse.y:13054
19024 "Constant expression %qs too wide for narrowing primitive conversion to %qs"
19027 #: java/parse.y:13345
19029 msgid "unregistered operator %s"
19032 #: java/parse.y:13494
19034 "Evaluating this expression will result in an arithmetic exception being "
19038 #: java/parse.y:13576
19041 "Incompatible type for %qs. Explicit cast needed to convert shift distance "
19042 "from %qs to integral"
19045 #: java/parse.y:13581
19048 "Incompatible type for %qs. Can't convert shift distance from %qs to integral"
19051 #: java/parse.y:13657
19052 msgid "Invalid argument %qs for %<instanceof%>"
19055 #: java/parse.y:13684
19057 msgid "Impossible for %qs to be instance of %qs"
19060 #: java/parse.y:13813
19062 msgid "Incompatible type for %qs. Can't convert %qs to %qs"
19065 #: java/parse.y:14294
19067 msgid "Invalid argument type %qs to %qs"
19070 #: java/parse.y:14524
19072 msgid "Invalid cast from %qs to %qs"
19075 #: java/parse.y:14571
19076 msgid "%<[]%> can only be applied to arrays. It can't be applied to %qs"
19079 #: java/parse.y:14584
19081 "Incompatible type for %<[]%>. Explicit cast needed to convert %qs to %<int%>"
19084 #: java/parse.y:14588
19085 msgid "Incompatible type for %<[]%>. Can't convert %qs to %<int%>"
19088 #: java/parse.y:14659
19090 "Incompatible type for dimension in array creation expression. %s convert %qs "
19094 #: java/parse.y:14775
19096 msgid "Invalid array initializer for non-array type %qs"
19099 #: java/parse.y:14862
19101 msgid "Incompatible type for array. %s convert %qs to %qs"
19104 #: java/parse.y:14931
19105 msgid "%<return%> inside instance initializer"
19108 #: java/parse.y:14935
19109 msgid "%<return%> inside static initializer"
19112 #: java/parse.y:14941
19113 msgid "%<return%> with%s value from %<%s %s%>"
19116 #: java/parse.y:14948
19117 msgid "%<return%> with value from constructor %qs"
19120 #: java/parse.y:15013
19121 msgid "Incompatible type for %<if%>. Can't convert %qs to %<boolean%>"
19124 #: java/parse.y:15046
19126 msgid "Declaration of %qs shadows a previous label declaration"
19129 #: java/parse.y:15051
19131 msgid "This is the location of the previous declaration of label %qs"
19134 #: java/parse.y:15298
19136 msgid "No label definition found for %qs"
19139 #: java/parse.y:15311
19140 msgid "%<continue%> must be in loop"
19143 #: java/parse.y:15314
19145 msgid "continue label %qs does not name a loop"
19148 #: java/parse.y:15335
19149 msgid "%<break%> must be in loop or switch"
19152 #: java/parse.y:15376
19154 "Incompatible type for loop conditional. Can't convert %qs to %<boolean%>"
19157 #: java/parse.y:15414
19158 msgid "Incompatible type for %<switch%>. Can't convert %qs to %<int%>"
19161 #. The case_label_list is in reverse order, so print the
19162 #. outer label first.
19163 #: java/parse.y:15445
19164 msgid "duplicate case label: %<"
19167 #: java/parse.y:15446
19171 #: java/parse.y:15449
19172 msgid "original label is here"
19175 #: java/parse.y:15666
19177 "Can't catch class %qs. Catch clause parameter type must be a subclass of "
19178 "class %<java.lang.Throwable%>"
19181 #: java/parse.y:15690
19182 msgid "%<catch%> not reached because of the catch clause at line %d"
19185 #: java/parse.y:15757
19187 "Incompatible type for %<synchronized%>. Can't convert %qs to %<java.lang."
19191 #: java/parse.y:15816
19192 msgid "Can't throw %qs; it must be a subclass of class %<java.lang.Throwable%>"
19195 #: java/parse.y:15845
19197 "Checked exception %qs can't be thrown in instance initializer (not all "
19198 "declared constructor are declaring it in their %<throws%> clause)"
19201 #: java/parse.y:15866
19203 "Checked exception %qs can't be caught by any of the catch clause(s) of the "
19204 "surrounding %<try%> block"
19207 #: java/parse.y:15879
19209 msgid "Checked exception %qs can't be thrown in initializer"
19212 #: java/parse.y:15883
19213 msgid "Checked exception %qs isn't thrown from a %<try%> block"
19216 #: java/parse.y:15889
19218 "Checked exception %qs doesn't match any of current method's %<throws%> "
19222 #: java/parse.y:15944
19224 msgid "Exception %qs can't be thrown in initializer"
19227 #: java/parse.y:15949
19229 "Exception %qs must be caught, or it must be declared in the %<throws%> "
19233 #: java/parse.y:16060
19234 msgid "Incompatible type for %<?:%>. Can't convert %qs to %<boolean%>"
19237 #: java/parse.y:16128
19238 msgid "Incompatible type for %<?:%>. Can't convert %qs to %qs"
19241 #: java/typeck.c:547
19242 msgid "junk at end of signature string"
19245 #: java/verify-glue.c:393
19247 msgid "verification failed: %s"
19250 #: java/verify-glue.c:395
19252 msgid "verification failed at PC=%d: %s"
19255 #: java/verify-glue.c:479 java/verify.c:514
19256 msgid "bad pc in exception_table"
19259 #: java/verify.c:1516
19261 msgid "unknown opcode %d@pc=%d during verification"
19264 #: java/verify.c:1591 java/verify.c:1607 java/verify.c:1612
19266 msgid "verification error at PC=%d"
19269 #: java/parse.h:125
19271 msgid "%s method can't be abstract"
19274 #: java/parse.h:129
19276 msgid "Constructor can't be %s"
19279 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19280 #. flags was set artificially, such as for a interface method
19281 #: java/parse.h:161
19283 msgid "Discouraged redundant use of %qs modifier in declaration of %s"
19286 #: java/parse.h:168
19288 msgid "Discouraged redundant use of %qs modifier in declaration of %s %qs"
19291 #. Standard error messages
19292 #: java/parse.h:352
19294 msgid "Incompatible type for %qs. Can't convert %qs to boolean"
19297 #: java/parse.h:357
19299 msgid "Incompatible type for %qs. Can't convert %qs to numeric type"
19302 #: java/parse.h:365
19305 "Incompatible type for %qs. Explicit cast needed to convert %qs to integral"
19308 #: java/parse.h:370
19310 msgid "Incompatible type for %qs. Can't convert %qs to integral"
19313 #: objc/objc-act.c:753
19314 msgid "%<@end%> must appear in an @implementation context"
19317 #: objc/objc-act.c:780
19318 msgid "method declaration not in @interface context"
19321 #: objc/objc-act.c:791
19322 msgid "method definition not in @implementation context"
19325 #: objc/objc-act.c:901
19327 msgid "object does not conform to the %qs protocol"
19330 #: objc/objc-act.c:991 objc/objc-act.c:1068
19332 msgid "class %qs does not implement the %qs protocol"
19335 #: objc/objc-act.c:1174
19337 msgid "statically allocated instance of Objective-C class %qs"
19340 #: objc/objc-act.c:1231
19342 msgid "protocol %qs has circular dependency"
19345 #: objc/objc-act.c:1253 objc/objc-act.c:5831
19347 msgid "cannot find protocol declaration for %qs"
19350 #: objc/objc-act.c:1649 objc/objc-act.c:2783 objc/objc-act.c:6359
19351 #: objc/objc-act.c:6685 objc/objc-act.c:6738 objc/objc-act.c:6763
19353 msgid "cannot find interface declaration for %qs"
19356 #: objc/objc-act.c:1653
19358 msgid "interface %qs does not have valid constant string layout"
19361 #: objc/objc-act.c:1658
19363 msgid "cannot find reference tag for class %qs"
19366 #: objc/objc-act.c:2330
19367 msgid "%Jcreating selector for nonexistent method %qE"
19370 #: objc/objc-act.c:2518
19372 msgid "%qs is not an Objective-C class name or alias"
19375 #: objc/objc-act.c:2633 objc/objc-act.c:2651 objc/objc-act.c:6622
19376 #: objc/objc-act.c:6919 objc/objc-act.c:6949
19377 msgid "Objective-C declarations may only appear in global scope"
19380 #: objc/objc-act.c:2638
19382 msgid "cannot find class %qs"
19385 #: objc/objc-act.c:2640
19387 msgid "class %qs already exists"
19390 #: objc/objc-act.c:2665 objc/objc-act.c:6654
19392 msgid "%qs redeclared as different kind of symbol"
19395 #: objc/objc-act.c:2667 objc/objc-act.c:6656
19396 msgid "%Jprevious declaration of '%D'"
19399 #: objc/objc-act.c:2893
19400 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19403 #: objc/objc-act.c:3222
19404 msgid "@catch parameter is not a known Objective-C class type"
19407 #: objc/objc-act.c:3238
19408 msgid "exception of type %<%T%> will be caught"
19411 #: objc/objc-act.c:3240
19412 msgid "%H by earlier handler for %<%T%>"
19415 #: objc/objc-act.c:3293
19416 msgid "%<@try%> without %<@catch%> or %<@finally%>"
19419 #: objc/objc-act.c:3340
19420 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19423 #: objc/objc-act.c:3716
19424 msgid "%Jtype '%D' does not have a known size"
19427 #: objc/objc-act.c:4229
19431 #: objc/objc-act.c:4252 objc/objc-act.c:4271
19432 msgid "inconsistent instance variable specification"
19435 #: objc/objc-act.c:5127
19436 msgid "can not use an object as parameter to a method"
19439 #: objc/objc-act.c:5329
19440 msgid "multiple %s named %<%c%s%> found"
19443 #: objc/objc-act.c:5554
19445 msgid "no super class declared in @interface for %qs"
19448 #: objc/objc-act.c:5595
19449 msgid "found %<-%s%> instead of %<+%s%> in protocol(s)"
19452 #: objc/objc-act.c:5654
19454 msgid "invalid receiver type %qs"
19457 #: objc/objc-act.c:5669
19458 msgid "%<%c%s%> not found in protocol(s)"
19461 #: objc/objc-act.c:5683
19462 msgid "%qs may not respond to %<%c%s%>"
19465 #: objc/objc-act.c:5691
19466 msgid "no %<%c%s%> method found"
19469 #: objc/objc-act.c:5697
19470 msgid "(Messages without a matching method signature"
19473 #: objc/objc-act.c:5698
19474 msgid "will be assumed to return %<id%> and accept"
19477 #: objc/objc-act.c:5699
19478 msgid "%<...%> as arguments.)"
19481 #: objc/objc-act.c:5930
19483 msgid "undeclared selector %qs"
19486 #. Historically, a class method that produced objects (factory
19487 #. method) would assign `self' to the instance that it
19488 #. allocated. This would effectively turn the class method into
19489 #. an instance method. Following this assignment, the instance
19490 #. variables could be accessed. That practice, while safe,
19491 #. violates the simple rule that a class method should not refer
19492 #. to an instance variable. It's better to catch the cases
19493 #. where this is done unknowingly than to support the above
19495 #: objc/objc-act.c:5972
19497 msgid "instance variable %qs accessed in class method"
19500 #: objc/objc-act.c:6184
19501 msgid "duplicate declaration of method %<%c%s%>"
19504 #: objc/objc-act.c:6229
19505 msgid "duplicate interface declaration for category %<%s(%s)%>"
19508 #: objc/objc-act.c:6256
19510 msgid "illegal reference type specified for instance variable %qs"
19513 #: objc/objc-act.c:6267
19515 msgid "instance variable %qs has unknown size"
19518 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19519 #: objc/objc-act.c:6281
19521 msgid "type %qs has virtual member functions"
19524 #: objc/objc-act.c:6282
19526 msgid "illegal aggregate type %qs specified for instance variable %qs"
19529 #: objc/objc-act.c:6290
19531 msgid "type %qs has a user-defined constructor"
19534 #: objc/objc-act.c:6292
19536 msgid "type %qs has a user-defined destructor"
19539 #: objc/objc-act.c:6293
19541 "C++ constructors and destructors will not be invoked for Objective-C fields"
19544 #: objc/objc-act.c:6383
19546 msgid "instance variable %qs is declared private"
19549 #: objc/objc-act.c:6392
19551 msgid "instance variable %qs is %s; this will be a hard error in the future"
19554 #: objc/objc-act.c:6399
19556 msgid "instance variable %qs is declared %s"
19559 #: objc/objc-act.c:6409
19560 msgid "static access to object of type %<id%>"
19563 #: objc/objc-act.c:6431 objc/objc-act.c:6519
19565 msgid "incomplete implementation of class %qs"
19568 #: objc/objc-act.c:6435 objc/objc-act.c:6524
19570 msgid "incomplete implementation of category %qs"
19573 #: objc/objc-act.c:6440 objc/objc-act.c:6529
19574 msgid "method definition for %<%c%s%> not found"
19577 #: objc/objc-act.c:6570
19579 msgid "%s %qs does not fully implement the %qs protocol"
19582 #: objc/objc-act.c:6628 objc/objc-act.c:8177
19583 msgid "%<@end%> missing in implementation context"
19586 #: objc/objc-act.c:6641
19588 msgid "cannot find interface declaration for %qs, superclass of %qs"
19591 #: objc/objc-act.c:6668
19593 msgid "reimplementation of class %qs"
19596 #: objc/objc-act.c:6699
19598 msgid "conflicting super class name %qs"
19601 #: objc/objc-act.c:6701
19603 msgid "previous declaration of %qs"
19606 #: objc/objc-act.c:6715 objc/objc-act.c:6717
19608 msgid "duplicate interface declaration for class %qs"
19611 #: objc/objc-act.c:6977
19613 msgid "duplicate declaration for protocol %qs"
19616 #. Add a readable method name to the warning.
19617 #: objc/objc-act.c:7494
19618 msgid "%J%s %<%c%s%>"
19621 #: objc/objc-act.c:7784
19623 msgid "no super class declared in interface for %qs"
19626 #: objc/objc-act.c:7832
19627 msgid "[super ...] must appear in a method context"
19630 #: objc/objc-act.c:8459
19632 msgid "local declaration of %qs hides instance variable"
19635 #: objc/objc-parse.y:2720
19636 msgid "extra semicolon in method definition specified"
19639 #: treelang/tree1.c:278
19640 msgid "%HDuplicate name %q.*s."
19643 #: treelang/treetree.c:842
19644 msgid "Global register variable %qD used in nested function."
19647 #: treelang/treetree.c:846
19648 msgid "Register variable %qD used in nested function."
19651 #: treelang/treetree.c:852
19652 msgid "Address of global register variable %qD requested."
19655 #: treelang/treetree.c:857
19656 msgid "Address of register variable %qD requested."
19660 msgid "Display this information"
19665 "--param <param>=<value>\tSet parameter <param> to value. See below for a "
19666 "complete list of parameters"
19671 "-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' "
19672 "before <question> disables the <answer> to <question>"
19676 msgid "Do not discard comments"
19680 msgid "Do not discard comments in macro expansions"
19685 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just "
19686 "<macro> is given, <val> is taken to be 1"
19690 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path "
19695 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19696 "special section (on some targets)"
19700 msgid "Print the name of header files as they are used"
19704 msgid "-J<directory>\tPut MODULE files in 'directory'"
19708 msgid "Generate make dependencies and compile"
19712 msgid "Treat missing header files as generated files"
19716 msgid "Like -MD but ignore system header files"
19720 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19724 msgid "-O<number>\tSet optimization level to <number>"
19728 msgid "Optimize for space rather than speed"
19732 msgid "Do not generate #line directives"
19736 msgid "-U<macro>\tUndefine <macro>"
19740 msgid "This switch is deprecated; use -Wextra instead"
19745 "Warn about things that will change when compiling with an ABI-compliant "
19750 msgid "Warn about returning structures, unions or arrays"
19754 msgid "Warn about possible aliasing of dummy arguments"
19758 msgid "Warn about casting functions to incompatible types"
19762 msgid "Warn about pointer casts which increase alignment"
19766 msgid "Warn about casts which discard qualifiers"
19770 msgid "Warn about subscripts whose type is \"char\""
19775 "Warn about possibly nested block comments, and C++ comments spanning more "
19776 "than one physical line"
19780 msgid "Synonym for -Wcomment"
19784 msgid "Warn about implicit conversion"
19788 msgid "Warn when all constructors and destructors are private"
19792 msgid "Warn when a declaration is found after a statement"
19796 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
19800 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19804 msgid "Warn when an optimization pass is disabled"
19808 msgid "Warn about compile-time integer division by zero"
19812 msgid "Warn about violations of Effective C++ style rules"
19816 msgid "Warn about stray tokens after #elif and #endif"
19820 msgid "Treat all warnings as errors"
19824 msgid "Make implicit function declarations an error"
19828 msgid "Print extra (possibly unwanted) warnings"
19832 msgid "Warn if deprecated empty statements are found"
19836 msgid "Exit on the first error occurred"
19840 msgid "Warn if testing floating point numbers for equality"
19844 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19848 msgid "Warn if passing too many arguments to a function for its format string"
19852 msgid "Warn about format strings that are not literals"
19856 msgid "Warn about possible security problems with format functions"
19860 msgid "Warn about strftime formats yielding 2-digit years"
19864 msgid "Warn about zero-length formats"
19868 msgid "Warn about implicit function declarations"
19872 msgid "Warn when a declaration does not specify a type"
19876 msgid "Warn about calls with implicit interface"
19880 msgid "Deprecated. This switch has no effect."
19884 msgid "Warn about variables which are initialized to themselves."
19888 msgid "Warn when an inlined function cannot be inlined"
19892 msgid "Warn about invalid uses of the \"offsetof\" macro"
19896 msgid "Warn about PCH files that are found but not used"
19900 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19904 msgid "Warn about truncated source lines"
19908 msgid "Do not warn about using \"long long\" when -pedantic"
19912 msgid "Warn about suspicious declarations of \"main\""
19916 msgid "Warn about possibly missing braces around initializers"
19920 msgid "Warn about global functions without previous declarations"
19924 msgid "Warn about missing fields in struct initializers"
19928 msgid "Warn about functions which might be candidates for format attributes"
19932 msgid "Warn about user-specified include directories that do not exist"
19937 "Warn about functions which might be candidates for __attribute__((noreturn))"
19941 msgid "Warn about global functions without prototypes"
19945 msgid "Warn about use of multi-character character constants"
19949 msgid "Warn about \"extern\" declarations not at file scope"
19954 "Warn when non-templatized friend functions are declared within a template"
19958 msgid "Warn about non-virtual destructors"
19963 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
19967 msgid "Warn about usage of non-standard intrinsics"
19971 msgid "Warn if a C-style cast is used in a program"
19975 msgid "Warn if an old-style parameter definition is used"
19979 msgid "Warn if .class files are out of date"
19983 msgid "Warn about overloaded virtual function names"
19987 msgid "Warn when the packed attribute has no effect on struct layout"
19991 msgid "Warn when padding is required to align structure members"
19995 msgid "Warn about possibly missing parentheses"
19999 msgid "Warn when converting the type of pointers to member functions"
20003 msgid "Warn about function pointer arithmetic"
20007 msgid "Warn if inherited methods are unimplemented"
20011 msgid "Warn about multiple declarations of the same object"
20015 msgid "Warn if modifiers are specified when not necessary"
20019 msgid "Warn when the compiler reorders code"
20024 "Warn whenever a function's return type defaults to \"int\" (C), or about "
20025 "inconsistent return types (C++)"
20029 msgid "Warn if a selector has multiple methods"
20033 msgid "Warn about possible violations of sequence point rules"
20037 msgid "Warn when one local variable shadows another"
20041 msgid "Warn about signed-unsigned comparisons"
20045 msgid "Warn when overload promotes from unsigned to signed"
20050 msgid "Warn about code which might break strict aliasing rules"
20054 msgid "Warn about unprototyped function declarations"
20058 msgid "Warn about \"suspicious\" constructs"
20062 msgid "Warn about enumerated switches, with no default, missing a case"
20066 msgid "Warn about enumerated switches missing a \"default:\" statement"
20070 msgid "Warn about all enumerated switches missing a specific case"
20074 msgid "Warn when synthesis behavior differs from Cfront"
20078 msgid "Do not suppress warnings from system headers"
20082 msgid "Warn about features not present in traditional C"
20087 "Warn if trigraphs are encountered that might affect the meaning of the "
20092 msgid "Warn about @selector()s without previously declared methods"
20096 msgid "Warn if an undefined macro is used in an #if directive"
20100 msgid "Warn about underflow of numerical constant expressions"
20104 msgid "Warn about uninitialized automatic variables"
20108 msgid "Warn about unrecognized pragmas"
20112 msgid "Warn about code that will never be executed"
20116 msgid "Enable all -Wunused- warnings"
20120 msgid "Warn when a function is unused"
20125 msgid "Warn when a label is unused"
20129 msgid "Warn about macros defined in the main file that are not used"
20133 msgid "Warn when a function parameter is unused"
20137 msgid "Warn when an expression value is unused"
20141 msgid "Warn when a variable is unused"
20145 msgid "Do not warn about using variadic macros when -pedantic"
20149 msgid "Give strings the type \"array of char\""
20154 "A synonym for -std=c89. In a future version of GCC it will become "
20155 "synonymous with -std=c99 instead"
20159 msgid "-aux-info <file>\tEmit declaration information into <file>"
20163 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20167 msgid "Set the default real and integer kinds to double precision"
20171 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20175 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20179 msgid "Generate position-independent code if possible (large mode)"
20184 "Generate position-independent code for executables if possible (large mode)"
20188 msgid "Enforce class member access control semantics"
20192 msgid "Align the start of functions"
20196 msgid "Align labels which are only reached by jumping"
20200 msgid "Align all labels"
20204 msgid "Align the start of loops"
20208 msgid "Change when template instances are emitted"
20212 msgid "Specify that arguments may alias each other and globals"
20216 msgid "Assume arguments may alias globals but not each other"
20220 msgid "Assume arguments alias neither each other nor globals"
20224 msgid "Recognize the \"asm\" keyword"
20228 msgid "Permit the use of the assert keyword"
20232 msgid "Generate unwind tables that are exact at each instruction boundary"
20236 msgid "--bootclasspath=<path>\tReplace system path"
20240 msgid "Generate code to check bounds before indexing arrays"
20244 msgid "Replace add, compare, branch with branch on count register"
20248 msgid "Use profiling information for branch probabilities"
20253 "Perform branch target load optimization before prologue / epilogue threading"
20258 "Perform branch target load optimization after prologue / epilogue threading"
20263 "Restrict target load migration not to re-use registers in any basic block"
20267 msgid "Recognize built-in functions"
20272 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20277 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20281 msgid "Save registers around function calls"
20285 msgid "Check the return value of new"
20289 msgid "Generate checks for references to NULL"
20293 msgid "--classpath=<path>\tSet class path"
20297 msgid "Do not put uninitialized globals in the common section"
20301 msgid "Allow the arguments of the '?' operator to have different types"
20305 msgid "Reduce the size of object files"
20309 msgid "Make string literals \"const char[]\" not \"char[]\""
20313 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20317 msgid "Perform a register copy-propagation optimization pass"
20321 msgid "Perform cross-jumping optimization"
20325 msgid "When running CSE, follow jumps to their targets"
20329 msgid "When running CSE, follow conditional jumps"
20333 msgid "Place data items into their own section"
20337 msgid "Inline member functions by default"
20341 msgid "Defer popping functions args from stack until later"
20345 msgid "Attempt to fill delay slots of branch instructions"
20349 msgid "Delete useless null pointer checks"
20354 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20355 "location at the beginning of line-wrapped diagnostics"
20359 msgid "Allow dollar signs in entity names"
20363 msgid "Permit '$' as an identifier character"
20367 msgid "-fdump-<type>\tDump various compiler internals to a file"
20371 msgid "Display the code tree after parsing."
20376 "Suppress output of instruction numbers and line number notes in debugging "
20381 msgid "Perform DWARF2 duplicate elimination"
20386 msgid "Perform unused type elimination in debug info"
20390 msgid "Output a class file"
20394 msgid "Alias for -femit-class-file"
20399 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20403 msgid "Generate code to check exception specifications"
20407 msgid "Enable exception handling"
20412 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20413 "character set <cset>"
20417 msgid "Perform a number of minor, expensive optimizations"
20421 msgid "--extdirs=<path>\tSet the extension directory path"
20425 msgid "Input file is a file with a list of filenames to compile"
20429 msgid "Assume no NaNs or infinities are generated"
20434 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20438 msgid "Assume that the source file is fixed form"
20442 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
20446 msgid "Allow arbitrary character line width in fixed mode"
20450 msgid "Don't allocate floats and doubles in extended-precision registers"
20454 msgid "Scope of for-init-statement variables is local to the loop"
20458 msgid "Copy memory address constants into registers before use"
20462 msgid "Always check for non gcj generated classes archives"
20466 msgid "Copy memory operands into registers before use"
20470 msgid "Assume that the source file is free form"
20474 msgid "Do not assume that standard C libraries and \"main\" exist"
20478 msgid "Allow function addresses to be held in registers"
20482 msgid "Place each function into its own section"
20486 msgid "Perform global common subexpression elimination"
20491 "Perform global common subexpression elimination after register allocation"
20496 "Perform redundant load after store elimination in global common subexpression"
20501 "Perform enhanced load motion during global common subexpression elimination"
20505 msgid "Perform store motion after global common subexpression elimination"
20509 msgid "Recognize GNU-defined keywords"
20513 msgid "Generate code for GNU runtime environment"
20517 msgid "Enable guessing of branch probabilities"
20522 "Assume the runtime uses a hash table to map an object to its synchronization "
20527 msgid "Assume normal C execution environment"
20531 msgid "Enable support for huge objects"
20535 msgid "Process #ident directives"
20539 msgid "Perform conversion of conditional jumps to branchless equivalents"
20543 msgid "Perform conversion of conditional jumps to conditional execution"
20547 msgid "Export functions even if they can be inlined"
20551 msgid "Emit implicit instantiations of inline templates"
20556 "Specify that no implicit typing is allowed, unless overridden by explicit "
20557 "IMPLICIT statements"
20561 msgid "Emit implicit instantiations of templates"
20565 msgid "Use offset tables for virtual method calls"
20569 msgid "Do not generate .size directives"
20573 msgid "Pay attention to the \"inline\" keyword"
20578 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20583 "-finput-charset=<cset> Specify the default character set for source "
20588 msgid "Instrument function entry and exit with profiling calls"
20592 msgid "Optimize induction variables on trees"
20596 msgid "Assume native functions are implemented using JNI"
20600 msgid "Generate code for functions even if they are fully inlined"
20604 msgid "Emit static const variables even if they are not used"
20608 msgid "Give external symbols a leading underscore"
20612 msgid "Perform loop optimizations"
20616 msgid "Perform loop optimizations using the new loop optimizer"
20620 msgid "Set errno after built-in math functions"
20624 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
20629 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
20634 msgid "Report on permanent memory allocation"
20638 msgid "Attempt to merge identical constants and constant variables"
20642 msgid "Attempt to merge identical constants across compilation units"
20647 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20648 "line. 0 suppresses line-wrapping"
20652 msgid "Set default accessibility of module entities to PRIVATE"
20656 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20660 msgid "Move loop invariant computations out of loops"
20664 msgid "Don't warn about uses of Microsoft extensions"
20669 "Add mudflap bounds-checking instrumentation for single-threaded program."
20673 msgid "Ignore read operations when inserting mudflap instrumentation."
20677 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20681 msgid "Use graph-coloring register allocation"
20685 msgid "Enable the new bytecode verifier"
20689 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20693 msgid "Assume that receivers of Objective-C messages may be nil"
20697 msgid "Don't generate code, just do syntax and semantics checking"
20701 msgid "Support synchronous non-call exceptions"
20705 msgid "Enable Objective-C exception and synchronization syntax"
20709 msgid "Enable Objective-C setjmp exception handling runtime"
20713 msgid "When possible do not generate stack frames"
20717 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20721 msgid "Do the full register move optimization pass"
20725 msgid "Optimize sibling and tail recursive calls"
20729 msgid "Enable optimization of static class initialization code"
20733 msgid "Enable optional diagnostics"
20737 msgid "Try to layout derived types as compact as possible"
20741 msgid "Pack structure members together without holes"
20745 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20749 msgid "Return small aggregates in memory, not registers"
20753 msgid "Look for and use PCH files even when preprocessing"
20757 msgid "Perform loop peeling"
20761 msgid "Enable machine specific peephole optimizations"
20765 msgid "Enable an RTL peephole pass before sched2"
20769 msgid "Downgrade conformance errors to warnings"
20773 msgid "Generate position-independent code if possible (small mode)"
20778 "Generate position-independent code for executables if possible (small mode)"
20782 msgid "Generate prefetch instructions, if available, for arrays in loops"
20786 msgid "Treat the input file as already preprocessed"
20790 msgid "Enable basic program profiling code"
20794 msgid "Insert arc-based program profiling code"
20799 "Enable common options for generating profile info for profile feedback "
20800 "directed optimizations"
20805 "Enable common options for performing profile feedback directed optimizations"
20809 msgid "Insert code to profile values of expressions"
20813 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20817 msgid "Return small aggregates in registers"
20821 msgid "Enables a register move optimization"
20825 msgid "Perform a register renaming optimization pass"
20829 msgid "Reorder basic blocks to improve code placement"
20833 msgid "Reorder basic blocks and partition into hot and cold sections"
20837 msgid "Reorder functions to improve code placement"
20841 msgid "Copy array sections into a contiguous block on procedure entry"
20846 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20851 msgid "Enable automatic template instantiation"
20855 msgid "Add a common subexpression elimination pass after loop optimizations"
20859 msgid "Run the loop optimizer twice"
20864 "Enable/Disable the traditional scheduling in loops that already passed "
20865 "modulo scheduling"
20869 msgid "Disable optimizations that assume default FP rounding behavior"
20873 msgid "Generate run time type descriptor information"
20877 msgid "Enable scheduling across basic blocks"
20881 msgid "Allow speculative motion of non-loads"
20885 msgid "Allow speculative motion of some loads"
20889 msgid "Allow speculative motion of more loads"
20893 msgid "Allow premature scheduling of queued insns"
20898 "Set dependence distance checking in premature scheduling of queued insns"
20903 "-fsched-stalled-insns-dep=<number> Set dependence distance checking in "
20904 "premature scheduling of queued insns"
20909 "-fsched-stalled-insns=<number> Set number of queued insns that can be "
20910 "prematurely scheduled"
20914 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20918 msgid "If scheduling post reload, do superblock scheduling"
20922 msgid "If scheduling post reload, do trace scheduling"
20926 msgid "Reschedule instructions before register allocation"
20930 msgid "Reschedule instructions after register allocation"
20934 msgid "Append a second underscore if the name already contains an underscore"
20938 msgid "Mark data as shared rather than private"
20942 msgid "Use the same size for double as for float"
20946 msgid "Use the narrowest integer type possible for enumeration types"
20950 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20954 msgid "Disable optimizations observable by IEEE signaling NaNs"
20958 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20962 msgid "Make \"char\" signed by default"
20966 msgid "Convert floating point constants to single precision constants"
20970 msgid "Use value profiling for speculative prefetching"
20974 msgid "Split lifetimes of induction variables when loops are unrolled."
20978 msgid "Insert stack checking code into the program"
20983 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20987 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20991 msgid "Display statistics accumulated during compilation"
20995 msgid "Enable assignability checks for stores into object arrays"
20999 msgid "Perform strength reduction optimizations"
21003 msgid "Assume strict aliasing rules apply"
21007 msgid "Check for syntax errors, then stop"
21011 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
21015 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
21019 msgid "Create data files needed by \"gcov\""
21023 msgid "Perform jump threading optimizations"
21028 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
21033 msgid "Report the time taken by each compiler pass"
21038 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
21039 "default thread-local storage code generation model"
21043 msgid "Perform superblock formation via tail duplication"
21047 msgid "Assume floating-point operations can trap"
21051 msgid "Trap for signed overflow in addition, subtraction and multiplication"
21055 msgid "Use tree-ssa based implementation of profiling"
21059 msgid "Enable SSA-CCP optimization on trees"
21063 msgid "Enable loop header copying on trees"
21067 msgid "Coalesce memory temporaries in the SSA->normal pass"
21071 msgid "Replace SSA temporaries with better names in copies."
21075 msgid "Enable SSA dead code elimination optimization on trees"
21079 msgid "Enable dominator optimizations"
21083 msgid "Enable dead store elimination"
21087 msgid "Enable Full Redundancy Elimination (FRE) on trees"
21091 msgid "Enable loop invariant motion on trees"
21095 msgid "Create canonical induction variables in loops"
21099 msgid "Enable linear loop transforms on trees"
21103 msgid "Enable loop optimizations on tree level"
21107 msgid "Perform live range splitting during the SSA->normal pass."
21111 msgid "Enable SSA-PRE optimization on trees"
21115 msgid "Perform scalar replacement of aggregates"
21119 msgid "Replace temporary expressions in the SSA->normal pass"
21123 msgid "Enable loop vectorization on trees"
21127 msgid "Append underscores to externally visible names"
21131 msgid "Compile whole compilation unit at a time"
21135 msgid "Perform loop unrolling for all loops"
21139 msgid "Perform loop unrolling when iteration count is known"
21143 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21147 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21151 msgid "Make \"char\" unsigned by default"
21155 msgid "Perform loop unswitching"
21159 msgid "Just generate unwind tables for exception handling"
21163 msgid "Generate code for the Boehm GC"
21167 msgid "Use __cxa_atexit to register destructors"
21171 msgid "Call a library routine to do integer divisions"
21175 msgid "Perform variable tracking"
21179 msgid "Apply variable expansion when loops are unrolled."
21183 msgid "Add extra commentary to assembler output"
21187 msgid "Marks all inlined methods as having hidden visibility"
21192 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
21197 msgid "Use expression value profiles in optimizations"
21201 msgid "Discard unused virtual functions"
21205 msgid "Implement vtables using thunks"
21209 msgid "Emit common-like symbols as weak symbols"
21213 msgid "Construct webs and split unrelated uses of single variable"
21218 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
21219 "to character set <cset>"
21223 msgid "Generate a #line directive pointing at the current working directory"
21227 msgid "Assume signed arithmetic overflow wraps around"
21231 msgid "Emit cross referencing information"
21235 msgid "Put zero initialized data in the bss section"
21240 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21244 msgid "Generate debug information in default format"
21248 msgid "Generate debug information in COFF format"
21252 msgid "Generate debug information in DWARF v2 format"
21256 msgid "Dump declarations to a .decl file"
21260 msgid "Generate debug information in default extended format"
21264 msgid "Generate debug information in STABS format"
21268 msgid "Generate debug information in extended STABS format"
21272 msgid "Generate debug information in VMS format"
21276 msgid "Generate debug information in XCOFF format"
21280 msgid "Generate debug information in extended XCOFF format"
21284 msgid "Set the default integer kind to double precision"
21288 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21292 msgid "-imacros <file>\tAccept definition of macros in <file>"
21296 msgid "-include <file>\tInclude the contents of <file> before other files"
21300 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21304 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21308 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21312 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21316 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21320 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21325 "Do not search standard system include directories (those specified with -"
21326 "isystem will still be used)"
21330 msgid "Do not search standard system include directories for C++"
21334 msgid "-o <file>\tPlace output into <file>"
21338 msgid "Enable function profiling"
21342 msgid "Issue warnings needed for strict compliance to the standard"
21346 msgid "Like -pedantic but issue them as errors"
21350 msgid "Generate C header of platform-specific features"
21354 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
21358 msgid "Do not display functions compiled or elapsed time"
21362 msgid "Set the default real kind to double precision"
21366 msgid "Remap file names when including files"
21370 msgid "Conform to the ISO 1998 C++ standard"
21374 msgid "Conform to the ISO 1990 C standard"
21378 msgid "Conform to the ISO 1999 C standard"
21384 msgid "Deprecated in favor of -std=c99"
21388 msgid "Conform to the ISO Fortran 2003 standard."
21392 msgid "Conform to the ISO Fortran 95 standard."
21396 msgid "Conform nothing in particular."
21400 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21404 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21408 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21412 msgid "Deprecated in favor of -std=gnu99"
21416 msgid "Deprecated in favor of -std=c89"
21420 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21424 msgid "Enable traditional preprocessing"
21428 msgid "-trigraphs\tSupport ISO C trigraphs"
21432 msgid "Do not predefine system-specific and GCC-specific macros"
21436 msgid "Enable verbose output"
21440 msgid "Suppress warnings"
21443 #: config/mips/mips.h:1120 config/arc/arc.h:63
21444 msgid "may not use both -EB and -EL"
21447 #: config/sh/sh.h:685
21448 msgid "SH2a does not support little-endian"
21451 #: config/mips/r3900.h:35
21452 msgid "-mhard-float not supported"
21455 #: config/mips/r3900.h:37
21456 msgid "-msingle-float and -msoft-float cannot both be specified"
21459 #: config/darwin.h:248
21460 msgid "-current_version only allowed with -dynamiclib"
21463 #: config/darwin.h:250
21464 msgid "-install_name only allowed with -dynamiclib"
21467 #: config/darwin.h:255
21468 msgid "-bundle not allowed with -dynamiclib"
21471 #: config/darwin.h:256
21472 msgid "-bundle_loader not allowed with -dynamiclib"
21475 #: config/darwin.h:257
21476 msgid "-client_name not allowed with -dynamiclib"
21479 #: config/darwin.h:262
21480 msgid "-force_flat_namespace not allowed with -dynamiclib"
21483 #: config/darwin.h:264
21484 msgid "-keep_private_externs not allowed with -dynamiclib"
21487 #: config/darwin.h:265
21488 msgid "-private_bundle not allowed with -dynamiclib"
21491 #: config/arm/arm.h:153
21492 msgid "-msoft-float and -mhard_float may not be used together"
21495 #: config/arm/arm.h:155
21496 msgid "-mbig-endian and -mlittle-endian may not be used together"
21499 #: java/lang-specs.h:34
21500 msgid "-fjni and -femit-class-files are incompatible"
21503 #: java/lang-specs.h:35
21504 msgid "-fjni and -femit-class-file are incompatible"
21507 #: java/lang-specs.h:36 java/lang-specs.h:37
21508 msgid "-femit-class-file should used along with -fsyntax-only"
21511 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21512 msgid "shared and mdll are not compatible"
21515 #: config/sparc/linux64.h:211 config/sparc/linux64.h:222
21516 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21517 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21518 msgid "may not use both -m32 and -m64"
21521 #: treelang/lang-specs.h:52
21522 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21525 #: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34
21526 msgid "-pg and -fomit-frame-pointer are incompatible"
21529 #: config/vax/netbsd-elf.h:42
21530 msgid "The -shared option is not currently supported for VAX ELF."
21533 #: config/i386/nwld.h:34
21534 msgid "Static linking is not supported.\n"
21537 #: config/vax/vax.h:50 config/vax/vax.h:51
21538 msgid "profiling not supported with -mg\n"
21541 #: config/i386/sco5.h:189
21542 msgid "-pg not supported on this platform"
21545 #: config/i386/sco5.h:190
21546 msgid "-p and -pp specified - pick one"
21549 #: config/i386/sco5.h:264
21550 msgid "-G and -static are mutually exclusive"
21553 #: config/i386/cygwin.h:29
21554 msgid "mno-cygwin and mno-win32 are not compatible"
21557 #: config/mcore/mcore.h:57
21558 msgid "the m210 does not have little endian support"
21562 msgid "GCC does not support -C or -CC without -E"
21566 msgid "-E required when input is from standard input"
21569 #: config/lynx.h:71
21570 msgid "Cannot use mthreads and mlegacy-threads together."
21573 #: config/lynx.h:96
21574 msgid "Cannot use mshared and static together."
21577 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21578 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21579 msgid "does not support multilib"
21582 #: config/rs6000/darwin.h:132
21583 msgid " conflicting code gen style switches are used"
21586 #: ada/lang-specs.h:35
21587 msgid "-c or -S required for Ada"