]>
gcc.gnu.org Git - gcc.git/blob - gcc/po/cat-id-tbl.c
1 /* Automatically generated by po2tbl.sed from gcc.pot. */
7 #include "libgettext.h"
9 const struct _msg_ent _msg_tbl
[] = {
11 {"wrong number of arguments specified for `%s' attribute", 2},
12 {"unknown machine mode `%s'", 3},
13 {"no data type for mode `%s'", 4},
14 {"requested alignment is not a constant", 5},
15 {"requested alignment is not a power of 2", 6},
16 {"requested alignment is too large", 7},
17 {"unrecognized format specifier", 8},
18 {"format string has invalid operand number", 9},
19 {"format string arg follows the args to be formatted", 10},
20 {"format string arg not a string type", 11},
21 {"args to be formatted is not '...'", 12},
22 {"function does not return string type", 13},
23 {"alias arg not a string", 14},
24 {"expression statement has incomplete type", 15},
25 {"case label does not reduce to an integer constant", 16},
26 {"invalid truth-value expression", 17},
27 {"invalid operands to binary %s", 18},
28 {"struct type value used where scalar is required", 19},
29 {"union type value used where scalar is required", 20},
30 {"array type value used where scalar is required", 21},
31 {"invalid use of `restrict'", 22},
32 {"too few arguments to function `%s'", 23},
33 {"too many arguments to function `%s'", 24},
34 {"void value not ignored as it ought to be", 25},
35 {"conversion to non-scalar type requested", 26},
36 {"unknown C standard `%s'", 27},
37 {"`struct %s' incomplete in scope ending here", 28},
38 {"`union %s' incomplete in scope ending here", 29},
39 {"`enum %s' incomplete in scope ending here", 30},
41 A parameter list with an ellipsis can't match an empty parameter name list \
44 An argument type that has a default promotion can't match an empty parameter \
45 name list declaration.", 32},
46 {"implicit declaration of function `%s'", 33},
47 {"label %s referenced outside of any function", 34},
48 {"duplicate label declaration `%s'", 35},
49 {"duplicate label `%s'", 36},
50 {"two types specified in one empty declaration", 37},
51 {"typedef `%s' is initialized", 38},
52 {"function `%s' is initialized like a variable", 39},
53 {"parameter `%s' is initialized", 40},
54 {"variable-sized object may not be initialized", 41},
55 {"variable `%s' has initializer but incomplete type", 42},
56 {"elements of array `%s' have incomplete type", 43},
57 {"`long long long' is too long for GCC", 44},
58 {"two or more data types in declaration of `%s'", 45},
59 {"`%s' fails to be a typedef or built in type", 46},
60 {"both long and short specified for `%s'", 47},
61 {"long or short specified with char for `%s'", 48},
62 {"long or short specified with floating type for `%s'", 49},
63 {"the only valid combination is `long double'", 50},
64 {"both signed and unsigned specified for `%s'", 51},
65 {"long, short, signed or unsigned invalid for `%s'", 52},
66 {"complex invalid for `%s'", 53},
67 {"multiple storage classes in declaration of `%s'", 54},
68 {"function definition declared `register'", 55},
69 {"function definition declared `typedef'", 56},
70 {"storage class specified for structure field `%s'", 57},
71 {"storage class specified for parameter `%s'", 58},
72 {"storage class specified for typename", 59},
73 {"`%s' has both `extern' and initializer", 60},
74 {"nested function `%s' declared `extern'", 61},
75 {"top-level declaration of `%s' specifies `auto'", 62},
76 {"iterator `%s' has derived type", 63},
77 {"iterator `%s' has noninteger type", 64},
78 {"declaration of `%s' as array of voids", 65},
79 {"declaration of `%s' as array of functions", 66},
80 {"size of array `%s' has non-integer type", 67},
81 {"size of array `%s' is negative", 68},
82 {"size of array `%s' is too large", 69},
83 {"`%s' declared as function returning a function", 70},
84 {"`%s' declared as function returning an array", 71},
85 {"invalid type modifier within pointer declarator", 72},
86 {"variable or field `%s' declared void", 73},
87 {"field `%s' declared as a function", 74},
88 {"field `%s' has incomplete type", 75},
89 {"invalid storage class for function `%s'", 76},
90 {"parameter `%s' has incomplete type", 77},
91 {"`void' in parameter list must be the entire list", 78},
92 {"redefinition of `%s %s'", 79},
93 {"nested redefinition of `%s'", 80},
94 {"redeclaration of `enum %s'", 81},
95 {"enumerator value for `%s' not integer constant", 82},
96 {"overflow in enumeration values", 83},
97 {"return-type is an incomplete type", 84},
98 {"number of arguments doesn't match prototype", 85},
99 {"argument `%s' doesn't match prototype", 86},
100 {"stray '\\' in program", 87},
101 {"invalid #-line", 88},
102 {"invalid #ident", 89},
103 {"undefined or invalid # directive `%s'", 90},
104 {"invalid #line", 91},
105 {"#-lines for entering and leaving files don't match", 92},
106 {"%s at end of input", 93},
107 {"%s at null character", 94},
108 {"%s before string constant", 95},
109 {"%s before character constant", 96},
110 {"%s before character 0%o", 97},
111 {"%s before `%s'", 98},
112 {"more than one `f' in numeric constant", 99},
113 {"more than one `l' in numeric constant", 100},
114 {"more than one `i' or `j' in numeric constant", 101},
115 {"both `f' and `l' in floating constant", 102},
116 {"`$' in identifier", 103},
117 {"invalid identifier `%s'", 104},
118 {"parse error at `..'", 105},
119 {"malformed floating constant", 106},
120 {"nondigits in number and not hexadecimal", 107},
121 {"numeric constant with no digits", 108},
122 {"numeric constant contains digits beyond the radix", 109},
123 {"floating constant exponent has no digits", 110},
124 {"hexadecimal floating constant has no exponent", 111},
125 {"floating constant out of range", 112},
126 {"two `u's in integer constant", 113},
127 {"three `l's in integer constant", 114},
128 {"complex integer constant is too wide for `complex int'", 115},
129 {"missing white space after number `%s'", 116},
130 {"malformed character constant", 117},
131 {"empty character constant", 118},
132 {"character constant too long", 119},
133 {"Unterminated string constant", 120},
134 {"parser stack overflow", 121},
135 {"argument of `asm' is not a constant string", 122},
136 {"ANSI C forbids data definition with no type or storage class", 123},
137 {"`sizeof' applied to a bit-field", 124},
138 {"`%s' undeclared here (not in a function)", 125},
139 {"`%s' undeclared (first use in this function)", 126},
140 {"(Each undeclared identifier is reported only once", 127},
141 {"for each function it appears in.)", 128},
142 {"`%s' implicitly declared as function", 129},
143 {"`[*]' in parameter declaration only allowed in ISO C 99", 130},
144 {"braced-group within expression allowed only inside a function", 131},
145 {"break statement not within loop or switch", 132},
146 {"continue statement not within a loop", 133},
147 {"invalid `for (ITERATOR)' syntax", 134},
148 {"`%s' is not an iterator", 135},
149 {"`for (%s)' inside expansion of same iterator", 136},
150 {"case label not within a switch statement", 137},
151 {"duplicate case value", 138},
152 {"case label within scope of cleanup or variable array", 139},
153 {"default label not within a switch statement", 140},
154 {"multiple default labels in one switch", 141},
155 {"ANSI C requires a named argument before `...'", 142},
156 {"`...' in old-style identifier list", 143},
157 {"parse error; also virtual memory exceeded", 144},
158 {"parse error", 145},
159 {"`%s' has an incomplete type", 146},
160 {"invalid use of void expression", 147},
161 {"invalid use of array with unspecified bounds", 148},
162 {"invalid use of undefined type `%s %s'", 149},
163 {"invalid use of incomplete typedef `%s'", 150},
164 {"sizeof applied to an incomplete type", 151},
165 {"arithmetic on pointer to an incomplete type", 152},
166 {"__alignof__ applied to an incomplete type", 153},
167 {"`__alignof' applied to a bit-field", 154},
168 {"invalid use of non-lvalue array", 155},
169 {"%s has no member named `%s'", 156},
170 {"request for member `%s' in something not a structure or union", 157},
171 {"dereferencing pointer to incomplete type", 158},
172 {"invalid type argument of `%s'", 159},
173 {"subscript missing in array reference", 160},
174 {"array subscript is not an integer", 161},
175 {"subscripted value is neither array nor pointer", 162},
176 {"called object is not a function", 163},
177 {"too many arguments to function", 164},
178 {"type of formal parameter %d is incomplete", 165},
179 {"%s as integer rather than floating due to prototype", 166},
180 {"%s as complex rather than floating due to prototype", 167},
181 {"%s as floating rather than integer due to prototype", 168},
182 {"%s as floating rather than complex due to prototype", 169},
183 {"%s as `float' rather than `double' due to prototype", 170},
184 {"%s with different width due to prototype", 171},
185 {"%s as unsigned due to prototype", 172},
186 {"%s as signed due to prototype", 173},
187 {"too few arguments to function", 174},
188 {"unordered comparison on non-floating point argument", 175},
189 {"wrong type argument to unary plus", 176},
190 {"wrong type argument to unary minus", 177},
191 {"wrong type argument to bit-complement", 178},
192 {"wrong type argument to abs", 179},
193 {"wrong type argument to conjugation", 180},
194 {"wrong type argument to unary exclamation mark", 181},
195 {"wrong type argument to %s", 182},
196 {"%s of pointer to unknown structure", 183},
197 {"attempt to take address of bit-field structure member `%s'", 184},
199 {"cannot take address of bitfield `%s'", 186},
200 {"global register variable `%s' used in nested function", 187},
201 {"address of global register variable `%s' requested", 188},
202 {"cannot put object with volatile field into register", 189},
203 {"type mismatch in conditional expression", 190},
204 {"cast specifies array type", 191},
205 {"cast specifies function type", 192},
206 {"cast to union type from type not present in union", 193},
208 {"%s makes qualified function pointer from unqualified", 195},
209 {"%s discards qualifiers from pointer target type", 196},
210 {"ANSI forbids %s between function pointer and `void *'", 197},
211 {"pointer targets in %s differ in signedness", 198},
212 {"%s from incompatible pointer type", 199},
213 {"%s makes pointer from integer without a cast", 200},
214 {"%s makes integer from pointer without a cast", 201},
215 {"incompatible type for argument %d of `%s'", 202},
216 {"incompatible type for argument %d of indirect function call", 203},
217 {"incompatible types in %s", 204},
218 {"passing arg %d of `%s'", 205},
219 {"passing arg %d of pointer to function", 206},
220 {"initializer for static variable is not constant", 207},
221 {"initializer for static variable uses complicated arithmetic", 208},
222 {"(near initialization for `%s')", 209},
223 {"char-array initialized from wide string", 210},
224 {"int-array initialized from non-wide string", 211},
225 {"initializer-string for array of chars is too long", 212},
226 {"array initialized from non-constant array expression", 213},
227 {"initializer element is not constant", 214},
228 {"initializer element is not computable at load time", 215},
229 {"initialization", 216},
230 {"invalid initializer", 217},
231 {"extra brace group at end of initializer", 218},
232 {"missing braces around initializer", 219},
233 {"braces around scalar initializer", 220},
234 {"missing initializer", 221},
235 {"empty braces in initializer", 222},
236 {"empty scalar initializer", 223},
237 {"extra elements in scalar initializer", 224},
238 {"nonconstant array index in initializer", 225},
239 {"array index in non-array initializer", 226},
240 {"duplicate array index in initializer", 227},
241 {"empty index range in initializer", 228},
242 {"unknown field `%s' specified in initializer", 229},
243 {"field `%s' already initialized", 230},
244 {"duplicate initializer", 231},
245 {"excess elements in char array initializer", 232},
246 {"excess elements in struct initializer", 233},
247 {"excess elements in union initializer", 234},
248 {"excess elements in array initializer", 235},
249 {"excess elements in scalar initializer", 236},
250 {"asm template is not a string constant", 237},
252 {"switch quantity not an integer", 239},
253 {"internal error", 240},
254 {"no arguments", 241},
257 {"collect2 version %s", 244},
258 {"%d constructor(s) found\n", 245},
259 {"%d destructor(s) found\n", 246},
260 {"%d frame table(s) found\n", 247},
261 {"%s terminated with signal %d [%s]%s", 248},
262 {"%s returned %d exit status", 249},
263 {"[cannot find %s]", 250},
264 {"cannot find `%s'", 251},
265 {"redirecting stdout: %s", 252},
266 {"[Leaving %s]\n", 253},
269 write_c_file - output name is %s, prefix is %s\n", 254},
270 {"cannot find `nm'", 255},
276 {"init function found in object %s", 261},
277 {"fini function found in object %s", 262},
279 {"unable to open file '%s'", 264},
280 {"unable to stat file '%s'", 265},
281 {"unable to mmap file '%s'", 266},
282 {"not found\n", 267},
283 {"dynamic dependency %s not found", 268},
284 {"bad magic number in file '%s'", 269},
285 {"dynamic dependencies.\n", 270},
286 {"cannot find `ldd'", 271},
290 ldd output with constructors/destructors.\n", 273},
291 {"unable to open dynamic dependency '%s'", 274},
292 {"%s: not a COFF file", 275},
293 {"%s: cannot open as COFF file", 276},
294 {"Library lib%s not found", 277},
296 {"incompatibilities between object file & expected values", 279},
299 Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n", 280},
300 {"string section missing", 281},
301 {"section pointer missing", 282},
302 {"no symbol table found", 283},
303 {"no cmd_strings found", 284},
306 Updating header and load commands.\n\
308 {"load command map, %d cmds, new size %ld.\n", 286},
310 writing load commands.\n\
313 {"could not convert 0x%l.8x into a region", 289},
314 {"%s function, region %d, offset = %ld (0x%.8lx)\n", 290},
315 {"bad magic number", 291},
316 {"bad header version", 292},
317 {"bad raw header version", 293},
318 {"raw header buffer too small", 294},
319 {"old raw header file", 295},
320 {"unsupported version", 296},
321 {"unknown {de,en}code_mach_o_hdr return value %d", 297},
325 {"read %ld bytes, expected %ld, from %s", 301},
329 {"wrote %ld bytes, expected %ld, to %s", 305},
330 {"invalid %%Q value", 306},
331 {"invalid %%C value", 307},
332 {"invalid %%N value", 308},
333 {"invalid %%M value", 309},
334 {"invalid %%m value", 310},
335 {"invalid %%L value", 311},
336 {"invalid %%O value", 312},
337 {"invalid %%P value", 313},
338 {"invalid %%V value", 314},
339 {"bad value `%s' for -mtrap-precision switch", 315},
340 {"bad value `%s' for -mfp-rounding-mode switch", 316},
341 {"bad value `%s' for -mfp-trap-mode switch", 317},
342 {"bad value `%s' for -mcpu switch", 318},
343 {"invalid %%r value", 319},
344 {"invalid %%R value", 320},
345 {"invalid %%h value", 321},
346 {"invalid %%U value", 322},
347 {"invalid %%s value", 323},
348 {"invalid %%E value", 324},
349 {"invalid %%xn code", 325},
350 {"bad value (%s) for -mcpu switch", 326},
351 {"invalid operand to %R code", 327},
352 {"invalid operand to %H/%L code", 328},
353 {"invalid operand to %U code", 329},
354 {"invalid operand to %V code", 330},
355 {"invalid operand output code", 331},
356 {"bad value (%s) for %s switch", 332},
357 {"-fpic and -mapcs-reent are incompatible", 333},
358 {"Invalid floating point emulation option: -mfpe-%s", 334},
359 {"Unable to use '%s' for PIC register", 335},
360 {"No low registers available for popping high registers", 336},
361 {"thumb_load_double_from_address: destination is not a register", 337},
362 {"thumb_load_double_from_address: source is not a computed memory address", 338},
363 {"thumb_load_double_from_address: base is not a register", 339},
364 {"thumb_load_double_from_address: Unhandled address calculation", 340},
365 {"Invalid register class letter %c", 341},
366 {"ACCUM_HIGH_REGS class in limit_reload_class", 342},
367 {"YH_OR_ACCUM_HIGH_REGS found in limit_reload_class", 343},
368 {"YL found in limit_reload_class", 344},
369 {"Stack size > 32k", 345},
370 {"Invalid addressing mode", 346},
371 {"Bad register extension code", 347},
372 {"Invalid offset in ybase addressing", 348},
373 {"Invalid register in ybase addressing", 349},
374 {"inline float constants not supported on this host", 350},
375 {"Invalid shift operator in emit_1600_core_shift", 351},
376 {"Invalid mode for gen_tst_reg", 352},
377 {"Invalid mode for integer comparison in gen_compare_reg", 353},
378 {"Invalid register for compare", 354},
379 {"Internal gcc abort from %s:%d", 355},
380 {"The local variable `insn' has the value:", 356},
381 {"bad value (%s) for -march= switch", 357},
382 {"bad value (%s) for -mcpu= switch", 358},
383 {"Register '%c' is unknown", 359},
384 {"Register '%c' already specified in allocation order", 360},
385 {"-mregparm=%d is not between 0 and %d", 361},
386 {"-malign-loops=%d is not between 0 and %d", 362},
387 {"-malign-jumps=%d is not between 0 and %d", 363},
388 {"-malign-functions=%d is not between 0 and %d", 364},
389 {"-mpreferred-stack-boundary=%d is not between 2 and 31", 365},
390 {"-mbranch-cost=%d is not between 0 and 5", 366},
391 {"floating constant misused", 367},
392 {"invalid UNSPEC as operand", 368},
393 {"invalid expression as operand", 369},
394 {"`%s' declared as both exported to and imported from a DLL.", 370},
395 {"bad value (%s) for -mmodel switch", 371},
396 {"bad value (%s) for -msdata switch", 372},
397 {"invalid operand to %s code", 373},
398 {"invalid operand to %p code", 374},
399 {"invalid operand to %T/%B code", 375},
400 {"invalid operand to %N code", 376},
401 {"-malign-loops=%d is not between 1 and %d", 377},
402 {"-malign-jumps=%d is not between 1 and %d", 378},
403 {"-malign-functions=%d is not between 1 and %d", 379},
404 {"%R not followed by %B/C/D/E", 380},
405 {"invalid %x/X value", 381},
406 {"invalid %H value", 382},
407 {"invalid %h value", 383},
408 {"invalid %Q value", 384},
409 {"invalid %q value", 385},
410 {"invalid %o value", 386},
411 {"invalid %p value", 387},
412 {"invalid %s/S value", 388},
413 {"invalid %P operand", 389},
414 {"invalid %B value", 390},
415 {"invalid %C value", 391},
416 {"invalid %D value", 392},
417 {"invalid %E value", 393},
418 {"`%d' operand isn't a register", 394},
419 {"invalid %r value", 395},
420 {"operand is r0", 396},
421 {"operand is const_double", 397},
422 {"invalid code", 398},
423 {"-mips%d not supported", 399},
424 {"bad value (%s) for -mips switch", 400},
425 {"bad value (%s) for -mabi= switch", 401},
426 {"-mabi=%s does not support -mips%d", 402},
427 {"The -mabi=32 support does not work yet.", 403},
428 {"This target does not support the -mabi switch.", 404},
429 {"-mcpu=%s does not support -mips%d", 405},
430 {"-mips%d does not support 64 bit fp registers", 406},
431 {"-mips%d does not support 64 bit gp registers", 407},
432 {"Invalid option `entry%s'", 408},
433 {"internal error: %%) found without a %%( in assembler pattern", 409},
434 {"internal error: %%] found without a %%[ in assembler pattern", 410},
435 {"internal error: %%> found without a %%< in assembler pattern", 411},
436 {"internal error: %%} found without a %%{ in assembler pattern", 412},
437 {"PRINT_OPERAND: Unknown punctuation '%c'", 413},
438 {"PRINT_OPERAND null pointer", 414},
439 {"PRINT_OPERAND: letter %c was found & insn was not CONST_INT", 415},
440 {"PRINT_OPERAND_ADDRESS, null pointer", 416},
441 {"gp_offset (%ld) or end_offset (%ld) is less than zero.", 417},
442 {"fp_offset (%ld) or end_offset (%ld) is less than zero.", 418},
443 {"can not handle inconsistent calls to `%s'", 419},
444 {"invalid %%B value", 420},
445 {"invalid %%S value", 421},
446 {"invalid %%b value", 422},
447 {"invalid %%H value", 423},
448 {"invalid %%z value", 424},
449 {"invalid %%Z value", 425},
450 {"invalid %%k value", 426},
451 {"invalid %%j value", 427},
452 {"Unknown -mdebug-%s switch", 428},
453 {"invalid %%f value", 429},
454 {"invalid %%F value", 430},
455 {"invalid %%G value", 431},
456 {"invalid %%j code", 432},
457 {"invalid %%J code", 433},
458 {"invalid %%K value", 434},
459 {"invalid %%p value", 435},
460 {"invalid %%q value", 436},
461 {"%%S computed all 1's mask", 437},
462 {"%%S computed all 0's mask", 438},
463 {"invalid %%u value", 439},
464 {"invalid %%v value", 440},
465 {"%s is not supported by this configuration", 441},
466 {"-mptr%d not allowed on -m%d", 442},
467 {"-mlong-double-64 not allowed with -m64", 443},
468 {"bad value (%s) for -mcmodel= switch", 444},
469 {"-mcmodel= is not supported on 32 bit systems", 445},
470 {"profiling does not support code models other than medlow", 446},
471 {"Invalid %%Y operand", 447},
472 {"Invalid %%A operand", 448},
473 {"Invalid %%B operand", 449},
474 {"Invalid %%f operand", 450},
475 {"long long constant not a valid immediate operand", 451},
476 {"floating point constant not a valid immediate operand", 452},
477 {"%s=%s is not numeric.", 453},
478 {"%s=%s is too large.", 454},
479 {"Bogus JR construction: %d\n", 455},
480 {"Bad amount of stack space removal: %d", 456},
481 {"Bogus JARL construction: %d\n", 457},
482 {"cannot convert to a pointer type", 458},
483 {"pointer value used where a floating point value was expected", 459},
484 {"aggregate value used where a float was expected", 460},
485 {"conversion to incomplete type", 461},
486 {"aggregate value used where an integer was expected", 462},
487 {"pointer value used where a complex was expected", 463},
488 {"aggregate value used where a complex was expected", 464},
489 {"destructors take no parameters", 465},
490 {"conflicting access specifications for field `%s', ignored", 466},
491 {"trying to finish struct, but kicked out due to previous parse errors.", 467},
492 {"language string `\"%s\"' not recognized", 468},
493 {"not enough type information", 469},
494 {"invalid operation on uninstantiated type", 470},
495 {"parse errors have confused me too much", 471},
496 {"label `%s' referenced outside of any function", 472},
497 {" enters try block", 473},
498 {"virtual memory exhausted", 474},
499 {"the new ABI requires vtable thunks", 475},
500 {"an anonymous union cannot have function members", 476},
501 {"multiple types in one declaration", 477},
502 {"assignment (not initialization) in declaration", 478},
503 {"invalid catch parameter", 479},
504 {"destructor for alien class `%s' cannot be a member", 480},
505 {"constructor for alien class `%s' cannot be a member", 481},
506 {"cannot declare `::main' to be a template", 482},
507 {"cannot declare `::main' to be inline", 483},
508 {"cannot declare `::main' to be static", 484},
509 {"overflow in array dimension", 485},
510 {"destructors must be member functions", 486},
511 {"`bool' is now a keyword", 487},
512 {"short, signed or unsigned invalid for `%s'", 488},
513 {"long and short specified together for `%s'", 489},
514 {"signed and unsigned given together for `%s'", 490},
515 {"storage class specifiers invalid in parameter declarations", 491},
516 {"typedef declaration invalid in parameter declaration", 492},
517 {"virtual outside class declaration", 493},
518 {"storage class specified for %s `%s'", 494},
519 {"storage class specifiers invalid in friend function declarations", 495},
520 {"destructor cannot be static member function", 496},
521 {"constructor cannot be static member function", 497},
522 {"return value type specifier for constructor ignored", 498},
523 {"can't initialize friend function `%s'", 499},
524 {"virtual functions cannot be friends", 500},
525 {"friend declaration not in class definition", 501},
526 {"cannot declare %s to references", 502},
527 {"invalid type: `void &'", 503},
528 {"only declarations of constructors can be `explicit'", 504},
529 {"non-member `%s' cannot be declared `mutable'", 505},
530 {"non-object member `%s' cannot be declared `mutable'", 506},
531 {"function `%s' cannot be declared `mutable'", 507},
532 {"static `%s' cannot be declared `mutable'", 508},
533 {"const `%s' cannot be declared `mutable'", 509},
534 {"typedef declaration includes an initializer", 510},
535 {"trying to make class `%s' a friend of global scope", 511},
536 {"unnamed variable or field declared void", 512},
537 {"variable or field declared void", 513},
538 {"cannot use `::' in parameter declaration", 514},
539 {"declaration of `%s' as void", 515},
540 {"`%s' is neither function nor member function; cannot be declared friend", 516},
541 {"storage class `auto' invalid for function `%s'", 517},
542 {"storage class `register' invalid for function `%s'", 518},
543 {"virtual non-class function `%s'", 519},
544 {"cannot declare static function inside another function", 520},
545 {"parameter has incomplete type", 521},
547 invalid integer constant in parameter list, did you forget to give parameter \
549 {"parameter invalidly declared method type", 523},
550 {"parameter invalidly declared offset type", 524},
551 {"`void' in parameter list must be entire list", 525},
552 {"Unrecognized option `%s'", 526},
553 {"no file specified with -fdump-translation-unit", 527},
554 {"name missing for member function", 528},
555 {"`__alignof__' applied to a bit-field", 529},
556 {"parser may be lost: is there a '{' missing somewhere?", 530},
557 {"ambiguous conversion for array subscript", 531},
559 cannot delete a function. Only pointer-to-objects are valid arguments to \
561 {"initializer invalid for static member with constructor", 533},
562 {"(you really want to initialize it separately)", 534},
563 {"field initializer is not constant", 535},
564 {"anonymous struct not inside named type", 536},
565 {"namespace-scope anonymous aggregates must be static", 537},
566 {"`operator new' must return type `void *'", 538},
567 {"`operator new' takes type `size_t' parameter", 539},
568 {"`operator new' takes type `size_t' as first parameter", 540},
569 {"`operator delete' must return type `void'", 541},
570 {"`operator delete' takes type `void *' as first parameter", 542},
571 {"second argument to `operator delete' must be of type `size_t'", 543},
572 {"too many arguments in declaration of `operator delete'", 544},
573 {"`...' invalid in specification of `operator delete'", 545},
574 {"call to Java `catch' or `throw', while `jthrowable' undefined", 546},
575 {"mixing C++ and Java `catch'es in single translation unit", 547},
576 {" in thrown expression", 548},
577 {"pointers are not permitted as case values", 549},
578 {"duplicate (or overlapping) case value", 550},
579 {"`default' label within scope of cleanup or variable array", 551},
580 {"argument to `%s' missing\n", 552},
581 {"base class initializer specified, but no base class to initialize", 553},
582 {"initializer for unnamed base class ambiguous", 554},
583 {"no base class to initialize", 555},
584 {"bad array initializer", 556},
585 {"object missing in use of pointer-to-member construct", 557},
586 {"at this point in file", 558},
587 {"new of array type fails to specify size", 559},
588 {"new cannot be applied to a reference type", 560},
589 {"new cannot be applied to a function type", 561},
590 {"call to Java constructor, while `jclass' undefined", 562},
591 {"invalid type `void' for new", 563},
592 {"call to Java constructor, while `%s' undefined", 564},
593 {"initializer ends prematurely", 565},
594 {"unknown array size in delete", 566},
595 {"type to vector delete is neither pointer or array type", 567},
596 {"type name expected before `*'", 568},
597 {"cannot declare references to references", 569},
598 {"cannot declare pointers to references", 570},
599 {"type name expected before `&'", 571},
600 {"parse error at end of saved function text", 572},
601 {"end of file encountered inside string constant", 573},
602 {"end of file encountered inside character constant", 574},
603 {"parse error in method specification", 575},
604 {"function body for constructor missing", 576},
605 {"semicolon missing after %s declaration", 577},
606 {"invalid #pragma vtable", 578},
607 {"invalid #pragma unit", 579},
608 {"invalid `#pragma interface'", 580},
609 {"invalid `#pragma implementation'", 581},
610 {"non hex digit '%c' in universal-character-name", 582},
612 universal-character-name designates `%c', part of the basic source character \
614 {"invalid universal-character-name", 584},
615 {"universal-character-name `\\U%08x' not valid in identifier", 585},
616 {"universal-character-name `\\u%04x' not valid in identifier", 586},
617 {"\\x used with no following hex digits", 587},
618 {"%s at end of saved text", 588},
620 (Each undeclared identifier is reported only once for each function it \
622 {"name lookup of `%s' changed for new ISO `for' scoping", 590},
623 {"complex integer constant is too wide for `__complex int'", 591},
624 {"malformatted character constant", 592},
625 {"ambiguous request for method pointer `%s'", 593},
626 {"request for member `%s' is ambiguous in multiple inheritance lattice", 594},
627 {"invalid default template argument", 595},
628 {"no base initializers given following ':'", 596},
629 {"base initializers not allowed for non-member functions", 597},
630 {"only constructors take base initializers", 598},
631 {"ISO C++ forbids an empty condition for `%s'", 599},
632 {"`sigof' applied to non-aggregate expression", 600},
633 {"`sigof' applied to non-aggregate type", 601},
634 {"storage class specifier `%s' not allowed after struct or class", 602},
635 {"type specifier `%s' not allowed after struct or class", 603},
636 {"type qualifier `%s' not allowed after struct or class", 604},
637 {"no body nor ';' separates two class, struct or union declarations", 605},
638 {"multiple access specifiers", 606},
639 {"multiple `virtual' specifiers", 607},
640 {"missing ';' before right brace", 608},
641 {"label must be followed by statement", 609},
642 {"possibly missing ')'", 610},
643 {"type specifier omitted for parameter", 611},
644 {" a template type parameter must begin with `class' or `typename'", 612},
645 {"incomplete type unification", 613},
646 {"mysterious repository information in %s", 614},
647 {"can't create repository information file `%s'", 615},
648 {"taking dynamic typeid of object with -fno-rtti", 616},
649 {"cannot use typeid with -fno-rtti", 617},
650 {"must #include <typeinfo> before using typeid", 618},
651 {"non-lvalue in %s", 619},
652 {"`com_interface' only supported with -fvtable-thunks", 620},
653 {"requested init_priority is not an integer constant", 621},
655 can only use init_priority attribute on file-scope definitions of objects of \
657 {"requested init_priority is out of range", 623},
658 {"sizeof applied to a bit-field", 624},
659 {"invalid reference to NULL ptr, use ptr-to-member instead", 625},
660 {"invalid use of `%s' on pointer to member", 626},
661 {"invalid type argument", 627},
662 {"pointer to member function called, but not in class scope", 628},
664 invalid call to member function needing `this' in static member function \
666 {"parameter type of called function is incomplete", 630},
667 {"ISO C++ forbids comparison between pointer and integer", 631},
668 {"invalid use of a pointer to an incomplete type in pointer arithmetic", 632},
669 {"cannot take the address of `this', which is an ravlue expression", 633},
670 {"ISO C++ forbids casting to an array type", 634},
671 {" in pointer to member function conversion", 635},
672 {" in pointer to member conversion", 636},
673 {"returning a value from a destructor", 637},
674 {"cannot return from a handler of a function-try-block of a constructor", 638},
675 {"returning a value from a constructor", 639},
676 {" since the following virtual functions are abstract:", 640},
677 {"confused by earlier errors, bailing out", 641},
678 {"Internal compiler error.", 642},
679 {"Internal compiler error %d.", 643},
680 {"Please submit a full bug report.", 644},
681 {"See %s for instructions.", 645},
682 {"due to the presence of a constructor", 646},
683 {"cannot initialize arrays using this syntax", 647},
684 {"initializing array with parameter list", 648},
685 {"initializer for scalar variable requires one element", 649},
686 {"non-empty initializer for array of empty elements", 650},
687 {"index value instead of field name in union initializer", 651},
688 {"circular pointer delegation detected", 652},
689 {"result of `operator->()' yields non-pointer result", 653},
690 {"base operand of `->' is not a pointer", 654},
691 {"duplicate label `%s' in switch statement", 655},
692 {"duplicate label (%d) in switch statement", 656},
693 {"range values `%s' and `%s' reversed", 657},
694 {"range values reversed", 658},
695 {"Can't create cross-reference file `%s'", 659},
696 {"Internal gcc abort.", 660},
697 {"In file included from %s:%u", 661},
701 {"<command line>: ", 663},
703 {"internal error: ", 665},
704 {"ignoring nonexistent directory `%s'\n", 666},
705 {"ignoring duplicate directory `%s'\n", 667},
706 {"#include \"...\" search starts here:\n", 668},
707 {"#include <...> search starts here:\n", 669},
708 {"End of search list.\n", 670},
709 {"GNU CPP version %s (cpplib)\n", 671},
710 {"Usage: %s [switches] input output\n", 672},
713 -include <file> Include the contents of <file> before other \
715 -imacros <file> Accept definition of macros in <file>\n\
716 -iprefix <path> Specify <path> as a prefix for next two options\n\
717 -iwithprefix <dir> Add <dir> to the end of the system include path\n\
718 -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n\
719 -isystem <dir> Add <dir> to the start of the system include \
721 -idirafter <dir> Add <dir> to the end of the system include path\n\
722 -I <dir> Add <dir> to the end of the main include path\n\
723 -I- Fine-grained include path control; see info \
725 -nostdinc Do not search system include directories\n\
726 (dirs specified with -isystem will still be \
728 -nostdinc++ Do not search system include directories for \
730 -o <file> Put output into <file>\n\
731 -pedantic Issue all warnings demanded by strict ANSI C\n\
732 -pedantic-errors Issue -pedantic warnings as errors instead\n\
733 -traditional Follow K&R pre-processor behaviour\n\
734 -trigraphs Support ANSI C trigraphs\n\
735 -lang-c Assume that the input sources are in C\n\
736 -lang-c89 Assume that the input sources are in C89\n\
737 -lang-c++ Assume that the input sources are in C++\n\
738 -lang-objc Assume that the input sources are in ObjectiveC\n\
739 -lang-objc++ Assume that the input sources are in \
741 -lang-asm Assume that the input sources are in assembler\n\
742 -lang-fortran\t\t Assume that the input sources are in Fortran\n\
743 -lang-chill Assume that the input sources are in Chill\n\
744 -std=<std name> Specify the conformance standard; one of:\n\
745 gnu89, gnu99, c89, c99, iso9899:1990,\n\
746 iso9899:199409, iso9899:1999\n\
747 -+ Allow parsing of C++ style features\n\
748 -w Inhibit warning messages\n\
749 -Wtrigraphs Warn if trigraphs are encountered\n\
750 -Wno-trigraphs Do not warn about trigraphs\n\
751 -Wcomment{s} Warn if one comment starts inside another\n\
752 -Wno-comment{s} Do not warn about comments\n\
753 -Wtraditional Warn if a macro argument is/would be turned \
755 a string if -traditional is specified\n\
756 -Wno-traditional Do not warn about stringification\n\
757 -Wundef Warn if an undefined macro is used by #if\n\
758 -Wno-undef Do not warn about testing undefined macros\n\
759 -Wimport Warn about the use of the #import directive\n\
760 -Wno-import Do not warn about the use of #import\n\
761 -Werror Treat all warnings as errors\n\
762 -Wno-error Do not treat warnings as errors\n\
763 -Wall Enable all preprocessor warnings\n\
764 -M Generate make dependencies\n\
765 -MM As -M, but ignore system header files\n\
766 -MD As -M, but put output in a .d file\n\
767 -MMD As -MD, but ignore system header files\n\
768 -MG Treat missing header file as generated files\n\
769 -g3 Include #define and #undef directives in the \
771 -D<macro> Define a <macro> with string '1' as its value\n\
772 -D<macro>=<val> Define a <macro> with <val> as its value\n\
773 -A<question> (<answer>) Assert the <answer> to <question>\n\
774 -A-<question> (<answer>) Disable the <answer> to <question>\n\
775 -U<macro> Undefine <macro> \n\
776 -v Display the version number\n\
777 -H Print the name of header files as they are used\n\
778 -C Do not discard comments\n\
779 -dM Display a list of macro definitions active at \
781 -dD Preserve macro definitions in output\n\
782 -dN As -dD except that only the names are preserved\n\
783 -dI Include #include directives in the output\n\
784 -ftabstop=<number> Distance between tab stops for column reporting\n\
785 -P Do not generate #line directives\n\
786 -$ Do not allow '$' in identifiers\n\
787 -remap Remap file names when including files.\n\
788 --version Display version information\n\
789 -h or --help Display this information\n", 673},
790 {"`%s' is not a legal option to the preprocessor", 674},
791 {"too many input files", 675},
793 Unable to access real part of complex value in a hard register on this target", 676},
795 Unable to access imaginary part of complex value in a hard register on this \
797 {"Cannot duplicate non-existant exception region.", 678},
798 {"exception handling disabled, use -fexceptions to enable", 679},
799 {"Never issued previous false_label", 680},
800 {"Duplicate call to __builtin_eh_return", 681},
801 {"function uses __builtin_eh_return", 682},
802 {"stack limits not supported on this target", 683},
803 {"function using short complex types cannot be inline", 684},
804 {"unsupported wide integer operation", 685},
805 {"output_operand: %s", 686},
806 {"operand number missing after %-letter", 687},
807 {"operand number out of range", 688},
808 {"invalid %%-code", 689},
809 {"`%l' operand isn't a label", 690},
810 {"Head insn %d for block %d not found in the insn stream.", 691},
811 {"Insn %d is in multiple basic blocks (%d and %d)", 692},
812 {"End insn %d for block %d not found in the insn stream.", 693},
813 {"Basic block %i edge lists are corrupted", 694},
814 {"Basic block %d pred edge is corrupted", 695},
815 {"NOTE_INSN_BASIC_BLOCK is missing for block %d", 696},
816 {"NOTE_INSN_BASIC_BLOCK is missing for block %d\n", 697},
817 {"NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d", 698},
818 {"In basic block %d:", 699},
819 {"Basic blocks not numbered consecutively", 700},
820 {"number of bb notes in insn chain (%d) != n_basic_blocks (%d)", 701},
821 {"Ambiguous abbreviation %s", 702},
822 {"Incomplete `%s' option", 703},
823 {"Missing argument to `%s' option", 704},
824 {"Extraneous argument to `%s' option", 705},
825 {"Using builtin specs.\n", 706},
827 Setting spec %s to '%s'\n\
829 {"Reading specs from %s\n", 708},
830 {"specs %%include syntax malformed after %ld characters", 709},
831 {"Could not find specs file %s\n", 710},
832 {"specs %%rename syntax malformed after %ld characters", 711},
833 {"specs %s spec was not found to be renamed", 712},
834 {"rename spec %s to %s\n", 713},
838 {"specs unknown %% command after %ld characters", 715},
839 {"specs file malformed after %ld characters", 716},
840 {"spec file has no spec for linking", 717},
841 {"file path prefix `%s%s' never used", 718},
842 {"file path prefix `%s' never used", 719},
843 {"-pipe not supported", 720},
846 Go ahead? (y or n) ", 721},
847 {"Internal compiler error: program %s got fatal signal %d", 722},
848 {"# %s %.2f %.2f\n", 723},
849 {"argument to `-Xlinker' is missing", 724},
850 {"argument to `-specs' is missing", 725},
851 {"argument to `-specs=' is missing", 726},
852 {"argument to `-b' is missing", 727},
853 {"argument to `-B' is missing", 728},
854 {"argument to `-V' is missing", 729},
855 {"invalid version number format", 730},
856 {"cannot specify -o with -c or -S and multiple compilations", 731},
857 {"Warning: -pipe ignored since -save-temps specified", 732},
858 {"Warning: -pipe ignored since -time specified", 733},
859 {"argument to `-x' is missing", 734},
860 {"argument to `-%s' is missing", 735},
861 {"Warning: `-x %s' after last input file has no effect", 736},
862 {"Invalid specification! Bug in cc.", 737},
863 {"Spec failure: '%%*' has not been initialised by pattern match", 738},
864 {"Warning: use of obsolete %%[ operator in specs", 739},
865 {"Processing spec %c%s%c, which is '%s'\n", 740},
866 {"Spec failure: Unrecognised spec option '%c'", 741},
867 {"unrecognized option `-%s'", 742},
868 {"gcc version %s\n", 743},
869 {"gcc driver version %s executing gcc version %s\n", 744},
870 {"No input files", 745},
871 {"%s: %s compiler not installed on this system", 746},
872 {"%s: linker input file unused since linking not done", 747},
873 {"language %s not recognized", 748},
875 {"%s: option `%s' is ambiguous\n", 750},
876 {"%s: option `--%s' doesn't allow an argument\n", 751},
877 {"%s: option `%c%s' doesn't allow an argument\n", 752},
878 {"%s: option `%s' requires an argument\n", 753},
879 {"%s: unrecognized option `--%s'\n", 754},
880 {"%s: unrecognized option `%c%s'\n", 755},
881 {"%s: illegal option -- %c\n", 756},
882 {"%s: invalid option -- %c\n", 757},
883 {"%s: option requires an argument -- %c\n", 758},
884 {"%s: option `-W %s' is ambiguous\n", 759},
885 {"%s: option `-W %s' doesn't allow an argument\n", 760},
886 {"varargs function cannot be inline", 761},
887 {"function using alloca cannot be inline", 762},
888 {"function using setjmp cannot be inline", 763},
889 {"function with nested functions cannot be inline", 764},
890 {"function with label addresses used in initializers cannot inline", 765},
891 {"function too large to be inline", 766},
892 {"no prototype, and parameter address used; cannot be inline", 767},
893 {"inline functions not supported for this return value type", 768},
894 {"function with varying-size return value cannot be inline", 769},
895 {"function with varying-size parameter cannot be inline", 770},
896 {"function with transparent unit parameter cannot be inline", 771},
897 {"function with computed jump cannot inline", 772},
898 {"function with nonlocal goto cannot be inline", 773},
899 {"function with complex parameters cannot be inline", 774},
900 {"function with target specific attribute(s) cannot be inlined", 775},
901 {"Objective-C text in C source file", 776},
902 {"statically allocated objects not supported", 777},
903 {"Undefined type `id', please import <objc/objc.h>", 778},
904 {"Cannot find protocol declaration for `%s'", 779},
905 {"Cannot find interface declaration for `%s'", 780},
906 {"`%s' redeclared as different kind of symbol", 781},
907 {"Cannot find interface declaration for `%s', superclass of `%s'", 782},
908 {"Circular inheritance in interface declaration for `%s'", 783},
909 {"inconsistent instance variable specification", 784},
910 {"no super class declared in interface for `%s'", 785},
911 {"duplicate definition of class method `%s'.", 786},
912 {"duplicate declaration of class method `%s'.", 787},
913 {"duplicate definition of instance method `%s'.", 788},
914 {"duplicate declaration of instance method `%s'.", 789},
915 {"instance variable `%s' is declared private", 790},
916 {"instance variable `%s' is declared %s", 791},
917 {"reimplementation of class `%s'", 792},
918 {"conflicting super class name `%s'", 793},
919 {"previous declaration of `%s'", 794},
920 {"[super ...] must appear in a method context", 795},
921 {"Instance variable `%s' implicitly declared as function", 796},
922 {"method definition not in class context", 797},
923 {"%s: internal abort\n", 798},
924 {"%s: error writing file `%s': %s\n", 799},
925 {"%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n", 800},
926 {"%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n", 801},
927 {"%s: warning: no read access for file `%s'\n", 802},
928 {"%s: warning: no write access for file `%s'\n", 803},
929 {"%s: warning: no write access for dir containing `%s'\n", 804},
930 {"%s: invalid file name: %s\n", 805},
931 {"%s: %s: can't get status: %s\n", 806},
934 %s: fatal error: aux info file corrupted at line %d\n", 807},
935 {"%s:%d: declaration of function `%s' takes different forms\n", 808},
936 {"%s: compiling `%s'\n", 809},
937 {"%s: wait: %s\n", 810},
938 {"%s: subprocess got fatal signal %d\n", 811},
939 {"%s: %s exited with status %d\n", 812},
940 {"%s: warning: missing SYSCALLS file `%s'\n", 813},
941 {"%s: can't read aux info file `%s': %s\n", 814},
942 {"%s: can't get status of aux info file `%s': %s\n", 815},
943 {"%s: can't open aux info file `%s' for reading: %s\n", 816},
944 {"%s: error reading aux info file `%s': %s\n", 817},
945 {"%s: error closing aux info file `%s': %s\n", 818},
946 {"%s: can't delete aux info file `%s': %s\n", 819},
947 {"%s: can't delete file `%s': %s\n", 820},
948 {"%s: warning: can't rename file `%s' to `%s': %s\n", 821},
949 {"%s: conflicting extern definitions of '%s'\n", 822},
950 {"%s: declarations of '%s' will not be converted\n", 823},
951 {"%s: conflict list for '%s' follows:\n", 824},
952 {"%s: warning: using formals list from %s(%d) for function `%s'\n", 825},
953 {"%s: %d: `%s' used but missing from SYSCALLS\n", 826},
954 {"%s: %d: warning: no extern definition for `%s'\n", 827},
955 {"%s: warning: no static definition for `%s' in file `%s'\n", 828},
956 {"%s: multiple static defs of `%s' in file `%s'\n", 829},
957 {"%s: %d: warning: source too confusing\n", 830},
958 {"%s: %d: warning: varargs function declaration not converted\n", 831},
959 {"%s: declaration of function `%s' not converted\n", 832},
960 {"%s: warning: too many parameter lists in declaration of `%s'\n", 833},
963 %s: warning: too few parameter lists in declaration of `%s'\n", 834},
964 {"%s: %d: warning: found `%s' but expected `%s'\n", 835},
965 {"%s: local declaration for function `%s' not inserted\n", 836},
968 %s: %d: warning: can't add declaration of `%s' into macro call\n", 837},
969 {"%s: global declarations for file `%s' not inserted\n", 838},
970 {"%s: definition of function `%s' not converted\n", 839},
971 {"%s: %d: warning: definition of %s not converted\n", 840},
972 {"%s: found definition of `%s' at %s(%d)\n", 841},
973 {"%s: %d: warning: `%s' excluded by preprocessing\n", 842},
974 {"%s: function definition not converted\n", 843},
975 {"%s: `%s' not converted\n", 844},
976 {"%s: would convert file `%s'\n", 845},
977 {"%s: converting file `%s'\n", 846},
978 {"%s: can't get status for file `%s': %s\n", 847},
979 {"%s: can't open file `%s' for reading: %s\n", 848},
982 %s: error reading input file `%s': %s\n", 849},
983 {"%s: can't create/open clean file `%s': %s\n", 850},
984 {"%s: warning: file `%s' already saved in `%s'\n", 851},
985 {"%s: can't link file `%s' to `%s': %s\n", 852},
986 {"%s: can't create/open output file `%s': %s\n", 853},
987 {"%s: can't change mode of file `%s': %s\n", 854},
988 {"%s: cannot get working directory: %s\n", 855},
989 {"%s: input file names must have .c suffixes: %s\n", 856},
990 {"can't use '%s' as a %s register", 857},
991 {"global register variable follows a function definition", 858},
992 {"Unable to find a register to spill in class `%s'.", 859},
993 {"RTL check: access of elt %d of `%s' with last elt %d", 860},
994 {"RTL check: expected elt %d type '%c', have '%c' (rtx %s)", 861},
995 {"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s)", 862},
996 {"RTL check: expected code `%s', have `%s'", 863},
997 {"RTL check: expected code `%s' or `%s', have `%s'", 864},
998 {"RTL check: access of elt %d of vector with last elt %d", 865},
1000 Internal compiler error in `%s', at %s:%d\n\
1001 Please submit a full bug report.\n\
1002 See %s for instructions.", 866},
1003 {"jump to `%s' invalidly jumps into binding contour", 867},
1004 {"`asm' cannot be used in function where memory usage is checked", 868},
1005 {"`asm' cannot be used with `-fcheck-memory-usage'", 869},
1006 {"unknown register name `%s' in `asm'", 870},
1007 {"too many alternatives in `asm'", 871},
1008 {"operand constraints for `asm' differ in number of alternatives", 872},
1009 {"output operand constraint lacks `='", 873},
1010 {"output operand constraint %d contains `+'", 874},
1011 {"operand constraint contains '+' or '=' at illegal position.", 875},
1012 {"`%%' constraint used with last operand", 876},
1013 {"matching constraint not valid in output operand", 877},
1014 {"output number %d not directly addressable", 878},
1015 {"more than %d operands in `asm'", 879},
1016 {"hard register `%s' listed as input operand to `asm'", 880},
1017 {"input operand constraint contains `%c'", 881},
1018 {"matching constraint references invalid operand number", 882},
1019 {"type size can't be explicitly evaluated", 883},
1020 {"variable-size type declared outside of any function", 884},
1021 {"Invalid option `%s'", 885},
1022 {"output pipe has been closed", 886},
1023 {"invalid register name `%s' for register variable", 887},
1024 {"unrecognized register name `%s'", 888},
1025 {"use -gdwarf -g%d for DWARF v1, level %d", 889},
1026 {"use -gdwarf-2 for DWARF v2", 890},
1027 {"options passed: ", 891},
1028 {"options enabled: ", 892},
1029 {"arrays of functions are not meaningful", 893},
1030 {"function return type cannot be function", 894},
1031 {"invalid initializer for bit string", 895},
1032 {"Tree check: expected %s, have %s", 896},
1033 {"Tree check: expected class '%c', have '%c' (%s)", 897},
1034 {"global register variable has initial value", 898},
1035 {"floating point trap outputting a constant", 899},
1036 {"initializer for integer value is too complicated", 900},
1037 {"initializer for floating value is not a floating constant", 901},
1038 {"unknown set constructor type", 902},
1039 {"invalid initial value for member `%s'", 903},
1040 {"may not use both -EB and -EL", 904},
1041 {"-mapcs-26 and -mapcs-32 may not be used together", 905},
1042 {"-msoft-float and -mhard_float may not be used together", 906},
1043 {"-mbig-endian and -mlittle-endian may not be used together", 907},
1044 {"-mbsd and -pedantic incompatible", 908},
1045 {"-mbsd and -mxopen incompatible", 909},
1046 {"-mxopen and -pedantic incompatible", 910},
1047 {"A -ifile option requires a -map option", 911},
1048 {"`-p' not supported; use `-pg' and gprof(1)", 912},
1049 {"-static not valid with -mcoff", 913},
1050 {"-shared not valid with -mcoff", 914},
1051 {"-symbolic not valid with -mcoff", 915},
1052 {"-fpic is not valid with -mcoff", 916},
1053 {"-fPIC is not valid with -mcoff", 917},
1054 {"-fpic not valid with -mcoff", 918},
1055 {"-fPIC not valid with -mcoff", 919},
1056 {"-p option not supported: use -pg instead", 920},
1057 {"-pipe is not supported.", 921},
1058 {"may not use both -mfp64 and -msingle-float", 922},
1059 {"may not use both -mfp64 and -m4650", 923},
1060 {"-mhard-float not supported.", 924},
1061 {"-msingle-float and -msoft-float can not both be specified.", 925},
1062 {"-p profiling is no longer supported. Use -pg instead.", 926},
1063 {"profiling not supported with -mg\n", 927},
1064 {"GNU C++ does not support -C without using -E", 928},
1065 {"-pg and -fomit-frame-pointer are incompatible", 929},
1066 {"GNU C does not support -C without using -E", 930},
1067 {"-E required when input is from standard input", 931},
1068 {"Compilation of header file requested", 932},
1071 int _msg_tbl_length
= 932;
This page took 0.11431 seconds and 5 git commands to generate.