]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/po/gcc.pot
Makefile.def, [...]: Remove all mention of libf2c.
[thirdparty/gcc.git] / gcc / po / gcc.pot
CommitLineData
dc6746e7 1# SOME DESCRIPTIVE TITLE.
8d98c44c 2# Copyright (C) YEAR Free Software Foundation, Inc.
a52453cc 3# This file is distributed under the same license as the PACKAGE package.
dc6746e7
PT
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
8d98c44c 10"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
b4117c30 11"POT-Creation-Date: 2004-05-17 12:50-0700\n"
dc6746e7
PT
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"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
9e620082 17"Content-Transfer-Encoding: 8bit\n"
dc6746e7 18
b97e55da 19#: attribs.c:178
5b7874aa
ZW
20#, c-format
21msgid "`%s' attribute directive ignored"
4ba01ed2
PT
22msgstr ""
23
b97e55da 24#: attribs.c:186
5b7874aa
ZW
25#, c-format
26msgid "wrong number of arguments specified for `%s' attribute"
4ba01ed2
PT
27msgstr ""
28
b97e55da 29#: attribs.c:203
5b7874aa
ZW
30#, c-format
31msgid "`%s' attribute does not apply to types"
4ba01ed2
PT
32msgstr ""
33
a47a6810 34#: attribs.c:249
5b7874aa
ZW
35#, c-format
36msgid "`%s' attribute only applies to function types"
4ba01ed2
PT
37msgstr ""
38
b4117c30
ZW
39#: attribs.c:435 c-common.c:4384 c-common.c:4403 c-common.c:4421
40#: c-common.c:4448 c-common.c:4467 c-common.c:4490 c-common.c:4513
41#: c-common.c:4539 c-common.c:4573 c-common.c:4617 c-common.c:4645
42#: c-common.c:4673 c-common.c:4692 c-common.c:4968 c-common.c:4990
43#: c-common.c:5025 c-common.c:5092 c-common.c:5138 c-common.c:5196
44#: c-common.c:5225 c-common.c:5465 c-common.c:5488 c-common.c:5527
45#: config/arm/arm.c:2507 config/arm/arm.c:2534 config/avr/avr.c:4547
b1b51268 46#: config/h8300/h8300.c:4401 config/h8300/h8300.c:4424 config/i386/i386.c:1668
b4117c30 47#: config/i386/i386.c:15251 config/i386/winnt.c:86 config/ia64/ia64.c:1081
b1b51268 48#: config/ip2k/ip2k.c:3160 config/m68hc11/m68hc11.c:1289
b4117c30 49#: config/rs6000/rs6000.c:15185
5b7874aa
ZW
50#, c-format
51msgid "`%s' attribute ignored"
4ba01ed2
PT
52msgstr ""
53
b1b51268 54#: builtins.c:329
5b7874aa 55msgid "offset outside bounds of constant string"
4ba01ed2
PT
56msgstr ""
57
b1b51268 58#: builtins.c:915
1737c953
JM
59msgid "second arg to `__builtin_prefetch' must be a constant"
60msgstr ""
61
b1b51268 62#: builtins.c:922
1737c953
JM
63msgid "invalid second arg to __builtin_prefetch; using zero"
64msgstr ""
65
b1b51268 66#: builtins.c:929
1737c953
JM
67msgid "third arg to `__builtin_prefetch' must be a constant"
68msgstr ""
69
b1b51268 70#: builtins.c:936
1737c953
JM
71msgid "invalid third arg to __builtin_prefetch; using zero"
72msgstr ""
73
b1b51268 74#: builtins.c:4024
5b7874aa 75msgid "argument of `__builtin_args_info' must be constant"
d51681a7
PT
76msgstr ""
77
b1b51268 78#: builtins.c:4030
5b7874aa 79msgid "argument of `__builtin_args_info' out of range"
dc6746e7
PT
80msgstr ""
81
b1b51268 82#: builtins.c:4036
5b7874aa 83msgid "missing argument in `__builtin_args_info'"
d51681a7
PT
84msgstr ""
85
b4117c30 86#: builtins.c:4052 builtins.c:8929
5b7874aa 87msgid "`va_start' used in function with fixed args"
dc6746e7
PT
88msgstr ""
89
b4117c30 90#: builtins.c:4071 builtins.c:8945
5b7874aa 91msgid "second parameter of `va_start' not last named argument"
dc6746e7
PT
92msgstr ""
93
5b7874aa
ZW
94#. Evidently an out of date version of <stdarg.h>; can't validate
95#. va_start's second argument, but can still work as intended.
b4117c30 96#: builtins.c:4076 builtins.c:8951
5b7874aa 97msgid "`__builtin_next_arg' called without an argument"
9e620082
ZW
98msgstr ""
99
b4117c30 100#: builtins.c:4165 builtins.c:8916
5b7874aa
ZW
101msgid "too many arguments to function `va_start'"
102msgstr ""
103
b1b51268 104#: builtins.c:4287
5b7874aa 105msgid "first argument to `va_arg' not of type `va_list'"
d51681a7
PT
106msgstr ""
107
7bbf788c
PT
108#. Unfortunately, this is merely undefined, rather than a constraint
109#. violation, so we cannot make this an error. If this call is never
110#. executed, the program is still strictly conforming.
b1b51268 111#: builtins.c:4319
d51681a7 112#, c-format
5b7874aa 113msgid "`%s' is promoted to `%s' when passed through `...'"
d51681a7
PT
114msgstr ""
115
b1b51268 116#: builtins.c:4324
d51681a7 117#, c-format
5b7874aa 118msgid "(so you should pass `%s' not `%s' to `va_arg')"
d51681a7
PT
119msgstr ""
120
b1b51268
JM
121#. We can, however, treat "undefined" any way we please.
122#. Call abort to encourage the user to fix the program.
123#: builtins.c:4330 c-typeck.c:1757
124msgid "if this code is reached, the program will abort"
125msgstr ""
126
127#: builtins.c:4437
5b7874aa 128msgid "invalid arg to `__builtin_frame_address'"
d51681a7
PT
129msgstr ""
130
b1b51268 131#: builtins.c:4439
5b7874aa 132msgid "invalid arg to `__builtin_return_address'"
dc6746e7
PT
133msgstr ""
134
b1b51268 135#: builtins.c:4453
5b7874aa 136msgid "unsupported arg to `__builtin_frame_address'"
dc6746e7
PT
137msgstr ""
138
b1b51268 139#: builtins.c:4455
5b7874aa 140msgid "unsupported arg to `__builtin_return_address'"
dc6746e7
PT
141msgstr ""
142
b1b51268 143#: builtins.c:4621
5b7874aa 144msgid "second arg to `__builtin_expect' must be a constant"
d51681a7
PT
145msgstr ""
146
b1b51268 147#: builtins.c:5880
5b7874aa 148msgid "__builtin_longjmp second argument must be 1"
d51681a7
PT
149msgstr ""
150
b1b51268 151#: builtins.c:6025
d51681a7 152#, c-format
5b7874aa 153msgid "built-in function `%s' not currently supported"
dc6746e7
PT
154msgstr ""
155
b1b51268 156#: builtins.c:6203
a47a6810 157msgid "target format does not support infinity"
5b7874aa
ZW
158msgstr ""
159
b1b51268 160#: c-common.c:931
b97e55da 161msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
1737c953
JM
162msgstr ""
163
b1b51268 164#: c-common.c:1155
b97e55da
JM
165msgid "%J'%D' is not defined outside of function scope"
166msgstr ""
167
b1b51268 168#: c-common.c:1175
5b7874aa
ZW
169#, c-format
170msgid ""
171"string length `%d' is greater than the length `%d' ISO C%d compilers are "
172"required to support"
dc6746e7
PT
173msgstr ""
174
b1b51268 175#: c-common.c:1216
9e620082 176msgid "overflow in constant expression"
dc6746e7
PT
177msgstr ""
178
b1b51268 179#: c-common.c:1236
9e620082 180msgid "integer overflow in expression"
4ba01ed2
PT
181msgstr ""
182
b1b51268 183#: c-common.c:1245
9e620082 184msgid "floating point overflow in expression"
4ba01ed2
PT
185msgstr ""
186
b1b51268 187#: c-common.c:1251
7bbf788c
PT
188msgid "vector overflow in expression"
189msgstr ""
190
9e620082 191#. This detects cases like converting -129 or 256 to unsigned char.
b1b51268 192#: c-common.c:1273
9e620082 193msgid "large integer implicitly truncated to unsigned type"
4ba01ed2
PT
194msgstr ""
195
b1b51268 196#: c-common.c:1275
9e620082 197msgid "negative integer implicitly converted to unsigned type"
dc6746e7
PT
198msgstr ""
199
b1b51268 200#: c-common.c:1331
9e620082 201msgid "overflow in implicit constant conversion"
dc6746e7
PT
202msgstr ""
203
b1b51268 204#: c-common.c:1467
dc6746e7 205#, c-format
9e620082 206msgid "operation on `%s' may be undefined"
dc6746e7
PT
207msgstr ""
208
b1b51268 209#: c-common.c:1750
9e620082 210msgid "expression statement has incomplete type"
dc6746e7
PT
211msgstr ""
212
b1b51268 213#: c-common.c:1782
9e620082 214msgid "case label does not reduce to an integer constant"
dc6746e7
PT
215msgstr ""
216
b1b51268 217#: c-common.c:2086
9e620082 218msgid "invalid truth-value expression"
dc6746e7
PT
219msgstr ""
220
b1b51268 221#: c-common.c:2137
dc6746e7 222#, c-format
9e620082 223msgid "invalid operands to binary %s"
dc6746e7
PT
224msgstr ""
225
b1b51268 226#: c-common.c:2371
9e620082 227msgid "comparison is always false due to limited range of data type"
dc6746e7
PT
228msgstr ""
229
b1b51268 230#: c-common.c:2373
9e620082 231msgid "comparison is always true due to limited range of data type"
dc6746e7
PT
232msgstr ""
233
b1b51268 234#: c-common.c:2443
9e620082 235msgid "comparison of unsigned expression >= 0 is always true"
dc6746e7
PT
236msgstr ""
237
b1b51268 238#: c-common.c:2452
9e620082 239msgid "comparison of unsigned expression < 0 is always false"
4ba01ed2
PT
240msgstr ""
241
b1b51268 242#: c-common.c:2494
7bbf788c
PT
243msgid "pointer of type `void *' used in arithmetic"
244msgstr ""
245
b1b51268 246#: c-common.c:2500
7bbf788c
PT
247msgid "pointer to a function used in arithmetic"
248msgstr ""
249
b1b51268 250#: c-common.c:2506
7bbf788c
PT
251msgid "pointer to member function used in arithmetic"
252msgstr ""
253
b97e55da
JM
254#. Common Ada/Pascal programmer's mistake. We always warn
255#. about this since it is so bad.
b1b51268 256#: c-common.c:2612
b97e55da
JM
257msgid "the address of `%D', will always evaluate as `true'"
258msgstr ""
259
b4117c30 260#: c-common.c:2706
9e620082 261msgid "suggest parentheses around assignment used as truth value"
dc6746e7
PT
262msgstr ""
263
b1b51268 264#: c-common.c:2752 c-common.c:2792
9e620082 265msgid "invalid use of `restrict'"
4ba01ed2
PT
266msgstr ""
267
b1b51268 268#: c-common.c:3004
a47a6810
JM
269msgid "invalid application of `sizeof' to a function type"
270msgstr ""
271
b1b51268 272#: c-common.c:3014
a47a6810
JM
273#, c-format
274msgid "invalid application of `%s' to a void type"
275msgstr ""
276
b1b51268 277#: c-common.c:3020
a47a6810
JM
278#, c-format
279msgid "invalid application of `%s' to an incomplete type"
5b7874aa
ZW
280msgstr ""
281
b1b51268 282#: c-common.c:3060
5b7874aa
ZW
283msgid "`__alignof' applied to a bit-field"
284msgstr ""
285
b4117c30 286#: c-common.c:3502
1737c953
JM
287#, c-format
288msgid "cannot disable built-in function `%s'"
289msgstr ""
290
b4117c30 291#: c-common.c:3663 c-typeck.c:1987
4ba01ed2 292#, c-format
9e620082 293msgid "too few arguments to function `%s'"
dc6746e7
PT
294msgstr ""
295
b4117c30 296#: c-common.c:3669 c-typeck.c:1848
dc6746e7 297#, c-format
9e620082 298msgid "too many arguments to function `%s'"
dc6746e7
PT
299msgstr ""
300
b4117c30 301#: c-common.c:3688
7bbf788c
PT
302#, c-format
303msgid "non-floating-point argument to function `%s'"
304msgstr ""
305
b4117c30 306#: c-common.c:3908
9e620082 307msgid "pointers are not permitted as case values"
dc6746e7
PT
308msgstr ""
309
b4117c30 310#: c-common.c:3912
b97e55da 311msgid "range expressions in switch statements are non-standard"
dc6746e7
PT
312msgstr ""
313
b4117c30 314#: c-common.c:3937
9e620082 315msgid "empty range specified"
dc6746e7
PT
316msgstr ""
317
b4117c30 318#: c-common.c:3988
9e620082 319msgid "duplicate (or overlapping) case value"
dc6746e7
PT
320msgstr ""
321
b4117c30 322#: c-common.c:3989
b97e55da 323msgid "%Jthis is the first entry overlapping that value"
dc6746e7
PT
324msgstr ""
325
b4117c30 326#: c-common.c:3993
9e620082 327msgid "duplicate case value"
dc6746e7
PT
328msgstr ""
329
b4117c30 330#: c-common.c:3994
b97e55da 331msgid "%Jpreviously used here"
dc6746e7
PT
332msgstr ""
333
b4117c30 334#: c-common.c:3998
9e620082 335msgid "multiple default labels in one switch"
dc6746e7
PT
336msgstr ""
337
b4117c30 338#: c-common.c:3999
b97e55da 339msgid "%Jthis is the first default label"
dc6746e7
PT
340msgstr ""
341
b4117c30 342#: c-common.c:4048
b1b51268 343msgid "%Jcase value `%s' not in enumerated type"
dc6746e7
PT
344msgstr ""
345
b4117c30 346#: c-common.c:4051
b1b51268 347msgid "%Jcase value `%s' not in enumerated type `%T'"
b97e55da
JM
348msgstr ""
349
b4117c30 350#: c-common.c:4116
b1b51268 351msgid "%Hswitch missing default case"
dc6746e7
PT
352msgstr ""
353
b1b51268
JM
354#. Warn if there are enumerators that don't correspond to
355#. case expressions.
b4117c30 356#: c-common.c:4150
b1b51268 357msgid "%Henumeration value `%E' not handled in switch"
dc6746e7
PT
358msgstr ""
359
b4117c30 360#: c-common.c:4177
b1b51268 361msgid "taking the address of a label is non-standard"
d9b2742a
ZW
362msgstr ""
363
b4117c30 364#: c-common.c:4727
d9b2742a 365#, c-format
b1b51268 366msgid "unknown machine mode `%s'"
d9b2742a
ZW
367msgstr ""
368
b4117c30 369#: c-common.c:4733
b1b51268 370msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
b97e55da
JM
371msgstr ""
372
b4117c30 373#: c-common.c:4735
b1b51268 374msgid "use __attribute__ ((vector_size)) instead"
dc6746e7
PT
375msgstr ""
376
b4117c30 377#: c-common.c:4740
a47a6810
JM
378#, c-format
379msgid "no data type for mode `%s'"
dc6746e7
PT
380msgstr ""
381
b4117c30 382#: c-common.c:4745
a47a6810
JM
383#, c-format
384msgid "invalid pointer mode `%s'"
dc6746e7
PT
385msgstr ""
386
b4117c30 387#: c-common.c:4752
a47a6810
JM
388#, c-format
389msgid "unable to emulate '%s'"
dc6746e7
PT
390msgstr ""
391
b4117c30 392#: c-common.c:4796
b97e55da 393msgid "%Jsection attribute cannot be specified for local variables"
a47a6810
JM
394msgstr ""
395
b4117c30 396#: c-common.c:4807
b97e55da 397msgid "%Jsection of '%D' conflicts with previous declaration"
1737c953
JM
398msgstr ""
399
b4117c30 400#: c-common.c:4816
b97e55da 401msgid "%Jsection attribute not allowed for '%D'"
dc6746e7
PT
402msgstr ""
403
b4117c30 404#: c-common.c:4822
b97e55da 405msgid "%Jsection attributes are not supported for this target"
a47a6810
JM
406msgstr ""
407
b4117c30 408#: c-common.c:4860
a47a6810
JM
409msgid "requested alignment is not a constant"
410msgstr ""
411
b4117c30 412#: c-common.c:4865
a47a6810
JM
413msgid "requested alignment is not a power of 2"
414msgstr ""
415
b4117c30 416#: c-common.c:4870
a47a6810
JM
417msgid "requested alignment is too large"
418msgstr ""
419
b4117c30 420#: c-common.c:4896
b97e55da 421msgid "%Jalignment may not be specified for '%D'"
a47a6810
JM
422msgstr ""
423
b4117c30 424#: c-common.c:4934
b97e55da 425msgid "%J'%D' defined both normally and as an alias"
a47a6810
JM
426msgstr ""
427
b4117c30 428#: c-common.c:4950
a47a6810
JM
429msgid "alias arg not a string"
430msgstr ""
431
b4117c30 432#: c-common.c:4996
a47a6810
JM
433msgid "visibility arg not a string"
434msgstr ""
435
b4117c30 436#: c-common.c:5009
a47a6810
JM
437msgid ""
438"visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
439"\"internal\""
dc6746e7
PT
440msgstr ""
441
b4117c30 442#: c-common.c:5035
a47a6810
JM
443msgid "tls_model arg not a string"
444msgstr ""
445
b4117c30 446#: c-common.c:5044
a47a6810
JM
447msgid ""
448"tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
449"dynamic\" or \"global-dynamic\""
450msgstr ""
451
b4117c30 452#: c-common.c:5066 c-common.c:5112
b97e55da 453msgid "%J'%E' attribute applies only to functions"
a47a6810
JM
454msgstr ""
455
b4117c30 456#: c-common.c:5071 c-common.c:5117
b97e55da 457msgid "%Jcan't set '%E' attribute after definition"
a47a6810
JM
458msgstr ""
459
b4117c30 460#: c-common.c:5193
a47a6810
JM
461#, c-format
462msgid "`%s' attribute ignored for `%s'"
463msgstr ""
464
b4117c30 465#: c-common.c:5254
a47a6810
JM
466#, c-format
467msgid "invalid vector type for attribute `%s'"
468msgstr ""
469
b4117c30 470#: c-common.c:5278
a47a6810
JM
471msgid "no vector mode with the size and type specified could be found"
472msgstr ""
473
b4117c30 474#: c-common.c:5306
a47a6810
JM
475msgid "nonnull attribute without arguments on a non-prototype"
476msgstr ""
477
b4117c30 478#: c-common.c:5321
a47a6810
JM
479#, c-format
480msgid "nonnull argument has invalid operand number (arg %lu)"
481msgstr ""
482
b4117c30 483#: c-common.c:5340
a47a6810
JM
484#, c-format
485msgid ""
486"nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
487msgstr ""
488
b4117c30 489#: c-common.c:5348
a47a6810
JM
490#, c-format
491msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
492msgstr ""
493
b4117c30 494#: c-common.c:5428
dc6746e7 495#, c-format
a47a6810
JM
496msgid "null argument where non-null required (arg %lu)"
497msgstr ""
498
b4117c30 499#: c-common.c:5499
b97e55da 500msgid "cleanup arg not an identifier"
dc6746e7
PT
501msgstr ""
502
b4117c30 503#: c-common.c:5506
b97e55da 504msgid "cleanup arg not a function"
dc6746e7
PT
505msgstr ""
506
b4117c30 507#: c-common.c:5893
01b84e13
JM
508#, c-format
509msgid "%s at end of input"
510msgstr ""
511
b4117c30 512#: c-common.c:5899
01b84e13
JM
513#, c-format
514msgid "%s before %s'%c'"
515msgstr ""
516
b4117c30 517#: c-common.c:5901
01b84e13
JM
518#, c-format
519msgid "%s before %s'\\x%x'"
520msgstr ""
521
b4117c30 522#: c-common.c:5905
01b84e13
JM
523#, c-format
524msgid "%s before string constant"
525msgstr ""
526
b4117c30 527#: c-common.c:5907
01b84e13
JM
528#, c-format
529msgid "%s before numeric constant"
530msgstr ""
531
b4117c30 532#: c-common.c:5909
01b84e13
JM
533#, c-format
534msgid "%s before \"%s\""
535msgstr ""
536
b4117c30 537#: c-common.c:5911
01b84e13
JM
538#, c-format
539msgid "%s before '%s' token"
540msgstr ""
541
542#. Use `%s' to print the string in case there are any escape
543#. characters in the message.
b4117c30 544#: c-common.c:5913 c-typeck.c:2546 c-typeck.c:3808 c-typeck.c:3823
b1b51268
JM
545#: c-typeck.c:3838 final.c:2855 final.c:2857 gcc.c:4651 rtl-error.c:109
546#: toplev.c:1286 config/cris/cris.c:566 cp/parser.c:1852 cp/typeck.c:4098
547#: java/expr.c:361 java/verify.c:1456 java/verify.c:1457 java/verify.c:1472
01b84e13
JM
548#, c-format
549msgid "%s"
550msgstr ""
551
b4117c30 552#: c-common.c:5970
b1b51268
JM
553msgid ""
554"%Hignoring return value of `%D', declared with attribute warn_unused_result"
555msgstr ""
556
b4117c30 557#: c-common.c:5974
b1b51268
JM
558msgid ""
559"%Hignoring return value of function declared with attribute "
560"warn_unused_result"
561msgstr ""
562
563#: c-convert.c:83 c-typeck.c:1235 c-typeck.c:3249 cp/typeck.c:1342
564#: cp/typeck.c:5598 fortran/convert.c:89 treelang/tree-convert.c:79
b97e55da 565msgid "void value not ignored as it ought to be"
dc6746e7
PT
566msgstr ""
567
b1b51268
JM
568#: c-convert.c:121 fortran/convert.c:122 java/typeck.c:155
569#: treelang/tree-convert.c:105
b97e55da 570msgid "conversion to non-scalar type requested"
dc6746e7
PT
571msgstr ""
572
b1b51268 573#: c-decl.c:491
b97e55da 574msgid "%Jarray '%D' assumed to have one element"
dc6746e7
PT
575msgstr ""
576
b1b51268
JM
577#: c-decl.c:604
578#, c-format
579msgid "GCC supports only %u nested scopes\n"
580msgstr ""
581
582#: c-decl.c:678
b97e55da 583msgid "%Jlabel `%D' used but not defined"
dc6746e7
PT
584msgstr ""
585
b1b51268 586#: c-decl.c:684
b97e55da 587msgid "%Jlabel `%D' defined but not used"
dc6746e7
PT
588msgstr ""
589
b1b51268 590#: c-decl.c:686
b97e55da 591msgid "%Jlabel `%D' declared but not defined"
5b7874aa
ZW
592msgstr ""
593
b1b51268 594#: c-decl.c:738
b97e55da 595msgid "%Junused variable `%D'"
5b7874aa
ZW
596msgstr ""
597
b1b51268 598#: c-decl.c:955
01b84e13
JM
599msgid ""
600"a parameter list with an ellipsis can't match an empty parameter name list "
601"declaration"
5b7874aa
ZW
602msgstr ""
603
b1b51268 604#: c-decl.c:962
01b84e13
JM
605msgid ""
606"an argument type that has a default promotion can't match an empty parameter "
607"name list declaration"
5b7874aa
ZW
608msgstr ""
609
b1b51268 610#: c-decl.c:998
01b84e13
JM
611msgid ""
612"%Jprototype for '%D' declares more arguments than previous old-style "
613"definition"
dc6746e7
PT
614msgstr ""
615
b1b51268 616#: c-decl.c:1004
01b84e13
JM
617msgid ""
618"%Jprototype for '%D' declares fewer arguments than previous old-style "
619"definition"
dc6746e7
PT
620msgstr ""
621
b1b51268 622#: c-decl.c:1013
01b84e13 623msgid "%Jprototype for '%D' declares arg %d with incompatible type"
dc6746e7
PT
624msgstr ""
625
01b84e13
JM
626#. If we get here, no errors were found, but do issue a warning
627#. for this poor-style construct.
b1b51268 628#: c-decl.c:1025
01b84e13 629msgid "%Jprototype for '%D' follows non-prototype definition"
dc6746e7
PT
630msgstr ""
631
b1b51268 632#: c-decl.c:1040
01b84e13 633msgid "%Jprevious definition of '%D' was here"
dc6746e7
PT
634msgstr ""
635
b1b51268 636#: c-decl.c:1042
01b84e13 637msgid "%Jprevious implicit declaration of '%D' was here"
dc6746e7
PT
638msgstr ""
639
b1b51268 640#: c-decl.c:1044
01b84e13 641msgid "%Jprevious declaration of '%D' was here"
dc6746e7
PT
642msgstr ""
643
b1b51268 644#: c-decl.c:1080
01b84e13 645msgid "%J'%D' redeclared as different kind of symbol"
dc6746e7
PT
646msgstr ""
647
b1b51268 648#: c-decl.c:1085
01b84e13 649msgid "%Jbuilt-in function '%D' declared as non-function"
dc6746e7
PT
650msgstr ""
651
b1b51268
JM
652#: c-decl.c:1088 c-decl.c:1180 c-decl.c:1715
653msgid "%Jdeclaration of '%D' shadows a built-in function"
dc6746e7
PT
654msgstr ""
655
01b84e13
JM
656#. If types don't match for a built-in, throw away the
657#. built-in. No point in calling locate_old_decl here, it
658#. won't print anything.
b1b51268 659#: c-decl.c:1109
01b84e13 660msgid "%Jconflicting types for built-in function '%D'"
a47a6810
JM
661msgstr ""
662
b1b51268 663#: c-decl.c:1133 c-decl.c:1141
01b84e13 664msgid "%Jconflicting types for '%D'"
a47a6810
JM
665msgstr ""
666
b1b51268
JM
667#. Allow OLDDECL to continue in use.
668#: c-decl.c:1156
01b84e13 669msgid "%Jredefinition of typedef '%D'"
dc6746e7
PT
670msgstr ""
671
b1b51268 672#: c-decl.c:1194 c-decl.c:1258
b97e55da 673msgid "%Jredefinition of '%D'"
dc6746e7
PT
674msgstr ""
675
b1b51268 676#: c-decl.c:1225 c-decl.c:1275
01b84e13 677msgid "%Jstatic declaration of '%D' follows non-static declaration"
dc6746e7
PT
678msgstr ""
679
b1b51268 680#: c-decl.c:1233 c-decl.c:1272
01b84e13 681msgid "%Jnon-static declaration of '%D' follows static declaration"
dc6746e7
PT
682msgstr ""
683
b1b51268 684#: c-decl.c:1245
01b84e13 685msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
dc6746e7
PT
686msgstr ""
687
b1b51268 688#: c-decl.c:1248
01b84e13 689msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
dc6746e7
PT
690msgstr ""
691
b1b51268 692#: c-decl.c:1288
01b84e13 693msgid "%Jextern declaration of '%D' follows declaration with no linkage"
dc6746e7
PT
694msgstr ""
695
b1b51268 696#: c-decl.c:1291
01b84e13 697msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
dc6746e7
PT
698msgstr ""
699
b1b51268 700#: c-decl.c:1294
01b84e13 701msgid "%Jredeclaration of '%D' with no linkage"
dc6746e7
PT
702msgstr ""
703
b1b51268 704#: c-decl.c:1308
01b84e13
JM
705msgid ""
706"%Jredeclaration of '%D' with different visibility (old visibility preserved)"
dc6746e7
PT
707msgstr ""
708
b1b51268 709#: c-decl.c:1319
01b84e13
JM
710msgid ""
711"%Jinline declaration of '%D' follows declaration with attribute noinline"
712msgstr ""
713
b1b51268 714#: c-decl.c:1326
01b84e13
JM
715msgid ""
716"%Jdeclaration of '%D' with attribute noinline follows inline declaration "
717msgstr ""
718
b1b51268 719#: c-decl.c:1338
b97e55da 720msgid "%J'%D' declared inline after being called"
dc6746e7
PT
721msgstr ""
722
b1b51268 723#: c-decl.c:1344
b97e55da 724msgid "%J'%D' declared inline after its definition"
dc6746e7
PT
725msgstr ""
726
b1b51268
JM
727#: c-decl.c:1364
728msgid "%Jredefinition of parameter '%D'"
729msgstr ""
730
731#: c-decl.c:1373
01b84e13 732msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
dc6746e7
PT
733msgstr ""
734
b1b51268 735#: c-decl.c:1376
01b84e13 736msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
dc6746e7
PT
737msgstr ""
738
b1b51268 739#: c-decl.c:1383
01b84e13 740msgid "%Jconst declaration of '%D' follows non-const declaration"
dc6746e7
PT
741msgstr ""
742
b1b51268 743#: c-decl.c:1386
01b84e13 744msgid "%Jnon-const declaration of '%D' follows const declaration"
dc6746e7
PT
745msgstr ""
746
b1b51268 747#: c-decl.c:1405
01b84e13 748msgid "%Jredundant redeclaration of '%D'"
dc6746e7
PT
749msgstr ""
750
b1b51268
JM
751#: c-decl.c:1710
752msgid "%Jdeclaration of '%D' shadows a parameter"
dc6746e7
PT
753msgstr ""
754
b1b51268
JM
755#: c-decl.c:1712
756msgid "%Jdeclaration of '%D' shadows a global declaration"
757msgstr ""
758
759#: c-decl.c:1718
760msgid "%Jdeclaration of '%D' shadows a previous local"
01b84e13
JM
761msgstr ""
762
b4117c30
ZW
763#: c-decl.c:1721 cp/name-lookup.c:940 cp/name-lookup.c:963
764#: cp/name-lookup.c:971
b1b51268
JM
765msgid "%Jshadowed declaration is here"
766msgstr ""
767
768#: c-decl.c:1859
769#, c-format
770msgid "nested extern declaration of `%s'"
771msgstr ""
772
773#: c-decl.c:1963
d51681a7 774#, c-format
b1b51268 775msgid "implicit declaration of function '%E'"
dc6746e7
PT
776msgstr ""
777
b1b51268 778#: c-decl.c:2041
b97e55da 779#, c-format
b1b51268 780msgid "'%E' undeclared here (not in a function)"
dc6746e7
PT
781msgstr ""
782
b1b51268 783#: c-decl.c:2046
dc6746e7 784#, c-format
b1b51268 785msgid "'%E' undeclared (first use in this function)"
dc6746e7
PT
786msgstr ""
787
b1b51268 788#: c-decl.c:2050
b97e55da 789msgid "(Each undeclared identifier is reported only once"
dc6746e7
PT
790msgstr ""
791
b1b51268 792#: c-decl.c:2051
b97e55da 793msgid "for each function it appears in.)"
dc6746e7
PT
794msgstr ""
795
b1b51268 796#: c-decl.c:2089
d51681a7 797#, c-format
b97e55da 798msgid "label %s referenced outside of any function"
dc6746e7
PT
799msgstr ""
800
b1b51268 801#: c-decl.c:2131
d51681a7 802#, c-format
b97e55da 803msgid "duplicate label declaration `%s'"
7bf81eee
PT
804msgstr ""
805
b1b51268 806#: c-decl.c:2165
b97e55da 807msgid "%Hduplicate label `%D'"
dc6746e7
PT
808msgstr ""
809
b1b51268 810#: c-decl.c:2186
b97e55da
JM
811msgid ""
812"%Htraditional C lacks a separate namespace for labels, identifier `%s' "
813"conflicts"
814msgstr ""
815
b1b51268 816#: c-decl.c:2252
b97e55da 817msgid "%H`%s' defined as wrong kind of tag"
dc6746e7
PT
818msgstr ""
819
b1b51268 820#: c-decl.c:2480
d51681a7 821msgid "unnamed struct/union that defines no instances"
dc6746e7
PT
822msgstr ""
823
b1b51268 824#: c-decl.c:2499
d51681a7 825msgid "useless keyword or type name in empty declaration"
dc6746e7
PT
826msgstr ""
827
b1b51268 828#: c-decl.c:2506
d51681a7 829msgid "two types specified in one empty declaration"
dc6746e7
PT
830msgstr ""
831
b1b51268
JM
832#: c-decl.c:2511 c-parse.y:702 c-parse.y:704 objc/objc-parse.y:743
833#: objc/objc-parse.y:745 objc/objc-parse.y:3003
d51681a7 834msgid "empty declaration"
dc6746e7
PT
835msgstr ""
836
b1b51268 837#: c-decl.c:2537
9e620082 838msgid ""
a47a6810 839"ISO C90 does not support `static' or type qualifiers in parameter array "
9e620082
ZW
840"declarators"
841msgstr ""
842
b1b51268 843#: c-decl.c:2539
a47a6810 844msgid "ISO C90 does not support `[*]' array declarators"
9e620082
ZW
845msgstr ""
846
b1b51268 847#: c-decl.c:2542
9e620082
ZW
848msgid "GCC does not yet properly implement `[*]' array declarators"
849msgstr ""
850
b1b51268 851#: c-decl.c:2558
9e620082
ZW
852msgid "static or type qualifiers in abstract declarator"
853msgstr ""
854
b1b51268 855#: c-decl.c:2628
b97e55da 856msgid "%J'%D' is usually a function"
dc6746e7
PT
857msgstr ""
858
b1b51268
JM
859#: c-decl.c:2637
860msgid "typedef '%D' is initialized (use __typeof__ instead)"
dc6746e7
PT
861msgstr ""
862
b1b51268
JM
863#: c-decl.c:2642
864msgid "function '%D' is initialized like a variable"
dc6746e7
PT
865msgstr ""
866
d51681a7 867#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
b1b51268
JM
868#: c-decl.c:2648
869msgid "parameter '%D' is initialized"
dc6746e7
PT
870msgstr ""
871
b1b51268 872#: c-decl.c:2667 c-typeck.c:4059
d51681a7 873msgid "variable-sized object may not be initialized"
dc6746e7
PT
874msgstr ""
875
b1b51268
JM
876#: c-decl.c:2673
877msgid "variable '%D' has initializer but incomplete type"
dc6746e7
PT
878msgstr ""
879
b1b51268
JM
880#: c-decl.c:2678
881msgid "elements of array '%D' have incomplete type"
dc6746e7
PT
882msgstr ""
883
b1b51268 884#: c-decl.c:2746 c-decl.c:5634 cp/decl.c:3673 cp/decl.c:10081
b97e55da 885msgid "%Jinline function '%D' given attribute noinline"
5b7874aa
ZW
886msgstr ""
887
b1b51268 888#: c-decl.c:2807
b97e55da 889msgid "%Jinitializer fails to determine size of '%D'"
dc6746e7
PT
890msgstr ""
891
b1b51268 892#: c-decl.c:2812
b97e55da 893msgid "%Jarray size missing in '%D'"
dc6746e7
PT
894msgstr ""
895
b1b51268 896#: c-decl.c:2828
b97e55da 897msgid "%Jzero or negative size array '%D'"
dc6746e7
PT
898msgstr ""
899
b1b51268 900#: c-decl.c:2856
b97e55da 901msgid "%Jstorage size of '%D' isn't known"
dc6746e7
PT
902msgstr ""
903
b1b51268 904#: c-decl.c:2866
b97e55da 905msgid "%Jstorage size of '%D' isn't constant"
dc6746e7
PT
906msgstr ""
907
b4117c30 908#: c-decl.c:2945 fortran/f95-lang.c:665
b1b51268
JM
909msgid "cannot put object with volatile field into register"
910msgstr ""
911
912#: c-decl.c:2956
b97e55da 913msgid "%Jignoring asm-specifier for non-static local variable '%D'"
9e620082
ZW
914msgstr ""
915
b1b51268 916#: c-decl.c:3072
b97e55da 917msgid "ISO C forbids forward parameter declarations"
dc6746e7
PT
918msgstr ""
919
b1b51268 920#: c-decl.c:3251
01b84e13
JM
921msgid "<anonymous>"
922msgstr ""
923
b1b51268 924#: c-decl.c:3260
01b84e13
JM
925#, c-format
926msgid "bit-field `%s' width not an integer constant"
927msgstr ""
928
b1b51268 929#: c-decl.c:3268
01b84e13
JM
930#, c-format
931msgid "negative width in bit-field `%s'"
932msgstr ""
933
b1b51268 934#: c-decl.c:3273
01b84e13
JM
935#, c-format
936msgid "zero width for bit-field `%s'"
937msgstr ""
938
b1b51268 939#: c-decl.c:3283
01b84e13
JM
940#, c-format
941msgid "bit-field `%s' has invalid type"
942msgstr ""
943
b1b51268 944#: c-decl.c:3292
01b84e13
JM
945#, c-format
946msgid "type of bit-field `%s' is a GCC extension"
947msgstr ""
948
b1b51268 949#: c-decl.c:3301
01b84e13
JM
950#, c-format
951msgid "width of `%s' exceeds its type"
952msgstr ""
953
b1b51268 954#: c-decl.c:3314
01b84e13
JM
955#, c-format
956msgid "`%s' is narrower than values of its type"
957msgstr ""
958
b1b51268 959#: c-decl.c:3465 cp/decl.c:6744
d51681a7 960msgid "`long long long' is too long for GCC"
dc6746e7
PT
961msgstr ""
962
b1b51268 963#: c-decl.c:3470
a47a6810 964msgid "ISO C90 does not support `long long'"
dc6746e7
PT
965msgstr ""
966
b1b51268 967#: c-decl.c:3479 c-decl.c:3482 cp/decl.c:6749
dc6746e7 968#, c-format
d51681a7 969msgid "duplicate `%s'"
dc6746e7
PT
970msgstr ""
971
b1b51268 972#: c-decl.c:3492 cp/decl.c:6755
a47a6810
JM
973msgid "`__thread' before `extern'"
974msgstr ""
975
b1b51268 976#: c-decl.c:3494 cp/decl.c:6757
a47a6810
JM
977msgid "`__thread' before `static'"
978msgstr ""
979
b1b51268 980#: c-decl.c:3502 cp/decl.c:6784
dc6746e7 981#, c-format
d51681a7 982msgid "two or more data types in declaration of `%s'"
dc6746e7
PT
983msgstr ""
984
b1b51268 985#: c-decl.c:3520 cp/decl.c:6789
dc6746e7 986#, c-format
d51681a7 987msgid "`%s' fails to be a typedef or built in type"
dc6746e7
PT
988msgstr ""
989
b1b51268 990#: c-decl.c:3561
9e620082
ZW
991#, c-format
992msgid "type defaults to `int' in declaration of `%s'"
993msgstr ""
994
b1b51268 995#: c-decl.c:3590
d51681a7
PT
996#, c-format
997msgid "both long and short specified for `%s'"
dc6746e7
PT
998msgstr ""
999
b1b51268 1000#: c-decl.c:3594 cp/decl.c:6889
d51681a7
PT
1001#, c-format
1002msgid "long or short specified with char for `%s'"
dc6746e7
PT
1003msgstr ""
1004
b1b51268 1005#: c-decl.c:3601 cp/decl.c:6893
dc6746e7 1006#, c-format
d51681a7 1007msgid "long or short specified with floating type for `%s'"
dc6746e7
PT
1008msgstr ""
1009
b1b51268 1010#: c-decl.c:3604
d51681a7 1011msgid "the only valid combination is `long double'"
dc6746e7
PT
1012msgstr ""
1013
b1b51268 1014#: c-decl.c:3610
dc6746e7 1015#, c-format
d51681a7 1016msgid "both signed and unsigned specified for `%s'"
dc6746e7
PT
1017msgstr ""
1018
b1b51268 1019#: c-decl.c:3612 cp/decl.c:6882
dc6746e7 1020#, c-format
d51681a7 1021msgid "long, short, signed or unsigned invalid for `%s'"
dc6746e7
PT
1022msgstr ""
1023
b1b51268 1024#: c-decl.c:3618 cp/decl.c:6902
dc6746e7 1025#, c-format
d51681a7 1026msgid "long, short, signed or unsigned used invalidly for `%s'"
dc6746e7
PT
1027msgstr ""
1028
b1b51268 1029#: c-decl.c:3636 cp/decl.c:6923
dc6746e7 1030#, c-format
d51681a7 1031msgid "complex invalid for `%s'"
dc6746e7
PT
1032msgstr ""
1033
b1b51268 1034#: c-decl.c:3678
a47a6810 1035msgid "ISO C90 does not support complex types"
9e620082
ZW
1036msgstr ""
1037
b1b51268 1038#: c-decl.c:3690
9e620082
ZW
1039msgid "ISO C does not support plain `complex' meaning `double complex'"
1040msgstr ""
1041
b1b51268 1042#: c-decl.c:3696 c-decl.c:3708
9e620082
ZW
1043msgid "ISO C does not support complex integer types"
1044msgstr ""
1045
b1b51268 1046#: c-decl.c:3738 c-decl.c:4205 cp/decl.c:7522
d51681a7 1047msgid "duplicate `const'"
dc6746e7
PT
1048msgstr ""
1049
b1b51268 1050#: c-decl.c:3740 c-decl.c:4209 cp/decl.c:7526
d51681a7 1051msgid "duplicate `restrict'"
dc6746e7
PT
1052msgstr ""
1053
b1b51268 1054#: c-decl.c:3742 c-decl.c:4207 cp/decl.c:7524
d51681a7 1055msgid "duplicate `volatile'"
dc6746e7
PT
1056msgstr ""
1057
b1b51268 1058#: c-decl.c:3771 cp/decl.c:7086
d51681a7
PT
1059#, c-format
1060msgid "multiple storage classes in declaration of `%s'"
dc6746e7
PT
1061msgstr ""
1062
b1b51268 1063#: c-decl.c:3781
d51681a7 1064msgid "function definition declared `auto'"
dc6746e7
PT
1065msgstr ""
1066
b1b51268 1067#: c-decl.c:3783
d51681a7 1068msgid "function definition declared `register'"
dc6746e7
PT
1069msgstr ""
1070
b1b51268 1071#: c-decl.c:3785
d51681a7 1072msgid "function definition declared `typedef'"
dc6746e7
PT
1073msgstr ""
1074
b1b51268 1075#: c-decl.c:3787
a47a6810
JM
1076msgid "function definition declared `__thread'"
1077msgstr ""
1078
b1b51268 1079#: c-decl.c:3800
d51681a7
PT
1080#, c-format
1081msgid "storage class specified for structure field `%s'"
dc6746e7
PT
1082msgstr ""
1083
b1b51268 1084#: c-decl.c:3804 cp/decl.c:7131
d51681a7
PT
1085#, c-format
1086msgid "storage class specified for parameter `%s'"
dc6746e7
PT
1087msgstr ""
1088
b1b51268 1089#: c-decl.c:3807 cp/decl.c:7133
d51681a7 1090msgid "storage class specified for typename"
dc6746e7
PT
1091msgstr ""
1092
b1b51268 1093#: c-decl.c:3819 cp/decl.c:7148
d51681a7
PT
1094#, c-format
1095msgid "`%s' initialized and declared `extern'"
dc6746e7
PT
1096msgstr ""
1097
b1b51268 1098#: c-decl.c:3821 cp/decl.c:7151
dc6746e7 1099#, c-format
d51681a7 1100msgid "`%s' has both `extern' and initializer"
dc6746e7
PT
1101msgstr ""
1102
b1b51268 1103#: c-decl.c:3826
a47a6810 1104#, c-format
b97e55da 1105msgid "file-scope declaration of `%s' specifies `auto'"
a47a6810
JM
1106msgstr ""
1107
b1b51268 1108#: c-decl.c:3831 cp/decl.c:7155
dc6746e7 1109#, c-format
d51681a7 1110msgid "nested function `%s' declared `extern'"
dc6746e7
PT
1111msgstr ""
1112
b1b51268 1113#: c-decl.c:3837 cp/decl.c:7165
d51681a7 1114#, c-format
a47a6810 1115msgid "function-scope `%s' implicitly auto and declared `__thread'"
7bf81eee
PT
1116msgstr ""
1117
9e620082
ZW
1118#. Only the innermost declarator (making a parameter be of
1119#. array type which is converted to pointer type)
1120#. may have static or type qualifiers.
b1b51268 1121#: c-decl.c:3876 c-decl.c:4074
9e620082
ZW
1122msgid "static or type qualifiers in non-parameter array declarator"
1123msgstr ""
1124
b1b51268 1125#: c-decl.c:3920
d51681a7
PT
1126#, c-format
1127msgid "declaration of `%s' as array of voids"
7bf81eee
PT
1128msgstr ""
1129
b1b51268 1130#: c-decl.c:3926
d51681a7
PT
1131#, c-format
1132msgid "declaration of `%s' as array of functions"
7bf81eee
PT
1133msgstr ""
1134
b1b51268 1135#: c-decl.c:3931
a47a6810
JM
1136msgid "invalid use of structure with flexible array member"
1137msgstr ""
1138
b1b51268 1139#: c-decl.c:3950
dc6746e7 1140#, c-format
d51681a7 1141msgid "size of array `%s' has non-integer type"
dc6746e7
PT
1142msgstr ""
1143
b1b51268 1144#: c-decl.c:3955
dc6746e7 1145#, c-format
4ba01ed2 1146msgid "ISO C forbids zero-size array `%s'"
dc6746e7
PT
1147msgstr ""
1148
b1b51268 1149#: c-decl.c:3962
dc6746e7 1150#, c-format
d51681a7 1151msgid "size of array `%s' is negative"
dc6746e7
PT
1152msgstr ""
1153
b1b51268 1154#: c-decl.c:3975
dc6746e7 1155#, c-format
a47a6810 1156msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
dc6746e7
PT
1157msgstr ""
1158
b1b51268 1159#: c-decl.c:3978
dc6746e7 1160#, c-format
a47a6810 1161msgid "ISO C90 forbids variable-size array `%s'"
dc6746e7
PT
1162msgstr ""
1163
b1b51268 1164#: c-decl.c:4008 c-decl.c:4232 cp/decl.c:7700
d51681a7
PT
1165#, c-format
1166msgid "size of array `%s' is too large"
dc6746e7
PT
1167msgstr ""
1168
b1b51268 1169#: c-decl.c:4034
a47a6810 1170msgid "ISO C90 does not support flexible array members"
9e620082
ZW
1171msgstr ""
1172
b1b51268 1173#: c-decl.c:4044
d51681a7 1174msgid "array type has incomplete element type"
dc6746e7
PT
1175msgstr ""
1176
b1b51268 1177#: c-decl.c:4099 cp/decl.c:7293
d51681a7
PT
1178#, c-format
1179msgid "`%s' declared as function returning a function"
dc6746e7
PT
1180msgstr ""
1181
b1b51268 1182#: c-decl.c:4104 cp/decl.c:7298
d51681a7
PT
1183#, c-format
1184msgid "`%s' declared as function returning an array"
dc6746e7
PT
1185msgstr ""
1186
b1b51268 1187#: c-decl.c:4128
9e620082
ZW
1188msgid "ISO C forbids qualified void function return type"
1189msgstr ""
1190
b1b51268 1191#: c-decl.c:4132
9e620082
ZW
1192msgid "type qualifiers ignored on function return type"
1193msgstr ""
1194
b1b51268 1195#: c-decl.c:4161 c-decl.c:4247 c-decl.c:4371 c-decl.c:4457
4ba01ed2 1196msgid "ISO C forbids qualified function types"
7bf81eee
PT
1197msgstr ""
1198
b1b51268 1199#: c-decl.c:4201 cp/decl.c:7518
d51681a7 1200msgid "invalid type modifier within pointer declarator"
dc6746e7
PT
1201msgstr ""
1202
b1b51268 1203#: c-decl.c:4282
b97e55da
JM
1204msgid "ISO C forbids const or volatile function types"
1205msgstr ""
1206
b1b51268 1207#: c-decl.c:4302 cp/decl.c:7982
dc6746e7 1208#, c-format
d51681a7 1209msgid "variable or field `%s' declared void"
dc6746e7
PT
1210msgstr ""
1211
b1b51268 1212#: c-decl.c:4335
9e620082
ZW
1213msgid "attributes in parameter array declarator ignored"
1214msgstr ""
1215
b1b51268 1216#: c-decl.c:4360
9e620082
ZW
1217msgid "invalid type modifier within array declarator"
1218msgstr ""
1219
b1b51268 1220#: c-decl.c:4405
dc6746e7 1221#, c-format
d51681a7 1222msgid "field `%s' declared as a function"
dc6746e7
PT
1223msgstr ""
1224
b1b51268 1225#: c-decl.c:4411
dc6746e7 1226#, c-format
d51681a7 1227msgid "field `%s' has incomplete type"
dc6746e7
PT
1228msgstr ""
1229
b1b51268 1230#: c-decl.c:4437 c-decl.c:4439 c-decl.c:4441 c-decl.c:4448
dc6746e7 1231#, c-format
d51681a7 1232msgid "invalid storage class for function `%s'"
dc6746e7
PT
1233msgstr ""
1234
b1b51268 1235#: c-decl.c:4463
d51681a7 1236msgid "`noreturn' function returns non-void value"
dc6746e7
PT
1237msgstr ""
1238
b1b51268 1239#: c-decl.c:4484
d51681a7 1240msgid "cannot inline function `main'"
dc6746e7
PT
1241msgstr ""
1242
b1b51268
JM
1243#: c-decl.c:4541
1244msgid "variable previously declared 'static' redeclared 'extern'"
b97e55da
JM
1245msgstr ""
1246
b1b51268 1247#: c-decl.c:4550
b97e55da 1248msgid "%Jvariable '%D' declared `inline'"
dc6746e7
PT
1249msgstr ""
1250
a47a6810
JM
1251#. A mere warning is sure to result in improper semantics
1252#. at runtime. Don't bother to allow this to compile.
b1b51268 1253#: c-decl.c:4578 cp/decl.c:5830
a47a6810
JM
1254msgid "thread-local storage not supported for this target"
1255msgstr ""
1256
b1b51268 1257#: c-decl.c:4643 c-decl.c:5672
d51681a7 1258msgid "function declaration isn't a prototype"
dc6746e7
PT
1259msgstr ""
1260
b1b51268 1261#: c-decl.c:4651
d51681a7 1262msgid "parameter names (without types) in function declaration"
dc6746e7
PT
1263msgstr ""
1264
b1b51268
JM
1265#: c-decl.c:4680 c-decl.c:4692
1266msgid "%Jparameter %u ('%D') has incomplete type"
dc6746e7
PT
1267msgstr ""
1268
b1b51268
JM
1269#: c-decl.c:4683 c-decl.c:4695
1270msgid "%Jparameter %u has incomplete type"
dc6746e7
PT
1271msgstr ""
1272
b1b51268
JM
1273#: c-decl.c:4756
1274msgid "'void' as only parameter may not be qualified"
dc6746e7
PT
1275msgstr ""
1276
b1b51268
JM
1277#: c-decl.c:4760 c-decl.c:4797
1278msgid "'void' must be the only parameter"
dc6746e7
PT
1279msgstr ""
1280
b1b51268
JM
1281#: c-decl.c:4790
1282msgid "%Jparameter '%D' has just a forward declaration"
1737c953
JM
1283msgstr ""
1284
b1b51268
JM
1285#. The %s will be one of 'struct', 'union', or 'enum'.
1286#: c-decl.c:4838
1737c953 1287#, c-format
b1b51268 1288msgid "'%s %E' declared inside parameter list"
1737c953
JM
1289msgstr ""
1290
b97e55da 1291#. The %s will be one of 'struct', 'union', or 'enum'.
b1b51268 1292#: c-decl.c:4842
d51681a7 1293#, c-format
b97e55da 1294msgid "anonymous %s declared inside parameter list"
dc6746e7
PT
1295msgstr ""
1296
b1b51268 1297#: c-decl.c:4847
d51681a7
PT
1298msgid ""
1299"its scope is only this definition or declaration, which is probably not what "
1737c953 1300"you want"
dc6746e7
PT
1301msgstr ""
1302
b1b51268 1303#: c-decl.c:4963
d51681a7 1304#, c-format
1737c953 1305msgid "redefinition of `union %s'"
dc6746e7
PT
1306msgstr ""
1307
b1b51268 1308#: c-decl.c:4965
1737c953
JM
1309#, c-format
1310msgid "redefinition of `struct %s'"
1311msgstr ""
1312
b1b51268 1313#: c-decl.c:5033 cp/decl.c:3446
a47a6810 1314msgid "declaration does not declare anything"
5b7874aa
ZW
1315msgstr ""
1316
b1b51268 1317#: c-decl.c:5078 c-decl.c:5094
b97e55da
JM
1318msgid "%Jduplicate member '%D'"
1319msgstr ""
1320
b1b51268 1321#: c-decl.c:5129
d51681a7 1322#, c-format
b1b51268 1323msgid "%s has no %s"
dc6746e7
PT
1324msgstr ""
1325
b1b51268 1326#: c-decl.c:5130
4ba01ed2 1327msgid "union"
dc6746e7
PT
1328msgstr ""
1329
b1b51268 1330#: c-decl.c:5130
d51681a7 1331msgid "struct"
dc6746e7
PT
1332msgstr ""
1333
b1b51268 1334#: c-decl.c:5131
d51681a7 1335msgid "named members"
dc6746e7
PT
1336msgstr ""
1337
b1b51268 1338#: c-decl.c:5131
d51681a7 1339msgid "members"
dc6746e7
PT
1340msgstr ""
1341
b1b51268 1342#: c-decl.c:5170
d51681a7
PT
1343#, c-format
1344msgid "nested redefinition of `%s'"
dc6746e7
PT
1345msgstr ""
1346
b1b51268 1347#: c-decl.c:5191
b97e55da 1348msgid "%Jflexible array member in union"
9e620082
ZW
1349msgstr ""
1350
b1b51268 1351#: c-decl.c:5196
b97e55da 1352msgid "%Jflexible array member not at end of struct"
9e620082
ZW
1353msgstr ""
1354
b1b51268 1355#: c-decl.c:5201
b97e55da 1356msgid "%Jflexible array member in otherwise empty struct"
9e620082
ZW
1357msgstr ""
1358
b1b51268 1359#: c-decl.c:5208
b97e55da 1360msgid "%Jinvalid use of structure with flexible array member"
dc6746e7
PT
1361msgstr ""
1362
b1b51268 1363#: c-decl.c:5303
d51681a7 1364msgid "union cannot be made transparent"
dc6746e7
PT
1365msgstr ""
1366
d51681a7 1367#. This enum is a named one that has been declared already.
b1b51268 1368#: c-decl.c:5372
d51681a7
PT
1369#, c-format
1370msgid "redeclaration of `enum %s'"
dc6746e7
PT
1371msgstr ""
1372
b1b51268 1373#: c-decl.c:5434
d51681a7 1374msgid "enumeration values exceed range of largest integer"
7bf81eee
PT
1375msgstr ""
1376
b1b51268 1377#: c-decl.c:5540
d51681a7 1378#, c-format
b1b51268 1379msgid "enumerator value for '%E' is not an integer constant"
7bf81eee
PT
1380msgstr ""
1381
b1b51268 1382#: c-decl.c:5557
d51681a7 1383msgid "overflow in enumeration values"
dc6746e7
PT
1384msgstr ""
1385
b1b51268 1386#: c-decl.c:5562
4ba01ed2 1387msgid "ISO C restricts enumerator values to range of `int'"
dc6746e7
PT
1388msgstr ""
1389
b1b51268 1390#: c-decl.c:5640
d51681a7 1391msgid "return type is an incomplete type"
dc6746e7
PT
1392msgstr ""
1393
b1b51268 1394#: c-decl.c:5648
9e620082
ZW
1395msgid "return type defaults to `int'"
1396msgstr ""
1397
b1b51268 1398#: c-decl.c:5678
b97e55da 1399msgid "%Jno previous prototype for '%D'"
dc6746e7
PT
1400msgstr ""
1401
b1b51268 1402#: c-decl.c:5684
b97e55da 1403msgid "%J'%D' was used with no prototype before its definition"
dc6746e7
PT
1404msgstr ""
1405
b1b51268 1406#: c-decl.c:5691
b97e55da 1407msgid "%Jno previous declaration for '%D'"
dc6746e7
PT
1408msgstr ""
1409
b1b51268 1410#: c-decl.c:5697
b97e55da 1411msgid "%J`%D' was used with no declaration before its definition"
dc6746e7
PT
1412msgstr ""
1413
b1b51268 1414#: c-decl.c:5733 c-decl.c:6281
b97e55da 1415msgid "%Jreturn type of '%D' is not `int'"
dc6746e7
PT
1416msgstr ""
1417
b1b51268 1418#: c-decl.c:5748
b97e55da 1419msgid "%Jfirst argument of '%D' should be `int'"
dc6746e7
PT
1420msgstr ""
1421
b1b51268 1422#: c-decl.c:5757
b97e55da 1423msgid "%Jsecond argument of '%D' should be 'char **'"
dc6746e7
PT
1424msgstr ""
1425
b1b51268 1426#: c-decl.c:5766
b97e55da 1427msgid "%Jthird argument of '%D' should probably be 'char **'"
dc6746e7
PT
1428msgstr ""
1429
b1b51268 1430#: c-decl.c:5776
b97e55da 1431msgid "%J'%D' takes only zero or two arguments"
dc6746e7
PT
1432msgstr ""
1433
b1b51268 1434#: c-decl.c:5779
b97e55da 1435msgid "%J'%D' is normally a non-static function"
dc6746e7
PT
1436msgstr ""
1437
b1b51268 1438#: c-decl.c:5834
b97e55da 1439msgid "%Jold-style parameter declarations in prototyped function definition"
dc6746e7
PT
1440msgstr ""
1441
b1b51268
JM
1442#: c-decl.c:5847
1443msgid "%Jtraditional C rejects ISO C style function definitions"
1444msgstr ""
1445
1446#: c-decl.c:5858
b97e55da 1447msgid "%Jparameter name omitted"
dc6746e7
PT
1448msgstr ""
1449
b1b51268
JM
1450#: c-decl.c:5897
1451msgid "%Jold-style function definition"
1452msgstr ""
1453
1454#: c-decl.c:5905
b97e55da 1455msgid "%Jparameter name missing from parameter list"
dc6746e7
PT
1456msgstr ""
1457
b1b51268
JM
1458#: c-decl.c:5916
1459msgid "%J'%D' declared as a non-parameter"
dc6746e7
PT
1460msgstr ""
1461
b1b51268
JM
1462#: c-decl.c:5921
1463msgid "%Jmultiple parameters named '%D'"
dc6746e7
PT
1464msgstr ""
1465
b1b51268
JM
1466#: c-decl.c:5929
1467msgid "%Jparameter '%D' declared with void type"
dc6746e7
PT
1468msgstr ""
1469
b1b51268
JM
1470#: c-decl.c:5944 c-decl.c:5946
1471msgid "%Jtype of '%D' defaults to 'int'"
dc6746e7
PT
1472msgstr ""
1473
b1b51268
JM
1474#: c-decl.c:5964
1475msgid "%Jparameter '%D' has incomplete type"
dc6746e7
PT
1476msgstr ""
1477
b1b51268
JM
1478#: c-decl.c:5970
1479msgid "%Jdeclaration for parameter '%D' but no such parameter"
dc6746e7
PT
1480msgstr ""
1481
b1b51268 1482#: c-decl.c:6020
b97e55da 1483msgid "number of arguments doesn't match prototype"
dc6746e7
PT
1484msgstr ""
1485
b1b51268 1486#: c-decl.c:6021 c-decl.c:6052 c-decl.c:6059
b97e55da 1487msgid "%Hprototype declaration"
cabb228b
ZW
1488msgstr ""
1489
b1b51268
JM
1490#: c-decl.c:6050
1491msgid "promoted argument '%D' doesn't match prototype"
dc6746e7
PT
1492msgstr ""
1493
b1b51268
JM
1494#: c-decl.c:6058
1495msgid "argument '%D' doesn't match prototype"
dc6746e7
PT
1496msgstr ""
1497
b1b51268 1498#: c-decl.c:6313 cp/decl.c:10782
b97e55da
JM
1499msgid "no return statement in function returning non-void"
1500msgstr ""
1501
b1b51268 1502#: c-decl.c:6320
b97e55da 1503msgid "this function may return with or without a value"
dc6746e7
PT
1504msgstr ""
1505
9e620082
ZW
1506#. If we get here, declarations have been used in a for loop without
1507#. the C99 for loop scope. This doesn't make much sense, so don't
1508#. allow it.
b1b51268 1509#: c-decl.c:6418
b97e55da 1510msgid "'for' loop initial declaration used outside C99 mode"
dc6746e7
PT
1511msgstr ""
1512
b1b51268
JM
1513#: c-decl.c:6447
1514msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
dc6746e7
PT
1515msgstr ""
1516
b1b51268
JM
1517#: c-decl.c:6450
1518msgid ""
1519"%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
dc6746e7
PT
1520msgstr ""
1521
b1b51268 1522#: c-decl.c:6455
9e620082 1523#, c-format
b1b51268 1524msgid "'struct %E' declared in 'for' loop initial declaration"
dc6746e7
PT
1525msgstr ""
1526
b1b51268
JM
1527#: c-decl.c:6458
1528#, c-format
1529msgid "'union %E' declared in 'for' loop initial declaration"
dc6746e7
PT
1530msgstr ""
1531
b1b51268
JM
1532#: c-decl.c:6461
1533#, c-format
1534msgid "'enum %E' declared in 'for' loop initial declaration"
dc6746e7
PT
1535msgstr ""
1536
b1b51268
JM
1537#: c-decl.c:6464
1538msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
01b84e13
JM
1539msgstr ""
1540
b97e55da 1541#: c-format.c:94 c-format.c:210
9e620082 1542msgid "format string has invalid operand number"
dc6746e7
PT
1543msgstr ""
1544
b97e55da 1545#: c-format.c:111
5b7874aa 1546msgid "function does not return string type"
dc6746e7
PT
1547msgstr ""
1548
b97e55da
JM
1549#: c-format.c:140
1550msgid "format string arg not a string type"
1551msgstr ""
1552
1553#: c-format.c:190
5b7874aa 1554msgid "unrecognized format specifier"
dc6746e7
PT
1555msgstr ""
1556
b97e55da 1557#: c-format.c:203
5b7874aa
ZW
1558#, c-format
1559msgid "`%s' is an unrecognized format function type"
dc6746e7
PT
1560msgstr ""
1561
b97e55da
JM
1562#: c-format.c:216
1563msgid "'...' has invalid operand number"
1564msgstr ""
1565
1566#: c-format.c:224
5b7874aa 1567msgid "format string arg follows the args to be formatted"
dc6746e7
PT
1568msgstr ""
1569
b97e55da 1570#: c-format.c:565 c-format.c:589
9e620082 1571msgid "` ' flag"
dc6746e7
PT
1572msgstr ""
1573
b97e55da 1574#: c-format.c:565 c-format.c:589
9e620082 1575msgid "the ` ' printf flag"
dc6746e7
PT
1576msgstr ""
1577
b97e55da 1578#: c-format.c:566 c-format.c:590 c-format.c:627 c-format.c:683
9e620082 1579msgid "`+' flag"
dc6746e7
PT
1580msgstr ""
1581
b97e55da 1582#: c-format.c:566 c-format.c:590 c-format.c:627
9e620082 1583msgid "the `+' printf flag"
dc6746e7
PT
1584msgstr ""
1585
b97e55da 1586#: c-format.c:567 c-format.c:591 c-format.c:628 c-format.c:659
9e620082 1587msgid "`#' flag"
dc6746e7
PT
1588msgstr ""
1589
b97e55da 1590#: c-format.c:567 c-format.c:591 c-format.c:628
9e620082 1591msgid "the `#' printf flag"
dc6746e7
PT
1592msgstr ""
1593
b97e55da 1594#: c-format.c:568 c-format.c:592 c-format.c:657
9e620082 1595msgid "`0' flag"
dc6746e7
PT
1596msgstr ""
1597
b97e55da 1598#: c-format.c:568 c-format.c:592
9e620082 1599msgid "the `0' printf flag"
dc6746e7
PT
1600msgstr ""
1601
b97e55da 1602#: c-format.c:569 c-format.c:593 c-format.c:656 c-format.c:686
9e620082 1603msgid "`-' flag"
dc6746e7
PT
1604msgstr ""
1605
b97e55da 1606#: c-format.c:569 c-format.c:593
9e620082 1607msgid "the `-' printf flag"
4ba01ed2
PT
1608msgstr ""
1609
b97e55da 1610#: c-format.c:570 c-format.c:640
9e620082 1611msgid "`'' flag"
4ba01ed2
PT
1612msgstr ""
1613
b97e55da 1614#: c-format.c:570
9e620082 1615msgid "the `'' printf flag"
dc6746e7
PT
1616msgstr ""
1617
b97e55da 1618#: c-format.c:571 c-format.c:641
9e620082 1619msgid "`I' flag"
dc6746e7
PT
1620msgstr ""
1621
b97e55da 1622#: c-format.c:571
9e620082 1623msgid "the `I' printf flag"
dc6746e7
PT
1624msgstr ""
1625
b97e55da 1626#: c-format.c:572 c-format.c:594 c-format.c:638 c-format.c:660 c-format.c:687
b1b51268 1627#: c-format.c:1833
9e620082 1628msgid "field width"
dc6746e7
PT
1629msgstr ""
1630
b97e55da 1631#: c-format.c:572 c-format.c:594
9e620082 1632msgid "field width in printf format"
dc6746e7
PT
1633msgstr ""
1634
b97e55da 1635#: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
9e620082 1636msgid "precision"
dc6746e7
PT
1637msgstr ""
1638
b97e55da 1639#: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
9e620082 1640msgid "precision in printf format"
dc6746e7
PT
1641msgstr ""
1642
b97e55da
JM
1643#: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630 c-format.c:639
1644#: c-format.c:690
9e620082 1645msgid "length modifier"
dc6746e7
PT
1646msgstr ""
1647
b97e55da 1648#: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630
9e620082 1649msgid "length modifier in printf format"
dc6746e7
PT
1650msgstr ""
1651
b97e55da 1652#: c-format.c:636
9e620082 1653msgid "assignment suppression"
dc6746e7
PT
1654msgstr ""
1655
b97e55da 1656#: c-format.c:636
1737c953
JM
1657msgid "the assignment suppression scanf feature"
1658msgstr ""
1659
b97e55da 1660#: c-format.c:637
9e620082 1661msgid "`a' flag"
dc6746e7
PT
1662msgstr ""
1663
b97e55da 1664#: c-format.c:637
9e620082 1665msgid "the `a' scanf flag"
dc6746e7
PT
1666msgstr ""
1667
b97e55da 1668#: c-format.c:638
9e620082 1669msgid "field width in scanf format"
4ba01ed2
PT
1670msgstr ""
1671
b97e55da 1672#: c-format.c:639
9e620082 1673msgid "length modifier in scanf format"
4ba01ed2
PT
1674msgstr ""
1675
b97e55da 1676#: c-format.c:640
9e620082 1677msgid "the `'' scanf flag"
dc6746e7
PT
1678msgstr ""
1679
b97e55da 1680#: c-format.c:641
9e620082 1681msgid "the `I' scanf flag"
7bf81eee
PT
1682msgstr ""
1683
b97e55da 1684#: c-format.c:655
9e620082 1685msgid "`_' flag"
4ba01ed2
PT
1686msgstr ""
1687
b97e55da 1688#: c-format.c:655
9e620082 1689msgid "the `_' strftime flag"
7bf81eee
PT
1690msgstr ""
1691
b97e55da 1692#: c-format.c:656
9e620082 1693msgid "the `-' strftime flag"
dc6746e7
PT
1694msgstr ""
1695
b97e55da 1696#: c-format.c:657
9e620082 1697msgid "the `0' strftime flag"
dc6746e7
PT
1698msgstr ""
1699
b97e55da 1700#: c-format.c:658 c-format.c:682
9e620082 1701msgid "`^' flag"
dc6746e7
PT
1702msgstr ""
1703
b97e55da 1704#: c-format.c:658
9e620082 1705msgid "the `^' strftime flag"
dc6746e7
PT
1706msgstr ""
1707
b97e55da 1708#: c-format.c:659
9e620082 1709msgid "the `#' strftime flag"
dc6746e7
PT
1710msgstr ""
1711
b97e55da 1712#: c-format.c:660
9e620082 1713msgid "field width in strftime format"
dc6746e7
PT
1714msgstr ""
1715
b97e55da 1716#: c-format.c:661
9e620082 1717msgid "`E' modifier"
dc6746e7
PT
1718msgstr ""
1719
b97e55da 1720#: c-format.c:661
9e620082 1721msgid "the `E' strftime modifier"
dc6746e7
PT
1722msgstr ""
1723
b97e55da 1724#: c-format.c:662
9e620082 1725msgid "`O' modifier"
dc6746e7
PT
1726msgstr ""
1727
b97e55da 1728#: c-format.c:662
9e620082 1729msgid "the `O' strftime modifier"
dc6746e7
PT
1730msgstr ""
1731
b97e55da 1732#: c-format.c:663
9e620082 1733msgid "the `O' modifier"
dc6746e7
PT
1734msgstr ""
1735
b97e55da 1736#: c-format.c:681
9e620082 1737msgid "fill character"
dc6746e7
PT
1738msgstr ""
1739
b97e55da 1740#: c-format.c:681
9e620082 1741msgid "fill character in strfmon format"
dc6746e7
PT
1742msgstr ""
1743
b97e55da 1744#: c-format.c:682
9e620082 1745msgid "the `^' strfmon flag"
dc6746e7
PT
1746msgstr ""
1747
b97e55da 1748#: c-format.c:683
9e620082 1749msgid "the `+' strfmon flag"
dc6746e7
PT
1750msgstr ""
1751
b97e55da 1752#: c-format.c:684
9e620082 1753msgid "`(' flag"
dc6746e7
PT
1754msgstr ""
1755
b97e55da 1756#: c-format.c:684
9e620082 1757msgid "the `(' strfmon flag"
dc6746e7
PT
1758msgstr ""
1759
b97e55da 1760#: c-format.c:685
9e620082 1761msgid "`!' flag"
dc6746e7
PT
1762msgstr ""
1763
b97e55da 1764#: c-format.c:685
9e620082 1765msgid "the `!' strfmon flag"
dc6746e7
PT
1766msgstr ""
1767
b97e55da 1768#: c-format.c:686
9e620082 1769msgid "the `-' strfmon flag"
dc6746e7
PT
1770msgstr ""
1771
b97e55da 1772#: c-format.c:687
9e620082 1773msgid "field width in strfmon format"
dc6746e7
PT
1774msgstr ""
1775
b97e55da 1776#: c-format.c:688
9e620082 1777msgid "left precision"
dc6746e7
PT
1778msgstr ""
1779
b97e55da 1780#: c-format.c:688
9e620082 1781msgid "left precision in strfmon format"
dc6746e7
PT
1782msgstr ""
1783
b97e55da 1784#: c-format.c:689
9e620082 1785msgid "right precision"
dc6746e7
PT
1786msgstr ""
1787
b97e55da 1788#: c-format.c:689
9e620082 1789msgid "right precision in strfmon format"
dc6746e7
PT
1790msgstr ""
1791
b97e55da 1792#: c-format.c:690
9e620082 1793msgid "length modifier in strfmon format"
dc6746e7
PT
1794msgstr ""
1795
b1b51268 1796#: c-format.c:1108
9e620082
ZW
1797#, c-format
1798msgid "function might be possible candidate for `%s' format attribute"
dc6746e7
PT
1799msgstr ""
1800
b1b51268 1801#: c-format.c:1224 c-format.c:1245 c-format.c:2248
9e620082 1802msgid "missing $ operand number in format"
dc6746e7
PT
1803msgstr ""
1804
b1b51268 1805#: c-format.c:1255
9e620082
ZW
1806#, c-format
1807msgid "%s does not support %%n$ operand number formats"
dc6746e7
PT
1808msgstr ""
1809
b1b51268 1810#: c-format.c:1262
9e620082 1811msgid "operand number out of range in format"
4ba01ed2
PT
1812msgstr ""
1813
b1b51268 1814#: c-format.c:1285
9e620082
ZW
1815#, c-format
1816msgid "format argument %d used more than once in %s format"
dc6746e7
PT
1817msgstr ""
1818
b1b51268
JM
1819#: c-format.c:1321
1820msgid "$ operand number used after format without operand number"
1821msgstr ""
1822
1823#: c-format.c:1352
9e620082
ZW
1824#, c-format
1825msgid "format argument %d unused before used argument %d in $-style format"
dc6746e7
PT
1826msgstr ""
1827
b1b51268 1828#: c-format.c:1450
9e620082 1829msgid "format not a string literal, format string not checked"
dc6746e7
PT
1830msgstr ""
1831
b1b51268 1832#: c-format.c:1464
9e620082 1833msgid "format not a string literal and no format arguments"
dc6746e7
PT
1834msgstr ""
1835
b1b51268 1836#: c-format.c:1466
9e620082 1837msgid "format not a string literal, argument types not checked"
dc6746e7
PT
1838msgstr ""
1839
b1b51268 1840#: c-format.c:1479
9e620082 1841msgid "too many arguments for format"
dc6746e7
PT
1842msgstr ""
1843
b1b51268 1844#: c-format.c:1482
9e620082 1845msgid "unused arguments in $-style format"
dc6746e7
PT
1846msgstr ""
1847
b1b51268 1848#: c-format.c:1485
a47a6810
JM
1849#, c-format
1850msgid "zero-length %s format string"
dc6746e7
PT
1851msgstr ""
1852
b1b51268 1853#: c-format.c:1489
9e620082 1854msgid "format is a wide character string"
dc6746e7
PT
1855msgstr ""
1856
b1b51268 1857#: c-format.c:1492
9e620082 1858msgid "unterminated format string"
dc6746e7
PT
1859msgstr ""
1860
b1b51268 1861#: c-format.c:1702
9e620082 1862msgid "embedded `\\0' in format"
dc6746e7
PT
1863msgstr ""
1864
b1b51268 1865#: c-format.c:1717
9e620082
ZW
1866#, c-format
1867msgid "spurious trailing `%%' in format"
dc6746e7
PT
1868msgstr ""
1869
b1b51268 1870#: c-format.c:1761 c-format.c:2008
9e620082
ZW
1871#, c-format
1872msgid "repeated %s in format"
dc6746e7
PT
1873msgstr ""
1874
b1b51268 1875#: c-format.c:1774
9e620082 1876msgid "missing fill character at end of strfmon format"
7bf81eee
PT
1877msgstr ""
1878
b1b51268 1879#: c-format.c:1818 c-format.c:1922 c-format.c:2202 c-format.c:2255
9e620082 1880msgid "too few arguments for format"
7bf81eee
PT
1881msgstr ""
1882
b1b51268 1883#: c-format.c:1859
9e620082
ZW
1884#, c-format
1885msgid "zero width in %s format"
dc6746e7
PT
1886msgstr ""
1887
b1b51268 1888#: c-format.c:1878
9e620082
ZW
1889#, c-format
1890msgid "empty left precision in %s format"
dc6746e7
PT
1891msgstr ""
1892
b1b51268 1893#: c-format.c:1937
9e620082 1894msgid "field precision"
dc6746e7
PT
1895msgstr ""
1896
b1b51268 1897#: c-format.c:1952
9e620082
ZW
1898#, c-format
1899msgid "empty precision in %s format"
dc6746e7
PT
1900msgstr ""
1901
b1b51268 1902#: c-format.c:1992
9e620082
ZW
1903#, c-format
1904msgid "%s does not support the `%s' %s length modifier"
dc6746e7
PT
1905msgstr ""
1906
b1b51268 1907#: c-format.c:2042
9e620082 1908msgid "conversion lacks type at end of format"
dc6746e7
PT
1909msgstr ""
1910
b1b51268 1911#: c-format.c:2053
9e620082
ZW
1912#, c-format
1913msgid "unknown conversion type character `%c' in format"
4ba01ed2
PT
1914msgstr ""
1915
b1b51268 1916#: c-format.c:2056
9e620082
ZW
1917#, c-format
1918msgid "unknown conversion type character 0x%x in format"
dc6746e7
PT
1919msgstr ""
1920
b1b51268 1921#: c-format.c:2063
9e620082
ZW
1922#, c-format
1923msgid "%s does not support the `%%%c' %s format"
dc6746e7
PT
1924msgstr ""
1925
b1b51268 1926#: c-format.c:2079
9e620082
ZW
1927#, c-format
1928msgid "%s used with `%%%c' %s format"
dc6746e7
PT
1929msgstr ""
1930
b1b51268 1931#: c-format.c:2088
9e620082
ZW
1932#, c-format
1933msgid "%s does not support %s"
dc6746e7
PT
1934msgstr ""
1935
b1b51268 1936#: c-format.c:2097
dc6746e7 1937#, c-format
9e620082 1938msgid "%s does not support %s with the `%%%c' %s format"
dc6746e7
PT
1939msgstr ""
1940
b1b51268 1941#: c-format.c:2130
4ba01ed2 1942#, c-format
9e620082 1943msgid "%s ignored with %s and `%%%c' %s format"
dc6746e7
PT
1944msgstr ""
1945
b1b51268 1946#: c-format.c:2134
4ba01ed2 1947#, c-format
9e620082 1948msgid "%s ignored with %s in %s format"
dc6746e7
PT
1949msgstr ""
1950
b1b51268 1951#: c-format.c:2140
4ba01ed2 1952#, c-format
9e620082 1953msgid "use of %s and %s together with `%%%c' %s format"
dc6746e7
PT
1954msgstr ""
1955
b1b51268 1956#: c-format.c:2144
4ba01ed2 1957#, c-format
9e620082 1958msgid "use of %s and %s together in %s format"
dc6746e7
PT
1959msgstr ""
1960
b1b51268 1961#: c-format.c:2163
4ba01ed2 1962#, c-format
9e620082 1963msgid "`%%%c' yields only last 2 digits of year in some locales"
7bf81eee
PT
1964msgstr ""
1965
b1b51268 1966#: c-format.c:2166
4ba01ed2 1967#, c-format
9e620082 1968msgid "`%%%c' yields only last 2 digits of year"
7bf81eee
PT
1969msgstr ""
1970
9e620082 1971#. The end of the format string was reached.
b1b51268 1972#: c-format.c:2182
4ba01ed2 1973#, c-format
9e620082 1974msgid "no closing `]' for `%%[' format"
7bf81eee
PT
1975msgstr ""
1976
b1b51268 1977#: c-format.c:2195
4ba01ed2 1978#, c-format
9e620082 1979msgid "use of `%s' length modifier with `%c' type character"
7bf81eee
PT
1980msgstr ""
1981
b1b51268 1982#: c-format.c:2216
9e620082
ZW
1983#, c-format
1984msgid "%s does not support the `%%%s%c' %s format"
7bf81eee
PT
1985msgstr ""
1986
b1b51268 1987#: c-format.c:2231
9e620082
ZW
1988msgid "operand number specified with suppressed assignment"
1989msgstr ""
1990
b1b51268 1991#: c-format.c:2233
9e620082 1992msgid "operand number specified for format taking no argument"
7bf81eee
PT
1993msgstr ""
1994
b1b51268 1995#: c-format.c:2345
4ba01ed2 1996#, c-format
9e620082 1997msgid "writing through null pointer (arg %d)"
7bf81eee
PT
1998msgstr ""
1999
b1b51268 2000#: c-format.c:2354
9e620082
ZW
2001#, c-format
2002msgid "reading through null pointer (arg %d)"
7bf81eee
PT
2003msgstr ""
2004
b1b51268 2005#: c-format.c:2374
9e620082
ZW
2006#, c-format
2007msgid "writing into constant object (arg %d)"
7bf81eee
PT
2008msgstr ""
2009
b1b51268 2010#: c-format.c:2384
9e620082
ZW
2011#, c-format
2012msgid "extra type qualifiers in format argument (arg %d)"
7bf81eee
PT
2013msgstr ""
2014
b1b51268 2015#: c-format.c:2391
9e620082
ZW
2016#, c-format
2017msgid "format argument is not a pointer (arg %d)"
7bf81eee
PT
2018msgstr ""
2019
b1b51268 2020#: c-format.c:2393
9e620082
ZW
2021#, c-format
2022msgid "format argument is not a pointer to a pointer (arg %d)"
7bf81eee
PT
2023msgstr ""
2024
b1b51268 2025#: c-format.c:2469
1737c953
JM
2026msgid "pointer"
2027msgstr ""
2028
b1b51268 2029#: c-format.c:2471
1737c953
JM
2030msgid "different type"
2031msgstr ""
2032
b1b51268 2033#: c-format.c:2492
d51681a7 2034#, c-format
9e620082 2035msgid "%s is not type %s (arg %d)"
7bf81eee
PT
2036msgstr ""
2037
b1b51268 2038#: c-format.c:2495
d51681a7 2039#, c-format
9e620082 2040msgid "%s format, %s arg (arg %d)"
7bf81eee
PT
2041msgstr ""
2042
b1b51268 2043#: c-format.c:2740
b97e55da
JM
2044msgid "args to be formatted is not '...'"
2045msgstr ""
2046
b1b51268 2047#: c-format.c:2749
b97e55da
JM
2048msgid "strftime formats cannot format arguments"
2049msgstr ""
2050
b1b51268
JM
2051#: c-gimplify.c:519
2052msgid "statement with no effect"
2053msgstr ""
2054
2055#: c-gimplify.c:622 c-parse.y:2224 cp/parser.c:6126 objc/objc-parse.y:2281
2056msgid "break statement not within loop or switch"
2057msgstr ""
2058
2059#: c-gimplify.c:624
2060msgid "continue statement not within loop or switch"
2061msgstr ""
2062
2063#: c-gimplify.c:1012
2064msgid "%Hstatement-expressions should end with a non-void expression"
2065msgstr ""
2066
2067#: c-incpath.c:70
d9b2742a
ZW
2068#, c-format
2069msgid "ignoring duplicate directory \"%s\"\n"
2070msgstr ""
2071
b1b51268 2072#: c-incpath.c:73
01b84e13 2073#, c-format
d9b2742a
ZW
2074msgid " as it is a non-system directory that duplicates a system directory\n"
2075msgstr ""
2076
b1b51268 2077#: c-incpath.c:77
d9b2742a
ZW
2078#, c-format
2079msgid "ignoring nonexistent directory \"%s\"\n"
2080msgstr ""
2081
b1b51268 2082#: c-incpath.c:277
01b84e13 2083#, c-format
d9b2742a 2084msgid "#include \"...\" search starts here:\n"
7bf81eee
PT
2085msgstr ""
2086
b1b51268 2087#: c-incpath.c:281
01b84e13 2088#, c-format
d9b2742a
ZW
2089msgid "#include <...> search starts here:\n"
2090msgstr ""
2091
b1b51268 2092#: c-incpath.c:286
01b84e13 2093#, c-format
d9b2742a
ZW
2094msgid "End of search list.\n"
2095msgstr ""
2096
b1b51268 2097#: c-lex.c:237
a47a6810 2098msgid "badly nested C headers from preprocessor"
7bf81eee
PT
2099msgstr ""
2100
b1b51268 2101#: c-lex.c:278
d51681a7 2102#, c-format
a47a6810 2103msgid "ignoring #pragma %s %s"
7bf81eee
PT
2104msgstr ""
2105
b97e55da 2106#. ... or not.
b1b51268 2107#: c-lex.c:384
b97e55da 2108msgid "%Hstray '@' in program"
7bf81eee
PT
2109msgstr ""
2110
b1b51268 2111#: c-lex.c:392
9e620082 2112#, c-format
b97e55da 2113msgid "missing terminating %c character"
7bf81eee
PT
2114msgstr ""
2115
b1b51268 2116#: c-lex.c:394
9e620082
ZW
2117#, c-format
2118msgid "stray '%c' in program"
7bf81eee
PT
2119msgstr ""
2120
b1b51268 2121#: c-lex.c:396
9e620082
ZW
2122#, c-format
2123msgid "stray '\\%o' in program"
7bf81eee
PT
2124msgstr ""
2125
b1b51268 2126#: c-lex.c:534
a47a6810 2127msgid "this decimal constant is unsigned only in ISO C90"
5b7874aa
ZW
2128msgstr ""
2129
b1b51268 2130#: c-lex.c:537
a47a6810 2131msgid "this decimal constant would be unsigned in ISO C90"
5b7874aa
ZW
2132msgstr ""
2133
b1b51268 2134#: c-lex.c:553
a47a6810
JM
2135#, c-format
2136msgid "integer constant is too large for \"%s\" type"
5b7874aa
ZW
2137msgstr ""
2138
b1b51268 2139#: c-lex.c:619
a47a6810
JM
2140#, c-format
2141msgid "floating constant exceeds range of \"%s\""
5b7874aa
ZW
2142msgstr ""
2143
b1b51268 2144#: c-lex.c:695
b97e55da 2145msgid "traditional C rejects string constant concatenation"
5b7874aa
ZW
2146msgstr ""
2147
b1b51268
JM
2148#: c-mudflap.c:57 cp/cp-mudflap.c:52
2149#, c-format
2150msgid "mudflap: cannot find declaration of `%s' from mf-runtime.h"
2151msgstr ""
2152
2153#: c-objc-common.c:81
b97e55da 2154msgid ""
b1b51268 2155"%Jfunction '%F' can never be inlined because it is suppressed using -fno-"
b97e55da 2156"inline"
5b7874aa
ZW
2157msgstr ""
2158
b1b51268 2159#: c-objc-common.c:91
b97e55da
JM
2160msgid ""
2161"%Jfunction '%F' can never be inlined because it might not be bound within "
2162"this unit of translation"
7bf81eee
PT
2163msgstr ""
2164
b1b51268 2165#: c-objc-common.c:99
b97e55da
JM
2166msgid ""
2167"%Jfunction '%F' can never be inlined because it uses attributes conflicting "
2168"with inlining"
d9b2742a
ZW
2169msgstr ""
2170
b1b51268 2171#: c-objc-common.c:114
b97e55da 2172msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
d9b2742a
ZW
2173msgstr ""
2174
b1b51268 2175#: c-objc-common.c:127
b97e55da
JM
2176msgid ""
2177"%Jnested function '%F' can never be inlined because it has possibly saved "
2178"pending sizes"
2179msgstr ""
2180
b1b51268 2181#: c-objc-common.c:313
b06c20ee
JM
2182msgid "used array that cannot be converted to pointer where scalar is required"
2183msgstr ""
2184
b1b51268 2185#: c-objc-common.c:317
b06c20ee
JM
2186msgid "used struct type value where scalar is required"
2187msgstr ""
2188
b1b51268 2189#: c-objc-common.c:321
b06c20ee
JM
2190msgid "used union type value where scalar is required"
2191msgstr ""
2192
b1b51268 2193#: c-opts.c:148
d9b2742a 2194#, c-format
b97e55da 2195msgid "no class name specified with \"%s\""
d9b2742a
ZW
2196msgstr ""
2197
b1b51268 2198#: c-opts.c:152
a47a6810 2199#, c-format
b97e55da 2200msgid "assertion missing after \"%s\""
5b7874aa
ZW
2201msgstr ""
2202
b1b51268 2203#: c-opts.c:157
a47a6810 2204#, c-format
b97e55da 2205msgid "macro name missing after \"%s\""
7bf81eee
PT
2206msgstr ""
2207
b1b51268 2208#: c-opts.c:166
a47a6810 2209#, c-format
b97e55da 2210msgid "missing path after \"%s\""
5b7874aa
ZW
2211msgstr ""
2212
b1b51268 2213#: c-opts.c:175
a47a6810 2214#, c-format
b97e55da 2215msgid "missing filename after \"%s\""
7bf81eee
PT
2216msgstr ""
2217
b1b51268 2218#: c-opts.c:180
b97e55da
JM
2219#, c-format
2220msgid "missing makefile target after \"%s\""
d9b2742a
ZW
2221msgstr ""
2222
b1b51268 2223#: c-opts.c:304
b97e55da 2224msgid "-I- specified twice"
5b7874aa
ZW
2225msgstr ""
2226
b1b51268
JM
2227#: c-opts.c:307
2228msgid "obsolete option -I- used, please use -iquote instead"
2229msgstr ""
2230
2231#: c-opts.c:710
a47a6810
JM
2232#, c-format
2233msgid "switch \"%s\" is no longer supported"
5b7874aa
ZW
2234msgstr ""
2235
b1b51268 2236#: c-opts.c:825
a47a6810 2237msgid ""
b97e55da 2238"-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
7bf81eee
PT
2239msgstr ""
2240
b1b51268 2241#: c-opts.c:995
a47a6810 2242msgid "output filename specified twice"
7bf81eee
PT
2243msgstr ""
2244
b1b51268 2245#: c-opts.c:1115
a47a6810 2246msgid "-Wformat-y2k ignored without -Wformat"
7bf81eee
PT
2247msgstr ""
2248
b1b51268 2249#: c-opts.c:1117
a47a6810 2250msgid "-Wformat-extra-args ignored without -Wformat"
dc6746e7
PT
2251msgstr ""
2252
b1b51268 2253#: c-opts.c:1119
a47a6810 2254msgid "-Wformat-zero-length ignored without -Wformat"
dc6746e7
PT
2255msgstr ""
2256
b1b51268 2257#: c-opts.c:1121
a47a6810 2258msgid "-Wformat-nonliteral ignored without -Wformat"
dc6746e7
PT
2259msgstr ""
2260
b1b51268 2261#: c-opts.c:1123
a47a6810 2262msgid "-Wformat-security ignored without -Wformat"
dc6746e7
PT
2263msgstr ""
2264
b1b51268 2265#: c-opts.c:1125
a47a6810 2266msgid "-Wmissing-format-attribute ignored without -Wformat"
dc6746e7
PT
2267msgstr ""
2268
b1b51268 2269#: c-opts.c:1139
a47a6810 2270#, c-format
b97e55da 2271msgid "opening output file %s: %m"
5b7874aa
ZW
2272msgstr ""
2273
b1b51268 2274#: c-opts.c:1144
b97e55da
JM
2275#, c-format
2276msgid "too many filenames given. Type %s --help for usage"
2277msgstr ""
2278
b1b51268 2279#: c-opts.c:1226
d9b2742a
ZW
2280msgid "YYDEBUG not defined"
2281msgstr ""
2282
b1b51268
JM
2283#: c-opts.c:1230
2284msgid "sorry, inter-module analysis temporarily out of commission"
2285msgstr ""
2286
2287#: c-opts.c:1256
9e620082 2288#, c-format
b97e55da 2289msgid "opening dependency file %s: %m"
dc6746e7
PT
2290msgstr ""
2291
b1b51268 2292#: c-opts.c:1266
a47a6810 2293#, c-format
b97e55da 2294msgid "closing dependency file %s: %m"
dc6746e7
PT
2295msgstr ""
2296
b1b51268 2297#: c-opts.c:1269
a47a6810 2298#, c-format
b97e55da 2299msgid "when writing output to %s: %m"
dc6746e7
PT
2300msgstr ""
2301
b1b51268 2302#: c-opts.c:1339
a47a6810 2303msgid "to generate dependencies you must specify either -M or -MM"
dc6746e7
PT
2304msgstr ""
2305
b1b51268 2306#: c-opts.c:1404
d9b2742a
ZW
2307msgid "<built-in>"
2308msgstr ""
2309
b1b51268 2310#: c-opts.c:1419
d9b2742a
ZW
2311msgid "<command line>"
2312msgstr ""
2313
b1b51268 2314#: c-opts.c:1502
b06c20ee
JM
2315msgid "too late for # directive to set debug directory"
2316msgstr ""
2317
2318#. Like YYERROR but do call yyerror.
b4117c30 2319#: c-parse.y:55 objc/objc-parse.y:55
b06c20ee
JM
2320msgid "syntax error"
2321msgstr ""
2322
b4117c30 2323#: bison.simple:179
b06c20ee
JM
2324msgid "syntax error: cannot back up"
2325msgstr ""
2326
b1b51268 2327#: c-parse.y:319 objc/objc-parse.y:343
b06c20ee
JM
2328msgid "ISO C forbids an empty source file"
2329msgstr ""
2330
b1b51268 2331#: c-parse.y:344 objc/objc-parse.y:369
b06c20ee
JM
2332msgid "ISO C forbids data definition with no type or storage class"
2333msgstr ""
2334
b1b51268 2335#: c-parse.y:346 objc/objc-parse.y:371
b06c20ee
JM
2336msgid "data definition has no type or storage class"
2337msgstr ""
2338
b1b51268 2339#: c-parse.y:359 objc/objc-parse.y:384
b06c20ee
JM
2340msgid "ISO C does not allow extra `;' outside of a function"
2341msgstr ""
2342
b1b51268 2343#: c-parse.y:416 cppexp.c:1256
b06c20ee
JM
2344msgid "traditional C rejects the unary plus operator"
2345msgstr ""
2346
b1b51268 2347#: c-parse.y:463 objc/objc-parse.y:488
b06c20ee
JM
2348msgid "`sizeof' applied to a bit-field"
2349msgstr ""
2350
b1b51268 2351#: c-parse.y:550 objc/objc-parse.y:575
b06c20ee
JM
2352msgid "ISO C forbids omitting the middle term of a ?: expression"
2353msgstr ""
2354
b1b51268
JM
2355#: c-parse.y:597 objc/objc-parse.y:622
2356msgid "ISO C90 forbids compound literals"
b06c20ee
JM
2357msgstr ""
2358
b1b51268 2359#: c-parse.y:611 objc/objc-parse.y:636
b06c20ee
JM
2360msgid "ISO C forbids braced-groups within expressions"
2361msgstr ""
2362
b1b51268 2363#: c-parse.y:640 objc/objc-parse.y:665
b06c20ee
JM
2364msgid "first argument to __builtin_choose_expr not a constant"
2365msgstr ""
2366
b1b51268
JM
2367#: c-parse.y:934 c-parse.y:940 c-parse.y:946 c-parse.y:952 c-parse.y:973
2368#: c-parse.y:979 c-parse.y:985 c-parse.y:991 c-parse.y:1024 c-parse.y:1030
2369#: c-parse.y:1036 c-parse.y:1042 c-parse.y:1087 c-parse.y:1093 c-parse.y:1099
2370#: c-parse.y:1105 objc/objc-parse.y:975 objc/objc-parse.y:981
2371#: objc/objc-parse.y:987 objc/objc-parse.y:993 objc/objc-parse.y:1014
2372#: objc/objc-parse.y:1020 objc/objc-parse.y:1026 objc/objc-parse.y:1032
2373#: objc/objc-parse.y:1065 objc/objc-parse.y:1071 objc/objc-parse.y:1077
2374#: objc/objc-parse.y:1083 objc/objc-parse.y:1128 objc/objc-parse.y:1134
2375#: objc/objc-parse.y:1140 objc/objc-parse.y:1146
b06c20ee
JM
2376#, c-format
2377msgid "`%s' is not at beginning of declaration"
2378msgstr ""
2379
b1b51268 2380#: c-parse.y:1267 objc/objc-parse.y:1317
b06c20ee
JM
2381msgid "`typeof' applied to a bit-field"
2382msgstr ""
2383
b1b51268 2384#: c-parse.y:1390 objc/objc-parse.y:1440
b06c20ee
JM
2385msgid "ISO C forbids empty initializer braces"
2386msgstr ""
2387
b1b51268
JM
2388#: c-parse.y:1404 objc/objc-parse.y:1454
2389msgid "ISO C90 forbids specifying subobject to initialize"
b06c20ee
JM
2390msgstr ""
2391
b1b51268 2392#: c-parse.y:1407 objc/objc-parse.y:1457
b06c20ee
JM
2393msgid "obsolete use of designated initializer without `='"
2394msgstr ""
2395
b1b51268 2396#: c-parse.y:1411 objc/objc-parse.y:1461
b06c20ee
JM
2397msgid "obsolete use of designated initializer with `:'"
2398msgstr ""
2399
b1b51268 2400#: c-parse.y:1438 objc/objc-parse.y:1488
b06c20ee
JM
2401msgid "ISO C forbids specifying range of elements to initialize"
2402msgstr ""
2403
b1b51268 2404#: c-parse.y:1446 c-parse.y:1476 objc/objc-parse.y:1496 objc/objc-parse.y:1526
b06c20ee
JM
2405msgid "ISO C forbids nested functions"
2406msgstr ""
2407
b1b51268 2408#: c-parse.y:1640 objc/objc-parse.y:1692
b06c20ee
JM
2409msgid "ISO C forbids forward references to `enum' types"
2410msgstr ""
2411
b1b51268 2412#: c-parse.y:1652 cp/parser.c:9399 objc/objc-parse.y:1704
b06c20ee
JM
2413msgid "comma at end of enumerator list"
2414msgstr ""
2415
b1b51268 2416#: c-parse.y:1672 objc/objc-parse.y:1724
b06c20ee
JM
2417msgid "no semicolon at end of struct or union"
2418msgstr ""
2419
b1b51268 2420#: c-parse.y:1681 objc/objc-parse.y:1733 objc/objc-parse.y:2833
b06c20ee
JM
2421msgid "extra semicolon in struct or union specified"
2422msgstr ""
2423
b1b51268 2424#: c-parse.y:1694 objc/objc-parse.y:1749
b06c20ee
JM
2425msgid "ISO C doesn't support unnamed structs/unions"
2426msgstr ""
2427
b1b51268 2428#: c-parse.y:1703 objc/objc-parse.y:1758
b06c20ee
JM
2429msgid "ISO C forbids member declarations with no members"
2430msgstr ""
2431
b1b51268 2432#: c-parse.y:1864 objc/objc-parse.y:1919
b06c20ee
JM
2433msgid "label at end of compound statement"
2434msgstr ""
2435
b1b51268 2436#: c-parse.y:1883 objc/objc-parse.y:1938
b06c20ee
JM
2437msgid "ISO C90 forbids mixed declarations and code"
2438msgstr ""
2439
b1b51268 2440#: c-parse.y:1961 objc/objc-parse.y:2018
b06c20ee
JM
2441msgid "ISO C forbids label declarations"
2442msgstr ""
2443
b1b51268 2444#: c-parse.y:2011 objc/objc-parse.y:2068
b06c20ee
JM
2445msgid "braced-group within expression allowed only inside a function"
2446msgstr ""
2447
b1b51268 2448#: c-parse.y:2130 objc/objc-parse.y:2187
b06c20ee
JM
2449msgid "empty body in an else-statement"
2450msgstr ""
2451
b1b51268 2452#: c-parse.y:2138 objc/objc-parse.y:2195
b06c20ee
JM
2453msgid "%Hempty body in an if-statement"
2454msgstr ""
2455
b1b51268 2456#: c-parse.y:2233 cp/parser.c:6137 objc/objc-parse.y:2290
b06c20ee
JM
2457msgid "continue statement not within a loop"
2458msgstr ""
2459
b1b51268 2460#: c-parse.y:2259 objc/objc-parse.y:2316
b06c20ee
JM
2461msgid "ISO C forbids `goto *expr;'"
2462msgstr ""
2463
b1b51268
JM
2464#: c-parse.y:2350 objc/objc-parse.y:2458
2465#, c-format
2466msgid "%E qualifier ignored on asm"
2467msgstr ""
2468
2469#: c-parse.y:2432 objc/objc-parse.y:2540
b06c20ee
JM
2470msgid "ISO C requires a named argument before `...'"
2471msgstr ""
2472
b1b51268 2473#: c-parse.y:2525 objc/objc-parse.y:2633
b06c20ee
JM
2474msgid "`...' in old-style identifier list"
2475msgstr ""
2476
b4117c30 2477#: bison.simple:795
b06c20ee
JM
2478msgid "syntax error; also virtual memory exhausted"
2479msgstr ""
2480
b4117c30 2481#: bison.simple:924
b06c20ee
JM
2482msgid "parser stack overflow"
2483msgstr ""
2484
b1b51268 2485#: c-parse.y:2955 objc/objc-parse.y:3650
b06c20ee
JM
2486#, c-format
2487msgid "syntax error at '%s' token"
2488msgstr ""
2489
b1b51268 2490#: c-pch.c:130
dc6746e7 2491#, c-format
01b84e13 2492msgid "can't create precompiled header %s: %m"
1737c953
JM
2493msgstr ""
2494
b1b51268 2495#: c-pch.c:159
b97e55da
JM
2496#, c-format
2497msgid "can't write to %s: %m"
1737c953
JM
2498msgstr ""
2499
b1b51268 2500#: c-pch.c:165
b97e55da
JM
2501#, c-format
2502msgid "`%s' is not a valid output file"
1737c953
JM
2503msgstr ""
2504
b1b51268 2505#: c-pch.c:194 c-pch.c:210 c-pch.c:222
b97e55da
JM
2506#, c-format
2507msgid "can't write %s: %m"
7bf81eee
PT
2508msgstr ""
2509
b1b51268 2510#: c-pch.c:200
b97e55da
JM
2511#, c-format
2512msgid "can't seek in %s: %m"
5b7874aa
ZW
2513msgstr ""
2514
b1b51268 2515#: c-pch.c:208 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
a47a6810 2516#, c-format
b97e55da 2517msgid "can't read %s: %m"
1737c953
JM
2518msgstr ""
2519
b1b51268 2520#: c-pch.c:261
d9b2742a 2521#, c-format
b97e55da 2522msgid "%s: not compatible with this GCC version"
d9b2742a
ZW
2523msgstr ""
2524
b97e55da 2525#. It's a PCH for the wrong language.
b1b51268 2526#: c-pch.c:264
d9b2742a 2527#, c-format
b97e55da 2528msgid "%s: not for %s"
d9b2742a
ZW
2529msgstr ""
2530
b97e55da 2531#. Not any kind of PCH.
b1b51268 2532#: c-pch.c:268
d9b2742a 2533#, c-format
b97e55da 2534msgid "%s: not a PCH file"
d9b2742a
ZW
2535msgstr ""
2536
b1b51268 2537#: c-pch.c:287
d9b2742a 2538#, c-format
b97e55da 2539msgid "%s: created on host `%.*s', but used on host `%s'"
d9b2742a
ZW
2540msgstr ""
2541
b1b51268 2542#: c-pch.c:297
d9b2742a 2543#, c-format
b97e55da 2544msgid "%s: created for target `%.*s', but used for target `%s'"
d9b2742a
ZW
2545msgstr ""
2546
b1b51268 2547#: c-pch.c:310
d9b2742a 2548#, c-format
b97e55da 2549msgid "%s: created by version `%.*s', but this is version `%s'"
d9b2742a
ZW
2550msgstr ""
2551
b1b51268 2552#: c-pch.c:326
d9b2742a 2553#, c-format
b97e55da 2554msgid "%s: created with -g%s, but used with -g%s"
d9b2742a
ZW
2555msgstr ""
2556
b1b51268
JM
2557#: c-pch.c:340
2558#, c-format
2559msgid "%s: settings for %s do not match"
2560msgstr ""
2561
2562#: c-pch.c:354
d9b2742a 2563#, c-format
b97e55da 2564msgid "%s: had text segment at different address"
d9b2742a
ZW
2565msgstr ""
2566
b1b51268 2567#: c-pch.c:371 cpperror.c:182 gcc.c:6706
d9b2742a 2568#, c-format
b97e55da 2569msgid "%s: %s"
d9b2742a
ZW
2570msgstr ""
2571
b1b51268 2572#: c-pch.c:402
d9b2742a
ZW
2573msgid "calling fdopen"
2574msgstr ""
2575
b1b51268 2576#: c-pch.c:410 c-pch.c:422
d9b2742a
ZW
2577msgid "reading"
2578msgstr ""
2579
b97e55da 2580#: c-pragma.c:106
1737c953
JM
2581msgid ""
2582"#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2583msgstr ""
2584
b97e55da 2585#: c-pragma.c:124
1737c953
JM
2586#, c-format
2587msgid ""
2588"#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2589"<n>)"
2590msgstr ""
2591
b97e55da 2592#: c-pragma.c:144
1737c953
JM
2593msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2594msgstr ""
2595
b97e55da 2596#: c-pragma.c:146
1737c953
JM
2597msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2598msgstr ""
2599
b97e55da 2600#: c-pragma.c:165
1737c953
JM
2601msgid "missing '(' after '#pragma pack' - ignored"
2602msgstr ""
2603
b97e55da 2604#: c-pragma.c:178 c-pragma.c:228
1737c953
JM
2605msgid "malformed '#pragma pack' - ignored"
2606msgstr ""
2607
b97e55da 2608#: c-pragma.c:183
1737c953
JM
2609msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2610msgstr ""
2611
b97e55da 2612#: c-pragma.c:185
1737c953
JM
2613msgid "malformed '#pragma pack(pop[, id])' - ignored"
2614msgstr ""
2615
b97e55da 2616#: c-pragma.c:194
1737c953
JM
2617#, c-format
2618msgid "unknown action '%s' for '#pragma pack' - ignored"
2619msgstr ""
2620
b97e55da 2621#: c-pragma.c:231
1737c953
JM
2622msgid "junk at end of '#pragma pack'"
2623msgstr ""
2624
b97e55da 2625#: c-pragma.c:245
1737c953
JM
2626#, c-format
2627msgid "alignment must be a small power of two, not %d"
2628msgstr ""
2629
b97e55da 2630#: c-pragma.c:278
a47a6810 2631msgid ""
b97e55da 2632"%Japplying #pragma weak '%D' after first use results in unspecified behavior"
a47a6810
JM
2633msgstr ""
2634
b97e55da 2635#: c-pragma.c:325 c-pragma.c:330
1737c953
JM
2636msgid "malformed #pragma weak, ignored"
2637msgstr ""
2638
b97e55da 2639#: c-pragma.c:334
1737c953
JM
2640msgid "junk at end of #pragma weak"
2641msgstr ""
2642
b1b51268 2643#: c-pragma.c:366 c-pragma.c:371
7bbf788c
PT
2644msgid "malformed #pragma redefine_extname, ignored"
2645msgstr ""
2646
b1b51268 2647#: c-pragma.c:376
7bbf788c
PT
2648msgid "junk at end of #pragma redefine_extname"
2649msgstr ""
2650
b1b51268 2651#: c-pragma.c:384 c-pragma.c:461
7bbf788c
PT
2652msgid "#pragma redefine_extname conflicts with declaration"
2653msgstr ""
2654
b1b51268 2655#: c-pragma.c:412
7bbf788c
PT
2656msgid "malformed #pragma extern_prefix, ignored"
2657msgstr ""
2658
b1b51268 2659#: c-pragma.c:417
7bbf788c
PT
2660msgid "junk at end of #pragma extern_prefix"
2661msgstr ""
2662
b1b51268 2663#: c-pragma.c:448
b97e55da 2664msgid "asm declaration conflicts with previous rename"
7bbf788c
PT
2665msgstr ""
2666
b1b51268 2667#: c-typeck.c:118
1737c953
JM
2668#, c-format
2669msgid "`%s' has an incomplete type"
2670msgstr ""
2671
b1b51268 2672#: c-typeck.c:140 cp/call.c:2681
1737c953
JM
2673msgid "invalid use of void expression"
2674msgstr ""
2675
b1b51268 2676#: c-typeck.c:148
cabb228b
ZW
2677msgid "invalid use of flexible array member"
2678msgstr ""
2679
b1b51268 2680#: c-typeck.c:154
1737c953
JM
2681msgid "invalid use of array with unspecified bounds"
2682msgstr ""
2683
b1b51268 2684#: c-typeck.c:162
1737c953
JM
2685#, c-format
2686msgid "invalid use of undefined type `%s %s'"
2687msgstr ""
2688
2689#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
b1b51268 2690#: c-typeck.c:166
1737c953
JM
2691#, c-format
2692msgid "invalid use of incomplete typedef `%s'"
2693msgstr ""
2694
b1b51268 2695#: c-typeck.c:430 c-typeck.c:445
1737c953
JM
2696msgid "function types not truly compatible in ISO C"
2697msgstr ""
2698
b1b51268 2699#: c-typeck.c:625
1737c953
JM
2700msgid "types are not quite compatible"
2701msgstr ""
2702
b1b51268 2703#: c-typeck.c:861
b97e55da
JM
2704msgid "function return types not compatible due to `volatile'"
2705msgstr ""
2706
b1b51268 2707#: c-typeck.c:1007 c-typeck.c:2186
1737c953
JM
2708msgid "arithmetic on pointer to an incomplete type"
2709msgstr ""
2710
b1b51268 2711#: c-typeck.c:1381
1737c953
JM
2712#, c-format
2713msgid "%s has no member named `%s'"
d51681a7
PT
2714msgstr ""
2715
b1b51268 2716#: c-typeck.c:1417
1737c953
JM
2717#, c-format
2718msgid "request for member `%s' in something not a structure or union"
2719msgstr ""
2720
b1b51268 2721#: c-typeck.c:1446
1737c953
JM
2722msgid "dereferencing pointer to incomplete type"
2723msgstr ""
2724
b1b51268 2725#: c-typeck.c:1450
1737c953
JM
2726msgid "dereferencing `void *' pointer"
2727msgstr ""
2728
b1b51268 2729#: c-typeck.c:1467 cp/typeck.c:2108
1737c953
JM
2730#, c-format
2731msgid "invalid type argument of `%s'"
2732msgstr ""
2733
b1b51268 2734#: c-typeck.c:1485 cp/typeck.c:2133
1737c953
JM
2735msgid "subscript missing in array reference"
2736msgstr ""
2737
b1b51268 2738#: c-typeck.c:1505 cp/typeck.c:2174
1737c953
JM
2739msgid "array subscript has type `char'"
2740msgstr ""
2741
b1b51268 2742#: c-typeck.c:1513 c-typeck.c:1602 cp/typeck.c:2178 cp/typeck.c:2264
1737c953
JM
2743msgid "array subscript is not an integer"
2744msgstr ""
2745
b1b51268 2746#: c-typeck.c:1546
1737c953
JM
2747msgid "ISO C forbids subscripting `register' array"
2748msgstr ""
2749
b1b51268 2750#: c-typeck.c:1548
a47a6810 2751msgid "ISO C90 forbids subscripting non-lvalue array"
1737c953
JM
2752msgstr ""
2753
b1b51268 2754#: c-typeck.c:1581
1737c953
JM
2755msgid "subscript has type `char'"
2756msgstr ""
2757
b1b51268 2758#: c-typeck.c:1597 cp/typeck.c:2259
1737c953
JM
2759msgid "subscripted value is neither array nor pointer"
2760msgstr ""
2761
b1b51268 2762#: c-typeck.c:1627
1737c953
JM
2763#, c-format
2764msgid "local declaration of `%s' hides instance variable"
2765msgstr ""
2766
b1b51268 2767#: c-typeck.c:1721
1737c953
JM
2768msgid "called object is not a function"
2769msgstr ""
2770
01b84e13
JM
2771#. This situation leads to run-time undefined behavior. We can't,
2772#. therefore, simply error unless we can prove that all possible
2773#. executions of the program must execute the code.
b1b51268 2774#: c-typeck.c:1753
01b84e13
JM
2775msgid "function called through a non-compatible type"
2776msgstr ""
2777
b1b51268 2778#: c-typeck.c:1851 cp/typeck.c:2547
9e620082 2779msgid "too many arguments to function"
d51681a7
PT
2780msgstr ""
2781
b1b51268 2782#: c-typeck.c:1872
d51681a7 2783#, c-format
9e620082 2784msgid "type of formal parameter %d is incomplete"
d51681a7
PT
2785msgstr ""
2786
b1b51268 2787#: c-typeck.c:1885
d51681a7 2788#, c-format
9e620082 2789msgid "%s as integer rather than floating due to prototype"
d51681a7
PT
2790msgstr ""
2791
b1b51268 2792#: c-typeck.c:1888
9e620082
ZW
2793#, c-format
2794msgid "%s as integer rather than complex due to prototype"
d51681a7
PT
2795msgstr ""
2796
b1b51268 2797#: c-typeck.c:1891
d51681a7 2798#, c-format
9e620082 2799msgid "%s as complex rather than floating due to prototype"
d51681a7
PT
2800msgstr ""
2801
b1b51268 2802#: c-typeck.c:1894
d51681a7 2803#, c-format
9e620082 2804msgid "%s as floating rather than integer due to prototype"
d51681a7
PT
2805msgstr ""
2806
b1b51268 2807#: c-typeck.c:1897
d51681a7 2808#, c-format
9e620082 2809msgid "%s as complex rather than integer due to prototype"
d51681a7
PT
2810msgstr ""
2811
b1b51268 2812#: c-typeck.c:1900
d51681a7 2813#, c-format
9e620082 2814msgid "%s as floating rather than complex due to prototype"
d51681a7
PT
2815msgstr ""
2816
b1b51268 2817#: c-typeck.c:1910
d51681a7 2818#, c-format
9e620082 2819msgid "%s as `float' rather than `double' due to prototype"
d51681a7
PT
2820msgstr ""
2821
b1b51268 2822#: c-typeck.c:1928
d51681a7 2823#, c-format
9e620082 2824msgid "%s with different width due to prototype"
d51681a7
PT
2825msgstr ""
2826
b1b51268 2827#: c-typeck.c:1954
d51681a7 2828#, c-format
9e620082 2829msgid "%s as unsigned due to prototype"
d51681a7
PT
2830msgstr ""
2831
b1b51268 2832#: c-typeck.c:1956
d51681a7 2833#, c-format
9e620082 2834msgid "%s as signed due to prototype"
d51681a7
PT
2835msgstr ""
2836
b1b51268 2837#: c-typeck.c:1990 cp/typeck.c:2653
9e620082 2838msgid "too few arguments to function"
d51681a7
PT
2839msgstr ""
2840
b1b51268 2841#: c-typeck.c:2030
9e620082 2842msgid "suggest parentheses around + or - inside shift"
d51681a7
PT
2843msgstr ""
2844
b1b51268 2845#: c-typeck.c:2037
9e620082 2846msgid "suggest parentheses around && within ||"
d51681a7
PT
2847msgstr ""
2848
b1b51268 2849#: c-typeck.c:2046
9e620082 2850msgid "suggest parentheses around arithmetic in operand of |"
d51681a7
PT
2851msgstr ""
2852
b1b51268 2853#: c-typeck.c:2049
9e620082 2854msgid "suggest parentheses around comparison in operand of |"
d51681a7
PT
2855msgstr ""
2856
b1b51268 2857#: c-typeck.c:2058
9e620082 2858msgid "suggest parentheses around arithmetic in operand of ^"
d51681a7
PT
2859msgstr ""
2860
b1b51268 2861#: c-typeck.c:2061
9e620082 2862msgid "suggest parentheses around comparison in operand of ^"
4ba01ed2
PT
2863msgstr ""
2864
b1b51268 2865#: c-typeck.c:2068
9e620082 2866msgid "suggest parentheses around + or - in operand of &"
d51681a7
PT
2867msgstr ""
2868
b1b51268 2869#: c-typeck.c:2071
9e620082 2870msgid "suggest parentheses around comparison in operand of &"
d51681a7
PT
2871msgstr ""
2872
b1b51268 2873#: c-typeck.c:2078
9e620082 2874msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
d51681a7
PT
2875msgstr ""
2876
b1b51268 2877#: c-typeck.c:2138
9e620082 2878msgid "pointer of type `void *' used in subtraction"
d51681a7
PT
2879msgstr ""
2880
b1b51268 2881#: c-typeck.c:2140
9e620082 2882msgid "pointer to a function used in subtraction"
d51681a7
PT
2883msgstr ""
2884
b1b51268 2885#: c-typeck.c:2228
9e620082 2886msgid "wrong type argument to unary plus"
d51681a7
PT
2887msgstr ""
2888
b1b51268 2889#: c-typeck.c:2241
9e620082 2890msgid "wrong type argument to unary minus"
d51681a7
PT
2891msgstr ""
2892
b1b51268 2893#: c-typeck.c:2258
9e620082 2894msgid "ISO C does not support `~' for complex conjugation"
d51681a7
PT
2895msgstr ""
2896
b1b51268 2897#: c-typeck.c:2264
9e620082 2898msgid "wrong type argument to bit-complement"
d51681a7
PT
2899msgstr ""
2900
b1b51268 2901#: c-typeck.c:2272
9e620082 2902msgid "wrong type argument to abs"
d51681a7
PT
2903msgstr ""
2904
b1b51268 2905#: c-typeck.c:2284
9e620082 2906msgid "wrong type argument to conjugation"
4ba01ed2
PT
2907msgstr ""
2908
b1b51268 2909#: c-typeck.c:2298
9e620082 2910msgid "wrong type argument to unary exclamation mark"
d51681a7
PT
2911msgstr ""
2912
b1b51268 2913#: c-typeck.c:2335
9e620082 2914msgid "ISO C does not support `++' and `--' on complex types"
d51681a7
PT
2915msgstr ""
2916
b1b51268 2917#: c-typeck.c:2350 c-typeck.c:2382
1737c953 2918msgid "wrong type argument to increment"
d51681a7
PT
2919msgstr ""
2920
b1b51268 2921#: c-typeck.c:2352 c-typeck.c:2384
1737c953
JM
2922msgid "wrong type argument to decrement"
2923msgstr ""
2924
b1b51268 2925#: c-typeck.c:2373
1737c953 2926msgid "increment of pointer to unknown structure"
d51681a7
PT
2927msgstr ""
2928
b1b51268 2929#: c-typeck.c:2375
1737c953
JM
2930msgid "decrement of pointer to unknown structure"
2931msgstr ""
2932
b1b51268 2933#: c-typeck.c:2443
9e620082 2934msgid "invalid lvalue in unary `&'"
d51681a7
PT
2935msgstr ""
2936
b1b51268 2937#: c-typeck.c:2475
9e620082
ZW
2938#, c-format
2939msgid "attempt to take address of bit-field structure member `%s'"
d51681a7
PT
2940msgstr ""
2941
b1b51268 2942#: c-typeck.c:2562
9e620082
ZW
2943#, c-format
2944msgid "%s of read-only member `%s'"
d51681a7
PT
2945msgstr ""
2946
b1b51268 2947#: c-typeck.c:2566
9e620082
ZW
2948#, c-format
2949msgid "%s of read-only variable `%s'"
d51681a7
PT
2950msgstr ""
2951
b1b51268 2952#: c-typeck.c:2569
d51681a7 2953#, c-format
9e620082 2954msgid "%s of read-only location"
d51681a7
PT
2955msgstr ""
2956
b1b51268 2957#: c-typeck.c:2587
d51681a7 2958#, c-format
b0287a90 2959msgid "cannot take address of bit-field `%s'"
d51681a7
PT
2960msgstr ""
2961
b4117c30 2962#: c-typeck.c:2615 fortran/f95-lang.c:641 treelang/treetree.c:946
d51681a7 2963#, c-format
9e620082 2964msgid "global register variable `%s' used in nested function"
d51681a7
PT
2965msgstr ""
2966
b4117c30 2967#: c-typeck.c:2619 fortran/f95-lang.c:645 treelang/treetree.c:950
d51681a7 2968#, c-format
9e620082 2969msgid "register variable `%s' used in nested function"
d51681a7
PT
2970msgstr ""
2971
b4117c30 2972#: c-typeck.c:2626 fortran/f95-lang.c:652 treelang/treetree.c:957
d51681a7 2973#, c-format
9e620082 2974msgid "address of global register variable `%s' requested"
d51681a7
PT
2975msgstr ""
2976
b4117c30 2977#: c-typeck.c:2631 fortran/f95-lang.c:670 treelang/treetree.c:962
d51681a7 2978#, c-format
9e620082 2979msgid "address of register variable `%s' requested"
d51681a7
PT
2980msgstr ""
2981
b1b51268 2982#: c-typeck.c:2680
01b84e13
JM
2983msgid "non-lvalue array in conditional expression"
2984msgstr ""
2985
b1b51268 2986#: c-typeck.c:2724
9e620082 2987msgid "signed and unsigned type in conditional expression"
d51681a7
PT
2988msgstr ""
2989
b1b51268 2990#: c-typeck.c:2731
9e620082 2991msgid "ISO C forbids conditional expr with only one void side"
d51681a7
PT
2992msgstr ""
2993
b1b51268 2994#: c-typeck.c:2747 c-typeck.c:2754
9e620082 2995msgid "ISO C forbids conditional expr between `void *' and function pointer"
d51681a7
PT
2996msgstr ""
2997
b1b51268 2998#: c-typeck.c:2760
9e620082 2999msgid "pointer type mismatch in conditional expression"
d51681a7
PT
3000msgstr ""
3001
b1b51268 3002#: c-typeck.c:2767 c-typeck.c:2777
9e620082 3003msgid "pointer/integer type mismatch in conditional expression"
d51681a7
PT
3004msgstr ""
3005
b1b51268 3006#: c-typeck.c:2791
9e620082 3007msgid "type mismatch in conditional expression"
d51681a7
PT
3008msgstr ""
3009
b1b51268 3010#: c-typeck.c:2851
9e620082 3011msgid "left-hand operand of comma expression has no effect"
d51681a7
PT
3012msgstr ""
3013
b1b51268 3014#: c-typeck.c:2882
9e620082 3015msgid "cast specifies array type"
d51681a7
PT
3016msgstr ""
3017
b1b51268 3018#: c-typeck.c:2888
9e620082 3019msgid "cast specifies function type"
d51681a7
PT
3020msgstr ""
3021
b1b51268 3022#: c-typeck.c:2898
9e620082 3023msgid "ISO C forbids casting nonscalar to the same type"
d51681a7
PT
3024msgstr ""
3025
b1b51268 3026#: c-typeck.c:2916
9e620082 3027msgid "ISO C forbids casts to union type"
d51681a7
PT
3028msgstr ""
3029
b1b51268 3030#: c-typeck.c:2925
9e620082 3031msgid "cast to union type from type not present in union"
d51681a7
PT
3032msgstr ""
3033
b1b51268 3034#: c-typeck.c:2976
cabb228b
ZW
3035msgid "cast adds new qualifiers to function type"
3036msgstr ""
3037
9e620082
ZW
3038#. There are qualifiers present in IN_OTYPE that are not
3039#. present in IN_TYPE.
b1b51268 3040#: c-typeck.c:2981
9e620082 3041msgid "cast discards qualifiers from pointer target type"
d51681a7
PT
3042msgstr ""
3043
b1b51268 3044#: c-typeck.c:2996
9e620082 3045msgid "cast increases required alignment of target type"
d51681a7
PT
3046msgstr ""
3047
b1b51268 3048#: c-typeck.c:3002 cp/typeck.c:4877
9e620082 3049msgid "cast from pointer to integer of different size"
d51681a7
PT
3050msgstr ""
3051
b1b51268 3052#: c-typeck.c:3007
9e620082 3053msgid "cast does not match function type"
d51681a7
PT
3054msgstr ""
3055
b1b51268 3056#: c-typeck.c:3014 cp/typeck.c:4884
9e620082 3057msgid "cast to pointer from integer of different size"
d51681a7
PT
3058msgstr ""
3059
b1b51268 3060#: c-typeck.c:3026
a47a6810
JM
3061msgid "type-punning to incomplete type might break strict-aliasing rules"
3062msgstr ""
3063
b1b51268 3064#: c-typeck.c:3033
a47a6810
JM
3065msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3066msgstr ""
3067
b1b51268
JM
3068#: c-typeck.c:3036
3069msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3070msgstr ""
3071
3072#: c-typeck.c:3048
01b84e13
JM
3073msgid "ISO C forbids conversion of function pointer to object pointer type"
3074msgstr ""
3075
b1b51268 3076#: c-typeck.c:3057
01b84e13
JM
3077msgid "ISO C forbids conversion of object pointer to function pointer type"
3078msgstr ""
3079
b1b51268 3080#: c-typeck.c:3142
9e620082 3081msgid "invalid lvalue in assignment"
d51681a7
PT
3082msgstr ""
3083
9e620082 3084#. Convert new value to destination type.
01b84e13
JM
3085#. Check this here to avoid odd errors when trying to convert
3086#. a throw to the type of the COND_EXPR.
b1b51268
JM
3087#. The left-hand side must be an lvalue.
3088#: c-typeck.c:3151 c-typeck.c:3176 c-typeck.c:3193 cp/typeck.c:4998
3089#: cp/typeck.c:5100 cp/typeck.c:5115
9e620082 3090msgid "assignment"
d51681a7
PT
3091msgstr ""
3092
b1b51268 3093#: c-typeck.c:3260
7bbf788c
PT
3094msgid "cannot pass rvalue to reference parameter"
3095msgstr ""
3096
b1b51268 3097#: c-typeck.c:3368 c-typeck.c:3444
d51681a7 3098#, c-format
9e620082 3099msgid "%s makes qualified function pointer from unqualified"
d51681a7
PT
3100msgstr ""
3101
b1b51268 3102#: c-typeck.c:3372 c-typeck.c:3424
d51681a7 3103#, c-format
9e620082 3104msgid "%s discards qualifiers from pointer target type"
d51681a7
PT
3105msgstr ""
3106
b1b51268 3107#: c-typeck.c:3378
9e620082 3108msgid "ISO C prohibits argument conversion to union type"
d51681a7
PT
3109msgstr ""
3110
b1b51268 3111#: c-typeck.c:3416
9e620082
ZW
3112#, c-format
3113msgid "ISO C forbids %s between function pointer and `void *'"
d51681a7
PT
3114msgstr ""
3115
b1b51268 3116#: c-typeck.c:3433
d51681a7 3117#, c-format
9e620082 3118msgid "pointer targets in %s differ in signedness"
d51681a7
PT
3119msgstr ""
3120
b1b51268 3121#: c-typeck.c:3449
9e620082
ZW
3122#, c-format
3123msgid "%s from incompatible pointer type"
d51681a7
PT
3124msgstr ""
3125
b1b51268 3126#: c-typeck.c:3455 c-typeck.c:3962 cp/typeck.c:1371
b97e55da
JM
3127msgid "invalid use of non-lvalue array"
3128msgstr ""
3129
b1b51268 3130#: c-typeck.c:3469
d51681a7 3131#, c-format
9e620082 3132msgid "%s makes pointer from integer without a cast"
d51681a7
PT
3133msgstr ""
3134
b1b51268 3135#: c-typeck.c:3476
d51681a7 3136#, c-format
9e620082 3137msgid "%s makes integer from pointer without a cast"
d51681a7
PT
3138msgstr ""
3139
b1b51268 3140#: c-typeck.c:3490 c-typeck.c:3493
d51681a7 3141#, c-format
9e620082 3142msgid "incompatible type for argument %d of `%s'"
d51681a7
PT
3143msgstr ""
3144
b1b51268 3145#: c-typeck.c:3497
d51681a7 3146#, c-format
9e620082 3147msgid "incompatible type for argument %d of indirect function call"
d51681a7
PT
3148msgstr ""
3149
b1b51268 3150#: c-typeck.c:3501
d51681a7 3151#, c-format
9e620082 3152msgid "incompatible types in %s"
d51681a7
PT
3153msgstr ""
3154
9e620082 3155#. Function name is known; supply it.
b1b51268 3156#: c-typeck.c:3557
a47a6810
JM
3157#, c-format
3158msgid "passing arg of `%s'"
3159msgstr ""
3160
3161#. Function name unknown (call through ptr).
b1b51268 3162#: c-typeck.c:3566
a47a6810
JM
3163msgid "passing arg of pointer to function"
3164msgstr ""
3165
3166#. Function name is known; supply it.
b1b51268 3167#: c-typeck.c:3574
9e620082
ZW
3168#, c-format
3169msgid "passing arg %d of `%s'"
d51681a7
PT
3170msgstr ""
3171
9e620082 3172#. Function name unknown (call through ptr); just give arg number.
b1b51268 3173#: c-typeck.c:3583
d51681a7 3174#, c-format
9e620082 3175msgid "passing arg %d of pointer to function"
d51681a7
PT
3176msgstr ""
3177
b1b51268 3178#: c-typeck.c:3640
9e620082 3179msgid "traditional C rejects automatic aggregate initialization"
d51681a7
PT
3180msgstr ""
3181
b1b51268 3182#: c-typeck.c:3811 c-typeck.c:3826 c-typeck.c:3841
d51681a7 3183#, c-format
9e620082 3184msgid "(near initialization for `%s')"
d51681a7
PT
3185msgstr ""
3186
b1b51268 3187#: c-typeck.c:3890 cp/typeck2.c:556
9e620082 3188msgid "char-array initialized from wide string"
d51681a7
PT
3189msgstr ""
3190
b1b51268 3191#: c-typeck.c:3897 cp/typeck2.c:563
9e620082 3192msgid "int-array initialized from non-wide string"
d51681a7
PT
3193msgstr ""
3194
b1b51268 3195#: c-typeck.c:3915 cp/typeck2.c:578
9e620082 3196msgid "initializer-string for array of chars is too long"
d51681a7
PT
3197msgstr ""
3198
b1b51268 3199#: c-typeck.c:3985
9e620082 3200msgid "array initialized from non-constant array expression"
d51681a7
PT
3201msgstr ""
3202
b1b51268
JM
3203#: c-typeck.c:4002 c-typeck.c:4004 c-typeck.c:4020 c-typeck.c:4042
3204#: c-typeck.c:5424
9e620082 3205msgid "initializer element is not constant"
d51681a7
PT
3206msgstr ""
3207
b1b51268 3208#: c-typeck.c:4037
9e620082 3209msgid "initialization"
d51681a7
PT
3210msgstr ""
3211
b1b51268 3212#: c-typeck.c:4048 c-typeck.c:5429
9e620082 3213msgid "initializer element is not computable at load time"
d51681a7
PT
3214msgstr ""
3215
b1b51268 3216#: c-typeck.c:4063 cp/typeck2.c:656
9e620082 3217msgid "invalid initializer"
d51681a7
PT
3218msgstr ""
3219
b1b51268 3220#: c-typeck.c:4348 cp/decl.c:4412
d9b2742a
ZW
3221msgid "opaque vector types cannot be initialized"
3222msgstr ""
3223
b1b51268 3224#: c-typeck.c:4542
9e620082 3225msgid "extra brace group at end of initializer"
d51681a7
PT
3226msgstr ""
3227
b1b51268 3228#: c-typeck.c:4562
9e620082 3229msgid "missing braces around initializer"
d51681a7
PT
3230msgstr ""
3231
b1b51268 3232#: c-typeck.c:4622
9e620082 3233msgid "braces around scalar initializer"
d51681a7
PT
3234msgstr ""
3235
b1b51268 3236#: c-typeck.c:4673
9e620082 3237msgid "initialization of flexible array member in a nested context"
d51681a7
PT
3238msgstr ""
3239
b1b51268 3240#: c-typeck.c:4675
9e620082 3241msgid "initialization of a flexible array member"
d51681a7
PT
3242msgstr ""
3243
b1b51268 3244#: c-typeck.c:4706
9e620082 3245msgid "missing initializer"
d51681a7
PT
3246msgstr ""
3247
b1b51268 3248#: c-typeck.c:4728
9e620082 3249msgid "empty scalar initializer"
d51681a7
PT
3250msgstr ""
3251
b1b51268 3252#: c-typeck.c:4733
9e620082 3253msgid "extra elements in scalar initializer"
d51681a7
PT
3254msgstr ""
3255
b1b51268 3256#: c-typeck.c:4818
9e620082 3257msgid "initialization designators may not nest"
d51681a7
PT
3258msgstr ""
3259
b1b51268 3260#: c-typeck.c:4839 c-typeck.c:4907
9e620082 3261msgid "array index in non-array initializer"
d51681a7
PT
3262msgstr ""
3263
b1b51268 3264#: c-typeck.c:4844 c-typeck.c:4960
9e620082 3265msgid "field name not in record or union initializer"
d51681a7
PT
3266msgstr ""
3267
b1b51268 3268#: c-typeck.c:4903 c-typeck.c:4905
9e620082 3269msgid "nonconstant array index in initializer"
d51681a7
PT
3270msgstr ""
3271
b1b51268 3272#: c-typeck.c:4909 c-typeck.c:4912
9e620082 3273msgid "array index in initializer exceeds array bounds"
d51681a7
PT
3274msgstr ""
3275
b1b51268 3276#: c-typeck.c:4923
9e620082 3277msgid "empty index range in initializer"
d51681a7
PT
3278msgstr ""
3279
b1b51268 3280#: c-typeck.c:4932
9e620082 3281msgid "array index range in initializer exceeds array bounds"
d51681a7
PT
3282msgstr ""
3283
b1b51268 3284#: c-typeck.c:4972
9e620082
ZW
3285#, c-format
3286msgid "unknown field `%s' specified in initializer"
d51681a7
PT
3287msgstr ""
3288
b1b51268 3289#: c-typeck.c:5008 c-typeck.c:5029 c-typeck.c:5491
9e620082 3290msgid "initialized field with side-effects overwritten"
d51681a7
PT
3291msgstr ""
3292
b1b51268 3293#: c-typeck.c:5699
9e620082 3294msgid "excess elements in char array initializer"
d51681a7
PT
3295msgstr ""
3296
b1b51268 3297#: c-typeck.c:5706 c-typeck.c:5752
9e620082 3298msgid "excess elements in struct initializer"
d51681a7
PT
3299msgstr ""
3300
b1b51268 3301#: c-typeck.c:5767
7bbf788c
PT
3302msgid "non-static initialization of a flexible array member"
3303msgstr ""
3304
b1b51268 3305#: c-typeck.c:5834
9e620082 3306msgid "excess elements in union initializer"
d51681a7
PT
3307msgstr ""
3308
b1b51268 3309#: c-typeck.c:5855
9e620082 3310msgid "traditional C rejects initialization of unions"
d51681a7
PT
3311msgstr ""
3312
b1b51268 3313#: c-typeck.c:5918
9e620082 3314msgid "excess elements in array initializer"
d51681a7
PT
3315msgstr ""
3316
b1b51268 3317#: c-typeck.c:5947
a52453cc
PT
3318msgid "excess elements in vector initializer"
3319msgstr ""
3320
b1b51268 3321#: c-typeck.c:5969
9e620082 3322msgid "excess elements in scalar initializer"
d51681a7
PT
3323msgstr ""
3324
b1b51268 3325#: c-typeck.c:6073
9e620082 3326msgid "invalid lvalue in asm statement"
d51681a7
PT
3327msgstr ""
3328
b1b51268 3329#: c-typeck.c:6164 cp/typeck.c:5792
9e620082 3330msgid "modification by `asm'"
d51681a7
PT
3331msgstr ""
3332
b1b51268 3333#: c-typeck.c:6182 cp/typeck.c:5876
9e620082 3334msgid "function declared `noreturn' has a `return' statement"
d51681a7
PT
3335msgstr ""
3336
b1b51268 3337#: c-typeck.c:6189
9e620082 3338msgid "`return' with no value, in function returning non-void"
d51681a7
PT
3339msgstr ""
3340
b1b51268 3341#: c-typeck.c:6195
9e620082 3342msgid "`return' with a value, in function returning void"
d51681a7
PT
3343msgstr ""
3344
b1b51268 3345#: c-typeck.c:6199
9e620082 3346msgid "return"
d51681a7
PT
3347msgstr ""
3348
b1b51268 3349#: c-typeck.c:6251
9e620082 3350msgid "function returns address of local variable"
d51681a7
PT
3351msgstr ""
3352
b1b51268 3353#: c-typeck.c:6306 cp/semantics.c:748
9e620082 3354msgid "switch quantity not an integer"
d51681a7
PT
3355msgstr ""
3356
b1b51268 3357#: c-typeck.c:6316
9e620082 3358msgid "`long' switch expression not converted to `int' in ISO C"
d51681a7
PT
3359msgstr ""
3360
b1b51268 3361#: c-typeck.c:6357 cp/parser.c:5636
9e620082 3362msgid "case label not within a switch statement"
d51681a7
PT
3363msgstr ""
3364
b1b51268 3365#: c-typeck.c:6359
9e620082 3366msgid "`default' label not within a switch statement"
d51681a7
PT
3367msgstr ""
3368
b1b51268 3369#: c-typeck.c:6514 c-typeck.c:6548
b97e55da 3370msgid "division by zero"
d51681a7
PT
3371msgstr ""
3372
b1b51268 3373#: c-typeck.c:6593 cp/typeck.c:2933
b97e55da 3374msgid "right shift count is negative"
d51681a7
PT
3375msgstr ""
3376
b1b51268 3377#: c-typeck.c:6600 cp/typeck.c:2939
b97e55da 3378msgid "right shift count >= width of type"
d51681a7
PT
3379msgstr ""
3380
b1b51268 3381#: c-typeck.c:6621 cp/typeck.c:2958
b97e55da 3382msgid "left shift count is negative"
9e620082
ZW
3383msgstr ""
3384
b1b51268 3385#: c-typeck.c:6624 cp/typeck.c:2960
b97e55da 3386msgid "left shift count >= width of type"
a47a6810
JM
3387msgstr ""
3388
b1b51268 3389#: c-typeck.c:6645
b97e55da 3390msgid "shift count is negative"
a47a6810
JM
3391msgstr ""
3392
b1b51268 3393#: c-typeck.c:6647
b97e55da 3394msgid "shift count >= width of type"
a47a6810
JM
3395msgstr ""
3396
b1b51268 3397#: c-typeck.c:6664 cp/typeck.c:2995
b97e55da 3398msgid "comparing floating point with == or != is unsafe"
a47a6810
JM
3399msgstr ""
3400
b1b51268 3401#: c-typeck.c:6688 c-typeck.c:6694
b97e55da 3402msgid "ISO C forbids comparison of `void *' with function pointer"
a47a6810
JM
3403msgstr ""
3404
b1b51268 3405#: c-typeck.c:6697 c-typeck.c:6737 c-typeck.c:6765
b97e55da
JM
3406msgid "comparison of distinct pointer types lacks a cast"
3407msgstr ""
3408
b1b51268 3409#: c-typeck.c:6711 c-typeck.c:6716 c-typeck.c:6785 c-typeck.c:6790
b97e55da
JM
3410msgid "comparison between pointer and integer"
3411msgstr ""
3412
b1b51268 3413#: c-typeck.c:6732 c-typeck.c:6760
b97e55da
JM
3414msgid "ISO C forbids ordered comparisons of pointers to functions"
3415msgstr ""
3416
b1b51268 3417#: c-typeck.c:6757
b97e55da
JM
3418msgid "comparison of complete and incomplete pointers"
3419msgstr ""
3420
b1b51268 3421#: c-typeck.c:6773 c-typeck.c:6780
b97e55da
JM
3422msgid "ordered comparison of pointer with integer zero"
3423msgstr ""
3424
b1b51268 3425#: c-typeck.c:6804 cp/typeck.c:3131
b97e55da
JM
3426msgid "unordered comparison on non-floating point argument"
3427msgstr ""
3428
b1b51268 3429#: c-typeck.c:7017
b97e55da
JM
3430msgid "comparison between signed and unsigned"
3431msgstr ""
3432
b1b51268 3433#: c-typeck.c:7063 cp/typeck.c:3378
b97e55da
JM
3434msgid "comparison of promoted ~unsigned with constant"
3435msgstr ""
3436
b1b51268 3437#: c-typeck.c:7071 cp/typeck.c:3386
b97e55da
JM
3438msgid "comparison of promoted ~unsigned with unsigned"
3439msgstr ""
3440
b1b51268 3441#: calls.c:2136
b97e55da
JM
3442msgid "function call has aggregate value"
3443msgstr ""
3444
b1b51268 3445#: cfghooks.c:90
a47a6810 3446#, c-format
b97e55da 3447msgid "bb %d on wrong place"
a47a6810
JM
3448msgstr ""
3449
b1b51268 3450#: cfghooks.c:96
a47a6810 3451#, c-format
b97e55da 3452msgid "prev_bb of %d should be %d, not %d"
a47a6810
JM
3453msgstr ""
3454
b1b51268 3455#: cfghooks.c:112
d9b2742a 3456#, c-format
b97e55da 3457msgid "verify_flow_info: Wrong count of block %i %i"
d9b2742a
ZW
3458msgstr ""
3459
b1b51268 3460#: cfghooks.c:118
d9b2742a 3461#, c-format
b97e55da 3462msgid "verify_flow_info: Wrong frequency of block %i %i"
d9b2742a
ZW
3463msgstr ""
3464
b1b51268 3465#: cfghooks.c:126
d9b2742a 3466#, c-format
b97e55da 3467msgid "verify_flow_info: Duplicate edge %i->%i"
d9b2742a
ZW
3468msgstr ""
3469
b1b51268 3470#: cfghooks.c:132
d9b2742a 3471#, c-format
b97e55da 3472msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
d9b2742a
ZW
3473msgstr ""
3474
b1b51268 3475#: cfghooks.c:138
d9b2742a 3476#, c-format
b97e55da 3477msgid "verify_flow_info: Wrong count of edge %i->%i %i"
d9b2742a
ZW
3478msgstr ""
3479
b1b51268 3480#: cfghooks.c:150
a47a6810 3481#, c-format
b97e55da 3482msgid "verify_flow_info: Basic block %d succ edge is corrupted"
a47a6810
JM
3483msgstr ""
3484
b1b51268 3485#: cfghooks.c:164 cfgrtl.c:2012
a47a6810 3486#, c-format
b97e55da 3487msgid "Wrong amount of branch edges after unconditional jump %i"
a47a6810
JM
3488msgstr ""
3489
b1b51268 3490#: cfghooks.c:172
d51681a7 3491#, c-format
b97e55da 3492msgid "basic block %d pred edge is corrupted"
d51681a7
PT
3493msgstr ""
3494
b1b51268 3495#: cfghooks.c:198
5b7874aa 3496#, c-format
b97e55da
JM
3497msgid "basic block %i edge lists are corrupted"
3498msgstr ""
3499
b1b51268 3500#: cfghooks.c:212
b97e55da 3501msgid "verify_flow_info failed"
9e620082
ZW
3502msgstr ""
3503
b1b51268 3504#: cfghooks.c:272
b06c20ee
JM
3505#, c-format
3506msgid "%s does not support redirect_edge_and_branch."
3507msgstr ""
3508
b1b51268 3509#: cfghooks.c:290
b06c20ee
JM
3510#, c-format
3511msgid "%s does not support redirect_edge_and_branch_force."
3512msgstr ""
3513
b1b51268 3514#: cfghooks.c:308
b06c20ee
JM
3515#, c-format
3516msgid "%s does not support split_block."
3517msgstr ""
3518
b1b51268 3519#: cfghooks.c:344
b06c20ee
JM
3520#, c-format
3521msgid "%s does not support move_block_after."
3522msgstr ""
3523
b1b51268 3524#: cfghooks.c:357
b06c20ee
JM
3525#, c-format
3526msgid "%s does not support delete_basic_block."
3527msgstr ""
3528
b1b51268 3529#: cfghooks.c:391
b06c20ee
JM
3530#, c-format
3531msgid "%s does not support split_edge."
3532msgstr ""
3533
b1b51268 3534#: cfghooks.c:444
b06c20ee
JM
3535#, c-format
3536msgid "%s does not support create_basic_block."
3537msgstr ""
3538
b1b51268 3539#: cfghooks.c:472
b06c20ee
JM
3540#, c-format
3541msgid "%s does not support can_merge_blocks_p."
3542msgstr ""
3543
b1b51268
JM
3544#: cfghooks.c:483
3545#, c-format
3546msgid "%s does not support predict_edge."
3547msgstr ""
3548
3549#: cfghooks.c:492
3550#, c-format
3551msgid "%s does not support predicted_by_p."
3552msgstr ""
3553
3554#: cfghooks.c:505
b06c20ee
JM
3555#, c-format
3556msgid "%s does not support merge_blocks."
3557msgstr ""
3558
b1b51268 3559#: cfghooks.c:549
b06c20ee
JM
3560#, c-format
3561msgid "%s does not support make_forwarder_block."
3562msgstr ""
3563
b1b51268
JM
3564#: cfghooks.c:647
3565#, c-format
3566msgid "%s does not support can_duplicate_block_p."
3567msgstr ""
3568
3569#: cfghooks.c:673
3570#, c-format
3571msgid "%s does not support duplicate_block."
3572msgstr ""
3573
3574#: cfghooks.c:741
3575#, c-format
3576msgid "%s does not support block_ends_with_call_p"
3577msgstr ""
3578
3579#: cfghooks.c:752
3580#, c-format
3581msgid "%s does not support block_ends_with_condjump_p"
3582msgstr ""
3583
3584#: cfghooks.c:770
3585#, c-format
3586msgid "%s does not support flow_call_edges_add"
3587msgstr ""
3588
3589#: cfgloop.c:1183
d51681a7 3590#, c-format
b97e55da 3591msgid "Size of loop %d should be %d, not %d."
d51681a7
PT
3592msgstr ""
3593
b1b51268 3594#: cfgloop.c:1202
7bbf788c 3595#, c-format
b97e55da 3596msgid "Bb %d do not belong to loop %d."
7bbf788c
PT
3597msgstr ""
3598
b1b51268 3599#: cfgloop.c:1220
7bbf788c 3600#, c-format
b97e55da 3601msgid "Loop %d's header does not have exactly 2 entries."
7bbf788c
PT
3602msgstr ""
3603
b1b51268 3604#: cfgloop.c:1228
7bbf788c 3605#, c-format
b97e55da 3606msgid "Loop %d's latch does not have exactly 1 successor."
7bbf788c
PT
3607msgstr ""
3608
b1b51268 3609#: cfgloop.c:1233
d51681a7 3610#, c-format
b97e55da 3611msgid "Loop %d's latch does not have header as successor."
d51681a7
PT
3612msgstr ""
3613
b1b51268 3614#: cfgloop.c:1238
7bbf788c 3615#, c-format
b97e55da 3616msgid "Loop %d's latch does not belong directly to it."
7bbf788c
PT
3617msgstr ""
3618
b1b51268 3619#: cfgloop.c:1244
7bbf788c 3620#, c-format
b97e55da 3621msgid "Loop %d's header does not belong directly to it."
7bbf788c
PT
3622msgstr ""
3623
b1b51268 3624#: cfgloop.c:1250
5b7874aa 3625#, c-format
b97e55da 3626msgid "Loop %d's latch is marked as part of irreducible region."
d51681a7
PT
3627msgstr ""
3628
b1b51268 3629#: cfgloop.c:1280
5b7874aa 3630#, c-format
b97e55da 3631msgid "Basic block %d should be marked irreducible."
d51681a7
PT
3632msgstr ""
3633
b1b51268 3634#: cfgloop.c:1286
b97e55da
JM
3635#, c-format
3636msgid "Basic block %d should not be marked irreducible."
d51681a7
PT
3637msgstr ""
3638
b1b51268 3639#: cfgloop.c:1294
5b7874aa 3640#, c-format
b97e55da 3641msgid "Edge from %d to %d should be marked irreducible."
d51681a7
PT
3642msgstr ""
3643
b1b51268 3644#: cfgloop.c:1301
7bbf788c 3645#, c-format
b97e55da 3646msgid "Edge from %d to %d should not be marked irreducible."
7bbf788c
PT
3647msgstr ""
3648
b1b51268 3649#: cfgrtl.c:1910
7bbf788c 3650#, c-format
b97e55da 3651msgid "end insn %d for block %d not found in the insn stream"
7bbf788c
PT
3652msgstr ""
3653
b1b51268 3654#: cfgrtl.c:1924
7bbf788c 3655#, c-format
b97e55da 3656msgid "insn %d is in multiple basic blocks (%d and %d)"
7bbf788c
PT
3657msgstr ""
3658
b1b51268 3659#: cfgrtl.c:1936
7bbf788c 3660#, c-format
b97e55da
JM
3661msgid "head insn %d for block %d not found in the insn stream"
3662msgstr ""
3663
b1b51268 3664#: cfgrtl.c:1958
b97e55da 3665msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
7bbf788c
PT
3666msgstr ""
3667
b1b51268
JM
3668#: cfgrtl.c:1970
3669#, c-format
3670msgid "Fallthru edge crosses section boundary (bb %i)"
3671msgstr ""
3672
3673#: cfgrtl.c:1994
7bbf788c 3674#, c-format
b97e55da 3675msgid "Missing REG_EH_REGION note in the end of bb %i"
7bbf788c
PT
3676msgstr ""
3677
b1b51268 3678#: cfgrtl.c:2002
7bbf788c 3679#, c-format
b97e55da 3680msgid "Too many outgoing branch edges from bb %i"
7bbf788c
PT
3681msgstr ""
3682
b1b51268 3683#: cfgrtl.c:2007
7bbf788c 3684#, c-format
b97e55da 3685msgid "Fallthru edge after unconditional jump %i"
7bbf788c
PT
3686msgstr ""
3687
b1b51268 3688#: cfgrtl.c:2018
d51681a7 3689#, c-format
b97e55da 3690msgid "Wrong amount of branch edges after conditional jump %i"
d51681a7
PT
3691msgstr ""
3692
b1b51268 3693#: cfgrtl.c:2023
9e620082 3694#, c-format
b97e55da
JM
3695msgid "Call edges for non-call insn in bb %i"
3696msgstr ""
3697
b1b51268 3698#: cfgrtl.c:2032
b97e55da
JM
3699#, c-format
3700msgid "Abnormal edges for no purpose in bb %i"
d51681a7
PT
3701msgstr ""
3702
b1b51268 3703#: cfgrtl.c:2042
9e620082 3704#, c-format
9d967a7e 3705msgid "insn %d inside basic block %d but block_for_insn is NULL"
d51681a7
PT
3706msgstr ""
3707
b1b51268 3708#: cfgrtl.c:2046
9e620082 3709#, c-format
9d967a7e 3710msgid "insn %d inside basic block %d but block_for_insn is %i"
d51681a7
PT
3711msgstr ""
3712
b1b51268 3713#: cfgrtl.c:2060 cfgrtl.c:2070
9e620082 3714#, c-format
5b7874aa 3715msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
d51681a7
PT
3716msgstr ""
3717
b1b51268 3718#: cfgrtl.c:2083
9e620082 3719#, c-format
9d967a7e 3720msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
d51681a7
PT
3721msgstr ""
3722
b1b51268 3723#: cfgrtl.c:2093
5b7874aa 3724#, c-format
1737c953 3725msgid "in basic block %d:"
d51681a7
PT
3726msgstr ""
3727
b1b51268 3728#: cfgrtl.c:2094
1737c953 3729msgid "flow control insn inside a basic block"
d51681a7
PT
3730msgstr ""
3731
b1b51268 3732#: cfgrtl.c:2140
5b7874aa 3733#, c-format
b97e55da
JM
3734msgid "missing barrier after block %i"
3735msgstr ""
3736
b1b51268 3737#: cfgrtl.c:2153
b97e55da
JM
3738#, c-format
3739msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3740msgstr ""
3741
b1b51268 3742#: cfgrtl.c:2168
b97e55da
JM
3743#, c-format
3744msgid "verify_flow_info: Incorrect fallthru %i->%i"
3745msgstr ""
3746
b1b51268 3747#: cfgrtl.c:2170
b97e55da 3748msgid "wrong insn in the fallthru edge"
d51681a7
PT
3749msgstr ""
3750
b1b51268 3751#: cfgrtl.c:2187
b97e55da 3752msgid "basic blocks not laid down consecutively"
d51681a7
PT
3753msgstr ""
3754
b1b51268 3755#: cfgrtl.c:2212
1737c953 3756msgid "insn outside basic block"
d51681a7
PT
3757msgstr ""
3758
b1b51268 3759#: cfgrtl.c:2220
1737c953 3760msgid "return not followed by barrier"
d51681a7
PT
3761msgstr ""
3762
b1b51268 3763#: cfgrtl.c:2227
9e620082 3764#, c-format
5b7874aa 3765msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
d51681a7
PT
3766msgstr ""
3767
b1b51268 3768#: cgraph.c:260
01b84e13
JM
3769msgid "function body not available"
3770msgstr ""
3771
b1b51268 3772#: cgraph.c:262 cgraphunit.c:630
01b84e13
JM
3773msgid "redefined extern inline functions are not considered for inlining"
3774msgstr ""
3775
b1b51268 3776#: cgraph.c:265 cgraphunit.c:635
01b84e13
JM
3777msgid "function not considered for inlining"
3778msgstr ""
3779
b1b51268 3780#: cgraph.c:267 cgraphunit.c:633
01b84e13
JM
3781msgid "function not inlinable"
3782msgstr ""
3783
b1b51268 3784#: cgraph.c:614
8d98c44c
JM
3785msgid "%D renamed after being referenced in assembly"
3786msgstr ""
3787
b1b51268
JM
3788#: cgraphunit.c:484
3789msgid "Shared call_expr:"
3790msgstr ""
3791
3792#: cgraphunit.c:490
3793msgid "Edge points to wrong declaration:"
3794msgstr ""
3795
3796#: cgraphunit.c:499
3797msgid "Missing callgraph edge for call expr:"
3798msgstr ""
3799
3800#: cgraphunit.c:525
3801#, c-format
3802msgid "Aux field set for edge %s->%s"
3803msgstr ""
3804
3805#: cgraphunit.c:537
3806msgid "Inlined_to pointer is wrong"
3807msgstr ""
3808
3809#: cgraphunit.c:542
3810msgid "Multiple inline callers"
3811msgstr ""
3812
3813#: cgraphunit.c:549
3814msgid "Inlined_to pointer set for noninline callers"
3815msgstr ""
3816
3817#: cgraphunit.c:555
3818msgid "Inlined_to pointer is set but no predecesors found"
3819msgstr ""
3820
3821#: cgraphunit.c:560
3822msgid "Inlined_to pointer reffers to itself"
3823msgstr ""
3824
3825#: cgraphunit.c:570
3826msgid "Node not found in DECL_ASSEMBLER_NAME hash"
3827msgstr ""
3828
3829#: cgraphunit.c:584
3830#, c-format
3831msgid "Edge %s->%s has no corresponding call_expr"
3832msgstr ""
3833
3834#: cgraphunit.c:595
3835msgid "verify_cgraph_node failed."
3836msgstr ""
3837
3838#: cgraphunit.c:1169
01b84e13
JM
3839msgid "--param large-function-growth limit reached"
3840msgstr ""
3841
b1b51268
JM
3842#: cgraphunit.c:1206
3843msgid "recursive inlining"
01b84e13
JM
3844msgstr ""
3845
b1b51268 3846#: cgraphunit.c:1371 cgraphunit.c:1623
01b84e13
JM
3847msgid "--param max-inline-insns-single limit reached"
3848msgstr ""
3849
b1b51268 3850#: cgraphunit.c:1395
01b84e13
JM
3851msgid ""
3852"--param max-inline-insns-single limit reached after inlining into the callee"
3853msgstr ""
3854
b1b51268 3855#: cgraphunit.c:1445
01b84e13
JM
3856msgid "--param inline-unit-growth limit reached"
3857msgstr ""
3858
b1b51268
JM
3859#: cgraphunit.c:1792
3860msgid "Nodes with no released memory found."
01b84e13
JM
3861msgstr ""
3862
b1b51268 3863#: collect2.c:405
5b7874aa 3864msgid "internal error"
d51681a7
PT
3865msgstr ""
3866
b1b51268 3867#: collect2.c:893
5b7874aa 3868msgid "no arguments"
d51681a7
PT
3869msgstr ""
3870
b1b51268 3871#: collect2.c:1225 collect2.c:1373 collect2.c:1408
5b7874aa
ZW
3872#, c-format
3873msgid "fopen %s"
d51681a7
PT
3874msgstr ""
3875
b1b51268 3876#: collect2.c:1228 collect2.c:1378 collect2.c:1411
5b7874aa
ZW
3877#, c-format
3878msgid "fclose %s"
d51681a7
PT
3879msgstr ""
3880
b1b51268 3881#: collect2.c:1237
5b7874aa
ZW
3882#, c-format
3883msgid "collect2 version %s"
d51681a7
PT
3884msgstr ""
3885
b1b51268 3886#: collect2.c:1327
5b7874aa
ZW
3887#, c-format
3888msgid "%d constructor(s) found\n"
d51681a7
PT
3889msgstr ""
3890
b1b51268 3891#: collect2.c:1328
5b7874aa
ZW
3892#, c-format
3893msgid "%d destructor(s) found\n"
d51681a7
PT
3894msgstr ""
3895
b1b51268 3896#: collect2.c:1329
5b7874aa
ZW
3897#, c-format
3898msgid "%d frame table(s) found\n"
d51681a7
PT
3899msgstr ""
3900
b1b51268 3901#: collect2.c:1471
5b7874aa
ZW
3902#, c-format
3903msgid "%s terminated with signal %d [%s]%s"
d51681a7
PT
3904msgstr ""
3905
b1b51268 3906#: collect2.c:1489
5b7874aa
ZW
3907#, c-format
3908msgid "%s returned %d exit status"
d51681a7
PT
3909msgstr ""
3910
b1b51268 3911#: collect2.c:1514
5b7874aa
ZW
3912#, c-format
3913msgid "[cannot find %s]"
d51681a7
PT
3914msgstr ""
3915
b1b51268 3916#: collect2.c:1529
5b7874aa
ZW
3917#, c-format
3918msgid "cannot find `%s'"
d51681a7
PT
3919msgstr ""
3920
b1b51268 3921#: collect2.c:1540 collect2.c:1543
5b7874aa
ZW
3922#, c-format
3923msgid "redirecting stdout: %s"
d51681a7
PT
3924msgstr ""
3925
b1b51268 3926#: collect2.c:1582
5b7874aa
ZW
3927#, c-format
3928msgid "[Leaving %s]\n"
d51681a7
PT
3929msgstr ""
3930
b1b51268 3931#: collect2.c:1802
5b7874aa 3932#, c-format
9e620082 3933msgid ""
5b7874aa
ZW
3934"\n"
3935"write_c_file - output name is %s, prefix is %s\n"
d51681a7
PT
3936msgstr ""
3937
b1b51268 3938#: collect2.c:2006
5b7874aa 3939msgid "cannot find `nm'"
d51681a7
PT
3940msgstr ""
3941
b1b51268 3942#: collect2.c:2016 collect2.c:2182
5b7874aa 3943msgid "pipe"
d51681a7
PT
3944msgstr ""
3945
b1b51268 3946#: collect2.c:2020 collect2.c:2186
5b7874aa 3947msgid "fdopen"
d51681a7
PT
3948msgstr ""
3949
b1b51268 3950#: collect2.c:2046 collect2.c:2212
5b7874aa
ZW
3951#, c-format
3952msgid "dup2 %d 1"
d51681a7
PT
3953msgstr ""
3954
b1b51268
JM
3955#: collect2.c:2049 collect2.c:2052 collect2.c:2065 collect2.c:2215
3956#: collect2.c:2218 collect2.c:2231
5b7874aa
ZW
3957#, c-format
3958msgid "close %d"
d51681a7
PT
3959msgstr ""
3960
b1b51268 3961#: collect2.c:2055 collect2.c:2221
5b7874aa 3962#, c-format
a47a6810 3963msgid "execv %s"
d51681a7
PT
3964msgstr ""
3965
b1b51268 3966#: collect2.c:2109
5b7874aa
ZW
3967#, c-format
3968msgid "init function found in object %s"
d51681a7
PT
3969msgstr ""
3970
b1b51268 3971#: collect2.c:2117
5b7874aa
ZW
3972#, c-format
3973msgid "fini function found in object %s"
d51681a7
PT
3974msgstr ""
3975
b1b51268 3976#: collect2.c:2140 collect2.c:2270
5b7874aa 3977msgid "fclose"
d51681a7
PT
3978msgstr ""
3979
b1b51268
JM
3980#: collect2.c:2173
3981msgid "cannot find `ldd'"
d51681a7
PT
3982msgstr ""
3983
b1b51268
JM
3984#: collect2.c:2234
3985msgid ""
3986"\n"
3987"ldd output with constructors/destructors.\n"
d51681a7
PT
3988msgstr ""
3989
b1b51268 3990#: collect2.c:2249
5b7874aa
ZW
3991#, c-format
3992msgid "dynamic dependency %s not found"
d51681a7
PT
3993msgstr ""
3994
b1b51268 3995#: collect2.c:2261
9e620082 3996#, c-format
5b7874aa 3997msgid "unable to open dynamic dependency '%s'"
d51681a7
PT
3998msgstr ""
3999
b1b51268 4000#: collect2.c:2420
9e620082 4001#, c-format
5b7874aa 4002msgid "%s: not a COFF file"
d51681a7
PT
4003msgstr ""
4004
b1b51268 4005#: collect2.c:2540
d51681a7 4006#, c-format
5b7874aa 4007msgid "%s: cannot open as COFF file"
d51681a7
PT
4008msgstr ""
4009
b1b51268 4010#: collect2.c:2595
9e620082 4011#, c-format
1737c953 4012msgid "library lib%s not found"
d51681a7
PT
4013msgstr ""
4014
b06c20ee 4015#: combine.c:13037
9e620082 4016#, c-format
b97e55da
JM
4017msgid ""
4018";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4019"space),\n"
4020";; %d successes.\n"
4021"\n"
d51681a7
PT
4022msgstr ""
4023
b06c20ee 4024#: combine.c:13046
9e620082 4025#, c-format
5b7874aa
ZW
4026msgid ""
4027"\n"
b97e55da
JM
4028";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4029";; %d successes.\n"
d51681a7
PT
4030msgstr ""
4031
b97e55da
JM
4032#: convert.c:70
4033msgid "cannot convert to a pointer type"
d51681a7
PT
4034msgstr ""
4035
b1b51268 4036#: convert.c:302
b97e55da 4037msgid "pointer value used where a floating point value was expected"
d51681a7
PT
4038msgstr ""
4039
b1b51268 4040#: convert.c:306
b97e55da 4041msgid "aggregate value used where a float was expected"
d51681a7
PT
4042msgstr ""
4043
b1b51268 4044#: convert.c:331
b97e55da 4045msgid "conversion to incomplete type"
d51681a7
PT
4046msgstr ""
4047
b1b51268 4048#: convert.c:682 convert.c:760
b97e55da 4049msgid "can't convert between vector values of different size"
d51681a7
PT
4050msgstr ""
4051
b1b51268 4052#: convert.c:688
b97e55da 4053msgid "aggregate value used where an integer was expected"
d51681a7
PT
4054msgstr ""
4055
b4117c30 4056#: convert.c:739
b97e55da 4057msgid "pointer value used where a complex was expected"
d51681a7
PT
4058msgstr ""
4059
b4117c30 4060#: convert.c:743
b97e55da 4061msgid "aggregate value used where a complex was expected"
d51681a7
PT
4062msgstr ""
4063
b1b51268 4064#: convert.c:766
b97e55da 4065msgid "can't convert value to a vector"
5b7874aa
ZW
4066msgstr ""
4067
b1b51268 4068#: coverage.c:168
9e620082 4069#, c-format
b97e55da 4070msgid "`%s' is not a gcov data file"
d51681a7
PT
4071msgstr ""
4072
b1b51268 4073#: coverage.c:179
b97e55da 4074#, c-format
b1b51268 4075msgid "`%s' is version `%.*s', expected version `%.*s'"
d51681a7
PT
4076msgstr ""
4077
b1b51268 4078#: coverage.c:259 coverage.c:267
01b84e13
JM
4079#, c-format
4080msgid "coverage mismatch for function %u while reading execution counters."
4081msgstr ""
4082
b1b51268 4083#: coverage.c:261 coverage.c:346
01b84e13
JM
4084#, c-format
4085msgid "checksum is %x instead of %x"
4086msgstr ""
4087
b1b51268 4088#: coverage.c:269 coverage.c:354
b97e55da 4089#, c-format
01b84e13 4090msgid "number of counters is %d instead of %d"
d51681a7
PT
4091msgstr ""
4092
b1b51268 4093#: coverage.c:275
b97e55da
JM
4094#, c-format
4095msgid "cannot merge separate %s counters for function %u"
d51681a7
PT
4096msgstr ""
4097
b1b51268 4098#: coverage.c:300
b97e55da
JM
4099#, c-format
4100msgid "`%s' has overflowed"
d51681a7
PT
4101msgstr ""
4102
b1b51268 4103#: coverage.c:300
b97e55da
JM
4104#, c-format
4105msgid "`%s' is corrupted"
d51681a7
PT
4106msgstr ""
4107
b1b51268 4108#: coverage.c:335
9e620082 4109#, c-format
b97e55da 4110msgid "no coverage for function '%s' found."
d51681a7
PT
4111msgstr ""
4112
b1b51268 4113#: coverage.c:343 coverage.c:351
9e620082 4114#, c-format
01b84e13 4115msgid "coverage mismatch for function '%s' while reading counter '%s'."
d51681a7
PT
4116msgstr ""
4117
b1b51268 4118#: coverage.c:531
5b7874aa 4119#, c-format
b97e55da 4120msgid "cannot open %s"
d51681a7
PT
4121msgstr ""
4122
b1b51268 4123#: coverage.c:566
5b7874aa 4124#, c-format
b97e55da 4125msgid "error writing `%s'"
d51681a7
PT
4126msgstr ""
4127
01b84e13 4128#. FIXME should be DL_SORRY
b06c20ee 4129#: cppcharset.c:653
5b7874aa 4130#, c-format
b97e55da 4131msgid "conversion from %s to %s not supported by iconv"
d51681a7
PT
4132msgstr ""
4133
b06c20ee 4134#: cppcharset.c:656
b97e55da
JM
4135msgid "iconv_open"
4136msgstr ""
4137
01b84e13 4138#. FIXME: should be DL_SORRY
b06c20ee 4139#: cppcharset.c:664
9e620082 4140#, c-format
b97e55da
JM
4141msgid "no iconv implementation, cannot convert from %s to %s"
4142msgstr ""
4143
b06c20ee 4144#: cppcharset.c:808
b97e55da 4145msgid "universal character names are only valid in C++ and C99"
d51681a7
PT
4146msgstr ""
4147
b06c20ee 4148#: cppcharset.c:811
5b7874aa 4149#, c-format
b97e55da 4150msgid "the meaning of '\\%c' is different in traditional C"
d51681a7
PT
4151msgstr ""
4152
b06c20ee 4153#: cppcharset.c:837
9e620082 4154#, c-format
b97e55da 4155msgid "incomplete universal character name %.*s"
d51681a7
PT
4156msgstr ""
4157
b06c20ee 4158#: cppcharset.c:849
9e620082 4159#, c-format
b97e55da 4160msgid "%.*s is not a valid universal character"
d51681a7
PT
4161msgstr ""
4162
b06c20ee 4163#: cppcharset.c:859
9e620082 4164#, c-format
b97e55da 4165msgid "universal character %.*s is not valid in an identifier"
d51681a7
PT
4166msgstr ""
4167
b06c20ee 4168#: cppcharset.c:863
9e620082 4169#, c-format
b97e55da 4170msgid "universal character %.*s is not valid at the start of an identifier"
d51681a7
PT
4171msgstr ""
4172
b06c20ee 4173#: cppcharset.c:898
b97e55da 4174msgid "converting UCN to source character set"
d51681a7
PT
4175msgstr ""
4176
b06c20ee 4177#: cppcharset.c:902
b97e55da 4178msgid "converting UCN to execution character set"
d51681a7
PT
4179msgstr ""
4180
b06c20ee 4181#: cppcharset.c:967
b97e55da 4182msgid "the meaning of '\\x' is different in traditional C"
d51681a7
PT
4183msgstr ""
4184
b4117c30 4185#: cppcharset.c:984
b97e55da 4186msgid "\\x used with no following hex digits"
d51681a7
PT
4187msgstr ""
4188
b06c20ee 4189#: cppcharset.c:991
b97e55da 4190msgid "hex escape sequence out of range"
d51681a7
PT
4191msgstr ""
4192
b06c20ee 4193#: cppcharset.c:1030
b97e55da 4194msgid "octal escape sequence out of range"
d51681a7
PT
4195msgstr ""
4196
b06c20ee 4197#: cppcharset.c:1098
b97e55da 4198msgid "the meaning of '\\a' is different in traditional C"
d51681a7
PT
4199msgstr ""
4200
b06c20ee 4201#: cppcharset.c:1105
b97e55da
JM
4202#, c-format
4203msgid "non-ISO-standard escape sequence, '\\%c'"
d51681a7
PT
4204msgstr ""
4205
b06c20ee 4206#: cppcharset.c:1113
b97e55da
JM
4207#, c-format
4208msgid "unknown escape sequence '\\%c'"
4209msgstr ""
4210
b06c20ee 4211#: cppcharset.c:1116
b97e55da
JM
4212#, c-format
4213msgid "unknown escape sequence: '\\%03o'"
4214msgstr ""
4215
b06c20ee 4216#: cppcharset.c:1122
b97e55da
JM
4217msgid "converting escape sequence to execution character set"
4218msgstr ""
4219
b06c20ee 4220#: cppcharset.c:1181
b97e55da
JM
4221msgid "converting to execution character set"
4222msgstr ""
4223
b06c20ee 4224#: cppcharset.c:1244 cppcharset.c:1307
b97e55da
JM
4225msgid "character constant too long for its type"
4226msgstr ""
4227
b06c20ee 4228#: cppcharset.c:1247
b97e55da
JM
4229msgid "multi-character character constant"
4230msgstr ""
4231
b06c20ee 4232#: cppcharset.c:1339
b97e55da 4233msgid "empty character constant"
d51681a7
PT
4234msgstr ""
4235
b06c20ee
JM
4236#: cppcharset.c:1378
4237#, c-format
4238msgid "failure to convert %s to %s"
01b84e13
JM
4239msgstr ""
4240
b1b51268 4241#: cpperror.c:119 diagnostic.def:5
7bbf788c
PT
4242msgid "warning: "
4243msgstr ""
4244
b1b51268 4245#: cpperror.c:121
5b7874aa 4246msgid "internal error: "
d51681a7
PT
4247msgstr ""
4248
b1b51268 4249#: cpperror.c:180
7bbf788c 4250msgid "stdout"
d51681a7
PT
4251msgstr ""
4252
8d98c44c 4253#: cppexp.c:192
a47a6810 4254msgid "too many decimal points in number"
d51681a7
PT
4255msgstr ""
4256
8d98c44c 4257#: cppexp.c:212
a47a6810
JM
4258#, c-format
4259msgid "invalid digit \"%c\" in octal constant"
d51681a7
PT
4260msgstr ""
4261
8d98c44c 4262#: cppexp.c:218
a47a6810 4263msgid "use of C99 hexadecimal floating constant"
d51681a7
PT
4264msgstr ""
4265
8d98c44c 4266#: cppexp.c:227
a47a6810 4267msgid "exponent has no digits"
d51681a7
PT
4268msgstr ""
4269
8d98c44c 4270#: cppexp.c:234
a47a6810 4271msgid "hexadecimal floating constants require an exponent"
d51681a7
PT
4272msgstr ""
4273
8d98c44c 4274#: cppexp.c:240
a47a6810
JM
4275#, c-format
4276msgid "invalid suffix \"%.*s\" on floating constant"
d51681a7
PT
4277msgstr ""
4278
8d98c44c 4279#: cppexp.c:250 cppexp.c:275
a47a6810
JM
4280#, c-format
4281msgid "traditional C rejects the \"%.*s\" suffix"
4282msgstr ""
4283
8d98c44c 4284#: cppexp.c:261
9e620082 4285#, c-format
a47a6810
JM
4286msgid "invalid suffix \"%.*s\" on integer constant"
4287msgstr ""
4288
8d98c44c 4289#: cppexp.c:283
a47a6810
JM
4290msgid "use of C99 long long integer constant"
4291msgstr ""
4292
8d98c44c 4293#: cppexp.c:290
a47a6810
JM
4294msgid "imaginary constants are a GCC extension"
4295msgstr ""
4296
8d98c44c 4297#: cppexp.c:376
a47a6810
JM
4298msgid "integer constant is too large for its type"
4299msgstr ""
4300
8d98c44c 4301#: cppexp.c:388
a47a6810 4302msgid "integer constant is so large that it is unsigned"
d51681a7
PT
4303msgstr ""
4304
8d98c44c 4305#: cppexp.c:470
5b7874aa 4306msgid "missing ')' after \"defined\""
d51681a7
PT
4307msgstr ""
4308
8d98c44c 4309#: cppexp.c:477
5b7874aa 4310msgid "operator \"defined\" requires an identifier"
d51681a7
PT
4311msgstr ""
4312
8d98c44c 4313#: cppexp.c:485
9e620082 4314#, c-format
5b7874aa 4315msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
d51681a7
PT
4316msgstr ""
4317
8d98c44c 4318#: cppexp.c:495
1737c953
JM
4319msgid "this use of \"defined\" may not be portable"
4320msgstr ""
4321
b1b51268 4322#: cppexp.c:534
a47a6810 4323msgid "floating constant in preprocessor expression"
d51681a7
PT
4324msgstr ""
4325
b1b51268 4326#: cppexp.c:540
a47a6810 4327msgid "imaginary number in preprocessor expression"
d51681a7
PT
4328msgstr ""
4329
b1b51268 4330#: cppexp.c:585
9e620082 4331#, c-format
a47a6810 4332msgid "\"%s\" is not defined"
d51681a7
PT
4333msgstr ""
4334
b1b51268 4335#: cppexp.c:716 cppexp.c:745
9e620082 4336#, c-format
a47a6810 4337msgid "missing binary operator before token \"%s\""
d51681a7
PT
4338msgstr ""
4339
b1b51268 4340#: cppexp.c:736
a47a6810
JM
4341#, c-format
4342msgid "token \"%s\" is not valid in preprocessor expressions"
d51681a7
PT
4343msgstr ""
4344
b1b51268 4345#: cppexp.c:755
5b7874aa 4346msgid "void expression between '(' and ')'"
d51681a7
PT
4347msgstr ""
4348
b1b51268 4349#: cppexp.c:758
a47a6810
JM
4350msgid "#if with no expression"
4351msgstr ""
4352
b1b51268 4353#: cppexp.c:760
9e620082 4354#, c-format
5b7874aa 4355msgid "operator '%s' has no right operand"
d51681a7
PT
4356msgstr ""
4357
b1b51268 4358#: cppexp.c:786
a47a6810 4359msgid " ':' without preceding '?'"
d51681a7
PT
4360msgstr ""
4361
b1b51268 4362#: cppexp.c:813
a47a6810 4363msgid "unbalanced stack in #if"
d51681a7
PT
4364msgstr ""
4365
b1b51268 4366#: cppexp.c:832
a47a6810
JM
4367#, c-format
4368msgid "impossible operator '%u'"
d51681a7
PT
4369msgstr ""
4370
b1b51268 4371#: cppexp.c:924
a47a6810 4372msgid "missing ')' in expression"
d51681a7
PT
4373msgstr ""
4374
b1b51268 4375#: cppexp.c:945
a47a6810 4376msgid "'?' without following ':'"
d51681a7
PT
4377msgstr ""
4378
b1b51268 4379#: cppexp.c:955
a47a6810 4380msgid "integer overflow in preprocessor expression"
d51681a7
PT
4381msgstr ""
4382
b1b51268 4383#: cppexp.c:960
5b7874aa 4384msgid "missing '(' in expression"
d51681a7
PT
4385msgstr ""
4386
b1b51268 4387#: cppexp.c:992
9e620082 4388#, c-format
a47a6810 4389msgid "the left operand of \"%s\" changes sign when promoted"
4ba01ed2
PT
4390msgstr ""
4391
b1b51268 4392#: cppexp.c:997
9e620082 4393#, c-format
a47a6810 4394msgid "the right operand of \"%s\" changes sign when promoted"
4ba01ed2
PT
4395msgstr ""
4396
b1b51268 4397#: cppexp.c:1355
a47a6810 4398msgid "comma operator in operand of #if"
4ba01ed2
PT
4399msgstr ""
4400
b1b51268 4401#: cppexp.c:1487
a47a6810 4402msgid "division by zero in #if"
4ba01ed2
PT
4403msgstr ""
4404
b1b51268 4405#: cppfiles.c:406
b97e55da
JM
4406msgid "NULL directory in find_file"
4407msgstr ""
4408
b1b51268 4409#: cppfiles.c:436
8d98c44c
JM
4410msgid "one or more PCH files were found, but they were invalid"
4411msgstr ""
4412
b1b51268 4413#: cppfiles.c:439
8d98c44c
JM
4414msgid "use -Winvalid-pch for more information"
4415msgstr ""
4416
b1b51268 4417#: cppfiles.c:497
9e620082 4418#, c-format
b97e55da 4419msgid "%s is a block device"
4ba01ed2
PT
4420msgstr ""
4421
b1b51268 4422#: cppfiles.c:514
9e620082 4423#, c-format
b97e55da 4424msgid "%s is too large"
4ba01ed2
PT
4425msgstr ""
4426
b1b51268 4427#: cppfiles.c:549
9e620082 4428#, c-format
b97e55da 4429msgid "%s is shorter than expected"
4ba01ed2
PT
4430msgstr ""
4431
b1b51268 4432#: cppfiles.c:752
9e620082 4433#, c-format
b97e55da 4434msgid "no include path in which to search for %s"
4ba01ed2
PT
4435msgstr ""
4436
b1b51268 4437#: cppfiles.c:1028
5b7874aa 4438msgid "Multiple include guards may be useful for:\n"
4ba01ed2
PT
4439msgstr ""
4440
b1b51268 4441#: cppinit.c:388
b97e55da 4442msgid "cppchar_t must be an unsigned type"
d51681a7
PT
4443msgstr ""
4444
b1b51268 4445#: cppinit.c:392
5b7874aa 4446#, c-format
a47a6810
JM
4447msgid ""
4448"preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4449"lu bits"
d51681a7
PT
4450msgstr ""
4451
b1b51268 4452#: cppinit.c:399
a47a6810 4453msgid "CPP arithmetic must be at least as precise as a target int"
d51681a7
PT
4454msgstr ""
4455
b1b51268 4456#: cppinit.c:402
a47a6810
JM
4457msgid "target char is less than 8 bits wide"
4458msgstr ""
4459
b1b51268 4460#: cppinit.c:406
a47a6810
JM
4461msgid "target wchar_t is narrower than target char"
4462msgstr ""
4463
b1b51268 4464#: cppinit.c:410
a47a6810
JM
4465msgid "target int is narrower than target char"
4466msgstr ""
4467
b1b51268 4468#: cppinit.c:415
a47a6810
JM
4469msgid "CPP half-integer narrower than CPP character"
4470msgstr ""
4471
b1b51268 4472#: cppinit.c:419
a47a6810
JM
4473#, c-format
4474msgid ""
4475"CPP on this host cannot handle wide character constants over %lu bits, but "
4476"the target requires %lu bits"
4477msgstr ""
4478
b1b51268 4479#: cpplex.c:414
a47a6810 4480msgid "null character(s) ignored"
d51681a7
PT
4481msgstr ""
4482
b1b51268 4483#: cpplex.c:449
b97e55da 4484msgid "'$' in identifier or number"
d51681a7
PT
4485msgstr ""
4486
b1b51268 4487#: cpplex.c:496
5b7874aa
ZW
4488#, c-format
4489msgid "attempt to use poisoned \"%s\""
d51681a7
PT
4490msgstr ""
4491
b1b51268 4492#: cpplex.c:504
5b7874aa 4493msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
d51681a7
PT
4494msgstr ""
4495
b1b51268 4496#: cpplex.c:600
5b7874aa 4497msgid "null character(s) preserved in literal"
d51681a7
PT
4498msgstr ""
4499
b1b51268 4500#: cpplex.c:925
5b7874aa 4501msgid "unterminated comment"
d51681a7
PT
4502msgstr ""
4503
b1b51268 4504#: cpplex.c:936
a47a6810 4505msgid "C++ style comments are not allowed in ISO C90"
d51681a7
PT
4506msgstr ""
4507
b1b51268 4508#: cpplex.c:938
5b7874aa 4509msgid "(this will be reported only once per input file)"
d51681a7
PT
4510msgstr ""
4511
b1b51268 4512#: cpplex.c:943
5b7874aa 4513msgid "multi-line comment"
d51681a7
PT
4514msgstr ""
4515
b1b51268 4516#: cpplex.c:1207
9e620082 4517#, c-format
1737c953 4518msgid "unspellable token %s"
d51681a7
PT
4519msgstr ""
4520
b97e55da 4521#: cpplib.c:218
9e620082 4522#, c-format
5b7874aa 4523msgid "extra tokens at end of #%s directive"
d51681a7
PT
4524msgstr ""
4525
01b84e13 4526#: cpplib.c:304
5b7874aa
ZW
4527#, c-format
4528msgid "#%s is a GCC extension"
d51681a7
PT
4529msgstr ""
4530
01b84e13 4531#: cpplib.c:316
5b7874aa 4532msgid "suggest not using #elif in traditional C"
d51681a7
PT
4533msgstr ""
4534
01b84e13 4535#: cpplib.c:319
9e620082 4536#, c-format
5b7874aa 4537msgid "traditional C ignores #%s with the # indented"
d51681a7
PT
4538msgstr ""
4539
01b84e13 4540#: cpplib.c:323
9e620082 4541#, c-format
5b7874aa 4542msgid "suggest hiding #%s from traditional C with an indented #"
d51681a7
PT
4543msgstr ""
4544
01b84e13 4545#: cpplib.c:345
7bbf788c
PT
4546msgid "embedding a directive within macro arguments is not portable"
4547msgstr ""
4548
01b84e13 4549#: cpplib.c:365
7bbf788c
PT
4550msgid "style of line directive is a GCC extension"
4551msgstr ""
4552
01b84e13 4553#: cpplib.c:415
5b7874aa
ZW
4554#, c-format
4555msgid "invalid preprocessing directive #%s"
d51681a7
PT
4556msgstr ""
4557
01b84e13 4558#: cpplib.c:484
a47a6810 4559msgid "\"defined\" cannot be used as a macro name"
d51681a7
PT
4560msgstr ""
4561
01b84e13 4562#: cpplib.c:490
5b7874aa
ZW
4563#, c-format
4564msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
d51681a7
PT
4565msgstr ""
4566
01b84e13 4567#: cpplib.c:493
a47a6810
JM
4568#, c-format
4569msgid "no macro name given in #%s directive"
d51681a7
PT
4570msgstr ""
4571
01b84e13 4572#: cpplib.c:496
a47a6810 4573msgid "macro names must be identifiers"
d51681a7
PT
4574msgstr ""
4575
01b84e13 4576#: cpplib.c:537
5b7874aa
ZW
4577#, c-format
4578msgid "undefining \"%s\""
d51681a7
PT
4579msgstr ""
4580
01b84e13 4581#: cpplib.c:609
5b7874aa 4582msgid "missing terminating > character"
d51681a7
PT
4583msgstr ""
4584
01b84e13 4585#: cpplib.c:662
d51681a7 4586#, c-format
5b7874aa 4587msgid "#%s expects \"FILENAME\" or <FILENAME>"
d51681a7
PT
4588msgstr ""
4589
01b84e13 4590#: cpplib.c:685
d9b2742a 4591msgid "#include nested too deeply"
d51681a7
PT
4592msgstr ""
4593
01b84e13 4594#: cpplib.c:723
d9b2742a 4595msgid "#include_next in primary source file"
4ba01ed2
PT
4596msgstr ""
4597
01b84e13 4598#: cpplib.c:749
4ba01ed2 4599#, c-format
5b7874aa 4600msgid "invalid flag \"%s\" in line directive"
4ba01ed2
PT
4601msgstr ""
4602
b1b51268 4603#: cpplib.c:796
5b7874aa
ZW
4604#, c-format
4605msgid "\"%s\" after #line is not a positive integer"
d51681a7
PT
4606msgstr ""
4607
b1b51268 4608#: cpplib.c:802
5b7874aa 4609msgid "line number out of range"
d51681a7
PT
4610msgstr ""
4611
b1b51268 4612#: cpplib.c:815 cpplib.c:892
5b7874aa
ZW
4613#, c-format
4614msgid "\"%s\" is not a valid filename"
4ba01ed2
PT
4615msgstr ""
4616
b1b51268 4617#: cpplib.c:852
7bbf788c
PT
4618#, c-format
4619msgid "\"%s\" after # is not a positive integer"
4620msgstr ""
4621
b1b51268 4622#: cpplib.c:954
5b7874aa 4623msgid "invalid #ident directive"
4ba01ed2
PT
4624msgstr ""
4625
b1b51268 4626#: cpplib.c:1034
5b7874aa
ZW
4627#, c-format
4628msgid "registering \"%s\" as both a pragma and a pragma namespace"
4ba01ed2
PT
4629msgstr ""
4630
b1b51268 4631#: cpplib.c:1037
9e620082 4632#, c-format
5b7874aa 4633msgid "#pragma %s %s is already registered"
d51681a7
PT
4634msgstr ""
4635
b1b51268 4636#: cpplib.c:1040
5b7874aa
ZW
4637#, c-format
4638msgid "#pragma %s is already registered"
d51681a7
PT
4639msgstr ""
4640
b1b51268 4641#: cpplib.c:1182
5b7874aa 4642msgid "#pragma once in main file"
d51681a7
PT
4643msgstr ""
4644
b1b51268 4645#: cpplib.c:1205
5b7874aa 4646msgid "invalid #pragma GCC poison directive"
d51681a7
PT
4647msgstr ""
4648
b1b51268 4649#: cpplib.c:1214
5b7874aa
ZW
4650#, c-format
4651msgid "poisoning existing macro \"%s\""
d51681a7
PT
4652msgstr ""
4653
b1b51268 4654#: cpplib.c:1235
5b7874aa 4655msgid "#pragma system_header ignored outside include file"
d51681a7
PT
4656msgstr ""
4657
b1b51268 4658#: cpplib.c:1259
9e620082 4659#, c-format
b97e55da 4660msgid "cannot find source file %s"
d51681a7
PT
4661msgstr ""
4662
b1b51268 4663#: cpplib.c:1263
9e620082 4664#, c-format
5b7874aa 4665msgid "current file is older than %s"
d51681a7
PT
4666msgstr ""
4667
b1b51268 4668#: cpplib.c:1376
5b7874aa 4669msgid "_Pragma takes a parenthesized string literal"
d51681a7
PT
4670msgstr ""
4671
b1b51268 4672#: cpplib.c:1454
5b7874aa 4673msgid "#else without #if"
d51681a7
PT
4674msgstr ""
4675
b1b51268 4676#: cpplib.c:1459
5b7874aa 4677msgid "#else after #else"
d51681a7
PT
4678msgstr ""
4679
b1b51268 4680#: cpplib.c:1487
5b7874aa 4681msgid "#elif without #if"
d51681a7
PT
4682msgstr ""
4683
b1b51268 4684#: cpplib.c:1492
5b7874aa 4685msgid "#elif after #else"
d51681a7
PT
4686msgstr ""
4687
b1b51268 4688#: cpplib.c:1522
5b7874aa 4689msgid "#endif without #if"
d51681a7
PT
4690msgstr ""
4691
b1b51268 4692#: cpplib.c:1599
5b7874aa 4693msgid "missing '(' after predicate"
d51681a7
PT
4694msgstr ""
4695
b1b51268 4696#: cpplib.c:1614
5b7874aa 4697msgid "missing ')' to complete answer"
d51681a7
PT
4698msgstr ""
4699
b1b51268 4700#: cpplib.c:1634
5b7874aa 4701msgid "predicate's answer is empty"
d51681a7
PT
4702msgstr ""
4703
b1b51268 4704#: cpplib.c:1661
5b7874aa 4705msgid "assertion without predicate"
d51681a7
PT
4706msgstr ""
4707
b1b51268 4708#: cpplib.c:1663
5b7874aa 4709msgid "predicate must be an identifier"
d51681a7
PT
4710msgstr ""
4711
b1b51268 4712#: cpplib.c:1747
9e620082 4713#, c-format
5b7874aa 4714msgid "\"%s\" re-asserted"
d51681a7
PT
4715msgstr ""
4716
b1b51268 4717#: cppmacro.c:126 cppmacro.c:282
9e620082 4718#, c-format
b0287a90 4719msgid "invalid built-in macro \"%s\""
d51681a7
PT
4720msgstr ""
4721
b1b51268 4722#: cppmacro.c:223
a47a6810 4723msgid "could not determine date and time"
d51681a7
PT
4724msgstr ""
4725
b1b51268 4726#: cppmacro.c:395
a47a6810 4727msgid "invalid string literal, ignoring final '\\'"
d51681a7
PT
4728msgstr ""
4729
b1b51268 4730#: cppmacro.c:478
5b7874aa 4731#, c-format
a47a6810 4732msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
d51681a7
PT
4733msgstr ""
4734
b1b51268 4735#: cppmacro.c:516
5b7874aa 4736msgid "ISO C99 requires rest arguments to be used"
d51681a7
PT
4737msgstr ""
4738
b1b51268 4739#: cppmacro.c:521
5b7874aa
ZW
4740#, c-format
4741msgid "macro \"%s\" requires %u arguments, but only %u given"
d51681a7
PT
4742msgstr ""
4743
b1b51268 4744#: cppmacro.c:526
5b7874aa
ZW
4745#, c-format
4746msgid "macro \"%s\" passed %u arguments, but takes just %u"
d51681a7
PT
4747msgstr ""
4748
b1b51268 4749#: cppmacro.c:637
a47a6810
JM
4750#, c-format
4751msgid "unterminated argument list invoking macro \"%s\""
4752msgstr ""
4753
b1b51268 4754#: cppmacro.c:740
5b7874aa
ZW
4755#, c-format
4756msgid "function-like macro \"%s\" must be used with arguments in traditional C"
d51681a7
PT
4757msgstr ""
4758
b1b51268 4759#: cppmacro.c:1247
5b7874aa
ZW
4760#, c-format
4761msgid "duplicate macro parameter \"%s\""
d51681a7
PT
4762msgstr ""
4763
b1b51268 4764#: cppmacro.c:1292
5b7874aa
ZW
4765#, c-format
4766msgid "\"%s\" may not appear in macro parameter list"
d51681a7
PT
4767msgstr ""
4768
b1b51268 4769#: cppmacro.c:1300
5b7874aa 4770msgid "macro parameters must be comma-separated"
d51681a7
PT
4771msgstr ""
4772
b1b51268 4773#: cppmacro.c:1317
5b7874aa 4774msgid "parameter name missing"
d51681a7
PT
4775msgstr ""
4776
b1b51268 4777#: cppmacro.c:1334
5b7874aa 4778msgid "anonymous variadic macros were introduced in C99"
d51681a7
PT
4779msgstr ""
4780
b1b51268 4781#: cppmacro.c:1339
5b7874aa 4782msgid "ISO C does not permit named variadic macros"
d51681a7
PT
4783msgstr ""
4784
b1b51268 4785#: cppmacro.c:1348
5b7874aa 4786msgid "missing ')' in macro parameter list"
d51681a7
PT
4787msgstr ""
4788
b1b51268 4789#: cppmacro.c:1411
5b7874aa 4790msgid "ISO C requires whitespace after the macro name"
d51681a7
PT
4791msgstr ""
4792
b1b51268 4793#: cppmacro.c:1439
5b7874aa 4794msgid "'#' is not followed by a macro parameter"
d51681a7
PT
4795msgstr ""
4796
b1b51268 4797#: cppmacro.c:1458
5b7874aa 4798msgid "'##' cannot appear at either end of a macro expansion"
d51681a7
PT
4799msgstr ""
4800
b1b51268 4801#: cppmacro.c:1597
9e620082 4802#, c-format
7bbf788c 4803msgid "macro argument \"%s\" would be stringified in traditional C"
d51681a7
PT
4804msgstr ""
4805
b1b51268 4806#: cppmacro.c:1620
5b7874aa
ZW
4807#, c-format
4808msgid "invalid hash type %d in cpp_macro_definition"
d51681a7
PT
4809msgstr ""
4810
01b84e13 4811#: cpppch.c:84 cpppch.c:332 cpppch.c:356 cpppch.c:365 cpppch.c:371
d9b2742a
ZW
4812msgid "while writing precompiled header"
4813msgstr ""
4814
01b84e13 4815#: cpppch.c:469
d9b2742a
ZW
4816#, c-format
4817msgid "%s: not used because `%.*s' not defined"
4818msgstr ""
4819
01b84e13 4820#: cpppch.c:481
d9b2742a
ZW
4821#, c-format
4822msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
4823msgstr ""
4824
01b84e13 4825#: cpppch.c:522
d9b2742a
ZW
4826#, c-format
4827msgid "%s: not used because `%s' is defined"
4828msgstr ""
4829
b1b51268 4830#: cpppch.c:535 cpppch.c:722
d9b2742a
ZW
4831msgid "while reading precompiled header"
4832msgstr ""
4833
b97e55da 4834#: cppspec.c:106
5b7874aa
ZW
4835#, c-format
4836msgid "\"%s\" is not a valid option to the preprocessor"
d51681a7
PT
4837msgstr ""
4838
b97e55da 4839#: cppspec.c:128
5b7874aa 4840msgid "too many input files"
d51681a7
PT
4841msgstr ""
4842
8d98c44c 4843#: cpptrad.c:744
5b7874aa 4844#, c-format
a47a6810 4845msgid "detected recursion whilst expanding macro \"%s\""
d51681a7
PT
4846msgstr ""
4847
01b84e13
JM
4848#: cpptrad.c:911
4849msgid "syntax error in macro parameter list"
4850msgstr ""
4851
b1b51268 4852#: cse.c:6953
5b7874aa 4853#, c-format
a47a6810 4854msgid ";; Processing block from %d to %d, %d sets.\n"
d51681a7
PT
4855msgstr ""
4856
b97e55da 4857#: diagnostic.c:209
5b7874aa
ZW
4858#, c-format
4859msgid "%s:%d: confused by earlier errors, bailing out\n"
d51681a7
PT
4860msgstr ""
4861
b1b51268
JM
4862#: diagnostic.c:270
4863msgid "compilation terminated due to -Wfatal-errors.\n"
4864msgstr ""
4865
4866#: diagnostic.c:286
b97e55da 4867msgid "compilation terminated.\n"
d51681a7
PT
4868msgstr ""
4869
b1b51268 4870#: diagnostic.c:577
5b7874aa 4871msgid "Internal compiler error: Error reporting routines re-entered.\n"
d51681a7
PT
4872msgstr ""
4873
b1b51268 4874#: diagnostic.c:589
5b7874aa 4875#, c-format
a47a6810 4876msgid "in %s, at %s:%d"
d51681a7
PT
4877msgstr ""
4878
b1b51268 4879#: dominance.c:774
a47a6810
JM
4880#, c-format
4881msgid "dominator of %d should be %d, not %d"
4882msgstr ""
4883
b1b51268 4884#: dwarf2out.c:3264
d51681a7 4885#, c-format
1737c953 4886msgid "DW_LOC_OP %s not implemented\n"
d51681a7
PT
4887msgstr ""
4888
b1b51268 4889#: emit-rtl.c:1095
01b84e13 4890msgid "can't access real part of complex value in hard register"
9e620082
ZW
4891msgstr ""
4892
b1b51268 4893#: emit-rtl.c:1122
01b84e13 4894msgid "can't access imaginary part of complex value in hard register"
d51681a7
PT
4895msgstr ""
4896
b1b51268 4897#: emit-rtl.c:2245
01b84e13 4898msgid "Invalid rtl sharing found in the insn"
d51681a7
PT
4899msgstr ""
4900
b1b51268 4901#: emit-rtl.c:2247
01b84e13 4902msgid "Shared rtx"
d51681a7
PT
4903msgstr ""
4904
b1b51268 4905#: emit-rtl.c:3384
5b7874aa 4906msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
d51681a7
PT
4907msgstr ""
4908
b97e55da 4909#: errors.c:129
5b7874aa
ZW
4910#, c-format
4911msgid "abort in %s, at %s:%d"
d51681a7
PT
4912msgstr ""
4913
b1b51268 4914#: except.c:351
5b7874aa 4915msgid "exception handling disabled, use -fexceptions to enable"
d51681a7
PT
4916msgstr ""
4917
b1b51268 4918#: except.c:3299
5b7874aa 4919msgid "argument of `__builtin_eh_return_regno' must be constant"
d51681a7
PT
4920msgstr ""
4921
b1b51268 4922#: except.c:3430
5b7874aa 4923msgid "__builtin_eh_return not supported on this target"
d51681a7
PT
4924msgstr ""
4925
b1b51268 4926#: explow.c:1393
5b7874aa 4927msgid "stack limits not supported on this target"
d51681a7
PT
4928msgstr ""
4929
b1b51268 4930#: expr.c:6513
b97e55da 4931msgid "%Jprior parameter's size depends on '%D'"
d51681a7
PT
4932msgstr ""
4933
b1b51268 4934#: expr.c:6822
5b7874aa 4935msgid "returned value in block_exit_expr"
d51681a7
PT
4936msgstr ""
4937
d9b2742a 4938#. We can't make a bitwise copy of this object, so fail.
b4117c30 4939#: expr.c:9049
d9b2742a
ZW
4940msgid "cannot take the address of an unaligned member"
4941msgstr ""
4942
b4117c30 4943#: expr.c:9307
b1b51268
JM
4944#, c-format
4945msgid "case label value %d is less than minimum value for type"
4946msgstr ""
4947
b4117c30 4948#: expr.c:9316
b1b51268
JM
4949#, c-format
4950msgid "case label value %d exceeds maximum value for type"
4951msgstr ""
4952
b4117c30 4953#: expr.c:9325
b1b51268
JM
4954#, c-format
4955msgid "lower value %d in case label range less than minimum value for type"
4956msgstr ""
4957
b4117c30 4958#: expr.c:9334
b1b51268
JM
4959#, c-format
4960msgid "upper value %d in case label range exceeds maximum value for type"
4961msgstr ""
4962
4963#: final.c:1061
1737c953 4964msgid "negative insn length"
d51681a7
PT
4965msgstr ""
4966
b1b51268 4967#: final.c:2508
1737c953 4968msgid "could not split insn"
d51681a7
PT
4969msgstr ""
4970
b1b51268 4971#: final.c:2850
a52453cc 4972msgid "invalid `asm': "
d51681a7
PT
4973msgstr ""
4974
b1b51268 4975#: final.c:3033
5b7874aa 4976msgid "nested assembly dialect alternatives"
d51681a7
PT
4977msgstr ""
4978
b1b51268 4979#: final.c:3050 final.c:3062
5b7874aa 4980msgid "unterminated assembly dialect alternative"
d51681a7
PT
4981msgstr ""
4982
b1b51268 4983#: final.c:3106
9e620082 4984#, c-format
a52453cc 4985msgid "operand number missing after %%-letter"
d51681a7
PT
4986msgstr ""
4987
b1b51268 4988#: final.c:3109 final.c:3148
5b7874aa 4989msgid "operand number out of range"
d51681a7
PT
4990msgstr ""
4991
b1b51268 4992#: final.c:3167
d51681a7 4993#, c-format
5b7874aa 4994msgid "invalid %%-code"
d51681a7
PT
4995msgstr ""
4996
b1b51268 4997#: final.c:3197
a52453cc
PT
4998#, c-format
4999msgid "`%%l' operand isn't a label"
d51681a7
PT
5000msgstr ""
5001
5b7874aa
ZW
5002#. We can't handle floating point constants;
5003#. PRINT_OPERAND must handle them.
01b84e13
JM
5004#. We can't handle floating point constants; PRINT_OPERAND must
5005#. handle them.
5006#. We can't handle floating point constants;
5007#. PRINT_OPERAND must handle them.
b4117c30 5008#: final.c:3299 vmsdbgout.c:486 config/i386/i386.c:6802
b1b51268 5009#: config/pdp11/pdp11.c:1690
5b7874aa 5010msgid "floating constant misused"
d51681a7
PT
5011msgstr ""
5012
b4117c30 5013#: final.c:3355 vmsdbgout.c:543 config/i386/i386.c:6880
b1b51268 5014#: config/pdp11/pdp11.c:1737
5b7874aa 5015msgid "invalid expression as operand"
d51681a7
PT
5016msgstr ""
5017
b4117c30 5018#: flow.c:1563
9d967a7e
ZW
5019msgid "Attempt to delete prologue/epilogue insn:"
5020msgstr ""
5021
b1b51268 5022#: fold-const.c:2955 fold-const.c:2968
d51681a7 5023#, c-format
b0287a90 5024msgid "comparison is always %d due to width of bit-field"
d51681a7
PT
5025msgstr ""
5026
b1b51268 5027#: fold-const.c:4170 fold-const.c:4187
5b7874aa
ZW
5028#, c-format
5029msgid "comparison is always %d"
d51681a7
PT
5030msgstr ""
5031
b1b51268 5032#: fold-const.c:4318
5b7874aa 5033msgid "`or' of unmatched not-equal tests is always 1"
d51681a7
PT
5034msgstr ""
5035
b1b51268 5036#: fold-const.c:4323
5b7874aa 5037msgid "`and' of mutually exclusive equal-tests is always 0"
d51681a7
PT
5038msgstr ""
5039
b1b51268 5040#: fold-const.c:8603
b97e55da
JM
5041msgid "fold check: original tree changed by fold"
5042msgstr ""
5043
b1b51268 5044#: function.c:866 varasm.c:1426
b97e55da 5045msgid "%Jsize of variable '%D' is too large"
7bbf788c
PT
5046msgstr ""
5047
b1b51268 5048#: function.c:3741
d9b2742a
ZW
5049msgid "impossible constraint in `asm'"
5050msgstr ""
5051
b1b51268 5052#: function.c:5653
b97e55da 5053msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
d51681a7
PT
5054msgstr ""
5055
b1b51268 5056#: function.c:5673
b97e55da 5057msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
d51681a7
PT
5058msgstr ""
5059
b1b51268 5060#: function.c:6280
5b7874aa 5061msgid "function returns an aggregate"
d51681a7
PT
5062msgstr ""
5063
b1b51268 5064#: function.c:6617
b97e55da 5065msgid "%Junused parameter '%D'"
d51681a7
PT
5066msgstr ""
5067
b1b51268 5068#: gcc.c:1234
5b7874aa 5069#, c-format
1737c953 5070msgid "ambiguous abbreviation %s"
d51681a7
PT
5071msgstr ""
5072
b1b51268 5073#: gcc.c:1261
5b7874aa 5074#, c-format
1737c953 5075msgid "incomplete `%s' option"
d51681a7
PT
5076msgstr ""
5077
b1b51268 5078#: gcc.c:1272
5b7874aa 5079#, c-format
1737c953 5080msgid "missing argument to `%s' option"
d51681a7
PT
5081msgstr ""
5082
b1b51268 5083#: gcc.c:1285
5b7874aa 5084#, c-format
1737c953 5085msgid "extraneous argument to `%s' option"
d51681a7
PT
5086msgstr ""
5087
b1b51268 5088#: gcc.c:1620
b0287a90 5089msgid "Using built-in specs.\n"
d51681a7
PT
5090msgstr ""
5091
b1b51268 5092#: gcc.c:1805
5b7874aa
ZW
5093#, c-format
5094msgid ""
5095"Setting spec %s to '%s'\n"
5096"\n"
d51681a7
PT
5097msgstr ""
5098
b1b51268 5099#: gcc.c:1914
5b7874aa
ZW
5100#, c-format
5101msgid "Reading specs from %s\n"
d51681a7
PT
5102msgstr ""
5103
b1b51268 5104#: gcc.c:2010 gcc.c:2029
5b7874aa
ZW
5105#, c-format
5106msgid "specs %%include syntax malformed after %ld characters"
d51681a7
PT
5107msgstr ""
5108
b1b51268 5109#: gcc.c:2037
5b7874aa 5110#, c-format
1737c953 5111msgid "could not find specs file %s\n"
d51681a7
PT
5112msgstr ""
5113
b1b51268 5114#: gcc.c:2054 gcc.c:2062 gcc.c:2071 gcc.c:2080
5b7874aa
ZW
5115#, c-format
5116msgid "specs %%rename syntax malformed after %ld characters"
d51681a7
PT
5117msgstr ""
5118
b1b51268 5119#: gcc.c:2089
5b7874aa
ZW
5120#, c-format
5121msgid "specs %s spec was not found to be renamed"
d51681a7
PT
5122msgstr ""
5123
b1b51268 5124#: gcc.c:2096
7bbf788c
PT
5125#, c-format
5126msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5127msgstr ""
5128
b1b51268 5129#: gcc.c:2101
5b7874aa
ZW
5130#, c-format
5131msgid "rename spec %s to %s\n"
d51681a7
PT
5132msgstr ""
5133
b1b51268 5134#: gcc.c:2103
5b7874aa
ZW
5135#, c-format
5136msgid ""
5137"spec is '%s'\n"
5138"\n"
d51681a7
PT
5139msgstr ""
5140
b1b51268 5141#: gcc.c:2116
5b7874aa
ZW
5142#, c-format
5143msgid "specs unknown %% command after %ld characters"
d51681a7
PT
5144msgstr ""
5145
b1b51268 5146#: gcc.c:2127 gcc.c:2140
5b7874aa
ZW
5147#, c-format
5148msgid "specs file malformed after %ld characters"
d51681a7
PT
5149msgstr ""
5150
b1b51268 5151#: gcc.c:2193
5b7874aa 5152msgid "spec file has no spec for linking"
d51681a7
PT
5153msgstr ""
5154
b1b51268 5155#: gcc.c:2706
5b7874aa 5156msgid "-pipe not supported"
d51681a7
PT
5157msgstr ""
5158
b1b51268 5159#: gcc.c:2768
5b7874aa
ZW
5160msgid ""
5161"\n"
5162"Go ahead? (y or n) "
d51681a7
PT
5163msgstr ""
5164
b1b51268 5165#: gcc.c:2894
5b7874aa
ZW
5166#, c-format
5167msgid ""
5168"Internal error: %s (program %s)\n"
5169"Please submit a full bug report.\n"
5170"See %s for instructions."
d51681a7
PT
5171msgstr ""
5172
b1b51268 5173#: gcc.c:2912
5b7874aa
ZW
5174#, c-format
5175msgid "# %s %.2f %.2f\n"
d51681a7
PT
5176msgstr ""
5177
b1b51268 5178#: gcc.c:3048
5b7874aa
ZW
5179#, c-format
5180msgid "Usage: %s [options] file...\n"
d51681a7
PT
5181msgstr ""
5182
b1b51268 5183#: gcc.c:3049
5b7874aa 5184msgid "Options:\n"
d51681a7
PT
5185msgstr ""
5186
b1b51268 5187#: gcc.c:3051
5b7874aa 5188msgid " -pass-exit-codes Exit with highest error code from a phase\n"
d51681a7
PT
5189msgstr ""
5190
b1b51268 5191#: gcc.c:3052
5b7874aa 5192msgid " --help Display this information\n"
d51681a7
PT
5193msgstr ""
5194
b1b51268 5195#: gcc.c:3053
5b7874aa
ZW
5196msgid ""
5197" --target-help Display target specific command line options\n"
5198msgstr ""
d51681a7 5199
b1b51268 5200#: gcc.c:3055
5b7874aa 5201msgid " (Use '-v --help' to display command line options of sub-processes)\n"
d51681a7
PT
5202msgstr ""
5203
b1b51268 5204#: gcc.c:3056
5b7874aa 5205msgid " -dumpspecs Display all of the built in spec strings\n"
d51681a7
PT
5206msgstr ""
5207
b1b51268 5208#: gcc.c:3057
5b7874aa 5209msgid " -dumpversion Display the version of the compiler\n"
d51681a7
PT
5210msgstr ""
5211
b1b51268 5212#: gcc.c:3058
5b7874aa 5213msgid " -dumpmachine Display the compiler's target processor\n"
d51681a7
PT
5214msgstr ""
5215
b1b51268 5216#: gcc.c:3059
5b7874aa
ZW
5217msgid ""
5218" -print-search-dirs Display the directories in the compiler's search "
5219"path\n"
d51681a7
PT
5220msgstr ""
5221
b1b51268 5222#: gcc.c:3060
5b7874aa
ZW
5223msgid ""
5224" -print-libgcc-file-name Display the name of the compiler's companion "
5225"library\n"
d51681a7
PT
5226msgstr ""
5227
b1b51268 5228#: gcc.c:3061
5b7874aa 5229msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
d51681a7
PT
5230msgstr ""
5231
b1b51268 5232#: gcc.c:3062
5b7874aa
ZW
5233msgid ""
5234" -print-prog-name=<prog> Display the full path to compiler component "
5235"<prog>\n"
d51681a7
PT
5236msgstr ""
5237
b1b51268 5238#: gcc.c:3063
5b7874aa
ZW
5239msgid ""
5240" -print-multi-directory Display the root directory for versions of "
5241"libgcc\n"
d51681a7
PT
5242msgstr ""
5243
b1b51268 5244#: gcc.c:3064
5b7874aa
ZW
5245msgid ""
5246" -print-multi-lib Display the mapping between command line options "
5247"and\n"
5248" multiple library search directories\n"
d51681a7
PT
5249msgstr ""
5250
b1b51268 5251#: gcc.c:3067
a47a6810
JM
5252msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5253msgstr ""
5254
b1b51268 5255#: gcc.c:3068
5b7874aa
ZW
5256msgid ""
5257" -Wa,<options> Pass comma-separated <options> on to the "
5258"assembler\n"
d51681a7
PT
5259msgstr ""
5260
b1b51268 5261#: gcc.c:3069
5b7874aa
ZW
5262msgid ""
5263" -Wp,<options> Pass comma-separated <options> on to the "
5264"preprocessor\n"
d51681a7
PT
5265msgstr ""
5266
b1b51268 5267#: gcc.c:3070
5b7874aa
ZW
5268msgid ""
5269" -Wl,<options> Pass comma-separated <options> on to the linker\n"
d51681a7
PT
5270msgstr ""
5271
b1b51268 5272#: gcc.c:3071
a47a6810
JM
5273msgid " -Xassembler <arg> Pass <arg> on to the assembler\n"
5274msgstr ""
5275
b1b51268 5276#: gcc.c:3072
a47a6810
JM
5277msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"
5278msgstr ""
5279
b1b51268 5280#: gcc.c:3073
5b7874aa 5281msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
d51681a7
PT
5282msgstr ""
5283
b1b51268
JM
5284#: gcc.c:3074
5285msgid ""
5286" -combine Pass multiple source files to compiler at once\n"
5287msgstr ""
5288
5289#: gcc.c:3075
5b7874aa 5290msgid " -save-temps Do not delete intermediate files\n"
d51681a7
PT
5291msgstr ""
5292
b1b51268 5293#: gcc.c:3076
5b7874aa 5294msgid " -pipe Use pipes rather than intermediate files\n"
d51681a7
PT
5295msgstr ""
5296
b1b51268 5297#: gcc.c:3077
5b7874aa 5298msgid " -time Time the execution of each subprocess\n"
d51681a7
PT
5299msgstr ""
5300
b1b51268 5301#: gcc.c:3078
5b7874aa 5302msgid ""
b0287a90 5303" -specs=<file> Override built-in specs with the contents of "
5b7874aa 5304"<file>\n"
d51681a7
PT
5305msgstr ""
5306
b1b51268 5307#: gcc.c:3079
5b7874aa
ZW
5308msgid ""
5309" -std=<standard> Assume that the input sources are for <standard>\n"
d51681a7
PT
5310msgstr ""
5311
b1b51268 5312#: gcc.c:3080
5b7874aa
ZW
5313msgid ""
5314" -B <directory> Add <directory> to the compiler's search paths\n"
d51681a7
PT
5315msgstr ""
5316
b1b51268 5317#: gcc.c:3081
5b7874aa 5318msgid " -b <machine> Run gcc for target <machine>, if installed\n"
d51681a7
PT
5319msgstr ""
5320
b1b51268 5321#: gcc.c:3082
5b7874aa
ZW
5322msgid ""
5323" -V <version> Run gcc version number <version>, if installed\n"
d51681a7
PT
5324msgstr ""
5325
b1b51268 5326#: gcc.c:3083
5b7874aa
ZW
5327msgid ""
5328" -v Display the programs invoked by the compiler\n"
d51681a7
PT
5329msgstr ""
5330
b1b51268 5331#: gcc.c:3084
1737c953
JM
5332msgid ""
5333" -### Like -v but options quoted and commands not "
5334"executed\n"
5335msgstr ""
5336
b1b51268 5337#: gcc.c:3085
5b7874aa
ZW
5338msgid ""
5339" -E Preprocess only; do not compile, assemble or "
5340"link\n"
d51681a7
PT
5341msgstr ""
5342
b1b51268 5343#: gcc.c:3086
5b7874aa 5344msgid " -S Compile only; do not assemble or link\n"
d51681a7
PT
5345msgstr ""
5346
b1b51268 5347#: gcc.c:3087
5b7874aa 5348msgid " -c Compile and assemble, but do not link\n"
d51681a7
PT
5349msgstr ""
5350
b1b51268 5351#: gcc.c:3088
5b7874aa 5352msgid " -o <file> Place the output into <file>\n"
d51681a7
PT
5353msgstr ""
5354
b1b51268 5355#: gcc.c:3089
5b7874aa
ZW
5356msgid ""
5357" -x <language> Specify the language of the following input "
5358"files\n"
b97e55da 5359" Permissible languages include: c c++ assembler "
5b7874aa 5360"none\n"
1737c953 5361" 'none' means revert to the default behavior of\n"
5b7874aa
ZW
5362" guessing the language based on the file's "
5363"extension\n"
d51681a7
PT
5364msgstr ""
5365
b1b51268 5366#: gcc.c:3096
5b7874aa
ZW
5367#, c-format
5368msgid ""
5369"\n"
5370"Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5371" passed on to the various sub-processes invoked by %s. In order to pass\n"
5372" other options on to these processes the -W<letter> options must be used.\n"
d51681a7
PT
5373msgstr ""
5374
b1b51268 5375#: gcc.c:3216
a47a6810
JM
5376#, c-format
5377msgid "`-%c' option must have argument"
5378msgstr ""
5379
b1b51268 5380#: gcc.c:3238
a47a6810
JM
5381#, c-format
5382msgid "couldn't run `%s': %s"
5383msgstr ""
5384
9d967a7e 5385#. translate_options () has turned --version into -fversion.
b1b51268 5386#: gcc.c:3424
9d967a7e
ZW
5387#, c-format
5388msgid "%s (GCC) %s\n"
5389msgstr ""
5390
b4117c30
ZW
5391#: gcc.c:3426 gcov.c:424 java/gjavah.c:2310 java/jcf-dump.c:916
5392#: java/jv-scan.c:126
b1b51268
JM
5393msgid "(C)"
5394msgstr ""
5395
5396#: gcc.c:3427 java/gjavah.c:2311 java/jcf-dump.c:917 java/jv-scan.c:127
5397#, c-format
9d967a7e
ZW
5398msgid ""
5399"This is free software; see the source for copying conditions. There is NO\n"
5400"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5401"\n"
5402msgstr ""
5403
b1b51268 5404#: gcc.c:3528
5b7874aa 5405msgid "argument to `-Xlinker' is missing"
d51681a7
PT
5406msgstr ""
5407
b1b51268 5408#: gcc.c:3536
a47a6810 5409msgid "argument to `-Xpreprocessor' is missing"
4ba01ed2
PT
5410msgstr ""
5411
b1b51268 5412#: gcc.c:3543
a47a6810 5413msgid "argument to `-Xassembler' is missing"
d51681a7
PT
5414msgstr ""
5415
b1b51268 5416#: gcc.c:3550
a47a6810 5417msgid "argument to `-l' is missing"
d51681a7
PT
5418msgstr ""
5419
b1b51268 5420#: gcc.c:3571
a47a6810 5421msgid "argument to `-specs' is missing"
d51681a7
PT
5422msgstr ""
5423
b1b51268 5424#: gcc.c:3585
a47a6810 5425msgid "argument to `-specs=' is missing"
d51681a7
PT
5426msgstr ""
5427
b1b51268 5428#: gcc.c:3622
a47a6810
JM
5429#, c-format
5430msgid "`-%c' must come at the start of the command line"
d51681a7
PT
5431msgstr ""
5432
b1b51268 5433#: gcc.c:3631
a47a6810 5434msgid "argument to `-B' is missing"
d51681a7
PT
5435msgstr ""
5436
b1b51268 5437#: gcc.c:3805
1737c953 5438msgid "warning: -pipe ignored because -save-temps specified"
d51681a7
PT
5439msgstr ""
5440
b1b51268 5441#: gcc.c:3809
1737c953 5442msgid "warning: -pipe ignored because -time specified"
d51681a7
PT
5443msgstr ""
5444
b1b51268 5445#: gcc.c:4021
5b7874aa 5446msgid "argument to `-x' is missing"
d51681a7
PT
5447msgstr ""
5448
b1b51268 5449#: gcc.c:4049
9e620082 5450#, c-format
5b7874aa 5451msgid "argument to `-%s' is missing"
d51681a7
PT
5452msgstr ""
5453
b1b51268 5454#: gcc.c:4110
5b7874aa 5455#, c-format
1737c953 5456msgid "warning: `-x %s' after last input file has no effect"
d51681a7
PT
5457msgstr ""
5458
b1b51268 5459#: gcc.c:4511
1737c953 5460msgid "invalid specification! Bug in cc"
d51681a7
PT
5461msgstr ""
5462
b1b51268 5463#: gcc.c:4665
5b7874aa
ZW
5464#, c-format
5465msgid "%s\n"
d51681a7
PT
5466msgstr ""
5467
5b7874aa
ZW
5468#. Catch the case where a spec string contains something like
5469#. '%{foo:%*}'. ie there is no * in the pattern on the left
5470#. hand side of the :.
b1b51268 5471#: gcc.c:5174
5b7874aa 5472#, c-format
1737c953 5473msgid "spec failure: '%%*' has not been initialized by pattern match"
d51681a7
PT
5474msgstr ""
5475
b1b51268 5476#: gcc.c:5183
5b7874aa 5477#, c-format
1737c953 5478msgid "warning: use of obsolete %%[ operator in specs"
d51681a7
PT
5479msgstr ""
5480
b1b51268 5481#: gcc.c:5201
9e620082 5482#, c-format
5b7874aa 5483msgid "Processing spec %c%s%c, which is '%s'\n"
d51681a7
PT
5484msgstr ""
5485
b1b51268 5486#: gcc.c:5264
9e620082 5487#, c-format
1737c953 5488msgid "spec failure: unrecognized spec option '%c'"
d51681a7
PT
5489msgstr ""
5490
b1b51268 5491#: gcc.c:5343
a47a6810
JM
5492#, c-format
5493msgid "unknown spec function `%s'"
5494msgstr ""
5495
b1b51268 5496#: gcc.c:5362
a47a6810
JM
5497#, c-format
5498msgid "error in args to spec function `%s'"
5499msgstr ""
5500
b1b51268 5501#: gcc.c:5410
a47a6810 5502msgid "malformed spec function name"
d51681a7
PT
5503msgstr ""
5504
a47a6810 5505#. )
b1b51268 5506#: gcc.c:5413
a47a6810
JM
5507msgid "no arguments for spec function"
5508msgstr ""
5509
b1b51268 5510#: gcc.c:5432
a47a6810
JM
5511msgid "malformed spec function arguments"
5512msgstr ""
5513
b1b51268 5514#: gcc.c:6159
b97e55da
JM
5515msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5516msgstr ""
5517
b1b51268 5518#: gcc.c:6169
b97e55da
JM
5519msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5520msgstr ""
5521
b1b51268 5522#: gcc.c:6262
d51681a7 5523#, c-format
5b7874aa 5524msgid "unrecognized option `-%s'"
d51681a7
PT
5525msgstr ""
5526
b1b51268 5527#: gcc.c:6268
5b7874aa
ZW
5528#, c-format
5529msgid "install: %s%s\n"
d51681a7
PT
5530msgstr ""
5531
b1b51268 5532#: gcc.c:6269
5b7874aa
ZW
5533#, c-format
5534msgid "programs: %s\n"
d51681a7
PT
5535msgstr ""
5536
b1b51268 5537#: gcc.c:6270
5b7874aa
ZW
5538#, c-format
5539msgid "libraries: %s\n"
d51681a7
PT
5540msgstr ""
5541
b1b51268 5542#: gcc.c:6327
01b84e13 5543#, c-format
5b7874aa
ZW
5544msgid ""
5545"\n"
5546"For bug reporting instructions, please see:\n"
d51681a7
PT
5547msgstr ""
5548
b1b51268 5549#: gcc.c:6343
5b7874aa
ZW
5550#, c-format
5551msgid "Configured with: %s\n"
d51681a7
PT
5552msgstr ""
5553
b1b51268 5554#: gcc.c:6357
9e620082 5555#, c-format
5b7874aa 5556msgid "Thread model: %s\n"
d51681a7
PT
5557msgstr ""
5558
b1b51268 5559#: gcc.c:6368
5b7874aa
ZW
5560#, c-format
5561msgid "gcc version %s\n"
d51681a7
PT
5562msgstr ""
5563
b1b51268 5564#: gcc.c:6370
5b7874aa
ZW
5565#, c-format
5566msgid "gcc driver version %s executing gcc version %s\n"
d51681a7
PT
5567msgstr ""
5568
b1b51268 5569#: gcc.c:6378
1737c953 5570msgid "no input files"
d51681a7
PT
5571msgstr ""
5572
b1b51268 5573#: gcc.c:6449 gcc.c:6512
5b7874aa 5574#, c-format
b1b51268 5575msgid "%s: %s compiler not installed on this system"
d51681a7
PT
5576msgstr ""
5577
b1b51268 5578#: gcc.c:6595
5b7874aa 5579#, c-format
b1b51268 5580msgid "%s: linker input file unused because linking not done"
d51681a7
PT
5581msgstr ""
5582
b1b51268 5583#: gcc.c:6635
9e620082 5584#, c-format
5b7874aa 5585msgid "language %s not recognized"
d51681a7
PT
5586msgstr ""
5587
b1b51268 5588#: gcc.c:6732
1737c953 5589msgid "internal gcc abort"
d51681a7
PT
5590msgstr ""
5591
b97e55da 5592#: gcov.c:384
5b7874aa 5593msgid "Internal gcov abort.\n"
d51681a7
PT
5594msgstr ""
5595
b97e55da 5596#: gcov.c:397
1737c953
JM
5597msgid ""
5598"Usage: gcov [OPTION]... SOURCEFILE\n"
5599"\n"
5600msgstr ""
5601
b97e55da 5602#: gcov.c:398
1737c953
JM
5603msgid ""
5604"Print code coverage information.\n"
5605"\n"
5606msgstr ""
5607
b97e55da 5608#: gcov.c:399
1737c953
JM
5609msgid " -h, --help Print this help, then exit\n"
5610msgstr ""
5611
b97e55da 5612#: gcov.c:400
1737c953 5613msgid " -v, --version Print version number, then exit\n"
d51681a7
PT
5614msgstr ""
5615
b97e55da
JM
5616#: gcov.c:401
5617msgid ""
5618" -a, --all-blocks Show information for every basic block\n"
5619msgstr ""
5620
5621#: gcov.c:402
1737c953
JM
5622msgid ""
5623" -b, --branch-probabilities Include branch probabilities in output\n"
5624msgstr ""
5625
b97e55da 5626#: gcov.c:403
1737c953
JM
5627msgid ""
5628" -c, --branch-counts Given counts of branches taken\n"
5629" rather than percentages\n"
5630msgstr ""
5631
b97e55da 5632#: gcov.c:405
1737c953
JM
5633msgid " -n, --no-output Do not create an output file\n"
5634msgstr ""
5635
b97e55da 5636#: gcov.c:406
1737c953
JM
5637msgid ""
5638" -l, --long-file-names Use long output file names for included\n"
5639" source files\n"
5640msgstr ""
5641
b97e55da 5642#: gcov.c:408
1737c953
JM
5643msgid " -f, --function-summaries Output summaries for each function\n"
5644msgstr ""
5645
b97e55da 5646#: gcov.c:409
a47a6810
JM
5647msgid ""
5648" -o, --object-directory DIR|FILE Search for object files in DIR or called "
5649"FILE\n"
5650msgstr ""
5651
b97e55da 5652#: gcov.c:410
a47a6810 5653msgid " -p, --preserve-paths Preserve all pathname components\n"
1737c953
JM
5654msgstr ""
5655
b97e55da
JM
5656#: gcov.c:411
5657msgid ""
5658" -u, --unconditional-branches Show unconditional branch counts too\n"
5659msgstr ""
5660
5661#: gcov.c:412
1737c953
JM
5662#, c-format
5663msgid ""
5664"\n"
5665"For bug reporting instructions, please see:\n"
5666"%s.\n"
5667msgstr ""
5668
b97e55da 5669#: gcov.c:422
1737c953 5670#, c-format
b97e55da
JM
5671msgid "gcov (GCC) %s\n"
5672msgstr ""
5673
b1b51268 5674#: gcov.c:426
b97e55da
JM
5675msgid ""
5676"This is free software; see the source for copying conditions.\n"
5677"There is NO warranty; not even for MERCHANTABILITY or \n"
5678"FITNESS FOR A PARTICULAR PURPOSE.\n"
5679"\n"
1737c953
JM
5680msgstr ""
5681
b1b51268 5682#: gcov.c:516
a47a6810
JM
5683#, c-format
5684msgid "%s:no functions found\n"
1737c953
JM
5685msgstr ""
5686
b1b51268 5687#: gcov.c:537 gcov.c:565
a47a6810 5688msgid "\n"
d51681a7
PT
5689msgstr ""
5690
b1b51268 5691#: gcov.c:552
9e620082 5692#, c-format
a47a6810 5693msgid "%s:creating `%s'\n"
d51681a7
PT
5694msgstr ""
5695
b1b51268 5696#: gcov.c:556
a47a6810
JM
5697#, c-format
5698msgid "%s:error writing output file `%s'\n"
d51681a7
PT
5699msgstr ""
5700
b1b51268 5701#: gcov.c:561
5b7874aa 5702#, c-format
a47a6810 5703msgid "%s:could not open output file `%s'\n"
d51681a7
PT
5704msgstr ""
5705
b1b51268 5706#: gcov.c:712
5b7874aa 5707#, c-format
a47a6810 5708msgid "%s:cannot open graph file\n"
d51681a7
PT
5709msgstr ""
5710
b1b51268 5711#: gcov.c:718
a47a6810
JM
5712#, c-format
5713msgid "%s:not a gcov graph file\n"
d51681a7
PT
5714msgstr ""
5715
b1b51268 5716#: gcov.c:731
a47a6810
JM
5717#, c-format
5718msgid "%s:version `%.4s', prefer `%.4s'\n"
d51681a7
PT
5719msgstr ""
5720
b1b51268 5721#: gcov.c:783
5b7874aa 5722#, c-format
a47a6810 5723msgid "%s:already seen blocks for `%s'\n"
d51681a7
PT
5724msgstr ""
5725
b1b51268 5726#: gcov.c:904 gcov.c:1063
9e620082 5727#, c-format
a47a6810 5728msgid "%s:corrupted\n"
d51681a7
PT
5729msgstr ""
5730
b1b51268 5731#: gcov.c:977
5b7874aa 5732#, c-format
a47a6810 5733msgid "%s:cannot open data file\n"
d51681a7
PT
5734msgstr ""
5735
b1b51268 5736#: gcov.c:982
5b7874aa 5737#, c-format
a47a6810 5738msgid "%s:not a gcov data file\n"
d51681a7
PT
5739msgstr ""
5740
b1b51268 5741#: gcov.c:995
5b7874aa 5742#, c-format
a47a6810 5743msgid "%s:version `%.4s', prefer version `%.4s'\n"
d51681a7
PT
5744msgstr ""
5745
b1b51268 5746#: gcov.c:1001
b97e55da
JM
5747#, c-format
5748msgid "%s:stamp mismatch with graph file\n"
5749msgstr ""
5750
b1b51268 5751#: gcov.c:1027
5b7874aa 5752#, c-format
b97e55da 5753msgid "%s:unknown function `%u'\n"
d51681a7
PT
5754msgstr ""
5755
b1b51268 5756#: gcov.c:1040
5b7874aa 5757#, c-format
a47a6810 5758msgid "%s:profile mismatch for `%s'\n"
d51681a7
PT
5759msgstr ""
5760
b1b51268 5761#: gcov.c:1063
b97e55da
JM
5762#, c-format
5763msgid "%s:overflowed\n"
5764msgstr ""
5765
b1b51268 5766#: gcov.c:1086
9e620082 5767#, c-format
a47a6810 5768msgid "%s:`%s' lacks entry and/or exit blocks\n"
d51681a7
PT
5769msgstr ""
5770
b1b51268 5771#: gcov.c:1091
9e620082 5772#, c-format
a47a6810 5773msgid "%s:`%s' has arcs to entry block\n"
d51681a7
PT
5774msgstr ""
5775
b1b51268 5776#: gcov.c:1099
9e620082 5777#, c-format
a47a6810 5778msgid "%s:`%s' has arcs from exit block\n"
d51681a7
PT
5779msgstr ""
5780
b1b51268 5781#: gcov.c:1307
9e620082 5782#, c-format
a47a6810 5783msgid "%s:graph is unsolvable for `%s'\n"
d51681a7
PT
5784msgstr ""
5785
b1b51268 5786#: gcov.c:1387
9e620082 5787#, c-format
a47a6810 5788msgid "%s `%s'\n"
d51681a7
PT
5789msgstr ""
5790
b1b51268 5791#: gcov.c:1390
5b7874aa 5792#, c-format
a47a6810 5793msgid "Lines executed:%s of %d\n"
d51681a7
PT
5794msgstr ""
5795
b1b51268 5796#: gcov.c:1394
a47a6810 5797msgid "No executable lines"
d51681a7
PT
5798msgstr ""
5799
b1b51268 5800#: gcov.c:1400
5b7874aa 5801#, c-format
a47a6810 5802msgid "Branches executed:%s of %d\n"
d51681a7
PT
5803msgstr ""
5804
b1b51268 5805#: gcov.c:1404
5b7874aa 5806#, c-format
a47a6810 5807msgid "Taken at least once:%s of %d\n"
d51681a7
PT
5808msgstr ""
5809
b1b51268 5810#: gcov.c:1410
a47a6810 5811msgid "No branches\n"
d51681a7
PT
5812msgstr ""
5813
b1b51268 5814#: gcov.c:1412
5b7874aa 5815#, c-format
a47a6810 5816msgid "Calls executed:%s of %d\n"
d51681a7
PT
5817msgstr ""
5818
b1b51268 5819#: gcov.c:1416
a47a6810 5820msgid "No calls\n"
4ba01ed2
PT
5821msgstr ""
5822
b1b51268 5823#: gcov.c:1557
5b7874aa 5824#, c-format
a47a6810 5825msgid "%s:no lines for `%s'\n"
4ba01ed2
PT
5826msgstr ""
5827
b1b51268 5828#: gcov.c:1752
5b7874aa 5829#, c-format
b97e55da 5830msgid "call %2d returned %s\n"
d51681a7
PT
5831msgstr ""
5832
b1b51268 5833#: gcov.c:1757
5b7874aa 5834#, c-format
b97e55da 5835msgid "call %2d never executed\n"
d51681a7
PT
5836msgstr ""
5837
b1b51268 5838#: gcov.c:1762
5b7874aa 5839#, c-format
b97e55da 5840msgid "branch %2d taken %s%s\n"
d51681a7
PT
5841msgstr ""
5842
b1b51268 5843#: gcov.c:1766
5b7874aa 5844#, c-format
b97e55da 5845msgid "branch %2d never executed\n"
d51681a7
PT
5846msgstr ""
5847
b1b51268 5848#: gcov.c:1771
5b7874aa 5849#, c-format
b97e55da 5850msgid "unconditional %2d taken %s\n"
d51681a7
PT
5851msgstr ""
5852
b1b51268 5853#: gcov.c:1774
5b7874aa 5854#, c-format
b97e55da 5855msgid "unconditional %2d never executed\n"
d51681a7
PT
5856msgstr ""
5857
b1b51268 5858#: gcov.c:1806
5b7874aa 5859#, c-format
b97e55da 5860msgid "%s:cannot open source file\n"
d51681a7
PT
5861msgstr ""
5862
b1b51268 5863#: gcov.c:1816
5b7874aa 5864#, c-format
b97e55da
JM
5865msgid "%s:source file is newer than graph file `%s'\n"
5866msgstr ""
5867
5868#. Return if there's nothing to do, or it is too expensive.
b4117c30 5869#: gcse.c:708
b97e55da
JM
5870msgid "GCSE disabled"
5871msgstr ""
5872
01b84e13 5873#. Return if there's nothing to do, or it is too expensive.
b4117c30 5874#: gcse.c:6891
b97e55da 5875msgid "jump bypassing disabled"
d51681a7
PT
5876msgstr ""
5877
b4117c30 5878#: gcse.c:6952
5b7874aa 5879#, c-format
b97e55da 5880msgid "%s: %d basic blocks and %d edges/basic block"
d51681a7
PT
5881msgstr ""
5882
b4117c30 5883#: gcse.c:6965
d9b2742a 5884#, c-format
b97e55da 5885msgid "%s: %d basic blocks and %d registers"
d9b2742a
ZW
5886msgstr ""
5887
b1b51268
JM
5888#: ggc-common.c:400 ggc-common.c:408 ggc-common.c:476 ggc-common.c:496
5889#: ggc-page.c:2220 ggc-page.c:2252 ggc-page.c:2259 ggc-zone.c:1387
5890#: ggc-zone.c:1393 ggc-zone.c:1402
b97e55da
JM
5891#, c-format
5892msgid "can't write PCH file: %m"
5893msgstr ""
5894
b1b51268 5895#: ggc-common.c:489
b97e55da
JM
5896#, c-format
5897msgid "can't get position in PCH file: %m"
5898msgstr ""
5899
b1b51268 5900#: ggc-common.c:499
b97e55da
JM
5901#, c-format
5902msgid "can't write padding to PCH file: %m"
5903msgstr ""
5904
b1b51268
JM
5905#: ggc-common.c:552 ggc-common.c:560 ggc-common.c:567 ggc-common.c:570
5906#: ggc-common.c:580 ggc-common.c:583 ggc-page.c:2347 ggc-zone.c:1412
b97e55da
JM
5907#, c-format
5908msgid "can't read PCH file: %m"
5909msgstr ""
5910
b1b51268 5911#: ggc-common.c:575
b97e55da
JM
5912msgid "had to relocate PCH"
5913msgstr ""
5914
b1b51268 5915#: ggc-page.c:1447
b97e55da
JM
5916#, c-format
5917msgid "open /dev/zero: %m"
5918msgstr ""
5919
b1b51268 5920#: ggc-page.c:2237 ggc-page.c:2243
b97e55da
JM
5921msgid "can't write PCH file"
5922msgstr ""
5923
b1b51268
JM
5924#: gimplify.c:2746
5925#, c-format
5926msgid "invalid lvalue in asm output %d"
5927msgstr ""
5928
5929#: gimplify.c:2794
5930#, c-format
5931msgid "memory input %d is not directly addressable"
5932msgstr ""
5933
01b84e13
JM
5934#: global.c:356 global.c:369 global.c:383
5935#, c-format
5936msgid "%s cannot be used in asm here"
5937msgstr ""
5938
b4117c30 5939#: graph.c:403 passes.c:267 toplev.c:2499 java/jcf-parse.c:883
b1b51268 5940#: java/jcf-parse.c:1029 java/lex.c:1828 objc/objc-act.c:501
01b84e13
JM
5941#, c-format
5942msgid "can't open %s: %m"
b97e55da
JM
5943msgstr ""
5944
01b84e13 5945#: haifa-sched.c:196
b97e55da
JM
5946#, c-format
5947msgid "fix_sched_param: unknown param: %s"
5948msgstr ""
5949
b1b51268 5950#: line-map.c:310
a47a6810
JM
5951#, c-format
5952msgid "In file included from %s:%u"
5953msgstr ""
5954
5955#. Translators note: this message is used in conjunction
5956#. with "In file included from %s:%ld" and some other
5957#. tricks. We want something like this:
5958#.
5959#. | In file included from sys/select.h:123,
5960#. | from sys/types.h:234,
5961#. | from userfile.c:31:
5962#. | bits/select.h:45: <error message here>
5963#.
5964#. with all the "from"s lined up.
5965#. The trailing comma is at the beginning of this message,
5966#. and the trailing colon is not translated.
b1b51268 5967#: line-map.c:328
a47a6810
JM
5968#, c-format
5969msgid ""
5970",\n"
5971" from %s:%u"
5972msgstr ""
5973
b97e55da 5974#. What to print when a switch has no documentation.
b1b51268 5975#: opts.c:150
b97e55da
JM
5976msgid "This switch lacks documentation"
5977msgstr ""
5978
5979#. Eventually this should become a hard error IMO.
b1b51268 5980#: opts.c:319
a47a6810 5981#, c-format
b97e55da 5982msgid "command line option \"%s\" is valid for %s but not for %s"
a47a6810
JM
5983msgstr ""
5984
b1b51268 5985#: opts.c:407
a47a6810 5986#, c-format
b97e55da 5987msgid "missing argument to \"%s\""
a47a6810
JM
5988msgstr ""
5989
b1b51268 5990#: opts.c:417
a47a6810 5991#, c-format
b97e55da 5992msgid "argument to \"%s\" should be a non-negative integer"
a47a6810
JM
5993msgstr ""
5994
b1b51268 5995#: opts.c:464
a47a6810 5996#, c-format
b97e55da 5997msgid "unrecognized command line option \"%s\""
a47a6810
JM
5998msgstr ""
5999
b1b51268 6000#: opts.c:673
b97e55da
JM
6001msgid "-Wuninitialized is not supported without -O"
6002msgstr ""
6003
b1b51268
JM
6004#: opts.c:687
6005msgid "-freorder-blocks-and-partition does not work with exceptions"
6006msgstr ""
6007
6008#: opts.c:1429
a47a6810 6009#, c-format
b97e55da 6010msgid "unrecognized register name \"%s\""
a47a6810
JM
6011msgstr ""
6012
b1b51268 6013#: opts.c:1473
a47a6810 6014#, c-format
b97e55da
JM
6015msgid "unknown tls-model \"%s\""
6016msgstr ""
6017
b1b51268
JM
6018#: opts.c:1538
6019msgid "Andersen's PTA not available - libbanshee not compiled."
6020msgstr ""
6021
6022#: opts.c:1544
6023#, c-format
6024msgid "`%s`: unknown points-to analysis algorithm"
6025msgstr ""
6026
6027#: opts.c:1674
a47a6810 6028#, c-format
b97e55da 6029msgid "%s: --param arguments should be of the form NAME=VALUE"
a47a6810
JM
6030msgstr ""
6031
b1b51268 6032#: opts.c:1679
a47a6810 6033#, c-format
b97e55da
JM
6034msgid "invalid --param value `%s'"
6035msgstr ""
6036
b1b51268 6037#: opts.c:1775
b97e55da 6038msgid "target system does not support debug output"
a47a6810
JM
6039msgstr ""
6040
b1b51268 6041#: opts.c:1782
a47a6810 6042#, c-format
b97e55da 6043msgid "debug format \"%s\" conflicts with prior selection"
a47a6810
JM
6044msgstr ""
6045
b1b51268 6046#: opts.c:1798
a47a6810 6047#, c-format
b97e55da 6048msgid "unrecognised debug output level \"%s\""
a47a6810
JM
6049msgstr ""
6050
b1b51268 6051#: opts.c:1800
a47a6810 6052#, c-format
b97e55da
JM
6053msgid "debug output level %s is too high"
6054msgstr ""
6055
b1b51268 6056#: opts.c:1819
b97e55da
JM
6057msgid "The following options are language-independent:\n"
6058msgstr ""
6059
b1b51268 6060#: opts.c:1826
b97e55da
JM
6061#, c-format
6062msgid ""
6063"The %s front end recognizes the following options:\n"
6064"\n"
6065msgstr ""
6066
b1b51268 6067#: opts.c:1840
b97e55da
JM
6068msgid "The --param option recognizes the following as parameters:\n"
6069msgstr ""
6070
6071#. If we didn't find this parameter, issue an error message.
6072#: params.c:76
6073#, c-format
6074msgid "invalid parameter `%s'"
a47a6810
JM
6075msgstr ""
6076
b1b51268
JM
6077#: passes.c:397
6078msgid "%Hinvalid register name `%s' for register variable"
6079msgstr ""
6080
b4117c30 6081#: passes.c:1783
b1b51268
JM
6082msgid ""
6083"branch target register load optimization is not intended to be run twice"
6084msgstr ""
6085
6086#: profile.c:282
b97e55da
JM
6087msgid "corrupted profile info: run_max * runs < sum_max"
6088msgstr ""
6089
b1b51268 6090#: profile.c:288
b97e55da
JM
6091msgid "corrupted profile info: sum_all is smaller than sum_max"
6092msgstr ""
6093
b1b51268 6094#: profile.c:330
b97e55da
JM
6095#, c-format
6096msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
6097msgstr ""
6098
b1b51268 6099#: profile.c:493
b97e55da
JM
6100#, c-format
6101msgid ""
6102"corrupted profile info: number of iterations for basic block %d thought to "
6103"be %i"
6104msgstr ""
6105
b1b51268 6106#: profile.c:514
b97e55da
JM
6107#, c-format
6108msgid ""
6109"corrupted profile info: number of executions for edge %d-%d thought to be %i"
6110msgstr ""
6111
6112#: protoize.c:534
a47a6810
JM
6113#, c-format
6114msgid "%s: internal abort\n"
6115msgstr ""
6116
b97e55da 6117#: protoize.c:592
a47a6810
JM
6118#, c-format
6119msgid "%s: error writing file `%s': %s\n"
6120msgstr ""
6121
b97e55da 6122#: protoize.c:636
a47a6810
JM
6123#, c-format
6124msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6125msgstr ""
6126
b97e55da 6127#: protoize.c:639
a47a6810
JM
6128#, c-format
6129msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6130msgstr ""
6131
b97e55da 6132#: protoize.c:745
a47a6810
JM
6133#, c-format
6134msgid "%s: warning: no read access for file `%s'\n"
6135msgstr ""
6136
b97e55da 6137#: protoize.c:753
a47a6810
JM
6138#, c-format
6139msgid "%s: warning: no write access for file `%s'\n"
6140msgstr ""
6141
b97e55da 6142#: protoize.c:761
a47a6810
JM
6143#, c-format
6144msgid "%s: warning: no write access for dir containing `%s'\n"
6145msgstr ""
6146
6147#. Catch cases like /.. where we try to backup to a
6148#. point above the absolute root of the logical file
6149#. system.
b97e55da 6150#: protoize.c:1148
a47a6810
JM
6151#, c-format
6152msgid "%s: invalid file name: %s\n"
6153msgstr ""
6154
b97e55da 6155#: protoize.c:1296
a47a6810
JM
6156#, c-format
6157msgid "%s: %s: can't get status: %s\n"
6158msgstr ""
6159
b97e55da 6160#: protoize.c:1317
a47a6810
JM
6161#, c-format
6162msgid ""
6163"\n"
6164"%s: fatal error: aux info file corrupted at line %d\n"
6165msgstr ""
6166
b97e55da 6167#: protoize.c:1646
a47a6810
JM
6168#, c-format
6169msgid "%s:%d: declaration of function `%s' takes different forms\n"
6170msgstr ""
6171
b97e55da 6172#: protoize.c:1901
a47a6810
JM
6173#, c-format
6174msgid "%s: compiling `%s'\n"
6175msgstr ""
6176
b97e55da 6177#: protoize.c:1924
a47a6810
JM
6178#, c-format
6179msgid "%s: wait: %s\n"
6180msgstr ""
6181
b97e55da 6182#: protoize.c:1929
a47a6810
JM
6183#, c-format
6184msgid "%s: subprocess got fatal signal %d\n"
6185msgstr ""
6186
b97e55da 6187#: protoize.c:1937
a47a6810
JM
6188#, c-format
6189msgid "%s: %s exited with status %d\n"
6190msgstr ""
6191
b97e55da 6192#: protoize.c:1986
5b7874aa
ZW
6193#, c-format
6194msgid "%s: warning: missing SYSCALLS file `%s'\n"
dc6746e7
PT
6195msgstr ""
6196
b97e55da 6197#: protoize.c:1995 protoize.c:2024
5b7874aa
ZW
6198#, c-format
6199msgid "%s: can't read aux info file `%s': %s\n"
dc6746e7
PT
6200msgstr ""
6201
b97e55da 6202#: protoize.c:2040 protoize.c:2068
9e620082 6203#, c-format
5b7874aa 6204msgid "%s: can't get status of aux info file `%s': %s\n"
dc6746e7
PT
6205msgstr ""
6206
b97e55da 6207#: protoize.c:2096
5b7874aa
ZW
6208#, c-format
6209msgid "%s: can't open aux info file `%s' for reading: %s\n"
dc6746e7
PT
6210msgstr ""
6211
b97e55da 6212#: protoize.c:2114
5b7874aa
ZW
6213#, c-format
6214msgid "%s: error reading aux info file `%s': %s\n"
4ba01ed2
PT
6215msgstr ""
6216
b97e55da 6217#: protoize.c:2127
5b7874aa
ZW
6218#, c-format
6219msgid "%s: error closing aux info file `%s': %s\n"
dc6746e7
PT
6220msgstr ""
6221
b97e55da 6222#: protoize.c:2143
5b7874aa
ZW
6223#, c-format
6224msgid "%s: can't delete aux info file `%s': %s\n"
dc6746e7
PT
6225msgstr ""
6226
b97e55da 6227#: protoize.c:2225 protoize.c:4195
5b7874aa
ZW
6228#, c-format
6229msgid "%s: can't delete file `%s': %s\n"
dc6746e7
PT
6230msgstr ""
6231
b97e55da 6232#: protoize.c:2303
5b7874aa
ZW
6233#, c-format
6234msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
dc6746e7
PT
6235msgstr ""
6236
b97e55da 6237#: protoize.c:2425
5b7874aa
ZW
6238#, c-format
6239msgid "%s: conflicting extern definitions of '%s'\n"
dc6746e7
PT
6240msgstr ""
6241
b97e55da 6242#: protoize.c:2429
5b7874aa
ZW
6243#, c-format
6244msgid "%s: declarations of '%s' will not be converted\n"
dc6746e7
PT
6245msgstr ""
6246
b97e55da 6247#: protoize.c:2431
5b7874aa
ZW
6248#, c-format
6249msgid "%s: conflict list for '%s' follows:\n"
dc6746e7
PT
6250msgstr ""
6251
b97e55da 6252#: protoize.c:2464
5b7874aa
ZW
6253#, c-format
6254msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
dc6746e7
PT
6255msgstr ""
6256
b97e55da 6257#: protoize.c:2504
5b7874aa
ZW
6258#, c-format
6259msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
d51681a7
PT
6260msgstr ""
6261
b97e55da 6262#: protoize.c:2510
5b7874aa
ZW
6263#, c-format
6264msgid "%s: %d: warning: no extern definition for `%s'\n"
7bf81eee
PT
6265msgstr ""
6266
b97e55da 6267#: protoize.c:2540
5b7874aa
ZW
6268#, c-format
6269msgid "%s: warning: no static definition for `%s' in file `%s'\n"
7bf81eee
PT
6270msgstr ""
6271
b97e55da 6272#: protoize.c:2546
5b7874aa
ZW
6273#, c-format
6274msgid "%s: multiple static defs of `%s' in file `%s'\n"
7bf81eee
PT
6275msgstr ""
6276
b97e55da 6277#: protoize.c:2716 protoize.c:2719
5b7874aa
ZW
6278#, c-format
6279msgid "%s: %d: warning: source too confusing\n"
7bf81eee
PT
6280msgstr ""
6281
b97e55da 6282#: protoize.c:2915
5b7874aa
ZW
6283#, c-format
6284msgid "%s: %d: warning: varargs function declaration not converted\n"
7bf81eee
PT
6285msgstr ""
6286
b97e55da 6287#: protoize.c:2930
5b7874aa
ZW
6288#, c-format
6289msgid "%s: declaration of function `%s' not converted\n"
7bf81eee
PT
6290msgstr ""
6291
b97e55da 6292#: protoize.c:3053
5b7874aa
ZW
6293#, c-format
6294msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
7bf81eee
PT
6295msgstr ""
6296
b97e55da 6297#: protoize.c:3074
5b7874aa
ZW
6298#, c-format
6299msgid ""
6300"\n"
6301"%s: warning: too few parameter lists in declaration of `%s'\n"
7bf81eee
PT
6302msgstr ""
6303
b97e55da 6304#: protoize.c:3170
5b7874aa
ZW
6305#, c-format
6306msgid "%s: %d: warning: found `%s' but expected `%s'\n"
7bf81eee
PT
6307msgstr ""
6308
b97e55da 6309#: protoize.c:3345
5b7874aa
ZW
6310#, c-format
6311msgid "%s: local declaration for function `%s' not inserted\n"
7bf81eee
PT
6312msgstr ""
6313
b97e55da 6314#: protoize.c:3372
5b7874aa
ZW
6315#, c-format
6316msgid ""
6317"\n"
6318"%s: %d: warning: can't add declaration of `%s' into macro call\n"
d51681a7
PT
6319msgstr ""
6320
b97e55da 6321#: protoize.c:3444
5b7874aa
ZW
6322#, c-format
6323msgid "%s: global declarations for file `%s' not inserted\n"
d51681a7
PT
6324msgstr ""
6325
b97e55da 6326#: protoize.c:3533 protoize.c:3563
5b7874aa
ZW
6327#, c-format
6328msgid "%s: definition of function `%s' not converted\n"
dc6746e7
PT
6329msgstr ""
6330
b97e55da 6331#: protoize.c:3552
5b7874aa
ZW
6332#, c-format
6333msgid "%s: %d: warning: definition of %s not converted\n"
dc6746e7
PT
6334msgstr ""
6335
b97e55da 6336#: protoize.c:3878
5b7874aa
ZW
6337#, c-format
6338msgid "%s: found definition of `%s' at %s(%d)\n"
dc6746e7
PT
6339msgstr ""
6340
5b7874aa
ZW
6341#. If we make it here, then we did not know about this
6342#. function definition.
b97e55da 6343#: protoize.c:3894
5b7874aa
ZW
6344#, c-format
6345msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
dc6746e7
PT
6346msgstr ""
6347
b97e55da 6348#: protoize.c:3897
5b7874aa
ZW
6349#, c-format
6350msgid "%s: function definition not converted\n"
dc6746e7
PT
6351msgstr ""
6352
b97e55da 6353#: protoize.c:3955
5b7874aa
ZW
6354#, c-format
6355msgid "%s: `%s' not converted\n"
dc6746e7
PT
6356msgstr ""
6357
b97e55da 6358#: protoize.c:3963
5b7874aa
ZW
6359#, c-format
6360msgid "%s: would convert file `%s'\n"
dc6746e7
PT
6361msgstr ""
6362
b97e55da 6363#: protoize.c:3966
5b7874aa
ZW
6364#, c-format
6365msgid "%s: converting file `%s'\n"
dc6746e7
PT
6366msgstr ""
6367
b97e55da 6368#: protoize.c:3976
5b7874aa
ZW
6369#, c-format
6370msgid "%s: can't get status for file `%s': %s\n"
dc6746e7
PT
6371msgstr ""
6372
b97e55da 6373#: protoize.c:4018
5b7874aa
ZW
6374#, c-format
6375msgid "%s: can't open file `%s' for reading: %s\n"
7bf81eee
PT
6376msgstr ""
6377
b97e55da 6378#: protoize.c:4033
5b7874aa
ZW
6379#, c-format
6380msgid ""
6381"\n"
6382"%s: error reading input file `%s': %s\n"
7bf81eee
PT
6383msgstr ""
6384
b97e55da 6385#: protoize.c:4067
5b7874aa
ZW
6386#, c-format
6387msgid "%s: can't create/open clean file `%s': %s\n"
7bf81eee
PT
6388msgstr ""
6389
b97e55da 6390#: protoize.c:4172
5b7874aa
ZW
6391#, c-format
6392msgid "%s: warning: file `%s' already saved in `%s'\n"
7bf81eee
PT
6393msgstr ""
6394
b97e55da 6395#: protoize.c:4180
5b7874aa
ZW
6396#, c-format
6397msgid "%s: can't link file `%s' to `%s': %s\n"
dc6746e7
PT
6398msgstr ""
6399
b97e55da 6400#: protoize.c:4210
5b7874aa
ZW
6401#, c-format
6402msgid "%s: can't create/open output file `%s': %s\n"
dc6746e7
PT
6403msgstr ""
6404
b97e55da 6405#: protoize.c:4243
5b7874aa
ZW
6406#, c-format
6407msgid "%s: can't change mode of file `%s': %s\n"
dc6746e7
PT
6408msgstr ""
6409
b97e55da 6410#: protoize.c:4416
5b7874aa
ZW
6411#, c-format
6412msgid "%s: cannot get working directory: %s\n"
d51681a7
PT
6413msgstr ""
6414
b97e55da 6415#: protoize.c:4514
5b7874aa
ZW
6416#, c-format
6417msgid "%s: input file names must have .c suffixes: %s\n"
d51681a7
PT
6418msgstr ""
6419
01b84e13 6420#: ra.c:750
a47a6810 6421msgid "Didn't find a coloring.\n"
7bbf788c
PT
6422msgstr ""
6423
b4117c30 6424#: reg-stack.c:672
7bbf788c
PT
6425#, c-format
6426msgid "output constraint %d must specify a single register"
6427msgstr ""
6428
b4117c30 6429#: reg-stack.c:682
9e620082 6430#, c-format
1737c953 6431msgid "output constraint %d cannot be specified together with \"%s\" clobber"
d51681a7
PT
6432msgstr ""
6433
b4117c30 6434#: reg-stack.c:705
1737c953 6435msgid "output regs must be grouped at top of stack"
d51681a7
PT
6436msgstr ""
6437
b4117c30 6438#: reg-stack.c:742
1737c953 6439msgid "implicitly popped regs must be grouped at top of stack"
d51681a7
PT
6440msgstr ""
6441
b4117c30 6442#: reg-stack.c:761
9e620082 6443#, c-format
1737c953 6444msgid "output operand %d must use `&' constraint"
d51681a7
PT
6445msgstr ""
6446
b06c20ee 6447#: regclass.c:750
9e620082 6448#, c-format
5b7874aa 6449msgid "can't use '%s' as a %s register"
d51681a7
PT
6450msgstr ""
6451
b1b51268 6452#: regclass.c:765 config/ia64/ia64.c:4686 config/ia64/ia64.c:4693
9e620082 6453#, c-format
5b7874aa 6454msgid "unknown register name: %s"
d51681a7
PT
6455msgstr ""
6456
b06c20ee 6457#: regclass.c:775
5b7874aa 6458msgid "global register variable follows a function definition"
d51681a7
PT
6459msgstr ""
6460
b06c20ee 6461#: regclass.c:779
5b7874aa 6462msgid "register used for two global register variables"
d51681a7
PT
6463msgstr ""
6464
b06c20ee 6465#: regclass.c:784
5b7874aa 6466msgid "call-clobbered register used for global register variable"
d51681a7
PT
6467msgstr ""
6468
b1b51268 6469#: regrename.c:1847
1737c953
JM
6470#, c-format
6471msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6472msgstr ""
6473
b1b51268 6474#: regrename.c:1859
1737c953
JM
6475#, c-format
6476msgid "validate_value_data: Loop in regno chain (%u)"
6477msgstr ""
6478
b1b51268 6479#: regrename.c:1862
1737c953
JM
6480#, c-format
6481msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6482msgstr ""
6483
b1b51268 6484#: regrename.c:1874
1737c953
JM
6485#, c-format
6486msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6487msgstr ""
6488
b1b51268 6489#: reload.c:1261
5b7874aa 6490msgid "cannot reload integer constant operand in `asm'"
d51681a7
PT
6491msgstr ""
6492
b1b51268 6493#: reload.c:1283
5b7874aa 6494msgid "impossible register constraint in `asm'"
d51681a7
PT
6495msgstr ""
6496
b1b51268 6497#: reload.c:3508
5b7874aa 6498msgid "`&' constraint used with no register class"
d51681a7
PT
6499msgstr ""
6500
b1b51268 6501#: reload.c:3676
1737c953 6502msgid "unable to generate reloads for:"
d51681a7
PT
6503msgstr ""
6504
b1b51268 6505#: reload.c:3677 reload.c:3889
5b7874aa 6506msgid "inconsistent operand constraints in an `asm'"
d51681a7
PT
6507msgstr ""
6508
b1b51268 6509#: reload1.c:1226
5b7874aa 6510msgid "frame size too large for reliable stack checking"
d51681a7
PT
6511msgstr ""
6512
b1b51268 6513#: reload1.c:1229
5b7874aa 6514msgid "try reducing the number of local variables"
d51681a7
PT
6515msgstr ""
6516
b1b51268 6517#: reload1.c:1882
9e620082 6518#, c-format
1737c953 6519msgid "can't find a register in class `%s' while reloading `asm'"
d51681a7
PT
6520msgstr ""
6521
b1b51268 6522#: reload1.c:1886
9e620082 6523#, c-format
1737c953 6524msgid "unable to find a register to spill in class `%s'"
d51681a7
PT
6525msgstr ""
6526
b1b51268 6527#: reload1.c:1888
1737c953 6528msgid "this is the insn:"
d51681a7
PT
6529msgstr ""
6530
b1b51268 6531#: reload1.c:3908
5b7874aa 6532msgid "`asm' operand requires impossible reload"
dc6746e7
PT
6533msgstr ""
6534
5b7874aa 6535#. It's the compiler's fault.
b1b51268 6536#: reload1.c:5023
1737c953 6537msgid "could not find a spill register"
dc6746e7
PT
6538msgstr ""
6539
b1b51268 6540#: reload1.c:5028
5b7874aa 6541msgid "`asm' operand constraint incompatible with operand size"
d51681a7
PT
6542msgstr ""
6543
5b7874aa 6544#. It's the compiler's fault.
b1b51268 6545#: reload1.c:6650
5b7874aa 6546msgid "VOIDmode on an output"
d51681a7
PT
6547msgstr ""
6548
b1b51268 6549#: reload1.c:6651
5b7874aa 6550msgid "output operand is constant in `asm'"
dc6746e7
PT
6551msgstr ""
6552
b97e55da 6553#: rtl-error.c:124
1737c953 6554msgid "unrecognizable insn:"
5b7874aa
ZW
6555msgstr ""
6556
b97e55da 6557#: rtl-error.c:126
1737c953 6558msgid "insn does not satisfy its constraints:"
9e620082
ZW
6559msgstr ""
6560
b1b51268 6561#: rtl.c:484
9e620082 6562#, c-format
5b7874aa 6563msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
9e620082
ZW
6564msgstr ""
6565
b1b51268 6566#: rtl.c:494
9e620082 6567#, c-format
5b7874aa
ZW
6568msgid ""
6569"RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
9e620082
ZW
6570msgstr ""
6571
b1b51268 6572#: rtl.c:504
9e620082 6573#, c-format
5b7874aa
ZW
6574msgid ""
6575"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6576"s:%d"
9e620082
ZW
6577msgstr ""
6578
b1b51268 6579#: rtl.c:513
9e620082 6580#, c-format
5b7874aa 6581msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
9e620082
ZW
6582msgstr ""
6583
b1b51268 6584#: rtl.c:523
9e620082 6585#, c-format
5b7874aa 6586msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
9e620082
ZW
6587msgstr ""
6588
b1b51268 6589#: rtl.c:534
5b7874aa
ZW
6590#, c-format
6591msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
9e620082
ZW
6592msgstr ""
6593
b1b51268 6594#: rtl.c:545
a47a6810
JM
6595#, c-format
6596msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6597msgstr ""
6598
b1b51268 6599#: stmt.c:666
9e620082 6600#, c-format
5b7874aa 6601msgid "jump to `%s' invalidly jumps into binding contour"
9e620082
ZW
6602msgstr ""
6603
b1b51268 6604#: stmt.c:893 stmt.c:3647
b97e55da 6605msgid "%Jlabel '%D' used before containing binding contour"
9e620082
ZW
6606msgstr ""
6607
b1b51268 6608#: stmt.c:1072
5b7874aa 6609msgid "output operand constraint lacks `='"
9e620082
ZW
6610msgstr ""
6611
b1b51268 6612#: stmt.c:1087
5b7874aa
ZW
6613#, c-format
6614msgid "output constraint `%c' for operand %d is not at the beginning"
9e620082
ZW
6615msgstr ""
6616
b1b51268 6617#: stmt.c:1109
1737c953 6618msgid "operand constraint contains incorrectly positioned '+' or '='"
9e620082
ZW
6619msgstr ""
6620
b1b51268 6621#: stmt.c:1115 stmt.c:1214
9e620082 6622#, c-format
5b7874aa 6623msgid "`%%' constraint used with last operand"
9e620082
ZW
6624msgstr ""
6625
b1b51268 6626#: stmt.c:1134
5b7874aa 6627msgid "matching constraint not valid in output operand"
9e620082
ZW
6628msgstr ""
6629
b1b51268 6630#: stmt.c:1205
9e620082 6631#, c-format
9d967a7e 6632msgid "input operand constraint contains `%c'"
9e620082
ZW
6633msgstr ""
6634
b1b51268 6635#: stmt.c:1247
9d967a7e 6636msgid "matching constraint references invalid operand number"
9e620082
ZW
6637msgstr ""
6638
b1b51268 6639#: stmt.c:1285
9e620082 6640#, c-format
9d967a7e 6641msgid "invalid punctuation `%c' in constraint"
9e620082
ZW
6642msgstr ""
6643
b1b51268 6644#: stmt.c:1309
01b84e13
JM
6645msgid "matching constraint does not allow a register"
6646msgstr ""
6647
b1b51268 6648#: stmt.c:1364
a47a6810
JM
6649#, c-format
6650msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6651msgstr ""
6652
b1b51268 6653#: stmt.c:1452
5b7874aa 6654#, c-format
9d967a7e 6655msgid "unknown register name `%s' in `asm'"
9e620082
ZW
6656msgstr ""
6657
b1b51268 6658#: stmt.c:1460
a47a6810
JM
6659#, c-format
6660msgid "PIC register `%s' clobbered in `asm'"
6661msgstr ""
6662
b1b51268 6663#: stmt.c:1509
5b7874aa 6664#, c-format
9d967a7e 6665msgid "more than %d operands in `asm'"
9e620082
ZW
6666msgstr ""
6667
b1b51268 6668#: stmt.c:1571
5b7874aa 6669#, c-format
9d967a7e 6670msgid "output number %d not directly addressable"
9e620082
ZW
6671msgstr ""
6672
b1b51268 6673#: stmt.c:1649
5b7874aa
ZW
6674#, c-format
6675msgid "asm operand %d probably doesn't match constraints"
9e620082
ZW
6676msgstr ""
6677
b1b51268 6678#: stmt.c:1659
b97e55da
JM
6679#, c-format
6680msgid "use of memory input without lvalue in asm operand %d is deprecated"
6681msgstr ""
6682
b1b51268 6683#: stmt.c:1813
a47a6810
JM
6684msgid "asm clobber conflict with output operand"
6685msgstr ""
6686
b1b51268 6687#: stmt.c:1818
a47a6810
JM
6688msgid "asm clobber conflict with input operand"
6689msgstr ""
6690
b1b51268 6691#: stmt.c:1898
5b7874aa
ZW
6692msgid "too many alternatives in `asm'"
6693msgstr ""
6694
b1b51268 6695#: stmt.c:1910
5b7874aa 6696msgid "operand constraints for `asm' differ in number of alternatives"
9e620082
ZW
6697msgstr ""
6698
b1b51268 6699#: stmt.c:1962
9e620082 6700#, c-format
5b7874aa
ZW
6701msgid "duplicate asm operand name '%s'"
6702msgstr ""
6703
b1b51268 6704#: stmt.c:2060
5b7874aa 6705msgid "missing close brace for named operand"
9e620082
ZW
6706msgstr ""
6707
b1b51268 6708#: stmt.c:2088
9e620082 6709#, c-format
5b7874aa 6710msgid "undefined named operand '%s'"
9e620082
ZW
6711msgstr ""
6712
b1b51268 6713#: stmt.c:2145
b97e55da
JM
6714msgid "%Hstatement with no effect"
6715msgstr ""
6716
b1b51268 6717#: stmt.c:2301
b97e55da
JM
6718msgid "%Hvalue computed is not used"
6719msgstr ""
6720
b1b51268 6721#: stmt.c:3599
b97e55da
JM
6722msgid "%Junused variable '%D'"
6723msgstr ""
6724
b1b51268 6725#: stmt.c:4407
b97e55da 6726msgid "%Hunreachable code at beginning of %s"
9e620082
ZW
6727msgstr ""
6728
b1b51268 6729#: stor-layout.c:170
7bbf788c
PT
6730msgid "type size can't be explicitly evaluated"
6731msgstr ""
6732
b1b51268 6733#: stor-layout.c:172
5b7874aa 6734msgid "variable-size type declared outside of any function"
9e620082
ZW
6735msgstr ""
6736
b1b51268 6737#: stor-layout.c:553
b97e55da 6738msgid "%Jsize of '%D' is %d bytes"
9e620082
ZW
6739msgstr ""
6740
b1b51268 6741#: stor-layout.c:555
b97e55da 6742msgid "%Jsize of '%D' is larger than %d bytes"
9e620082
ZW
6743msgstr ""
6744
b4117c30 6745#: stor-layout.c:923
b97e55da 6746msgid "%Jpacked attribute causes inefficient alignment for '%D'"
9e620082
ZW
6747msgstr ""
6748
b4117c30 6749#: stor-layout.c:926
b97e55da 6750msgid "%Jpacked attribute is unnecessary for '%D'"
9e620082
ZW
6751msgstr ""
6752
b4117c30 6753#: stor-layout.c:942
b97e55da 6754msgid "%Jpadding struct to align '%D'"
9e620082
ZW
6755msgstr ""
6756
b4117c30 6757#: stor-layout.c:1285
5b7874aa 6758msgid "padding struct size to alignment boundary"
9e620082
ZW
6759msgstr ""
6760
b4117c30 6761#: stor-layout.c:1315
b97e55da
JM
6762#, c-format
6763msgid "packed attribute causes inefficient alignment for `%s'"
6764msgstr ""
6765
b4117c30 6766#: stor-layout.c:1317
b97e55da
JM
6767#, c-format
6768msgid "packed attribute is unnecessary for `%s'"
6769msgstr ""
6770
b4117c30 6771#: stor-layout.c:1322
5b7874aa 6772msgid "packed attribute causes inefficient alignment"
9e620082
ZW
6773msgstr ""
6774
b4117c30 6775#: stor-layout.c:1324
5b7874aa 6776msgid "packed attribute is unnecessary"
9e620082
ZW
6777msgstr ""
6778
b1b51268 6779#: targhooks.c:95
b97e55da
JM
6780msgid "__builtin_saveregs not supported by this target"
6781msgstr ""
6782
6783#: timevar.c:314
d9b2742a
ZW
6784#, c-format
6785msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6786msgstr ""
6787
b97e55da 6788#: timevar.c:440
5b7874aa
ZW
6789msgid ""
6790"\n"
6791"Execution times (seconds)\n"
9e620082
ZW
6792msgstr ""
6793
5b7874aa 6794#. Print total time.
b97e55da 6795#: timevar.c:490
5b7874aa 6796msgid " TOTAL :"
9e620082
ZW
6797msgstr ""
6798
b06c20ee 6799#: timevar.c:518
9e620082 6800#, c-format
5b7874aa 6801msgid "time in %s: %ld.%06ld (%ld%%)\n"
9e620082
ZW
6802msgstr ""
6803
b97e55da 6804#: tlink.c:377
9e620082 6805#, c-format
5b7874aa 6806msgid "collect: reading %s\n"
9e620082
ZW
6807msgstr ""
6808
b97e55da 6809#: tlink.c:478
9e620082 6810#, c-format
5b7874aa 6811msgid "collect: recompiling %s\n"
9e620082
ZW
6812msgstr ""
6813
b97e55da 6814#: tlink.c:654
9e620082 6815#, c-format
5b7874aa 6816msgid "collect: tweaking %s in %s\n"
9e620082
ZW
6817msgstr ""
6818
b97e55da 6819#: tlink.c:700
01b84e13 6820#, c-format
5b7874aa
ZW
6821msgid "collect: relinking\n"
6822msgstr ""
6823
b97e55da 6824#: tlink.c:709
9e620082 6825#, c-format
5b7874aa 6826msgid "ld returned %d exit status"
9e620082
ZW
6827msgstr ""
6828
b1b51268 6829#: toplev.c:1172
b97e55da
JM
6830#, c-format
6831msgid "%s "
9e620082
ZW
6832msgstr ""
6833
b1b51268 6834#: toplev.c:1174
b97e55da
JM
6835#, c-format
6836msgid " %s"
9e620082
ZW
6837msgstr ""
6838
b1b51268 6839#: toplev.c:1239
b97e55da
JM
6840#, c-format
6841msgid "invalid option argument `%s'"
9e620082
ZW
6842msgstr ""
6843
b1b51268 6844#: toplev.c:1302
b97e55da
JM
6845#, c-format
6846msgid "getting core file size maximum limit: %m"
9e620082
ZW
6847msgstr ""
6848
b1b51268 6849#: toplev.c:1305
b97e55da
JM
6850#, c-format
6851msgid "setting core file size limit to maximum: %m"
9e620082
ZW
6852msgstr ""
6853
b1b51268 6854#: toplev.c:1522
b97e55da 6855msgid "%J'%F' used but never defined"
9e620082
ZW
6856msgstr ""
6857
b1b51268 6858#: toplev.c:1524
b97e55da 6859msgid "%J'%F' declared `static' but never defined"
9e620082
ZW
6860msgstr ""
6861
b1b51268 6862#: toplev.c:1549
b97e55da 6863msgid "%J'%D' defined but not used"
9e620082
ZW
6864msgstr ""
6865
b1b51268 6866#: toplev.c:1570 toplev.c:1587
b97e55da
JM
6867#, c-format
6868msgid "`%s' is deprecated (declared at %s:%d)"
9e620082
ZW
6869msgstr ""
6870
b1b51268 6871#: toplev.c:1590
b97e55da
JM
6872#, c-format
6873msgid "`%s' is deprecated"
9e620082
ZW
6874msgstr ""
6875
b1b51268 6876#: toplev.c:1593
b97e55da
JM
6877#, c-format
6878msgid "type is deprecated (declared at %s:%d)"
7bbf788c
PT
6879msgstr ""
6880
b1b51268 6881#: toplev.c:1596
b97e55da 6882msgid "type is deprecated"
9e620082
ZW
6883msgstr ""
6884
b1b51268 6885#: toplev.c:1728
01b84e13 6886#, c-format
b97e55da
JM
6887msgid ""
6888"\n"
6889"Target specific options:\n"
9e620082
ZW
6890msgstr ""
6891
b1b51268 6892#: toplev.c:1742 toplev.c:1761
b97e55da
JM
6893#, c-format
6894msgid " -m%-23s [undocumented]\n"
9e620082
ZW
6895msgstr ""
6896
b1b51268 6897#: toplev.c:1770
01b84e13 6898#, c-format
b97e55da
JM
6899msgid ""
6900"\n"
6901"There are undocumented target specific options as well.\n"
9e620082
ZW
6902msgstr ""
6903
b1b51268 6904#: toplev.c:1772
01b84e13 6905#, c-format
b97e55da 6906msgid " They exist, but they are not documented.\n"
a47a6810
JM
6907msgstr ""
6908
b1b51268 6909#: toplev.c:1816
b97e55da
JM
6910#, c-format
6911msgid "unrecognized gcc debugging option: %c"
d9b2742a
ZW
6912msgstr ""
6913
b1b51268 6914#: toplev.c:1878 config/rs6000/rs6000.c:1002 config/rs6000/rs6000.c:1013
b97e55da
JM
6915#, c-format
6916msgid "invalid option `%s'"
9e620082
ZW
6917msgstr ""
6918
b1b51268 6919#: toplev.c:1893
b97e55da
JM
6920#, c-format
6921msgid ""
6922"%s%s%s version %s (%s)\n"
6923"%s\tcompiled by GNU C version %s.\n"
6924"%s%s%s version %s (%s) compiled by CC.\n"
9e620082
ZW
6925msgstr ""
6926
b1b51268 6927#: toplev.c:1900
b97e55da
JM
6928#, c-format
6929msgid ""
6930"%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
9e620082
ZW
6931msgstr ""
6932
b1b51268 6933#: toplev.c:1952
b97e55da 6934msgid "options passed: "
9e620082
ZW
6935msgstr ""
6936
b1b51268 6937#: toplev.c:1981
b97e55da 6938msgid "options enabled: "
9e620082
ZW
6939msgstr ""
6940
b1b51268 6941#: toplev.c:2039 java/jcf-write.c:3433
b97e55da
JM
6942#, c-format
6943msgid "can't open %s for writing: %m"
9e620082
ZW
6944msgstr ""
6945
b1b51268 6946#: toplev.c:2122 config/sh/sh.c:7039
b97e55da 6947msgid "created and used with different settings of -fpic"
9e620082
ZW
6948msgstr ""
6949
b1b51268 6950#: toplev.c:2124 config/sh/sh.c:7041
b97e55da 6951msgid "created and used with different settings of -fpie"
d9b2742a
ZW
6952msgstr ""
6953
b1b51268 6954#: toplev.c:2175 config/sh/sh.c:7091
b97e55da
JM
6955#, c-format
6956msgid "created and used with differing settings of `-m%s'"
d9b2742a
ZW
6957msgstr ""
6958
b1b51268 6959#: toplev.c:2178 config/sh/sh.c:7094
b97e55da 6960msgid "out of memory"
1737c953
JM
6961msgstr ""
6962
b1b51268 6963#: toplev.c:2364
b97e55da 6964msgid "instruction scheduling not supported on this target machine"
9e620082
ZW
6965msgstr ""
6966
b1b51268 6967#: toplev.c:2368
b97e55da 6968msgid "this target machine does not have delayed branches"
9e620082
ZW
6969msgstr ""
6970
b1b51268
JM
6971#: toplev.c:2372
6972msgid "test-coverage not yet implemented in trees."
6973msgstr ""
6974
6975#: toplev.c:2374
6976msgid "value-based profiling not yet implemented in trees."
6977msgstr ""
6978
6979#: toplev.c:2387
b97e55da
JM
6980#, c-format
6981msgid "-f%sleading-underscore not supported on this target machine"
9e620082
ZW
6982msgstr ""
6983
b1b51268 6984#: toplev.c:2460
b97e55da
JM
6985#, c-format
6986msgid "target system does not support the \"%s\" debug format"
9e620082
ZW
6987msgstr ""
6988
b1b51268
JM
6989#: toplev.c:2472
6990msgid "variable tracking requested, but useless unless producing debug info"
6991msgstr ""
6992
6993#: toplev.c:2475
6994msgid "variable tracking requested, but not supported by this debug format"
6995msgstr ""
6996
6997#: toplev.c:2506
b97e55da 6998msgid "-ffunction-sections not supported for this target"
9e620082
ZW
6999msgstr ""
7000
b1b51268 7001#: toplev.c:2511
b97e55da 7002msgid "-fdata-sections not supported for this target"
9e620082
ZW
7003msgstr ""
7004
b1b51268 7005#: toplev.c:2518
b97e55da 7006msgid "-ffunction-sections disabled; it makes profiling impossible"
9e620082
ZW
7007msgstr ""
7008
b1b51268 7009#: toplev.c:2525
b97e55da 7010msgid "-fprefetch-loop-arrays not supported for this target"
9e620082
ZW
7011msgstr ""
7012
b1b51268 7013#: toplev.c:2531
b97e55da
JM
7014msgid ""
7015"-fprefetch-loop-arrays not supported for this target (try -march switches)"
9e620082
ZW
7016msgstr ""
7017
b1b51268 7018#: toplev.c:2540
b97e55da 7019msgid "-fprefetch-loop-arrays is not supported with -Os"
9e620082
ZW
7020msgstr ""
7021
b1b51268 7022#: toplev.c:2546
b97e55da 7023msgid "-ffunction-sections may affect debugging on some targets"
9e620082
ZW
7024msgstr ""
7025
b1b51268 7026#: toplev.c:2649
b97e55da
JM
7027#, c-format
7028msgid "error writing to %s: %m"
9e620082
ZW
7029msgstr ""
7030
b1b51268 7031#: toplev.c:2651 java/jcf-parse.c:902 java/jcf-write.c:3440
b97e55da
JM
7032#, c-format
7033msgid "error closing %s: %m"
9e620082
ZW
7034msgstr ""
7035
b1b51268
JM
7036#: tree-cfg.c:1009 tree-cfg.c:1700
7037msgid "%Hwill never be executed"
9e620082
ZW
7038msgstr ""
7039
b1b51268
JM
7040#: tree-cfg.c:3020
7041msgid "SSA name in freelist but still referenced"
9e620082
ZW
7042msgstr ""
7043
b1b51268
JM
7044#: tree-cfg.c:3030
7045msgid "GIMPLE register modified with BIT_FIELD_REF"
9e620082
ZW
7046msgstr ""
7047
b1b51268
JM
7048#: tree-cfg.c:3046
7049msgid "address taken, but ADDRESSABLE bit not set"
9e620082
ZW
7050msgstr ""
7051
b1b51268
JM
7052#: tree-cfg.c:3055
7053msgid "non-boolean used in condition"
9e620082
ZW
7054msgstr ""
7055
b1b51268
JM
7056#: tree-cfg.c:3078
7057msgid "Invalid operand to unary operator"
9e620082
ZW
7058msgstr ""
7059
b1b51268
JM
7060#: tree-cfg.c:3128 tree-cfg.c:3137
7061msgid "Invalid operand to binary operator"
9e620082
ZW
7062msgstr ""
7063
b1b51268
JM
7064#: tree-cfg.c:3159
7065msgid "Is not a valid GIMPLE statement."
7bbf788c
PT
7066msgstr ""
7067
b1b51268
JM
7068#: tree-cfg.c:3262
7069msgid "PHI def is not a GIMPLE value"
7bbf788c
PT
7070msgstr ""
7071
b1b51268
JM
7072#: tree-cfg.c:3278 tree-cfg.c:3293
7073msgid "Incorrect sharing of tree nodes"
a47a6810
JM
7074msgstr ""
7075
b1b51268
JM
7076#: tree-cfg.c:3302
7077msgid "verify_stmts failed."
01b84e13
JM
7078msgstr ""
7079
b1b51268
JM
7080#: tree-cfg.c:3322
7081msgid "ENTRY_BLOCK has a statement list associated with it\n"
a47a6810
JM
7082msgstr ""
7083
b1b51268
JM
7084#: tree-cfg.c:3328
7085msgid "EXIT_BLOCK has a statement list associated with it\n"
9e620082
ZW
7086msgstr ""
7087
b1b51268
JM
7088#: tree-cfg.c:3335
7089#, c-format
7090msgid "Fallthru to exit from bb %d\n"
9e620082
ZW
7091msgstr ""
7092
b1b51268
JM
7093#: tree-cfg.c:3351
7094#, c-format
7095msgid "Label %s to block does not match in bb %d\n"
9e620082
ZW
7096msgstr ""
7097
b1b51268
JM
7098#: tree-cfg.c:3360
7099#, c-format
7100msgid "Label %s has incorrect context in bb %d\n"
9e620082
ZW
7101msgstr ""
7102
b1b51268 7103#: tree-cfg.c:3374
b97e55da 7104#, c-format
b1b51268 7105msgid "Control flow in the middle of basic block %d\n"
9e620082
ZW
7106msgstr ""
7107
b1b51268 7108#: tree-cfg.c:3384
b97e55da 7109#, c-format
b1b51268 7110msgid "Label %s in the middle of basic block %d\n"
9e620082
ZW
7111msgstr ""
7112
b1b51268 7113#: tree-cfg.c:3401
b97e55da 7114#, c-format
b1b51268 7115msgid "Fallthru edge after a control statement in bb %d \n"
9e620082
ZW
7116msgstr ""
7117
b1b51268 7118#: tree-cfg.c:3416
b97e55da 7119#, c-format
b1b51268 7120msgid "Structured COND_EXPR at the end of bb %d\n"
9e620082
ZW
7121msgstr ""
7122
b1b51268
JM
7123#: tree-cfg.c:3429 tree-cfg.c:3467 tree-cfg.c:3479 tree-cfg.c:3522
7124#, c-format
7125msgid "Wrong outgoing edge flags at end of bb %d\n"
9e620082
ZW
7126msgstr ""
7127
b1b51268
JM
7128#: tree-cfg.c:3437
7129#, c-format
7130msgid "`then' label does not match edge at end of bb %d\n"
d9b2742a
ZW
7131msgstr ""
7132
b1b51268
JM
7133#: tree-cfg.c:3445
7134#, c-format
7135msgid "`else' label does not match edge at end of bb %d\n"
d9b2742a
ZW
7136msgstr ""
7137
b1b51268
JM
7138#: tree-cfg.c:3455
7139#, c-format
7140msgid "Explicit goto at end of bb %d\n"
9e620082
ZW
7141msgstr ""
7142
b1b51268
JM
7143#: tree-cfg.c:3484
7144#, c-format
7145msgid "Return edge does not point to exit in bb %d\n"
9e620082
ZW
7146msgstr ""
7147
b1b51268
JM
7148#: tree-cfg.c:3514
7149#, c-format
7150msgid "Extra outgoing edge %d->%d\n"
9e620082
ZW
7151msgstr ""
7152
b1b51268
JM
7153#: tree-cfg.c:3536
7154#, c-format
7155msgid "Missing edge %i->%i\n"
9e620082
ZW
7156msgstr ""
7157
b1b51268
JM
7158#: tree-cfg.c:4511
7159msgid "%Jfunction might be possible candidate for attribute `noreturn'"
9e620082
ZW
7160msgstr ""
7161
b1b51268
JM
7162#: tree-cfg.c:4528
7163msgid "%H`noreturn' function does return"
9e620082
ZW
7164msgstr ""
7165
b1b51268
JM
7166#: tree-cfg.c:4546
7167msgid "%Hcontrol reaches end of non-void function"
9e620082
ZW
7168msgstr ""
7169
b1b51268
JM
7170#: tree-dump.c:752
7171#, c-format
7172msgid "could not open dump file `%s': %s"
7173msgstr ""
7174
7175#: tree-dump.c:851
7176#, c-format
7177msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
9e620082
ZW
7178msgstr ""
7179
b1b51268 7180#: tree-inline.c:960
b97e55da 7181msgid ""
b1b51268
JM
7182"%Jfunction '%F' can never be inlined because it uses alloca (override using "
7183"the always_inline attribute)"
9e620082
ZW
7184msgstr ""
7185
b1b51268
JM
7186#: tree-inline.c:973
7187msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
a47a6810
JM
7188msgstr ""
7189
b1b51268
JM
7190#: tree-inline.c:987
7191msgid ""
7192"%Jfunction '%F' can never be inlined because it uses variable argument lists"
9e620082
ZW
7193msgstr ""
7194
b1b51268
JM
7195#: tree-inline.c:998
7196msgid ""
7197"%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
7198"exception handling"
a47a6810
JM
7199msgstr ""
7200
b1b51268
JM
7201#: tree-inline.c:1005
7202msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
9e620082
ZW
7203msgstr ""
7204
b1b51268
JM
7205#: tree-inline.c:1021
7206msgid ""
7207"%Jfunction '%F' can never be inlined because it contains a nested function"
1737c953
JM
7208msgstr ""
7209
b1b51268 7210#: tree-inline.c:1038
b97e55da 7211msgid ""
b1b51268 7212"%Jfunction '%F' can never be inlined because it contains a computed goto"
9e620082
ZW
7213msgstr ""
7214
b1b51268
JM
7215#: tree-inline.c:1052
7216msgid ""
7217"%Jfunction '%F' can never be inlined because it receives a non-local goto"
9e620082
ZW
7218msgstr ""
7219
b1b51268
JM
7220#: tree-inline.c:1073
7221msgid ""
7222"%Jfunction '%F' can never be inlined because it uses variable sized variables"
9e620082
ZW
7223msgstr ""
7224
b1b51268
JM
7225#: tree-inline.c:1503
7226msgid "originally indirect function call not considered for inlining"
9e620082
ZW
7227msgstr ""
7228
b1b51268
JM
7229#: tree-inline.c:1513 tree-inline.c:1520
7230msgid "%Jinlining failed in call to '%F': %s"
9e620082
ZW
7231msgstr ""
7232
b1b51268
JM
7233#: tree-inline.c:1514 tree-inline.c:1521
7234msgid "called from here"
9e620082
ZW
7235msgstr ""
7236
b1b51268
JM
7237#: tree-mudflap.c:613
7238msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
9e620082
ZW
7239msgstr ""
7240
b1b51268 7241#: tree-mudflap.c:812
01b84e13 7242#, c-format
b1b51268 7243msgid "mudflap cannot handle variable-sized declaration `%s'"
01b84e13
JM
7244msgstr ""
7245
b1b51268
JM
7246#: tree-mudflap.c:861
7247msgid "mudflap ran off end of BIND_EXPR body"
9e620082
ZW
7248msgstr ""
7249
b1b51268
JM
7250#: tree-mudflap.c:1025
7251#, c-format
7252msgid "mudflap cannot track lifetime of `%s'"
b06c20ee
JM
7253msgstr ""
7254
b1b51268
JM
7255#: tree-nomudflap.c:51
7256msgid "mudflap: this language is not supported"
7257msgstr ""
7258
7259#: tree-optimize.c:633
7260msgid "%Jsize of return value of '%D' is %u bytes"
7261msgstr ""
7262
7263#: tree-optimize.c:636
7264msgid "%Jsize of return value of '%D' is larger than %wd bytes"
7265msgstr ""
7266
7267#: tree-ssa.c:121
7268msgid "Expected an SSA_NAME object"
7269msgstr ""
7270
7271#: tree-ssa.c:128
7272#, c-format
7273msgid "SSA_NAME created in two different blocks %i and %i"
7274msgstr ""
7275
7276#: tree-ssa.c:140
7277msgid "SSA_NAME_DEF_STMT is wrong"
7278msgstr ""
7279
7280#: tree-ssa.c:175
7281msgid "Missing definition"
7282msgstr ""
7283
7284#: tree-ssa.c:181
7285#, c-format
7286msgid "Definition in block %i does not dominate use in block %i"
7287msgstr ""
7288
7289#: tree-ssa.c:189
7290msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
7291msgstr ""
7292
7293#: tree-ssa.c:237
7294#, c-format
7295msgid "Wrong edge %d->%d for PHI argument\n"
7296msgstr ""
7297
7298#: tree-ssa.c:244
7299#, c-format
7300msgid "PHI argument flowing through dead edge %d->%d\n"
7301msgstr ""
7302
7303#: tree-ssa.c:251
7304#, c-format
7305msgid "PHI argument duplicated for edge %d->%d\n"
7306msgstr ""
7307
7308#: tree-ssa.c:269
7309#, c-format
7310msgid "No argument flowing through edge %d->%d\n"
7311msgstr ""
7312
7313#: tree-ssa.c:330
7314msgid "Found a virtual definition for a GIMPLE register"
7315msgstr ""
7316
7317#: tree-ssa.c:344
7318msgid "Found a real definition for a non-GIMPLE register"
7319msgstr ""
7320
7321#: tree-ssa.c:368
7322#, c-format
7323msgid "AUX pointer initialized for edge %d->%d\n"
7324msgstr ""
7325
7326#: tree-ssa.c:397 tree-ssa.c:413
7327msgid "Found a virtual use for a GIMPLE register"
7328msgstr ""
7329
7330#: tree-ssa.c:429
7331msgid "Found a real use of a non-GIMPLE register"
7332msgstr ""
7333
7334#: tree-ssa.c:445
7335msgid "verify_ssa failed."
7336msgstr ""
7337
7338#: tree-ssa.c:1005
7339msgid "%H'%D' is used uninitialized in this function"
7340msgstr ""
7341
7342#: tree-ssa.c:1030
7343msgid "%H'%D' may be used uninitialized in this function"
7344msgstr ""
7345
7346#: tree.c:4138
7347msgid "arrays of functions are not meaningful"
7348msgstr ""
7349
7350#: tree.c:4187
7351msgid "function return type cannot be function"
7352msgstr ""
7353
7354#: tree.c:5042
7355msgid "invalid initializer for bit string"
7356msgstr ""
7357
7358#: tree.c:5095
7359#, c-format
7360msgid "tree check: expected %s, have %s in %s, at %s:%d"
7361msgstr ""
7362
7363#: tree.c:5108
7364#, c-format
7365msgid "tree check: expected %s or %s, have %s in %s, at %s:%d"
7366msgstr ""
7367
7368#: tree.c:5121
7369#, c-format
7370msgid "tree check: expected %s, %s or %s; have %s in %s, at %s:%d"
7371msgstr ""
7372
7373#: tree.c:5136
7374#, c-format
7375msgid "tree check: expected %s, %s, %s or %s; have %s in %s, at %s:%d"
7376msgstr ""
7377
7378#: tree.c:5151
7379#, c-format
7380msgid "tree check: expected %s, %s, %s, %s or %s; have %s in %s, at %s:%d"
7381msgstr ""
7382
7383#: tree.c:5165
7384#, c-format
7385msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7386msgstr ""
7387
7388#: tree.c:5178
7389#, c-format
7390msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7391msgstr ""
7392
7393#: tree.c:5190
7394#, c-format
7395msgid "tree check: accessed elt %d of ephi_node with %d elts in %s, at %s:%d"
7396msgstr ""
7397
7398#: tree.c:5202
7399#, c-format
7400msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7401msgstr ""
7402
7403#: tree.c:5214
7404#, c-format
7405msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7406msgstr ""
7407
7408#: varasm.c:435
7409msgid "%J%D causes a section type conflict"
7410msgstr ""
7411
7412#: varasm.c:807
7413msgid "%Jregister name not specified for '%D'"
7414msgstr ""
7415
7416#: varasm.c:809
7417msgid "%Jinvalid register name for '%D'"
7418msgstr ""
7419
7420#: varasm.c:811
7421msgid "%Jdata type of '%D' isn't suitable for a register"
7422msgstr ""
7423
7424#: varasm.c:814
7425msgid "%Jregister specified for '%D' isn't suitable for data type"
7426msgstr ""
7427
7428#: varasm.c:824
7429msgid "global register variable has initial value"
7430msgstr ""
7431
7432#: varasm.c:827
7433msgid "volatile register variables don't work as you might wish"
7434msgstr ""
7435
7436#: varasm.c:859
7437msgid "%Jregister name given for non-register variable '%D'"
7438msgstr ""
7439
7440#: varasm.c:1398
7441msgid "%Jstorage size of `%D' isn't known"
7442msgstr ""
7443
7444#: varasm.c:1452
7445msgid ""
7446"%Jalignment of '%D' is greater than maximum object file alignment. Using %d"
7447msgstr ""
7448
7449#: varasm.c:1498
7450msgid "thread-local COMMON data not implemented"
7451msgstr ""
7452
7453#: varasm.c:1523
7454msgid ""
7455"%Jrequested alignment for '%D' is greater than implemented alignment of %d"
7456msgstr ""
7457
7458#: varasm.c:3584
7459msgid "initializer for integer value is too complicated"
7460msgstr ""
7461
7462#: varasm.c:3589
7463msgid "initializer for floating value is not a floating constant"
7464msgstr ""
7465
7466#: varasm.c:3655
7467msgid "unknown set constructor type"
7468msgstr ""
7469
7470#: varasm.c:3874
7471#, c-format
7472msgid "invalid initial value for member `%s'"
7473msgstr ""
7474
7475#: varasm.c:4061 varasm.c:4105
7476msgid "%Jweak declaration of '%D' must precede definition"
7477msgstr ""
7478
7479#: varasm.c:4069
7480msgid ""
7481"%Jweak declaration of '%D' after first use results in unspecified behavior"
7482msgstr ""
7483
7484#: varasm.c:4103
7485msgid "%Jweak declaration of '%D' must be public"
7486msgstr ""
7487
7488#: varasm.c:4112
7489msgid "%Jweak declaration of '%D' not supported"
7490msgstr ""
7491
7492#: varasm.c:4141 varasm.c:4234
7493msgid "only weak aliases are supported in this configuration"
7494msgstr ""
7495
7496#: varasm.c:4237
7497msgid "alias definitions not supported in this configuration; ignored"
7498msgstr ""
7499
7500#: varasm.c:4266
7501msgid "visibility attribute not supported in this configuration; ignored"
7502msgstr ""
7503
7504#: varray.c:197
7505#, c-format
7506msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7507msgstr ""
7508
7509#: varray.c:207
7510#, c-format
7511msgid "underflowed virtual array %s in %s, at %s:%d"
7512msgstr ""
7513
7514#. Print an error message for unrecognized stab codes.
7515#: xcoffout.c:187
7516#, c-format
7517msgid "no sclass for %s stab (0x%x)\n"
7518msgstr ""
7519
7520#.
7521#. Local variables:
7522#. mode:c
7523#. End:
7524#.
7525#: diagnostic.def:1
7526msgid "fatal error: "
7527msgstr ""
7528
7529#: diagnostic.def:2
7530msgid "internal compiler error: "
b06c20ee
JM
7531msgstr ""
7532
7533#: diagnostic.def:3
7534msgid "error: "
7535msgstr ""
7536
7537#: diagnostic.def:4
7538msgid "sorry, unimplemented: "
7539msgstr ""
7540
7541#: diagnostic.def:6
7542msgid "anachronism: "
7543msgstr ""
7544
7545#: diagnostic.def:7
7546msgid "note: "
7547msgstr ""
7548
7549#: diagnostic.def:8
7550msgid "debug: "
7551msgstr ""
7552
b97e55da
JM
7553#: params.def:53
7554msgid ""
7555"The maximum number of instructions in a single function eligible for inlining"
9e620082
ZW
7556msgstr ""
7557
b97e55da
JM
7558#: params.def:65
7559msgid "The maximum number of instructions when automatically inlining"
9e620082
ZW
7560msgstr ""
7561
b1b51268
JM
7562#: params.def:70
7563msgid ""
7564"The maximum number of instructions inline function can grow to via recursive "
7565"inlining"
7566msgstr ""
7567
8d98c44c 7568#: params.def:75
b1b51268
JM
7569msgid ""
7570"The maximum number of instructions non-inline function can grow to via "
7571"recursive inlining"
7572msgstr ""
7573
7574#: params.def:80
7575msgid "The maximum depth of recursive inlining for inline functions"
7576msgstr ""
7577
7578#: params.def:85
7579msgid "The maximum depth of recursive inlining for non-inline functions"
7580msgstr ""
7581
7582#: params.def:95
b97e55da 7583msgid "The maximum number of instructions for the RTL inliner"
9e620082
ZW
7584msgstr ""
7585
b1b51268 7586#: params.def:106
b97e55da 7587msgid "The maximum number of instructions to consider to fill a delay slot"
9e620082
ZW
7588msgstr ""
7589
b1b51268 7590#: params.def:117
b97e55da
JM
7591msgid ""
7592"The maximum number of instructions to consider to find accurate live "
7593"register information"
9e620082
ZW
7594msgstr ""
7595
b1b51268 7596#: params.def:127
b97e55da 7597msgid "The maximum length of scheduling's pending operations list"
9e620082
ZW
7598msgstr ""
7599
b1b51268 7600#: params.def:132
b97e55da 7601msgid "The size of function body to be considered large"
9e620082
ZW
7602msgstr ""
7603
b1b51268 7604#: params.def:136
b97e55da 7605msgid "Maximal growth due to inlining of large function (in percent)"
9e620082
ZW
7606msgstr ""
7607
b1b51268 7608#: params.def:140
b97e55da
JM
7609msgid ""
7610"how much can given compilation unit grow because of the inlining (in percent)"
9e620082
ZW
7611msgstr ""
7612
b1b51268 7613#: params.def:147
b97e55da 7614msgid "The maximum amount of memory to be allocated by GCSE"
9e620082
ZW
7615msgstr ""
7616
b1b51268 7617#: params.def:152
b97e55da 7618msgid "The maximum number of passes to make when doing GCSE"
9e620082
ZW
7619msgstr ""
7620
b1b51268
JM
7621#: params.def:162
7622msgid ""
7623"The threshold ratio for performing partial redundancy elimination "
7624"after reload."
7625msgstr ""
7626
7627#: params.def:170
7628msgid ""
7629"The threshold ratio of critical edges execution count that permit "
7630"performing redundancy elimination after reload."
7631msgstr ""
7632
7633#: params.def:182
b97e55da 7634msgid "The maximum number of instructions to consider to unroll in a loop"
9e620082
ZW
7635msgstr ""
7636
b1b51268 7637#: params.def:188
b97e55da
JM
7638msgid ""
7639"The maximum number of instructions to consider to unroll in a loop on average"
9e620082
ZW
7640msgstr ""
7641
b1b51268 7642#: params.def:193
b97e55da 7643msgid "The maximum number of unrollings of a single loop"
7bbf788c
PT
7644msgstr ""
7645
b1b51268 7646#: params.def:198
b97e55da 7647msgid "The maximum number of insns of a peeled loop"
9e620082
ZW
7648msgstr ""
7649
b1b51268 7650#: params.def:203
b97e55da 7651msgid "The maximum number of peelings of a single loop"
9e620082
ZW
7652msgstr ""
7653
b1b51268 7654#: params.def:208
b97e55da 7655msgid "The maximum number of insns of a completely peeled loop"
9e620082
ZW
7656msgstr ""
7657
b1b51268 7658#: params.def:213
b97e55da
JM
7659msgid ""
7660"The maximum number of peelings of a single loop that is peeled completely"
9e620082
ZW
7661msgstr ""
7662
b1b51268 7663#: params.def:218
b97e55da 7664msgid "The maximum number of insns of a peeled loop that rolls only once"
9e620082
ZW
7665msgstr ""
7666
b1b51268 7667#: params.def:224
b97e55da 7668msgid "The maximum number of insns of an unswitched loop"
9e620082
ZW
7669msgstr ""
7670
b1b51268 7671#: params.def:229
b97e55da 7672msgid "The maximum number of unswitchings in a single loop"
a47a6810
JM
7673msgstr ""
7674
b1b51268 7675#: params.def:234
b97e55da
JM
7676msgid ""
7677"Select fraction of the maximal count of repetitions of basic block in "
7678"program given basic block needs to have to be considered hot"
9e620082
ZW
7679msgstr ""
7680
b1b51268 7681#: params.def:239
b97e55da
JM
7682msgid ""
7683"Select fraction of the maximal frequency of executions of basic block in "
7684"function given basic block needs to have to be considered hot"
9e620082
ZW
7685msgstr ""
7686
b1b51268 7687#: params.def:244
b97e55da
JM
7688msgid ""
7689"The percentage of function, weighted by execution frequency, that must be "
7690"covered by trace formation. Used when profile feedback is available"
9e620082
ZW
7691msgstr ""
7692
b1b51268 7693#: params.def:249
b97e55da
JM
7694msgid ""
7695"The percentage of function, weighted by execution frequency, that must be "
7696"covered by trace formation. Used when profile feedback is not available"
9e620082
ZW
7697msgstr ""
7698
b1b51268 7699#: params.def:254
b97e55da 7700msgid "Maximal code growth caused by tail duplication (in percent)"
9e620082
ZW
7701msgstr ""
7702
b1b51268 7703#: params.def:258
b97e55da
JM
7704msgid ""
7705"Stop reverse growth if the reverse probability of best edge is less than "
7706"this threshold (in percent)"
9e620082
ZW
7707msgstr ""
7708
b1b51268 7709#: params.def:263
b97e55da
JM
7710msgid ""
7711"Stop forward growth if the probability of best edge is less than this "
7712"threshold (in percent). Used when profile feedback is available"
9e620082
ZW
7713msgstr ""
7714
b1b51268 7715#: params.def:268
b97e55da
JM
7716msgid ""
7717"Stop forward growth if the probability of best edge is less than this "
7718"threshold (in percent). Used when profile feedback is not available"
9e620082
ZW
7719msgstr ""
7720
b1b51268 7721#: params.def:275
b97e55da 7722msgid "The maximum number of incoming edges to consider for crossjumping"
9e620082
ZW
7723msgstr ""
7724
b1b51268 7725#: params.def:281
b97e55da 7726msgid "The maximum length of path considered in cse"
9e620082
ZW
7727msgstr ""
7728
b1b51268
JM
7729#: params.def:288
7730msgid ""
7731"Given N calls and V call-clobbered vars in a function. Use .GLOBAL_VAR if "
7732"NxV is larger than this limit"
7733msgstr ""
7734
7735#: params.def:293
01b84e13
JM
7736msgid "The maximum memory locations recorded by cselib"
7737msgstr ""
7738
b1b51268 7739#: params.def:306
b97e55da
JM
7740msgid ""
7741"Minimum heap expansion to trigger garbage collection, as a percentage of the "
7742"total size of the heap"
9e620082
ZW
7743msgstr ""
7744
b1b51268 7745#: params.def:312
b97e55da 7746msgid "Minimum heap size before we start collecting garbage, in kilobytes"
a47a6810
JM
7747msgstr ""
7748
b1b51268 7749#: params.def:320
01b84e13
JM
7750msgid ""
7751"The maximum number of instructions to search backward when looking for "
7752"equivalent reload"
7753msgstr ""
7754
b1b51268
JM
7755#: params.def:325
7756msgid ""
7757"The maximum number of virtual operands allowed to represent aliases before "
7758"triggering alias grouping."
7759msgstr ""
7760
7761#: params.def:330
7762msgid ""
7763"The maximum number of blocks in a region to be considered for interblock "
7764"scheduling"
7765msgstr ""
7766
7767#: params.def:335
7768msgid ""
7769"The maximum number of insns in a region to be considered for interblock "
7770"scheduling"
7771msgstr ""
7772
7773#: config/darwin-c.c:82
b97e55da 7774msgid "too many #pragma options align=reset"
9e620082
ZW
7775msgstr ""
7776
b1b51268
JM
7777#: config/darwin-c.c:102 config/darwin-c.c:105 config/darwin-c.c:107
7778#: config/darwin-c.c:109
b97e55da 7779msgid "malformed '#pragma options', ignoring"
9e620082
ZW
7780msgstr ""
7781
b1b51268 7782#: config/darwin-c.c:112
b97e55da 7783msgid "junk at end of '#pragma options'"
9e620082
ZW
7784msgstr ""
7785
b1b51268 7786#: config/darwin-c.c:122
b97e55da 7787msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
9e620082
ZW
7788msgstr ""
7789
b1b51268 7790#: config/darwin-c.c:134
b97e55da 7791msgid "missing '(' after '#pragma unused', ignoring"
9e620082
ZW
7792msgstr ""
7793
b1b51268 7794#: config/darwin-c.c:152
b97e55da 7795msgid "missing ')' after '#pragma unused', ignoring"
9e620082
ZW
7796msgstr ""
7797
b1b51268 7798#: config/darwin-c.c:155
b97e55da 7799msgid "junk at end of '#pragma unused'"
9e620082
ZW
7800msgstr ""
7801
b1b51268
JM
7802#: config/darwin-c.c:365
7803#, c-format
7804msgid "subframework include %s conflicts with framework include"
7805msgstr ""
7806
7807#: config/darwin.c:1423
8d98c44c
JM
7808msgid ""
7809"internal and protected visibility attributes not supportedin this "
7810"configuration; ignored"
7811msgstr ""
7812
b97e55da
JM
7813#: config/lynx-ng.h:97 config/lynx.h:116 config/rs6000/lynx.h:73
7814msgid "-msystem-v and -p are incompatible"
9e620082
ZW
7815msgstr ""
7816
b97e55da
JM
7817#: config/lynx-ng.h:99 config/lynx.h:118 config/rs6000/lynx.h:75
7818msgid "-msystem-v and -mthreads are incompatible"
9e620082
ZW
7819msgstr ""
7820
b97e55da
JM
7821#: config/windiss.h:37
7822msgid "profiler support for WindISS"
9e620082
ZW
7823msgstr ""
7824
b97e55da
JM
7825#: config/alpha/alpha.c:231
7826#, c-format
7827msgid "-f%s ignored for Unicos/Mk (not supported)"
9e620082
ZW
7828msgstr ""
7829
b97e55da
JM
7830#: config/alpha/alpha.c:255
7831msgid "-mieee not supported on Unicos/Mk"
9e620082
ZW
7832msgstr ""
7833
b97e55da
JM
7834#: config/alpha/alpha.c:266
7835msgid "-mieee-with-inexact not supported on Unicos/Mk"
9e620082
ZW
7836msgstr ""
7837
b97e55da
JM
7838#: config/alpha/alpha.c:283
7839#, c-format
7840msgid "bad value `%s' for -mtrap-precision switch"
9e620082
ZW
7841msgstr ""
7842
b97e55da
JM
7843#: config/alpha/alpha.c:297
7844#, c-format
7845msgid "bad value `%s' for -mfp-rounding-mode switch"
9e620082
ZW
7846msgstr ""
7847
b97e55da
JM
7848#: config/alpha/alpha.c:312
7849#, c-format
7850msgid "bad value `%s' for -mfp-trap-mode switch"
9e620082
ZW
7851msgstr ""
7852
b1b51268 7853#: config/alpha/alpha.c:324 config/rs6000/rs6000.c:1179
b97e55da
JM
7854#, c-format
7855msgid "bad value `%s' for -mtls-size switch"
9e620082
ZW
7856msgstr ""
7857
b97e55da
JM
7858#: config/alpha/alpha.c:343 config/alpha/alpha.c:355
7859#, c-format
7860msgid "bad value `%s' for -mcpu switch"
9e620082
ZW
7861msgstr ""
7862
b97e55da
JM
7863#: config/alpha/alpha.c:362
7864msgid "trap mode not supported on Unicos/Mk"
9e620082
ZW
7865msgstr ""
7866
b97e55da
JM
7867#: config/alpha/alpha.c:369
7868msgid "fp software completion requires -mtrap-precision=i"
9e620082
ZW
7869msgstr ""
7870
b97e55da
JM
7871#: config/alpha/alpha.c:385
7872msgid "rounding mode not supported for VAX floats"
9e620082
ZW
7873msgstr ""
7874
b97e55da
JM
7875#: config/alpha/alpha.c:390
7876msgid "trap mode not supported for VAX floats"
7bbf788c
PT
7877msgstr ""
7878
b1b51268
JM
7879#: config/alpha/alpha.c:394
7880msgid "128-bit long double not supported for VAX floats"
7881msgstr ""
7882
7883#: config/alpha/alpha.c:422
b97e55da
JM
7884#, c-format
7885msgid "L%d cache latency unknown for %s"
9e620082
ZW
7886msgstr ""
7887
b1b51268 7888#: config/alpha/alpha.c:437
b97e55da
JM
7889#, c-format
7890msgid "bad value `%s' for -mmemory-latency"
9e620082
ZW
7891msgstr ""
7892
b1b51268 7893#: config/alpha/alpha.c:5409
b97e55da
JM
7894#, c-format
7895msgid "invalid %%H value"
9e620082
ZW
7896msgstr ""
7897
b1b51268 7898#: config/alpha/alpha.c:5430
b97e55da
JM
7899#, c-format
7900msgid "invalid %%J value"
9e620082
ZW
7901msgstr ""
7902
b1b51268 7903#: config/alpha/alpha.c:5446 config/ia64/ia64.c:4289
b97e55da
JM
7904#, c-format
7905msgid "invalid %%r value"
7bbf788c
PT
7906msgstr ""
7907
b4117c30 7908#: config/alpha/alpha.c:5456 config/rs6000/rs6000.c:9478
b1b51268 7909#: config/xtensa/xtensa.c:2022
b97e55da
JM
7910#, c-format
7911msgid "invalid %%R value"
9e620082
ZW
7912msgstr ""
7913
b4117c30 7914#: config/alpha/alpha.c:5462 config/rs6000/rs6000.c:9397
b1b51268 7915#: config/xtensa/xtensa.c:1989
b97e55da
JM
7916#, c-format
7917msgid "invalid %%N value"
9e620082
ZW
7918msgstr ""
7919
b4117c30 7920#: config/alpha/alpha.c:5470 config/rs6000/rs6000.c:9425
b97e55da
JM
7921#, c-format
7922msgid "invalid %%P value"
9e620082
ZW
7923msgstr ""
7924
b1b51268 7925#: config/alpha/alpha.c:5478
b97e55da
JM
7926#, c-format
7927msgid "invalid %%h value"
d9b2742a
ZW
7928msgstr ""
7929
b1b51268 7930#: config/alpha/alpha.c:5486 config/xtensa/xtensa.c:2015
b97e55da
JM
7931#, c-format
7932msgid "invalid %%L value"
9e620082
ZW
7933msgstr ""
7934
b4117c30 7935#: config/alpha/alpha.c:5525 config/rs6000/rs6000.c:9379
b97e55da
JM
7936#, c-format
7937msgid "invalid %%m value"
9e620082
ZW
7938msgstr ""
7939
b4117c30 7940#: config/alpha/alpha.c:5533 config/rs6000/rs6000.c:9387
b97e55da
JM
7941#, c-format
7942msgid "invalid %%M value"
9e620082
ZW
7943msgstr ""
7944
b1b51268 7945#: config/alpha/alpha.c:5577
b97e55da
JM
7946#, c-format
7947msgid "invalid %%U value"
9e620082
ZW
7948msgstr ""
7949
b1b51268 7950#: config/alpha/alpha.c:5589 config/alpha/alpha.c:5603
b4117c30 7951#: config/rs6000/rs6000.c:9486
b97e55da
JM
7952#, c-format
7953msgid "invalid %%s value"
9e620082
ZW
7954msgstr ""
7955
b1b51268 7956#: config/alpha/alpha.c:5626
b97e55da
JM
7957#, c-format
7958msgid "invalid %%C value"
9e620082
ZW
7959msgstr ""
7960
b4117c30
ZW
7961#: config/alpha/alpha.c:5663 config/rs6000/rs6000.c:9216
7962#: config/rs6000/rs6000.c:9236
b97e55da
JM
7963#, c-format
7964msgid "invalid %%E value"
9e620082
ZW
7965msgstr ""
7966
b1b51268 7967#: config/alpha/alpha.c:5688 config/alpha/alpha.c:5736
b97e55da 7968msgid "unknown relocation unspec"
9e620082
ZW
7969msgstr ""
7970
b4117c30 7971#: config/alpha/alpha.c:5697 config/rs6000/rs6000.c:9809
b97e55da
JM
7972#, c-format
7973msgid "invalid %%xn code"
9e620082
ZW
7974msgstr ""
7975
b1b51268
JM
7976#: config/alpha/alpha.c:6641 config/alpha/alpha.c:6644 config/s390/s390.c:6515
7977#: config/s390/s390.c:6518
b97e55da 7978msgid "bad builtin fcode"
9e620082
ZW
7979msgstr ""
7980
01b84e13
JM
7981#. Macro to define tables used to set the flags.
7982#. This is a list in braces of pairs in braces,
7983#. each pair being { "NAME", VALUE }
7984#. where VALUE is the bits to set or minus the bits to clear.
7985#. An empty string NAME is used to identify the default VALUE.
7986#. WARNING: Do not mark empty strings for translation, as calling
7987#. gettext on an empty string does NOT return an empty
7988#. string.
b97e55da
JM
7989#. Macro to define tables used to set the flags.
7990#. This is a list in braces of pairs in braces,
7991#. each pair being { "NAME", VALUE }
7992#. where VALUE is the bits to set or minus the bits to clear.
7993#. An empty string NAME is used to identify the default VALUE.
b1b51268
JM
7994#: config/alpha/alpha.h:293 config/i386/i386.h:332 config/i386/i386.h:334
7995#: config/i386/i386.h:336 config/ns32k/ns32k.h:140 config/s390/s390.h:124
7996#: config/sparc/sparc.h:538 config/sparc/sparc.h:543
b97e55da 7997msgid "Use hardware fp"
9e620082
ZW
7998msgstr ""
7999
b1b51268
JM
8000#: config/alpha/alpha.h:294 config/i386/i386.h:333 config/i386/i386.h:335
8001#: config/sparc/sparc.h:540 config/sparc/sparc.h:545
b97e55da 8002msgid "Do not use hardware fp"
9e620082
ZW
8003msgstr ""
8004
b1b51268 8005#: config/alpha/alpha.h:295
b97e55da 8006msgid "Use fp registers"
9e620082
ZW
8007msgstr ""
8008
b1b51268 8009#: config/alpha/alpha.h:297
b97e55da 8010msgid "Do not use fp registers"
9e620082
ZW
8011msgstr ""
8012
b1b51268 8013#: config/alpha/alpha.h:298
b97e55da 8014msgid "Do not assume GAS"
9e620082
ZW
8015msgstr ""
8016
b1b51268 8017#: config/alpha/alpha.h:299
b97e55da 8018msgid "Assume GAS"
9e620082
ZW
8019msgstr ""
8020
b1b51268 8021#: config/alpha/alpha.h:301
b97e55da 8022msgid "Request IEEE-conformant math library routines (OSF/1)"
7bbf788c
PT
8023msgstr ""
8024
b1b51268 8025#: config/alpha/alpha.h:303
b97e55da 8026msgid "Emit IEEE-conformant code, without inexact exceptions"
9e620082
ZW
8027msgstr ""
8028
b1b51268 8029#: config/alpha/alpha.h:305
b97e55da 8030msgid "Emit IEEE-conformant code, with inexact exceptions"
9e620082
ZW
8031msgstr ""
8032
b1b51268 8033#: config/alpha/alpha.h:307
b97e55da 8034msgid "Do not emit complex integer constants to read-only memory"
9e620082
ZW
8035msgstr ""
8036
b1b51268 8037#: config/alpha/alpha.h:308
b97e55da 8038msgid "Use VAX fp"
9e620082
ZW
8039msgstr ""
8040
b1b51268 8041#: config/alpha/alpha.h:309
b97e55da 8042msgid "Do not use VAX fp"
9e620082
ZW
8043msgstr ""
8044
b1b51268 8045#: config/alpha/alpha.h:310
b97e55da 8046msgid "Emit code for the byte/word ISA extension"
9e620082
ZW
8047msgstr ""
8048
b1b51268 8049#: config/alpha/alpha.h:313
b97e55da 8050msgid "Emit code for the motion video ISA extension"
9e620082
ZW
8051msgstr ""
8052
b1b51268 8053#: config/alpha/alpha.h:316
b97e55da 8054msgid "Emit code for the fp move and sqrt ISA extension"
9e620082
ZW
8055msgstr ""
8056
b1b51268 8057#: config/alpha/alpha.h:318
b97e55da 8058msgid "Emit code for the counting ISA extension"
9e620082
ZW
8059msgstr ""
8060
b1b51268 8061#: config/alpha/alpha.h:321
b97e55da 8062msgid "Emit code using explicit relocation directives"
7bbf788c
PT
8063msgstr ""
8064
b1b51268 8065#: config/alpha/alpha.h:324
b97e55da 8066msgid "Emit 16-bit relocations to the small data areas"
9e620082
ZW
8067msgstr ""
8068
b1b51268 8069#: config/alpha/alpha.h:326
b97e55da 8070msgid "Emit 32-bit relocations to the small data areas"
7bbf788c
PT
8071msgstr ""
8072
b1b51268 8073#: config/alpha/alpha.h:328
b97e55da 8074msgid "Emit direct branches to local functions"
9e620082
ZW
8075msgstr ""
8076
b1b51268 8077#: config/alpha/alpha.h:331
b97e55da 8078msgid "Emit rdval instead of rduniq for thread pointer"
9e620082
ZW
8079msgstr ""
8080
b1b51268
JM
8081#: config/alpha/alpha.h:333
8082msgid "Use 128-bit long double"
8083msgstr ""
8084
8085#: config/alpha/alpha.h:335
8086msgid "Use 64-bit long double"
8087msgstr ""
8088
b97e55da
JM
8089#. For -mcpu=
8090#. For -mtune=
8091#. For -mfp-rounding-mode=[n|m|c|d]
8092#. For -mfp-trap-mode=[n|u|su|sui]
8093#. For -mtrap-precision=[p|f|i]
8094#. For -mmemory-latency=
8095#. For -mtls-size=
b1b51268 8096#: config/alpha/alpha.h:364
b97e55da 8097msgid "Use features of and schedule given CPU"
9e620082
ZW
8098msgstr ""
8099
b1b51268 8100#: config/alpha/alpha.h:366
b97e55da 8101msgid "Schedule given CPU"
9e620082
ZW
8102msgstr ""
8103
b1b51268 8104#: config/alpha/alpha.h:368
b97e55da 8105msgid "Control the generated fp rounding mode"
9e620082
ZW
8106msgstr ""
8107
b1b51268 8108#: config/alpha/alpha.h:370
b97e55da 8109msgid "Control the IEEE trap mode"
9e620082
ZW
8110msgstr ""
8111
b1b51268 8112#: config/alpha/alpha.h:372
b97e55da 8113msgid "Control the precision given to fp exceptions"
9e620082
ZW
8114msgstr ""
8115
b1b51268 8116#: config/alpha/alpha.h:374
b97e55da 8117msgid "Tune expected memory latency"
9e620082
ZW
8118msgstr ""
8119
b1b51268 8120#: config/alpha/alpha.h:376 config/ia64/ia64.h:275 config/rs6000/sysv4.h:90
b97e55da 8121msgid "Specify bit size of immediate TLS offsets"
9d967a7e
ZW
8122msgstr ""
8123
b1b51268 8124#: config/arc/arc.c:166
b97e55da
JM
8125#, c-format
8126msgid "bad value (%s) for -mcpu switch"
d9b2742a
ZW
8127msgstr ""
8128
b1b51268 8129#: config/arc/arc.c:388
b97e55da
JM
8130#, c-format
8131msgid "argument of `%s' attribute is not a string constant"
9e620082
ZW
8132msgstr ""
8133
b1b51268 8134#: config/arc/arc.c:395
b97e55da
JM
8135#, c-format
8136msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
9e620082
ZW
8137msgstr ""
8138
b1b51268 8139#: config/arc/arc.c:1733 config/m32r/m32r.c:2340
5b7874aa 8140#, c-format
b97e55da 8141msgid "invalid operand to %%R code"
9e620082
ZW
8142msgstr ""
8143
b1b51268 8144#: config/arc/arc.c:1765 config/m32r/m32r.c:2363
b97e55da
JM
8145#, c-format
8146msgid "invalid operand to %%H/%%L code"
d9b2742a
ZW
8147msgstr ""
8148
b1b51268 8149#: config/arc/arc.c:1788 config/m32r/m32r.c:2434
b97e55da
JM
8150#, c-format
8151msgid "invalid operand to %%U code"
d9b2742a
ZW
8152msgstr ""
8153
b1b51268 8154#: config/arc/arc.c:1799
5b7874aa 8155#, c-format
b97e55da 8156msgid "invalid operand to %%V code"
9e620082
ZW
8157msgstr ""
8158
b97e55da 8159#. Unknown flag.
01b84e13 8160#. Undocumented flag.
b1b51268 8161#: config/arc/arc.c:1806 config/m32r/m32r.c:2461 config/sparc/sparc.c:7159
b97e55da 8162msgid "invalid operand output code"
9e620082
ZW
8163msgstr ""
8164
b4117c30 8165#: config/arm/arm.c:627
5b7874aa 8166#, c-format
b97e55da 8167msgid "switch -mcpu=%s conflicts with -march= switch"
9e620082
ZW
8168msgstr ""
8169
b4117c30 8170#: config/arm/arm.c:637 config/rs6000/rs6000.c:847 config/sparc/sparc.c:436
5b7874aa 8171#, c-format
b97e55da 8172msgid "bad value (%s) for %s switch"
9e620082
ZW
8173msgstr ""
8174
b4117c30 8175#: config/arm/arm.c:743
b97e55da 8176msgid "target CPU does not support interworking"
9e620082
ZW
8177msgstr ""
8178
b4117c30 8179#: config/arm/arm.c:749
b97e55da 8180msgid "target CPU does not support THUMB instructions"
9e620082
ZW
8181msgstr ""
8182
b4117c30 8183#: config/arm/arm.c:763
5b7874aa 8184msgid ""
b97e55da 8185"enabling backtrace support is only meaningful when compiling for the Thumb"
9e620082
ZW
8186msgstr ""
8187
b4117c30 8188#: config/arm/arm.c:766
5b7874aa 8189msgid ""
b97e55da
JM
8190"enabling callee interworking support is only meaningful when compiling for "
8191"the Thumb"
9e620082
ZW
8192msgstr ""
8193
b4117c30 8194#: config/arm/arm.c:769
a47a6810 8195msgid ""
b97e55da
JM
8196"enabling caller interworking support is only meaningful when compiling for "
8197"the Thumb"
a47a6810
JM
8198msgstr ""
8199
b4117c30 8200#: config/arm/arm.c:773
b97e55da 8201msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
9e620082
ZW
8202msgstr ""
8203
b4117c30 8204#: config/arm/arm.c:781
b97e55da 8205msgid "-fpic and -mapcs-reent are incompatible"
9e620082
ZW
8206msgstr ""
8207
b4117c30 8208#: config/arm/arm.c:784
b97e55da 8209msgid "APCS reentrant code not supported. Ignored"
9e620082
ZW
8210msgstr ""
8211
b4117c30 8212#: config/arm/arm.c:792
b97e55da 8213msgid "-g with -mno-apcs-frame may not give sensible debugging"
9e620082
ZW
8214msgstr ""
8215
b4117c30 8216#: config/arm/arm.c:800
b97e55da 8217msgid "passing floating point arguments in fp regs not yet supported"
9e620082
ZW
8218msgstr ""
8219
b4117c30 8220#: config/arm/arm.c:830
b1b51268
JM
8221#, c-format
8222msgid "invalid ABI option: -mabi=%s"
8223msgstr ""
8224
b4117c30 8225#: config/arm/arm.c:836
b1b51268
JM
8226msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8227msgstr ""
8228
b4117c30 8229#: config/arm/arm.c:839
b1b51268
JM
8230msgid "iwmmxt abi requires an iwmmxt capable cpu"
8231msgstr ""
8232
b4117c30 8233#: config/arm/arm.c:849
b06c20ee
JM
8234#, c-format
8235msgid "invalid floating point emulation option: -mfpe=%s"
8236msgstr ""
8237
b4117c30 8238#: config/arm/arm.c:866
b06c20ee
JM
8239#, c-format
8240msgid "invalid floating point option: -mfpu=%s"
8241msgstr ""
8242
b4117c30 8243#: config/arm/arm.c:907
b97e55da 8244#, c-format
b06c20ee 8245msgid "invalid floating point abi: -mfloat-abi=%s"
1737c953
JM
8246msgstr ""
8247
b4117c30 8248#: config/arm/arm.c:920
b06c20ee 8249msgid "-mfloat-abi=softfp"
1737c953
JM
8250msgstr ""
8251
b4117c30 8252#: config/arm/arm.c:945
b1b51268
JM
8253#, c-format
8254msgid "structure size boundary can only be set to %s"
1737c953
JM
8255msgstr ""
8256
b4117c30 8257#: config/arm/arm.c:954
b97e55da 8258msgid "-mpic-register= is useless without -fpic"
1737c953
JM
8259msgstr ""
8260
b4117c30 8261#: config/arm/arm.c:961
b97e55da
JM
8262#, c-format
8263msgid "unable to use '%s' for PIC register"
1737c953
JM
8264msgstr ""
8265
b4117c30 8266#: config/arm/arm.c:2475 config/arm/arm.c:2493 config/avr/avr.c:4566
b1b51268
JM
8267#: config/c4x/c4x.c:4497 config/h8300/h8300.c:4377 config/i386/i386.c:1640
8268#: config/i386/i386.c:1686 config/ip2k/ip2k.c:3178
8269#: config/m68hc11/m68hc11.c:1325 config/m68k/m68k.c:341
8270#: config/mcore/mcore.c:3394 config/ns32k/ns32k.c:1068
b4117c30 8271#: config/rs6000/rs6000.c:15220 config/sh/sh.c:6893 config/sh/sh.c:6914
b1b51268 8272#: config/sh/sh.c:6949 config/stormy16/stormy16.c:2048 config/v850/v850.c:2184
b97e55da
JM
8273#, c-format
8274msgid "`%s' attribute only applies to functions"
9e620082
ZW
8275msgstr ""
8276
b4117c30 8277#: config/arm/arm.c:11569
b97e55da 8278msgid "unable to compute real location of stacked parameter"
9e620082
ZW
8279msgstr ""
8280
b97e55da 8281#. @@@ better error message
b4117c30 8282#: config/arm/arm.c:12201 config/arm/arm.c:12238
b97e55da 8283msgid "selector must be an immediate"
9e620082
ZW
8284msgstr ""
8285
b97e55da 8286#. @@@ better error message
b4117c30 8287#: config/arm/arm.c:12281 config/i386/i386.c:14142 config/i386/i386.c:14176
b97e55da 8288msgid "mask must be an immediate"
9e620082
ZW
8289msgstr ""
8290
b4117c30 8291#: config/arm/arm.c:12979
b97e55da 8292msgid "no low registers available for popping high registers"
9e620082
ZW
8293msgstr ""
8294
b4117c30 8295#: config/arm/arm.c:13188
b97e55da 8296msgid "interrupt Service Routines cannot be coded in Thumb mode"
9e620082
ZW
8297msgstr ""
8298
b1b51268 8299#: config/arm/pe.c:171 config/mcore/mcore.c:3260
b97e55da 8300msgid "%Jinitialized variable '%D' is marked dllimport"
9e620082
ZW
8301msgstr ""
8302
b1b51268 8303#: config/arm/pe.c:180
b97e55da 8304msgid "%Jstatic variable '%D' is marked dllimport"
9e620082
ZW
8305msgstr ""
8306
b4117c30 8307#: config/arm/arm.h:306
b97e55da 8308msgid "Generate APCS conformant stack frames"
9e620082
ZW
8309msgstr ""
8310
b4117c30 8311#: config/arm/arm.h:309
b97e55da 8312msgid "Store function names in object code"
9e620082
ZW
8313msgstr ""
8314
b4117c30 8315#: config/arm/arm.h:315
b97e55da 8316msgid "Pass FP arguments in FP registers"
9e620082
ZW
8317msgstr ""
8318
b4117c30 8319#: config/arm/arm.h:318
b97e55da 8320msgid "Generate re-entrant, PIC code"
9e620082
ZW
8321msgstr ""
8322
b4117c30 8323#: config/arm/arm.h:321
b97e55da 8324msgid "Use library calls to perform FP operations"
9e620082
ZW
8325msgstr ""
8326
b4117c30 8327#: config/arm/arm.h:323
b97e55da 8328msgid "Use hardware floating point instructions"
9e620082
ZW
8329msgstr ""
8330
b4117c30 8331#: config/arm/arm.h:325
b97e55da 8332msgid "Assume target CPU is configured as big endian"
9e620082
ZW
8333msgstr ""
8334
b4117c30 8335#: config/arm/arm.h:327
b97e55da 8336msgid "Assume target CPU is configured as little endian"
9e620082
ZW
8337msgstr ""
8338
b4117c30 8339#: config/arm/arm.h:329
b97e55da 8340msgid "Assume big endian bytes, little endian words"
9e620082
ZW
8341msgstr ""
8342
b4117c30 8343#: config/arm/arm.h:331
b97e55da 8344msgid "Support calls between Thumb and ARM instruction sets"
9e620082
ZW
8345msgstr ""
8346
b4117c30 8347#: config/arm/arm.h:334
b97e55da 8348msgid "Generate a call to abort if a noreturn function returns"
9e620082
ZW
8349msgstr ""
8350
b4117c30 8351#: config/arm/arm.h:337
b97e55da 8352msgid "Do not move instructions into a function's prologue"
9e620082
ZW
8353msgstr ""
8354
b4117c30 8355#: config/arm/arm.h:340
b97e55da 8356msgid "Do not load the PIC register in function prologues"
9e620082
ZW
8357msgstr ""
8358
b4117c30 8359#: config/arm/arm.h:343
b97e55da 8360msgid "Generate call insns as indirect calls, if necessary"
9e620082
ZW
8361msgstr ""
8362
b4117c30 8363#: config/arm/arm.h:346
b97e55da 8364msgid "Compile for the Thumb not the ARM"
9e620082
ZW
8365msgstr ""
8366
b4117c30 8367#: config/arm/arm.h:350
b97e55da 8368msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
9e620082
ZW
8369msgstr ""
8370
b4117c30 8371#: config/arm/arm.h:353
b97e55da 8372msgid "Thumb: Generate (leaf) stack frames even if not needed"
9e620082
ZW
8373msgstr ""
8374
b4117c30 8375#: config/arm/arm.h:356
b97e55da 8376msgid "Thumb: Assume non-static functions may be called from ARM code"
d9b2742a
ZW
8377msgstr ""
8378
b4117c30 8379#: config/arm/arm.h:360
b97e55da 8380msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
9e620082
ZW
8381msgstr ""
8382
b4117c30 8383#: config/arm/arm.h:364
b97e55da 8384msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
9e620082
ZW
8385msgstr ""
8386
b4117c30 8387#: config/arm/arm.h:366
b97e55da 8388msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
9e620082
ZW
8389msgstr ""
8390
b4117c30 8391#: config/arm/arm.h:374
b97e55da 8392msgid "Specify the name of the target CPU"
9e620082
ZW
8393msgstr ""
8394
b4117c30 8395#: config/arm/arm.h:376
b97e55da 8396msgid "Specify the name of the target architecture"
9e620082
ZW
8397msgstr ""
8398
b4117c30 8399#: config/arm/arm.h:381
b06c20ee
JM
8400msgid "Specify the name of the target floating point hardware/format"
8401msgstr ""
8402
b4117c30 8403#: config/arm/arm.h:383
b06c20ee 8404msgid "Specify if floating point hardware should be used"
9e620082
ZW
8405msgstr ""
8406
b4117c30 8407#: config/arm/arm.h:385
b97e55da 8408msgid "Specify the minimum bit alignment of structures"
9e620082
ZW
8409msgstr ""
8410
b4117c30 8411#: config/arm/arm.h:387
b97e55da
JM
8412msgid "Specify the register to be used for PIC addressing"
8413msgstr ""
8414
b4117c30 8415#: config/arm/arm.h:388 config/mips/mips.h:787
b1b51268
JM
8416msgid "Specify an ABI"
8417msgstr ""
8418
b4117c30 8419#: config/arm/pe.h:66
b97e55da 8420msgid "Ignore dllimport attribute for functions"
9e620082
ZW
8421msgstr ""
8422
b1b51268 8423#: config/avr/avr.c:521
a47a6810 8424#, c-format
b97e55da 8425msgid "large frame pointer change (%d) with -mtiny-stack"
9e620082
ZW
8426msgstr ""
8427
b1b51268 8428#: config/avr/avr.c:1108
b97e55da 8429msgid "bad address, not (reg+disp):"
9e620082
ZW
8430msgstr ""
8431
b1b51268 8432#: config/avr/avr.c:1116
b97e55da 8433msgid "internal compiler error. Bad address:"
9e620082
ZW
8434msgstr ""
8435
b1b51268 8436#: config/avr/avr.c:1129
b97e55da 8437msgid "internal compiler error. Unknown mode:"
9e620082
ZW
8438msgstr ""
8439
b1b51268 8440#: config/avr/avr.c:1751 config/avr/avr.c:2412
b97e55da 8441msgid "invalid insn:"
9e620082
ZW
8442msgstr ""
8443
b1b51268
JM
8444#: config/avr/avr.c:1785 config/avr/avr.c:1868 config/avr/avr.c:1917
8445#: config/avr/avr.c:1926 config/avr/avr.c:2021 config/avr/avr.c:2190
8446#: config/avr/avr.c:2446 config/avr/avr.c:2554
b97e55da 8447msgid "incorrect insn:"
9e620082
ZW
8448msgstr ""
8449
b1b51268
JM
8450#: config/avr/avr.c:1945 config/avr/avr.c:2106 config/avr/avr.c:2261
8451#: config/avr/avr.c:2598
b97e55da 8452msgid "unknown move insn:"
9e620082
ZW
8453msgstr ""
8454
b1b51268 8455#: config/avr/avr.c:2821
b97e55da 8456msgid "bad shift insn:"
9e620082
ZW
8457msgstr ""
8458
b1b51268 8459#: config/avr/avr.c:2934 config/avr/avr.c:3355 config/avr/avr.c:3726
b97e55da 8460msgid "internal compiler error. Incorrect shift:"
9e620082
ZW
8461msgstr ""
8462
b1b51268 8463#: config/avr/avr.c:4540 config/ip2k/ip2k.c:3153
b97e55da 8464msgid "only initialized variables can be placed into program memory area"
9e620082
ZW
8465msgstr ""
8466
b1b51268 8467#: config/avr/avr.c:4634
b97e55da 8468msgid "only uninitialized variables can be placed in the .noinit section"
1737c953
JM
8469msgstr ""
8470
b1b51268 8471#: config/avr/avr.c:4648
1737c953 8472#, c-format
b97e55da 8473msgid "MCU `%s' supported for assembler only"
1737c953
JM
8474msgstr ""
8475
01b84e13 8476#: config/avr/avr.h:73
b97e55da 8477msgid "Assume int to be 8 bit integer"
9e620082
ZW
8478msgstr ""
8479
01b84e13 8480#: config/avr/avr.h:75
b97e55da 8481msgid "Change the stack pointer without disabling interrupts"
9e620082
ZW
8482msgstr ""
8483
01b84e13 8484#: config/avr/avr.h:77
b97e55da 8485msgid "Use subroutines for function prologue/epilogue"
9e620082
ZW
8486msgstr ""
8487
01b84e13 8488#: config/avr/avr.h:79
b97e55da 8489msgid "Change only the low 8 bits of the stack pointer"
9e620082
ZW
8490msgstr ""
8491
01b84e13 8492#: config/avr/avr.h:81
b97e55da 8493msgid "Do not generate tablejump insns"
9e620082
ZW
8494msgstr ""
8495
01b84e13 8496#: config/avr/avr.h:83
b97e55da 8497msgid "Use rjmp/rcall (limited range) on >8K devices"
a47a6810
JM
8498msgstr ""
8499
01b84e13 8500#: config/avr/avr.h:85
b97e55da 8501msgid "Output instruction sizes to the asm file"
9e620082
ZW
8502msgstr ""
8503
01b84e13 8504#: config/avr/avr.h:102
b97e55da 8505msgid "Specify the initial stack address"
9e620082
ZW
8506msgstr ""
8507
01b84e13 8508#: config/avr/avr.h:103
b97e55da 8509msgid "Specify the MCU name"
9e620082
ZW
8510msgstr ""
8511
b1b51268 8512#: config/avr/avr.h:773
b97e55da 8513msgid "trampolines not supported"
9e620082
ZW
8514msgstr ""
8515
b97e55da 8516#: config/c4x/c4x-c.c:71
5b7874aa 8517#, c-format
b97e55da 8518msgid "missing '(' after '#pragma %s' - ignored"
9e620082
ZW
8519msgstr ""
8520
b97e55da
JM
8521#: config/c4x/c4x-c.c:74
8522#, c-format
8523msgid "missing function name in '#pragma %s' - ignored"
9e620082
ZW
8524msgstr ""
8525
b97e55da
JM
8526#: config/c4x/c4x-c.c:79
8527#, c-format
8528msgid "malformed '#pragma %s' - ignored"
9e620082
ZW
8529msgstr ""
8530
b97e55da 8531#: config/c4x/c4x-c.c:81
5b7874aa 8532#, c-format
b97e55da 8533msgid "missing section name in '#pragma %s' - ignored"
9e620082
ZW
8534msgstr ""
8535
b97e55da 8536#: config/c4x/c4x-c.c:86
5b7874aa 8537#, c-format
b97e55da 8538msgid "missing ')' for '#pragma %s' - ignored"
9e620082
ZW
8539msgstr ""
8540
b97e55da
JM
8541#: config/c4x/c4x-c.c:89
8542#, c-format
8543msgid "junk at end of '#pragma %s'"
a47a6810
JM
8544msgstr ""
8545
b06c20ee 8546#: config/c4x/c4x.c:308
5b7874aa 8547#, c-format
b97e55da 8548msgid "unknown CPU version %d, using 40.\n"
9e620082
ZW
8549msgstr ""
8550
b06c20ee 8551#: config/c4x/c4x.c:858
b97e55da
JM
8552#, c-format
8553msgid "ISR %s requires %d words of local vars, max is 32767"
9e620082
ZW
8554msgstr ""
8555
b06c20ee 8556#: config/c4x/c4x.c:1582
b97e55da 8557msgid "using CONST_DOUBLE for address"
9e620082
ZW
8558msgstr ""
8559
b06c20ee 8560#: config/c4x/c4x.c:1720
b97e55da 8561msgid "c4x_address_cost: Invalid addressing mode"
9e620082
ZW
8562msgstr ""
8563
b06c20ee 8564#: config/c4x/c4x.c:1855
5b7874aa 8565#, c-format
b97e55da 8566msgid "c4x_print_operand: %%L inconsistency"
9e620082
ZW
8567msgstr ""
8568
b06c20ee 8569#: config/c4x/c4x.c:1861
5b7874aa 8570#, c-format
b97e55da 8571msgid "c4x_print_operand: %%N inconsistency"
9e620082
ZW
8572msgstr ""
8573
b06c20ee 8574#: config/c4x/c4x.c:1902
5b7874aa 8575#, c-format
b97e55da 8576msgid "c4x_print_operand: %%O inconsistency"
a47a6810
JM
8577msgstr ""
8578
b06c20ee 8579#: config/c4x/c4x.c:1997
b97e55da 8580msgid "c4x_print_operand: Bad operand case"
9e620082
ZW
8581msgstr ""
8582
b06c20ee 8583#: config/c4x/c4x.c:2038
b97e55da 8584msgid "c4x_print_operand_address: Bad post_modify"
9e620082
ZW
8585msgstr ""
8586
b06c20ee 8587#: config/c4x/c4x.c:2060
b97e55da 8588msgid "c4x_print_operand_address: Bad pre_modify"
9e620082
ZW
8589msgstr ""
8590
b06c20ee 8591#: config/c4x/c4x.c:2108 config/c4x/c4x.c:2120 config/c4x/c4x.c:2135
b97e55da 8592msgid "c4x_print_operand_address: Bad operand case"
9e620082
ZW
8593msgstr ""
8594
b06c20ee 8595#: config/c4x/c4x.c:2386
b97e55da 8596msgid "c4x_rptb_insert: Cannot find start label"
7bbf788c
PT
8597msgstr ""
8598
b1b51268 8599#: config/c4x/c4x.c:3301 config/c4x/c4x.c:3319
b97e55da 8600msgid "mode not QImode"
9e620082
ZW
8601msgstr ""
8602
b1b51268 8603#: config/c4x/c4x.c:3389
b97e55da 8604msgid "invalid indirect memory address"
9e620082
ZW
8605msgstr ""
8606
b1b51268 8607#: config/c4x/c4x.c:3478
b97e55da 8608msgid "invalid indirect (S) memory address"
a47a6810
JM
8609msgstr ""
8610
b1b51268 8611#: config/c4x/c4x.c:3819
b97e55da 8612msgid "c4x_valid_operands: Internal error"
d9b2742a
ZW
8613msgstr ""
8614
b1b51268 8615#: config/c4x/c4x.c:4266
b97e55da 8616msgid "c4x_operand_subword: invalid mode"
9d967a7e
ZW
8617msgstr ""
8618
b1b51268 8619#: config/c4x/c4x.c:4269
b97e55da 8620msgid "c4x_operand_subword: invalid operand"
a47a6810
JM
8621msgstr ""
8622
b97e55da
JM
8623#. We could handle these with some difficulty.
8624#. e.g., *p-- => *(p-=2); *(p+1).
b1b51268 8625#: config/c4x/c4x.c:4295
b97e55da 8626msgid "c4x_operand_subword: invalid autoincrement"
a47a6810
JM
8627msgstr ""
8628
b1b51268 8629#: config/c4x/c4x.c:4301
b97e55da 8630msgid "c4x_operand_subword: invalid address"
a47a6810
JM
8631msgstr ""
8632
b1b51268 8633#: config/c4x/c4x.c:4312
b97e55da 8634msgid "c4x_operand_subword: address not offsettable"
d9b2742a
ZW
8635msgstr ""
8636
b1b51268 8637#: config/c4x/c4x.c:4522
b97e55da 8638msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9d967a7e
ZW
8639msgstr ""
8640
b97e55da
JM
8641#. Target compilation option flags.
8642#. Small memory model.
8643#. Use 24-bit MPYI for C3x.
8644#. Fast fixing of floats.
8645#. Allow use of RPTS.
8646#. Emit C3x code.
8647#. Be compatible with TI assembler.
8648#. Be paranoid about DP reg. in ISRs.
8649#. Pass arguments on stack.
8650#. Enable features under development.
8651#. Enable repeat block.
8652#. Use BK as general register.
8653#. Use decrement and branch for C3x.
8654#. Enable debugging of GCC.
8655#. Force constants into registers.
8656#. Allow unsigned loop counters.
8657#. Force op0 and op1 to be same.
8658#. Save all 40 bits for floats.
8659#. Allow parallel insns.
8660#. Allow MPY||ADD, MPY||SUB insns.
8661#. Assume mem refs possibly aliased.
8662#. Emit C30 code.
8663#. Emit C31 code.
8664#. Emit C32 code.
8665#. Emit C33 code.
8666#. Emit C40 code.
8667#. Emit C44 code.
8668#. Run-time compilation parameters selecting different hardware subsets.
8669#.
8670#. Macro to define tables used to set the flags.
8671#. This is a list in braces of triplets in braces,
8672#. each pair being { "NAME", VALUE, "DESCRIPTION" }
8673#. where VALUE is the bits to set or minus the bits to clear.
8674#. An empty string NAME is used to identify the default VALUE.
8675#: config/c4x/c4x.h:168
8676msgid "Small memory model"
9d967a7e
ZW
8677msgstr ""
8678
b97e55da
JM
8679#: config/c4x/c4x.h:170
8680msgid "Big memory model"
9d967a7e
ZW
8681msgstr ""
8682
b97e55da
JM
8683#: config/c4x/c4x.h:172
8684msgid "Use MPYI instruction for C3x"
9d967a7e
ZW
8685msgstr ""
8686
b97e55da
JM
8687#: config/c4x/c4x.h:174
8688msgid "Do not use MPYI instruction for C3x"
9d967a7e
ZW
8689msgstr ""
8690
b97e55da
JM
8691#: config/c4x/c4x.h:176
8692msgid "Use fast but approximate float to integer conversion"
7bbf788c
PT
8693msgstr ""
8694
b97e55da
JM
8695#: config/c4x/c4x.h:178
8696msgid "Use slow but accurate float to integer conversion"
d9b2742a
ZW
8697msgstr ""
8698
b97e55da
JM
8699#: config/c4x/c4x.h:180
8700msgid "Enable use of RTPS instruction"
d9b2742a
ZW
8701msgstr ""
8702
b97e55da
JM
8703#: config/c4x/c4x.h:182
8704msgid "Disable use of RTPS instruction"
d9b2742a
ZW
8705msgstr ""
8706
b97e55da
JM
8707#: config/c4x/c4x.h:184
8708msgid "Enable use of RTPB instruction"
d9b2742a
ZW
8709msgstr ""
8710
b97e55da
JM
8711#: config/c4x/c4x.h:186
8712msgid "Disable use of RTPB instruction"
d9b2742a
ZW
8713msgstr ""
8714
b97e55da
JM
8715#: config/c4x/c4x.h:188
8716msgid "Generate code for C30 CPU"
d9b2742a
ZW
8717msgstr ""
8718
b97e55da
JM
8719#: config/c4x/c4x.h:190
8720msgid "Generate code for C31 CPU"
d9b2742a
ZW
8721msgstr ""
8722
b97e55da
JM
8723#: config/c4x/c4x.h:192
8724msgid "Generate code for C32 CPU"
d9b2742a
ZW
8725msgstr ""
8726
b97e55da
JM
8727#: config/c4x/c4x.h:194
8728msgid "Generate code for C33 CPU"
d9b2742a
ZW
8729msgstr ""
8730
b97e55da
JM
8731#: config/c4x/c4x.h:196
8732msgid "Generate code for C40 CPU"
9e620082
ZW
8733msgstr ""
8734
b97e55da
JM
8735#: config/c4x/c4x.h:198
8736msgid "Generate code for C44 CPU"
9e620082
ZW
8737msgstr ""
8738
b97e55da
JM
8739#: config/c4x/c4x.h:200
8740msgid "Emit code compatible with TI tools"
9e620082
ZW
8741msgstr ""
8742
b97e55da
JM
8743#: config/c4x/c4x.h:202
8744msgid "Emit code to use GAS extensions"
9e620082
ZW
8745msgstr ""
8746
b97e55da
JM
8747#: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8748msgid "Save DP across ISR in small memory model"
9e620082
ZW
8749msgstr ""
8750
b97e55da
JM
8751#: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8752msgid "Don't save DP across ISR in small memory model"
9e620082
ZW
8753msgstr ""
8754
b97e55da
JM
8755#: config/c4x/c4x.h:212
8756msgid "Pass arguments on the stack"
9e620082
ZW
8757msgstr ""
8758
b97e55da
JM
8759#: config/c4x/c4x.h:214
8760msgid "Pass arguments in registers"
9e620082
ZW
8761msgstr ""
8762
b97e55da
JM
8763#: config/c4x/c4x.h:216
8764msgid "Enable new features under development"
d9b2742a
ZW
8765msgstr ""
8766
b97e55da
JM
8767#: config/c4x/c4x.h:218
8768msgid "Disable new features under development"
9e620082
ZW
8769msgstr ""
8770
b97e55da
JM
8771#: config/c4x/c4x.h:220
8772msgid "Use the BK register as a general purpose register"
9e620082
ZW
8773msgstr ""
8774
b97e55da
JM
8775#: config/c4x/c4x.h:222
8776msgid "Do not allocate BK register"
9e620082
ZW
8777msgstr ""
8778
b97e55da
JM
8779#: config/c4x/c4x.h:224
8780msgid "Enable use of DB instruction"
9e620082
ZW
8781msgstr ""
8782
b97e55da
JM
8783#: config/c4x/c4x.h:226
8784msgid "Disable use of DB instruction"
9e620082
ZW
8785msgstr ""
8786
b97e55da
JM
8787#: config/c4x/c4x.h:228
8788msgid "Enable debugging"
9e620082
ZW
8789msgstr ""
8790
b97e55da
JM
8791#: config/c4x/c4x.h:230
8792msgid "Disable debugging"
9e620082
ZW
8793msgstr ""
8794
b97e55da
JM
8795#: config/c4x/c4x.h:232
8796msgid "Force constants into registers to improve hoisting"
9e620082
ZW
8797msgstr ""
8798
b97e55da
JM
8799#: config/c4x/c4x.h:234
8800msgid "Don't force constants into registers"
9e620082
ZW
8801msgstr ""
8802
b97e55da
JM
8803#: config/c4x/c4x.h:236
8804msgid "Force RTL generation to emit valid 3 operand insns"
9e620082
ZW
8805msgstr ""
8806
b97e55da
JM
8807#: config/c4x/c4x.h:238
8808msgid "Allow RTL generation to emit invalid 3 operand insns"
9e620082
ZW
8809msgstr ""
8810
b97e55da
JM
8811#: config/c4x/c4x.h:240
8812msgid "Allow unsigned iteration counts for RPTB/DB"
9e620082
ZW
8813msgstr ""
8814
b97e55da
JM
8815#: config/c4x/c4x.h:242
8816msgid "Disallow unsigned iteration counts for RPTB/DB"
9e620082
ZW
8817msgstr ""
8818
b97e55da
JM
8819#: config/c4x/c4x.h:244
8820msgid "Preserve all 40 bits of FP reg across call"
9e620082
ZW
8821msgstr ""
8822
b97e55da
JM
8823#: config/c4x/c4x.h:246
8824msgid "Only preserve 32 bits of FP reg across call"
9e620082
ZW
8825msgstr ""
8826
b97e55da
JM
8827#: config/c4x/c4x.h:248
8828msgid "Enable parallel instructions"
9e620082
ZW
8829msgstr ""
8830
b97e55da
JM
8831#: config/c4x/c4x.h:250
8832msgid "Disable parallel instructions"
9e620082
ZW
8833msgstr ""
8834
b97e55da
JM
8835#: config/c4x/c4x.h:252
8836msgid "Enable MPY||ADD and MPY||SUB instructions"
a47a6810
JM
8837msgstr ""
8838
b97e55da
JM
8839#: config/c4x/c4x.h:254
8840msgid "Disable MPY||ADD and MPY||SUB instructions"
9e620082
ZW
8841msgstr ""
8842
b97e55da
JM
8843#: config/c4x/c4x.h:256
8844msgid "Assume that pointers may be aliased"
9e620082
ZW
8845msgstr ""
8846
b97e55da
JM
8847#: config/c4x/c4x.h:258
8848msgid "Assume that pointers not aliased"
9e620082
ZW
8849msgstr ""
8850
b06c20ee 8851#: config/c4x/c4x.h:332
b97e55da 8852msgid "Specify maximum number of iterations for RPTS"
9e620082
ZW
8853msgstr ""
8854
b06c20ee 8855#: config/c4x/c4x.h:334
b97e55da 8856msgid "Select CPU to generate code for"
9e620082
ZW
8857msgstr ""
8858
b1b51268 8859#: config/cris/cris.c:618
b97e55da 8860msgid "unexpected index-type in cris_print_index"
9e620082
ZW
8861msgstr ""
8862
b1b51268 8863#: config/cris/cris.c:632
b97e55da 8864msgid "unexpected base-type in cris_print_base"
9e620082
ZW
8865msgstr ""
8866
b1b51268 8867#: config/cris/cris.c:925
5b7874aa 8868#, c-format
b97e55da 8869msgid "stackframe too big: %d bytes"
9e620082
ZW
8870msgstr ""
8871
b1b51268 8872#: config/cris/cris.c:1236
b97e55da 8873msgid "allocated but unused delay list in epilogue"
9d967a7e
ZW
8874msgstr ""
8875
b1b51268 8876#: config/cris/cris.c:1246
b97e55da
JM
8877msgid ""
8878"unexpected function type needing stack adjustment for __builtin_eh_return"
9e620082
ZW
8879msgstr ""
8880
b1b51268 8881#: config/cris/cris.c:1322
b97e55da 8882msgid "invalid operand for 'b' modifier"
9e620082
ZW
8883msgstr ""
8884
b1b51268 8885#: config/cris/cris.c:1335
b97e55da 8886msgid "invalid operand for 'v' modifier"
a47a6810
JM
8887msgstr ""
8888
b1b51268 8889#: config/cris/cris.c:1345
b97e55da 8890msgid "invalid operand for 'P' modifier"
a47a6810
JM
8891msgstr ""
8892
b1b51268 8893#: config/cris/cris.c:1352
b97e55da 8894msgid "invalid operand for 'p' modifier"
9e620082
ZW
8895msgstr ""
8896
b1b51268 8897#: config/cris/cris.c:1391
b97e55da 8898msgid "invalid operand for 'z' modifier"
a47a6810
JM
8899msgstr ""
8900
b1b51268 8901#: config/cris/cris.c:1439 config/cris/cris.c:1469
b97e55da 8902msgid "invalid operand for 'H' modifier"
a47a6810
JM
8903msgstr ""
8904
b1b51268 8905#: config/cris/cris.c:1445
b97e55da 8906msgid "bad register"
a47a6810
JM
8907msgstr ""
8908
b1b51268 8909#: config/cris/cris.c:1483
b97e55da 8910msgid "invalid operand for 'e' modifier"
9e620082
ZW
8911msgstr ""
8912
b1b51268 8913#: config/cris/cris.c:1500
b97e55da 8914msgid "invalid operand for 'm' modifier"
9e620082
ZW
8915msgstr ""
8916
b1b51268 8917#: config/cris/cris.c:1525
b97e55da 8918msgid "invalid operand for 'A' modifier"
a47a6810
JM
8919msgstr ""
8920
b1b51268 8921#: config/cris/cris.c:1533
b97e55da 8922msgid "invalid operand for 'D' modifier"
9e620082
ZW
8923msgstr ""
8924
b1b51268 8925#: config/cris/cris.c:1547
b97e55da 8926msgid "invalid operand for 'T' modifier"
a47a6810
JM
8927msgstr ""
8928
b1b51268 8929#: config/cris/cris.c:1556
b97e55da
JM
8930msgid "invalid operand modifier letter"
8931msgstr ""
8932
b1b51268 8933#: config/cris/cris.c:1564
5b7874aa 8934#, c-format
b97e55da 8935msgid "internal error: bad register: %d"
9e620082
ZW
8936msgstr ""
8937
b1b51268 8938#: config/cris/cris.c:1612
b97e55da 8939msgid "unexpected multiplicative operand"
a47a6810
JM
8940msgstr ""
8941
b1b51268 8942#: config/cris/cris.c:1632
b97e55da 8943msgid "unexpected operand"
9e620082
ZW
8944msgstr ""
8945
b1b51268 8946#: config/cris/cris.c:1665 config/cris/cris.c:1675
b97e55da 8947msgid "unrecognized address"
9e620082
ZW
8948msgstr ""
8949
b1b51268 8950#: config/cris/cris.c:2025
b97e55da 8951msgid "internal error: sideeffect-insn affecting main effect"
9e620082
ZW
8952msgstr ""
8953
b97e55da 8954#. If we get here, the caller got its initial tests wrong.
b1b51268 8955#: config/cris/cris.c:2418
b97e55da 8956msgid "internal error: cris_side_effect_mode_ok with bad operands"
9e620082
ZW
8957msgstr ""
8958
b1b51268 8959#: config/cris/cris.c:2494 config/cris/cris.c:2555
b97e55da 8960msgid "unrecognized supposed constant"
9e620082
ZW
8961msgstr ""
8962
b1b51268 8963#: config/cris/cris.c:2599
b97e55da 8964msgid "unrecognized supposed constant in cris_global_pic_symbol"
9e620082
ZW
8965msgstr ""
8966
b1b51268 8967#: config/cris/cris.c:2618
b97e55da
JM
8968#, c-format
8969msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9e620082
ZW
8970msgstr ""
8971
b1b51268 8972#: config/cris/cris.c:2646
b97e55da
JM
8973#, c-format
8974msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9e620082
ZW
8975msgstr ""
8976
b1b51268 8977#: config/cris/cris.c:2682
b97e55da
JM
8978#, c-format
8979msgid "unknown CRIS cpu version specification in -mtune= : %s"
9e620082
ZW
8980msgstr ""
8981
b1b51268 8982#: config/cris/cris.c:2700
b97e55da 8983msgid "-fPIC and -fpic are not supported in this configuration"
9e620082
ZW
8984msgstr ""
8985
b1b51268 8986#: config/cris/cris.c:2716
b97e55da 8987msgid "that particular -g option is invalid with -maout and -melinux"
9e620082
ZW
8988msgstr ""
8989
b1b51268 8990#: config/cris/cris.c:2971 config/cris/cris.c:3016
b97e55da 8991msgid "unexpected side-effects in address"
9e620082
ZW
8992msgstr ""
8993
b97e55da 8994#. Labels are never marked as global symbols.
b1b51268 8995#: config/cris/cris.c:3111 config/cris/cris.c:3142
b97e55da 8996msgid "unexpected PIC symbol"
9e620082
ZW
8997msgstr ""
8998
b1b51268 8999#: config/cris/cris.c:3115
b97e55da 9000msgid "PIC register isn't set up"
9e620082
ZW
9001msgstr ""
9002
b1b51268 9003#: config/cris/cris.c:3128 config/cris/cris.c:3211
b97e55da 9004msgid "unexpected address expression"
9e620082
ZW
9005msgstr ""
9006
b1b51268 9007#: config/cris/cris.c:3146
b97e55da 9008msgid "emitting PIC operand, but PIC register isn't set up"
9e620082
ZW
9009msgstr ""
9010
b1b51268 9011#: config/cris/cris.c:3155
b97e55da 9012msgid "unexpected NOTE as addr_const:"
9e620082
ZW
9013msgstr ""
9014
b97e55da
JM
9015#: config/cris/aout.h:108
9016msgid "Compile for the MMU-less Etrax 100-based elinux system"
9e620082
ZW
9017msgstr ""
9018
b97e55da
JM
9019#: config/cris/aout.h:115
9020msgid "For elinux, request a specified stack-size for this program"
9e620082
ZW
9021msgstr ""
9022
b1b51268
JM
9023#: config/cris/cris.h:363
9024msgid "Work around bug in multiplication instruction"
9025msgstr ""
9026
b97e55da 9027#. 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.
b1b51268 9028#: config/cris/cris.h:369
b97e55da 9029msgid "Compile for ETRAX 4 (CRIS v3)"
a47a6810
JM
9030msgstr ""
9031
b1b51268 9032#: config/cris/cris.h:374
b97e55da 9033msgid "Compile for ETRAX 100 (CRIS v8)"
a47a6810
JM
9034msgstr ""
9035
b1b51268 9036#: config/cris/cris.h:378
b97e55da 9037msgid "Emit verbose debug information in assembly code"
9e620082
ZW
9038msgstr ""
9039
b1b51268 9040#: config/cris/cris.h:381
b97e55da 9041msgid "Do not use condition codes from normal instructions"
9e620082
ZW
9042msgstr ""
9043
b1b51268 9044#: config/cris/cris.h:385
b97e55da 9045msgid "Do not emit addressing modes with side-effect assignment"
9e620082
ZW
9046msgstr ""
9047
b1b51268 9048#: config/cris/cris.h:388
b97e55da 9049msgid "Do not tune stack alignment"
9e620082
ZW
9050msgstr ""
9051
b1b51268 9052#: config/cris/cris.h:391
b97e55da 9053msgid "Do not tune writable data alignment"
9e620082
ZW
9054msgstr ""
9055
b1b51268 9056#: config/cris/cris.h:394
b97e55da 9057msgid "Do not tune code and read-only data alignment"
9e620082
ZW
9058msgstr ""
9059
b1b51268 9060#: config/cris/cris.h:403
b97e55da 9061msgid "Align code and data to 32 bits"
a47a6810
JM
9062msgstr ""
9063
b1b51268 9064#: config/cris/cris.h:416
b97e55da 9065msgid "Don't align items in code or data"
9e620082
ZW
9066msgstr ""
9067
b1b51268 9068#: config/cris/cris.h:419
b97e55da 9069msgid "Do not emit function prologue or epilogue"
9e620082
ZW
9070msgstr ""
9071
b97e55da 9072#. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
b1b51268 9073#: config/cris/cris.h:423
b97e55da 9074msgid "Use the most feature-enabling options allowed by other options"
9e620082
ZW
9075msgstr ""
9076
b97e55da 9077#. 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.
b1b51268 9078#: config/cris/cris.h:429
b97e55da 9079msgid "Override -mbest-lib-options"
9e620082
ZW
9080msgstr ""
9081
b1b51268 9082#: config/cris/cris.h:461
b97e55da 9083msgid "Generate code for the specified chip or CPU version"
9e620082
ZW
9084msgstr ""
9085
b1b51268 9086#: config/cris/cris.h:463
b97e55da 9087msgid "Tune alignment for the specified chip or CPU version"
9e620082
ZW
9088msgstr ""
9089
b1b51268 9090#: config/cris/cris.h:465
b97e55da 9091msgid "Warn when a stackframe is larger than the specified size"
9e620082
ZW
9092msgstr ""
9093
b97e55da 9094#. Node: Profiling
b1b51268 9095#: config/cris/cris.h:1048
b97e55da 9096msgid "no FUNCTION_PROFILER for CRIS"
9e620082
ZW
9097msgstr ""
9098
01b84e13 9099#: config/cris/linux.h:69
b97e55da 9100msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9e620082
ZW
9101msgstr ""
9102
b1b51268 9103#: config/fr30/fr30.c:461
b06c20ee 9104msgid "fr30_print_operand_address: unhandled address"
9e620082
ZW
9105msgstr ""
9106
b1b51268 9107#: config/fr30/fr30.c:485
b06c20ee
JM
9108#, c-format
9109msgid "fr30_print_operand: unrecognized %%p code"
9e620082
ZW
9110msgstr ""
9111
b1b51268 9112#: config/fr30/fr30.c:505
b06c20ee
JM
9113#, c-format
9114msgid "fr30_print_operand: unrecognized %%b code"
9e620082
ZW
9115msgstr ""
9116
b1b51268 9117#: config/fr30/fr30.c:526
b06c20ee
JM
9118#, c-format
9119msgid "fr30_print_operand: unrecognized %%B code"
9e620082
ZW
9120msgstr ""
9121
b1b51268 9122#: config/fr30/fr30.c:534
b06c20ee
JM
9123#, c-format
9124msgid "fr30_print_operand: invalid operand to %%A code"
9e620082
ZW
9125msgstr ""
9126
b1b51268 9127#: config/fr30/fr30.c:551
b06c20ee
JM
9128#, c-format
9129msgid "fr30_print_operand: invalid %%x code"
9e620082
ZW
9130msgstr ""
9131
b1b51268 9132#: config/fr30/fr30.c:558
b06c20ee
JM
9133#, c-format
9134msgid "fr30_print_operand: invalid %%F code"
9e620082
ZW
9135msgstr ""
9136
b1b51268 9137#: config/fr30/fr30.c:575
b06c20ee 9138msgid "fr30_print_operand: unknown code"
9e620082
ZW
9139msgstr ""
9140
b1b51268
JM
9141#: config/fr30/fr30.c:604 config/fr30/fr30.c:613 config/fr30/fr30.c:624
9142#: config/fr30/fr30.c:637
b06c20ee 9143msgid "fr30_print_operand: unhandled MEM"
9e620082
ZW
9144msgstr ""
9145
b06c20ee
JM
9146#: config/fr30/fr30.h:64
9147msgid "Assume small address space"
9e620082
ZW
9148msgstr ""
9149
b1b51268 9150#: config/frv/frv.c:463 config/frv/frv.c:481
b06c20ee
JM
9151#, c-format
9152msgid "Unknown cpu: -mcpu=%s"
9e620082
ZW
9153msgstr ""
9154
b1b51268 9155#: config/frv/frv.c:504
b06c20ee 9156msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9e620082
ZW
9157msgstr ""
9158
b1b51268 9159#: config/frv/frv.c:2463
b06c20ee 9160msgid "Bad insn to frv_print_operand_address:"
9e620082
ZW
9161msgstr ""
9162
b1b51268 9163#: config/frv/frv.c:2474
b06c20ee 9164msgid "Bad register to frv_print_operand_memory_reference_reg:"
9e620082
ZW
9165msgstr ""
9166
b1b51268
JM
9167#: config/frv/frv.c:2513 config/frv/frv.c:2523 config/frv/frv.c:2532
9168#: config/frv/frv.c:2553 config/frv/frv.c:2558
b06c20ee 9169msgid "Bad insn to frv_print_operand_memory_reference:"
9e620082
ZW
9170msgstr ""
9171
b1b51268 9172#: config/frv/frv.c:2697
b06c20ee 9173msgid "Bad insn in frv_print_operand, bad const_double"
d9b2742a
ZW
9174msgstr ""
9175
b1b51268 9176#: config/frv/frv.c:2742
b06c20ee 9177msgid "Bad insn to frv_print_operand, 'C' modifier:"
9e620082
ZW
9178msgstr ""
9179
b1b51268 9180#: config/frv/frv.c:2765
b06c20ee 9181msgid "Bad insn to frv_print_operand, 'c' modifier:"
9e620082
ZW
9182msgstr ""
9183
b1b51268 9184#: config/frv/frv.c:2790
b06c20ee 9185msgid "Bad insn to frv_print_operand, 'e' modifier:"
9e620082
ZW
9186msgstr ""
9187
b1b51268 9188#: config/frv/frv.c:2798
b06c20ee 9189msgid "Bad insn to frv_print_operand, 'F' modifier:"
9e620082
ZW
9190msgstr ""
9191
b1b51268 9192#: config/frv/frv.c:2814
b06c20ee 9193msgid "Bad insn to frv_print_operand, 'f' modifier:"
9e620082
ZW
9194msgstr ""
9195
b1b51268
JM
9196#: config/frv/frv.c:2828
9197msgid "Bad insn to frv_print_operand, 'g' modifier:"
9198msgstr ""
9199
9200#: config/frv/frv.c:2876
b06c20ee 9201msgid "Bad insn to frv_print_operand, 'L' modifier:"
9e620082
ZW
9202msgstr ""
9203
b1b51268 9204#: config/frv/frv.c:2889
b06c20ee 9205msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9e620082
ZW
9206msgstr ""
9207
b1b51268 9208#: config/frv/frv.c:2910
b06c20ee 9209msgid "Bad insn to frv_print_operand, 'O' modifier:"
9d967a7e
ZW
9210msgstr ""
9211
b1b51268 9212#: config/frv/frv.c:2928
b06c20ee 9213msgid "Bad insn to frv_print_operand, P modifier:"
9d967a7e
ZW
9214msgstr ""
9215
b1b51268 9216#: config/frv/frv.c:2948
b06c20ee 9217msgid "Bad insn in frv_print_operand, z case"
9e620082
ZW
9218msgstr ""
9219
b1b51268 9220#: config/frv/frv.c:2979
b06c20ee 9221msgid "Bad insn in frv_print_operand, 0 case"
9e620082
ZW
9222msgstr ""
9223
b1b51268 9224#: config/frv/frv.c:2984
b06c20ee 9225msgid "frv_print_operand: unknown code"
9e620082
ZW
9226msgstr ""
9227
b1b51268 9228#: config/frv/frv.c:5881
b06c20ee 9229msgid "Bad output_move_single operand"
9e620082
ZW
9230msgstr ""
9231
b1b51268 9232#: config/frv/frv.c:6008
b06c20ee 9233msgid "Bad output_move_double operand"
9e620082
ZW
9234msgstr ""
9235
b1b51268 9236#: config/frv/frv.c:6150
b06c20ee 9237msgid "Bad output_condmove_single operand"
9e620082
ZW
9238msgstr ""
9239
b1b51268 9240#: config/frv/frv.c:8453
b06c20ee 9241msgid "frv_registers_update"
9e620082
ZW
9242msgstr ""
9243
b1b51268 9244#: config/frv/frv.c:8610
b06c20ee 9245msgid "frv_registers_used_p"
9e620082
ZW
9246msgstr ""
9247
b1b51268 9248#: config/frv/frv.c:8736
b06c20ee 9249msgid "frv_registers_set_p"
9e620082
ZW
9250msgstr ""
9251
b1b51268 9252#: config/frv/frv.c:9332
b06c20ee 9253msgid "accumulator is not a constant integer"
9e620082
ZW
9254msgstr ""
9255
b1b51268 9256#: config/frv/frv.c:9337
b97e55da 9257msgid "accumulator number is out of bounds"
9e620082
ZW
9258msgstr ""
9259
b1b51268 9260#: config/frv/frv.c:9348
b97e55da
JM
9261#, c-format
9262msgid "inappropriate accumulator for `%s'"
9e620082
ZW
9263msgstr ""
9264
b1b51268 9265#: config/frv/frv.c:9408
b97e55da
JM
9266#, c-format
9267msgid "`%s' expects a constant argument"
9e620082
ZW
9268msgstr ""
9269
b1b51268 9270#: config/frv/frv.c:9413
b97e55da
JM
9271#, c-format
9272msgid "constant argument out of range for `%s'"
9e620082
ZW
9273msgstr ""
9274
b1b51268 9275#: config/frv/frv.c:9760
b97e55da 9276msgid "media functions are not available unless -mmedia is used"
9e620082
ZW
9277msgstr ""
9278
b1b51268 9279#: config/frv/frv.c:9772
b97e55da 9280msgid "this media function is only available on the fr500"
9e620082
ZW
9281msgstr ""
9282
b1b51268 9283#: config/frv/frv.c:9800
b97e55da 9284msgid "this media function is only available on the fr400"
9e620082
ZW
9285msgstr ""
9286
b97e55da
JM
9287#. This macro is a C statement to print on `stderr' a string describing the
9288#. particular machine description choice. Every machine description should
9289#. define `TARGET_VERSION'. For example:
9290#.
9291#. #ifdef MOTOROLA
9292#. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9293#. #else
9294#. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9295#. #endif
b1b51268 9296#: config/frv/frv.h:554
01b84e13 9297#, c-format
b97e55da 9298msgid " (frv)"
9e620082
ZW
9299msgstr ""
9300
b97e55da
JM
9301#: config/h8300/h8300.c:288
9302msgid "-ms2600 is used without -ms"
9e620082
ZW
9303msgstr ""
9304
b97e55da
JM
9305#: config/h8300/h8300.c:294
9306msgid "-mn is used without -mh or -ms"
9e620082
ZW
9307msgstr ""
9308
5b7874aa 9309#. Macro to define tables used to set the flags.
b97e55da
JM
9310#. This is a list in braces of pairs in braces,
9311#. each pair being { "NAME", VALUE }
5b7874aa
ZW
9312#. where VALUE is the bits to set or minus the bits to clear.
9313#. An empty string NAME is used to identify the default VALUE.
b97e55da
JM
9314#: config/h8300/h8300.h:145
9315msgid "Generate H8S code"
9e620082
ZW
9316msgstr ""
9317
b97e55da
JM
9318#: config/h8300/h8300.h:146
9319msgid "Do not generate H8S code"
9e620082
ZW
9320msgstr ""
9321
b97e55da
JM
9322#: config/h8300/h8300.h:147
9323msgid "Generate H8S/2600 code"
9e620082
ZW
9324msgstr ""
9325
b97e55da
JM
9326#: config/h8300/h8300.h:148
9327msgid "Do not generate H8S/2600 code"
9e620082
ZW
9328msgstr ""
9329
b97e55da
JM
9330#: config/h8300/h8300.h:149
9331msgid "Make integers 32 bits wide"
9e620082
ZW
9332msgstr ""
9333
b97e55da
JM
9334#: config/h8300/h8300.h:152
9335msgid "Use registers for argument passing"
9e620082
ZW
9336msgstr ""
9337
b97e55da
JM
9338#: config/h8300/h8300.h:154
9339msgid "Do not use registers for argument passing"
9e620082
ZW
9340msgstr ""
9341
b97e55da
JM
9342#: config/h8300/h8300.h:156
9343msgid "Consider access to byte sized memory slow"
9e620082
ZW
9344msgstr ""
9345
b97e55da
JM
9346#: config/h8300/h8300.h:157
9347msgid "Enable linker relaxing"
9e620082
ZW
9348msgstr ""
9349
b97e55da
JM
9350#: config/h8300/h8300.h:158
9351msgid "Generate H8/300H code"
9e620082
ZW
9352msgstr ""
9353
b97e55da
JM
9354#: config/h8300/h8300.h:159
9355msgid "Enable the normal mode"
9e620082
ZW
9356msgstr ""
9357
b97e55da
JM
9358#: config/h8300/h8300.h:160
9359msgid "Do not generate H8/300H code"
9e620082
ZW
9360msgstr ""
9361
b97e55da
JM
9362#: config/h8300/h8300.h:161
9363msgid "Use H8/300 alignment rules"
9e620082
ZW
9364msgstr ""
9365
b1b51268 9366#: config/i386/i386.c:1227
b97e55da
JM
9367#, c-format
9368msgid "code model %s not supported in PIC mode"
9e620082
ZW
9369msgstr ""
9370
b1b51268 9371#: config/i386/i386.c:1237 config/sparc/sparc.c:399
b97e55da
JM
9372#, c-format
9373msgid "bad value (%s) for -mcmodel= switch"
9e620082
ZW
9374msgstr ""
9375
b1b51268 9376#: config/i386/i386.c:1252
b97e55da
JM
9377#, c-format
9378msgid "bad value (%s) for -masm= switch"
9e620082
ZW
9379msgstr ""
9380
b1b51268 9381#: config/i386/i386.c:1255
b97e55da
JM
9382#, c-format
9383msgid "code model `%s' not supported in the %s bit mode"
9e620082
ZW
9384msgstr ""
9385
b1b51268 9386#: config/i386/i386.c:1258
b97e55da 9387msgid "code model `large' not supported yet"
9e620082
ZW
9388msgstr ""
9389
b1b51268 9390#: config/i386/i386.c:1260
b97e55da
JM
9391#, c-format
9392msgid "%i-bit mode not compiled in"
9e620082
ZW
9393msgstr ""
9394
b1b51268 9395#: config/i386/i386.c:1290 config/i386/i386.c:1302
b97e55da 9396msgid "CPU you selected does not support x86-64 instruction set"
9e620082
ZW
9397msgstr ""
9398
b1b51268 9399#: config/i386/i386.c:1295 config/iq2000/iq2000.c:1862
b97e55da
JM
9400#, c-format
9401msgid "bad value (%s) for -march= switch"
9e620082
ZW
9402msgstr ""
9403
b1b51268 9404#: config/i386/i386.c:1308
b97e55da
JM
9405#, c-format
9406msgid "bad value (%s) for -mtune= switch"
9e620082
ZW
9407msgstr ""
9408
b1b51268 9409#: config/i386/i386.c:1325
b97e55da
JM
9410#, c-format
9411msgid "-mregparm=%d is not between 0 and %d"
9e620082
ZW
9412msgstr ""
9413
b1b51268 9414#: config/i386/i386.c:1338
b97e55da 9415msgid "-malign-loops is obsolete, use -falign-loops"
9e620082
ZW
9416msgstr ""
9417
b1b51268 9418#: config/i386/i386.c:1343 config/i386/i386.c:1356 config/i386/i386.c:1369
b97e55da
JM
9419#, c-format
9420msgid "-malign-loops=%d is not between 0 and %d"
9e620082
ZW
9421msgstr ""
9422
b1b51268 9423#: config/i386/i386.c:1351
b97e55da 9424msgid "-malign-jumps is obsolete, use -falign-jumps"
9e620082
ZW
9425msgstr ""
9426
b1b51268 9427#: config/i386/i386.c:1364
b97e55da 9428msgid "-malign-functions is obsolete, use -falign-functions"
9e620082
ZW
9429msgstr ""
9430
b1b51268 9431#: config/i386/i386.c:1402
b97e55da
JM
9432#, c-format
9433msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9e620082
ZW
9434msgstr ""
9435
b1b51268 9436#: config/i386/i386.c:1414
b97e55da
JM
9437#, c-format
9438msgid "-mbranch-cost=%d is not between 0 and 5"
9e620082
ZW
9439msgstr ""
9440
b1b51268 9441#: config/i386/i386.c:1426
b97e55da
JM
9442#, c-format
9443msgid "bad value (%s) for -mtls-dialect= switch"
9e620082
ZW
9444msgstr ""
9445
b1b51268 9446#: config/i386/i386.c:1455
b97e55da 9447msgid "-malign-double makes no sense in the 64bit mode"
9e620082
ZW
9448msgstr ""
9449
b1b51268 9450#: config/i386/i386.c:1457
b97e55da 9451msgid "-mrtd calling convention not supported in the 64bit mode"
9e620082
ZW
9452msgstr ""
9453
b1b51268 9454#: config/i386/i386.c:1479 config/i386/i386.c:1490
b97e55da 9455msgid "SSE instruction set disabled, using 387 arithmetics"
9e620082
ZW
9456msgstr ""
9457
b1b51268 9458#: config/i386/i386.c:1495
b97e55da 9459msgid "387 instruction set disabled, using SSE arithmetics"
9e620082
ZW
9460msgstr ""
9461
b1b51268 9462#: config/i386/i386.c:1502
b97e55da
JM
9463#, c-format
9464msgid "bad value (%s) for -mfpmath= switch"
9e620082
ZW
9465msgstr ""
9466
b1b51268 9467#: config/i386/i386.c:1650 config/i386/i386.c:1661
b97e55da 9468msgid "fastcall and stdcall attributes are not compatible"
9e620082
ZW
9469msgstr ""
9470
b1b51268 9471#: config/i386/i386.c:1654 config/i386/i386.c:1710
b97e55da 9472msgid "fastcall and regparm attributes are not compatible"
9e620082
ZW
9473msgstr ""
9474
b1b51268 9475#: config/i386/i386.c:1697
b97e55da
JM
9476#, c-format
9477msgid "`%s' attribute requires an integer constant argument"
9e620082
ZW
9478msgstr ""
9479
b1b51268 9480#: config/i386/i386.c:1703
b97e55da
JM
9481#, c-format
9482msgid "argument to `%s' attribute larger than %d"
9e620082
ZW
9483msgstr ""
9484
b4117c30 9485#: config/i386/i386.c:2669
01b84e13
JM
9486msgid "SSE vector argument without SSE enabled changes the ABI"
9487msgstr ""
9488
b4117c30 9489#: config/i386/i386.c:2685
01b84e13
JM
9490msgid "MMX vector argument without MMX enabled changes the ABI"
9491msgstr ""
9492
b4117c30 9493#: config/i386/i386.c:2913
b97e55da 9494msgid "SSE vector return without SSE enabled changes the ABI"
a52453cc
PT
9495msgstr ""
9496
b4117c30 9497#: config/i386/i386.c:6874
b97e55da 9498msgid "invalid UNSPEC as operand"
a52453cc
PT
9499msgstr ""
9500
b4117c30 9501#: config/i386/i386.c:7132
b97e55da 9502msgid "extended registers have no high halves"
9e620082
ZW
9503msgstr ""
9504
b4117c30 9505#: config/i386/i386.c:7147
b97e55da 9506msgid "unsupported operand size for extended register"
9e620082
ZW
9507msgstr ""
9508
b4117c30 9509#: config/i386/i386.c:7462
9e620082 9510msgid ""
b97e55da 9511"operand is neither a constant nor a condition code, invalid operand code 'c'"
9e620082
ZW
9512msgstr ""
9513
b4117c30 9514#: config/i386/i386.c:7508
b97e55da
JM
9515#, c-format
9516msgid "invalid operand code `%c'"
a52453cc
PT
9517msgstr ""
9518
b4117c30 9519#: config/i386/i386.c:7551
b97e55da 9520msgid "invalid constraints for operand"
a52453cc
PT
9521msgstr ""
9522
b4117c30 9523#: config/i386/i386.c:12072
b97e55da 9524msgid "unknown insn mode"
a52453cc
PT
9525msgstr ""
9526
b4117c30 9527#: config/i386/i386.c:13944 config/i386/i386.c:13980
b97e55da
JM
9528#, c-format
9529msgid "selector must be an integer constant in the range 0..%i"
a52453cc
PT
9530msgstr ""
9531
b4117c30 9532#: config/i386/i386.c:14208
b97e55da 9533msgid "shift must be an immediate"
a52453cc
PT
9534msgstr ""
9535
b4117c30 9536#: config/i386/i386.c:15260
b97e55da
JM
9537#, c-format
9538msgid "`%s' incompatible attribute ignored"
a52453cc
PT
9539msgstr ""
9540
b97e55da
JM
9541#: config/i386/winnt.c:104
9542msgid "%Jfunction `%D' definition is marked dllimport."
a52453cc
PT
9543msgstr ""
9544
b97e55da
JM
9545#: config/i386/winnt.c:112
9546msgid "%Jvariable `%D' definition is marked dllimport."
a52453cc
PT
9547msgstr ""
9548
b97e55da
JM
9549#: config/i386/winnt.c:132
9550msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."
a52453cc
PT
9551msgstr ""
9552
b97e55da
JM
9553#: config/i386/winnt.c:149
9554#, c-format
9555msgid "`%s' attribute only applies to variables"
a52453cc
PT
9556msgstr ""
9557
b1b51268 9558#: config/i386/winnt.c:248
b97e55da
JM
9559msgid ""
9560"%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9561"ignored"
a52453cc
PT
9562msgstr ""
9563
b1b51268 9564#: config/i386/winnt.c:259
b97e55da 9565msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
a52453cc
PT
9566msgstr ""
9567
b1b51268 9568#: config/i386/winnt.c:271
b97e55da 9569msgid "%Jdefinition of static data member '%D' of dllimport'd class."
a52453cc
PT
9570msgstr ""
9571
b1b51268 9572#: config/i386/winnt.c:330
b97e55da 9573msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9e620082
ZW
9574msgstr ""
9575
b1b51268 9576#: config/i386/winnt.c:372
b97e55da
JM
9577#, c-format
9578msgid "`%s' declared as both exported to and imported from a DLL"
a52453cc
PT
9579msgstr ""
9580
b1b51268 9581#: config/i386/winnt.c:381
b97e55da
JM
9582msgid ""
9583"%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9584"linkage."
a52453cc
PT
9585msgstr ""
9586
b1b51268 9587#: config/i386/winnt.c:530
b97e55da 9588msgid "%J'%D' defined locally after being referenced with dllimport linkage"
a52453cc
PT
9589msgstr ""
9590
b1b51268 9591#: config/i386/winnt.c:533
b97e55da
JM
9592msgid ""
9593"%J'%D' redeclared without dllimport attribute after being referenced with "
9594"dllimport linkage"
9e620082
ZW
9595msgstr ""
9596
b1b51268 9597#: config/i386/winnt.c:707
b97e55da 9598msgid "%J'%D' causes a section type conflict"
9e620082
ZW
9599msgstr ""
9600
b1b51268 9601#: config/i386/cygming.h:61
b97e55da 9602msgid "Use the Cygwin interface"
9e620082
ZW
9603msgstr ""
9604
b1b51268 9605#: config/i386/cygming.h:62
b97e55da 9606msgid "Use the Mingw32 interface"
9e620082
ZW
9607msgstr ""
9608
b1b51268 9609#: config/i386/cygming.h:63
b97e55da 9610msgid "Create GUI application"
9e620082
ZW
9611msgstr ""
9612
b1b51268 9613#: config/i386/cygming.h:64
b97e55da 9614msgid "Don't set Windows defines"
9e620082
ZW
9615msgstr ""
9616
b1b51268 9617#: config/i386/cygming.h:65
b97e55da 9618msgid "Set Windows defines"
9e620082
ZW
9619msgstr ""
9620
b1b51268 9621#: config/i386/cygming.h:66
b97e55da 9622msgid "Create console application"
9e620082
ZW
9623msgstr ""
9624
b1b51268 9625#: config/i386/cygming.h:67
b97e55da 9626msgid "Generate code for a DLL"
9e620082
ZW
9627msgstr ""
9628
b1b51268 9629#: config/i386/cygming.h:69
b97e55da 9630msgid "Ignore dllimport for functions"
9e620082
ZW
9631msgstr ""
9632
b1b51268 9633#: config/i386/cygming.h:71
b97e55da 9634msgid "Use Mingw-specific thread support"
a52453cc
PT
9635msgstr ""
9636
b1b51268 9637#: config/i386/cygming.h:190
b97e55da
JM
9638#, c-format
9639msgid "-f%s ignored for target (all code is position independent)"
1737c953
JM
9640msgstr ""
9641
b97e55da
JM
9642#: config/i386/djgpp.h:191
9643msgid "-mbnu210 is ignored (option is obsolete)"
9e620082
ZW
9644msgstr ""
9645
b06c20ee 9646#: config/i386/i386-interix.h:256
b97e55da 9647msgid "ms-bitfields not supported for objc"
9e620082
ZW
9648msgstr ""
9649
b97e55da
JM
9650#. Deprecated.
9651#. Deprecated.
9652#. Deprecated.
9653#. Deprecated.
9654#. Deprecated.
9655#. Deprecated.
b1b51268 9656#: config/i386/i386.h:344
b97e55da 9657msgid "Alternate calling convention"
9e620082
ZW
9658msgstr ""
9659
b1b51268 9660#: config/i386/i386.h:346 config/m68k/m68k.h:343 config/ns32k/ns32k.h:144
b97e55da 9661msgid "Use normal calling convention"
9d967a7e
ZW
9662msgstr ""
9663
b1b51268 9664#: config/i386/i386.h:348
b97e55da 9665msgid "Align some doubles on dword boundary"
9d967a7e
ZW
9666msgstr ""
9667
b1b51268 9668#: config/i386/i386.h:350
b97e55da 9669msgid "Align doubles on word boundary"
9e620082
ZW
9670msgstr ""
9671
b1b51268 9672#: config/i386/i386.h:352
b97e55da 9673msgid "Uninitialized locals in .bss"
9e620082
ZW
9674msgstr ""
9675
b1b51268 9676#: config/i386/i386.h:354
b97e55da 9677msgid "Uninitialized locals in .data"
9e620082
ZW
9678msgstr ""
9679
b1b51268 9680#: config/i386/i386.h:356 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
b97e55da 9681msgid "Use IEEE math for fp comparisons"
9e620082
ZW
9682msgstr ""
9683
b1b51268 9684#: config/i386/i386.h:358 config/ns32k/ns32k.h:169
b97e55da 9685msgid "Do not use IEEE math for fp comparisons"
9e620082
ZW
9686msgstr ""
9687
b1b51268 9688#: config/i386/i386.h:360
b97e55da 9689msgid "Return values of functions in FPU registers"
9e620082
ZW
9690msgstr ""
9691
b1b51268 9692#: config/i386/i386.h:362
b97e55da 9693msgid "Do not return values of functions in FPU registers"
9e620082
ZW
9694msgstr ""
9695
b1b51268 9696#: config/i386/i386.h:364
b97e55da 9697msgid "Do not generate sin, cos, sqrt for FPU"
9e620082
ZW
9698msgstr ""
9699
b1b51268 9700#: config/i386/i386.h:366
b97e55da 9701msgid "Generate sin, cos, sqrt for FPU"
9e620082
ZW
9702msgstr ""
9703
b1b51268 9704#: config/i386/i386.h:368
b97e55da 9705msgid "Omit the frame pointer in leaf functions"
9e620082
ZW
9706msgstr ""
9707
b1b51268 9708#: config/i386/i386.h:371
b97e55da 9709msgid "Enable stack probing"
9e620082
ZW
9710msgstr ""
9711
b97e55da
JM
9712#. undocumented
9713#. undocumented
b1b51268 9714#: config/i386/i386.h:376
b97e55da 9715msgid "Align destination of the string operations"
9e620082
ZW
9716msgstr ""
9717
b1b51268 9718#: config/i386/i386.h:378
b97e55da 9719msgid "Do not align destination of the string operations"
9e620082
ZW
9720msgstr ""
9721
b1b51268 9722#: config/i386/i386.h:380
b97e55da 9723msgid "Inline all known string operations"
9e620082
ZW
9724msgstr ""
9725
b1b51268 9726#: config/i386/i386.h:382
b97e55da 9727msgid "Do not inline all known string operations"
9e620082
ZW
9728msgstr ""
9729
b1b51268 9730#: config/i386/i386.h:384 config/i386/i386.h:388
b97e55da 9731msgid "Use push instructions to save outgoing arguments"
9e620082
ZW
9732msgstr ""
9733
b1b51268 9734#: config/i386/i386.h:386 config/i386/i386.h:390
b97e55da 9735msgid "Do not use push instructions to save outgoing arguments"
9e620082
ZW
9736msgstr ""
9737
b1b51268 9738#: config/i386/i386.h:392
b97e55da 9739msgid "Support MMX built-in functions"
9e620082
ZW
9740msgstr ""
9741
b1b51268 9742#: config/i386/i386.h:394
b97e55da 9743msgid "Do not support MMX built-in functions"
9e620082
ZW
9744msgstr ""
9745
b1b51268 9746#: config/i386/i386.h:396
b97e55da 9747msgid "Support 3DNow! built-in functions"
9e620082
ZW
9748msgstr ""
9749
b1b51268 9750#: config/i386/i386.h:398
b97e55da 9751msgid "Do not support 3DNow! built-in functions"
9e620082
ZW
9752msgstr ""
9753
b1b51268 9754#: config/i386/i386.h:400
b97e55da 9755msgid "Support MMX and SSE built-in functions and code generation"
9e620082
ZW
9756msgstr ""
9757
b1b51268 9758#: config/i386/i386.h:402
b97e55da 9759msgid "Do not support MMX and SSE built-in functions and code generation"
9e620082
ZW
9760msgstr ""
9761
b1b51268 9762#: config/i386/i386.h:404
b97e55da 9763msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9e620082
ZW
9764msgstr ""
9765
b1b51268 9766#: config/i386/i386.h:406
b97e55da 9767msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9e620082
ZW
9768msgstr ""
9769
b1b51268
JM
9770#: config/i386/i386.h:408
9771msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9e620082
ZW
9772msgstr ""
9773
b1b51268 9774#: config/i386/i386.h:410
b97e55da 9775msgid ""
b1b51268 9776"Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9e620082
ZW
9777msgstr ""
9778
b1b51268 9779#: config/i386/i386.h:412
b97e55da 9780msgid "sizeof(long double) is 16"
9e620082
ZW
9781msgstr ""
9782
b1b51268 9783#: config/i386/i386.h:414
b97e55da 9784msgid "sizeof(long double) is 12"
9e620082
ZW
9785msgstr ""
9786
b1b51268 9787#: config/i386/i386.h:416
b97e55da 9788msgid "Generate 64bit x86-64 code"
5b7874aa
ZW
9789msgstr ""
9790
b1b51268 9791#: config/i386/i386.h:418
b97e55da 9792msgid "Generate 32bit i386 code"
5b7874aa
ZW
9793msgstr ""
9794
b1b51268 9795#: config/i386/i386.h:420
b97e55da 9796msgid "Use native (MS) bitfield layout"
5b7874aa
ZW
9797msgstr ""
9798
b1b51268 9799#: config/i386/i386.h:422
b97e55da 9800msgid "Use gcc default bitfield layout"
9e620082
ZW
9801msgstr ""
9802
b1b51268 9803#: config/i386/i386.h:424
b97e55da 9804msgid "Use red-zone in the x86-64 code"
9e620082
ZW
9805msgstr ""
9806
b1b51268 9807#: config/i386/i386.h:426
b97e55da 9808msgid "Do not use red-zone in the x86-64 code"
9e620082
ZW
9809msgstr ""
9810
b1b51268 9811#: config/i386/i386.h:428
b97e55da
JM
9812#, c-format
9813msgid "Use direct references against %gs when accessing tls data"
9e620082
ZW
9814msgstr ""
9815
b1b51268 9816#: config/i386/i386.h:430
b97e55da
JM
9817#, c-format
9818msgid "Do not use direct references against %gs when accessing tls data"
9e620082
ZW
9819msgstr ""
9820
b97e55da
JM
9821#. This macro is similar to `TARGET_SWITCHES' but defines names of
9822#. command options that have values. Its definition is an
9823#. initializer with a subgrouping for each command option.
9824#.
9825#. Each subgrouping contains a string constant, that defines the
9826#. fixed part of the option name, and the address of a variable. The
9827#. variable, type `char *', is set to the variable part of the given
9828#. option if the fixed part matches. The actual option name is made
9829#. by appending `-m' to the specified name.
b1b51268
JM
9830#: config/i386/i386.h:464 config/ia64/ia64.h:277 config/rs6000/rs6000.h:445
9831#: config/s390/s390.h:146 config/sparc/sparc.h:633
b97e55da 9832msgid "Schedule code for given CPU"
9e620082
ZW
9833msgstr ""
9834
b1b51268 9835#: config/i386/i386.h:466
b97e55da 9836msgid "Generate floating point mathematics using given instruction set"
9e620082
ZW
9837msgstr ""
9838
b1b51268 9839#: config/i386/i386.h:468 config/s390/s390.h:148
b97e55da 9840msgid "Generate code for given CPU"
9e620082
ZW
9841msgstr ""
9842
b1b51268 9843#: config/i386/i386.h:470
b97e55da 9844msgid "Number of registers used to pass integer arguments"
9e620082
ZW
9845msgstr ""
9846
b97e55da
JM
9847#. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
9848#. This macro is similar to `TARGET_SWITCHES' but defines names of
9849#. command options that have values. Its definition is an
9850#. initializer with a subgrouping for each command option.
9851#.
9852#. Each subgrouping contains a string constant, that defines the
9853#. fixed part of the option name, and the address of a variable. The
9854#. variable, type `char *', is set to the variable part of the given
9855#. option if the fixed part matches. The actual option name is made
9856#. by appending `-m' to the specified name.
b1b51268 9857#: config/i386/i386.h:472 config/m68k/m68k.h:359
b97e55da 9858msgid "Loop code aligned to this power of 2"
9e620082
ZW
9859msgstr ""
9860
b1b51268 9861#: config/i386/i386.h:474 config/m68k/m68k.h:361
b97e55da 9862msgid "Jump targets are aligned to this power of 2"
9e620082
ZW
9863msgstr ""
9864
b1b51268 9865#: config/i386/i386.h:476 config/m68k/m68k.h:363
b97e55da 9866msgid "Function starts are aligned to this power of 2"
9e620082
ZW
9867msgstr ""
9868
b1b51268 9869#: config/i386/i386.h:479
b97e55da 9870msgid "Attempt to keep stack aligned to this power of 2"
9e620082
ZW
9871msgstr ""
9872
b1b51268 9873#: config/i386/i386.h:481
b97e55da 9874msgid "Branches are this expensive (1-5, arbitrary units)"
9e620082
ZW
9875msgstr ""
9876
b1b51268 9877#: config/i386/i386.h:483
b97e55da 9878msgid "Use given x86-64 code model"
9e620082
ZW
9879msgstr ""
9880
b97e55da
JM
9881#. Undocumented.
9882#. Undocumented.
b1b51268 9883#: config/i386/i386.h:489
b97e55da 9884msgid "Use given assembler dialect"
9e620082
ZW
9885msgstr ""
9886
b1b51268 9887#: config/i386/i386.h:491
b97e55da 9888msgid "Use given thread-local storage dialect"
9e620082
ZW
9889msgstr ""
9890
01b84e13 9891#: config/i386/sco5.h:292
b97e55da 9892msgid "Generate ELF output"
9e620082
ZW
9893msgstr ""
9894
b97e55da
JM
9895#. 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.
9896#. 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.
b1b51268 9897#: config/i386/xm-djgpp.h:62
b97e55da
JM
9898msgid "environment variable DJGPP not defined"
9899msgstr ""
9900
b1b51268 9901#: config/i386/xm-djgpp.h:64
b97e55da
JM
9902#, c-format
9903msgid "environment variable DJGPP points to missing file '%s'"
9904msgstr ""
9905
b1b51268 9906#: config/i386/xm-djgpp.h:67
b97e55da
JM
9907#, c-format
9908msgid "environment variable DJGPP points to corrupt file '%s'"
9e620082
ZW
9909msgstr ""
9910
5b7874aa
ZW
9911#. Macro to define tables used to set the flags.
9912#. This is a list in braces of pairs in braces,
9913#. each pair being { "NAME", VALUE }
9914#. where VALUE is the bits to set or minus the bits to clear.
9915#. An empty string NAME is used to identify the default VALUE.
b97e55da
JM
9916#: config/i860/i860.h:60
9917msgid "Generate code which uses the FPU"
9e620082
ZW
9918msgstr ""
9919
b97e55da
JM
9920#: config/i860/i860.h:61 config/i860/i860.h:62
9921msgid "Do not generate code which uses the FPU"
9e620082
ZW
9922msgstr ""
9923
b97e55da
JM
9924#: config/ia64/ia64-c.c:52
9925msgid "malformed #pragma builtin"
a47a6810
JM
9926msgstr ""
9927
b1b51268 9928#: config/ia64/ia64.c:1049 config/m32r/m32r.c:366
b97e55da
JM
9929#, c-format
9930msgid "invalid argument of `%s' attribute"
a47a6810
JM
9931msgstr ""
9932
b1b51268 9933#: config/ia64/ia64.c:1061
b97e55da 9934msgid "%Jan address area attribute cannot be specified for local variables"
a47a6810
JM
9935msgstr ""
9936
b1b51268 9937#: config/ia64/ia64.c:1068
b97e55da 9938msgid "%Jaddress area of '%s' conflicts with previous declaration"
a47a6810
JM
9939msgstr ""
9940
b1b51268 9941#: config/ia64/ia64.c:1075
b97e55da 9942msgid "%Jaddress area attribute cannot be specified for functions"
a47a6810
JM
9943msgstr ""
9944
b1b51268 9945#: config/ia64/ia64.c:4334
b97e55da 9946msgid "ia64_print_operand: unknown code"
a47a6810
JM
9947msgstr ""
9948
b1b51268 9949#: config/ia64/ia64.c:4674
b97e55da 9950msgid "value of -mfixed-range must have form REG1-REG2"
a47a6810
JM
9951msgstr ""
9952
b1b51268 9953#: config/ia64/ia64.c:4701
b97e55da
JM
9954#, c-format
9955msgid "%s-%s is an empty range"
a47a6810
JM
9956msgstr ""
9957
b1b51268 9958#: config/ia64/ia64.c:4752
b97e55da 9959msgid "cannot optimize floating point division for both latency and throughput"
a47a6810
JM
9960msgstr ""
9961
b1b51268 9962#: config/ia64/ia64.c:4769
b97e55da 9963msgid "cannot optimize integer division for both latency and throughput"
a47a6810
JM
9964msgstr ""
9965
b1b51268 9966#: config/ia64/ia64.c:4786
8d98c44c
JM
9967msgid "cannot optimize square root for both latency and throughput"
9968msgstr ""
9969
b1b51268 9970#: config/ia64/ia64.c:4800
8d98c44c
JM
9971msgid "not yet implemented: latency-optimized inline square root"
9972msgstr ""
9973
b1b51268 9974#: config/ia64/ia64.c:4812
b97e55da
JM
9975#, c-format
9976msgid "bad value (%s) for -mtls-size= switch"
a47a6810
JM
9977msgstr ""
9978
b1b51268 9979#: config/ia64/ia64.c:4828
b97e55da
JM
9980#, c-format
9981msgid "bad value (%s) for -tune= switch"
a47a6810
JM
9982msgstr ""
9983
b97e55da
JM
9984#. This macro defines names of command options to set and clear bits in
9985#. `target_flags'. Its definition is an initializer with a subgrouping for
9986#. each command option.
b06c20ee 9987#: config/ia64/ia64.h:173
b97e55da 9988msgid "Generate big endian code"
a47a6810
JM
9989msgstr ""
9990
b06c20ee 9991#: config/ia64/ia64.h:175 config/mcore/mcore.h:154
b97e55da 9992msgid "Generate little endian code"
a47a6810
JM
9993msgstr ""
9994
b06c20ee 9995#: config/ia64/ia64.h:177
b97e55da 9996msgid "Generate code for GNU as"
a47a6810
JM
9997msgstr ""
9998
b06c20ee 9999#: config/ia64/ia64.h:179
b97e55da 10000msgid "Generate code for Intel as"
a47a6810
JM
10001msgstr ""
10002
b06c20ee 10003#: config/ia64/ia64.h:181
b97e55da 10004msgid "Generate code for GNU ld"
a47a6810
JM
10005msgstr ""
10006
b06c20ee 10007#: config/ia64/ia64.h:183
b97e55da 10008msgid "Generate code for Intel ld"
a47a6810
JM
10009msgstr ""
10010
b06c20ee 10011#: config/ia64/ia64.h:185
b97e55da 10012msgid "Generate code without GP reg"
a47a6810
JM
10013msgstr ""
10014
b06c20ee 10015#: config/ia64/ia64.h:187
b97e55da 10016msgid "Emit stop bits before and after volatile extended asms"
a47a6810
JM
10017msgstr ""
10018
b06c20ee 10019#: config/ia64/ia64.h:189
b97e55da 10020msgid "Don't emit stop bits before and after volatile extended asms"
a47a6810
JM
10021msgstr ""
10022
b06c20ee 10023#: config/ia64/ia64.h:191
b97e55da 10024msgid "Emit code for Itanium (TM) processor B step"
a47a6810
JM
10025msgstr ""
10026
b06c20ee 10027#: config/ia64/ia64.h:193
b97e55da 10028msgid "Use in/loc/out register names"
a47a6810
JM
10029msgstr ""
10030
b06c20ee 10031#: config/ia64/ia64.h:195
b97e55da 10032msgid "Disable use of sdata/scommon/sbss"
a47a6810
JM
10033msgstr ""
10034
b06c20ee 10035#: config/ia64/ia64.h:197
b97e55da 10036msgid "Enable use of sdata/scommon/sbss"
a47a6810
JM
10037msgstr ""
10038
b06c20ee 10039#: config/ia64/ia64.h:199
b97e55da 10040msgid "gp is constant (but save/restore gp on indirect calls)"
a47a6810
JM
10041msgstr ""
10042
b06c20ee 10043#: config/ia64/ia64.h:201
b97e55da 10044msgid "Generate self-relocatable code"
a47a6810
JM
10045msgstr ""
10046
b06c20ee 10047#: config/ia64/ia64.h:203
b97e55da 10048msgid "Generate inline floating point division, optimize for latency"
9e620082
ZW
10049msgstr ""
10050
b06c20ee 10051#: config/ia64/ia64.h:205
b97e55da 10052msgid "Generate inline floating point division, optimize for throughput"
a47a6810
JM
10053msgstr ""
10054
b1b51268
JM
10055#: config/ia64/ia64.h:208
10056msgid "Do not inline floating point division"
10057msgstr ""
10058
10059#: config/ia64/ia64.h:210
b97e55da 10060msgid "Generate inline integer division, optimize for latency"
9e620082
ZW
10061msgstr ""
10062
b1b51268 10063#: config/ia64/ia64.h:212
b97e55da 10064msgid "Generate inline integer division, optimize for throughput"
9e620082
ZW
10065msgstr ""
10066
b1b51268
JM
10067#: config/ia64/ia64.h:214
10068msgid "Do not inline integer division"
10069msgstr ""
10070
10071#: config/ia64/ia64.h:216
8d98c44c
JM
10072msgid "Generate inline square root, optimize for latency"
10073msgstr ""
10074
b1b51268 10075#: config/ia64/ia64.h:218
8d98c44c
JM
10076msgid "Generate inline square root, optimize for throughput"
10077msgstr ""
10078
b1b51268
JM
10079#: config/ia64/ia64.h:220
10080msgid "Do not inline square root"
10081msgstr ""
10082
10083#: config/ia64/ia64.h:222
b97e55da 10084msgid "Enable Dwarf 2 line debug info via GNU as"
9e620082
ZW
10085msgstr ""
10086
b1b51268 10087#: config/ia64/ia64.h:224
b97e55da 10088msgid "Disable Dwarf 2 line debug info via GNU as"
9e620082
ZW
10089msgstr ""
10090
b1b51268 10091#: config/ia64/ia64.h:226
b97e55da 10092msgid "Enable earlier placing stop bits for better scheduling"
9e620082
ZW
10093msgstr ""
10094
b1b51268 10095#: config/ia64/ia64.h:228
b97e55da 10096msgid "Disable earlier placing stop bits"
9e620082
ZW
10097msgstr ""
10098
b1b51268 10099#: config/ia64/ia64.h:273
b97e55da 10100msgid "Specify range of registers to make fixed"
9e620082
ZW
10101msgstr ""
10102
b1b51268 10103#: config/ip2k/ip2k.c:1083
b97e55da 10104msgid "bad operand"
9e620082
ZW
10105msgstr ""
10106
b1b51268 10107#: config/iq2000/iq2000.c:1838
b97e55da
JM
10108#, c-format
10109msgid "bad value (%s) for -mcpu= switch"
9e620082
ZW
10110msgstr ""
10111
b1b51268 10112#: config/iq2000/iq2000.c:1867
b97e55da
JM
10113#, c-format
10114msgid "The compiler does not support -march=%s."
9e620082
ZW
10115msgstr ""
10116
b1b51268 10117#: config/iq2000/iq2000.c:2254
b97e55da
JM
10118#, c-format
10119msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
a47a6810
JM
10120msgstr ""
10121
b1b51268 10122#: config/iq2000/iq2000.c:3040
b97e55da
JM
10123#, c-format
10124msgid "argument `%d' is not a constant"
9e620082
ZW
10125msgstr ""
10126
b1b51268 10127#: config/iq2000/iq2000.c:3343 config/xtensa/xtensa.c:2104
b97e55da 10128msgid "PRINT_OPERAND_ADDRESS, null pointer"
9e620082
ZW
10129msgstr ""
10130
b1b51268 10131#: config/iq2000/iq2000.c:3498
b97e55da
JM
10132#, c-format
10133msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9e620082
ZW
10134msgstr ""
10135
b1b51268
JM
10136#: config/iq2000/iq2000.c:3507 config/mips/mips.c:5426
10137#: config/xtensa/xtensa.c:1958
b97e55da 10138msgid "PRINT_OPERAND null pointer"
9e620082
ZW
10139msgstr ""
10140
b1b51268 10141#: config/iq2000/iq2000.c:3576
b97e55da
JM
10142#, c-format
10143msgid "invalid %%P operand"
9e620082
ZW
10144msgstr ""
10145
b4117c30 10146#: config/iq2000/iq2000.c:3584 config/rs6000/rs6000.c:9415
b97e55da
JM
10147#, c-format
10148msgid "invalid %%p value"
9e620082
ZW
10149msgstr ""
10150
b1b51268 10151#: config/iq2000/iq2000.c:3648 config/mips/mips.c:5548
b97e55da
JM
10152#, c-format
10153msgid "invalid use of %%d, %%x, or %%X"
9e620082
ZW
10154msgstr ""
10155
01b84e13 10156#: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
b97e55da 10157msgid "No default crt0.o"
9e620082
ZW
10158msgstr ""
10159
01b84e13 10160#: config/iq2000/iq2000.h:74
b97e55da 10161msgid "Use GP relative sdata/sbss sections"
9e620082
ZW
10162msgstr ""
10163
01b84e13 10164#: config/iq2000/iq2000.h:76
b97e55da 10165msgid "Don't use GP relative sdata/sbss sections"
9e620082
ZW
10166msgstr ""
10167
b4117c30 10168#: config/iq2000/iq2000.h:78 config/mips/mips.h:602
b97e55da 10169msgid "Use ROM instead of RAM"
9e620082
ZW
10170msgstr ""
10171
b4117c30 10172#: config/iq2000/iq2000.h:80 config/mips/mips.h:604
b97e55da 10173msgid "Don't use ROM instead of RAM"
66866cda
JM
10174msgstr ""
10175
b4117c30 10176#: config/iq2000/iq2000.h:82 config/mips/mips.h:606
b97e55da 10177msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9e620082
ZW
10178msgstr ""
10179
b4117c30 10180#: config/iq2000/iq2000.h:84 config/mips/mips.h:608
b97e55da 10181msgid "Don't put uninitialized constants in ROM"
9e620082
ZW
10182msgstr ""
10183
b4117c30 10184#: config/iq2000/iq2000.h:106 config/mips/mips.h:783 config/pa/pa.h:310
b97e55da 10185msgid "Specify CPU for scheduling purposes"
9e620082
ZW
10186msgstr ""
10187
b4117c30 10188#: config/iq2000/iq2000.h:108 config/mips/mips.h:785
b97e55da 10189msgid "Specify CPU for code generation purposes"
a47a6810
JM
10190msgstr ""
10191
b1b51268 10192#: config/m32r/m32r.c:184
5b7874aa 10193#, c-format
b97e55da 10194msgid "bad value (%s) for -mmodel switch"
9e620082
ZW
10195msgstr ""
10196
b1b51268 10197#: config/m32r/m32r.c:193
5b7874aa 10198#, c-format
b97e55da 10199msgid "bad value (%s) for -msdata switch"
9e620082
ZW
10200msgstr ""
10201
b1b51268 10202#: config/m32r/m32r.c:200
01b84e13
JM
10203#, c-format
10204msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10205msgstr ""
10206
b1b51268 10207#: config/m32r/m32r.c:2310
5b7874aa 10208#, c-format
b97e55da 10209msgid "invalid operand to %%s code"
9e620082
ZW
10210msgstr ""
10211
b1b51268 10212#: config/m32r/m32r.c:2317
b97e55da
JM
10213#, c-format
10214msgid "invalid operand to %%p code"
9e620082
ZW
10215msgstr ""
10216
b1b51268 10217#: config/m32r/m32r.c:2372
b97e55da
JM
10218msgid "bad insn for 'A'"
10219msgstr ""
10220
b1b51268 10221#: config/m32r/m32r.c:2419
5b7874aa 10222#, c-format
b97e55da 10223msgid "invalid operand to %%T/%%B code"
9e620082
ZW
10224msgstr ""
10225
b1b51268 10226#: config/m32r/m32r.c:2442
b97e55da
JM
10227#, c-format
10228msgid "invalid operand to %%N code"
9e620082
ZW
10229msgstr ""
10230
b1b51268 10231#: config/m32r/m32r.c:2475
b97e55da 10232msgid "pre-increment address is not a register"
9e620082
ZW
10233msgstr ""
10234
b1b51268 10235#: config/m32r/m32r.c:2482
b97e55da 10236msgid "pre-decrement address is not a register"
9e620082
ZW
10237msgstr ""
10238
b1b51268 10239#: config/m32r/m32r.c:2489
b97e55da 10240msgid "post-increment address is not a register"
9e620082
ZW
10241msgstr ""
10242
b1b51268 10243#: config/m32r/m32r.c:2565 config/m32r/m32r.c:2581
b4117c30 10244#: config/rs6000/rs6000.c:15417
b97e55da 10245msgid "bad address"
a47a6810
JM
10246msgstr ""
10247
b1b51268 10248#: config/m32r/m32r.c:2586
b97e55da 10249msgid "lo_sum not of register"
9e620082
ZW
10250msgstr ""
10251
b97e55da 10252#. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
b1b51268 10253#: config/m32r/m32r.h:283
b97e55da 10254msgid "Display compile time statistics"
9e620082
ZW
10255msgstr ""
10256
b1b51268 10257#: config/m32r/m32r.h:285
b97e55da 10258msgid "Align all loops to 32 byte boundary"
1737c953
JM
10259msgstr ""
10260
b1b51268 10261#: config/m32r/m32r.h:288
b97e55da 10262msgid "Only issue one instruction per cycle"
1737c953
JM
10263msgstr ""
10264
b1b51268 10265#: config/m32r/m32r.h:291
b97e55da 10266msgid "Prefer branches over conditional execution"
1737c953
JM
10267msgstr ""
10268
b1b51268 10269#: config/m32r/m32r.h:312
b97e55da 10270msgid "Code size: small, medium or large"
a47a6810
JM
10271msgstr ""
10272
b1b51268 10273#: config/m32r/m32r.h:314
b97e55da 10274msgid "Small data area: none, sdata, use"
a47a6810
JM
10275msgstr ""
10276
b4117c30 10277#: config/m32r/m32r.h:316 config/mips/mips.h:791
01b84e13
JM
10278msgid "Don't call any cache flush functions"
10279msgstr ""
10280
b4117c30 10281#: config/m32r/m32r.h:318 config/mips/mips.h:793
01b84e13
JM
10282msgid "Specify cache flush function"
10283msgstr ""
10284
b1b51268 10285#: config/m32r/m32r.h:320
01b84e13
JM
10286msgid "Don't call any cache flush trap"
10287msgstr ""
10288
b1b51268 10289#: config/m32r/m32r.h:322
01b84e13
JM
10290msgid "Specify cache flush trap number"
10291msgstr ""
10292
b1b51268 10293#: config/m68hc11/m68hc11.c:291
5b7874aa 10294#, c-format
b97e55da 10295msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
9e620082
ZW
10296msgstr ""
10297
b1b51268 10298#: config/m68hc11/m68hc11.c:1410
b97e55da 10299msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
9e620082
ZW
10300msgstr ""
10301
b1b51268 10302#: config/m68hc11/m68hc11.c:1416
b97e55da 10303msgid "`trap' attribute is already used"
9e620082
ZW
10304msgstr ""
10305
b97e55da 10306#. !!!! SCz wrong here.
b1b51268 10307#: config/m68hc11/m68hc11.c:3393 config/m68hc11/m68hc11.c:3777
b97e55da 10308msgid "move insn not handled"
1737c953
JM
10309msgstr ""
10310
b1b51268
JM
10311#: config/m68hc11/m68hc11.c:3625 config/m68hc11/m68hc11.c:3709
10312#: config/m68hc11/m68hc11.c:3980
b97e55da 10313msgid "invalid register in the move instruction"
9e620082
ZW
10314msgstr ""
10315
b1b51268 10316#: config/m68hc11/m68hc11.c:3659
b97e55da 10317msgid "invalid operand in the instruction"
9e620082
ZW
10318msgstr ""
10319
b1b51268 10320#: config/m68hc11/m68hc11.c:3954
b97e55da 10321msgid "invalid register in the instruction"
a52453cc
PT
10322msgstr ""
10323
b1b51268 10324#: config/m68hc11/m68hc11.c:3987
b97e55da 10325msgid "operand 1 must be a hard register"
7bbf788c
PT
10326msgstr ""
10327
b1b51268 10328#: config/m68hc11/m68hc11.c:4001
b97e55da 10329msgid "invalid rotate insn"
9e620082
ZW
10330msgstr ""
10331
b1b51268 10332#: config/m68hc11/m68hc11.c:4425
b97e55da 10333msgid "registers IX, IY and Z used in the same INSN"
9e620082
ZW
10334msgstr ""
10335
b1b51268 10336#: config/m68hc11/m68hc11.c:4762 config/m68hc11/m68hc11.c:5062
b97e55da 10337msgid "cannot do z-register replacement"
9e620082
ZW
10338msgstr ""
10339
b1b51268 10340#: config/m68hc11/m68hc11.c:5125
b97e55da 10341msgid "invalid Z register replacement for insn"
a47a6810
JM
10342msgstr ""
10343
b97e55da
JM
10344#. Macro to define tables used to set the flags. This is a list in braces of
10345#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10346#. to set or minus the bits to clear. An empty string NAME is used to
10347#. identify the default VALUE.
10348#: config/m68hc11/m68hc11.h:177
10349msgid "Compile with 16-bit integer mode"
d9b2742a
ZW
10350msgstr ""
10351
b97e55da
JM
10352#: config/m68hc11/m68hc11.h:179
10353msgid "Compile with 32-bit integer mode"
9d967a7e
ZW
10354msgstr ""
10355
b97e55da
JM
10356#: config/m68hc11/m68hc11.h:181
10357msgid "Auto pre/post decrement increment allowed"
9d967a7e
ZW
10358msgstr ""
10359
b97e55da
JM
10360#: config/m68hc11/m68hc11.h:183
10361msgid "Auto pre/post decrement increment not allowed"
9d967a7e
ZW
10362msgstr ""
10363
b97e55da
JM
10364#: config/m68hc11/m68hc11.h:185
10365msgid "Min/max instructions allowed"
9d967a7e
ZW
10366msgstr ""
10367
b97e55da
JM
10368#: config/m68hc11/m68hc11.h:187
10369msgid "Min/max instructions not allowed"
9d967a7e
ZW
10370msgstr ""
10371
b97e55da
JM
10372#: config/m68hc11/m68hc11.h:189
10373msgid "Use call and rtc for function calls and returns"
9d967a7e
ZW
10374msgstr ""
10375
b97e55da
JM
10376#: config/m68hc11/m68hc11.h:191
10377msgid "Use jsr and rts for function calls and returns"
9d967a7e
ZW
10378msgstr ""
10379
b97e55da
JM
10380#: config/m68hc11/m68hc11.h:193
10381msgid "Do not use direct addressing mode for soft registers"
9d967a7e
ZW
10382msgstr ""
10383
b97e55da
JM
10384#: config/m68hc11/m68hc11.h:195
10385msgid "Use direct addressing mode for soft registers"
9d967a7e
ZW
10386msgstr ""
10387
b97e55da
JM
10388#: config/m68hc11/m68hc11.h:197 config/m68hc11/m68hc11.h:203
10389msgid "Compile for a 68HC11"
9d967a7e
ZW
10390msgstr ""
10391
b97e55da
JM
10392#: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10393msgid "Compile for a 68HC12"
9d967a7e
ZW
10394msgstr ""
10395
b97e55da
JM
10396#: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10397msgid "Compile for a 68HCS12"
9d967a7e
ZW
10398msgstr ""
10399
b97e55da
JM
10400#. This macro is similar to `TARGET_SWITCHES' but defines names of
10401#. command options that have values. Its definition is an
10402#. initializer with a subgrouping for each command option.
10403#.
10404#. Each subgrouping contains a string constant, that defines the
10405#. fixed part of the option name, and the address of a variable. The
10406#. variable, type `char *', is set to the variable part of the given
10407#. option if the fixed part matches. The actual option name is made
10408#. by appending `-m' to the specified name.
10409#: config/m68hc11/m68hc11.h:221
10410msgid "Specify the register allocation order"
9d967a7e
ZW
10411msgstr ""
10412
b97e55da
JM
10413#: config/m68hc11/m68hc11.h:223
10414msgid "Indicate the number of soft registers available"
9e620082
ZW
10415msgstr ""
10416
b06c20ee 10417#: config/m68k/m68k.c:235
b97e55da
JM
10418#, c-format
10419msgid "-malign-loops=%d is not between 1 and %d"
9e620082
ZW
10420msgstr ""
10421
b06c20ee 10422#: config/m68k/m68k.c:246
b97e55da 10423msgid "-mshared-library-id= specified without -mid-shared-library"
9e620082
ZW
10424msgstr ""
10425
b06c20ee 10426#: config/m68k/m68k.c:249
b97e55da
JM
10427#, c-format
10428msgid "-mshared-library-id=%d is not between 0 and %d"
9e620082
ZW
10429msgstr ""
10430
b06c20ee 10431#: config/m68k/m68k.c:263
b97e55da 10432msgid "cannot specify both -msep-data and -mid-shared-library"
9e620082
ZW
10433msgstr ""
10434
b06c20ee 10435#: config/m68k/m68k.c:278
b97e55da
JM
10436#, c-format
10437msgid "-malign-jumps=%d is not between 1 and %d"
9e620082
ZW
10438msgstr ""
10439
b06c20ee 10440#: config/m68k/m68k.c:289
b97e55da
JM
10441#, c-format
10442msgid "-malign-functions=%d is not between 1 and %d"
9e620082
ZW
10443msgstr ""
10444
b06c20ee 10445#: config/m68k/m68k.c:298
b97e55da 10446msgid "-fPIC is not currently supported on the 68000 or 68010\n"
9e620082
ZW
10447msgstr ""
10448
b4117c30 10449#: config/m68k/m68k.c:596 config/rs6000/rs6000.c:11845
b06c20ee
JM
10450msgid "stack limit expression is not supported"
10451msgstr ""
10452
10453#. Macro to define tables used to set the flags.
10454#. This is a list in braces of pairs in braces,
b97e55da
JM
10455#. each pair being { "NAME", VALUE }
10456#. where VALUE is the bits to set or minus the bits to clear.
10457#. An empty string NAME is used to identify the default VALUE.
b1b51268 10458#: config/m68k/m68k.h:247 config/m68k/m68k.h:249
b97e55da 10459msgid "Generate code for a 68020"
9e620082
ZW
10460msgstr ""
10461
b1b51268 10462#: config/m68k/m68k.h:254 config/m68k/m68k.h:257
b97e55da 10463msgid "Generate code for a 68000"
9e620082
ZW
10464msgstr ""
10465
b1b51268 10466#: config/m68k/m68k.h:259
b97e55da 10467msgid "Use the bit-field instructions"
9e620082
ZW
10468msgstr ""
10469
b1b51268 10470#: config/m68k/m68k.h:261
b97e55da 10471msgid "Do not use the bit-field instructions"
9e620082
ZW
10472msgstr ""
10473
b1b51268 10474#: config/m68k/m68k.h:263
b97e55da 10475msgid "Consider type `int' to be 16 bits wide"
9e620082
ZW
10476msgstr ""
10477
b1b51268 10478#: config/m68k/m68k.h:265
b97e55da 10479msgid "Consider type `int' to be 32 bits wide"
9e620082
ZW
10480msgstr ""
10481
b1b51268 10482#: config/m68k/m68k.h:268
b97e55da 10483msgid "Generate code with library calls for floating point"
9e620082
ZW
10484msgstr ""
10485
b1b51268 10486#: config/m68k/m68k.h:270
b97e55da 10487msgid "Generate code for a 68040, without any new instructions"
9e620082
ZW
10488msgstr ""
10489
b1b51268 10490#: config/m68k/m68k.h:273
b97e55da 10491msgid "Generate code for a 68060, without any new instructions"
9e620082
ZW
10492msgstr ""
10493
b1b51268 10494#: config/m68k/m68k.h:277
b97e55da 10495msgid "Generate code for a 68030"
9e620082
ZW
10496msgstr ""
10497
b1b51268 10498#: config/m68k/m68k.h:280
b97e55da 10499msgid "Generate code for a 68040"
9e620082
ZW
10500msgstr ""
10501
b1b51268 10502#: config/m68k/m68k.h:284
b97e55da 10503msgid "Generate code for a 68060"
9e620082
ZW
10504msgstr ""
10505
b1b51268 10506#: config/m68k/m68k.h:289
b97e55da 10507msgid "Generate code for a 520X"
9e620082
ZW
10508msgstr ""
10509
b1b51268 10510#: config/m68k/m68k.h:293
b97e55da 10511msgid "Generate code for a 5206e"
9e620082
ZW
10512msgstr ""
10513
b1b51268 10514#: config/m68k/m68k.h:297
b97e55da 10515msgid "Generate code for a 528x"
9e620082
ZW
10516msgstr ""
10517
b1b51268 10518#: config/m68k/m68k.h:301
b97e55da 10519msgid "Generate code for a 5307"
9e620082
ZW
10520msgstr ""
10521
b1b51268 10522#: config/m68k/m68k.h:305
b97e55da 10523msgid "Generate code for a 5407"
9e620082
ZW
10524msgstr ""
10525
b1b51268 10526#: config/m68k/m68k.h:308
b97e55da 10527msgid "Generate code for a 68851"
9e620082
ZW
10528msgstr ""
10529
b1b51268 10530#: config/m68k/m68k.h:310
b97e55da 10531msgid "Do no generate code for a 68851"
5b7874aa
ZW
10532msgstr ""
10533
b1b51268 10534#: config/m68k/m68k.h:313
b97e55da 10535msgid "Generate code for a 68302"
5b7874aa
ZW
10536msgstr ""
10537
b1b51268 10538#: config/m68k/m68k.h:316
b97e55da 10539msgid "Generate code for a 68332"
5b7874aa
ZW
10540msgstr ""
10541
b1b51268 10542#: config/m68k/m68k.h:320
b97e55da 10543msgid "Generate code for a cpu32"
5b7874aa
ZW
10544msgstr ""
10545
b1b51268 10546#: config/m68k/m68k.h:323
b97e55da 10547msgid "Align variables on a 32-bit boundary"
5b7874aa
ZW
10548msgstr ""
10549
b1b51268 10550#: config/m68k/m68k.h:325
b97e55da 10551msgid "Align variables on a 16-bit boundary"
5b7874aa
ZW
10552msgstr ""
10553
b1b51268 10554#: config/m68k/m68k.h:327
b97e55da 10555msgid "Enable separate data segment"
a47a6810
JM
10556msgstr ""
10557
b1b51268 10558#: config/m68k/m68k.h:329
b97e55da 10559msgid "Disable separate data segment"
a47a6810
JM
10560msgstr ""
10561
b1b51268 10562#: config/m68k/m68k.h:331
b97e55da 10563msgid "Enable ID based shared library"
5b7874aa
ZW
10564msgstr ""
10565
b1b51268 10566#: config/m68k/m68k.h:333
b97e55da 10567msgid "Disable ID based shared library"
9e620082
ZW
10568msgstr ""
10569
b1b51268 10570#: config/m68k/m68k.h:335
b97e55da 10571msgid "Generate pc-relative code"
9e620082
ZW
10572msgstr ""
10573
b1b51268 10574#: config/m68k/m68k.h:337
b97e55da 10575msgid "Do not use unaligned memory references"
1737c953
JM
10576msgstr ""
10577
b1b51268 10578#: config/m68k/m68k.h:339
b97e55da 10579msgid "Use unaligned memory references"
9e620082
ZW
10580msgstr ""
10581
b1b51268 10582#: config/m68k/m68k.h:341
b97e55da 10583msgid "Use different calling convention using 'rtd'"
9e620082
ZW
10584msgstr ""
10585
b1b51268 10586#: config/m68k/m68k.h:365
b97e55da 10587msgid "ID of shared library to build"
9e620082
ZW
10588msgstr ""
10589
b1b51268 10590#: config/mcore/mcore.c:2992
b97e55da
JM
10591#, c-format
10592msgid "invalid option `-mstack-increment=%s'"
9e620082
ZW
10593msgstr ""
10594
b97e55da
JM
10595#: config/mcore/mcore.h:121
10596msgid "Inline constants if it can be done in 2 insns or less"
9e620082
ZW
10597msgstr ""
10598
b97e55da
JM
10599#: config/mcore/mcore.h:123
10600msgid "Inline constants if it only takes 1 instruction"
9e620082
ZW
10601msgstr ""
10602
b97e55da
JM
10603#: config/mcore/mcore.h:125
10604msgid "Set maximum alignment to 4"
9e620082
ZW
10605msgstr ""
10606
b97e55da
JM
10607#: config/mcore/mcore.h:127
10608msgid "Set maximum alignment to 8"
9e620082
ZW
10609msgstr ""
10610
b97e55da
JM
10611#: config/mcore/mcore.h:131
10612msgid "Do not use the divide instruction"
66866cda
JM
10613msgstr ""
10614
b97e55da
JM
10615#: config/mcore/mcore.h:135
10616msgid "Do not arbitrary sized immediates in bit operations"
9e620082
ZW
10617msgstr ""
10618
b97e55da
JM
10619#: config/mcore/mcore.h:137
10620msgid "Always treat bit-field as int-sized"
9e620082
ZW
10621msgstr ""
10622
b97e55da
JM
10623#: config/mcore/mcore.h:141
10624msgid "Force functions to be aligned to a 4 byte boundary"
9e620082
ZW
10625msgstr ""
10626
b97e55da
JM
10627#: config/mcore/mcore.h:143
10628msgid "Force functions to be aligned to a 2 byte boundary"
9e620082
ZW
10629msgstr ""
10630
b97e55da
JM
10631#: config/mcore/mcore.h:145
10632msgid "Emit call graph information"
9e620082
ZW
10633msgstr ""
10634
b97e55da
JM
10635#: config/mcore/mcore.h:149
10636msgid "Prefer word accesses over byte accesses"
9e620082
ZW
10637msgstr ""
10638
b97e55da
JM
10639#: config/mcore/mcore.h:160
10640msgid "Generate code for the M*Core M340"
9e620082
ZW
10641msgstr ""
10642
b97e55da
JM
10643#: config/mcore/mcore.h:173
10644msgid "Maximum amount for a single stack increment operation"
9e620082
ZW
10645msgstr ""
10646
b1b51268
JM
10647#: config/mips/mips.c:3073 config/xtensa/xtensa.c:1010
10648#: config/xtensa/xtensa.c:1042 config/xtensa/xtensa.c:1051
b97e55da 10649msgid "bad test"
a47a6810
JM
10650msgstr ""
10651
b1b51268 10652#: config/mips/mips.c:4555
b97e55da
JM
10653#, c-format
10654msgid "bad value (%s) for -mabi= switch"
9e620082
ZW
10655msgstr ""
10656
b1b51268 10657#: config/mips/mips.c:4578
b97e55da
JM
10658#, c-format
10659msgid ""
10660"-mips%s conflicts with the other architecture options, which specify a MIPS%"
10661"d processor"
9e620082
ZW
10662msgstr ""
10663
b1b51268 10664#: config/mips/mips.c:4597
b97e55da
JM
10665#, c-format
10666msgid "-march=%s is not compatible with the selected ABI"
9e620082
ZW
10667msgstr ""
10668
b1b51268 10669#: config/mips/mips.c:4612
b97e55da 10670msgid "-mgp64 used with a 32-bit processor"
9e620082
ZW
10671msgstr ""
10672
b1b51268 10673#: config/mips/mips.c:4614
b97e55da 10674msgid "-mgp32 used with a 64-bit ABI"
9e620082
ZW
10675msgstr ""
10676
b1b51268 10677#: config/mips/mips.c:4616
b97e55da 10678msgid "-mgp64 used with a 32-bit ABI"
9e620082
ZW
10679msgstr ""
10680
b1b51268
JM
10681#: config/mips/mips.c:4634 config/mips/mips.c:4636 config/mips/mips.c:4638
10682#: config/mips/mips.c:4770
b97e55da
JM
10683#, c-format
10684msgid "unsupported combination: %s"
9e620082
ZW
10685msgstr ""
10686
b1b51268 10687#: config/mips/mips.c:4731
b97e55da 10688msgid "-g is only supported using GNU as,"
9e620082
ZW
10689msgstr ""
10690
b1b51268 10691#: config/mips/mips.c:4733
b97e55da 10692msgid "-g is only supported using GNU as with -mabi=32,"
9e620082
ZW
10693msgstr ""
10694
b1b51268 10695#: config/mips/mips.c:4734 config/pa/pa.c:368
b97e55da 10696msgid "-g option disabled"
9e620082
ZW
10697msgstr ""
10698
b1b51268 10699#: config/mips/mips.c:4765
b97e55da
JM
10700msgid ""
10701"generation of Branch Likely instructions enabled, but not supported by "
10702"architecture"
9e620082
ZW
10703msgstr ""
10704
b1b51268 10705#: config/mips/mips.c:4782
b97e55da 10706msgid "-G is incompatible with PIC code which is the default"
9e620082
ZW
10707msgstr ""
10708
b1b51268 10709#: config/mips/mips.c:5237
b97e55da 10710msgid "mips_debugger_offset called with non stack/frame/arg pointer"
9e620082
ZW
10711msgstr ""
10712
b1b51268 10713#: config/mips/mips.c:5363
b97e55da
JM
10714#, c-format
10715msgid "internal error: %%) found without a %%( in assembler pattern"
9e620082
ZW
10716msgstr ""
10717
b1b51268 10718#: config/mips/mips.c:5377
b97e55da
JM
10719#, c-format
10720msgid "internal error: %%] found without a %%[ in assembler pattern"
a47a6810
JM
10721msgstr ""
10722
b1b51268 10723#: config/mips/mips.c:5390
b97e55da
JM
10724#, c-format
10725msgid "internal error: %%> found without a %%< in assembler pattern"
9e620082
ZW
10726msgstr ""
10727
b1b51268 10728#: config/mips/mips.c:5403
b97e55da
JM
10729#, c-format
10730msgid "internal error: %%} found without a %%{ in assembler pattern"
9e620082
ZW
10731msgstr ""
10732
b1b51268 10733#: config/mips/mips.c:5417
b97e55da
JM
10734#, c-format
10735msgid "PRINT_OPERAND: unknown punctuation '%c'"
9e620082
ZW
10736msgstr ""
10737
b1b51268 10738#: config/mips/mips.c:5446
b97e55da
JM
10739#, c-format
10740msgid "PRINT_OPERAND, invalid insn for %%C"
9e620082
ZW
10741msgstr ""
10742
b1b51268 10743#: config/mips/mips.c:5463
b97e55da
JM
10744#, c-format
10745msgid "PRINT_OPERAND, invalid insn for %%N"
9e620082
ZW
10746msgstr ""
10747
b1b51268 10748#: config/mips/mips.c:5472
b97e55da
JM
10749#, c-format
10750msgid "PRINT_OPERAND, invalid insn for %%F"
9e620082
ZW
10751msgstr ""
10752
b1b51268 10753#: config/mips/mips.c:5481
b97e55da
JM
10754#, c-format
10755msgid "PRINT_OPERAND, invalid insn for %%W"
9e620082
ZW
10756msgstr ""
10757
b1b51268 10758#: config/mips/mips.c:5579
8d98c44c
JM
10759msgid "PRINT_OPERAND, invalid operand for relocation"
10760msgstr ""
10761
b1b51268 10762#: config/mips/mips.c:8172
b97e55da
JM
10763#, c-format
10764msgid "can not handle inconsistent calls to `%s'"
9e620082
ZW
10765msgstr ""
10766
b1b51268 10767#: config/mips/mips.c:9560
b97e55da 10768msgid "the cpu name must be lower case"
9e620082
ZW
10769msgstr ""
10770
b1b51268 10771#: config/mips/mips.c:9582
b97e55da
JM
10772#, c-format
10773msgid "bad value (%s) for %s"
9e620082
ZW
10774msgstr ""
10775
b1b51268 10776#: config/mips/mips.c:10108
b97e55da
JM
10777#, c-format
10778msgid "can't rewind temp file: %m"
9e620082
ZW
10779msgstr ""
10780
b1b51268 10781#: config/mips/mips.c:10112
b97e55da
JM
10782#, c-format
10783msgid "can't write to output file: %m"
9e620082
ZW
10784msgstr ""
10785
b1b51268 10786#: config/mips/mips.c:10115
b97e55da
JM
10787#, c-format
10788msgid "can't read from temp file: %m"
9e620082
ZW
10789msgstr ""
10790
b1b51268 10791#: config/mips/mips.c:10118
b97e55da
JM
10792#, c-format
10793msgid "can't close temp file: %m"
9e620082
ZW
10794msgstr ""
10795
b97e55da
JM
10796#: config/mips/linux64.h:39
10797msgid "Same as -mabi=32, just trickier"
9e620082
ZW
10798msgstr ""
10799
b97e55da
JM
10800#. Target CPU builtins.
10801#. We do this here because __mips is defined below and so we can't use builtin_define_std.
10802#. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
10803#. Macros dependent on the C dialect.
01b84e13 10804#. Bizarre, but needed at least for Irix.
b97e55da
JM
10805#. Macro to define tables used to set the flags.
10806#. This is a list in braces of pairs in braces,
10807#. each pair being { "NAME", VALUE }
10808#. where VALUE is the bits to set or minus the bits to clear.
10809#. An empty string NAME is used to identify the default VALUE.
b4117c30 10810#: config/mips/mips.h:544
b97e55da 10811msgid "Use 64-bit int type"
9e620082
ZW
10812msgstr ""
10813
b4117c30 10814#: config/mips/mips.h:546
b97e55da 10815msgid "Use 64-bit long type"
9e620082
ZW
10816msgstr ""
10817
b4117c30 10818#: config/mips/mips.h:548
b97e55da 10819msgid "Use 32-bit long type"
9e620082
ZW
10820msgstr ""
10821
b4117c30 10822#: config/mips/mips.h:550
b97e55da 10823msgid "Optimize lui/addiu address loads"
9e620082
ZW
10824msgstr ""
10825
b4117c30 10826#: config/mips/mips.h:552
b97e55da 10827msgid "Don't optimize lui/addiu address loads"
9e620082
ZW
10828msgstr ""
10829
b4117c30 10830#: config/mips/mips.h:554
b97e55da 10831msgid "Use MIPS as"
9e620082
ZW
10832msgstr ""
10833
b4117c30 10834#: config/mips/mips.h:556
b97e55da 10835msgid "Use GNU as"
9e620082
ZW
10836msgstr ""
10837
b4117c30 10838#: config/mips/mips.h:558
b97e55da 10839msgid "Use symbolic register names"
9e620082
ZW
10840msgstr ""
10841
b4117c30 10842#: config/mips/mips.h:560
b97e55da 10843msgid "Don't use symbolic register names"
5b7874aa
ZW
10844msgstr ""
10845
b4117c30 10846#: config/mips/mips.h:562 config/mips/mips.h:564
b97e55da 10847msgid "Use GP relative sdata/sbss sections (now ignored)"
9e620082
ZW
10848msgstr ""
10849
b4117c30 10850#: config/mips/mips.h:566 config/mips/mips.h:568
b97e55da 10851msgid "Don't use GP relative sdata/sbss sections (now ignored)"
d9b2742a
ZW
10852msgstr ""
10853
b4117c30 10854#: config/mips/mips.h:570
b97e55da 10855msgid "Output compiler statistics (now ignored)"
9e620082
ZW
10856msgstr ""
10857
b4117c30 10858#: config/mips/mips.h:572
b97e55da 10859msgid "Don't output compiler statistics"
9e620082
ZW
10860msgstr ""
10861
b4117c30 10862#: config/mips/mips.h:574
b97e55da 10863msgid "Don't optimize block moves"
9e620082
ZW
10864msgstr ""
10865
b4117c30 10866#: config/mips/mips.h:576
b97e55da 10867msgid "Optimize block moves"
9e620082
ZW
10868msgstr ""
10869
b4117c30 10870#: config/mips/mips.h:578
b97e55da 10871msgid "Use mips-tfile asm postpass"
9e620082
ZW
10872msgstr ""
10873
b4117c30 10874#: config/mips/mips.h:580
b97e55da 10875msgid "Don't use mips-tfile asm postpass"
9e620082
ZW
10876msgstr ""
10877
b4117c30 10878#: config/mips/mips.h:582 config/pa/pa.h:266
b06c20ee
JM
10879msgid "Use software floating point"
10880msgstr ""
10881
b97e55da
JM
10882#. Macro to define tables used to set the flags.
10883#. This is a list in braces of triplets in braces,
10884#. each triplet being { "NAME", VALUE, DOC }
10885#. where VALUE is the bits to set or minus the bits to clear and DOC
10886#. is the documentation for --help (NULL if intentionally undocumented).
10887#. An empty string NAME is used to identify the default VALUE.
b4117c30 10888#: config/mips/mips.h:584 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:321
b97e55da 10889msgid "Use hardware floating point"
9e620082
ZW
10890msgstr ""
10891
b4117c30 10892#: config/mips/mips.h:586
b97e55da 10893msgid "Use 64-bit FP registers"
9e620082
ZW
10894msgstr ""
10895
b4117c30 10896#: config/mips/mips.h:588
b97e55da 10897msgid "Use 32-bit FP registers"
9e620082
ZW
10898msgstr ""
10899
b4117c30 10900#: config/mips/mips.h:590
b97e55da 10901msgid "Use 64-bit general registers"
9e620082
ZW
10902msgstr ""
10903
b4117c30 10904#: config/mips/mips.h:592
b97e55da 10905msgid "Use 32-bit general registers"
9e620082
ZW
10906msgstr ""
10907
b4117c30 10908#: config/mips/mips.h:594
b97e55da 10909msgid "Use Irix PIC"
9e620082
ZW
10910msgstr ""
10911
b4117c30 10912#: config/mips/mips.h:596
b97e55da 10913msgid "Don't use Irix PIC"
9e620082
ZW
10914msgstr ""
10915
b4117c30 10916#: config/mips/mips.h:598
b97e55da 10917msgid "Use indirect calls"
9e620082
ZW
10918msgstr ""
10919
b4117c30 10920#: config/mips/mips.h:600
b97e55da 10921msgid "Don't use indirect calls"
9e620082
ZW
10922msgstr ""
10923
b4117c30 10924#: config/mips/mips.h:610
b97e55da 10925msgid "Use big-endian byte order"
a47a6810
JM
10926msgstr ""
10927
b4117c30 10928#: config/mips/mips.h:612
b97e55da 10929msgid "Use little-endian byte order"
a47a6810
JM
10930msgstr ""
10931
b4117c30 10932#: config/mips/mips.h:614
b97e55da 10933msgid "Use single (32-bit) FP only"
9e620082
ZW
10934msgstr ""
10935
b4117c30 10936#: config/mips/mips.h:616
b97e55da 10937msgid "Don't use single (32-bit) FP only"
9e620082
ZW
10938msgstr ""
10939
b4117c30 10940#: config/mips/mips.h:618
b97e55da 10941msgid "Use multiply accumulate"
9e620082
ZW
10942msgstr ""
10943
b4117c30 10944#: config/mips/mips.h:620
b97e55da 10945msgid "Don't use multiply accumulate"
d9b2742a
ZW
10946msgstr ""
10947
b4117c30 10948#: config/mips/mips.h:622
b97e55da 10949msgid "Don't generate fused multiply/add instructions"
a47a6810
JM
10950msgstr ""
10951
b4117c30 10952#: config/mips/mips.h:624 config/rs6000/rs6000.h:337
b97e55da 10953msgid "Generate fused multiply/add instructions"
a47a6810
JM
10954msgstr ""
10955
b4117c30 10956#: config/mips/mips.h:626
b1b51268
JM
10957msgid "Perform VR4130-specific alignment optimizations"
10958msgstr ""
10959
b4117c30 10960#: config/mips/mips.h:628
b1b51268
JM
10961msgid "Don't perform VR4130-specific alignment optimizations"
10962msgstr ""
10963
b4117c30 10964#: config/mips/mips.h:630
b97e55da 10965msgid "Work around early 4300 hardware bug"
9e620082
ZW
10966msgstr ""
10967
b4117c30 10968#: config/mips/mips.h:632
b97e55da 10969msgid "Don't work around early 4300 hardware bug"
9e620082
ZW
10970msgstr ""
10971
b4117c30 10972#: config/mips/mips.h:634
b97e55da 10973msgid "Work around errata for early SB-1 revision 2 cores"
9e620082
ZW
10974msgstr ""
10975
b4117c30 10976#: config/mips/mips.h:636
b97e55da 10977msgid "Don't work around errata for early SB-1 revision 2 cores"
9e620082
ZW
10978msgstr ""
10979
b4117c30 10980#: config/mips/mips.h:638
b1b51268
JM
10981msgid "Work around R4000 errata"
10982msgstr ""
10983
b4117c30 10984#: config/mips/mips.h:640
b1b51268
JM
10985msgid "Don't work around R4000 errata"
10986msgstr ""
10987
b4117c30 10988#: config/mips/mips.h:642
b1b51268
JM
10989msgid "Work around R4400 errata"
10990msgstr ""
10991
b4117c30 10992#: config/mips/mips.h:644
b1b51268
JM
10993msgid "Don't work around R4400 errata"
10994msgstr ""
10995
b4117c30 10996#: config/mips/mips.h:646
b1b51268
JM
10997msgid "Work around certain VR4120 errata"
10998msgstr ""
10999
b4117c30 11000#: config/mips/mips.h:648
b1b51268
JM
11001msgid "Don't work around certain VR4120 errata"
11002msgstr ""
11003
b4117c30 11004#: config/mips/mips.h:650
b97e55da 11005msgid "Trap on integer divide by zero"
9e620082
ZW
11006msgstr ""
11007
b4117c30 11008#: config/mips/mips.h:652
b97e55da 11009msgid "Don't trap on integer divide by zero"
9e620082
ZW
11010msgstr ""
11011
b4117c30 11012#: config/mips/mips.h:654
b97e55da 11013msgid "Use Branch Likely instructions, overriding default for arch"
9e620082
ZW
11014msgstr ""
11015
b4117c30 11016#: config/mips/mips.h:656
b97e55da 11017msgid "Don't use Branch Likely instructions, overriding default for arch"
9e620082
ZW
11018msgstr ""
11019
b4117c30 11020#: config/mips/mips.h:658
b97e55da 11021msgid "Use NewABI-style %reloc() assembly operators"
9e620082
ZW
11022msgstr ""
11023
b4117c30 11024#: config/mips/mips.h:660
b97e55da 11025msgid "Use assembler macros instead of relocation operators"
9e620082
ZW
11026msgstr ""
11027
b4117c30 11028#: config/mips/mips.h:662
b97e55da 11029msgid "Generate mips16 code"
9e620082
ZW
11030msgstr ""
11031
b4117c30 11032#: config/mips/mips.h:664
b97e55da 11033msgid "Generate normal-mode code"
9e620082
ZW
11034msgstr ""
11035
b4117c30 11036#: config/mips/mips.h:666
b97e55da 11037msgid "Lift restrictions on GOT size"
9e620082
ZW
11038msgstr ""
11039
b4117c30 11040#: config/mips/mips.h:668
b97e55da 11041msgid "Do not lift restrictions on GOT size"
9e620082
ZW
11042msgstr ""
11043
b4117c30 11044#: config/mips/mips.h:670
b1b51268
JM
11045msgid "FP exceptions are enabled"
11046msgstr ""
11047
b4117c30 11048#: config/mips/mips.h:672
b1b51268 11049msgid "FP exceptions are not enabled"
9e620082
ZW
11050msgstr ""
11051
b4117c30 11052#: config/mips/mips.h:789
b97e55da 11053msgid "Specify a Standard MIPS ISA"
9e620082
ZW
11054msgstr ""
11055
b97e55da
JM
11056#. Output assembler code to FILE to increment profiler label # LABELNO
11057#. for profiling a function entry.
b4117c30 11058#: config/mips/mips.h:2426
b97e55da 11059msgid "mips16 function profiling"
9e620082
ZW
11060msgstr ""
11061
01b84e13 11062#: config/mmix/mmix.c:225
b97e55da
JM
11063#, c-format
11064msgid "-f%s not supported: ignored"
9e620082
ZW
11065msgstr ""
11066
01b84e13 11067#: config/mmix/mmix.c:651
5b7874aa 11068#, c-format
b97e55da
JM
11069msgid ""
11070"too large function value type, needs %d registers, have only %d registers "
11071"for this"
9e620082
ZW
11072msgstr ""
11073
01b84e13 11074#: config/mmix/mmix.c:821
b97e55da 11075msgid "function_profiler support for MMIX"
d9b2742a
ZW
11076msgstr ""
11077
01b84e13 11078#: config/mmix/mmix.c:843
b97e55da 11079msgid "MMIX Internal: Last named vararg would not fit in a register"
d9b2742a
ZW
11080msgstr ""
11081
b1b51268 11082#: config/mmix/mmix.c:1557 config/mmix/mmix.c:1687
b97e55da 11083msgid "MMIX Internal: Expected a CONST_INT, not this"
9e620082
ZW
11084msgstr ""
11085
b1b51268 11086#: config/mmix/mmix.c:1565 config/mmix/mmix.c:1589 config/mmix/mmix.c:1705
b97e55da
JM
11087#, c-format
11088msgid "MMIX Internal: Bad register: %d"
9e620082
ZW
11089msgstr ""
11090
b1b51268 11091#: config/mmix/mmix.c:1636
b97e55da 11092msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
9e620082
ZW
11093msgstr ""
11094
b1b51268 11095#: config/mmix/mmix.c:1655
b97e55da 11096msgid "MMIX Internal: Expected a register, not this"
9e620082
ZW
11097msgstr ""
11098
b1b51268 11099#: config/mmix/mmix.c:1665
b97e55da 11100msgid "MMIX Internal: Expected a constant, not this"
9e620082
ZW
11101msgstr ""
11102
b97e55da 11103#. Presumably there's a missing case above if we get here.
b1b51268 11104#: config/mmix/mmix.c:1697
b97e55da
JM
11105#, c-format
11106msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
9e620082
ZW
11107msgstr ""
11108
b97e55da 11109#. We need the original here.
b1b51268 11110#: config/mmix/mmix.c:1749
b97e55da 11111msgid "MMIX Internal: Cannot decode this operand"
9e620082
ZW
11112msgstr ""
11113
b1b51268 11114#: config/mmix/mmix.c:1806
b97e55da 11115msgid "MMIX Internal: This is not a recognized address"
9e620082
ZW
11116msgstr ""
11117
b1b51268 11118#: config/mmix/mmix.c:1983
b97e55da
JM
11119#, c-format
11120msgid "stack frame not a multiple of 8 bytes: %d"
9e620082
ZW
11121msgstr ""
11122
b1b51268 11123#: config/mmix/mmix.c:2222
b97e55da
JM
11124#, c-format
11125msgid "stack frame not a multiple of octabyte: %d"
9e620082
ZW
11126msgstr ""
11127
b1b51268 11128#: config/mmix/mmix.c:2696 config/mmix/mmix.c:2760
b97e55da
JM
11129#, c-format
11130msgid "MMIX Internal: %s is not a shiftable int"
9e620082
ZW
11131msgstr ""
11132
b1b51268 11133#: config/mmix/mmix.c:2876
b97e55da 11134msgid "MMIX Internal: Trying to output invalidly reversed condition:"
9e620082
ZW
11135msgstr ""
11136
b1b51268 11137#: config/mmix/mmix.c:2883
b97e55da 11138msgid "MMIX Internal: What's the CC of this?"
9e620082
ZW
11139msgstr ""
11140
b1b51268 11141#: config/mmix/mmix.c:2887
b97e55da 11142msgid "MMIX Internal: What is the CC of this?"
a47a6810
JM
11143msgstr ""
11144
b1b51268 11145#: config/mmix/mmix.c:2957
b97e55da 11146msgid "MMIX Internal: This is not a constant:"
a47a6810
JM
11147msgstr ""
11148
b97e55da
JM
11149#: config/mmix/mmix.h:132
11150msgid "Set start-address of the program"
a47a6810
JM
11151msgstr ""
11152
b97e55da
JM
11153#: config/mmix/mmix.h:134
11154msgid "Set start-address of data"
a47a6810
JM
11155msgstr ""
11156
b97e55da
JM
11157#. FIXME: Provide a way to *load* the epsilon register.
11158#: config/mmix/mmix.h:198
11159msgid "For intrinsics library: pass all parameters in registers"
7bbf788c
PT
11160msgstr ""
11161
b97e55da
JM
11162#: config/mmix/mmix.h:201
11163msgid "Use register stack for parameters and return value"
9e620082
ZW
11164msgstr ""
11165
b97e55da
JM
11166#: config/mmix/mmix.h:203
11167msgid "Use call-clobbered registers for parameters and return value"
9e620082
ZW
11168msgstr ""
11169
b97e55da
JM
11170#: config/mmix/mmix.h:205
11171msgid "Use epsilon-respecting floating point compare instructions"
d9b2742a
ZW
11172msgstr ""
11173
b97e55da
JM
11174#: config/mmix/mmix.h:208
11175msgid "Use zero-extending memory loads, not sign-extending ones"
9e620082
ZW
11176msgstr ""
11177
b97e55da
JM
11178#: config/mmix/mmix.h:211
11179msgid ""
11180"Generate divide results with reminder having the same sign as the divisor "
11181"(not the dividend)"
9e620082
ZW
11182msgstr ""
11183
b97e55da
JM
11184#: config/mmix/mmix.h:215
11185msgid "Prepend global symbols with \":\" (for use with PREFIX)"
9e620082
ZW
11186msgstr ""
11187
b97e55da
JM
11188#: config/mmix/mmix.h:217
11189msgid "Do not provide a default start-address 0x100 of the program"
9e620082
ZW
11190msgstr ""
11191
b97e55da
JM
11192#: config/mmix/mmix.h:219
11193msgid "Link to emit program in ELF format (rather than mmo)"
9e620082
ZW
11194msgstr ""
11195
b97e55da
JM
11196#: config/mmix/mmix.h:221
11197msgid "Use P-mnemonics for branches statically predicted as taken"
a47a6810
JM
11198msgstr ""
11199
b97e55da
JM
11200#: config/mmix/mmix.h:223
11201msgid "Don't use P-mnemonics for branches"
9e620082
ZW
11202msgstr ""
11203
b97e55da
JM
11204#: config/mmix/mmix.h:225
11205msgid "Use addresses that allocate global registers"
9e620082
ZW
11206msgstr ""
11207
b97e55da
JM
11208#: config/mmix/mmix.h:227
11209msgid "Do not use addresses that allocate global registers"
9e620082
ZW
11210msgstr ""
11211
b97e55da
JM
11212#: config/mmix/mmix.h:229
11213msgid "Generate a single exit point for each function"
9e620082
ZW
11214msgstr ""
11215
b97e55da
JM
11216#: config/mmix/mmix.h:231
11217msgid "Do not generate a single exit point for each function"
9e620082
ZW
11218msgstr ""
11219
01b84e13 11220#: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
b97e55da 11221msgid "Target the AM33 processor"
9e620082
ZW
11222msgstr ""
11223
01b84e13 11224#: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
b97e55da 11225msgid "Target the AM33/2.0 processor"
9e620082
ZW
11226msgstr ""
11227
01b84e13 11228#: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
b97e55da 11229msgid "Enable linker relaxations"
9e620082
ZW
11230msgstr ""
11231
b97e55da
JM
11232#: config/mn10300/mn10300.h:69
11233msgid "Work around hardware multiply bug"
9e620082
ZW
11234msgstr ""
11235
b97e55da
JM
11236#: config/mn10300/mn10300.h:70
11237msgid "Do not work around hardware multiply bug"
9e620082
ZW
11238msgstr ""
11239
b06c20ee 11240#: config/ns32k/ns32k.h:142 config/s390/s390.h:125
b97e55da 11241msgid "Don't use hardware fp"
9e620082
ZW
11242msgstr ""
11243
b97e55da
JM
11244#: config/ns32k/ns32k.h:143
11245msgid "Alternative calling convention"
9e620082
ZW
11246msgstr ""
11247
b97e55da
JM
11248#: config/ns32k/ns32k.h:145
11249msgid "Pass some arguments in registers"
9e620082
ZW
11250msgstr ""
11251
b97e55da
JM
11252#: config/ns32k/ns32k.h:146
11253msgid "Pass all arguments on stack"
9e620082
ZW
11254msgstr ""
11255
b97e55da
JM
11256#: config/ns32k/ns32k.h:147
11257msgid "Optimize for 32532 cpu"
9e620082
ZW
11258msgstr ""
11259
b97e55da
JM
11260#: config/ns32k/ns32k.h:148
11261msgid "Optimize for 32332 cpu"
9e620082
ZW
11262msgstr ""
11263
b97e55da
JM
11264#: config/ns32k/ns32k.h:150
11265msgid "Optimize for 32032"
9e620082
ZW
11266msgstr ""
11267
b97e55da
JM
11268#: config/ns32k/ns32k.h:152
11269msgid "Register sb is zero. Use for absolute addressing"
9e620082
ZW
11270msgstr ""
11271
b97e55da
JM
11272#: config/ns32k/ns32k.h:153
11273msgid "Do not use register sb"
9e620082
ZW
11274msgstr ""
11275
b97e55da
JM
11276#: config/ns32k/ns32k.h:155
11277msgid "Use bit-field instructions"
9e620082
ZW
11278msgstr ""
11279
b97e55da
JM
11280#: config/ns32k/ns32k.h:157
11281msgid "Do not use bit-field instructions"
9e620082
ZW
11282msgstr ""
11283
b97e55da
JM
11284#: config/ns32k/ns32k.h:158
11285msgid "Generate code for high memory"
9e620082
ZW
11286msgstr ""
11287
b97e55da
JM
11288#: config/ns32k/ns32k.h:159
11289msgid "Generate code for low memory"
9e620082
ZW
11290msgstr ""
11291
b97e55da
JM
11292#: config/ns32k/ns32k.h:160
11293msgid "32381 fpu"
9e620082
ZW
11294msgstr ""
11295
b97e55da
JM
11296#: config/ns32k/ns32k.h:162
11297msgid "Use multiply-accumulate fp instructions"
9e620082
ZW
11298msgstr ""
11299
b97e55da
JM
11300#: config/ns32k/ns32k.h:164
11301msgid "Do not use multiply-accumulate fp instructions"
9e620082
ZW
11302msgstr ""
11303
b97e55da
JM
11304#: config/ns32k/ns32k.h:165
11305msgid "\"Small register classes\" kludge"
9e620082
ZW
11306msgstr ""
11307
b97e55da
JM
11308#: config/ns32k/ns32k.h:166
11309msgid "No \"Small register classes\" kludge"
9e620082
ZW
11310msgstr ""
11311
b06c20ee 11312#: config/pa/pa.c:319
b97e55da
JM
11313#, c-format
11314msgid ""
11315"unknown -mschedule= option (%s).\n"
11316"Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
9e620082
ZW
11317msgstr ""
11318
b06c20ee 11319#: config/pa/pa.c:344
5b7874aa 11320#, c-format
b97e55da
JM
11321msgid ""
11322"unknown -march= option (%s).\n"
11323"Valid options are 1.0, 1.1, and 2.0\n"
9e620082
ZW
11324msgstr ""
11325
b06c20ee 11326#: config/pa/pa.c:357
b97e55da 11327msgid "PIC code generation is not supported in the portable runtime model\n"
9e620082
ZW
11328msgstr ""
11329
b06c20ee 11330#: config/pa/pa.c:362
b97e55da 11331msgid "PIC code generation is not compatible with fast indirect calls\n"
9e620082
ZW
11332msgstr ""
11333
b06c20ee 11334#: config/pa/pa.c:367
b97e55da 11335msgid "-g is only supported when using GAS on this processor,"
9e620082
ZW
11336msgstr ""
11337
b1b51268 11338#: config/pa/pa-hpux.h:92 config/pa/pa64-hpux.h:25
b97e55da 11339msgid "Generate cpp defines for server IO"
9e620082
ZW
11340msgstr ""
11341
b1b51268 11342#: config/pa/pa-hpux.h:93 config/pa/pa64-hpux.h:27
b97e55da 11343msgid "Generate cpp defines for workstation IO"
a47a6810
JM
11344msgstr ""
11345
b97e55da
JM
11346#. Macro to define tables used to set the flags. This is a
11347#. list in braces of target switches with each switch being
11348#. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
11349#. or minus the bits to clear. An empty string NAME is used to
11350#. identify the default VALUE. Do not mark empty strings for
11351#. translation.
11352#: config/pa/pa.h:232 config/pa/pa.h:238
11353msgid "Generate PA1.1 code"
9e620082
ZW
11354msgstr ""
11355
b97e55da
JM
11356#: config/pa/pa.h:234 config/pa/pa.h:236
11357msgid "Generate PA1.0 code"
9e620082
ZW
11358msgstr ""
11359
b97e55da
JM
11360#: config/pa/pa.h:240
11361msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
9e620082
ZW
11362msgstr ""
11363
b97e55da
JM
11364#: config/pa/pa.h:242
11365msgid "Disable FP regs"
9e620082
ZW
11366msgstr ""
11367
b97e55da
JM
11368#: config/pa/pa.h:244
11369msgid "Do not disable FP regs"
9e620082
ZW
11370msgstr ""
11371
b97e55da
JM
11372#: config/pa/pa.h:246
11373msgid "Disable space regs"
9e620082
ZW
11374msgstr ""
11375
b97e55da
JM
11376#: config/pa/pa.h:248
11377msgid "Do not disable space regs"
9e620082
ZW
11378msgstr ""
11379
b97e55da
JM
11380#: config/pa/pa.h:250
11381msgid "Put jumps in call delay slots"
9e620082
ZW
11382msgstr ""
11383
b97e55da
JM
11384#: config/pa/pa.h:252
11385msgid "Do not put jumps in call delay slots"
9e620082
ZW
11386msgstr ""
11387
b97e55da
JM
11388#: config/pa/pa.h:254
11389msgid "Disable indexed addressing"
9e620082
ZW
11390msgstr ""
11391
b97e55da
JM
11392#: config/pa/pa.h:256
11393msgid "Do not disable indexed addressing"
5b7874aa
ZW
11394msgstr ""
11395
b97e55da
JM
11396#: config/pa/pa.h:258
11397msgid "Use portable calling conventions"
9e620082
ZW
11398msgstr ""
11399
b97e55da
JM
11400#: config/pa/pa.h:260
11401msgid "Do not use portable calling conventions"
9e620082
ZW
11402msgstr ""
11403
b97e55da
JM
11404#: config/pa/pa.h:262
11405msgid "Assume code will be assembled by GAS"
9e620082
ZW
11406msgstr ""
11407
b97e55da
JM
11408#: config/pa/pa.h:264
11409msgid "Do not assume code will be assembled by GAS"
9e620082
ZW
11410msgstr ""
11411
b97e55da
JM
11412#: config/pa/pa.h:268
11413msgid "Do not use software floating point"
9e620082
ZW
11414msgstr ""
11415
b97e55da
JM
11416#: config/pa/pa.h:270
11417msgid "Emit long load/store sequences"
9e620082
ZW
11418msgstr ""
11419
b97e55da
JM
11420#: config/pa/pa.h:272
11421msgid "Do not emit long load/store sequences"
9e620082
ZW
11422msgstr ""
11423
b97e55da
JM
11424#: config/pa/pa.h:274
11425msgid "Generate fast indirect calls"
9e620082
ZW
11426msgstr ""
11427
b97e55da
JM
11428#: config/pa/pa.h:276
11429msgid "Do not generate fast indirect calls"
9e620082
ZW
11430msgstr ""
11431
b97e55da
JM
11432#: config/pa/pa.h:278
11433msgid "Generate code for huge switch statements"
9e620082
ZW
11434msgstr ""
11435
b97e55da
JM
11436#: config/pa/pa.h:280
11437msgid "Do not generate code for huge switch statements"
9e620082
ZW
11438msgstr ""
11439
b97e55da
JM
11440#: config/pa/pa.h:282
11441msgid "Always generate long calls"
9e620082
ZW
11442msgstr ""
11443
b97e55da
JM
11444#: config/pa/pa.h:284
11445msgid "Generate long calls only when needed"
9e620082
ZW
11446msgstr ""
11447
b97e55da
JM
11448#: config/pa/pa.h:286
11449msgid "Enable linker optimizations"
9e620082
ZW
11450msgstr ""
11451
b97e55da
JM
11452#: config/pa/pa.h:312
11453msgid ""
11454"Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. "
11455"2.0 requires gas snapshot 19990413 or later."
9e620082
ZW
11456msgstr ""
11457
b97e55da
JM
11458#: config/pa/pa64-hpux.h:29
11459msgid "Assume code will be linked by GNU ld"
9e620082
ZW
11460msgstr ""
11461
b97e55da
JM
11462#: config/pa/pa64-hpux.h:31
11463msgid "Assume code will be linked by HP ld"
9e620082
ZW
11464msgstr ""
11465
b1b51268 11466#: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:323
b97e55da 11467msgid "Do not use hardware floating point"
9e620082
ZW
11468msgstr ""
11469
b97e55da
JM
11470#. return float result in ac0
11471#: config/pdp11/pdp11.h:64
11472msgid "Return floating point results in ac0"
a52453cc
PT
11473msgstr ""
11474
b97e55da
JM
11475#: config/pdp11/pdp11.h:65
11476msgid "Return floating point results in memory"
9e620082
ZW
11477msgstr ""
11478
b97e55da
JM
11479#. is 11/40
11480#: config/pdp11/pdp11.h:67
11481msgid "Generate code for an 11/40"
9e620082
ZW
11482msgstr ""
11483
b97e55da
JM
11484#. is 11/45
11485#: config/pdp11/pdp11.h:70
11486msgid "Generate code for an 11/45"
9e620082
ZW
11487msgstr ""
11488
b97e55da
JM
11489#. is 11/10
11490#: config/pdp11/pdp11.h:73
11491msgid "Generate code for an 11/10"
9e620082
ZW
11492msgstr ""
11493
b97e55da
JM
11494#. use movstrhi for bcopy
11495#. use 32 bit for int
11496#: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11497msgid "Use 32 bit int"
9e620082
ZW
11498msgstr ""
11499
b97e55da
JM
11500#: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11501msgid "Use 16 bit int"
9e620082
ZW
11502msgstr ""
11503
b97e55da
JM
11504#. use 32 bit for float
11505#: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11506msgid "Use 32 bit float"
9e620082
ZW
11507msgstr ""
11508
b97e55da
JM
11509#: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11510msgid "Use 64 bit float"
9e620082
ZW
11511msgstr ""
11512
b97e55da
JM
11513#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11514#. is branching expensive - on a PDP, it's actually really cheap
11515#. this is just to play around and check what code gcc generates
11516#. split instruction and data memory?
11517#: config/pdp11/pdp11.h:95
11518msgid "Target has split I&D"
9e620082
ZW
11519msgstr ""
11520
b97e55da
JM
11521#: config/pdp11/pdp11.h:96
11522msgid "Target does not have split I&D"
9e620082
ZW
11523msgstr ""
11524
b97e55da
JM
11525#. UNIX assembler syntax?
11526#: config/pdp11/pdp11.h:98
11527msgid "Use UNIX assembler syntax"
9e620082
ZW
11528msgstr ""
11529
b97e55da
JM
11530#: config/pdp11/pdp11.h:99
11531msgid "Use DEC assembler syntax"
9e620082
ZW
11532msgstr ""
11533
b97e55da
JM
11534#: config/rs6000/host-darwin.c:52
11535msgid "Segmentation Fault (code)"
11536msgstr ""
11537
11538#: config/rs6000/host-darwin.c:83
11539msgid "Out of stack space.\n"
9e620082
ZW
11540msgstr ""
11541
b97e55da 11542#: config/rs6000/host-darwin.c:104
5b7874aa 11543#, c-format
b97e55da 11544msgid "Try running `%s' in the shell to raise its limit.\n"
9e620082
ZW
11545msgstr ""
11546
b97e55da
JM
11547#: config/rs6000/host-darwin.c:117
11548msgid "Segmentation Fault"
11549msgstr ""
11550
11551#: config/rs6000/host-darwin.c:131
5b7874aa 11552#, c-format
b97e55da 11553msgid "While setting up signal stack: %m"
9e620082
ZW
11554msgstr ""
11555
b97e55da 11556#: config/rs6000/host-darwin.c:137
5b7874aa 11557#, c-format
b97e55da 11558msgid "While setting up signal handler: %m"
9e620082
ZW
11559msgstr ""
11560
b1b51268 11561#: config/rs6000/host-darwin.c:181
5b7874aa 11562#, c-format
b97e55da 11563msgid "couldn't unmap pch_address_space: %m\n"
9e620082
ZW
11564msgstr ""
11565
b97e55da
JM
11566#. Handle the machine specific pragma longcall. Its syntax is
11567#.
11568#. # pragma longcall ( TOGGLE )
11569#.
11570#. where TOGGLE is either 0 or 1.
11571#.
11572#. rs6000_default_long_calls is set to the value of TOGGLE, changing
11573#. whether or not new function declarations receive a longcall
11574#. attribute by default.
11575#: config/rs6000/rs6000-c.c:46
11576msgid "ignoring malformed #pragma longcall"
9e620082
ZW
11577msgstr ""
11578
b97e55da
JM
11579#: config/rs6000/rs6000-c.c:59
11580msgid "missing open paren"
9e620082
ZW
11581msgstr ""
11582
b97e55da
JM
11583#: config/rs6000/rs6000-c.c:61
11584msgid "missing number"
9e620082
ZW
11585msgstr ""
11586
b97e55da
JM
11587#: config/rs6000/rs6000-c.c:63
11588msgid "missing close paren"
9e620082
ZW
11589msgstr ""
11590
b97e55da
JM
11591#: config/rs6000/rs6000-c.c:66
11592msgid "number must be 0 or 1"
9e620082
ZW
11593msgstr ""
11594
b97e55da
JM
11595#: config/rs6000/rs6000-c.c:69
11596msgid "junk at end of #pragma longcall"
9e620082
ZW
11597msgstr ""
11598
b1b51268 11599#: config/rs6000/rs6000.c:871
b97e55da 11600msgid "-mmultiple is not supported on little endian systems"
9e620082
ZW
11601msgstr ""
11602
b1b51268 11603#: config/rs6000/rs6000.c:878
b97e55da 11604msgid "-mstring is not supported on little endian systems"
9e620082
ZW
11605msgstr ""
11606
b1b51268 11607#: config/rs6000/rs6000.c:892
5b7874aa 11608#, c-format
b97e55da 11609msgid "unknown -mdebug-%s switch"
9e620082
ZW
11610msgstr ""
11611
b1b51268 11612#: config/rs6000/rs6000.c:904
5b7874aa 11613#, c-format
b97e55da 11614msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
9e620082
ZW
11615msgstr ""
11616
b1b51268 11617#: config/rs6000/rs6000.c:915
5b7874aa 11618#, c-format
b97e55da 11619msgid "Unknown switch -mlong-double-%s"
9e620082
ZW
11620msgstr ""
11621
b1b51268
JM
11622#: config/rs6000/rs6000.c:956
11623msgid "AltiVec and E500 instructions cannot coexist"
11624msgstr ""
11625
11626#: config/rs6000/rs6000.c:1120
b97e55da
JM
11627#, c-format
11628msgid "unknown -m%s= option specified: '%s'"
a47a6810
JM
11629msgstr ""
11630
b1b51268 11631#: config/rs6000/rs6000.c:1141
a47a6810 11632#, c-format
b97e55da 11633msgid "not configured for ABI: '%s'"
a47a6810
JM
11634msgstr ""
11635
b1b51268 11636#: config/rs6000/rs6000.c:1147
b97e55da
JM
11637#, c-format
11638msgid "unknown ABI specified: '%s'"
d9b2742a
ZW
11639msgstr ""
11640
b1b51268 11641#: config/rs6000/rs6000.c:1161
b97e55da
JM
11642#, c-format
11643msgid "unknown -malign-XXXXX option specified: '%s'"
9e620082
ZW
11644msgstr ""
11645
b1b51268
JM
11646#: config/rs6000/rs6000.c:4110
11647msgid ""
11648"Cannot return value in vector register because altivec instructions are "
11649"disabled, use -maltivec to enable them."
11650msgstr ""
11651
11652#: config/rs6000/rs6000.c:4233
11653msgid ""
11654"Cannot pass argument in vector register because altivec instructions are "
11655"disabled, use -maltivec to enable them."
11656msgstr ""
11657
b4117c30 11658#: config/rs6000/rs6000.c:5760
b97e55da 11659msgid "argument 1 must be a 5-bit signed literal"
9e620082
ZW
11660msgstr ""
11661
b4117c30 11662#: config/rs6000/rs6000.c:5863 config/rs6000/rs6000.c:6498
b97e55da 11663msgid "argument 2 must be a 5-bit unsigned literal"
9e620082
ZW
11664msgstr ""
11665
b4117c30 11666#: config/rs6000/rs6000.c:5903
b97e55da 11667msgid "argument 1 of __builtin_altivec_predicate must be a constant"
9e620082
ZW
11668msgstr ""
11669
b4117c30 11670#: config/rs6000/rs6000.c:5957
b97e55da 11671msgid "argument 1 of __builtin_altivec_predicate is out of range"
9e620082
ZW
11672msgstr ""
11673
b4117c30 11674#: config/rs6000/rs6000.c:6086
b97e55da 11675msgid "argument 3 must be a 4-bit unsigned literal"
9e620082
ZW
11676msgstr ""
11677
b4117c30 11678#: config/rs6000/rs6000.c:6258
b97e55da
JM
11679#, c-format
11680msgid "argument to `%s' must be a 2-bit unsigned literal"
9e620082
ZW
11681msgstr ""
11682
b4117c30 11683#: config/rs6000/rs6000.c:6371
b97e55da 11684msgid "argument to dss must be a 2-bit unsigned literal"
9e620082
ZW
11685msgstr ""
11686
b4117c30 11687#: config/rs6000/rs6000.c:6385
b1b51268
JM
11688#, c-format
11689msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11690msgstr ""
11691
b4117c30 11692#: config/rs6000/rs6000.c:6618
b97e55da 11693msgid "argument 1 of __builtin_spe_predicate must be a constant"
9e620082
ZW
11694msgstr ""
11695
b4117c30 11696#: config/rs6000/rs6000.c:6691
b97e55da 11697msgid "argument 1 of __builtin_spe_predicate is out of range"
9e620082
ZW
11698msgstr ""
11699
b4117c30 11700#: config/rs6000/rs6000.c:9245
b97e55da
JM
11701#, c-format
11702msgid "invalid %%f value"
9e620082
ZW
11703msgstr ""
11704
b4117c30 11705#: config/rs6000/rs6000.c:9254
b97e55da
JM
11706#, c-format
11707msgid "invalid %%F value"
9e620082
ZW
11708msgstr ""
11709
b4117c30 11710#: config/rs6000/rs6000.c:9263
b97e55da
JM
11711#, c-format
11712msgid "invalid %%G value"
9e620082
ZW
11713msgstr ""
11714
b4117c30 11715#: config/rs6000/rs6000.c:9298
b97e55da
JM
11716#, c-format
11717msgid "invalid %%j code"
9e620082
ZW
11718msgstr ""
11719
b4117c30 11720#: config/rs6000/rs6000.c:9308
b97e55da
JM
11721#, c-format
11722msgid "invalid %%J code"
9e620082
ZW
11723msgstr ""
11724
b4117c30 11725#: config/rs6000/rs6000.c:9318
b97e55da
JM
11726#, c-format
11727msgid "invalid %%k value"
9e620082
ZW
11728msgstr ""
11729
b4117c30 11730#: config/rs6000/rs6000.c:9338 config/xtensa/xtensa.c:2008
b97e55da
JM
11731#, c-format
11732msgid "invalid %%K value"
9e620082
ZW
11733msgstr ""
11734
b4117c30 11735#: config/rs6000/rs6000.c:9405
b97e55da
JM
11736#, c-format
11737msgid "invalid %%O value"
9e620082
ZW
11738msgstr ""
11739
b4117c30 11740#: config/rs6000/rs6000.c:9452
b97e55da
JM
11741#, c-format
11742msgid "invalid %%q value"
9e620082
ZW
11743msgstr ""
11744
b4117c30 11745#: config/rs6000/rs6000.c:9496
b97e55da
JM
11746#, c-format
11747msgid "invalid %%S value"
9e620082
ZW
11748msgstr ""
11749
b4117c30 11750#: config/rs6000/rs6000.c:9538
b97e55da
JM
11751#, c-format
11752msgid "invalid %%T value"
9e620082
ZW
11753msgstr ""
11754
b4117c30 11755#: config/rs6000/rs6000.c:9548
b97e55da
JM
11756#, c-format
11757msgid "invalid %%u value"
9e620082
ZW
11758msgstr ""
11759
b4117c30 11760#: config/rs6000/rs6000.c:9557 config/xtensa/xtensa.c:1978
b97e55da
JM
11761#, c-format
11762msgid "invalid %%v value"
9e620082
ZW
11763msgstr ""
11764
b4117c30 11765#: config/rs6000/rs6000.c:14064
b97e55da 11766msgid "no profiling of 64-bit code for this ABI"
9e620082
ZW
11767msgstr ""
11768
b4117c30 11769#: config/rs6000/rs6000.c:15136
b1b51268
JM
11770msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11771msgstr ""
11772
11773#: config/rs6000/aix.h:210 config/rs6000/beos.h:32
b97e55da 11774msgid "Always pass floating-point arguments in memory"
9e620082
ZW
11775msgstr ""
11776
b1b51268 11777#: config/rs6000/aix.h:212 config/rs6000/beos.h:34
b97e55da 11778msgid "Don't always pass floating-point arguments in memory"
9e620082
ZW
11779msgstr ""
11780
b1b51268 11781#: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
b97e55da
JM
11782#: config/rs6000/aix52.h:31
11783msgid "Support message passing with the Parallel Environment"
9e620082
ZW
11784msgstr ""
11785
b1b51268 11786#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
b97e55da 11787msgid "Compile for 64-bit pointers"
9e620082
ZW
11788msgstr ""
11789
b1b51268 11790#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
b97e55da 11791msgid "Compile for 32-bit pointers"
9e620082
ZW
11792msgstr ""
11793
b1b51268 11794#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
b97e55da 11795msgid "-maix64 and POWER architecture are incompatible"
9e620082
ZW
11796msgstr ""
11797
b1b51268 11798#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
b97e55da 11799msgid "-maix64 requires PowerPC64 architecture remain enabled"
9e620082
ZW
11800msgstr ""
11801
b1b51268 11802#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
b97e55da
JM
11803msgid ""
11804"-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
9e620082
ZW
11805msgstr ""
11806
b97e55da
JM
11807#: config/rs6000/darwin.h:64
11808msgid "Generate code suitable for executables (NOT shared libs)"
9e620082
ZW
11809msgstr ""
11810
b97e55da
JM
11811#. The Darwin ABI always includes AltiVec, can't be (validly) turned
11812#. off.
8d98c44c 11813#: config/rs6000/darwin.h:80
b97e55da 11814msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
9e620082
ZW
11815msgstr ""
11816
b97e55da 11817#. Darwin doesn't support -fpic.
8d98c44c 11818#: config/rs6000/darwin.h:86
b97e55da 11819msgid "-fpic is not supported; -fPIC assumed"
9e620082
ZW
11820msgstr ""
11821
01b84e13
JM
11822#: config/rs6000/linux64.h:96
11823msgid "-m64 requires a PowerPC64 cpu"
11824msgstr ""
11825
b06c20ee 11826#: config/rs6000/linux64.h:206
b97e55da 11827msgid "Call mcount for profiling before a function prologue"
9e620082
ZW
11828msgstr ""
11829
b06c20ee 11830#: config/rs6000/linux64.h:208
b97e55da 11831msgid "Call mcount for profiling after a function prologue"
9e620082
ZW
11832msgstr ""
11833
b97e55da
JM
11834#. Run-time compilation parameters selecting different hardware subsets.
11835#.
11836#. Macro to define tables used to set the flags.
11837#. This is a list in braces of pairs in braces,
11838#. each pair being { "NAME", VALUE }
11839#. where VALUE is the bits to set or minus the bits to clear.
11840#. An empty string NAME is used to identify the default VALUE.
b1b51268 11841#: config/rs6000/rs6000.h:269
b97e55da 11842msgid "Use POWER instruction set"
9e620082
ZW
11843msgstr ""
11844
b1b51268 11845#: config/rs6000/rs6000.h:272
b97e55da 11846msgid "Use POWER2 instruction set"
9e620082
ZW
11847msgstr ""
11848
b1b51268 11849#: config/rs6000/rs6000.h:274
b97e55da 11850msgid "Do not use POWER2 instruction set"
9e620082
ZW
11851msgstr ""
11852
b1b51268 11853#: config/rs6000/rs6000.h:277
b97e55da 11854msgid "Do not use POWER instruction set"
9e620082
ZW
11855msgstr ""
11856
b1b51268 11857#: config/rs6000/rs6000.h:279
b97e55da 11858msgid "Use PowerPC instruction set"
9e620082
ZW
11859msgstr ""
11860
b1b51268 11861#: config/rs6000/rs6000.h:282
b97e55da 11862msgid "Do not use PowerPC instruction set"
9e620082
ZW
11863msgstr ""
11864
b1b51268 11865#: config/rs6000/rs6000.h:284
b97e55da 11866msgid "Use PowerPC General Purpose group optional instructions"
9e620082
ZW
11867msgstr ""
11868
b1b51268 11869#: config/rs6000/rs6000.h:286
01b84e13 11870msgid "Do not use PowerPC General Purpose group optional instructions"
9e620082
ZW
11871msgstr ""
11872
b1b51268 11873#: config/rs6000/rs6000.h:288
b97e55da 11874msgid "Use PowerPC Graphics group optional instructions"
9e620082
ZW
11875msgstr ""
11876
b1b51268 11877#: config/rs6000/rs6000.h:290
01b84e13 11878msgid "Do not use PowerPC Graphics group optional instructions"
9e620082
ZW
11879msgstr ""
11880
b1b51268 11881#: config/rs6000/rs6000.h:292
b97e55da 11882msgid "Use PowerPC-64 instruction set"
a47a6810
JM
11883msgstr ""
11884
b1b51268 11885#: config/rs6000/rs6000.h:294
01b84e13 11886msgid "Do not use PowerPC-64 instruction set"
a47a6810
JM
11887msgstr ""
11888
b1b51268 11889#: config/rs6000/rs6000.h:296
b97e55da 11890msgid "Use AltiVec instructions"
9e620082
ZW
11891msgstr ""
11892
b1b51268 11893#: config/rs6000/rs6000.h:298
01b84e13 11894msgid "Do not use AltiVec instructions"
9e620082
ZW
11895msgstr ""
11896
b1b51268 11897#: config/rs6000/rs6000.h:300
b97e55da 11898msgid "Use new mnemonics for PowerPC architecture"
a47a6810
JM
11899msgstr ""
11900
b1b51268 11901#: config/rs6000/rs6000.h:302
b97e55da 11902msgid "Use old mnemonics for PowerPC architecture"
9e620082
ZW
11903msgstr ""
11904
b1b51268 11905#: config/rs6000/rs6000.h:305
b97e55da 11906msgid "Put everything in the regular TOC"
9e620082
ZW
11907msgstr ""
11908
b1b51268 11909#: config/rs6000/rs6000.h:307
b97e55da 11910msgid "Place floating point constants in TOC"
9e620082
ZW
11911msgstr ""
11912
b1b51268 11913#: config/rs6000/rs6000.h:309
01b84e13 11914msgid "Do not place floating point constants in TOC"
1737c953
JM
11915msgstr ""
11916
b1b51268 11917#: config/rs6000/rs6000.h:311
b97e55da 11918msgid "Place symbol+offset constants in TOC"
1737c953
JM
11919msgstr ""
11920
b1b51268 11921#: config/rs6000/rs6000.h:313
01b84e13 11922msgid "Do not place symbol+offset constants in TOC"
9e620082
ZW
11923msgstr ""
11924
b1b51268 11925#: config/rs6000/rs6000.h:319
b97e55da 11926msgid "Place variable addresses in the regular TOC"
1737c953
JM
11927msgstr ""
11928
b1b51268 11929#: config/rs6000/rs6000.h:325
b97e55da 11930msgid "Generate load/store multiple instructions"
1737c953
JM
11931msgstr ""
11932
b1b51268 11933#: config/rs6000/rs6000.h:327
b97e55da 11934msgid "Do not generate load/store multiple instructions"
1737c953
JM
11935msgstr ""
11936
b1b51268 11937#: config/rs6000/rs6000.h:329
b97e55da 11938msgid "Generate string instructions for block moves"
1737c953
JM
11939msgstr ""
11940
b1b51268 11941#: config/rs6000/rs6000.h:331
b97e55da 11942msgid "Do not generate string instructions for block moves"
1737c953
JM
11943msgstr ""
11944
b1b51268 11945#: config/rs6000/rs6000.h:333
b97e55da 11946msgid "Generate load/store with update instructions"
1737c953
JM
11947msgstr ""
11948
b1b51268 11949#: config/rs6000/rs6000.h:335
b97e55da 11950msgid "Do not generate load/store with update instructions"
1737c953
JM
11951msgstr ""
11952
b1b51268 11953#: config/rs6000/rs6000.h:339
01b84e13
JM
11954msgid "Do not generate fused multiply/add instructions"
11955msgstr ""
11956
b1b51268 11957#: config/rs6000/rs6000.h:343
01b84e13 11958msgid "Do not schedule the start and end of the procedure"
1737c953
JM
11959msgstr ""
11960
b1b51268 11961#: config/rs6000/rs6000.h:349
b97e55da 11962msgid "Return all structures in memory (AIX default)"
1737c953
JM
11963msgstr ""
11964
b1b51268 11965#: config/rs6000/rs6000.h:351
b97e55da 11966msgid "Return small structures in registers (SVR4 default)"
1737c953
JM
11967msgstr ""
11968
b1b51268 11969#: config/rs6000/rs6000.h:357
01b84e13
JM
11970msgid "Generate single field mfcr instruction"
11971msgstr ""
11972
b1b51268 11973#: config/rs6000/rs6000.h:359
01b84e13
JM
11974msgid "Do not generate single field mfcr instruction"
11975msgstr ""
11976
b1b51268 11977#: config/rs6000/rs6000.h:443 config/sparc/sparc.h:631
b97e55da 11978msgid "Use features of and schedule code for given CPU"
1737c953
JM
11979msgstr ""
11980
b1b51268 11981#: config/rs6000/rs6000.h:446
b97e55da 11982msgid "Enable debug output"
1737c953
JM
11983msgstr ""
11984
b1b51268 11985#: config/rs6000/rs6000.h:448
b97e55da 11986msgid "Select full, part, or no traceback table"
a47a6810
JM
11987msgstr ""
11988
b1b51268 11989#: config/rs6000/rs6000.h:449
b97e55da 11990msgid "Specify ABI to use"
a47a6810
JM
11991msgstr ""
11992
b1b51268 11993#: config/rs6000/rs6000.h:451
b97e55da 11994msgid "Specify size of long double (64 or 128 bits)"
1737c953
JM
11995msgstr ""
11996
b1b51268 11997#: config/rs6000/rs6000.h:453
b97e55da 11998msgid "Specify yes/no if isel instructions should be generated"
1737c953
JM
11999msgstr ""
12000
b1b51268 12001#: config/rs6000/rs6000.h:455
b97e55da 12002msgid "Specify yes/no if SPE SIMD instructions should be generated"
1737c953
JM
12003msgstr ""
12004
b1b51268 12005#: config/rs6000/rs6000.h:457
b97e55da 12006msgid "Specify yes/no if using floating point in the GPRs"
1737c953
JM
12007msgstr ""
12008
b1b51268 12009#: config/rs6000/rs6000.h:459
b97e55da 12010msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
1737c953
JM
12011msgstr ""
12012
b1b51268 12013#: config/rs6000/rs6000.h:461
b97e55da 12014msgid "Avoid all range limits on call instructions"
1737c953
JM
12015msgstr ""
12016
b1b51268
JM
12017#: config/rs6000/rs6000.h:464
12018msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
12019msgstr ""
12020
12021#: config/rs6000/rs6000.h:467
b97e55da 12022msgid "Determine which dependences between insns are considered costly"
1737c953
JM
12023msgstr ""
12024
b1b51268 12025#: config/rs6000/rs6000.h:469
b97e55da 12026msgid "Specify which post scheduling nop insertion scheme to apply"
1737c953
JM
12027msgstr ""
12028
b1b51268 12029#: config/rs6000/rs6000.h:471
b97e55da 12030msgid "Specify alignment of structure fields default/natural"
1737c953
JM
12031msgstr ""
12032
b1b51268 12033#: config/rs6000/rs6000.h:473
b97e55da 12034msgid "Specify scheduling priority for dispatch slot restricted insns"
1737c953
JM
12035msgstr ""
12036
b97e55da
JM
12037#. Definitions for __builtin_return_address and __builtin_frame_address.
12038#. __builtin_return_address (0) should give link register (65), enable
12039#. this.
12040#. This should be uncommented, so that the link register is used, but
12041#. currently this would result in unmatched insns and spilling fixed
12042#. registers so we'll leave it for another day. When these problems are
12043#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12044#. (mrs)
12045#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12046#. Number of bytes into the frame return addresses can be found. See
12047#. rs6000_stack_info in rs6000.c for more information on how the different
12048#. abi's store the return address.
b1b51268 12049#: config/rs6000/rs6000.h:1826
b97e55da 12050msgid "RETURN_ADDRESS_OFFSET not supported"
1737c953
JM
12051msgstr ""
12052
b97e55da
JM
12053#: config/rs6000/sysv4.h:87
12054msgid "Select ABI calling convention"
1737c953
JM
12055msgstr ""
12056
b97e55da
JM
12057#: config/rs6000/sysv4.h:88
12058msgid "Select method for sdata handling"
1737c953
JM
12059msgstr ""
12060
b97e55da
JM
12061#: config/rs6000/sysv4.h:100
12062msgid "Align to the base type of the bit-field"
1737c953
JM
12063msgstr ""
12064
b97e55da
JM
12065#: config/rs6000/sysv4.h:102
12066msgid "Don't align to the base type of the bit-field"
1737c953
JM
12067msgstr ""
12068
b97e55da
JM
12069#: config/rs6000/sysv4.h:104
12070msgid "Don't assume that unaligned accesses are handled by the system"
1737c953
JM
12071msgstr ""
12072
b97e55da
JM
12073#: config/rs6000/sysv4.h:106
12074msgid "Assume that unaligned accesses are handled by the system"
9d967a7e
ZW
12075msgstr ""
12076
b97e55da
JM
12077#: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
12078msgid "Produce code relocatable at runtime"
9d967a7e
ZW
12079msgstr ""
12080
b97e55da
JM
12081#: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
12082msgid "Don't produce code relocatable at runtime"
cabb228b
ZW
12083msgstr ""
12084
b97e55da
JM
12085#: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
12086msgid "Produce little endian code"
cabb228b
ZW
12087msgstr ""
12088
b97e55da
JM
12089#: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
12090msgid "Produce big endian code"
a47a6810
JM
12091msgstr ""
12092
b97e55da
JM
12093#: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12094#: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12095#: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12096#: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12097#: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12098msgid "no description yet"
a47a6810
JM
12099msgstr ""
12100
b97e55da
JM
12101#: config/rs6000/sysv4.h:129
12102msgid "Use EABI"
9e620082
ZW
12103msgstr ""
12104
b97e55da
JM
12105#: config/rs6000/sysv4.h:130
12106msgid "Don't use EABI"
9e620082
ZW
12107msgstr ""
12108
b97e55da
JM
12109#: config/rs6000/sysv4.h:133
12110msgid "Do not allow bit-fields to cross word boundaries"
9e620082
ZW
12111msgstr ""
12112
b97e55da
JM
12113#: config/rs6000/sysv4.h:135
12114msgid "Use alternate register names"
9e620082
ZW
12115msgstr ""
12116
b97e55da
JM
12117#: config/rs6000/sysv4.h:137
12118msgid "Don't use alternate register names"
9e620082
ZW
12119msgstr ""
12120
b97e55da
JM
12121#: config/rs6000/sysv4.h:141
12122msgid "Link with libsim.a, libc.a and sim-crt0.o"
9e620082
ZW
12123msgstr ""
12124
b97e55da
JM
12125#: config/rs6000/sysv4.h:143
12126msgid "Link with libads.a, libc.a and crt0.o"
9e620082
ZW
12127msgstr ""
12128
b97e55da
JM
12129#: config/rs6000/sysv4.h:145
12130msgid "Link with libyk.a, libc.a and crt0.o"
9e620082
ZW
12131msgstr ""
12132
b97e55da
JM
12133#: config/rs6000/sysv4.h:147
12134msgid "Link with libmvme.a, libc.a and crt0.o"
9e620082
ZW
12135msgstr ""
12136
b97e55da
JM
12137#: config/rs6000/sysv4.h:149
12138msgid "Set the PPC_EMB bit in the ELF flags header"
9e620082
ZW
12139msgstr ""
12140
b97e55da
JM
12141#: config/rs6000/sysv4.h:150
12142msgid "Use the WindISS simulator"
9e620082
ZW
12143msgstr ""
12144
b97e55da
JM
12145#: config/rs6000/sysv4.h:153
12146msgid "Generate 64-bit code"
9e620082
ZW
12147msgstr ""
12148
b97e55da
JM
12149#: config/rs6000/sysv4.h:155
12150msgid "Generate 32-bit code"
9e620082
ZW
12151msgstr ""
12152
b97e55da
JM
12153#. Sometimes certain combinations of command options do not make sense
12154#. on a particular target machine. You can define a macro
12155#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12156#. defined, is executed once just after all the command options have
12157#. been parsed.
12158#.
12159#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12160#. get control.
8d98c44c 12161#: config/rs6000/sysv4.h:214
b97e55da
JM
12162#, c-format
12163msgid "bad value for -mcall-%s"
9e620082
ZW
12164msgstr ""
12165
8d98c44c 12166#: config/rs6000/sysv4.h:230
b97e55da
JM
12167#, c-format
12168msgid "bad value for -msdata=%s"
9e620082
ZW
12169msgstr ""
12170
8d98c44c 12171#: config/rs6000/sysv4.h:247
b97e55da
JM
12172#, c-format
12173msgid "-mrelocatable and -msdata=%s are incompatible"
9e620082
ZW
12174msgstr ""
12175
8d98c44c 12176#: config/rs6000/sysv4.h:256
b97e55da
JM
12177#, c-format
12178msgid "-f%s and -msdata=%s are incompatible"
9e620082
ZW
12179msgstr ""
12180
8d98c44c 12181#: config/rs6000/sysv4.h:265
b97e55da
JM
12182#, c-format
12183msgid "-msdata=%s and -mcall-%s are incompatible"
9e620082
ZW
12184msgstr ""
12185
8d98c44c 12186#: config/rs6000/sysv4.h:274
b97e55da 12187msgid "-mrelocatable and -mno-minimal-toc are incompatible"
9e620082
ZW
12188msgstr ""
12189
8d98c44c 12190#: config/rs6000/sysv4.h:280
b97e55da
JM
12191#, c-format
12192msgid "-mrelocatable and -mcall-%s are incompatible"
9e620082
ZW
12193msgstr ""
12194
8d98c44c 12195#: config/rs6000/sysv4.h:287
b97e55da
JM
12196#, c-format
12197msgid "-fPIC and -mcall-%s are incompatible"
9e620082
ZW
12198msgstr ""
12199
8d98c44c 12200#: config/rs6000/sysv4.h:294
b97e55da 12201msgid "-mcall-aixdesc must be big endian"
9e620082
ZW
12202msgstr ""
12203
8d98c44c 12204#: config/rs6000/sysv4.h:309
5b7874aa 12205#, c-format
b97e55da 12206msgid "-m%s not supported in this configuration"
9e620082
ZW
12207msgstr ""
12208
b1b51268 12209#: config/s390/s390.c:933
5b7874aa 12210#, c-format
b97e55da 12211msgid "Unknown cpu used in -march=%s."
9e620082
ZW
12212msgstr ""
12213
b1b51268 12214#: config/s390/s390.c:952
b97e55da
JM
12215#, c-format
12216msgid "Unknown cpu used in -mtune=%s."
9e620082
ZW
12217msgstr ""
12218
b1b51268 12219#: config/s390/s390.c:957
b97e55da
JM
12220#, c-format
12221msgid "z/Architecture mode not supported on %s."
9e620082
ZW
12222msgstr ""
12223
b1b51268 12224#: config/s390/s390.c:959
b97e55da 12225msgid "64-bit ABI not supported in ESA/390 mode."
9e620082
ZW
12226msgstr ""
12227
b1b51268 12228#: config/s390/s390.c:3385
b97e55da 12229msgid "Cannot decompose address."
a47a6810
JM
12230msgstr ""
12231
b1b51268 12232#: config/s390/s390.c:3556
b97e55da 12233msgid "UNKNOWN in print_operand !?"
a47a6810
JM
12234msgstr ""
12235
b1b51268 12236#: config/s390/s390.c:5257
b97e55da 12237msgid "Total size of local variables exceeds architecture limit."
a47a6810
JM
12238msgstr ""
12239
b06c20ee 12240#: config/s390/s390.h:126
b97e55da 12241msgid "Set backchain"
a47a6810
JM
12242msgstr ""
12243
b06c20ee 12244#: config/s390/s390.h:127
b97e55da 12245msgid "Don't set backchain (faster, but debug harder"
a47a6810
JM
12246msgstr ""
12247
b06c20ee 12248#: config/s390/s390.h:128
b97e55da 12249msgid "Use bras for executable < 64k"
a47a6810
JM
12250msgstr ""
12251
b06c20ee 12252#: config/s390/s390.h:129
b97e55da 12253msgid "Don't use bras"
a47a6810
JM
12254msgstr ""
12255
b06c20ee 12256#: config/s390/s390.h:130
b97e55da 12257msgid "Additional debug prints"
a47a6810
JM
12258msgstr ""
12259
b06c20ee 12260#: config/s390/s390.h:131
b97e55da 12261msgid "Don't print additional debug prints"
a47a6810
JM
12262msgstr ""
12263
b06c20ee 12264#: config/s390/s390.h:132
b97e55da 12265msgid "64 bit ABI"
a47a6810
JM
12266msgstr ""
12267
b06c20ee 12268#: config/s390/s390.h:133
b97e55da 12269msgid "31 bit ABI"
a47a6810
JM
12270msgstr ""
12271
b06c20ee 12272#: config/s390/s390.h:134
b97e55da 12273msgid "z/Architecture"
a47a6810
JM
12274msgstr ""
12275
b06c20ee 12276#: config/s390/s390.h:135
b97e55da 12277msgid "ESA/390 architecture"
a47a6810
JM
12278msgstr ""
12279
b06c20ee 12280#: config/s390/s390.h:136
b97e55da 12281msgid "mvcle use"
a47a6810
JM
12282msgstr ""
12283
b06c20ee 12284#: config/s390/s390.h:137
b97e55da 12285msgid "mvc&ex"
a47a6810
JM
12286msgstr ""
12287
b06c20ee 12288#: config/s390/s390.h:138
b97e55da 12289msgid "enable tpf OS code"
a47a6810
JM
12290msgstr ""
12291
b06c20ee 12292#: config/s390/s390.h:139
b97e55da 12293msgid "disable tpf OS code"
a47a6810
JM
12294msgstr ""
12295
b06c20ee 12296#: config/s390/s390.h:140
b97e55da 12297msgid "disable fused multiply/add instructions"
a47a6810
JM
12298msgstr ""
12299
b06c20ee 12300#: config/s390/s390.h:141
b97e55da 12301msgid "enable fused multiply/add instructions"
a47a6810
JM
12302msgstr ""
12303
b1b51268 12304#: config/sh/sh.c:5999
b97e55da 12305msgid "__builtin_saveregs not supported by this subtarget"
a47a6810
JM
12306msgstr ""
12307
b1b51268 12308#: config/sh/sh.c:6899
b97e55da 12309msgid "attribute interrupt_handler is not compatible with -m5-compact"
a47a6810
JM
12310msgstr ""
12311
b97e55da 12312#. The sp_switch attribute only has meaning for interrupt functions.
01b84e13 12313#. The trap_exit attribute only has meaning for interrupt functions.
b1b51268 12314#: config/sh/sh.c:6921 config/sh/sh.c:6956
b97e55da
JM
12315#, c-format
12316msgid "`%s' attribute only applies to interrupt functions"
a47a6810
JM
12317msgstr ""
12318
b97e55da 12319#. The argument must be a constant string.
b1b51268 12320#: config/sh/sh.c:6928
b97e55da
JM
12321#, c-format
12322msgid "`%s' attribute argument not a string constant"
a47a6810
JM
12323msgstr ""
12324
b97e55da 12325#. The argument must be a constant integer.
b1b51268 12326#: config/sh/sh.c:6963
b97e55da
JM
12327#, c-format
12328msgid "`%s' attribute argument not an integer constant"
a47a6810
JM
12329msgstr ""
12330
b97e55da
JM
12331#. There are no delay slots on SHmedia.
12332#. Relaxation isn't yet supported for SHmedia
12333#. -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.
12334#: config/sh/sh.h:478
12335msgid "Profiling is not supported on this target."
a47a6810
JM
12336msgstr ""
12337
b1b51268 12338#: config/sparc/sparc.c:372
b97e55da
JM
12339#, c-format
12340msgid "%s is not supported by this configuration"
a47a6810
JM
12341msgstr ""
12342
b1b51268 12343#: config/sparc/sparc.c:379
b97e55da 12344msgid "-mlong-double-64 not allowed with -m64"
a47a6810
JM
12345msgstr ""
12346
b1b51268 12347#: config/sparc/sparc.c:404
b97e55da 12348msgid "-mcmodel= is not supported on 32 bit systems"
a47a6810
JM
12349msgstr ""
12350
b1b51268 12351#: config/sparc/sparc.c:6967 config/sparc/sparc.c:6973
b97e55da
JM
12352#, c-format
12353msgid "invalid %%Y operand"
9e620082
ZW
12354msgstr ""
12355
b1b51268 12356#: config/sparc/sparc.c:7043
b97e55da
JM
12357#, c-format
12358msgid "invalid %%A operand"
9e620082
ZW
12359msgstr ""
12360
b1b51268 12361#: config/sparc/sparc.c:7053
b97e55da
JM
12362#, c-format
12363msgid "invalid %%B operand"
9e620082
ZW
12364msgstr ""
12365
b1b51268 12366#: config/sparc/sparc.c:7092
b97e55da
JM
12367#, c-format
12368msgid "invalid %%c operand"
9e620082
ZW
12369msgstr ""
12370
b1b51268 12371#: config/sparc/sparc.c:7093
b97e55da
JM
12372#, c-format
12373msgid "invalid %%C operand"
9e620082
ZW
12374msgstr ""
12375
b1b51268 12376#: config/sparc/sparc.c:7114
b97e55da
JM
12377#, c-format
12378msgid "invalid %%d operand"
9e620082
ZW
12379msgstr ""
12380
b1b51268 12381#: config/sparc/sparc.c:7115
b97e55da
JM
12382#, c-format
12383msgid "invalid %%D operand"
9e620082
ZW
12384msgstr ""
12385
b1b51268 12386#: config/sparc/sparc.c:7131
b97e55da
JM
12387#, c-format
12388msgid "invalid %%f operand"
9e620082
ZW
12389msgstr ""
12390
b1b51268 12391#: config/sparc/sparc.c:7145
b97e55da
JM
12392#, c-format
12393msgid "invalid %%s operand"
9e620082
ZW
12394msgstr ""
12395
b1b51268 12396#: config/sparc/sparc.c:7199
b97e55da 12397msgid "long long constant not a valid immediate operand"
9e620082
ZW
12398msgstr ""
12399
b1b51268 12400#: config/sparc/sparc.c:7202
b97e55da 12401msgid "floating point constant not a valid immediate operand"
9e620082
ZW
12402msgstr ""
12403
b1b51268
JM
12404#: config/sparc/freebsd.h:77 config/sparc/linux.h:91
12405#: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
b06c20ee
JM
12406msgid "Use 64 bit long doubles"
12407msgstr ""
12408
b1b51268
JM
12409#: config/sparc/freebsd.h:78 config/sparc/linux.h:92
12410#: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
b97e55da 12411msgid "Use 128 bit long doubles"
9e620082
ZW
12412msgstr ""
12413
b97e55da
JM
12414#: config/sparc/sp64-elf.h:90
12415msgid "Generate code for big endian"
9e620082
ZW
12416msgstr ""
12417
b97e55da
JM
12418#: config/sparc/sp64-elf.h:91
12419msgid "Generate code for little endian"
9e620082
ZW
12420msgstr ""
12421
01b84e13 12422#: config/sparc/sp86x-elf.h:68
b97e55da 12423msgid "Use little-endian byte order for data"
9e620082
ZW
12424msgstr ""
12425
b1b51268 12426#: config/sparc/sparc.h:548
b97e55da 12427msgid "Assume possible double misalignment"
9e620082
ZW
12428msgstr ""
12429
b1b51268 12430#: config/sparc/sparc.h:550
b97e55da 12431msgid "Assume all doubles are aligned"
9e620082
ZW
12432msgstr ""
12433
b1b51268 12434#: config/sparc/sparc.h:552
b97e55da 12435msgid "Pass -assert pure-text to linker"
9e620082
ZW
12436msgstr ""
12437
b1b51268 12438#: config/sparc/sparc.h:554
b97e55da 12439msgid "Do not pass -assert pure-text to linker"
9e620082
ZW
12440msgstr ""
12441
b1b51268 12442#: config/sparc/sparc.h:556
b97e55da 12443msgid "Use ABI reserved registers"
d9b2742a
ZW
12444msgstr ""
12445
b1b51268 12446#: config/sparc/sparc.h:558
b97e55da 12447msgid "Do not use ABI reserved registers"
d9b2742a
ZW
12448msgstr ""
12449
b1b51268 12450#: config/sparc/sparc.h:560
b97e55da 12451msgid "Use hardware quad fp instructions"
d9b2742a
ZW
12452msgstr ""
12453
b1b51268 12454#: config/sparc/sparc.h:562
b97e55da 12455msgid "Do not use hardware quad fp instructions"
d9b2742a
ZW
12456msgstr ""
12457
b1b51268 12458#: config/sparc/sparc.h:564
b97e55da 12459msgid "Compile for v8plus ABI"
d9b2742a
ZW
12460msgstr ""
12461
b1b51268 12462#: config/sparc/sparc.h:566
b97e55da 12463msgid "Do not compile for v8plus ABI"
d9b2742a
ZW
12464msgstr ""
12465
b1b51268 12466#: config/sparc/sparc.h:568
b97e55da 12467msgid "Utilize Visual Instruction Set"
a47a6810
JM
12468msgstr ""
12469
b1b51268 12470#: config/sparc/sparc.h:570
b97e55da 12471msgid "Do not utilize Visual Instruction Set"
a47a6810
JM
12472msgstr ""
12473
b1b51268 12474#: config/sparc/sparc.h:572
b97e55da 12475msgid "Pointers are 64-bit"
9e620082
ZW
12476msgstr ""
12477
b1b51268 12478#: config/sparc/sparc.h:574
b97e55da 12479msgid "Pointers are 32-bit"
9e620082
ZW
12480msgstr ""
12481
b1b51268 12482#: config/sparc/sparc.h:576
b97e55da 12483msgid "Use 32-bit ABI"
9e620082
ZW
12484msgstr ""
12485
b1b51268 12486#: config/sparc/sparc.h:578
b97e55da 12487msgid "Use 64-bit ABI"
1737c953
JM
12488msgstr ""
12489
b1b51268 12490#: config/sparc/sparc.h:580
b97e55da 12491msgid "Use stack bias"
1737c953
JM
12492msgstr ""
12493
b1b51268 12494#: config/sparc/sparc.h:582
b97e55da 12495msgid "Do not use stack bias"
d9b2742a
ZW
12496msgstr ""
12497
b1b51268 12498#: config/sparc/sparc.h:584
b97e55da 12499msgid "Use structs on stronger alignment for double-word copies"
9e620082
ZW
12500msgstr ""
12501
b1b51268 12502#: config/sparc/sparc.h:586
b97e55da 12503msgid "Do not use structs on stronger alignment for double-word copies"
a47a6810
JM
12504msgstr ""
12505
b1b51268 12506#: config/sparc/sparc.h:588
b97e55da 12507msgid "Optimize tail call instructions in assembler and linker"
a47a6810
JM
12508msgstr ""
12509
b1b51268 12510#: config/sparc/sparc.h:590
b97e55da 12511msgid "Do not optimize tail call instructions in assembler or linker"
cabb228b
ZW
12512msgstr ""
12513
b1b51268 12514#: config/sparc/sparc.h:635
b97e55da 12515msgid "Use given SPARC code model"
cabb228b
ZW
12516msgstr ""
12517
b06c20ee 12518#: config/stormy16/stormy16.c:527
b97e55da 12519msgid "Constant halfword load operand out of range."
a47a6810
JM
12520msgstr ""
12521
b06c20ee 12522#: config/stormy16/stormy16.c:537
b97e55da 12523msgid "Constant arithmetic operand out of range."
a47a6810
JM
12524msgstr ""
12525
b06c20ee 12526#: config/stormy16/stormy16.c:1028
b97e55da 12527msgid "Local variable memory requirements exceed capacity."
a47a6810
JM
12528msgstr ""
12529
b06c20ee 12530#: config/stormy16/stormy16.c:1194
b97e55da 12531msgid "function_profiler support"
a47a6810
JM
12532msgstr ""
12533
b06c20ee 12534#: config/stormy16/stormy16.c:1283
b97e55da 12535msgid "cannot use va_start in interrupt function"
9d967a7e
ZW
12536msgstr ""
12537
b06c20ee 12538#: config/stormy16/stormy16.c:1599
b97e55da 12539msgid "`B' operand is not constant"
9e620082
ZW
12540msgstr ""
12541
b06c20ee 12542#: config/stormy16/stormy16.c:1605
b97e55da 12543msgid "`B' operand has multiple bits set"
9e620082
ZW
12544msgstr ""
12545
b06c20ee 12546#: config/stormy16/stormy16.c:1631
b97e55da 12547msgid "`o' operand is not constant"
9e620082
ZW
12548msgstr ""
12549
b06c20ee 12550#: config/stormy16/stormy16.c:1645
b97e55da 12551msgid "xstormy16_print_operand: unknown code"
9e620082
ZW
12552msgstr ""
12553
b06c20ee 12554#: config/stormy16/stormy16.c:1691
9e620082 12555#, c-format
b97e55da 12556msgid "switch statement of size %lu entries too large"
9e620082
ZW
12557msgstr ""
12558
b97e55da
JM
12559#: config/v850/v850-c.c:67
12560msgid "#pragma GHS endXXXX found without previous startXXX"
9e620082
ZW
12561msgstr ""
12562
b97e55da
JM
12563#: config/v850/v850-c.c:69
12564msgid "#pragma GHS endXXX does not match previous startXXX"
9e620082
ZW
12565msgstr ""
12566
b97e55da
JM
12567#: config/v850/v850-c.c:94
12568msgid "cannot set interrupt attribute: no current function"
9e620082
ZW
12569msgstr ""
12570
b97e55da
JM
12571#: config/v850/v850-c.c:102
12572msgid "cannot set interrupt attribute: no such identifier"
12573msgstr ""
12574
12575#: config/v850/v850-c.c:147
12576msgid "junk at end of #pragma ghs section"
9e620082
ZW
12577msgstr ""
12578
b97e55da 12579#: config/v850/v850-c.c:164
9e620082 12580#, c-format
b97e55da 12581msgid "unrecognized section name \"%s\""
9e620082
ZW
12582msgstr ""
12583
b97e55da
JM
12584#: config/v850/v850-c.c:179
12585msgid "malformed #pragma ghs section"
9d967a7e
ZW
12586msgstr ""
12587
b97e55da
JM
12588#: config/v850/v850-c.c:198
12589msgid "junk at end of #pragma ghs interrupt"
9d967a7e
ZW
12590msgstr ""
12591
b97e55da
JM
12592#: config/v850/v850-c.c:209
12593msgid "junk at end of #pragma ghs starttda"
9d967a7e
ZW
12594msgstr ""
12595
b97e55da
JM
12596#: config/v850/v850-c.c:220
12597msgid "junk at end of #pragma ghs startsda"
9d967a7e
ZW
12598msgstr ""
12599
b97e55da
JM
12600#: config/v850/v850-c.c:231
12601msgid "junk at end of #pragma ghs startzda"
9d967a7e
ZW
12602msgstr ""
12603
b97e55da
JM
12604#: config/v850/v850-c.c:242
12605msgid "junk at end of #pragma ghs endtda"
9d967a7e
ZW
12606msgstr ""
12607
b97e55da
JM
12608#: config/v850/v850-c.c:253
12609msgid "junk at end of #pragma ghs endsda"
d9b2742a
ZW
12610msgstr ""
12611
b97e55da
JM
12612#: config/v850/v850-c.c:264
12613msgid "junk at end of #pragma ghs endzda"
d9b2742a
ZW
12614msgstr ""
12615
b1b51268 12616#: config/v850/v850.c:154
b97e55da
JM
12617#, c-format
12618msgid "%s=%s is not numeric"
d9b2742a
ZW
12619msgstr ""
12620
b1b51268 12621#: config/v850/v850.c:161
b97e55da
JM
12622#, c-format
12623msgid "%s=%s is too large"
d9b2742a
ZW
12624msgstr ""
12625
b1b51268 12626#: config/v850/v850.c:313
b97e55da 12627msgid "const_double_split got a bad insn:"
d9b2742a
ZW
12628msgstr ""
12629
b1b51268 12630#: config/v850/v850.c:878
b97e55da 12631msgid "output_move_single:"
d9b2742a
ZW
12632msgstr ""
12633
b1b51268 12634#: config/v850/v850.c:2220
b97e55da 12635msgid "%Jdata area attributes cannot be specified for local variables"
d9b2742a
ZW
12636msgstr ""
12637
b1b51268 12638#: config/v850/v850.c:2231
b97e55da 12639msgid "%Jdata area of '%D' conflicts with previous declaration"
d9b2742a
ZW
12640msgstr ""
12641
b1b51268 12642#: config/v850/v850.c:2430
b97e55da
JM
12643#, c-format
12644msgid "bogus JR construction: %d\n"
d9b2742a
ZW
12645msgstr ""
12646
b1b51268 12647#: config/v850/v850.c:2451 config/v850/v850.c:2654
b97e55da
JM
12648#, c-format
12649msgid "bad amount of stack space removal: %d"
d9b2742a
ZW
12650msgstr ""
12651
b1b51268 12652#: config/v850/v850.c:2630
b97e55da
JM
12653#, c-format
12654msgid "bogus JARL construction: %d\n"
d9b2742a
ZW
12655msgstr ""
12656
b1b51268 12657#: config/v850/v850.c:3000
b97e55da
JM
12658#, c-format
12659msgid "Bogus DISPOSE construction: %d\n"
d9b2742a
ZW
12660msgstr ""
12661
b1b51268 12662#: config/v850/v850.c:3022
b97e55da
JM
12663#, c-format
12664msgid "Too much stack space to dispose of: %d"
d9b2742a
ZW
12665msgstr ""
12666
b1b51268 12667#: config/v850/v850.c:3195
b97e55da
JM
12668#, c-format
12669msgid "Bogus PREPEARE construction: %d\n"
d9b2742a
ZW
12670msgstr ""
12671
b1b51268 12672#: config/v850/v850.c:3217
b97e55da
JM
12673#, c-format
12674msgid "Too much stack space to prepare: %d"
d9b2742a
ZW
12675msgstr ""
12676
5b7874aa
ZW
12677#. Macro to define tables used to set the flags.
12678#. This is a list in braces of pairs in braces,
12679#. each pair being { "NAME", VALUE }
12680#. where VALUE is the bits to set or minus the bits to clear.
12681#. An empty string NAME is used to identify the default VALUE.
b97e55da
JM
12682#: config/v850/v850.h:174
12683msgid "Support Green Hills ABI"
9e620082
ZW
12684msgstr ""
12685
b97e55da
JM
12686#: config/v850/v850.h:177
12687msgid "Prohibit PC relative function calls"
9e620082
ZW
12688msgstr ""
12689
b97e55da
JM
12690#: config/v850/v850.h:180
12691msgid "Reuse r30 on a per function basis"
9e620082
ZW
12692msgstr ""
12693
b97e55da
JM
12694#: config/v850/v850.h:183
12695msgid "Use stubs for function prologues"
9e620082
ZW
12696msgstr ""
12697
b97e55da
JM
12698#: config/v850/v850.h:186
12699msgid "Same as: -mep -mprolog-function"
9e620082
ZW
12700msgstr ""
12701
b97e55da
JM
12702#: config/v850/v850.h:187
12703msgid "Enable backend debugging"
9e620082
ZW
12704msgstr ""
12705
b97e55da
JM
12706#: config/v850/v850.h:189
12707msgid "Compile for the v850 processor"
9e620082
ZW
12708msgstr ""
12709
b97e55da
JM
12710#: config/v850/v850.h:191
12711msgid "Compile for v850e1 processor"
9e620082
ZW
12712msgstr ""
12713
b97e55da
JM
12714#. Make sure that the other bits are cleared.
12715#: config/v850/v850.h:193
12716msgid "Compile for v850e processor"
9e620082
ZW
12717msgstr ""
12718
b97e55da
JM
12719#. Make sure that the other bits are cleared.
12720#: config/v850/v850.h:195
12721msgid "Enable the use of the short load instructions"
9e620082
ZW
12722msgstr ""
12723
b97e55da
JM
12724#: config/v850/v850.h:198
12725msgid "Do not use the callt instruction"
9e620082
ZW
12726msgstr ""
12727
b97e55da
JM
12728#: config/v850/v850.h:205
12729msgid "Do not use registers r2 and r5"
5b7874aa
ZW
12730msgstr ""
12731
b97e55da
JM
12732#: config/v850/v850.h:207
12733msgid "Enforce strict alignment"
1737c953
JM
12734msgstr ""
12735
b97e55da
JM
12736#: config/v850/v850.h:210
12737msgid "Use 4 byte entries in switch tables"
1737c953
JM
12738msgstr ""
12739
b97e55da
JM
12740#: config/v850/v850.h:236
12741msgid "Set the max size of data eligible for the TDA area"
5b7874aa
ZW
12742msgstr ""
12743
b97e55da
JM
12744#: config/v850/v850.h:239
12745msgid "Set the max size of data eligible for the SDA area"
5b7874aa
ZW
12746msgstr ""
12747
b97e55da
JM
12748#: config/v850/v850.h:242
12749msgid "Set the max size of data eligible for the ZDA area"
5b7874aa
ZW
12750msgstr ""
12751
b1b51268 12752#: config/xtensa/xtensa.c:1837
b97e55da 12753msgid "boolean registers required for the floating-point option"
5b7874aa
ZW
12754msgstr ""
12755
b1b51268 12756#: config/xtensa/xtensa.c:1891
b97e55da
JM
12757#, c-format
12758msgid "-f%s is not supported with CONST16 instructions"
5b7874aa
ZW
12759msgstr ""
12760
b1b51268 12761#: config/xtensa/xtensa.c:1896
b97e55da 12762msgid "PIC is required but not supported with CONST16 instructions"
5b7874aa
ZW
12763msgstr ""
12764
b1b51268 12765#: config/xtensa/xtensa.c:1966
b97e55da
JM
12766#, c-format
12767msgid "invalid %%D value"
5b7874aa
ZW
12768msgstr ""
12769
b1b51268 12770#: config/xtensa/xtensa.c:2003
b97e55da 12771msgid "invalid mask"
5b7874aa
ZW
12772msgstr ""
12773
b1b51268 12774#: config/xtensa/xtensa.c:2029
b97e55da
JM
12775#, c-format
12776msgid "invalid %%x value"
5b7874aa
ZW
12777msgstr ""
12778
b1b51268 12779#: config/xtensa/xtensa.c:2036
b97e55da
JM
12780#, c-format
12781msgid "invalid %%d value"
5b7874aa
ZW
12782msgstr ""
12783
b1b51268 12784#: config/xtensa/xtensa.c:2057 config/xtensa/xtensa.c:2067
b97e55da
JM
12785#, c-format
12786msgid "invalid %%t/%%b value"
5b7874aa
ZW
12787msgstr ""
12788
b1b51268 12789#: config/xtensa/xtensa.c:2109
b97e55da 12790msgid "invalid address"
5b7874aa
ZW
12791msgstr ""
12792
b1b51268 12793#: config/xtensa/xtensa.c:2134
b97e55da 12794msgid "no register in address"
5b7874aa
ZW
12795msgstr ""
12796
b1b51268 12797#: config/xtensa/xtensa.c:2142
b97e55da 12798msgid "address offset not a constant"
5b7874aa
ZW
12799msgstr ""
12800
b1b51268 12801#: config/xtensa/xtensa.c:2752
b97e55da 12802msgid "only uninitialized variables can be placed in a .bss section"
5b7874aa
ZW
12803msgstr ""
12804
b97e55da
JM
12805#: config/xtensa/xtensa.h:79
12806msgid "Use CONST16 instruction to load constants"
1737c953
JM
12807msgstr ""
12808
b97e55da
JM
12809#: config/xtensa/xtensa.h:81
12810msgid "Use PC-relative L32R instruction to load constants"
1737c953
JM
12811msgstr ""
12812
b97e55da
JM
12813#: config/xtensa/xtensa.h:83
12814msgid "Disable fused multiply/add and multiply/subtract FP instructions"
a47a6810
JM
12815msgstr ""
12816
b97e55da
JM
12817#: config/xtensa/xtensa.h:85
12818msgid "Enable fused multiply/add and multiply/subtract FP instructions"
a47a6810
JM
12819msgstr ""
12820
b97e55da
JM
12821#: config/xtensa/xtensa.h:87
12822msgid "Intersperse literal pools with code in the text section"
a47a6810
JM
12823msgstr ""
12824
b97e55da
JM
12825#: config/xtensa/xtensa.h:89
12826msgid "Put literal pools in a separate literal section"
a47a6810
JM
12827msgstr ""
12828
b97e55da
JM
12829#: config/xtensa/xtensa.h:91
12830msgid "Automatically align branch targets to reduce branch penalties"
5b7874aa
ZW
12831msgstr ""
12832
b97e55da
JM
12833#: config/xtensa/xtensa.h:93
12834msgid "Do not automatically align branch targets"
5b7874aa
ZW
12835msgstr ""
12836
b97e55da
JM
12837#: config/xtensa/xtensa.h:95
12838msgid "Use indirect CALLXn instructions for large programs"
1737c953
JM
12839msgstr ""
12840
b97e55da
JM
12841#: config/xtensa/xtensa.h:97
12842msgid "Use direct CALLn instructions for fast calls"
1737c953
JM
12843msgstr ""
12844
b4117c30 12845#: ada/misc.c:248
b97e55da
JM
12846#, c-format
12847msgid "missing argument to \"-%s\""
5b7874aa
ZW
12848msgstr ""
12849
b4117c30 12850#: ada/misc.c:289
b97e55da 12851msgid "`-gnat' misspelled as `-gant'"
5b7874aa
ZW
12852msgstr ""
12853
b1b51268 12854#: cp/call.c:296
b97e55da 12855msgid "unable to call pointer to member function here"
5b7874aa
ZW
12856msgstr ""
12857
b1b51268 12858#: cp/call.c:2375
b97e55da 12859msgid "%s %D(%T, %T, %T) <built-in>"
5b7874aa
ZW
12860msgstr ""
12861
b1b51268 12862#: cp/call.c:2380
b97e55da 12863msgid "%s %D(%T, %T) <built-in>"
5b7874aa
ZW
12864msgstr ""
12865
b1b51268 12866#: cp/call.c:2384
b97e55da 12867msgid "%s %D(%T) <built-in>"
5b7874aa
ZW
12868msgstr ""
12869
b1b51268 12870#: cp/call.c:2388
b97e55da 12871msgid "%s %T <conversion>"
5b7874aa
ZW
12872msgstr ""
12873
b1b51268 12874#: cp/call.c:2390
b97e55da 12875msgid "%J%s %+#D <near match>"
5b7874aa
ZW
12876msgstr ""
12877
b1b51268 12878#: cp/call.c:2392
b97e55da 12879msgid "%J%s %+#D"
5b7874aa
ZW
12880msgstr ""
12881
b1b51268 12882#: cp/call.c:2427
b97e55da 12883msgid "candidates are:"
a47a6810
JM
12884msgstr ""
12885
b1b51268 12886#: cp/call.c:2617
b97e55da 12887msgid "conversion from `%T' to `%T' is ambiguous"
5b7874aa
ZW
12888msgstr ""
12889
b1b51268 12890#: cp/call.c:2773 cp/call.c:2822
b97e55da 12891msgid "no matching function for call to `%D(%A)'"
5b7874aa
ZW
12892msgstr ""
12893
b1b51268 12894#: cp/call.c:2776 cp/call.c:2825
b97e55da 12895msgid "call of overloaded `%D(%A)' is ambiguous"
5b7874aa
ZW
12896msgstr ""
12897
b97e55da
JM
12898#. It's no good looking for an overloaded operator() on a
12899#. pointer-to-member-function.
b1b51268 12900#: cp/call.c:2893
5b7874aa 12901#, c-format
b97e55da
JM
12902msgid ""
12903"pointer-to-member function %E cannot be called without an object; consider "
12904"using .* or ->*"
5b7874aa
ZW
12905msgstr ""
12906
b1b51268 12907#: cp/call.c:2962
b97e55da 12908msgid "no match for call to `(%T) (%A)'"
5b7874aa
ZW
12909msgstr ""
12910
b1b51268 12911#: cp/call.c:2971
b97e55da 12912msgid "call of `(%T) (%A)' is ambiguous"
5b7874aa
ZW
12913msgstr ""
12914
b1b51268 12915#: cp/call.c:3008
5b7874aa 12916#, c-format
b97e55da 12917msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
5b7874aa
ZW
12918msgstr ""
12919
b1b51268 12920#: cp/call.c:3014
5b7874aa 12921#, c-format
b97e55da 12922msgid "%s for 'operator%s' in '%E%s'"
5b7874aa
ZW
12923msgstr ""
12924
b1b51268 12925#: cp/call.c:3018
b97e55da
JM
12926#, c-format
12927msgid "%s for 'operator[]' in '%E[%E]'"
5b7874aa
ZW
12928msgstr ""
12929
b1b51268 12930#: cp/call.c:3023
a47a6810 12931#, c-format
b97e55da 12932msgid "%s for '%s' in '%s %E'"
a47a6810
JM
12933msgstr ""
12934
b1b51268 12935#: cp/call.c:3028
a47a6810 12936#, c-format
b97e55da 12937msgid "%s for 'operator%s' in '%E %s %E'"
a47a6810
JM
12938msgstr ""
12939
b1b51268 12940#: cp/call.c:3031
b97e55da
JM
12941#, c-format
12942msgid "%s for 'operator%s' in '%s%E'"
a47a6810
JM
12943msgstr ""
12944
b1b51268 12945#: cp/call.c:3121
b97e55da 12946msgid "ISO C++ forbids omitting the middle term of a ?: expression"
5b7874aa
ZW
12947msgstr ""
12948
b1b51268 12949#: cp/call.c:3198
b97e55da
JM
12950#, c-format
12951msgid "`%E' has type `void' and is not a throw-expression"
5b7874aa
ZW
12952msgstr ""
12953
b1b51268 12954#: cp/call.c:3237 cp/call.c:3447
b97e55da 12955msgid "operands to ?: have different types"
5b7874aa
ZW
12956msgstr ""
12957
b1b51268 12958#: cp/call.c:3401
b97e55da 12959msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
5b7874aa
ZW
12960msgstr ""
12961
b1b51268 12962#: cp/call.c:3408
b97e55da 12963msgid "enumeral and non-enumeral type in conditional expression"
5b7874aa
ZW
12964msgstr ""
12965
b1b51268 12966#: cp/call.c:3702
b97e55da 12967msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
5b7874aa
ZW
12968msgstr ""
12969
b1b51268 12970#: cp/call.c:3754
b97e55da 12971msgid "using synthesized `%#D' for copy assignment"
5b7874aa
ZW
12972msgstr ""
12973
b1b51268 12974#: cp/call.c:3756
b97e55da 12975msgid " where cfront would use `%#D'"
5b7874aa
ZW
12976msgstr ""
12977
b1b51268 12978#: cp/call.c:3780
b97e55da 12979msgid "comparison between `%#T' and `%#T'"
5b7874aa
ZW
12980msgstr ""
12981
b1b51268 12982#: cp/call.c:4038
b97e55da 12983msgid "no suitable `operator %s' for `%T'"
5b7874aa
ZW
12984msgstr ""
12985
b1b51268 12986#: cp/call.c:4055
b97e55da 12987msgid "`%+#D' is private"
5b7874aa
ZW
12988msgstr ""
12989
b1b51268 12990#: cp/call.c:4057
b97e55da 12991msgid "`%+#D' is protected"
5b7874aa
ZW
12992msgstr ""
12993
b1b51268 12994#: cp/call.c:4059
b97e55da 12995msgid "`%+#D' is inaccessible"
a47a6810
JM
12996msgstr ""
12997
b1b51268 12998#: cp/call.c:4060
b97e55da 12999msgid "within this context"
a47a6810
JM
13000msgstr ""
13001
b1b51268 13002#: cp/call.c:4130
b97e55da 13003msgid "invalid conversion from `%T' to `%T'"
5b7874aa
ZW
13004msgstr ""
13005
b1b51268 13006#: cp/call.c:4132
b97e55da 13007msgid " initializing argument %P of `%D'"
5b7874aa
ZW
13008msgstr ""
13009
b1b51268 13010#: cp/call.c:4286
b97e55da 13011msgid "cannot bind bitfield `%E' to `%T'"
cabb228b
ZW
13012msgstr ""
13013
b1b51268 13014#: cp/call.c:4289
b97e55da 13015msgid "cannot bind packed field `%E' to `%T'"
a47a6810
JM
13016msgstr ""
13017
b1b51268 13018#: cp/call.c:4292
b97e55da 13019msgid "cannot bind rvalue `%E' to `%T'"
5b7874aa
ZW
13020msgstr ""
13021
b1b51268 13022#: cp/call.c:4380
b97e55da
JM
13023msgid ""
13024"cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
13025"runtime"
5b7874aa
ZW
13026msgstr ""
13027
b97e55da 13028#. Undefined behavior [expr.call] 5.2.2/7.
b1b51268 13029#: cp/call.c:4404
01b84e13
JM
13030msgid ""
13031"cannot receive objects of non-POD type `%#T' through `...'; call will abort "
13032"at runtime"
5b7874aa
ZW
13033msgstr ""
13034
b1b51268 13035#: cp/call.c:4444
b97e55da 13036msgid "the default argument for parameter %d of `%D' has not yet been parsed"
cabb228b
ZW
13037msgstr ""
13038
b1b51268 13039#: cp/call.c:4643
b97e55da 13040msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
5b7874aa
ZW
13041msgstr ""
13042
b1b51268 13043#: cp/call.c:4662
b97e55da 13044msgid "`%T' is not an accessible base of `%T'"
5b7874aa
ZW
13045msgstr ""
13046
b1b51268 13047#: cp/call.c:4930
b97e55da 13048msgid "could not find class$ field in java interface type `%T'"
5b7874aa
ZW
13049msgstr ""
13050
b1b51268 13051#: cp/call.c:5187
b97e55da 13052msgid "call to non-function `%D'"
5b7874aa
ZW
13053msgstr ""
13054
b1b51268 13055#: cp/call.c:5213
01b84e13
JM
13056msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13057msgstr ""
13058
b1b51268 13059#: cp/call.c:5291
b97e55da 13060msgid "no matching function for call to `%T::%s(%A)%#V'"
5b7874aa
ZW
13061msgstr ""
13062
b1b51268 13063#: cp/call.c:5309
5b7874aa 13064#, c-format
b97e55da 13065msgid "call of overloaded `%s(%A)' is ambiguous"
5b7874aa
ZW
13066msgstr ""
13067
b1b51268 13068#: cp/call.c:5331
b97e55da 13069msgid "cannot call member function `%D' without object"
5b7874aa
ZW
13070msgstr ""
13071
b1b51268 13072#: cp/call.c:5935
b97e55da 13073msgid "passing `%T' chooses `%T' over `%T'"
5b7874aa
ZW
13074msgstr ""
13075
b4117c30 13076#: cp/call.c:5937 cp/name-lookup.c:4156
b97e55da 13077msgid " in call to `%D'"
5b7874aa
ZW
13078msgstr ""
13079
b1b51268 13080#: cp/call.c:5994
b97e55da 13081msgid "choosing `%D' over `%D'"
5b7874aa
ZW
13082msgstr ""
13083
b1b51268 13084#: cp/call.c:5995
b97e55da 13085msgid " for conversion from `%T' to `%T'"
5b7874aa
ZW
13086msgstr ""
13087
b1b51268 13088#: cp/call.c:5997
b97e55da 13089msgid " because conversion sequence for the argument is better"
5b7874aa
ZW
13090msgstr ""
13091
b1b51268 13092#: cp/call.c:6117
b97e55da
JM
13093msgid ""
13094"ISO C++ says that these are ambiguous, even though the worst conversion for "
13095"the first is better than the worst conversion for the second:"
5b7874aa
ZW
13096msgstr ""
13097
b1b51268 13098#: cp/call.c:6121
b97e55da 13099msgid "candidate 1:"
9d967a7e
ZW
13100msgstr ""
13101
b1b51268 13102#: cp/call.c:6122
b97e55da 13103msgid "candidate 2:"
9d967a7e
ZW
13104msgstr ""
13105
b1b51268 13106#: cp/call.c:6258
b97e55da 13107msgid "could not convert `%E' to `%T'"
9d967a7e
ZW
13108msgstr ""
13109
b1b51268 13110#: cp/call.c:6383
b97e55da
JM
13111msgid ""
13112"invalid initialization of non-const reference of type '%T' from a temporary "
13113"of type '%T'"
9d967a7e
ZW
13114msgstr ""
13115
b1b51268 13116#: cp/call.c:6387
b97e55da
JM
13117msgid ""
13118"invalid initialization of reference of type '%T' from expression of type '%T'"
5b7874aa
ZW
13119msgstr ""
13120
b1b51268 13121#: cp/class.c:287
b97e55da
JM
13122msgid ""
13123"cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
5b7874aa
ZW
13124msgstr ""
13125
b1b51268 13126#: cp/class.c:837
01b84e13
JM
13127msgid "Java class '%T' cannot have an implicit non-trivial destructor"
13128msgstr ""
13129
b1b51268 13130#: cp/class.c:838
01b84e13
JM
13131msgid "Java class '%T' cannot have a destructor"
13132msgstr ""
13133
b1b51268 13134#: cp/class.c:1006
b97e55da 13135msgid "`%#D' and `%#D' cannot be overloaded"
5b7874aa
ZW
13136msgstr ""
13137
b1b51268 13138#: cp/class.c:1052
b97e55da 13139msgid "conflicting access specifications for method `%D', ignored"
5b7874aa
ZW
13140msgstr ""
13141
b1b51268 13142#: cp/class.c:1054
b97e55da
JM
13143#, c-format
13144msgid "conflicting access specifications for field `%s', ignored"
5b7874aa
ZW
13145msgstr ""
13146
b1b51268 13147#: cp/class.c:1104
b97e55da 13148msgid "`%D' names constructor"
5b7874aa
ZW
13149msgstr ""
13150
b1b51268 13151#: cp/class.c:1109
b97e55da 13152msgid "`%D' invalid in `%T'"
5b7874aa
ZW
13153msgstr ""
13154
b1b51268 13155#: cp/class.c:1117
b97e55da 13156msgid "no members matching `%D' in `%#T'"
5b7874aa
ZW
13157msgstr ""
13158
b1b51268 13159#: cp/class.c:1149 cp/class.c:1157
b97e55da 13160msgid "`%D' invalid in `%#T'"
5b7874aa
ZW
13161msgstr ""
13162
b1b51268 13163#: cp/class.c:1150
b97e55da 13164msgid " because of local method `%#D' with same name"
5b7874aa
ZW
13165msgstr ""
13166
b1b51268 13167#: cp/class.c:1158
b97e55da 13168msgid " because of local member `%#D' with same name"
5b7874aa
ZW
13169msgstr ""
13170
b1b51268 13171#: cp/class.c:1228
b97e55da 13172msgid "base class `%#T' has a non-virtual destructor"
5b7874aa
ZW
13173msgstr ""
13174
b1b51268 13175#: cp/class.c:1248
b97e55da
JM
13176msgid ""
13177"base `%T' with only non-default constructor in class without a constructor"
5b7874aa
ZW
13178msgstr ""
13179
b1b51268 13180#: cp/class.c:1632
b97e55da 13181msgid "all member functions in class `%T' are private"
5b7874aa
ZW
13182msgstr ""
13183
b1b51268 13184#: cp/class.c:1643
b97e55da 13185msgid "`%#T' only defines a private destructor and has no friends"
5b7874aa
ZW
13186msgstr ""
13187
b1b51268 13188#: cp/class.c:1685
b97e55da 13189msgid "`%#T' only defines private constructors and has no friends"
5b7874aa
ZW
13190msgstr ""
13191
b1b51268 13192#: cp/class.c:2070
b97e55da 13193msgid "no unique final overrider for `%D' in `%T'"
5b7874aa
ZW
13194msgstr ""
13195
b97e55da 13196#. Here we know it is a hider, and no overrider exists.
b1b51268 13197#: cp/class.c:2516
b97e55da 13198msgid "`%D' was hidden"
5b7874aa
ZW
13199msgstr ""
13200
b1b51268 13201#: cp/class.c:2517
b97e55da 13202msgid " by `%D'"
5b7874aa
ZW
13203msgstr ""
13204
b1b51268 13205#: cp/class.c:2559 cp/decl2.c:1180
b97e55da 13206msgid "`%#D' invalid; an anonymous union can only have non-static data members"
5b7874aa
ZW
13207msgstr ""
13208
b1b51268 13209#: cp/class.c:2565 cp/decl2.c:1187
b97e55da 13210msgid "private member `%#D' in anonymous union"
5b7874aa
ZW
13211msgstr ""
13212
b1b51268 13213#: cp/class.c:2568 cp/decl2.c:1189
b97e55da 13214msgid "protected member `%#D' in anonymous union"
5b7874aa
ZW
13215msgstr ""
13216
b1b51268 13217#: cp/class.c:2687
b97e55da
JM
13218msgid ""
13219"vtable layout for class `%T' may not be ABI-compliant and may change in a "
13220"future version of GCC due to implicit virtual destructor"
5b7874aa
ZW
13221msgstr ""
13222
b1b51268 13223#: cp/class.c:2747
b97e55da 13224msgid "bit-field `%#D' with non-integral type"
5b7874aa
ZW
13225msgstr ""
13226
b1b51268 13227#: cp/class.c:2767
b97e55da 13228msgid "bit-field `%D' width not an integer constant"
5b7874aa
ZW
13229msgstr ""
13230
b1b51268 13231#: cp/class.c:2773
b97e55da 13232msgid "negative width in bit-field `%D'"
d9b2742a
ZW
13233msgstr ""
13234
b1b51268 13235#: cp/class.c:2778
b97e55da 13236msgid "zero width for bit-field `%D'"
d9b2742a
ZW
13237msgstr ""
13238
b1b51268 13239#: cp/class.c:2784
b97e55da 13240msgid "width of `%D' exceeds its type"
d9b2742a
ZW
13241msgstr ""
13242
b1b51268 13243#: cp/class.c:2793
b97e55da 13244msgid "`%D' is too small to hold all values of `%#T'"
5b7874aa
ZW
13245msgstr ""
13246
b1b51268 13247#: cp/class.c:2855
b97e55da 13248msgid "member `%#D' with constructor not allowed in union"
5b7874aa
ZW
13249msgstr ""
13250
b1b51268 13251#: cp/class.c:2858
b97e55da 13252msgid "member `%#D' with destructor not allowed in union"
5b7874aa
ZW
13253msgstr ""
13254
b1b51268 13255#: cp/class.c:2861
b97e55da 13256msgid "member `%#D' with copy assignment operator not allowed in union"
5b7874aa
ZW
13257msgstr ""
13258
b1b51268 13259#: cp/class.c:2888
b97e55da 13260msgid "multiple fields in union `%T' initialized"
5b7874aa
ZW
13261msgstr ""
13262
b1b51268 13263#: cp/class.c:2954
b97e55da 13264msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
5b7874aa
ZW
13265msgstr ""
13266
b1b51268
JM
13267#: cp/class.c:3014
13268msgid "`%D' may not be static because it is a member of a union"
13269msgstr ""
13270
13271#: cp/class.c:3019
13272msgid "`%D' may not have reference type `%T' because it is a member of a union"
13273msgstr ""
13274
13275#: cp/class.c:3027
b97e55da 13276msgid "field `%D' in local class cannot be static"
5b7874aa
ZW
13277msgstr ""
13278
b1b51268 13279#: cp/class.c:3033
b97e55da 13280msgid "field `%D' invalidly declared function type"
5b7874aa
ZW
13281msgstr ""
13282
b1b51268 13283#: cp/class.c:3040
b97e55da 13284msgid "field `%D' invalidly declared method type"
5b7874aa
ZW
13285msgstr ""
13286
b1b51268 13287#: cp/class.c:3073
b97e55da 13288msgid "non-static reference `%#D' in class without a constructor"
5b7874aa
ZW
13289msgstr ""
13290
b1b51268 13291#: cp/class.c:3116
b97e55da 13292msgid "non-static const member `%#D' in class without a constructor"
5b7874aa
ZW
13293msgstr ""
13294
b1b51268 13295#: cp/class.c:3131
b97e55da 13296msgid "field `%#D' with same name as class"
5b7874aa
ZW
13297msgstr ""
13298
b1b51268 13299#: cp/class.c:3149
b97e55da 13300msgid "`%#T' has pointer data members"
5b7874aa
ZW
13301msgstr ""
13302
b1b51268 13303#: cp/class.c:3153
b97e55da 13304msgid " but does not override `%T(const %T&)'"
5b7874aa
ZW
13305msgstr ""
13306
b1b51268 13307#: cp/class.c:3155
b97e55da 13308msgid " or `operator=(const %T&)'"
5b7874aa
ZW
13309msgstr ""
13310
b1b51268 13311#: cp/class.c:3158
b97e55da 13312msgid " but does not override `operator=(const %T&)'"
5b7874aa
ZW
13313msgstr ""
13314
b1b51268 13315#: cp/class.c:3588
b97e55da
JM
13316msgid ""
13317"offset of empty base `%T' may not be ABI-compliant and maychange in a future "
13318"version of GCC"
5b7874aa
ZW
13319msgstr ""
13320
b1b51268 13321#: cp/class.c:3698
b97e55da 13322msgid "class `%T' will be considered nearly empty in a future version of GCC"
5b7874aa
ZW
13323msgstr ""
13324
b1b51268 13325#: cp/class.c:3780
b97e55da 13326msgid "initializer specified for non-virtual method `%D'"
5b7874aa
ZW
13327msgstr ""
13328
b1b51268 13329#: cp/class.c:4468
b97e55da
JM
13330msgid ""
13331"offset of virtual base `%T' is not ABI-compliant and may change in a future "
13332"version of GCC"
5b7874aa
ZW
13333msgstr ""
13334
b1b51268 13335#: cp/class.c:4558
b97e55da 13336msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
5b7874aa
ZW
13337msgstr ""
13338
b1b51268 13339#: cp/class.c:4571
b97e55da 13340msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
5b7874aa
ZW
13341msgstr ""
13342
b1b51268 13343#: cp/class.c:4745
b97e55da
JM
13344msgid ""
13345"size assigned to `%T' may not be ABI-compliant and may change in a future "
13346"version of GCC"
5b7874aa
ZW
13347msgstr ""
13348
b06c20ee
JM
13349#. Versions of G++ before G++ 3.4 did not reset the
13350#. DECL_MODE.
b1b51268 13351#: cp/class.c:4784
b97e55da
JM
13352msgid ""
13353"the offset of `%D' may not be ABI-compliant and may change in a future "
13354"version of GCC"
5b7874aa
ZW
13355msgstr ""
13356
b1b51268 13357#: cp/class.c:4807
b97e55da
JM
13358msgid ""
13359"offset of `%D' is not ABI-compliant and may change in a future version of GCC"
5b7874aa
ZW
13360msgstr ""
13361
b1b51268 13362#: cp/class.c:4816
b97e55da
JM
13363msgid ""
13364"`%D' contains empty classes which may cause base classes to be placed at "
13365"different locations in a future version of GCC"
5b7874aa
ZW
13366msgstr ""
13367
b1b51268 13368#: cp/class.c:4875
b97e55da
JM
13369msgid ""
13370"layout of classes derived from empty class `%T' may change in a future "
13371"version of GCC"
5b7874aa
ZW
13372msgstr ""
13373
b1b51268 13374#: cp/class.c:5010 cp/semantics.c:1971
b97e55da 13375msgid "redefinition of `%#T'"
5b7874aa
ZW
13376msgstr ""
13377
b1b51268 13378#: cp/class.c:5180
b97e55da 13379msgid "`%#T' has virtual functions but non-virtual destructor"
a47a6810
JM
13380msgstr ""
13381
b1b51268 13382#: cp/class.c:5259
b97e55da 13383msgid "trying to finish struct, but kicked out due to previous parse errors"
a47a6810
JM
13384msgstr ""
13385
b1b51268 13386#: cp/class.c:5701
a47a6810 13387#, c-format
b97e55da 13388msgid "language string `\"%s\"' not recognized"
a47a6810
JM
13389msgstr ""
13390
b1b51268 13391#: cp/class.c:5789
b97e55da
JM
13392msgid ""
13393"cannot resolve overloaded function `%D' based on conversion to type `%T'"
a47a6810
JM
13394msgstr ""
13395
b1b51268 13396#: cp/class.c:5914
b97e55da 13397msgid "no matches converting function `%D' to type `%#T'"
5b7874aa
ZW
13398msgstr ""
13399
b1b51268 13400#: cp/class.c:5937
b97e55da 13401msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
5b7874aa
ZW
13402msgstr ""
13403
b1b51268 13404#: cp/class.c:5963
b97e55da 13405msgid "assuming pointer to member `%D'"
5b7874aa
ZW
13406msgstr ""
13407
b1b51268 13408#: cp/class.c:5966
b97e55da
JM
13409#, c-format
13410msgid "(a pointer to member can only be formed with `&%E')"
5b7874aa
ZW
13411msgstr ""
13412
b1b51268 13413#: cp/class.c:6011 cp/class.c:6193 cp/class.c:6200
b97e55da 13414msgid "not enough type information"
5b7874aa
ZW
13415msgstr ""
13416
b1b51268 13417#: cp/class.c:6028
b97e55da 13418msgid "argument of type `%T' does not match `%T'"
5b7874aa
ZW
13419msgstr ""
13420
b1b51268 13421#: cp/class.c:6177
b97e55da 13422msgid "invalid operation on uninstantiated type"
5b7874aa
ZW
13423msgstr ""
13424
b97e55da
JM
13425#. [basic.scope.class]
13426#.
13427#. A name N used in a class S shall refer to the same declaration
13428#. in its context and when re-evaluated in the completed scope of
13429#. S.
b4117c30 13430#: cp/class.c:6435 cp/decl.c:1193 cp/name-lookup.c:508 cp/pt.c:2099
b97e55da 13431msgid "declaration of `%#D'"
a47a6810
JM
13432msgstr ""
13433
b1b51268 13434#: cp/class.c:6436
b97e55da 13435msgid "changes meaning of `%D' from `%+#D'"
a47a6810
JM
13436msgstr ""
13437
b97e55da
JM
13438#: cp/cvt.c:88
13439msgid "can't convert from incomplete type `%T' to `%T'"
a47a6810
JM
13440msgstr ""
13441
b97e55da
JM
13442#: cp/cvt.c:97
13443msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
a47a6810
JM
13444msgstr ""
13445
b97e55da
JM
13446#: cp/cvt.c:113 cp/cvt.c:127
13447msgid "converting from `%T' to `%T'"
5b7874aa
ZW
13448msgstr ""
13449
b97e55da
JM
13450#: cp/cvt.c:185 cp/cvt.c:253 cp/cvt.c:297
13451msgid "cannot convert `%E' from type `%T' to type `%T'"
5b7874aa
ZW
13452msgstr ""
13453
b97e55da
JM
13454#: cp/cvt.c:214 cp/cvt.c:218
13455msgid "pointer to member cast from `%T' to `%T' is via virtual base"
5b7874aa
ZW
13456msgstr ""
13457
b97e55da
JM
13458#: cp/cvt.c:276
13459msgid "invalid conversion from '%T' to '%T'"
5b7874aa
ZW
13460msgstr ""
13461
b97e55da
JM
13462#: cp/cvt.c:508
13463msgid "conversion from `%T' to `%T' discards qualifiers"
8d9d2e1d
ZW
13464msgstr ""
13465
b97e55da
JM
13466#: cp/cvt.c:526
13467msgid "casting `%T' to `%T' does not dereference pointer"
8d9d2e1d
ZW
13468msgstr ""
13469
b97e55da
JM
13470#: cp/cvt.c:553
13471msgid "cannot convert type `%T' to type `%T'"
8d9d2e1d
ZW
13472msgstr ""
13473
b1b51268 13474#: cp/cvt.c:676
b97e55da 13475msgid "conversion from `%#T' to `%#T'"
8d9d2e1d
ZW
13476msgstr ""
13477
b1b51268 13478#: cp/cvt.c:688
b97e55da 13479msgid "`%#T' used where a `%T' was expected"
8d9d2e1d
ZW
13480msgstr ""
13481
b1b51268 13482#: cp/cvt.c:710
b97e55da 13483msgid "`%#T' used where a floating point value was expected"
8d9d2e1d
ZW
13484msgstr ""
13485
b1b51268 13486#: cp/cvt.c:757
b97e55da 13487msgid "conversion from `%T' to non-scalar type `%T' requested"
a47a6810
JM
13488msgstr ""
13489
b1b51268 13490#: cp/cvt.c:843
b97e55da 13491msgid "object of incomplete type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13492msgstr ""
13493
b1b51268 13494#: cp/cvt.c:846
b97e55da 13495msgid "object of type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13496msgstr ""
13497
b1b51268 13498#: cp/cvt.c:862
b97e55da 13499msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13500msgstr ""
13501
b97e55da
JM
13502#. [over.over] enumerates the places where we can take the address
13503#. of an overloaded function, and this is not one of them.
b1b51268 13504#: cp/cvt.c:878
b97e55da
JM
13505#, c-format
13506msgid "%s cannot resolve address of overloaded function"
dc6746e7
PT
13507msgstr ""
13508
b97e55da 13509#. Only warn when there is no &.
b1b51268 13510#: cp/cvt.c:884
b97e55da
JM
13511#, c-format
13512msgid "%s is a reference, not call, to function `%E'"
dc6746e7
PT
13513msgstr ""
13514
b1b51268 13515#: cp/cvt.c:892
b97e55da
JM
13516#, c-format
13517msgid "%s has no effect"
dc6746e7
PT
13518msgstr ""
13519
b1b51268 13520#: cp/cvt.c:1003
b97e55da 13521msgid "converting NULL to non-pointer type"
dc6746e7
PT
13522msgstr ""
13523
b1b51268 13524#: cp/cvt.c:1076
b97e55da 13525msgid "ambiguous default type conversion from `%T'"
7bf81eee
PT
13526msgstr ""
13527
b1b51268 13528#: cp/cvt.c:1078
b97e55da 13529msgid " candidate conversions include `%D' and `%D'"
7bf81eee
PT
13530msgstr ""
13531
b1b51268 13532#: cp/decl.c:371
b97e55da 13533msgid "label `%D' used but not defined"
dc6746e7
PT
13534msgstr ""
13535
b1b51268 13536#: cp/decl.c:378
b97e55da 13537msgid "label `%D' defined but not used"
7bf81eee
PT
13538msgstr ""
13539
b1b51268
JM
13540#: cp/decl.c:1100
13541msgid "`%D' was declared `extern' and later `static'"
13542msgstr ""
13543
13544#: cp/decl.c:1101 cp/decl.c:1521
b97e55da 13545msgid "previous declaration of `%D'"
7bf81eee
PT
13546msgstr ""
13547
b1b51268 13548#: cp/decl.c:1149
01b84e13
JM
13549msgid "%Jfunction '%D' redeclared as inline"
13550msgstr ""
13551
b1b51268 13552#: cp/decl.c:1150
b97e55da 13553msgid "%Jprevious declaration of '%D' with attribute noinline"
7bf81eee
PT
13554msgstr ""
13555
b1b51268 13556#: cp/decl.c:1157
01b84e13
JM
13557msgid "%Jfunction '%D' redeclared with attribute noinline"
13558msgstr ""
13559
b1b51268 13560#: cp/decl.c:1159
b97e55da 13561msgid "%Jprevious declaration of '%D' was inline"
7bf81eee
PT
13562msgstr ""
13563
b1b51268 13564#: cp/decl.c:1180 cp/decl.c:1218
b97e55da 13565msgid "shadowing %s function `%#D'"
4ba01ed2
PT
13566msgstr ""
13567
b1b51268 13568#: cp/decl.c:1189
b97e55da 13569msgid "library function `%#D' redeclared as non-function `%#D'"
7bf81eee
PT
13570msgstr ""
13571
b1b51268 13572#: cp/decl.c:1194
b97e55da 13573msgid "conflicts with built-in declaration `%#D'"
7bf81eee
PT
13574msgstr ""
13575
b1b51268 13576#: cp/decl.c:1213 cp/decl.c:1322 cp/decl.c:1338
b97e55da 13577msgid "new declaration `%#D'"
d51681a7
PT
13578msgstr ""
13579
b1b51268 13580#: cp/decl.c:1214
b97e55da 13581msgid "ambiguates built-in declaration `%#D'"
d51681a7
PT
13582msgstr ""
13583
b1b51268 13584#: cp/decl.c:1285
b97e55da 13585msgid "`%#D' redeclared as different kind of symbol"
d51681a7
PT
13586msgstr ""
13587
b1b51268 13588#: cp/decl.c:1288
b97e55da 13589msgid "previous declaration of `%#D'"
4ba01ed2
PT
13590msgstr ""
13591
b1b51268 13592#: cp/decl.c:1307
b97e55da 13593msgid "declaration of template `%#D'"
7bf81eee
PT
13594msgstr ""
13595
b4117c30 13596#: cp/decl.c:1308 cp/name-lookup.c:509
b97e55da 13597msgid "conflicts with previous declaration `%#D'"
7bf81eee
PT
13598msgstr ""
13599
b1b51268 13600#: cp/decl.c:1323 cp/decl.c:1339
b97e55da 13601msgid "ambiguates old declaration `%#D'"
7bf81eee
PT
13602msgstr ""
13603
b1b51268 13604#: cp/decl.c:1331
b97e55da 13605msgid "declaration of C function `%#D' conflicts with"
7bf81eee
PT
13606msgstr ""
13607
b1b51268 13608#: cp/decl.c:1333
b97e55da 13609msgid "previous declaration `%#D' here"
7bf81eee
PT
13610msgstr ""
13611
b1b51268 13612#: cp/decl.c:1346
b97e55da 13613msgid "conflicting declaration '%#D'"
7bf81eee
PT
13614msgstr ""
13615
b1b51268 13616#: cp/decl.c:1347
b97e55da 13617msgid "'%D' has a previous declaration as `%#D'"
7bf81eee
PT
13618msgstr ""
13619
b1b51268 13620#: cp/decl.c:1400
b97e55da 13621msgid "`%#D' previously defined here"
3855d0d1
JM
13622msgstr ""
13623
b1b51268 13624#: cp/decl.c:1401
b97e55da 13625msgid "`%#D' previously declared here"
3855d0d1
JM
13626msgstr ""
13627
b97e55da 13628#. Prototype decl follows defn w/o prototype.
b1b51268 13629#: cp/decl.c:1410
b97e55da 13630msgid "prototype for `%#D'"
3855d0d1
JM
13631msgstr ""
13632
b1b51268 13633#: cp/decl.c:1411
b97e55da 13634msgid "%Jfollows non-prototype definition here"
3855d0d1
JM
13635msgstr ""
13636
b1b51268 13637#: cp/decl.c:1423
b97e55da 13638msgid "previous declaration of `%#D' with %L linkage"
7bf81eee
PT
13639msgstr ""
13640
b1b51268 13641#: cp/decl.c:1425
b97e55da 13642msgid "conflicts with new declaration with %L linkage"
7bf81eee
PT
13643msgstr ""
13644
b1b51268 13645#: cp/decl.c:1448 cp/decl.c:1455
b97e55da 13646msgid "default argument given for parameter %d of `%#D'"
7bf81eee
PT
13647msgstr ""
13648
b1b51268 13649#: cp/decl.c:1450 cp/decl.c:1457
b97e55da 13650msgid "after previous specification in `%#D'"
a47a6810
JM
13651msgstr ""
13652
b1b51268 13653#: cp/decl.c:1466
b97e55da 13654msgid "`%#D' was used before it was declared inline"
a47a6810
JM
13655msgstr ""
13656
b1b51268 13657#: cp/decl.c:1467
b97e55da 13658msgid "%Jprevious non-inline declaration here"
7bf81eee
PT
13659msgstr ""
13660
b1b51268 13661#: cp/decl.c:1520
b97e55da 13662msgid "redundant redeclaration of `%D' in same scope"
a47a6810
JM
13663msgstr ""
13664
b1b51268 13665#: cp/decl.c:1614
b97e55da
JM
13666#, c-format
13667msgid "declaration of `%F' throws different exceptions"
7bf81eee
PT
13668msgstr ""
13669
b1b51268 13670#: cp/decl.c:1616
b97e55da
JM
13671#, c-format
13672msgid "than previous declaration `%F'"
7bf81eee
PT
13673msgstr ""
13674
b97e55da
JM
13675#. From [temp.expl.spec]:
13676#.
13677#. If a template, a member template or the member of a class
13678#. template is explicitly specialized then that
13679#. specialization shall be declared before the first use of
13680#. that specialization that would cause an implicit
13681#. instantiation to take place, in every translation unit in
13682#. which such a use occurs.
b1b51268 13683#: cp/decl.c:1763
b97e55da 13684msgid "explicit specialization of %D after first use"
7bf81eee
PT
13685msgstr ""
13686
b1b51268 13687#: cp/decl.c:1843
01b84e13
JM
13688msgid "%J'%D': visibility attribute ignored because it"
13689msgstr ""
13690
b1b51268 13691#: cp/decl.c:1845
01b84e13
JM
13692msgid "%Jconflicts with previous declaration here"
13693msgstr ""
13694
b1b51268 13695#: cp/decl.c:2069
3855d0d1 13696#, c-format
b97e55da 13697msgid "label `%s' referenced outside of any function"
7bf81eee
PT
13698msgstr ""
13699
b1b51268 13700#: cp/decl.c:2166 cp/decl.c:2190 cp/decl.c:2278
b97e55da 13701msgid "jump to label `%D'"
7bf81eee
PT
13702msgstr ""
13703
b1b51268 13704#: cp/decl.c:2168 cp/decl.c:2192
b97e55da 13705msgid "jump to case label"
7bf81eee
PT
13706msgstr ""
13707
b1b51268 13708#: cp/decl.c:2171 cp/decl.c:2195
b97e55da 13709msgid "%H from here"
7bf81eee
PT
13710msgstr ""
13711
b1b51268 13712#: cp/decl.c:2176
b97e55da 13713msgid " crosses initialization of `%#D'"
7bf81eee
PT
13714msgstr ""
13715
b1b51268 13716#: cp/decl.c:2179 cp/decl.c:2294
b97e55da 13717msgid " enters scope of non-POD `%#D'"
7bf81eee
PT
13718msgstr ""
13719
b1b51268 13720#: cp/decl.c:2199 cp/decl.c:2298
b97e55da 13721msgid " enters try block"
7bf81eee
PT
13722msgstr ""
13723
b1b51268 13724#: cp/decl.c:2201 cp/decl.c:2300
b97e55da 13725msgid " enters catch block"
3855d0d1
JM
13726msgstr ""
13727
b1b51268 13728#: cp/decl.c:2279
b97e55da 13729msgid " from here"
3855d0d1
JM
13730msgstr ""
13731
b97e55da 13732#. Can't skip init of __exception_info.
b1b51268 13733#: cp/decl.c:2290
b97e55da 13734msgid "%J enters catch block"
3855d0d1
JM
13735msgstr ""
13736
b1b51268 13737#: cp/decl.c:2292
b97e55da 13738msgid " skips initialization of `%#D'"
3855d0d1
JM
13739msgstr ""
13740
b1b51268 13741#: cp/decl.c:2326
b97e55da 13742msgid "label named wchar_t"
3855d0d1
JM
13743msgstr ""
13744
b1b51268 13745#: cp/decl.c:2329
b97e55da 13746msgid "duplicate label `%D'"
3855d0d1
JM
13747msgstr ""
13748
b1b51268 13749#: cp/decl.c:2559 cp/parser.c:3256
b97e55da 13750msgid "`%D' used without template parameters"
3855d0d1
JM
13751msgstr ""
13752
b1b51268 13753#: cp/decl.c:2569 cp/decl.c:2585 cp/decl.c:2673
b97e55da 13754msgid "no class template named `%#T' in `%#T'"
3855d0d1
JM
13755msgstr ""
13756
b1b51268 13757#: cp/decl.c:2606 cp/decl.c:2616 cp/decl.c:2636
b97e55da 13758msgid "no type named `%#T' in `%#T'"
3855d0d1
JM
13759msgstr ""
13760
b1b51268 13761#: cp/decl.c:3341
b97e55da 13762msgid "%Jan anonymous union cannot have function members"
3855d0d1
JM
13763msgstr ""
13764
b1b51268 13765#: cp/decl.c:3359
b97e55da 13766msgid "member %#D' with constructor not allowed in anonymous aggregate"
3855d0d1
JM
13767msgstr ""
13768
b1b51268 13769#: cp/decl.c:3362
b97e55da 13770msgid "member %#D' with destructor not allowed in anonymous aggregate"
3855d0d1
JM
13771msgstr ""
13772
b1b51268 13773#: cp/decl.c:3365
b97e55da
JM
13774msgid ""
13775"member %#D' with copy assignment operator not allowed in anonymous aggregate"
3855d0d1
JM
13776msgstr ""
13777
b1b51268 13778#: cp/decl.c:3405
b97e55da 13779msgid "redeclaration of C++ built-in type `%T'"
3855d0d1
JM
13780msgstr ""
13781
b1b51268 13782#: cp/decl.c:3443
b97e55da 13783msgid "multiple types in one declaration"
3855d0d1
JM
13784msgstr ""
13785
b1b51268 13786#: cp/decl.c:3469
b97e55da 13787msgid "missing type-name in typedef-declaration"
3855d0d1
JM
13788msgstr ""
13789
b1b51268 13790#: cp/decl.c:3477
b97e55da 13791msgid "ISO C++ prohibits anonymous structs"
3855d0d1
JM
13792msgstr ""
13793
b1b51268 13794#: cp/decl.c:3484
b97e55da 13795msgid "`%D' can only be specified for functions"
3855d0d1
JM
13796msgstr ""
13797
b1b51268 13798#: cp/decl.c:3486
b97e55da 13799msgid "`%D' can only be specified inside a class"
3855d0d1
JM
13800msgstr ""
13801
b1b51268 13802#: cp/decl.c:3488
b97e55da 13803msgid "`%D' can only be specified for constructors"
3855d0d1
JM
13804msgstr ""
13805
b1b51268 13806#: cp/decl.c:3491
b97e55da 13807msgid "`%D' can only be specified for objects and functions"
a47a6810
JM
13808msgstr ""
13809
b1b51268 13810#: cp/decl.c:3633 cp/decl2.c:874
b97e55da 13811msgid "typedef `%D' is initialized (use __typeof__ instead)"
3855d0d1
JM
13812msgstr ""
13813
b1b51268 13814#: cp/decl.c:3638
b97e55da 13815msgid "function `%#D' is initialized like a variable"
3855d0d1
JM
13816msgstr ""
13817
b1b51268 13818#: cp/decl.c:3650
b97e55da 13819msgid "declaration of `%#D' has `extern' and is initialized"
3855d0d1
JM
13820msgstr ""
13821
b1b51268 13822#: cp/decl.c:3683
b97e55da 13823msgid "`%#D' is not a static member of `%#T'"
3855d0d1
JM
13824msgstr ""
13825
b1b51268 13826#: cp/decl.c:3689
b97e55da 13827msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
d9b2742a
ZW
13828msgstr ""
13829
b1b51268 13830#: cp/decl.c:3700
b97e55da 13831msgid "duplicate initialization of %D"
3855d0d1
JM
13832msgstr ""
13833
b1b51268 13834#: cp/decl.c:3733
b97e55da 13835msgid "declaration of `%#D' outside of class is not definition"
3855d0d1
JM
13836msgstr ""
13837
b1b51268 13838#: cp/decl.c:3782
b97e55da 13839msgid "variable `%#D' has initializer but incomplete type"
3855d0d1
JM
13840msgstr ""
13841
b1b51268 13842#: cp/decl.c:3790 cp/decl.c:4372
b97e55da 13843msgid "elements of array `%#D' have incomplete type"
3855d0d1
JM
13844msgstr ""
13845
b1b51268 13846#: cp/decl.c:3806
b97e55da 13847msgid "aggregate `%#D' has incomplete type and cannot be defined"
3855d0d1
JM
13848msgstr ""
13849
b1b51268 13850#: cp/decl.c:3856
b97e55da 13851msgid "`%D' declared as reference but not initialized"
3855d0d1
JM
13852msgstr ""
13853
b1b51268 13854#: cp/decl.c:3862
b97e55da 13855msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
3855d0d1
JM
13856msgstr ""
13857
b1b51268 13858#: cp/decl.c:3890
b97e55da 13859msgid "cannot initialize `%T' from `%T'"
3855d0d1
JM
13860msgstr ""
13861
b1b51268 13862#: cp/decl.c:3922
b97e55da 13863msgid "initializer fails to determine size of `%D'"
3855d0d1
JM
13864msgstr ""
13865
b1b51268 13866#: cp/decl.c:3927
b97e55da 13867msgid "array size missing in `%D'"
3855d0d1
JM
13868msgstr ""
13869
b1b51268 13870#: cp/decl.c:3939
b97e55da 13871msgid "zero-size array `%D'"
3855d0d1
JM
13872msgstr ""
13873
b97e55da
JM
13874#. An automatic variable with an incomplete type: that is an error.
13875#. Don't talk about array types here, since we took care of that
13876#. message in grokdeclarator.
b1b51268 13877#: cp/decl.c:3976
b97e55da 13878msgid "storage size of `%D' isn't known"
3855d0d1
JM
13879msgstr ""
13880
b1b51268 13881#: cp/decl.c:3998
b97e55da 13882msgid "storage size of `%D' isn't constant"
3855d0d1
JM
13883msgstr ""
13884
b1b51268 13885#: cp/decl.c:4053
b97e55da
JM
13886msgid ""
13887"sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
13888"up with multiple copies)"
3855d0d1
JM
13889msgstr ""
13890
b1b51268 13891#: cp/decl.c:4054
b97e55da 13892msgid "%J you can work around this by removing the initializer"
3855d0d1
JM
13893msgstr ""
13894
b1b51268 13895#: cp/decl.c:4080
b97e55da 13896msgid "uninitialized const `%D'"
3855d0d1
JM
13897msgstr ""
13898
b1b51268 13899#: cp/decl.c:4158
b97e55da 13900msgid "brace-enclosed initializer used to initialize `%T'"
3855d0d1
JM
13901msgstr ""
13902
b1b51268 13903#: cp/decl.c:4221
b97e55da 13904msgid "initializer for `%T' must be brace-enclosed"
3855d0d1
JM
13905msgstr ""
13906
b1b51268 13907#: cp/decl.c:4238
b97e55da 13908msgid "ISO C++ does not allow designated initializers"
3855d0d1
JM
13909msgstr ""
13910
b1b51268 13911#: cp/decl.c:4242
b97e55da 13912msgid "`%T' has no non-static data member named `%D'"
4ba01ed2
PT
13913msgstr ""
13914
b1b51268 13915#: cp/decl.c:4305
01b84e13
JM
13916msgid "name `%D' used in a GNU-style designated initializer for an array"
13917msgstr ""
13918
b1b51268 13919#: cp/decl.c:4328
b97e55da 13920msgid "too many initializers for `%T'"
4ba01ed2
PT
13921msgstr ""
13922
b1b51268 13923#: cp/decl.c:4366
b97e55da 13924msgid "variable-sized object `%D' may not be initialized"
4ba01ed2
PT
13925msgstr ""
13926
b1b51268 13927#: cp/decl.c:4377
b97e55da 13928msgid "`%D' has incomplete type"
3855d0d1
JM
13929msgstr ""
13930
b1b51268 13931#: cp/decl.c:4431
b97e55da 13932msgid "`%D' must be initialized by constructor, not by `{...}'"
3855d0d1
JM
13933msgstr ""
13934
b1b51268 13935#: cp/decl.c:4475
b97e55da 13936msgid "structure `%D' with uninitialized const members"
3855d0d1
JM
13937msgstr ""
13938
b1b51268 13939#: cp/decl.c:4477
b97e55da 13940msgid "structure `%D' with uninitialized reference members"
3855d0d1
JM
13941msgstr ""
13942
b1b51268 13943#: cp/decl.c:4658
b97e55da 13944msgid "assignment (not initialization) in declaration"
3855d0d1
JM
13945msgstr ""
13946
b1b51268 13947#: cp/decl.c:4675
b97e55da 13948msgid "cannot initialize `%D' to namespace `%D'"
3855d0d1
JM
13949msgstr ""
13950
b1b51268 13951#: cp/decl.c:4729
b97e55da 13952msgid "shadowing previous type declaration of `%#D'"
4ba01ed2
PT
13953msgstr ""
13954
b1b51268 13955#: cp/decl.c:4766
b97e55da 13956msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
3855d0d1
JM
13957msgstr ""
13958
b1b51268 13959#: cp/decl.c:4781
b97e55da 13960msgid "`%D' is thread-local and so cannot be dynamically initialized"
4ba01ed2
PT
13961msgstr ""
13962
b1b51268 13963#: cp/decl.c:5263
b97e55da 13964msgid "invalid catch parameter"
4ba01ed2
PT
13965msgstr ""
13966
b1b51268 13967#: cp/decl.c:5377
b97e55da 13968msgid "destructor for alien class `%T' cannot be a member"
4ba01ed2
PT
13969msgstr ""
13970
b1b51268 13971#: cp/decl.c:5380
b97e55da 13972msgid "constructor for alien class `%T' cannot be a member"
4ba01ed2
PT
13973msgstr ""
13974
b1b51268 13975#: cp/decl.c:5402
b97e55da 13976msgid "`%D' declared as a `virtual' %s"
4ba01ed2
PT
13977msgstr ""
13978
b1b51268 13979#: cp/decl.c:5404
b97e55da 13980msgid "`%D' declared as an `inline' %s"
4ba01ed2
PT
13981msgstr ""
13982
b1b51268 13983#: cp/decl.c:5406
a47a6810 13984msgid ""
b97e55da 13985"`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
dc6746e7
PT
13986msgstr ""
13987
b1b51268 13988#: cp/decl.c:5409
b97e55da 13989msgid "`%D' declared as a friend"
7bf81eee
PT
13990msgstr ""
13991
b1b51268 13992#: cp/decl.c:5415
b97e55da 13993msgid "`%D' declared with an exception specification"
7bf81eee
PT
13994msgstr ""
13995
b1b51268 13996#: cp/decl.c:5497
b97e55da 13997msgid "cannot declare `::main' to be a template"
7bf81eee
PT
13998msgstr ""
13999
b1b51268 14000#: cp/decl.c:5499
b97e55da 14001msgid "cannot declare `::main' to be inline"
7bf81eee
PT
14002msgstr ""
14003
b1b51268 14004#: cp/decl.c:5501
b97e55da 14005msgid "cannot declare `::main' to be static"
7bf81eee
PT
14006msgstr ""
14007
b1b51268 14008#: cp/decl.c:5504
b97e55da 14009msgid "`main' must return `int'"
7bf81eee
PT
14010msgstr ""
14011
b1b51268 14012#: cp/decl.c:5531
b97e55da 14013msgid "non-local function `%#D' uses anonymous type"
7bf81eee
PT
14014msgstr ""
14015
b1b51268 14016#: cp/decl.c:5534 cp/decl.c:5852
b97e55da
JM
14017msgid ""
14018"`%#D' does not refer to the unqualified type, so it is not used for linkage"
7bf81eee
PT
14019msgstr ""
14020
b1b51268 14021#: cp/decl.c:5540
b97e55da 14022msgid "non-local function `%#D' uses local type `%T'"
7bf81eee
PT
14023msgstr ""
14024
b1b51268 14025#: cp/decl.c:5564
b97e55da 14026msgid "%smember function `%D' cannot have `%T' method qualifier"
7bf81eee
PT
14027msgstr ""
14028
b1b51268 14029#: cp/decl.c:5588
b97e55da 14030msgid "defining explicit specialization `%D' in friend declaration"
7bf81eee
PT
14031msgstr ""
14032
b97e55da 14033#. Something like `template <class T> friend void f<T>()'.
b1b51268 14034#: cp/decl.c:5598
b97e55da 14035msgid "invalid use of template-id `%D' in declaration of primary template"
7bf81eee
PT
14036msgstr ""
14037
b1b51268 14038#: cp/decl.c:5625
b97e55da
JM
14039msgid ""
14040"default arguments are not allowed in declaration of friend template "
14041"specialization `%D'"
7bf81eee
PT
14042msgstr ""
14043
b1b51268 14044#: cp/decl.c:5632
b97e55da
JM
14045msgid ""
14046"`inline' is not allowed in declaration of friend template specialization `%D'"
7bf81eee
PT
14047msgstr ""
14048
b1b51268 14049#: cp/decl.c:5692
b97e55da 14050msgid "definition of implicitly-declared `%D'"
7bf81eee
PT
14051msgstr ""
14052
b1b51268 14053#: cp/decl.c:5712 cp/decl2.c:757
b97e55da 14054msgid "no `%#D' member function declared in class `%T'"
7bf81eee
PT
14055msgstr ""
14056
b1b51268
JM
14057#: cp/decl.c:5849
14058msgid "non-local variable `%#D' uses anonymous type"
14059msgstr ""
14060
14061#: cp/decl.c:5858
b97e55da 14062msgid "non-local variable `%#D' uses local type `%T'"
7bf81eee
PT
14063msgstr ""
14064
b1b51268 14065#: cp/decl.c:5973
b97e55da
JM
14066msgid ""
14067"invalid in-class initialization of static data member of non-integral type `%"
14068"T'"
3855d0d1
JM
14069msgstr ""
14070
b1b51268 14071#: cp/decl.c:5982
b97e55da 14072msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
3855d0d1
JM
14073msgstr ""
14074
b1b51268 14075#: cp/decl.c:5985
b97e55da
JM
14076msgid ""
14077"ISO C++ forbids initialization of member constant `%D' of non-integral type `"
14078"%T'"
3855d0d1
JM
14079msgstr ""
14080
b1b51268 14081#: cp/decl.c:6004
01b84e13 14082msgid "size of array `%D' has non-integral type `%T'"
3855d0d1
JM
14083msgstr ""
14084
b1b51268 14085#: cp/decl.c:6006
01b84e13 14086msgid "size of array has non-integral type `%T'"
a47a6810
JM
14087msgstr ""
14088
b1b51268 14089#: cp/decl.c:6042
b97e55da 14090msgid "size of array `%D' is negative"
a47a6810
JM
14091msgstr ""
14092
b1b51268 14093#: cp/decl.c:6044
b97e55da 14094msgid "size of array is negative"
7bf81eee
PT
14095msgstr ""
14096
b1b51268 14097#: cp/decl.c:6052
b97e55da 14098msgid "ISO C++ forbids zero-size array `%D'"
3855d0d1
JM
14099msgstr ""
14100
b1b51268 14101#: cp/decl.c:6054
b97e55da 14102msgid "ISO C++ forbids zero-size array"
3855d0d1
JM
14103msgstr ""
14104
b1b51268 14105#: cp/decl.c:6061
b97e55da 14106msgid "size of array `%D' is not an integral constant-expression"
a47a6810
JM
14107msgstr ""
14108
b1b51268 14109#: cp/decl.c:6064
b97e55da 14110msgid "size of array is not an integral constant-expression"
a47a6810
JM
14111msgstr ""
14112
b1b51268 14113#: cp/decl.c:6069
b97e55da 14114msgid "ISO C++ forbids variable-size array `%D'"
a47a6810
JM
14115msgstr ""
14116
b1b51268 14117#: cp/decl.c:6071
b97e55da 14118msgid "ISO C++ forbids variable-size array"
a47a6810
JM
14119msgstr ""
14120
b1b51268 14121#: cp/decl.c:6093
b97e55da 14122msgid "overflow in array dimension"
a47a6810
JM
14123msgstr ""
14124
b1b51268 14125#: cp/decl.c:6187
b97e55da 14126msgid "declaration of `%D' as %s"
3855d0d1
JM
14127msgstr ""
14128
b1b51268 14129#: cp/decl.c:6189
b97e55da
JM
14130#, c-format
14131msgid "creating %s"
7bf81eee
PT
14132msgstr ""
14133
b1b51268 14134#: cp/decl.c:6201
b97e55da
JM
14135msgid ""
14136"declaration of `%D' as multidimensional array must have bounds for all "
14137"dimensions except the first"
7bf81eee
PT
14138msgstr ""
14139
b1b51268 14140#: cp/decl.c:6204
3855d0d1 14141msgid ""
b97e55da 14142"multidimensional array must have bounds for all dimensions except the first"
3855d0d1
JM
14143msgstr ""
14144
b1b51268 14145#: cp/decl.c:6232
b97e55da 14146msgid "return type specification for constructor invalid"
3855d0d1
JM
14147msgstr ""
14148
b1b51268 14149#: cp/decl.c:6239
b97e55da 14150msgid "return type specification for destructor invalid"
3855d0d1
JM
14151msgstr ""
14152
b1b51268 14153#: cp/decl.c:6245
b97e55da 14154msgid "operator `%T' declared to return `%T'"
3855d0d1
JM
14155msgstr ""
14156
b1b51268 14157#: cp/decl.c:6247
b97e55da 14158msgid "return type specified for `operator %T'"
3855d0d1
JM
14159msgstr ""
14160
b1b51268 14161#: cp/decl.c:6391
b97e55da 14162msgid "destructors must be member functions"
7bf81eee
PT
14163msgstr ""
14164
b1b51268 14165#: cp/decl.c:6410
b97e55da 14166msgid "destructor `%T' must match class name `%T'"
3855d0d1
JM
14167msgstr ""
14168
b1b51268 14169#: cp/decl.c:6473
b97e55da 14170msgid "declarator-id missing; using reserved word `%D'"
7bf81eee
PT
14171msgstr ""
14172
b1b51268 14173#: cp/decl.c:6527
b97e55da 14174msgid "type `%T' is not derived from type `%T'"
3855d0d1
JM
14175msgstr ""
14176
b97e55da
JM
14177#. Parse error puts this typespec where
14178#. a declarator should go.
b1b51268 14179#: cp/decl.c:6590
b97e55da 14180msgid "`%T' specified as declarator-id"
7bf81eee
PT
14181msgstr ""
14182
b1b51268 14183#: cp/decl.c:6592
b97e55da 14184msgid " perhaps you want `%T' for a constructor"
3855d0d1
JM
14185msgstr ""
14186
b97e55da
JM
14187#. Sometimes, we see a template-name used as part of a
14188#. decl-specifier like in
14189#. std::allocator alloc;
14190#. Handle that gracefully.
b1b51268 14191#: cp/decl.c:6614
b97e55da
JM
14192#, c-format
14193msgid "invalid use of template-name '%E' in a declarator"
3855d0d1
JM
14194msgstr ""
14195
b1b51268 14196#: cp/decl.c:6634
b97e55da 14197msgid "declaration of `%D' as non-function"
3855d0d1
JM
14198msgstr ""
14199
b1b51268 14200#: cp/decl.c:6711
b97e55da 14201msgid "`bool' is now a keyword"
3855d0d1
JM
14202msgstr ""
14203
b1b51268 14204#: cp/decl.c:6713
b97e55da 14205msgid "extraneous `%T' ignored"
3855d0d1
JM
14206msgstr ""
14207
b1b51268 14208#: cp/decl.c:6729 cp/decl.c:6773
b97e55da 14209msgid "multiple declarations `%T' and `%T'"
a47a6810
JM
14210msgstr ""
14211
b1b51268 14212#: cp/decl.c:6742
b97e55da 14213msgid "ISO C++ does not support `long long'"
3855d0d1
JM
14214msgstr ""
14215
b1b51268 14216#: cp/decl.c:6846 cp/decl.c:6849
b97e55da
JM
14217#, c-format
14218msgid "ISO C++ forbids declaration of `%s' with no type"
3855d0d1
JM
14219msgstr ""
14220
b1b51268 14221#: cp/decl.c:6880
b97e55da
JM
14222#, c-format
14223msgid "short, signed or unsigned invalid for `%s'"
3855d0d1
JM
14224msgstr ""
14225
b1b51268 14226#: cp/decl.c:6885
b97e55da
JM
14227#, c-format
14228msgid "long and short specified together for `%s'"
3855d0d1
JM
14229msgstr ""
14230
b1b51268 14231#: cp/decl.c:6896
b97e55da
JM
14232#, c-format
14233msgid "signed and unsigned given together for `%s'"
3855d0d1
JM
14234msgstr ""
14235
b1b51268 14236#: cp/decl.c:7005
b97e55da 14237msgid "qualifiers are not allowed on declaration of `operator %T'"
3855d0d1
JM
14238msgstr ""
14239
b1b51268 14240#: cp/decl.c:7027
b97e55da 14241msgid "member `%D' cannot be declared both virtual and static"
3855d0d1
JM
14242msgstr ""
14243
b1b51268 14244#: cp/decl.c:7036
b97e55da 14245msgid "`%T::%D' is not a valid declarator"
3855d0d1
JM
14246msgstr ""
14247
b1b51268 14248#: cp/decl.c:7048
b97e55da 14249msgid "storage class specifiers invalid in parameter declarations"
3855d0d1
JM
14250msgstr ""
14251
b1b51268 14252#: cp/decl.c:7052
b97e55da 14253msgid "typedef declaration invalid in parameter declaration"
3855d0d1
JM
14254msgstr ""
14255
b1b51268 14256#: cp/decl.c:7065
b97e55da 14257msgid "virtual outside class declaration"
3855d0d1
JM
14258msgstr ""
14259
b1b51268 14260#: cp/decl.c:7124
3855d0d1 14261#, c-format
b97e55da 14262msgid "storage class specified for %s `%s'"
3855d0d1
JM
14263msgstr ""
14264
b1b51268 14265#: cp/decl.c:7159
3855d0d1 14266#, c-format
b97e55da 14267msgid "top-level declaration of `%s' specifies `auto'"
3855d0d1
JM
14268msgstr ""
14269
b1b51268 14270#: cp/decl.c:7171
b97e55da 14271msgid "storage class specifiers invalid in friend function declarations"
3855d0d1
JM
14272msgstr ""
14273
b1b51268 14274#: cp/decl.c:7343
b97e55da 14275msgid "destructor cannot be static member function"
3855d0d1
JM
14276msgstr ""
14277
b1b51268 14278#: cp/decl.c:7346
b97e55da
JM
14279#, c-format
14280msgid "destructors may not be `%s'"
3855d0d1
JM
14281msgstr ""
14282
b1b51268 14283#: cp/decl.c:7367
b97e55da 14284msgid "constructor cannot be static member function"
a47a6810
JM
14285msgstr ""
14286
b1b51268 14287#: cp/decl.c:7370
b97e55da 14288msgid "constructors cannot be declared virtual"
7bf81eee
PT
14289msgstr ""
14290
b1b51268 14291#: cp/decl.c:7375
b97e55da
JM
14292#, c-format
14293msgid "constructors may not be `%s'"
7bf81eee
PT
14294msgstr ""
14295
b1b51268 14296#: cp/decl.c:7385
b97e55da 14297msgid "return value type specifier for constructor ignored"
7bf81eee
PT
14298msgstr ""
14299
b1b51268 14300#: cp/decl.c:7404
b97e55da
JM
14301#, c-format
14302msgid "can't initialize friend function `%s'"
3855d0d1
JM
14303msgstr ""
14304
b97e55da 14305#. Cannot be both friend and virtual.
b1b51268 14306#: cp/decl.c:7408
b97e55da 14307msgid "virtual functions cannot be friends"
7bf81eee
PT
14308msgstr ""
14309
b1b51268 14310#: cp/decl.c:7413
b97e55da 14311msgid "friend declaration not in class definition"
d9b2742a
ZW
14312msgstr ""
14313
b1b51268 14314#: cp/decl.c:7415
b97e55da
JM
14315#, c-format
14316msgid "can't define friend function `%s' in a local class definition"
d9b2742a
ZW
14317msgstr ""
14318
b1b51268 14319#: cp/decl.c:7436
b97e55da 14320msgid "destructors may not have parameters"
d9b2742a
ZW
14321msgstr ""
14322
b1b51268 14323#: cp/decl.c:7456 cp/decl.c:7463
b97e55da 14324msgid "cannot declare reference to `%#T'"
d9b2742a
ZW
14325msgstr ""
14326
b1b51268 14327#: cp/decl.c:7457
b97e55da 14328msgid "cannot declare pointer to `%#T'"
3855d0d1
JM
14329msgstr ""
14330
b1b51268 14331#: cp/decl.c:7462
b97e55da 14332msgid "cannot declare pointer to `%#T' member"
3855d0d1
JM
14333msgstr ""
14334
b1b51268 14335#: cp/decl.c:7600
b97e55da 14336msgid "extra qualification `%T::' on member `%s' ignored"
3855d0d1
JM
14337msgstr ""
14338
b1b51268 14339#: cp/decl.c:7616
b97e55da 14340msgid "cannot declare member function `%T::%s' within `%T'"
3855d0d1
JM
14341msgstr ""
14342
b1b51268 14343#: cp/decl.c:7631
b97e55da 14344msgid "cannot declare member `%T::%s' within `%T'"
3855d0d1
JM
14345msgstr ""
14346
b1b51268 14347#: cp/decl.c:7711
b97e55da 14348msgid "data member may not have variably modified type `%T'"
3855d0d1
JM
14349msgstr ""
14350
b1b51268 14351#: cp/decl.c:7713
b97e55da 14352msgid "parameter may not have variably modified type `%T'"
7bf81eee
PT
14353msgstr ""
14354
b97e55da
JM
14355#. [dcl.fct.spec] The explicit specifier shall only be used in
14356#. declarations of constructors within a class definition.
b1b51268 14357#: cp/decl.c:7721
b97e55da 14358msgid "only declarations of constructors can be `explicit'"
3855d0d1
JM
14359msgstr ""
14360
b1b51268 14361#: cp/decl.c:7729
b97e55da
JM
14362#, c-format
14363msgid "non-member `%s' cannot be declared `mutable'"
7bf81eee
PT
14364msgstr ""
14365
b1b51268 14366#: cp/decl.c:7734
b97e55da
JM
14367#, c-format
14368msgid "non-object member `%s' cannot be declared `mutable'"
3855d0d1
JM
14369msgstr ""
14370
b1b51268 14371#: cp/decl.c:7740
b97e55da
JM
14372#, c-format
14373msgid "function `%s' cannot be declared `mutable'"
7bf81eee
PT
14374msgstr ""
14375
b1b51268 14376#: cp/decl.c:7745
b97e55da
JM
14377#, c-format
14378msgid "static `%s' cannot be declared `mutable'"
3855d0d1
JM
14379msgstr ""
14380
b1b51268 14381#: cp/decl.c:7750
b97e55da
JM
14382#, c-format
14383msgid "const `%s' cannot be declared `mutable'"
7bf81eee
PT
14384msgstr ""
14385
b1b51268 14386#: cp/decl.c:7764
b97e55da 14387msgid "template-id `%D' used as a declarator"
7bf81eee
PT
14388msgstr ""
14389
b1b51268 14390#: cp/decl.c:7785
b97e55da 14391msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
7bf81eee
PT
14392msgstr ""
14393
b1b51268 14394#: cp/decl.c:7793
b97e55da 14395msgid "%Jtypedef name may not be a nested-name-specifier"
7bf81eee
PT
14396msgstr ""
14397
b1b51268 14398#: cp/decl.c:7839
b97e55da 14399msgid "%Jinvalid type qualifier for non-member function type"
7bf81eee
PT
14400msgstr ""
14401
b1b51268 14402#: cp/decl.c:7902
b97e55da 14403msgid "type qualifiers specified for friend class declaration"
7bf81eee
PT
14404msgstr ""
14405
b1b51268 14406#: cp/decl.c:7907
b97e55da 14407msgid "`inline' specified for friend class declaration"
7bf81eee
PT
14408msgstr ""
14409
b1b51268 14410#: cp/decl.c:7915
b97e55da 14411msgid "template parameters cannot be friends"
3855d0d1
JM
14412msgstr ""
14413
b1b51268 14414#: cp/decl.c:7917
b97e55da 14415msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
3855d0d1
JM
14416msgstr ""
14417
b1b51268 14418#: cp/decl.c:7921
b97e55da 14419msgid "friend declaration requires class-key, i.e. `friend %#T'"
3855d0d1
JM
14420msgstr ""
14421
b1b51268 14422#: cp/decl.c:7934
b97e55da 14423msgid "trying to make class `%T' a friend of global scope"
3855d0d1
JM
14424msgstr ""
14425
b1b51268 14426#: cp/decl.c:7945
b97e55da 14427msgid "invalid qualifiers on non-member function type"
3855d0d1
JM
14428msgstr ""
14429
b1b51268 14430#: cp/decl.c:7964
b97e55da 14431msgid "abstract declarator `%T' used as declaration"
7bf81eee
PT
14432msgstr ""
14433
b1b51268 14434#: cp/decl.c:7976
b97e55da 14435msgid "unnamed variable or field declared void"
7bf81eee
PT
14436msgstr ""
14437
b1b51268 14438#: cp/decl.c:7985
b97e55da 14439msgid "variable or field declared void"
3855d0d1
JM
14440msgstr ""
14441
b1b51268 14442#: cp/decl.c:7995
b97e55da 14443msgid "cannot use `::' in parameter declaration"
7bf81eee
PT
14444msgstr ""
14445
b97e55da 14446#. Something like struct S { int N::j; };
b1b51268 14447#: cp/decl.c:8040
b97e55da 14448msgid "invalid use of `::'"
3855d0d1
JM
14449msgstr ""
14450
b1b51268 14451#: cp/decl.c:8052
b97e55da 14452msgid "function `%D' cannot be declared friend"
7bf81eee
PT
14453msgstr ""
14454
b1b51268 14455#: cp/decl.c:8064
b97e55da 14456msgid "can't make `%D' into a method -- not in a class"
3855d0d1
JM
14457msgstr ""
14458
b1b51268 14459#: cp/decl.c:8073
b97e55da 14460msgid "function `%D' declared virtual inside a union"
7bf81eee
PT
14461msgstr ""
14462
b1b51268 14463#: cp/decl.c:8082
b97e55da 14464msgid "`%D' cannot be declared virtual, since it is always static"
3855d0d1
JM
14465msgstr ""
14466
b1b51268 14467#: cp/decl.c:8161
b97e55da 14468msgid "field `%D' has incomplete type"
3855d0d1
JM
14469msgstr ""
14470
b1b51268 14471#: cp/decl.c:8163
b97e55da 14472msgid "name `%T' has incomplete type"
7bf81eee
PT
14473msgstr ""
14474
b1b51268 14475#: cp/decl.c:8172
b97e55da 14476msgid " in instantiation of template `%T'"
3855d0d1
JM
14477msgstr ""
14478
b1b51268 14479#: cp/decl.c:8182
3855d0d1 14480#, c-format
b97e55da 14481msgid "`%s' is neither function nor member function; cannot be declared friend"
3855d0d1
JM
14482msgstr ""
14483
b1b51268 14484#: cp/decl.c:8193
b97e55da 14485msgid "member functions are implicitly friends of their class"
3855d0d1
JM
14486msgstr ""
14487
b97e55da
JM
14488#. An attempt is being made to initialize a non-static
14489#. member. But, from [class.mem]:
14490#.
14491#. 4 A member-declarator can contain a
14492#. constant-initializer only if it declares a static
14493#. member (_class.static_) of integral or enumeration
14494#. type, see _class.static.data_.
14495#.
14496#. This used to be relatively common practice, but
14497#. the rest of the compiler does not correctly
14498#. handle the initialization unless the member is
14499#. static so we make it static below.
b1b51268 14500#: cp/decl.c:8233
b97e55da 14501msgid "ISO C++ forbids initialization of member `%D'"
3855d0d1
JM
14502msgstr ""
14503
b1b51268 14504#: cp/decl.c:8235
b97e55da 14505msgid "making `%D' static"
7bf81eee
PT
14506msgstr ""
14507
b1b51268 14508#: cp/decl.c:8291
b97e55da
JM
14509#, c-format
14510msgid "storage class `auto' invalid for function `%s'"
3855d0d1
JM
14511msgstr ""
14512
b1b51268 14513#: cp/decl.c:8293
5b7874aa 14514#, c-format
b97e55da 14515msgid "storage class `register' invalid for function `%s'"
7bf81eee
PT
14516msgstr ""
14517
b1b51268 14518#: cp/decl.c:8295
b97e55da
JM
14519#, c-format
14520msgid "storage class `__thread' invalid for function `%s'"
3855d0d1
JM
14521msgstr ""
14522
b1b51268 14523#: cp/decl.c:8306
b97e55da
JM
14524#, c-format
14525msgid ""
14526"storage class `static' invalid for function `%s' declared out of global scope"
7bf81eee
PT
14527msgstr ""
14528
b1b51268 14529#: cp/decl.c:8308
b97e55da
JM
14530#, c-format
14531msgid ""
14532"storage class `inline' invalid for function `%s' declared out of global scope"
7bf81eee
PT
14533msgstr ""
14534
b1b51268 14535#: cp/decl.c:8315
b97e55da
JM
14536#, c-format
14537msgid "virtual non-class function `%s'"
7bf81eee
PT
14538msgstr ""
14539
b1b51268 14540#: cp/decl.c:8346
b97e55da 14541msgid "cannot declare member function `%D' to have static linkage"
7bf81eee
PT
14542msgstr ""
14543
b97e55da 14544#. FIXME need arm citation
b1b51268 14545#: cp/decl.c:8352
b97e55da 14546msgid "cannot declare static function inside another function"
7bf81eee
PT
14547msgstr ""
14548
b1b51268 14549#: cp/decl.c:8380
b97e55da
JM
14550msgid ""
14551"`static' may not be used when defining (as opposed to declaring) a static "
14552"data member"
7bf81eee
PT
14553msgstr ""
14554
b1b51268 14555#: cp/decl.c:8386
b97e55da 14556msgid "static member `%D' declared `register'"
7bf81eee
PT
14557msgstr ""
14558
b1b51268 14559#: cp/decl.c:8391
b97e55da 14560msgid "cannot explicitly declare member `%#D' to have extern linkage"
3855d0d1
JM
14561msgstr ""
14562
b1b51268 14563#: cp/decl.c:8531
b97e55da 14564msgid "default argument for `%#D' has type `%T'"
3855d0d1
JM
14565msgstr ""
14566
b1b51268 14567#: cp/decl.c:8534
b97e55da 14568msgid "default argument for parameter of type `%T' has type `%T'"
3855d0d1
JM
14569msgstr ""
14570
b1b51268 14571#: cp/decl.c:8551
b97e55da 14572msgid "default argument `%E' uses local variable `%D'"
3855d0d1
JM
14573msgstr ""
14574
b1b51268 14575#: cp/decl.c:8595
b97e55da
JM
14576#, c-format
14577msgid "invalid string constant `%E'"
3855d0d1
JM
14578msgstr ""
14579
b1b51268 14580#: cp/decl.c:8597
b97e55da
JM
14581msgid ""
14582"invalid integer constant in parameter list, did you forget to give parameter "
14583"name?"
3855d0d1
JM
14584msgstr ""
14585
b1b51268 14586#: cp/decl.c:8635
b97e55da 14587msgid "parameter `%D' invalidly declared method type"
3855d0d1
JM
14588msgstr ""
14589
b1b51268 14590#: cp/decl.c:8659
b97e55da 14591msgid "parameter `%D' includes %s to array of unknown bound `%T'"
3855d0d1
JM
14592msgstr ""
14593
b97e55da
JM
14594#. [class.copy]
14595#.
14596#. A declaration of a constructor for a class X is ill-formed if
14597#. its first parameter is of type (optionally cv-qualified) X
14598#. and either there are no other parameters or else all other
14599#. parameters have default arguments.
14600#.
14601#. We *don't* complain about member template instantiations that
14602#. have this form, though; they can occur as we try to decide
14603#. what constructor to use during overload resolution. Since
14604#. overload resolution will never prefer such a constructor to
14605#. the non-template copy constructor (which is either explicitly
14606#. or implicitly defined), there's no need to worry about their
14607#. existence. Theoretically, they should never even be
14608#. instantiated, but that's hard to forestall.
b1b51268 14609#: cp/decl.c:8818
b97e55da 14610msgid "invalid constructor; you probably meant `%T (const %T&)'"
3855d0d1
JM
14611msgstr ""
14612
b1b51268 14613#: cp/decl.c:8945
b97e55da 14614msgid "`%D' must be a nonstatic member function"
3855d0d1
JM
14615msgstr ""
14616
b1b51268 14617#: cp/decl.c:8951
b97e55da
JM
14618msgid ""
14619"`%D' must be either a non-static member function or a non-member function"
a47a6810
JM
14620msgstr ""
14621
b1b51268 14622#: cp/decl.c:8968
b97e55da 14623msgid "`%D' must have an argument of class or enumerated type"
a47a6810
JM
14624msgstr ""
14625
b1b51268 14626#: cp/decl.c:9003
b97e55da
JM
14627#, c-format
14628msgid "conversion to %s%s will never use a type conversion operator"
a47a6810
JM
14629msgstr ""
14630
b97e55da 14631#. 13.4.0.3
b1b51268 14632#: cp/decl.c:9010
b97e55da 14633msgid "ISO C++ prohibits overloading operator ?:"
a47a6810
JM
14634msgstr ""
14635
b1b51268 14636#: cp/decl.c:9060
b97e55da 14637msgid "postfix `%D' must take `int' as its argument"
a47a6810
JM
14638msgstr ""
14639
b1b51268 14640#: cp/decl.c:9064
b97e55da 14641msgid "postfix `%D' must take `int' as its second argument"
3855d0d1
JM
14642msgstr ""
14643
b1b51268 14644#: cp/decl.c:9071
b97e55da 14645msgid "`%D' must take either zero or one argument"
7bf81eee
PT
14646msgstr ""
14647
b1b51268 14648#: cp/decl.c:9073
b97e55da 14649msgid "`%D' must take either one or two arguments"
7bf81eee
PT
14650msgstr ""
14651
b1b51268 14652#: cp/decl.c:9094
b97e55da 14653msgid "prefix `%D' should return `%T'"
7bf81eee
PT
14654msgstr ""
14655
b1b51268 14656#: cp/decl.c:9100
b97e55da 14657msgid "postfix `%D' should return `%T'"
7bf81eee
PT
14658msgstr ""
14659
b1b51268 14660#: cp/decl.c:9109
b97e55da 14661msgid "`%D' must take `void'"
3855d0d1
JM
14662msgstr ""
14663
b1b51268 14664#: cp/decl.c:9111 cp/decl.c:9119
b97e55da 14665msgid "`%D' must take exactly one argument"
7bf81eee
PT
14666msgstr ""
14667
b1b51268 14668#: cp/decl.c:9121
b97e55da 14669msgid "`%D' must take exactly two arguments"
7bf81eee
PT
14670msgstr ""
14671
b1b51268 14672#: cp/decl.c:9129
b97e55da 14673msgid "user-defined `%D' always evaluates both arguments"
7bf81eee
PT
14674msgstr ""
14675
b1b51268 14676#: cp/decl.c:9143
b97e55da 14677msgid "`%D' should return by value"
7bf81eee
PT
14678msgstr ""
14679
b1b51268 14680#: cp/decl.c:9155 cp/decl.c:9158
b97e55da 14681msgid "`%D' cannot have default arguments"
7bf81eee
PT
14682msgstr ""
14683
b1b51268 14684#: cp/decl.c:9218
b97e55da 14685msgid "using typedef-name `%D' after `%s'"
7bf81eee
PT
14686msgstr ""
14687
b1b51268 14688#: cp/decl.c:9224
b97e55da 14689msgid "using template type parameter `%T' after `%s'"
9e620082
ZW
14690msgstr ""
14691
b1b51268 14692#: cp/decl.c:9232
b97e55da 14693msgid "`%T' referred to as `%s'"
7bf81eee
PT
14694msgstr ""
14695
b1b51268 14696#: cp/decl.c:9238
b97e55da 14697msgid "`%T' referred to as enum"
7bf81eee
PT
14698msgstr ""
14699
b97e55da
JM
14700#. If a class template appears as elaborated type specifier
14701#. without a template header such as:
14702#.
14703#. template <class T> class C {};
14704#. void f(class C); // No template header here
14705#.
14706#. then the required template argument is missing.
b1b51268 14707#: cp/decl.c:9253
b97e55da 14708msgid "template argument required for `%s %T'"
7bf81eee
PT
14709msgstr ""
14710
b1b51268 14711#: cp/decl.c:9398
b97e55da 14712msgid "use of enum `%#D' without previous declaration"
d9b2742a
ZW
14713msgstr ""
14714
b1b51268 14715#: cp/decl.c:9455
b97e55da 14716msgid "derived union `%T' invalid"
7bf81eee
PT
14717msgstr ""
14718
b1b51268 14719#: cp/decl.c:9508
b97e55da 14720msgid "base type `%T' fails to be a struct or class type"
7bf81eee
PT
14721msgstr ""
14722
b1b51268 14723#: cp/decl.c:9516
b97e55da 14724msgid "recursive type `%T' undefined"
7bf81eee
PT
14725msgstr ""
14726
b1b51268 14727#: cp/decl.c:9518
b97e55da 14728msgid "duplicate base type `%T' invalid"
7bf81eee
PT
14729msgstr ""
14730
b1b51268 14731#: cp/decl.c:9596
01b84e13
JM
14732msgid "Java class '%T' cannot have multiple bases"
14733msgstr ""
14734
b1b51268 14735#: cp/decl.c:9598
01b84e13
JM
14736msgid "Java class '%T' cannot have virtual bases"
14737msgstr ""
14738
b1b51268 14739#: cp/decl.c:9638
b97e55da 14740msgid "multiple definition of `%#T'"
7bf81eee
PT
14741msgstr ""
14742
b1b51268 14743#: cp/decl.c:9639
b97e55da 14744msgid "%Jprevious definition here"
7bf81eee
PT
14745msgstr ""
14746
b06c20ee
JM
14747#. DR 377
14748#.
14749#. IF no integral type can represent all the enumerator values, the
14750#. enumeration is ill-formed.
b1b51268 14751#: cp/decl.c:9774
b97e55da 14752msgid "no integral type can represent all of the enumerator values for `%T'"
7bf81eee
PT
14753msgstr ""
14754
b1b51268 14755#: cp/decl.c:9864
b97e55da 14756msgid "enumerator value for `%D' not integer constant"
7bf81eee
PT
14757msgstr ""
14758
b1b51268 14759#: cp/decl.c:9884
b97e55da 14760msgid "overflow in enumeration values at `%D'"
7bf81eee
PT
14761msgstr ""
14762
b1b51268 14763#: cp/decl.c:9955
b97e55da 14764msgid "return type `%#T' is incomplete"
7bf81eee
PT
14765msgstr ""
14766
b1b51268 14767#: cp/decl.c:10073
b97e55da 14768msgid "return type for `main' changed to `int'"
7bf81eee
PT
14769msgstr ""
14770
b1b51268 14771#: cp/decl.c:10118 cp/typeck.c:5961
b97e55da 14772msgid "`operator=' should return a reference to `*this'"
7bf81eee
PT
14773msgstr ""
14774
b1b51268 14775#: cp/decl.c:10387
b97e55da 14776msgid "parameter `%D' declared void"
7bf81eee
PT
14777msgstr ""
14778
b1b51268 14779#: cp/decl.c:10857
b97e55da 14780msgid "invalid member function declaration"
dc6746e7
PT
14781msgstr ""
14782
b1b51268 14783#: cp/decl.c:10872
b97e55da 14784msgid "`%D' is already defined in class `%T'"
dc6746e7
PT
14785msgstr ""
14786
b1b51268 14787#: cp/decl.c:11084
b97e55da 14788msgid "static member function `%#D' declared with type qualifiers"
7bf81eee
PT
14789msgstr ""
14790
b1b51268 14791#: cp/decl2.c:145
b97e55da
JM
14792#, c-format
14793msgid "duplicate type qualifiers in %s declaration"
d51681a7
PT
14794msgstr ""
14795
b1b51268 14796#: cp/decl2.c:318
b97e55da 14797msgid "name missing for member function"
a47a6810
JM
14798msgstr ""
14799
b1b51268 14800#: cp/decl2.c:410 cp/decl2.c:424
b97e55da 14801msgid "ambiguous conversion for array subscript"
d51681a7
PT
14802msgstr ""
14803
b1b51268 14804#: cp/decl2.c:418
b97e55da 14805msgid "invalid types `%T[%T]' for array subscript"
d51681a7
PT
14806msgstr ""
14807
b1b51268
JM
14808#: cp/decl2.c:462
14809msgid "deleting array `%#D'"
4ba01ed2
PT
14810msgstr ""
14811
b1b51268
JM
14812#: cp/decl2.c:468
14813msgid "type `%#T' argument given to `delete', expected pointer"
d51681a7
PT
14814msgstr ""
14815
b1b51268 14816#: cp/decl2.c:480
b97e55da
JM
14817msgid ""
14818"cannot delete a function. Only pointer-to-objects are valid arguments to "
14819"`delete'"
4ba01ed2
PT
14820msgstr ""
14821
b1b51268 14822#: cp/decl2.c:487
b97e55da 14823msgid "deleting `%T' is undefined"
d51681a7
PT
14824msgstr ""
14825
b97e55da
JM
14826#. 14.5.2.2 [temp.mem]
14827#.
14828#. A local class shall not have member templates.
b1b51268 14829#: cp/decl2.c:523
b97e55da 14830msgid "invalid declaration of member template `%#D' in local class"
4ba01ed2
PT
14831msgstr ""
14832
b1b51268 14833#: cp/decl2.c:532
b97e55da 14834msgid "invalid use of `virtual' in template declaration of `%#D'"
a47a6810
JM
14835msgstr ""
14836
b1b51268 14837#: cp/decl2.c:542 cp/pt.c:2845
b97e55da 14838msgid "template declaration of `%#D'"
a47a6810
JM
14839msgstr ""
14840
b1b51268 14841#: cp/decl2.c:591
b97e55da 14842msgid "Java method '%D' has non-Java return type `%T'"
d51681a7
PT
14843msgstr ""
14844
b1b51268 14845#: cp/decl2.c:607
b97e55da 14846msgid "Java method '%D' has non-Java parameter type `%T'"
d51681a7
PT
14847msgstr ""
14848
b1b51268 14849#: cp/decl2.c:718
b97e55da 14850msgid "prototype for `%#D' does not match any in class `%T'"
d51681a7
PT
14851msgstr ""
14852
b1b51268 14853#: cp/decl2.c:797
b97e55da 14854msgid "local class `%#T' shall not have static data member `%#D'"
d51681a7
PT
14855msgstr ""
14856
b1b51268 14857#: cp/decl2.c:805
b97e55da 14858msgid "initializer invalid for static member with constructor"
d51681a7
PT
14859msgstr ""
14860
b1b51268 14861#: cp/decl2.c:808
b97e55da 14862msgid "(an out of class initialization is required)"
4ba01ed2
PT
14863msgstr ""
14864
b1b51268 14865#: cp/decl2.c:891
b97e55da 14866msgid "member `%D' conflicts with virtual function table field name"
4ba01ed2
PT
14867msgstr ""
14868
b1b51268 14869#: cp/decl2.c:908
b97e55da 14870msgid "`%D' is already defined in `%T'"
d51681a7
PT
14871msgstr ""
14872
b1b51268 14873#: cp/decl2.c:955
b97e55da 14874msgid "field initializer is not constant"
d51681a7
PT
14875msgstr ""
14876
b1b51268 14877#: cp/decl2.c:983
b97e55da 14878msgid "`asm' specifiers are not permitted on non-static data members"
d51681a7
PT
14879msgstr ""
14880
b1b51268 14881#: cp/decl2.c:1033
b97e55da 14882msgid "cannot declare `%D' to be a bit-field type"
d51681a7
PT
14883msgstr ""
14884
b1b51268 14885#: cp/decl2.c:1043
b97e55da 14886msgid "cannot declare bit-field `%D' with function type"
d51681a7
PT
14887msgstr ""
14888
b1b51268 14889#: cp/decl2.c:1050
b97e55da 14890msgid "`%D' is already defined in the class %T"
4ba01ed2
PT
14891msgstr ""
14892
b1b51268 14893#: cp/decl2.c:1057
b97e55da 14894msgid "static member `%D' cannot be a bit-field"
d51681a7
PT
14895msgstr ""
14896
b1b51268 14897#: cp/decl2.c:1116
b97e55da 14898msgid "initializer specified for non-member function `%D'"
d51681a7
PT
14899msgstr ""
14900
b1b51268 14901#: cp/decl2.c:1120
b97e55da 14902msgid "invalid initializer for virtual method `%D'"
4ba01ed2
PT
14903msgstr ""
14904
b1b51268 14905#: cp/decl2.c:1167
b97e55da 14906msgid "anonymous struct not inside named type"
dc6746e7
PT
14907msgstr ""
14908
b1b51268 14909#: cp/decl2.c:1237
b97e55da 14910msgid "namespace-scope anonymous aggregates must be static"
3855d0d1
JM
14911msgstr ""
14912
b1b51268 14913#: cp/decl2.c:1244
b97e55da 14914msgid "anonymous union with no members"
3855d0d1
JM
14915msgstr ""
14916
b1b51268 14917#: cp/decl2.c:1278
b97e55da 14918msgid "`operator new' must return type `%T'"
dc6746e7
PT
14919msgstr ""
14920
b1b51268 14921#: cp/decl2.c:1286
b97e55da 14922msgid "`operator new' takes type `size_t' (`%T') as first parameter"
d51681a7
PT
14923msgstr ""
14924
b1b51268 14925#: cp/decl2.c:1312
b97e55da 14926msgid "`operator delete' must return type `%T'"
d51681a7
PT
14927msgstr ""
14928
b1b51268 14929#: cp/decl2.c:1320
b97e55da 14930msgid "`operator delete' takes type `%T' as first parameter"
dc6746e7
PT
14931msgstr ""
14932
b1b51268 14933#: cp/decl2.c:2834
b97e55da 14934msgid "inline function `%D' used but never defined"
dc6746e7
PT
14935msgstr ""
14936
b1b51268 14937#: cp/decl2.c:2989
b97e55da 14938msgid "default argument missing for parameter %P of `%+#D'"
dc6746e7
PT
14939msgstr ""
14940
b97e55da 14941#. damn ICE suppression
b1b51268 14942#: cp/error.c:2350
b97e55da
JM
14943#, c-format
14944msgid "unexpected letter `%c' in locate_error\n"
d51681a7
PT
14945msgstr ""
14946
b97e55da 14947#. Can't throw a reference.
b1b51268 14948#: cp/except.c:239
b97e55da 14949msgid "type `%T' is disallowed in Java `throw' or `catch'"
dc6746e7
PT
14950msgstr ""
14951
b1b51268 14952#: cp/except.c:250
b97e55da 14953msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
dc6746e7
PT
14954msgstr ""
14955
b97e55da 14956#. Thrown object must be a Throwable.
b1b51268 14957#: cp/except.c:257
b97e55da 14958msgid "type `%T' is not derived from `java::lang::Throwable'"
dc6746e7
PT
14959msgstr ""
14960
b1b51268 14961#: cp/except.c:320
b97e55da 14962msgid "mixing C++ and Java catches in a single translation unit"
dc6746e7
PT
14963msgstr ""
14964
b1b51268 14965#: cp/except.c:575
b97e55da 14966msgid "throwing NULL, which has integral, not pointer type"
dc6746e7
PT
14967msgstr ""
14968
b1b51268 14969#: cp/except.c:598 cp/init.c:2029
01b84e13
JM
14970msgid "`%D' should never be overloaded"
14971msgstr ""
14972
b1b51268 14973#: cp/except.c:665
b97e55da 14974msgid " in thrown expression"
d51681a7
PT
14975msgstr ""
14976
b1b51268 14977#: cp/except.c:811
b97e55da
JM
14978msgid ""
14979"expression '%E' of abstract class type '%T' cannot be used in throw-"
14980"expression"
d51681a7
PT
14981msgstr ""
14982
b1b51268
JM
14983#: cp/except.c:892
14984msgid "%Hexception of type `%T' will be caught"
d51681a7
PT
14985msgstr ""
14986
b1b51268
JM
14987#: cp/except.c:894
14988msgid "%H by earlier handler for `%T'"
dc6746e7
PT
14989msgstr ""
14990
b1b51268
JM
14991#: cp/except.c:913
14992msgid "%H`...' handler must be the last handler for its try block"
dc6746e7
PT
14993msgstr ""
14994
01b84e13 14995#: cp/friend.c:151
b97e55da 14996msgid "`%D' is already a friend of class `%T'"
dc6746e7
PT
14997msgstr ""
14998
01b84e13 14999#: cp/friend.c:202
b97e55da 15000msgid "invalid type `%T' declared `friend'"
dc6746e7
PT
15001msgstr ""
15002
b97e55da
JM
15003#. [temp.friend]
15004#. Friend declarations shall not declare partial
15005#. specializations.
01b84e13 15006#: cp/friend.c:218
b97e55da 15007msgid "partial specialization `%T' declared `friend'"
d51681a7
PT
15008msgstr ""
15009
01b84e13 15010#: cp/friend.c:228
b97e55da 15011msgid "class `%T' is implicitly friends with itself"
dc6746e7 15012msgstr ""
5b7874aa 15013
b97e55da 15014#. template <class T> friend typename S<T>::X;
01b84e13 15015#: cp/friend.c:246
b97e55da 15016msgid "typename type `%#T' declared `friend'"
dc6746e7
PT
15017msgstr ""
15018
b97e55da 15019#. template <class T> friend class T;
01b84e13 15020#: cp/friend.c:252
b97e55da 15021msgid "template parameter type `%T' declared `friend'"
dc6746e7
PT
15022msgstr ""
15023
b97e55da 15024#. template <class T> friend class A; where A is not a template
01b84e13 15025#: cp/friend.c:258
b97e55da 15026msgid "`%#T' is not a template"
dc6746e7
PT
15027msgstr ""
15028
01b84e13 15029#: cp/friend.c:277
b97e55da 15030msgid "`%D' is already a friend of `%T'"
dc6746e7
PT
15031msgstr ""
15032
01b84e13 15033#: cp/friend.c:287
b97e55da 15034msgid "`%T' is already a friend of `%T'"
dc6746e7
PT
15035msgstr ""
15036
b1b51268 15037#: cp/friend.c:412
b97e55da 15038msgid "member `%D' declared as friend before type `%T' defined"
dc6746e7
PT
15039msgstr ""
15040
b1b51268 15041#: cp/friend.c:468
b97e55da 15042msgid "friend declaration `%#D' declares a non-template function"
dc6746e7
PT
15043msgstr ""
15044
b1b51268 15045#: cp/friend.c:471
b97e55da
JM
15046msgid ""
15047"(if this is not what you intended, make sure the function template has "
15048"already been declared and add <> after the function name here) -Wno-non-"
15049"template-friend disables this warning"
dc6746e7
PT
15050msgstr ""
15051
b97e55da
JM
15052#: cp/g++spec.c:229 java/jvspec.c:415
15053#, c-format
15054msgid "argument to `%s' missing\n"
d51681a7
PT
15055msgstr ""
15056
b1b51268 15057#: cp/init.c:321
b97e55da 15058msgid "`%D' should be initialized in the member initialization list"
d51681a7
PT
15059msgstr ""
15060
b1b51268 15061#: cp/init.c:370
b97e55da 15062msgid "default-initialization of `%#D', which has reference type"
d51681a7
PT
15063msgstr ""
15064
b1b51268 15065#: cp/init.c:375
b97e55da 15066msgid "uninitialized reference member `%D'"
d51681a7
PT
15067msgstr ""
15068
b1b51268
JM
15069#: cp/init.c:377
15070msgid "uninitialized member `%D' with `const' type `%T'"
15071msgstr ""
15072
15073#: cp/init.c:516
b97e55da 15074msgid "`%D' will be initialized after"
d51681a7
PT
15075msgstr ""
15076
b1b51268 15077#: cp/init.c:519
b97e55da 15078msgid "base `%T' will be initialized after"
d51681a7
PT
15079msgstr ""
15080
b1b51268 15081#: cp/init.c:522
b97e55da 15082msgid " `%#D'"
d51681a7
PT
15083msgstr ""
15084
b1b51268 15085#: cp/init.c:524
b97e55da 15086msgid " base `%T'"
3855d0d1
JM
15087msgstr ""
15088
b1b51268 15089#: cp/init.c:525
01b84e13
JM
15090msgid " when initialized here"
15091msgstr ""
15092
b1b51268 15093#: cp/init.c:541
b97e55da 15094msgid "multiple initializations given for `%D'"
3855d0d1
JM
15095msgstr ""
15096
b1b51268 15097#: cp/init.c:543
b97e55da 15098msgid "multiple initializations given for base `%T'"
dc6746e7
PT
15099msgstr ""
15100
b1b51268 15101#: cp/init.c:610
b97e55da 15102msgid "initializations for multiple members of `%T'"
dc6746e7
PT
15103msgstr ""
15104
b1b51268 15105#: cp/init.c:667
b97e55da
JM
15106msgid ""
15107"base class `%#T' should be explicitly initialized in the copy constructor"
dc6746e7
PT
15108msgstr ""
15109
b1b51268 15110#: cp/init.c:895 cp/init.c:914
b97e55da 15111msgid "class `%T' does not have any field named `%D'"
dc6746e7
PT
15112msgstr ""
15113
b1b51268 15114#: cp/init.c:901
b97e55da
JM
15115msgid ""
15116"`%#D' is a static data member; it can only be initialized at its definition"
dc6746e7
PT
15117msgstr ""
15118
b1b51268 15119#: cp/init.c:908
b97e55da 15120msgid "`%#D' is not a non-static data member of `%T'"
dc6746e7
PT
15121msgstr ""
15122
b1b51268 15123#: cp/init.c:947
b97e55da 15124msgid "unnamed initializer for `%T', which has no base classes"
cabb228b
ZW
15125msgstr ""
15126
b1b51268 15127#: cp/init.c:954
b97e55da 15128msgid "unnamed initializer for `%T', which uses multiple inheritance"
dc6746e7
PT
15129msgstr ""
15130
b1b51268 15131#: cp/init.c:1009
b97e55da 15132msgid "'%D' is both a direct base and an indirect virtual base"
dc6746e7
PT
15133msgstr ""
15134
b1b51268 15135#: cp/init.c:1017
b97e55da 15136msgid "type `%D' is not a direct or virtual base of `%T'"
dc6746e7
PT
15137msgstr ""
15138
b1b51268 15139#: cp/init.c:1020
b97e55da 15140msgid "type `%D' is not a direct base of `%T'"
dc6746e7
PT
15141msgstr ""
15142
b1b51268 15143#: cp/init.c:1100
b97e55da 15144msgid "bad array initializer"
dc6746e7
PT
15145msgstr ""
15146
b1b51268 15147#: cp/init.c:1300
b97e55da 15148msgid "`%T' is not an aggregate type"
dc6746e7
PT
15149msgstr ""
15150
b1b51268 15151#: cp/init.c:1321
b97e55da 15152msgid "`%T' fails to be an aggregate typedef"
dc6746e7
PT
15153msgstr ""
15154
b1b51268 15155#: cp/init.c:1330
b97e55da 15156msgid "type `%T' is of non-aggregate type"
dc6746e7
PT
15157msgstr ""
15158
b1b51268 15159#: cp/init.c:1422 cp/typeck.c:1799
b97e55da 15160msgid "qualified type `%T' does not match destructor name `~%T'"
4ba01ed2
PT
15161msgstr ""
15162
b1b51268 15163#: cp/init.c:1430
b97e55da 15164msgid "incomplete type `%T' does not have member `%D'"
4ba01ed2
PT
15165msgstr ""
15166
b1b51268 15167#: cp/init.c:1449
b97e55da 15168msgid "`%D' is not a member of type `%T'"
4ba01ed2
PT
15169msgstr ""
15170
b1b51268 15171#: cp/init.c:1468
b97e55da 15172msgid "invalid pointer to bit-field `%D'"
4ba01ed2
PT
15173msgstr ""
15174
b1b51268 15175#: cp/init.c:1570
b97e55da 15176msgid "invalid use of non-static member function `%D'"
4ba01ed2
PT
15177msgstr ""
15178
b1b51268 15179#: cp/init.c:1576 cp/semantics.c:1162
b97e55da 15180msgid "invalid use of non-static data member `%D'"
4ba01ed2
PT
15181msgstr ""
15182
b1b51268 15183#: cp/init.c:1716
b97e55da 15184msgid "new of array type fails to specify size"
dc6746e7
PT
15185msgstr ""
15186
b1b51268 15187#: cp/init.c:1727
b97e55da 15188msgid "size in array new must have integral type"
4ba01ed2
PT
15189msgstr ""
15190
b1b51268 15191#: cp/init.c:1733
b97e55da 15192msgid "zero size array reserves no space"
dc6746e7
PT
15193msgstr ""
15194
b1b51268 15195#: cp/init.c:1799
b97e55da 15196msgid "new cannot be applied to a reference type"
4ba01ed2
PT
15197msgstr ""
15198
b1b51268 15199#: cp/init.c:1805
b97e55da 15200msgid "new cannot be applied to a function type"
4ba01ed2
PT
15201msgstr ""
15202
b1b51268 15203#: cp/init.c:1851
b97e55da 15204msgid "call to Java constructor, while `jclass' undefined"
4ba01ed2
PT
15205msgstr ""
15206
b1b51268 15207#: cp/init.c:1867
b97e55da 15208msgid "can't find class$"
4ba01ed2
PT
15209msgstr ""
15210
b1b51268 15211#: cp/init.c:1994
b97e55da 15212msgid "invalid type `void' for new"
4ba01ed2
PT
15213msgstr ""
15214
b1b51268 15215#: cp/init.c:2004
b97e55da 15216msgid "uninitialized const in `new' of `%#T'"
a47a6810
JM
15217msgstr ""
15218
b06c20ee 15219#: cp/init.c:2024
b97e55da
JM
15220#, c-format
15221msgid "call to Java constructor with `%s' undefined"
d9b2742a
ZW
15222msgstr ""
15223
b1b51268 15224#: cp/init.c:2064
01b84e13
JM
15225msgid "request for member `%D' is ambiguous"
15226msgstr ""
15227
b1b51268 15228#: cp/init.c:2184
b97e55da 15229msgid "ISO C++ forbids initialization in array new"
4ba01ed2
PT
15230msgstr ""
15231
b1b51268 15232#: cp/init.c:2656
b97e55da 15233msgid "initializer ends prematurely"
4ba01ed2
PT
15234msgstr ""
15235
b1b51268 15236#: cp/init.c:2713
b97e55da 15237msgid "cannot initialize multi-dimensional array with initializer"
4ba01ed2
PT
15238msgstr ""
15239
b1b51268 15240#: cp/init.c:2874
b06c20ee
JM
15241msgid "possible problem detected in invocation of delete operator:"
15242msgstr ""
15243
b1b51268 15244#: cp/init.c:2877
b06c20ee
JM
15245msgid ""
15246"neither the destructor nor the class-specific operator delete will be "
15247"called, even if they are declared when the class is defined."
15248msgstr ""
15249
b1b51268 15250#: cp/init.c:2898
b97e55da 15251msgid "unknown array size in delete"
4ba01ed2
PT
15252msgstr ""
15253
b1b51268 15254#: cp/init.c:3162
b97e55da 15255msgid "type to vector delete is neither pointer or array type"
4ba01ed2
PT
15256msgstr ""
15257
b97e55da
JM
15258#: cp/lex.c:99
15259msgid "type name expected before `*'"
4ba01ed2
PT
15260msgstr ""
15261
01b84e13 15262#: cp/lex.c:501
b97e55da
JM
15263#, c-format
15264msgid "junk at end of #pragma %s"
4ba01ed2
PT
15265msgstr ""
15266
01b84e13 15267#: cp/lex.c:508
b97e55da
JM
15268#, c-format
15269msgid "invalid #pragma %s"
4ba01ed2
PT
15270msgstr ""
15271
01b84e13 15272#: cp/lex.c:516
b97e55da 15273msgid "#pragma vtable no longer supported"
dc6746e7
PT
15274msgstr ""
15275
01b84e13 15276#: cp/lex.c:590
b97e55da
JM
15277#, c-format
15278msgid "#pragma implementation for %s appears after file is included"
4ba01ed2
PT
15279msgstr ""
15280
01b84e13 15281#: cp/lex.c:614
b97e55da 15282msgid "junk at end of #pragma GCC java_exceptions"
4ba01ed2
PT
15283msgstr ""
15284
01b84e13 15285#: cp/lex.c:628
b97e55da 15286msgid "`%D' not defined"
4ba01ed2
PT
15287msgstr ""
15288
b1b51268 15289#: cp/lex.c:632
b97e55da 15290msgid "`%D' was not declared in this scope"
4ba01ed2
PT
15291msgstr ""
15292
b06c20ee
JM
15293#. In a template, it is invalid to write "f()" or "f(3)" if no
15294#. declaration of "f" is available. Historically, G++ and most
15295#. other compilers accepted that usage since they deferred all name
15296#. lookup until instantiation time rather than doing unqualified
15297#. name lookup at template definition time; explain to the user what
15298#. is going wrong.
15299#.
15300#. Note that we have the exact wording of the following message in
15301#. the manual (trouble.texi, node "Name lookup"), so they need to
15302#. be kept in synch.
b1b51268 15303#: cp/lex.c:666
b97e55da
JM
15304msgid ""
15305"there are no arguments to `%D' that depend on a template parameter, so a "
15306"declaration of `%D' must be available"
dc6746e7
PT
15307msgstr ""
15308
b1b51268 15309#: cp/lex.c:675
b97e55da
JM
15310msgid ""
15311"(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15312"of an undeclared name is deprecated)"
dc6746e7
PT
15313msgstr ""
15314
b1b51268 15315#: cp/mangle.c:2054
b97e55da 15316msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
dc6746e7
PT
15317msgstr ""
15318
b1b51268 15319#: cp/mangle.c:2107
b97e55da 15320msgid "omitted middle operand to `?:' operand cannot be mangled"
dc6746e7
PT
15321msgstr ""
15322
b1b51268 15323#: cp/mangle.c:2406
b97e55da 15324msgid "the mangled name of `%D' will change in a future version of GCC"
dc6746e7
PT
15325msgstr ""
15326
b1b51268 15327#: cp/method.c:461
b97e55da 15328msgid "generic thunk code fails for method `%#D' which uses `...'"
dc6746e7
PT
15329msgstr ""
15330
b1b51268 15331#: cp/method.c:676
b97e55da 15332msgid "non-static const member `%#D', can't use default assignment operator"
dc6746e7
PT
15333msgstr ""
15334
b1b51268 15335#: cp/method.c:681
b97e55da
JM
15336msgid ""
15337"non-static reference member `%#D', can't use default assignment operator"
dc6746e7
PT
15338msgstr ""
15339
b4117c30 15340#: cp/name-lookup.c:691
b97e55da 15341msgid "redeclaration of `wchar_t' as `%T'"
dc6746e7
PT
15342msgstr ""
15343
b97e55da
JM
15344#. A redeclaration of main, but not a duplicate of the
15345#. previous one.
15346#.
15347#. [basic.start.main]
15348#.
15349#. This function shall not be overloaded.
b4117c30 15350#: cp/name-lookup.c:723
b97e55da 15351msgid "invalid redeclaration of `%D'"
dc6746e7
PT
15352msgstr ""
15353
b4117c30 15354#: cp/name-lookup.c:724
b97e55da 15355msgid "as `%D'"
dc6746e7
PT
15356msgstr ""
15357
b4117c30 15358#: cp/name-lookup.c:812
b97e55da 15359msgid "type mismatch with previous external decl of `%#D'"
dc6746e7
PT
15360msgstr ""
15361
b4117c30 15362#: cp/name-lookup.c:813
b97e55da 15363msgid "previous external decl of `%#D'"
dc6746e7
PT
15364msgstr ""
15365
b4117c30 15366#: cp/name-lookup.c:895
b97e55da 15367msgid "extern declaration of `%#D' doesn't match"
dc6746e7
PT
15368msgstr ""
15369
b4117c30 15370#: cp/name-lookup.c:896
b97e55da 15371msgid "global declaration `%#D'"
dc6746e7
PT
15372msgstr ""
15373
b4117c30 15374#: cp/name-lookup.c:932 cp/name-lookup.c:939
b1b51268 15375msgid "declaration of '%#D' shadows a parameter"
dc6746e7
PT
15376msgstr ""
15377
b1b51268 15378#. Location of previous decl is not useful in this case.
b4117c30 15379#: cp/name-lookup.c:956
b1b51268
JM
15380msgid "declaration of '%D' shadows a member of 'this'"
15381msgstr ""
15382
b4117c30 15383#: cp/name-lookup.c:962
b1b51268
JM
15384msgid "declaration of '%D' shadows a previous local"
15385msgstr ""
15386
b4117c30 15387#: cp/name-lookup.c:969
b1b51268 15388msgid "declaration of '%D' shadows a global declaration"
dc6746e7
PT
15389msgstr ""
15390
b4117c30 15391#: cp/name-lookup.c:1138
b97e55da 15392msgid "name lookup of `%D' changed"
4ba01ed2
PT
15393msgstr ""
15394
b4117c30 15395#: cp/name-lookup.c:1140
b97e55da 15396msgid " matches this `%D' under ISO standard rules"
a47a6810
JM
15397msgstr ""
15398
b4117c30 15399#: cp/name-lookup.c:1142
b97e55da 15400msgid " matches this `%D' under old rules"
4ba01ed2
PT
15401msgstr ""
15402
b4117c30 15403#: cp/name-lookup.c:1156 cp/name-lookup.c:1163
b97e55da 15404msgid "name lookup of `%D' changed for new ISO `for' scoping"
4ba01ed2
PT
15405msgstr ""
15406
b4117c30 15407#: cp/name-lookup.c:1158
b97e55da 15408msgid " cannot use obsolete binding at `%D' because it has a destructor"
4ba01ed2
PT
15409msgstr ""
15410
b4117c30 15411#: cp/name-lookup.c:1165
b97e55da 15412msgid " using obsolete binding at `%D'"
dc6746e7
PT
15413msgstr ""
15414
b4117c30 15415#: cp/name-lookup.c:1218
b97e55da
JM
15416#, c-format
15417msgid "%s %s(%E) %p %d\n"
dc6746e7
PT
15418msgstr ""
15419
b4117c30 15420#: cp/name-lookup.c:1221
b97e55da
JM
15421#, c-format
15422msgid "%s %s %p %d\n"
dc6746e7
PT
15423msgstr ""
15424
b4117c30 15425#: cp/name-lookup.c:1340
b97e55da 15426msgid "XXX is_class_level != (current_scope == class_scope)\n"
dc6746e7
PT
15427msgstr ""
15428
b4117c30 15429#: cp/name-lookup.c:1978
b97e55da 15430msgid "`%#D' hides constructor for `%#T'"
dc6746e7
PT
15431msgstr ""
15432
b4117c30 15433#: cp/name-lookup.c:1993
b97e55da 15434msgid "`%#D' conflicts with previous using declaration `%#D'"
dc6746e7
PT
15435msgstr ""
15436
b4117c30 15437#: cp/name-lookup.c:2005
b97e55da 15438msgid "previous non-function declaration `%#D'"
7bf81eee
PT
15439msgstr ""
15440
b4117c30 15441#: cp/name-lookup.c:2006
b97e55da 15442msgid "conflicts with function declaration `%#D'"
7bf81eee
PT
15443msgstr ""
15444
b97e55da
JM
15445#. 7.3.3/5
15446#. A using-declaration shall not name a template-id.
b4117c30 15447#: cp/name-lookup.c:2083
b97e55da 15448msgid "a using-declaration cannot specify a template-id. Try `using %D'"
7bf81eee
PT
15449msgstr ""
15450
b4117c30 15451#: cp/name-lookup.c:2089
b97e55da 15452msgid "namespace `%D' not allowed in using-declaration"
3855d0d1
JM
15453msgstr ""
15454
b97e55da
JM
15455#. It's a nested name with template parameter dependent scope.
15456#. This can only be using-declaration for class member.
b4117c30 15457#: cp/name-lookup.c:2097 cp/name-lookup.c:2111 cp/name-lookup.c:3375
b97e55da 15458msgid "`%T' is not a namespace"
3855d0d1
JM
15459msgstr ""
15460
b4117c30 15461#: cp/name-lookup.c:2134
b97e55da 15462msgid "`%D' not declared"
3855d0d1
JM
15463msgstr ""
15464
b97e55da
JM
15465#. If the OLD_FN was really declared, the
15466#. declarations don't match.
b4117c30 15467#: cp/name-lookup.c:2146 cp/name-lookup.c:2188 cp/name-lookup.c:2225
b97e55da 15468msgid "`%D' is already declared in this scope"
3855d0d1
JM
15469msgstr ""
15470
b4117c30 15471#: cp/name-lookup.c:2231
b97e55da 15472msgid "using declaration `%D' introduced ambiguous type `%T'"
3855d0d1
JM
15473msgstr ""
15474
b97e55da 15475#. Definition isn't the kind we were looking for.
b4117c30 15476#: cp/name-lookup.c:2399 cp/name-lookup.c:2418
b97e55da 15477msgid "`%#D' redeclared as %C"
3855d0d1
JM
15478msgstr ""
15479
b4117c30 15480#: cp/name-lookup.c:2791
b1b51268
JM
15481msgid "`%D' has the same name as the class in which it is declared"
15482msgstr ""
15483
b4117c30 15484#: cp/name-lookup.c:2878
b97e55da 15485msgid "using-declaration for non-member at class scope"
3855d0d1
JM
15486msgstr ""
15487
b4117c30 15488#: cp/name-lookup.c:2885
b97e55da 15489msgid "using-declaration cannot name destructor"
3855d0d1
JM
15490msgstr ""
15491
b4117c30 15492#: cp/name-lookup.c:2990
b97e55da 15493msgid "declaration of `%D' not in a namespace surrounding `%D'"
7bf81eee
PT
15494msgstr ""
15495
b4117c30 15496#: cp/name-lookup.c:3030
b97e55da 15497msgid "`%D' should have been declared inside `%D'"
3855d0d1
JM
15498msgstr ""
15499
b4117c30 15500#: cp/name-lookup.c:3094
b97e55da 15501msgid "namespace alias `%D' not allowed here, assuming `%D'"
3855d0d1
JM
15502msgstr ""
15503
b97e55da 15504#. The parser did not find it, so it's not there.
b4117c30 15505#: cp/name-lookup.c:3209
b97e55da 15506msgid "unknown namespace `%D'"
3855d0d1
JM
15507msgstr ""
15508
b4117c30 15509#: cp/name-lookup.c:3369
b97e55da 15510msgid "namespace `%T' undeclared"
3855d0d1
JM
15511msgstr ""
15512
b4117c30 15513#: cp/name-lookup.c:3413
8d98c44c
JM
15514msgid "strong using only meaningful at namespace scope"
15515msgstr ""
15516
b4117c30 15517#: cp/name-lookup.c:3420
8d98c44c
JM
15518msgid "`%D' attribute directive ignored"
15519msgstr ""
15520
b4117c30 15521#: cp/name-lookup.c:3554
b97e55da 15522msgid "use of `%D' is ambiguous"
3855d0d1
JM
15523msgstr ""
15524
b4117c30 15525#: cp/name-lookup.c:3555
b97e55da 15526msgid " first declared as `%#D' here"
3855d0d1
JM
15527msgstr ""
15528
b4117c30 15529#: cp/name-lookup.c:3558
b97e55da 15530msgid " also declared as `%#D' here"
3855d0d1
JM
15531msgstr ""
15532
b4117c30 15533#: cp/name-lookup.c:3573
b97e55da 15534msgid "`%D' denotes an ambiguous type"
3855d0d1
JM
15535msgstr ""
15536
b4117c30 15537#: cp/name-lookup.c:3574
b97e55da 15538msgid "%J first type here"
3855d0d1
JM
15539msgstr ""
15540
b4117c30 15541#: cp/name-lookup.c:3575
b97e55da 15542msgid "%J other type here"
3855d0d1
JM
15543msgstr ""
15544
b97e55da
JM
15545#. This happens for A::B where B is a template, and there are no
15546#. template arguments.
b4117c30 15547#: cp/name-lookup.c:3639 cp/typeck.c:1773
b97e55da 15548msgid "invalid use of `%D'"
3855d0d1
JM
15549msgstr ""
15550
b4117c30 15551#: cp/name-lookup.c:3679
b97e55da 15552msgid "`%D::%D' is not a template"
3855d0d1
JM
15553msgstr ""
15554
b4117c30 15555#: cp/name-lookup.c:3696
b97e55da 15556msgid "`%D' undeclared in namespace `%D'"
3855d0d1
JM
15557msgstr ""
15558
b4117c30 15559#: cp/name-lookup.c:4154
b97e55da 15560msgid "`%D' is not a function,"
3855d0d1
JM
15561msgstr ""
15562
b4117c30 15563#: cp/name-lookup.c:4155
b97e55da 15564msgid " conflict with `%D'"
3855d0d1
JM
15565msgstr ""
15566
b4117c30 15567#: cp/name-lookup.c:4896
b97e55da 15568msgid "XXX entering pop_everything ()\n"
3855d0d1
JM
15569msgstr ""
15570
b4117c30 15571#: cp/name-lookup.c:4905
b97e55da 15572msgid "XXX leaving pop_everything ()\n"
3855d0d1
JM
15573msgstr ""
15574
b06c20ee 15575#: cp/parser.c:609
b97e55da 15576msgid "invalid token"
3855d0d1
JM
15577msgstr ""
15578
b06c20ee 15579#: cp/parser.c:1810
01b84e13
JM
15580msgid "`%D::%D' has not been declared"
15581msgstr ""
15582
b1b51268 15583#: cp/parser.c:1813 cp/semantics.c:2235
01b84e13 15584msgid "`::%D' has not been declared"
3855d0d1
JM
15585msgstr ""
15586
b06c20ee 15587#: cp/parser.c:1815
01b84e13
JM
15588msgid "`%D' has not been declared"
15589msgstr ""
15590
b06c20ee 15591#: cp/parser.c:1818
01b84e13
JM
15592msgid "`%D::%D' %s"
15593msgstr ""
15594
b06c20ee 15595#: cp/parser.c:1820
01b84e13
JM
15596msgid "`::%D' %s"
15597msgstr ""
15598
b06c20ee 15599#: cp/parser.c:1822
01b84e13
JM
15600msgid "`%D' %s"
15601msgstr ""
15602
b06c20ee 15603#: cp/parser.c:1874
01b84e13
JM
15604msgid "new types may not be defined in a return type"
15605msgstr ""
15606
b1b51268 15607#: cp/parser.c:1892 cp/pt.c:4207
01b84e13
JM
15608msgid "`%T' is not a template"
15609msgstr ""
15610
b06c20ee 15611#: cp/parser.c:1894
01b84e13
JM
15612#, c-format
15613msgid "`%s' is not a template"
15614msgstr ""
15615
b06c20ee 15616#: cp/parser.c:1896
01b84e13
JM
15617msgid "invalid template-id"
15618msgstr ""
15619
b1b51268 15620#: cp/parser.c:1937
b97e55da
JM
15621#, c-format
15622msgid "%s cannot appear in a constant-expression"
15623msgstr ""
3855d0d1 15624
b1b51268 15625#: cp/parser.c:1961
b06c20ee
JM
15626#, c-format
15627msgid "invalid use of template-name `%E' without an argument list"
15628msgstr ""
15629
b97e55da 15630#. Issue an error message.
b1b51268 15631#: cp/parser.c:1966
b06c20ee
JM
15632#, c-format
15633msgid "`%E' does not name a type"
15634msgstr ""
15635
b1b51268 15636#: cp/parser.c:1997
b06c20ee
JM
15637msgid "(perhaps `typename %T::%E' was intended)"
15638msgstr ""
15639
b1b51268 15640#: cp/parser.c:2012
b97e55da 15641#, c-format
b06c20ee 15642msgid "`%E' in namespace `%E' does not name a type"
3855d0d1
JM
15643msgstr ""
15644
b1b51268 15645#: cp/parser.c:2015
b06c20ee 15646msgid "`%E' in class `%T' does not name a type"
3855d0d1
JM
15647msgstr ""
15648
b1b51268 15649#: cp/parser.c:2491
b97e55da 15650msgid "ISO C++ forbids braced-groups within expressions"
3855d0d1
JM
15651msgstr ""
15652
b1b51268 15653#: cp/parser.c:2500
b97e55da 15654msgid "statement-expressions are allowed only inside functions"
3855d0d1
JM
15655msgstr ""
15656
b1b51268 15657#: cp/parser.c:2551
b97e55da 15658msgid "`this' may not be used in this context"
3855d0d1
JM
15659msgstr ""
15660
b1b51268 15661#: cp/parser.c:2695
b97e55da 15662msgid "local variable `%D' may not appear in this context"
3855d0d1
JM
15663msgstr ""
15664
b1b51268 15665#: cp/parser.c:3060
b97e55da 15666msgid "typedef-name `%D' used as destructor declarator"
3855d0d1
JM
15667msgstr ""
15668
b1b51268 15669#: cp/parser.c:3712
b97e55da 15670msgid "ISO C++ forbids compound-literals"
3855d0d1
JM
15671msgstr ""
15672
b1b51268
JM
15673#: cp/parser.c:4534
15674msgid "array bound forbidden after parenthesized type-id"
15675msgstr ""
15676
15677#: cp/parser.c:4535
15678msgid "try removing the parentheses around the type-id"
15679msgstr ""
15680
15681#: cp/parser.c:4697
b97e55da 15682msgid "expression in new-declarator must have integral or enumeration type"
9e620082
ZW
15683msgstr ""
15684
b1b51268 15685#: cp/parser.c:4878
b97e55da 15686msgid "use of old-style cast"
3855d0d1
JM
15687msgstr ""
15688
b1b51268 15689#: cp/parser.c:5626
8d98c44c
JM
15690#, c-format
15691msgid "case label `%E' not within a switch statement"
15692msgstr ""
15693
b1b51268 15694#: cp/parser.c:6168
b97e55da 15695msgid "ISO C++ forbids computed gotos"
3855d0d1
JM
15696msgstr ""
15697
b1b51268 15698#: cp/parser.c:6288
b97e55da 15699msgid "extra `;'"
7bf81eee
PT
15700msgstr ""
15701
b1b51268 15702#: cp/parser.c:6594
b97e55da 15703msgid "mixing declarations and function-definitions is forbidden"
7bf81eee
PT
15704msgstr ""
15705
b1b51268 15706#: cp/parser.c:6732
b97e55da 15707msgid "duplicate `friend'"
3855d0d1
JM
15708msgstr ""
15709
b1b51268 15710#: cp/parser.c:6881
01b84e13
JM
15711msgid "class definition may not be declared a friend"
15712msgstr ""
15713
b1b51268 15714#: cp/parser.c:7196
b97e55da 15715msgid "only constructors take base initializers"
3855d0d1
JM
15716msgstr ""
15717
b1b51268 15718#: cp/parser.c:7247
b97e55da 15719msgid "anachronistic old-style base class initializer"
3855d0d1
JM
15720msgstr ""
15721
b97e55da 15722#. Warn that we do not support `export'.
b1b51268 15723#: cp/parser.c:7640
b97e55da 15724msgid "keyword `export' not implemented, and will be ignored"
3855d0d1
JM
15725msgstr ""
15726
b06c20ee
JM
15727#. Otherwise, emit an error about the invalid digraph, but continue
15728#. parsing because we got our argument list.
b1b51268 15729#: cp/parser.c:8000
b06c20ee
JM
15730msgid "`<::' cannot begin a template-argument list"
15731msgstr ""
15732
b1b51268 15733#: cp/parser.c:8001
b06c20ee
JM
15734msgid ""
15735"`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
15736msgstr ""
15737
b1b51268 15738#: cp/parser.c:8008
b06c20ee
JM
15739msgid "(if you use `-fpermissive' G++ will accept your code)"
15740msgstr ""
15741
01b84e13 15742#. Explain what went wrong.
b1b51268 15743#: cp/parser.c:8180
01b84e13
JM
15744msgid "non-template `%D' used as template"
15745msgstr ""
15746
b1b51268 15747#: cp/parser.c:8181
01b84e13 15748msgid "(use `%T::template %D' to indicate that it is a template)"
8d98c44c
JM
15749msgstr ""
15750
b1b51268 15751#: cp/parser.c:9118
b97e55da 15752msgid "using `typename' outside of template"
3855d0d1
JM
15753msgstr ""
15754
b1b51268 15755#: cp/parser.c:9240
b97e55da 15756msgid "expected type-name"
3855d0d1
JM
15757msgstr ""
15758
b1b51268 15759#: cp/parser.c:9299
01b84e13
JM
15760msgid "type attributes are honored only at type definition"
15761msgstr ""
15762
b97e55da
JM
15763#. [namespace.udecl]
15764#.
15765#. A using declaration shall not name a template-id.
b1b51268 15766#: cp/parser.c:9682
b97e55da 15767msgid "a template-id may not appear in a using-declaration"
3855d0d1
JM
15768msgstr ""
15769
b1b51268 15770#: cp/parser.c:10011
b97e55da 15771msgid "an asm-specification is not allowed on a function-definition"
3855d0d1
JM
15772msgstr ""
15773
b1b51268 15774#: cp/parser.c:10013
b97e55da 15775msgid "attributes are not allowed on a function-definition"
3855d0d1
JM
15776msgstr ""
15777
b1b51268 15778#: cp/parser.c:10146
b97e55da 15779msgid "attributes after parenthesized initializer ignored"
3855d0d1
JM
15780msgstr ""
15781
b1b51268 15782#: cp/parser.c:11348
b97e55da 15783msgid "file ends in default argument"
3855d0d1
JM
15784msgstr ""
15785
b1b51268 15786#: cp/parser.c:11404
b97e55da 15787msgid "deprecated use of default argument for parameter of non-function"
3855d0d1
JM
15788msgstr ""
15789
b1b51268 15790#: cp/parser.c:11407
b97e55da 15791msgid "default arguments are only permitted for function parameters"
3855d0d1
JM
15792msgstr ""
15793
b1b51268 15794#: cp/parser.c:12133
b97e55da 15795msgid "declaration of `%D' in `%D' which does not enclose `%D'"
8d9d2e1d
ZW
15796msgstr ""
15797
b1b51268 15798#: cp/parser.c:12146
b97e55da 15799msgid "extra qualification ignored"
3855d0d1
JM
15800msgstr ""
15801
b1b51268 15802#: cp/parser.c:12157
01b84e13
JM
15803msgid "an explicit specialization must be preceded by 'template <>'"
15804msgstr ""
15805
b1b51268 15806#: cp/parser.c:12440
b97e55da 15807msgid "extra semicolon"
3855d0d1
JM
15808msgstr ""
15809
b1b51268 15810#: cp/parser.c:12458
b97e55da 15811msgid "a class-key must be used when declaring a friend"
3855d0d1
JM
15812msgstr ""
15813
b1b51268 15814#: cp/parser.c:12489
b97e55da 15815msgid "friend declaration does not name a class or function"
3855d0d1
JM
15816msgstr ""
15817
b1b51268 15818#: cp/parser.c:12660
01b84e13 15819msgid "pure-specifier on function-definition"
3855d0d1
JM
15820msgstr ""
15821
b1b51268 15822#: cp/parser.c:12933
01b84e13 15823msgid "keyword `typename' not allowed outside of templates"
3855d0d1
JM
15824msgstr ""
15825
b1b51268 15826#: cp/parser.c:12935
01b84e13
JM
15827msgid ""
15828"keyword `typename' not allowed in this context (the base class is implicitly "
15829"a type)"
15830msgstr ""
15831
b1b51268 15832#: cp/parser.c:13761
01b84e13
JM
15833msgid "reference to `%D' is ambiguous"
15834msgstr ""
15835
b1b51268 15836#: cp/parser.c:13935
01b84e13
JM
15837msgid "too few template-parameter-lists"
15838msgstr ""
15839
15840#. Otherwise, there are too many template parameter lists. We have
15841#. something like:
15842#.
b97e55da 15843#. template <class T> template <class U> void S::f();
b1b51268 15844#: cp/parser.c:13950
b97e55da 15845msgid "too many template-parameter-lists"
3855d0d1
JM
15846msgstr ""
15847
b97e55da
JM
15848#. If begin_function_definition didn't like the definition, skip
15849#. the entire function.
b1b51268 15850#: cp/parser.c:14242
b97e55da 15851msgid "invalid function declaration"
3855d0d1
JM
15852msgstr ""
15853
b97e55da 15854#. Issue an error message.
b1b51268 15855#: cp/parser.c:14279
b97e55da 15856msgid "named return values are no longer supported"
3855d0d1
JM
15857msgstr ""
15858
b1b51268 15859#: cp/parser.c:14618
01b84e13
JM
15860msgid "`>>' should be `> >' within a nested template argument list"
15861msgstr ""
15862
15863#. If this is not a nested template argument list, the '>>' is
15864#. a typo for '>'. Emit an error message and continue.
b1b51268 15865#: cp/parser.c:14626
01b84e13 15866msgid "spurious `>>', use `>' to terminate a template argument list"
3855d0d1
JM
15867msgstr ""
15868
b1b51268
JM
15869#: cp/parser.c:14631
15870msgid "missing `>' to terminate the template argument list"
15871msgstr ""
15872
15873#: cp/parser.c:15119
b97e55da 15874msgid "`%s' tag used in naming `%#T'"
3855d0d1
JM
15875msgstr ""
15876
b1b51268 15877#: cp/parser.c:15139
b97e55da 15878msgid "%D redeclared with different access"
3855d0d1
JM
15879msgstr ""
15880
b1b51268 15881#: cp/parser.c:15156
b97e55da 15882msgid "`template' (as a disambiguator) is only allowed within templates"
3855d0d1
JM
15883msgstr ""
15884
b1b51268
JM
15885#: cp/parser.c:15367
15886msgid "inter-module optimizations not implemented for C++"
15887msgstr ""
15888
b97e55da
JM
15889#: cp/pt.c:243
15890msgid "data member `%D' cannot be a member template"
3855d0d1
JM
15891msgstr ""
15892
b97e55da
JM
15893#: cp/pt.c:255
15894msgid "invalid member template declaration `%D'"
3855d0d1
JM
15895msgstr ""
15896
b1b51268 15897#: cp/pt.c:639
b97e55da 15898msgid "explicit specialization in non-namespace scope `%D'"
3855d0d1
JM
15899msgstr ""
15900
b1b51268 15901#: cp/pt.c:651
b97e55da 15902msgid "enclosing class templates are not explicitly specialized"
3855d0d1
JM
15903msgstr ""
15904
b1b51268 15905#: cp/pt.c:741 cp/pt.c:782
b97e55da 15906msgid "specializing `%#T' in different namespace"
3855d0d1
JM
15907msgstr ""
15908
b1b51268 15909#: cp/pt.c:742 cp/pt.c:783
b97e55da 15910msgid " from definition of `%#D'"
3855d0d1
JM
15911msgstr ""
15912
b1b51268 15913#: cp/pt.c:750
b97e55da 15914msgid "specialization of `%T' after instantiation"
3855d0d1
JM
15915msgstr ""
15916
b1b51268 15917#: cp/pt.c:797
b97e55da 15918msgid "specialization `%T' after instantiation `%T'"
a47a6810
JM
15919msgstr ""
15920
b1b51268 15921#: cp/pt.c:809
b97e55da 15922msgid "explicit specialization of non-template `%T'"
a47a6810
JM
15923msgstr ""
15924
b1b51268 15925#: cp/pt.c:1069
b97e55da 15926msgid "specialization of %D after instantiation"
3855d0d1
JM
15927msgstr ""
15928
b1b51268 15929#: cp/pt.c:1194
b97e55da 15930msgid "%s %+#D"
3855d0d1
JM
15931msgstr ""
15932
b1b51268 15933#: cp/pt.c:1243
b97e55da 15934msgid "`%D' is not a function template"
3855d0d1
JM
15935msgstr ""
15936
b1b51268 15937#: cp/pt.c:1391
b97e55da 15938msgid "template-id `%D' for `%+D' does not match any template declaration"
3855d0d1
JM
15939msgstr ""
15940
b1b51268 15941#: cp/pt.c:1399
b97e55da 15942msgid "ambiguous template specialization `%D' for `%+D'"
3855d0d1
JM
15943msgstr ""
15944
b97e55da
JM
15945#. This case handles bogus declarations like template <>
15946#. template <class T> void f<int>();
b1b51268 15947#: cp/pt.c:1622 cp/pt.c:1696
b97e55da 15948msgid "template-id `%D' in declaration of primary template"
3855d0d1
JM
15949msgstr ""
15950
b1b51268 15951#: cp/pt.c:1635
b97e55da 15952msgid "template parameter list used in explicit instantiation"
3855d0d1
JM
15953msgstr ""
15954
b1b51268 15955#: cp/pt.c:1641
b97e55da 15956msgid "definition provided for explicit instantiation"
3855d0d1
JM
15957msgstr ""
15958
b1b51268 15959#: cp/pt.c:1647
b97e55da 15960msgid "too many template parameter lists in declaration of `%D'"
3855d0d1
JM
15961msgstr ""
15962
b1b51268 15963#: cp/pt.c:1663
b97e55da 15964msgid "too few template parameter lists in declaration of `%D'"
3855d0d1
JM
15965msgstr ""
15966
b1b51268 15967#: cp/pt.c:1680
b97e55da 15968msgid "explicit specialization not preceded by `template <>'"
3855d0d1
JM
15969msgstr ""
15970
b1b51268 15971#: cp/pt.c:1693
b97e55da 15972msgid "partial specialization `%D' of function template"
3855d0d1
JM
15973msgstr ""
15974
b1b51268 15975#: cp/pt.c:1725
b97e55da 15976msgid "default argument specified in explicit specialization"
3855d0d1
JM
15977msgstr ""
15978
b1b51268 15979#: cp/pt.c:1729
b97e55da 15980msgid "template specialization with C linkage"
a47a6810
JM
15981msgstr ""
15982
b97e55da
JM
15983#. From [temp.expl.spec]:
15984#.
15985#. If such an explicit specialization for the member
15986#. of a class template names an implicitly-declared
15987#. special member function (clause _special_), the
15988#. program is ill-formed.
15989#.
15990#. Similar language is found in [temp.explicit].
b1b51268 15991#: cp/pt.c:1813
b97e55da 15992msgid "specialization of implicitly-declared special member function"
3855d0d1
JM
15993msgstr ""
15994
b1b51268 15995#: cp/pt.c:1857
b97e55da 15996msgid "no member function `%D' declared in `%T'"
3855d0d1
JM
15997msgstr ""
15998
b97e55da 15999#. There are two many template parameter lists.
b1b51268 16000#: cp/pt.c:2007
b97e55da 16001msgid "too many template parameter lists in declaration of `%T'"
3855d0d1
JM
16002msgstr ""
16003
b1b51268 16004#: cp/pt.c:2100
b97e55da 16005msgid " shadows template parm `%#D'"
3855d0d1
JM
16006msgstr ""
16007
b1b51268 16008#: cp/pt.c:2503
b97e55da 16009msgid "template parameters not used in partial specialization:"
3855d0d1
JM
16010msgstr ""
16011
b1b51268 16012#: cp/pt.c:2507
b97e55da 16013msgid " `%D'"
3855d0d1
JM
16014msgstr ""
16015
b1b51268 16016#: cp/pt.c:2519
b97e55da 16017msgid "partial specialization `%T' does not specialize any template arguments"
a47a6810
JM
16018msgstr ""
16019
b1b51268 16020#: cp/pt.c:2544
b97e55da
JM
16021#, c-format
16022msgid "template argument `%E' involves template parameter(s)"
3855d0d1
JM
16023msgstr ""
16024
b1b51268 16025#: cp/pt.c:2588
b97e55da 16026msgid "type `%T' of template argument `%E' depends on template parameter(s)"
3855d0d1
JM
16027msgstr ""
16028
b1b51268 16029#: cp/pt.c:2673
b97e55da 16030msgid "no default argument for `%D'"
3855d0d1
JM
16031msgstr ""
16032
b1b51268 16033#: cp/pt.c:2825
b97e55da 16034msgid "template with C linkage"
3855d0d1
JM
16035msgstr ""
16036
b1b51268 16037#: cp/pt.c:2828
b97e55da 16038msgid "template class without a name"
3855d0d1
JM
16039msgstr ""
16040
b97e55da
JM
16041#. [temp.mem]
16042#.
16043#. A destructor shall not be a member template.
b1b51268 16044#: cp/pt.c:2835
b97e55da 16045msgid "destructor `%D' declared as member template"
3855d0d1
JM
16046msgstr ""
16047
b1b51268 16048#: cp/pt.c:2915
b97e55da 16049msgid "`%D' does not declare a template type"
3855d0d1
JM
16050msgstr ""
16051
b1b51268 16052#: cp/pt.c:2921
b97e55da 16053msgid "template definition of non-template `%#D'"
3855d0d1
JM
16054msgstr ""
16055
b1b51268 16056#: cp/pt.c:2962
b97e55da 16057msgid "expected %d levels of template parms for `%#D', got %d"
a47a6810
JM
16058msgstr ""
16059
b1b51268 16060#: cp/pt.c:2974
b97e55da 16061msgid "got %d template parameters for `%#D'"
3855d0d1
JM
16062msgstr ""
16063
b1b51268 16064#: cp/pt.c:2977
b97e55da 16065msgid "got %d template parameters for `%#T'"
3855d0d1
JM
16066msgstr ""
16067
b1b51268 16068#: cp/pt.c:2979
3855d0d1 16069#, c-format
b97e55da 16070msgid " but %d required"
3855d0d1
JM
16071msgstr ""
16072
b1b51268 16073#: cp/pt.c:3064
b97e55da 16074msgid "`%T' is not a template type"
3855d0d1
JM
16075msgstr ""
16076
b1b51268 16077#: cp/pt.c:3080
b97e55da
JM
16078msgid "previous declaration `%D'"
16079msgstr ""
16080
b1b51268 16081#: cp/pt.c:3081
3855d0d1 16082#, c-format
b97e55da 16083msgid "used %d template parameter%s instead of %d"
3855d0d1
JM
16084msgstr ""
16085
b1b51268 16086#: cp/pt.c:3097
b97e55da 16087msgid "template parameter `%#D'"
3855d0d1
JM
16088msgstr ""
16089
b1b51268 16090#: cp/pt.c:3098
b97e55da 16091msgid "redeclared here as `%#D'"
3855d0d1
JM
16092msgstr ""
16093
b97e55da
JM
16094#. We have in [temp.param]:
16095#.
16096#. A template-parameter may not be given default arguments
16097#. by two different declarations in the same scope.
b1b51268 16098#: cp/pt.c:3108
b97e55da 16099msgid "redefinition of default argument for `%#D'"
3855d0d1
JM
16100msgstr ""
16101
b1b51268 16102#: cp/pt.c:3109
b97e55da 16103msgid "%J original definition appeared here"
3855d0d1
JM
16104msgstr ""
16105
b1b51268 16106#: cp/pt.c:3257
b97e55da
JM
16107#, c-format
16108msgid "`%E' is not a valid template argument"
3855d0d1
JM
16109msgstr ""
16110
b1b51268 16111#: cp/pt.c:3261
b97e55da 16112msgid "it must be the address of a function with external linkage"
3855d0d1
JM
16113msgstr ""
16114
b1b51268 16115#: cp/pt.c:3263
b97e55da 16116msgid "it must be the address of an object with external linkage"
3855d0d1
JM
16117msgstr ""
16118
b1b51268 16119#: cp/pt.c:3266
b97e55da 16120msgid "it must be a pointer-to-member of the form `&X::Y'"
3855d0d1
JM
16121msgstr ""
16122
b1b51268 16123#: cp/pt.c:3277
b97e55da
JM
16124#, c-format
16125msgid ""
16126"string literal %E is not a valid template argument because it is the address "
16127"of an object with static linkage"
3855d0d1
JM
16128msgstr ""
16129
b1b51268 16130#: cp/pt.c:3292
b97e55da
JM
16131#, c-format
16132msgid "address of non-extern `%E' cannot be used as template argument"
3855d0d1
JM
16133msgstr ""
16134
b1b51268 16135#: cp/pt.c:3301
b97e55da
JM
16136#, c-format
16137msgid "non-constant `%E' cannot be used as template argument"
3855d0d1
JM
16138msgstr ""
16139
b1b51268 16140#: cp/pt.c:3309
b97e55da 16141msgid "type '%T' cannot be used as a value for a non-type template-parameter"
3855d0d1
JM
16142msgstr ""
16143
b1b51268 16144#: cp/pt.c:3312
b97e55da 16145msgid "invalid use of '%D' as a non-type template-argument"
3855d0d1
JM
16146msgstr ""
16147
b1b51268 16148#: cp/pt.c:3314
b97e55da
JM
16149#, c-format
16150msgid "invalid use of '%E' as a non-type template-argument"
3855d0d1
JM
16151msgstr ""
16152
b1b51268 16153#: cp/pt.c:3679
b97e55da
JM
16154#, c-format
16155msgid "to refer to a type member of a template parameter, use `typename %E'"
3855d0d1
JM
16156msgstr ""
16157
b1b51268 16158#: cp/pt.c:3692 cp/pt.c:3710 cp/pt.c:3749
b97e55da 16159msgid "type/value mismatch at argument %d in template parameter list for `%D'"
3855d0d1
JM
16160msgstr ""
16161
b1b51268 16162#: cp/pt.c:3695
b97e55da 16163msgid " expected a constant of type `%T', got `%T'"
3855d0d1
JM
16164msgstr ""
16165
b1b51268 16166#: cp/pt.c:3699
b97e55da
JM
16167#, c-format
16168msgid " expected a class template, got `%E'"
3855d0d1
JM
16169msgstr ""
16170
b1b51268 16171#: cp/pt.c:3701
b97e55da
JM
16172#, c-format
16173msgid " expected a type, got `%E'"
3855d0d1
JM
16174msgstr ""
16175
b1b51268 16176#: cp/pt.c:3713
b97e55da 16177msgid " expected a type, got `%T'"
3855d0d1
JM
16178msgstr ""
16179
b1b51268 16180#: cp/pt.c:3715
b97e55da 16181msgid " expected a class template, got `%T'"
3855d0d1
JM
16182msgstr ""
16183
b1b51268 16184#: cp/pt.c:3751
b97e55da 16185msgid " expected a template of type `%D', got `%D'"
a47a6810
JM
16186msgstr ""
16187
b1b51268 16188#: cp/pt.c:3786
b97e55da 16189msgid "could not convert template argument `%E' to `%T'"
3855d0d1
JM
16190msgstr ""
16191
b1b51268 16192#: cp/pt.c:3826
b97e55da
JM
16193#, c-format
16194msgid "wrong number of template arguments (%d, should be %d)"
3855d0d1
JM
16195msgstr ""
16196
b1b51268 16197#: cp/pt.c:3830
b97e55da 16198msgid "provided for `%D'"
3855d0d1
JM
16199msgstr ""
16200
b1b51268 16201#: cp/pt.c:3858
b97e55da
JM
16202#, c-format
16203msgid "template argument %d is invalid"
3855d0d1
JM
16204msgstr ""
16205
b1b51268 16206#: cp/pt.c:4079
b97e55da 16207msgid "non-template used as template"
3855d0d1
JM
16208msgstr ""
16209
b1b51268 16210#: cp/pt.c:4219
b97e55da 16211msgid "non-template type `%T' used as a template"
3855d0d1
JM
16212msgstr ""
16213
b1b51268 16214#: cp/pt.c:4221
b97e55da 16215msgid "for template declaration `%D'"
3855d0d1
JM
16216msgstr ""
16217
b1b51268 16218#: cp/pt.c:4868
b97e55da
JM
16219msgid ""
16220"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16221"to increase the maximum) instantiating `%D'"
3855d0d1
JM
16222msgstr ""
16223
b1b51268 16224#: cp/pt.c:5308
b97e55da 16225msgid "ambiguous class template instantiation for `%#T'"
3855d0d1
JM
16226msgstr ""
16227
b1b51268 16228#: cp/pt.c:5314
b97e55da 16229msgid "%s %+#T"
3855d0d1
JM
16230msgstr ""
16231
b1b51268 16232#: cp/pt.c:6319 cp/pt.c:6439
b97e55da 16233msgid "instantiation of `%D' as type `%T'"
3855d0d1
JM
16234msgstr ""
16235
b1b51268 16236#: cp/pt.c:6481
b97e55da 16237msgid "invalid parameter type `%T'"
a47a6810
JM
16238msgstr ""
16239
b1b51268 16240#: cp/pt.c:6483
b97e55da 16241msgid "in declaration `%D'"
3855d0d1
JM
16242msgstr ""
16243
b1b51268 16244#: cp/pt.c:6557
b97e55da 16245msgid "creating pointer to member function of non-class type `%T'"
3855d0d1
JM
16246msgstr ""
16247
b1b51268 16248#: cp/pt.c:6696
b97e55da 16249msgid "creating array with size zero"
3855d0d1
JM
16250msgstr ""
16251
b1b51268 16252#: cp/pt.c:6710
b97e55da
JM
16253#, c-format
16254msgid "creating array with size zero (`%E')"
3855d0d1
JM
16255msgstr ""
16256
b1b51268 16257#: cp/pt.c:6949
b97e55da 16258msgid "forming reference to void"
3855d0d1
JM
16259msgstr ""
16260
b1b51268 16261#: cp/pt.c:6951
b97e55da 16262msgid "forming %s to reference type `%T'"
3855d0d1
JM
16263msgstr ""
16264
b1b51268 16265#: cp/pt.c:6988
b97e55da 16266msgid "creating pointer to member of non-class type `%T'"
3855d0d1
JM
16267msgstr ""
16268
b1b51268 16269#: cp/pt.c:6994
b97e55da 16270msgid "creating pointer to member reference type `%T'"
3855d0d1
JM
16271msgstr ""
16272
b1b51268 16273#: cp/pt.c:7080
b97e55da 16274msgid "creating array of `%T'"
3855d0d1
JM
16275msgstr ""
16276
b1b51268 16277#: cp/pt.c:7086
01b84e13
JM
16278msgid "creating array of `%T', which is an abstract class type"
16279msgstr ""
16280
b1b51268 16281#: cp/pt.c:7130
b97e55da 16282msgid "`%T' is not a class, struct, or union type"
3855d0d1
JM
16283msgstr ""
16284
b1b51268 16285#: cp/pt.c:7243
b97e55da
JM
16286#, c-format
16287msgid "use of `%s' in template"
3855d0d1
JM
16288msgstr ""
16289
b1b51268 16290#: cp/pt.c:7356
b06c20ee
JM
16291#, c-format
16292msgid ""
16293"dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
16294msgstr ""
16295
b1b51268 16296#: cp/pt.c:7358
b97e55da 16297#, c-format
b06c20ee 16298msgid "say `typename %E' if a type is meant"
3855d0d1
JM
16299msgstr ""
16300
b1b51268 16301#: cp/pt.c:8616
b97e55da 16302msgid "`%T' uses anonymous type"
3855d0d1
JM
16303msgstr ""
16304
b1b51268 16305#: cp/pt.c:8618
b97e55da 16306msgid "`%T' uses local type `%T'"
3855d0d1
JM
16307msgstr ""
16308
b1b51268 16309#: cp/pt.c:8626
b97e55da 16310msgid "`%T' is a variably modified type"
3855d0d1
JM
16311msgstr ""
16312
b1b51268 16313#: cp/pt.c:8637
b97e55da
JM
16314#, c-format
16315msgid "integral expression `%E' is not constant"
3855d0d1
JM
16316msgstr ""
16317
b1b51268 16318#: cp/pt.c:8642
b97e55da 16319msgid " trying to instantiate `%D'"
3855d0d1
JM
16320msgstr ""
16321
b1b51268 16322#: cp/pt.c:9155
b97e55da 16323msgid "incomplete type unification"
3855d0d1
JM
16324msgstr ""
16325
b1b51268 16326#: cp/pt.c:10111
3855d0d1 16327#, c-format
b97e55da 16328msgid "use of `%s' in template type unification"
3855d0d1
JM
16329msgstr ""
16330
b1b51268 16331#: cp/pt.c:10545 cp/pt.c:10617
b97e55da 16332msgid "explicit instantiation of non-template `%#D'"
3855d0d1
JM
16333msgstr ""
16334
b1b51268 16335#: cp/pt.c:10561 cp/pt.c:10612
b97e55da 16336msgid "no matching template for `%D' found"
3855d0d1
JM
16337msgstr ""
16338
b1b51268 16339#: cp/pt.c:10567
b97e55da 16340msgid "explicit instantiation of `%#D'"
3855d0d1
JM
16341msgstr ""
16342
b1b51268 16343#: cp/pt.c:10604
b97e55da 16344msgid "duplicate explicit instantiation of `%#D'"
3855d0d1
JM
16345msgstr ""
16346
b1b51268 16347#: cp/pt.c:10626
b97e55da 16348msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
3855d0d1
JM
16349msgstr ""
16350
b1b51268 16351#: cp/pt.c:10630 cp/pt.c:10712
b97e55da 16352msgid "storage class `%D' applied to template instantiation"
3855d0d1
JM
16353msgstr ""
16354
b1b51268 16355#: cp/pt.c:10684
b97e55da 16356msgid "explicit instantiation of non-template type `%T'"
3855d0d1
JM
16357msgstr ""
16358
b1b51268 16359#: cp/pt.c:10693
b97e55da 16360msgid "explicit instantiation of `%#T' before definition of template"
3855d0d1
JM
16361msgstr ""
16362
b1b51268 16363#: cp/pt.c:10701
3855d0d1 16364#, c-format
b97e55da 16365msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
3855d0d1
JM
16366msgstr ""
16367
b1b51268 16368#: cp/pt.c:10750
b97e55da 16369msgid "duplicate explicit instantiation of `%#T'"
3855d0d1
JM
16370msgstr ""
16371
b1b51268 16372#: cp/pt.c:11152
b97e55da 16373msgid "explicit instantiation of `%D' but no definition available"
3855d0d1
JM
16374msgstr ""
16375
b1b51268 16376#: cp/pt.c:11585
b97e55da 16377msgid "`%#T' is not a valid type for a template constant parameter"
3855d0d1
JM
16378msgstr ""
16379
b97e55da
JM
16380#: cp/repo.c:259
16381msgid "-frepo must be used with -c"
3855d0d1
JM
16382msgstr ""
16383
b97e55da
JM
16384#: cp/repo.c:346
16385#, c-format
16386msgid "mysterious repository information in %s"
3855d0d1
JM
16387msgstr ""
16388
b97e55da
JM
16389#: cp/repo.c:361
16390#, c-format
16391msgid "can't create repository information file `%s'"
3855d0d1
JM
16392msgstr ""
16393
b97e55da
JM
16394#: cp/rtti.c:248
16395msgid "cannot use typeid with -fno-rtti"
3855d0d1
JM
16396msgstr ""
16397
b97e55da
JM
16398#: cp/rtti.c:254
16399msgid "must #include <typeinfo> before using typeid"
3855d0d1
JM
16400msgstr ""
16401
b97e55da
JM
16402#: cp/rtti.c:326
16403msgid ""
16404"cannot create type information for type `%T' because its size is variable"
3855d0d1
JM
16405msgstr ""
16406
b97e55da
JM
16407#: cp/rtti.c:580 cp/rtti.c:594
16408msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
3855d0d1
JM
16409msgstr ""
16410
b1b51268 16411#: cp/rtti.c:674
b97e55da 16412msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
3855d0d1
JM
16413msgstr ""
16414
b1b51268 16415#: cp/search.c:311
b97e55da 16416msgid "`%T' is an ambiguous base of `%T'"
3855d0d1
JM
16417msgstr ""
16418
b1b51268 16419#: cp/search.c:329
b97e55da 16420msgid "`%T' is an inaccessible base of `%T'"
3855d0d1
JM
16421msgstr ""
16422
b1b51268 16423#: cp/search.c:1768
b97e55da 16424msgid "invalid covariant return type for `%#D'"
3855d0d1
JM
16425msgstr ""
16426
b1b51268 16427#: cp/search.c:1769 cp/search.c:1775
b97e55da 16428msgid " overriding `%#D'"
3855d0d1
JM
16429msgstr ""
16430
b1b51268 16431#: cp/search.c:1773
b97e55da 16432msgid "conflicting return type specified for `%#D'"
3855d0d1
JM
16433msgstr ""
16434
b1b51268 16435#: cp/search.c:1784
b97e55da
JM
16436#, c-format
16437msgid "looser throw specifier for `%#F'"
3855d0d1
JM
16438msgstr ""
16439
b1b51268 16440#: cp/search.c:1785
b97e55da
JM
16441#, c-format
16442msgid " overriding `%#F'"
3855d0d1
JM
16443msgstr ""
16444
b97e55da
JM
16445#. A static member function cannot match an inherited
16446#. virtual member function.
b1b51268 16447#: cp/search.c:1873
b97e55da 16448msgid "`%#D' cannot be declared"
3855d0d1
JM
16449msgstr ""
16450
b1b51268 16451#: cp/search.c:1874
b97e55da 16452msgid " since `%#D' declared in base class"
3855d0d1
JM
16453msgstr ""
16454
b1b51268 16455#: cp/search.c:1951
b97e55da 16456msgid "`%#D' needs a final overrider"
3855d0d1
JM
16457msgstr ""
16458
b1b51268 16459#: cp/semantics.c:1017
b97e55da
JM
16460#, c-format
16461msgid "type of asm operand `%E' could not be determined"
d9b2742a
ZW
16462msgstr ""
16463
b1b51268 16464#: cp/semantics.c:1159
b97e55da 16465msgid "invalid use of member `%D' in static member function"
3855d0d1
JM
16466msgstr ""
16467
b1b51268 16468#: cp/semantics.c:1163 cp/semantics.c:1202
b97e55da 16469msgid "from this location"
3855d0d1
JM
16470msgstr ""
16471
b1b51268 16472#: cp/semantics.c:1201
b97e55da 16473msgid "object missing in reference to `%D'"
3855d0d1
JM
16474msgstr ""
16475
b1b51268 16476#: cp/semantics.c:1647
b97e55da 16477msgid "arguments to destructor are not allowed"
3855d0d1
JM
16478msgstr ""
16479
b1b51268 16480#: cp/semantics.c:1697
b97e55da 16481msgid "`this' is unavailable for static member functions"
3855d0d1
JM
16482msgstr ""
16483
b1b51268 16484#: cp/semantics.c:1703
b97e55da 16485msgid "invalid use of `this' in non-member function"
3855d0d1
JM
16486msgstr ""
16487
b1b51268 16488#: cp/semantics.c:1705
b97e55da 16489msgid "invalid use of `this' at top level"
3855d0d1
JM
16490msgstr ""
16491
b1b51268 16492#: cp/semantics.c:1729
b97e55da 16493msgid "invalid qualifying scope in pseudo-destructor name"
3855d0d1
JM
16494msgstr ""
16495
b1b51268 16496#: cp/semantics.c:1749
b97e55da 16497msgid "`%E' is not of type `%T'"
d9b2742a
ZW
16498msgstr ""
16499
b1b51268 16500#: cp/semantics.c:1860
b97e55da 16501msgid "template type parameters must use the keyword `class' or `typename'"
d9b2742a
ZW
16502msgstr ""
16503
b1b51268 16504#: cp/semantics.c:1904
b06c20ee
JM
16505msgid ""
16506"invalid use of type `%T' as a default value for a template template-parameter"
16507msgstr ""
16508
b1b51268 16509#: cp/semantics.c:1907
b06c20ee
JM
16510msgid ""
16511"invalid use of `%D' as a default value for a template template-parameter"
d9b2742a
ZW
16512msgstr ""
16513
b1b51268 16514#: cp/semantics.c:1911
b06c20ee
JM
16515msgid "invalid default argument for a template template parameter"
16516msgstr ""
16517
b1b51268 16518#: cp/semantics.c:1946
b97e55da 16519msgid "definition of `%#T' inside template parameter list"
d9b2742a
ZW
16520msgstr ""
16521
b1b51268 16522#: cp/semantics.c:1957
b97e55da 16523msgid "invalid definition of qualified type `%T'"
3855d0d1
JM
16524msgstr ""
16525
b1b51268 16526#: cp/semantics.c:1972
b97e55da 16527msgid "previous definition of `%#T'"
3855d0d1
JM
16528msgstr ""
16529
b1b51268 16530#: cp/semantics.c:2176
b97e55da 16531msgid "invalid base-class specification"
3855d0d1
JM
16532msgstr ""
16533
b1b51268 16534#: cp/semantics.c:2185
b97e55da 16535msgid "base class `%T' has cv qualifiers"
3855d0d1
JM
16536msgstr ""
16537
b1b51268 16538#: cp/semantics.c:2217
b97e55da 16539msgid "multiple declarators in template declaration"
d9b2742a
ZW
16540msgstr ""
16541
b1b51268 16542#: cp/semantics.c:2228
a47a6810 16543msgid "incomplete type `%T' used in nested name specifier"
3855d0d1
JM
16544msgstr ""
16545
b1b51268 16546#: cp/semantics.c:2230 cp/typeck.c:1616
b97e55da
JM
16547msgid "`%D' is not a member of `%T'"
16548msgstr ""
16549
b1b51268 16550#: cp/semantics.c:2233
a47a6810 16551msgid "`%D' is not a member of `%D'"
3855d0d1
JM
16552msgstr ""
16553
b1b51268 16554#: cp/semantics.c:2358
01b84e13
JM
16555msgid ""
16556"template parameter `%D' of type `%T' is not allowed in an integral constant "
16557"expression because it is not of integral or enumeration type"
16558msgstr ""
16559
b1b51268 16560#: cp/semantics.c:2511
b97e55da 16561msgid "`%D' cannot appear in a constant-expression"
3855d0d1
JM
16562msgstr ""
16563
b1b51268 16564#: cp/semantics.c:2520
b97e55da 16565msgid "use of namespace `%D' as expression"
3855d0d1
JM
16566msgstr ""
16567
b1b51268 16568#: cp/semantics.c:2525
b97e55da 16569msgid "use of class template `%T' as expression"
3855d0d1
JM
16570msgstr ""
16571
b06c20ee 16572#. Ambiguous reference to base members.
b1b51268 16573#: cp/semantics.c:2531
b97e55da 16574msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
3855d0d1
JM
16575msgstr ""
16576
b1b51268 16577#: cp/semantics.c:2591
b97e55da
JM
16578#, c-format
16579msgid "use of %s from containing function"
3855d0d1
JM
16580msgstr ""
16581
b1b51268 16582#: cp/semantics.c:2594
b97e55da 16583msgid " `%#D' declared here"
3855d0d1
JM
16584msgstr ""
16585
b1b51268 16586#: cp/semantics.c:2645
b97e55da
JM
16587#, c-format
16588msgid "type of `%E' is unknown"
d9b2742a
ZW
16589msgstr ""
16590
01b84e13 16591#: cp/tree.c:222
b97e55da
JM
16592#, c-format
16593msgid "non-lvalue in %s"
3855d0d1
JM
16594msgstr ""
16595
b1b51268 16596#: cp/tree.c:534
b97e55da 16597msgid "`%V' qualifiers cannot be applied to `%T'"
3855d0d1
JM
16598msgstr ""
16599
b1b51268 16600#: cp/tree.c:1814
b97e55da
JM
16601#, c-format
16602msgid "`%s' attribute can only be applied to Java class definitions"
3855d0d1
JM
16603msgstr ""
16604
b1b51268 16605#: cp/tree.c:1843
b97e55da
JM
16606#, c-format
16607msgid "`%s' attribute can only be applied to class definitions"
d9b2742a
ZW
16608msgstr ""
16609
b1b51268 16610#: cp/tree.c:1849
b97e55da
JM
16611#, c-format
16612msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
3855d0d1
JM
16613msgstr ""
16614
b1b51268 16615#: cp/tree.c:1873
b97e55da 16616msgid "requested init_priority is not an integer constant"
3855d0d1
JM
16617msgstr ""
16618
b1b51268 16619#: cp/tree.c:1894
b97e55da
JM
16620#, c-format
16621msgid ""
16622"can only use `%s' attribute on file-scope definitions of objects of class "
16623"type"
3855d0d1
JM
16624msgstr ""
16625
b1b51268 16626#: cp/tree.c:1902
b97e55da 16627msgid "requested init_priority is out of range"
3855d0d1
JM
16628msgstr ""
16629
b1b51268 16630#: cp/tree.c:1912
b97e55da 16631msgid "requested init_priority is reserved for internal use"
3855d0d1
JM
16632msgstr ""
16633
b1b51268 16634#: cp/tree.c:1922
b97e55da
JM
16635#, c-format
16636msgid "`%s' attribute is not supported on this platform"
3855d0d1
JM
16637msgstr ""
16638
b1b51268 16639#: cp/tree.c:2514
b97e55da
JM
16640#, c-format
16641msgid "lang_* check: failed in %s, at %s:%d"
d9b2742a
ZW
16642msgstr ""
16643
b1b51268 16644#: cp/typeck.c:437 cp/typeck.c:451 cp/typeck.c:543
b97e55da 16645msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
3855d0d1
JM
16646msgstr ""
16647
b97e55da
JM
16648#: cp/typeck.c:513
16649#, c-format
16650msgid ""
16651"ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
3855d0d1
JM
16652msgstr ""
16653
b97e55da
JM
16654#: cp/typeck.c:563
16655msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
3855d0d1
JM
16656msgstr ""
16657
b1b51268 16658#: cp/typeck.c:1240
b97e55da
JM
16659#, c-format
16660msgid "invalid application of `%s' to a member function"
3855d0d1
JM
16661msgstr ""
16662
b1b51268 16663#: cp/typeck.c:1273
b97e55da
JM
16664#, c-format
16665msgid "invalid application of `%s' to a bit-field"
3855d0d1
JM
16666msgstr ""
16667
b1b51268 16668#: cp/typeck.c:1278
b97e55da
JM
16669#, c-format
16670msgid "ISO C++ forbids applying `%s' to an expression of function type"
d9b2742a
ZW
16671msgstr ""
16672
b1b51268 16673#: cp/typeck.c:1347
b97e55da 16674msgid "invalid use of non-static member function"
3855d0d1
JM
16675msgstr ""
16676
b1b51268 16677#: cp/typeck.c:1475
b97e55da 16678msgid "deprecated conversion from string constant to `%T'"
3855d0d1
JM
16679msgstr ""
16680
b1b51268 16681#: cp/typeck.c:1587 cp/typeck.c:1878
b97e55da 16682msgid "request for member `%D' in `%E', which is of non-class type `%T'"
8d9d2e1d
ZW
16683msgstr ""
16684
b06c20ee 16685#: cp/typeck.c:1614
b97e55da
JM
16686#, c-format
16687msgid "invalid use of nonstatic data member '%E'"
3855d0d1
JM
16688msgstr ""
16689
b06c20ee 16690#: cp/typeck.c:1666 cp/typeck.c:1688
b97e55da 16691msgid "invalid access to non-static data member `%D' of NULL object"
3855d0d1
JM
16692msgstr ""
16693
b06c20ee 16694#: cp/typeck.c:1668 cp/typeck.c:1690
b97e55da 16695msgid "(perhaps the `offsetof' macro was used incorrectly)"
3855d0d1
JM
16696msgstr ""
16697
b1b51268
JM
16698#: cp/typeck.c:1805
16699msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
9d967a7e
ZW
16700msgstr ""
16701
b1b51268 16702#: cp/typeck.c:1928
b97e55da 16703msgid "`%D::%D' is not a member of `%T'"
9d967a7e
ZW
16704msgstr ""
16705
b1b51268 16706#: cp/typeck.c:1939
b97e55da 16707msgid "`%T' is not a base of `%T'"
d9b2742a
ZW
16708msgstr ""
16709
b1b51268 16710#: cp/typeck.c:1958
b97e55da 16711msgid "'%D' has no member named '%E'"
3855d0d1
JM
16712msgstr ""
16713
b1b51268 16714#: cp/typeck.c:1973
b97e55da 16715msgid "`%D' is not a member template function"
3855d0d1
JM
16716msgstr ""
16717
b97e55da
JM
16718#. A pointer to incomplete type (other than cv void) can be
16719#. dereferenced [expr.unary.op]/1
b1b51268 16720#: cp/typeck.c:2079
b97e55da 16721msgid "`%T' is not a pointer-to-object type"
3855d0d1
JM
16722msgstr ""
16723
b1b51268 16724#: cp/typeck.c:2104
b97e55da
JM
16725#, c-format
16726msgid "invalid use of `%s' on pointer to member"
3855d0d1
JM
16727msgstr ""
16728
b1b51268 16729#: cp/typeck.c:2110
b97e55da 16730msgid "invalid type argument"
3855d0d1
JM
16731msgstr ""
16732
b1b51268 16733#: cp/typeck.c:2215
b97e55da 16734msgid "ISO C++ forbids subscripting non-lvalue array"
3855d0d1
JM
16735msgstr ""
16736
b1b51268 16737#: cp/typeck.c:2226
b97e55da 16738msgid "subscripting array declared `register'"
3855d0d1
JM
16739msgstr ""
16740
b1b51268 16741#: cp/typeck.c:2309
b97e55da
JM
16742#, c-format
16743msgid "object missing in use of `%E'"
3855d0d1
JM
16744msgstr ""
16745
b1b51268 16746#: cp/typeck.c:2411
b97e55da 16747msgid "ISO C++ forbids calling `::main' from within program"
3855d0d1
JM
16748msgstr ""
16749
b1b51268 16750#: cp/typeck.c:2436
b97e55da
JM
16751#, c-format
16752msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
d9b2742a
ZW
16753msgstr ""
16754
b1b51268 16755#: cp/typeck.c:2449
b97e55da
JM
16756#, c-format
16757msgid "`%E' cannot be used as a function"
3855d0d1
JM
16758msgstr ""
16759
b1b51268 16760#: cp/typeck.c:2542
b97e55da 16761msgid "too many arguments to %s `%+#D'"
3855d0d1
JM
16762msgstr ""
16763
b1b51268 16764#: cp/typeck.c:2544 cp/typeck.c:2650
b97e55da 16765msgid "at this point in file"
3855d0d1
JM
16766msgstr ""
16767
b1b51268 16768#: cp/typeck.c:2581
b97e55da 16769msgid "parameter %P of `%D' has incomplete type `%T'"
3855d0d1
JM
16770msgstr ""
16771
b1b51268 16772#: cp/typeck.c:2584
b97e55da 16773msgid "parameter %P has incomplete type `%T'"
3855d0d1
JM
16774msgstr ""
16775
b1b51268 16776#: cp/typeck.c:2648
b97e55da 16777msgid "too few arguments to %s `%+#D'"
3855d0d1
JM
16778msgstr ""
16779
b1b51268 16780#: cp/typeck.c:2795 cp/typeck.c:2805
b97e55da 16781msgid "assuming cast to type `%T' from overloaded function"
3855d0d1
JM
16782msgstr ""
16783
b1b51268 16784#: cp/typeck.c:2866
b97e55da
JM
16785#, c-format
16786msgid "division by zero in `%E / 0'"
3855d0d1
JM
16787msgstr ""
16788
b1b51268 16789#: cp/typeck.c:2868
b97e55da
JM
16790#, c-format
16791msgid "division by zero in `%E / 0.'"
3855d0d1
JM
16792msgstr ""
16793
b1b51268 16794#: cp/typeck.c:2897
b97e55da
JM
16795#, c-format
16796msgid "division by zero in `%E %% 0'"
3855d0d1
JM
16797msgstr ""
16798
b1b51268 16799#: cp/typeck.c:2899
b97e55da
JM
16800#, c-format
16801msgid "division by zero in `%E %% 0.'"
3855d0d1
JM
16802msgstr ""
16803
b1b51268 16804#: cp/typeck.c:2979
b97e55da
JM
16805#, c-format
16806msgid "%s rotate count is negative"
3855d0d1
JM
16807msgstr ""
16808
b1b51268 16809#: cp/typeck.c:2982
b97e55da
JM
16810#, c-format
16811msgid "%s rotate count >= width of type"
3855d0d1
JM
16812msgstr ""
16813
b1b51268 16814#: cp/typeck.c:3016 cp/typeck.c:3021 cp/typeck.c:3112 cp/typeck.c:3117
b97e55da 16815msgid "ISO C++ forbids comparison between pointer and integer"
3855d0d1
JM
16816msgstr ""
16817
b1b51268 16818#: cp/typeck.c:3298
b97e55da 16819msgid "comparison between types `%#T' and `%#T'"
3855d0d1
JM
16820msgstr ""
16821
b1b51268 16822#: cp/typeck.c:3334
b97e55da 16823msgid "comparison between signed and unsigned integer expressions"
3855d0d1
JM
16824msgstr ""
16825
b1b51268 16826#: cp/typeck.c:3399
b97e55da 16827msgid "invalid operands of types `%T' and `%T' to binary `%O'"
7bf81eee
PT
16828msgstr ""
16829
b97e55da
JM
16830#. Some sort of arithmetic operation involving NULL was
16831#. performed. Note that pointer-difference and pointer-addition
16832#. have already been handled above, and so we don't end up here in
16833#. that case.
b1b51268 16834#: cp/typeck.c:3421
b97e55da 16835msgid "NULL used in arithmetic"
7bf81eee
PT
16836msgstr ""
16837
b06c20ee 16838#: cp/typeck.c:3479
b97e55da 16839msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
7bf81eee
PT
16840msgstr ""
16841
b06c20ee 16842#: cp/typeck.c:3481
b97e55da 16843msgid "ISO C++ forbids using pointer to a function in subtraction"
7bf81eee
PT
16844msgstr ""
16845
b06c20ee 16846#: cp/typeck.c:3483
b97e55da 16847msgid "ISO C++ forbids using pointer to a method in subtraction"
7bf81eee
PT
16848msgstr ""
16849
b06c20ee 16850#: cp/typeck.c:3495
b97e55da 16851msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
7bf81eee
PT
16852msgstr ""
16853
b1b51268 16854#: cp/typeck.c:3547
3855d0d1 16855#, c-format
b97e55da
JM
16856msgid ""
16857"invalid use of '%E' to form a pointer-to-member-function. Use a qualified-"
16858"id."
7bf81eee
PT
16859msgstr ""
16860
b1b51268 16861#: cp/typeck.c:3553
b97e55da
JM
16862#, c-format
16863msgid ""
16864"parenthesis around '%E' cannot be used to form a pointer-to-member-function"
7bf81eee
PT
16865msgstr ""
16866
b1b51268 16867#: cp/typeck.c:3575
b97e55da 16868msgid "taking address of temporary"
7bf81eee
PT
16869msgstr ""
16870
b1b51268 16871#: cp/typeck.c:3800
b97e55da
JM
16872#, c-format
16873msgid "ISO C++ forbids %sing an enum"
7bf81eee
PT
16874msgstr ""
16875
b1b51268 16876#: cp/typeck.c:3811
b97e55da 16877msgid "cannot %s a pointer to incomplete type `%T'"
7bf81eee
PT
16878msgstr ""
16879
b1b51268 16880#: cp/typeck.c:3817
b97e55da 16881msgid "ISO C++ forbids %sing a pointer of type `%T'"
1737c953
JM
16882msgstr ""
16883
b1b51268 16884#: cp/typeck.c:3842
b97e55da 16885msgid "cast to non-reference type used as lvalue"
1737c953
JM
16886msgstr ""
16887
b1b51268 16888#: cp/typeck.c:3876
b97e55da 16889msgid "invalid use of `--' on bool variable `%D'"
1737c953
JM
16890msgstr ""
16891
b97e55da 16892#. ARM $3.4
b1b51268 16893#: cp/typeck.c:3905
b97e55da 16894msgid "ISO C++ forbids taking address of function `::main'"
1737c953
JM
16895msgstr ""
16896
b06c20ee 16897#. An expression like &memfn.
b1b51268 16898#: cp/typeck.c:3974
b97e55da
JM
16899msgid ""
16900"ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16901"static member function to form a pointer to member function. Say `&%T::%D'"
1737c953
JM
16902msgstr ""
16903
b1b51268 16904#: cp/typeck.c:3979
b97e55da
JM
16905msgid ""
16906"ISO C++ forbids taking the address of a bound member function to form a "
16907"pointer to member function. Say `&%T::%D'"
1737c953
JM
16908msgstr ""
16909
b1b51268 16910#: cp/typeck.c:4007
b97e55da 16911msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
1737c953
JM
16912msgstr ""
16913
b1b51268 16914#: cp/typeck.c:4027
b97e55da 16915msgid "unary `&'"
1737c953
JM
16916msgstr ""
16917
b1b51268 16918#: cp/typeck.c:4056
b97e55da 16919msgid "attempt to take address of bit-field structure member `%D'"
1737c953
JM
16920msgstr ""
16921
b1b51268 16922#: cp/typeck.c:4170
b97e55da 16923msgid "taking address of destructor"
1737c953
JM
16924msgstr ""
16925
b1b51268 16926#: cp/typeck.c:4183
b97e55da 16927msgid "taking address of bound pointer-to-member expression"
1737c953
JM
16928msgstr ""
16929
b1b51268 16930#: cp/typeck.c:4191
b97e55da 16931msgid "cannot create pointer to reference member `%D'"
1737c953
JM
16932msgstr ""
16933
b1b51268 16934#: cp/typeck.c:4253
b97e55da 16935msgid "cannot take the address of `this', which is an rvalue expression"
1737c953
JM
16936msgstr ""
16937
b1b51268 16938#: cp/typeck.c:4272
b97e55da 16939msgid "address requested for `%D', which is declared `register'"
1737c953
JM
16940msgstr ""
16941
b1b51268 16942#: cp/typeck.c:4340
b97e55da
JM
16943#, c-format
16944msgid "%s expression list treated as compound expression"
1737c953
JM
16945msgstr ""
16946
b1b51268 16947#: cp/typeck.c:4414
b97e55da 16948msgid "%s from type `%T' to type `%T' casts away constness"
1737c953
JM
16949msgstr ""
16950
b1b51268 16951#: cp/typeck.c:4606
b97e55da 16952msgid "invalid static_cast from type `%T' to type `%T'"
1737c953
JM
16953msgstr ""
16954
b1b51268 16955#: cp/typeck.c:4646
3855d0d1 16956msgid ""
b97e55da 16957"invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
1737c953
JM
16958msgstr ""
16959
b1b51268 16960#: cp/typeck.c:4666
b97e55da 16961msgid "reinterpret_cast from `%T' to `%T' loses precision"
1737c953
JM
16962msgstr ""
16963
b1b51268 16964#: cp/typeck.c:4685
b97e55da
JM
16965msgid ""
16966"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
1737c953
JM
16967msgstr ""
16968
b1b51268 16969#: cp/typeck.c:4691
b97e55da 16970msgid "invalid reinterpret_cast from type `%T' to type `%T'"
1737c953
JM
16971msgstr ""
16972
b1b51268 16973#: cp/typeck.c:4719
b97e55da
JM
16974msgid ""
16975"invalid use of const_cast with type `%T', which is not a pointer, reference, "
16976"nor a pointer-to-data-member type"
1737c953
JM
16977msgstr ""
16978
b1b51268 16979#: cp/typeck.c:4722
b97e55da
JM
16980msgid ""
16981"invalid use of const_cast with type `%T', which is a pointer or reference to "
16982"a function type"
1737c953
JM
16983msgstr ""
16984
b1b51268 16985#: cp/typeck.c:4745
b97e55da 16986msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
1737c953
JM
16987msgstr ""
16988
b1b51268 16989#: cp/typeck.c:4762
b97e55da 16990msgid "invalid const_cast from type `%T' to type `%T'"
1737c953
JM
16991msgstr ""
16992
b1b51268 16993#: cp/typeck.c:4802 cp/typeck.c:4807
b97e55da 16994msgid "ISO C++ forbids casting to an array type `%T'"
1737c953
JM
16995msgstr ""
16996
b1b51268 16997#: cp/typeck.c:4815
b97e55da 16998msgid "invalid cast to function type `%T'"
7bf81eee
PT
16999msgstr ""
17000
b1b51268 17001#: cp/typeck.c:4871
b97e55da 17002msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
7bf81eee
PT
17003msgstr ""
17004
b1b51268 17005#: cp/typeck.c:4919
b97e55da 17006msgid "cast from `%T' to `%T' increases required alignment of target type"
7bf81eee
PT
17007msgstr ""
17008
b1b51268 17009#: cp/typeck.c:5086
b97e55da 17010msgid " in evaluation of `%Q(%#T, %#T)'"
7bf81eee
PT
17011msgstr ""
17012
b1b51268 17013#: cp/typeck.c:5156
b97e55da 17014msgid "incompatible types in assignment of `%T' to `%T'"
7bf81eee
PT
17015msgstr ""
17016
b1b51268 17017#: cp/typeck.c:5163
b97e55da 17018msgid "ISO C++ forbids assignment of arrays"
7bf81eee
PT
17019msgstr ""
17020
b1b51268 17021#: cp/typeck.c:5265
b97e55da 17022msgid " in pointer to member function conversion"
7bf81eee
PT
17023msgstr ""
17024
b1b51268 17025#: cp/typeck.c:5271
b97e55da 17026msgid " in pointer to member conversion"
7bf81eee
PT
17027msgstr ""
17028
b97e55da 17029#. This is a reinterpret cast, we choose to do nothing.
b1b51268 17030#: cp/typeck.c:5281 cp/typeck.c:5297
b97e55da 17031msgid "pointer to member cast via virtual base `%T'"
7bf81eee
PT
17032msgstr ""
17033
b1b51268 17034#: cp/typeck.c:5300
b97e55da 17035msgid "pointer to member conversion via virtual base `%T'"
3855d0d1
JM
17036msgstr ""
17037
b1b51268 17038#: cp/typeck.c:5372
b97e55da 17039msgid "invalid conversion to type `%T' from type `%T'"
7bf81eee
PT
17040msgstr ""
17041
b1b51268 17042#: cp/typeck.c:5528
b97e55da 17043msgid "passing NULL used for non-pointer %s %P of `%D'"
7bf81eee
PT
17044msgstr ""
17045
b1b51268 17046#: cp/typeck.c:5531
b97e55da 17047msgid "%s to non-pointer type `%T' from NULL"
3855d0d1
JM
17048msgstr ""
17049
b1b51268 17050#: cp/typeck.c:5539
b97e55da 17051msgid "passing `%T' for %s %P of `%D'"
3855d0d1
JM
17052msgstr ""
17053
b1b51268 17054#: cp/typeck.c:5542
b97e55da 17055msgid "%s to `%T' from `%T'"
7bf81eee
PT
17056msgstr ""
17057
b1b51268 17058#: cp/typeck.c:5551
b97e55da 17059msgid "passing negative value `%E' for %s %P of `%D'"
7bf81eee
PT
17060msgstr ""
17061
b1b51268 17062#: cp/typeck.c:5554
b97e55da 17063msgid "%s of negative value `%E' to `%T'"
3855d0d1
JM
17064msgstr ""
17065
b1b51268 17066#: cp/typeck.c:5641
b97e55da 17067msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
7bf81eee
PT
17068msgstr ""
17069
b1b51268 17070#: cp/typeck.c:5644
b97e55da 17071msgid "cannot convert `%T' to `%T' in %s"
3855d0d1
JM
17072msgstr ""
17073
b1b51268 17074#: cp/typeck.c:5721 cp/typeck.c:5723
b97e55da 17075msgid "in passing argument %P of `%+D'"
7bf81eee
PT
17076msgstr ""
17077
b1b51268 17078#: cp/typeck.c:5830
b97e55da 17079msgid "returning reference to temporary"
3855d0d1
JM
17080msgstr ""
17081
b1b51268 17082#: cp/typeck.c:5837
b97e55da 17083msgid "reference to non-lvalue returned"
3855d0d1
JM
17084msgstr ""
17085
b1b51268 17086#: cp/typeck.c:5849
b97e55da 17087msgid "reference to local variable `%D' returned"
3855d0d1
JM
17088msgstr ""
17089
b1b51268 17090#: cp/typeck.c:5852
b97e55da 17091msgid "address of local variable `%D' returned"
3855d0d1
JM
17092msgstr ""
17093
b1b51268 17094#: cp/typeck.c:5882
b97e55da 17095msgid "returning a value from a destructor"
9d967a7e
ZW
17096msgstr ""
17097
b97e55da
JM
17098#. If a return statement appears in a handler of the
17099#. function-try-block of a constructor, the program is ill-formed.
b1b51268 17100#: cp/typeck.c:5890
b97e55da 17101msgid "cannot return from a handler of a function-try-block of a constructor"
3855d0d1
JM
17102msgstr ""
17103
b97e55da 17104#. You can't return a value from a constructor.
b1b51268 17105#: cp/typeck.c:5893
b97e55da 17106msgid "returning a value from a constructor"
3855d0d1
JM
17107msgstr ""
17108
b1b51268 17109#: cp/typeck.c:5916
b97e55da 17110msgid "return-statement with no value, in function returning '%T'"
7bf81eee
PT
17111msgstr ""
17112
b1b51268 17113#: cp/typeck.c:5933
b97e55da 17114msgid "return-statement with a value, in function returning 'void'"
3855d0d1
JM
17115msgstr ""
17116
b1b51268 17117#: cp/typeck.c:5955
b97e55da
JM
17118msgid ""
17119"`operator new' must not return NULL unless it is declared `throw()' (or -"
17120"fcheck-new is in effect)"
3855d0d1
JM
17121msgstr ""
17122
01b84e13 17123#: cp/typeck2.c:56
b97e55da 17124msgid "type `%T' is not a base type for type `%T'"
7bf81eee
PT
17125msgstr ""
17126
01b84e13 17127#: cp/typeck2.c:152
b97e55da 17128msgid "cannot declare variable `%D' to be of type `%T'"
dc6746e7
PT
17129msgstr ""
17130
01b84e13 17131#: cp/typeck2.c:155
b97e55da 17132msgid "cannot declare parameter `%D' to be of type `%T'"
3855d0d1
JM
17133msgstr ""
17134
01b84e13 17135#: cp/typeck2.c:158
b97e55da 17136msgid "cannot declare field `%D' to be of type `%T'"
3855d0d1
JM
17137msgstr ""
17138
01b84e13 17139#: cp/typeck2.c:162
b97e55da 17140msgid "invalid return type for member function `%#D'"
3855d0d1
JM
17141msgstr ""
17142
01b84e13 17143#: cp/typeck2.c:164
b97e55da 17144msgid "invalid return type for function `%#D'"
3855d0d1
JM
17145msgstr ""
17146
01b84e13 17147#: cp/typeck2.c:167
b97e55da 17148msgid "cannot allocate an object of type `%T'"
3855d0d1
JM
17149msgstr ""
17150
01b84e13 17151#: cp/typeck2.c:174
b97e55da 17152msgid " because the following virtual functions are abstract:"
3855d0d1
JM
17153msgstr ""
17154
01b84e13 17155#: cp/typeck2.c:176
b97e55da 17156msgid "\t%#D"
3855d0d1
JM
17157msgstr ""
17158
01b84e13 17159#: cp/typeck2.c:179
b97e55da 17160msgid " since type `%T' has abstract virtual functions"
3855d0d1
JM
17161msgstr ""
17162
b1b51268 17163#: cp/typeck2.c:428
b97e55da 17164msgid "constructor syntax used, but no constructor declared for type `%T'"
3855d0d1
JM
17165msgstr ""
17166
b1b51268 17167#: cp/typeck2.c:441
b97e55da 17168msgid "cannot initialize arrays using this syntax"
3855d0d1
JM
17169msgstr ""
17170
b1b51268 17171#: cp/typeck2.c:541
b97e55da 17172msgid "initializing array with parameter list"
3855d0d1
JM
17173msgstr ""
17174
b1b51268 17175#: cp/typeck2.c:596
b97e55da 17176msgid "initializer for scalar variable requires one element"
3855d0d1
JM
17177msgstr ""
17178
b1b51268 17179#: cp/typeck2.c:603
b97e55da 17180msgid "braces around scalar initializer for `%T'"
dc6746e7
PT
17181msgstr ""
17182
b1b51268 17183#: cp/typeck2.c:606
b97e55da 17184msgid "ignoring extra initializers for `%T'"
dc6746e7
PT
17185msgstr ""
17186
b1b51268 17187#: cp/typeck2.c:618
b97e55da 17188msgid "variable-sized object of type `%T' may not be initialized"
dc6746e7
PT
17189msgstr ""
17190
b1b51268 17191#: cp/typeck2.c:629
b97e55da 17192msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
dc6746e7
PT
17193msgstr ""
17194
b1b51268 17195#: cp/typeck2.c:694
b97e55da 17196msgid "aggregate has a partly bracketed initializer"
dc6746e7
PT
17197msgstr ""
17198
b1b51268 17199#: cp/typeck2.c:732 cp/typeck2.c:837
b97e55da 17200msgid "non-trivial labeled initializers"
3855d0d1
JM
17201msgstr ""
17202
b1b51268 17203#: cp/typeck2.c:749
b97e55da 17204msgid "non-empty initializer for array of empty elements"
3855d0d1
JM
17205msgstr ""
17206
b1b51268 17207#: cp/typeck2.c:803
b97e55da 17208msgid "initializer list for object of class with virtual base classes"
3855d0d1
JM
17209msgstr ""
17210
b1b51268 17211#: cp/typeck2.c:809
b97e55da 17212msgid "initializer list for object of class with base classes"
3855d0d1
JM
17213msgstr ""
17214
b1b51268 17215#: cp/typeck2.c:815
b97e55da 17216msgid "initializer list for object using virtual functions"
3855d0d1
JM
17217msgstr ""
17218
b1b51268 17219#: cp/typeck2.c:877 cp/typeck2.c:893
b97e55da 17220msgid "missing initializer for member `%D'"
dc6746e7
PT
17221msgstr ""
17222
b1b51268 17223#: cp/typeck2.c:882
b97e55da 17224msgid "uninitialized const member `%D'"
dc6746e7
PT
17225msgstr ""
17226
b1b51268 17227#: cp/typeck2.c:884
b97e55da 17228msgid "member `%D' with uninitialized const fields"
dc6746e7
PT
17229msgstr ""
17230
b1b51268 17231#: cp/typeck2.c:887
b97e55da 17232msgid "member `%D' is uninitialized reference"
4ba01ed2
PT
17233msgstr ""
17234
b1b51268 17235#: cp/typeck2.c:934
b97e55da 17236msgid "index value instead of field name in union initializer"
dc6746e7
PT
17237msgstr ""
17238
b1b51268 17239#: cp/typeck2.c:946
b97e55da 17240msgid "no field `%D' in union being initialized"
dc6746e7
PT
17241msgstr ""
17242
b1b51268 17243#: cp/typeck2.c:954
b97e55da 17244msgid "union `%T' with no named members cannot be initialized"
dc6746e7
PT
17245msgstr ""
17246
b1b51268 17247#: cp/typeck2.c:990
b97e55da 17248msgid "excess elements in aggregate initializer"
3855d0d1
JM
17249msgstr ""
17250
b1b51268 17251#: cp/typeck2.c:1104
b97e55da 17252msgid "circular pointer delegation detected"
3855d0d1
JM
17253msgstr ""
17254
b1b51268 17255#: cp/typeck2.c:1117
b97e55da 17256msgid "base operand of `->' has non-pointer type `%T'"
a47a6810
JM
17257msgstr ""
17258
b1b51268 17259#: cp/typeck2.c:1141
b97e55da 17260msgid "result of `operator->()' yields non-pointer result"
a47a6810
JM
17261msgstr ""
17262
b1b51268 17263#: cp/typeck2.c:1143
b97e55da 17264msgid "base operand of `->' is not a pointer"
3855d0d1
JM
17265msgstr ""
17266
b1b51268 17267#: cp/typeck2.c:1166
b97e55da 17268msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
dc6746e7
PT
17269msgstr ""
17270
b1b51268 17271#: cp/typeck2.c:1174
b97e55da
JM
17272msgid ""
17273"cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
dc6746e7
PT
17274msgstr ""
17275
b1b51268 17276#: cp/typeck2.c:1184
b97e55da 17277msgid "member type `%T::' incompatible with object type `%T'"
dc6746e7
PT
17278msgstr ""
17279
b1b51268 17280#: cp/typeck2.c:1400
b97e55da 17281msgid "call to function `%D' which throws incomplete type `%#T'"
dc6746e7
PT
17282msgstr ""
17283
b1b51268 17284#: cp/typeck2.c:1403
b97e55da 17285msgid "call to function which throws incomplete type `%#T'"
3855d0d1
JM
17286msgstr ""
17287
b97e55da 17288#. XXX Not i18n clean.
b1b51268 17289#: cp/cp-tree.h:3753
b97e55da
JM
17290#, c-format
17291msgid "%s is deprecated, please see the documentation for details"
3855d0d1
JM
17292msgstr ""
17293
b4117c30
ZW
17294#: fortran/f95-lang.c:243
17295msgid "Unexpected type in truthvalue_conversion"
3855d0d1
JM
17296msgstr ""
17297
b4117c30
ZW
17298#: fortran/f95-lang.c:291
17299#, c-format
17300msgid "can't open input file: %s"
dc6746e7
PT
17301msgstr ""
17302
b4117c30
ZW
17303#: fortran/gfortranspec.c:231
17304#, c-format
17305msgid "overflowed output arg list for `%s'"
a47a6810
JM
17306msgstr ""
17307
b4117c30
ZW
17308#: fortran/gfortranspec.c:375
17309#, c-format
17310msgid "argument to `%s' missing"
3855d0d1
JM
17311msgstr ""
17312
b4117c30
ZW
17313#: fortran/gfortranspec.c:379
17314msgid "no input files; unwilling to write output files"
3855d0d1
JM
17315msgstr ""
17316
b4117c30
ZW
17317#: fortran/trans-array.c:2668
17318msgid "Possible frontend bug: array constructor not expanded"
7bbf788c
PT
17319msgstr ""
17320
b4117c30
ZW
17321#: fortran/trans-array.c:3706
17322msgid ""
17323"Possible frontend bug: Deferred array size without pointer or allocatable "
17324"attribute."
3855d0d1
JM
17325msgstr ""
17326
b4117c30
ZW
17327#: fortran/trans-array.c:3865
17328msgid "scalar vector subscript???"
3855d0d1
JM
17329msgstr ""
17330
b4117c30 17331#: fortran/trans-array.c:4138
5b7874aa 17332#, c-format
b4117c30 17333msgid "bad expression type during walk (%d)"
d51681a7
PT
17334msgstr ""
17335
b4117c30 17336#: fortran/trans-const.c:342
d51681a7 17337#, c-format
b4117c30 17338msgid "gfc_conv_constant_to_tree(): invalid type: %s"
d51681a7
PT
17339msgstr ""
17340
b4117c30
ZW
17341#: fortran/trans-decl.c:759
17342msgid "intrinsic variable which isn't a procedure"
3855d0d1
JM
17343msgstr ""
17344
b4117c30
ZW
17345#: fortran/trans-decl.c:1619
17346msgid "Function does not return a value"
d51681a7
PT
17347msgstr ""
17348
b4117c30
ZW
17349#. I don't think this should ever happen.
17350#: fortran/trans-decl.c:1720
d51681a7 17351#, c-format
b4117c30 17352msgid "module symbol %s in wrong namespace"
d51681a7
PT
17353msgstr ""
17354
b4117c30 17355#: fortran/trans-decl.c:1737
5b7874aa 17356#, c-format
b4117c30 17357msgid "backend decl for module variable %s already exists"
dc6746e7
PT
17358msgstr ""
17359
b4117c30 17360#: fortran/trans-decl.c:1856
01b84e13 17361#, c-format
b4117c30 17362msgid "unused parameter `%s'"
dc6746e7
PT
17363msgstr ""
17364
b4117c30
ZW
17365#: fortran/trans-decl.c:1861
17366#, c-format
17367msgid "unused variable `%s'"
b06c20ee
JM
17368msgstr ""
17369
b4117c30
ZW
17370#: fortran/trans-decl.c:2007
17371msgid "Function return value not set"
b06c20ee
JM
17372msgstr ""
17373
b4117c30
ZW
17374#: fortran/trans-expr.c:845
17375msgid "Unknown intrinsic op"
b06c20ee
JM
17376msgstr ""
17377
b4117c30
ZW
17378#: fortran/trans-intrinsic.c:576
17379#, c-format
17380msgid "Intrinsic function %s(%d) not recognized"
dc6746e7
PT
17381msgstr ""
17382
b4117c30
ZW
17383#: fortran/trans-io.c:910
17384msgid "A format cannot be specified with a namelist"
d51681a7
PT
17385msgstr ""
17386
b4117c30
ZW
17387#: fortran/trans-io.c:958
17388#, c-format
17389msgid "Bad namelist IO basetype (%d)"
dc6746e7
PT
17390msgstr ""
17391
b4117c30
ZW
17392#: fortran/trans-io.c:1081
17393#, c-format
17394msgid "Bad IO basetype (%d)"
a47a6810
JM
17395msgstr ""
17396
b4117c30
ZW
17397#: fortran/trans-types.c:201
17398#, c-format
17399msgid "integer kind=%d not available"
dc6746e7
PT
17400msgstr ""
17401
b4117c30
ZW
17402#: fortran/trans-types.c:220
17403#, c-format
17404msgid "real kind=%d not available"
3855d0d1
JM
17405msgstr ""
17406
b4117c30
ZW
17407#: fortran/trans-types.c:239
17408#, c-format
17409msgid "complex kind=%d not available"
3855d0d1
JM
17410msgstr ""
17411
b4117c30 17412#: fortran/trans-types.c:262
a47a6810 17413#, c-format
b4117c30 17414msgid "logical kind=%d not available"
3855d0d1
JM
17415msgstr ""
17416
b4117c30 17417#: fortran/trans-types.c:282
b1b51268 17418#, c-format
b4117c30 17419msgid "character kind=%d not available"
b1b51268
JM
17420msgstr ""
17421
b4117c30
ZW
17422#: fortran/trans-types.c:590
17423msgid "Array element size too big"
3855d0d1
JM
17424msgstr ""
17425
b4117c30
ZW
17426#: fortran/trans.c:590
17427msgid "gfc_trans_code(): Bad statement code"
3855d0d1
JM
17428msgstr ""
17429
b4117c30
ZW
17430#. I changed this from sorry(...) because it should not return.
17431#. TODO: Remove gfc_todo_error before releasing version 1.0.
17432#: fortran/trans.h:526
17433msgid "gfc_todo: Not Implemented: "
3855d0d1
JM
17434msgstr ""
17435
b4117c30
ZW
17436#: java/check-init.c:905
17437#, c-format
17438msgid "internal error in check-init: tree code not implemented: %s"
3855d0d1
JM
17439msgstr ""
17440
b4117c30
ZW
17441#: java/check-init.c:977
17442msgid "%Jfinal field `%D' may not have been initialized"
3855d0d1
JM
17443msgstr ""
17444
b4117c30
ZW
17445#: java/class.c:636 java/class.c:660
17446msgid "internal error - too many interface type"
d51681a7
PT
17447msgstr ""
17448
b4117c30
ZW
17449#: java/class.c:759
17450msgid "bad method signature"
dc6746e7
PT
17451msgstr ""
17452
b4117c30
ZW
17453#: java/class.c:803
17454msgid "misplaced ConstantValue attribute (not in any field)"
dc6746e7
PT
17455msgstr ""
17456
b4117c30
ZW
17457#: java/class.c:805
17458#, c-format
17459msgid "duplicate ConstantValue attribute for field '%s'"
dc6746e7
PT
17460msgstr ""
17461
b4117c30
ZW
17462#: java/class.c:816
17463#, c-format
17464msgid "ConstantValue attribute of field '%s' has wrong type"
1737c953
JM
17465msgstr ""
17466
b4117c30
ZW
17467#: java/class.c:1111
17468#, c-format
17469msgid "field '%s' not found in class"
dc6746e7
PT
17470msgstr ""
17471
b4117c30
ZW
17472#: java/class.c:1375
17473msgid "%Jabstract method in non-abstract class"
3855d0d1
JM
17474msgstr ""
17475
b4117c30
ZW
17476#: java/class.c:2219
17477msgid "%Jnon-static method '%D' overrides static method"
dc6746e7
PT
17478msgstr ""
17479
b4117c30
ZW
17480#: java/decl.c:1065
17481msgid "%J'%D' used prior to declaration"
d51681a7
PT
17482msgstr ""
17483
b4117c30 17484#: java/decl.c:1106
b97e55da 17485#, c-format
b4117c30 17486msgid "declaration of `%s' shadows a parameter"
dc6746e7
PT
17487msgstr ""
17488
b4117c30 17489#: java/decl.c:1109
b97e55da 17490#, c-format
b4117c30 17491msgid "declaration of `%s' shadows a symbol from the parameter list"
dc6746e7
PT
17492msgstr ""
17493
b4117c30
ZW
17494#: java/decl.c:1425
17495msgid "%Jlabel '%D' used but not defined"
d51681a7
PT
17496msgstr ""
17497
b4117c30
ZW
17498#: java/decl.c:1430
17499msgid "%Jlabel '%D' defined but not used"
3855d0d1
JM
17500msgstr ""
17501
b4117c30
ZW
17502#: java/decl.c:1548
17503msgid "%JIn %D: overlapped variable and exception ranges at %d"
b1b51268
JM
17504msgstr ""
17505
17506#: java/decl.c:1626
17507msgid "bad type in parameter debug info"
17508msgstr ""
17509
17510#: java/decl.c:1635
17511msgid "%Jbad PC range for debug info for local '%D'"
17512msgstr ""
17513
17514#: java/expr.c:529
17515msgid "stack underflow - dup* operation"
17516msgstr ""
17517
17518#: java/expr.c:1479
17519#, c-format
17520msgid ""
17521"reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17522msgstr ""
17523
17524#: java/expr.c:1507
17525#, c-format
17526msgid "field `%s' not found"
17527msgstr ""
17528
17529#: java/expr.c:1704
17530msgid "ret instruction not implemented"
17531msgstr ""
17532
17533#: java/expr.c:1864
17534#, c-format
17535msgid "method '%s' not found in class"
17536msgstr ""
17537
17538#: java/expr.c:2052
17539#, c-format
17540msgid "failed to find class '%s'"
17541msgstr ""
17542
17543#: java/expr.c:2062
17544#, c-format
17545msgid "class '%s' has no method named '%s' matching signature '%s'"
17546msgstr ""
17547
17548#: java/expr.c:2072
17549msgid "invokestatic on non static method"
17550msgstr ""
17551
17552#: java/expr.c:2077
17553msgid "invokestatic on abstract method"
17554msgstr ""
17555
17556#: java/expr.c:2085
17557msgid "invoke[non-static] on static method"
17558msgstr ""
17559
17560#: java/expr.c:2379
17561#, c-format
17562msgid "missing field '%s' in '%s'"
17563msgstr ""
17564
17565#: java/expr.c:2385
17566#, c-format
17567msgid "mismatching signature for field '%s' in '%s'"
17568msgstr ""
17569
17570#: java/expr.c:2407
17571msgid "%Jassignment to final field '%D' not in field's class"
17572msgstr ""
17573
17574#: java/expr.c:2412
17575msgid "%Jassignment to final static field `%D' not in class initializer"
17576msgstr ""
17577
17578#: java/expr.c:2421
17579msgid "%Jassignment to final field '%D' not in constructor"
17580msgstr ""
17581
17582#: java/expr.c:2673
17583#, c-format
17584msgid "can't expand %s"
17585msgstr ""
17586
17587#: java/expr.c:2845
17588msgid "invalid PC in line number table"
17589msgstr ""
17590
17591#: java/expr.c:2891
17592#, c-format
17593msgid "unreachable bytecode from %d to before %d"
17594msgstr ""
17595
17596#: java/expr.c:2928
17597#, c-format
17598msgid "unreachable bytecode from %d to the end of the method"
17599msgstr ""
17600
17601#. duplicate code from LOAD macro
17602#: java/expr.c:3221
17603msgid "unrecogized wide sub-instruction"
dc6746e7
PT
17604msgstr ""
17605
b1b51268
JM
17606#: java/gjavah.c:674
17607msgid "static field has same name as method"
dc6746e7
PT
17608msgstr ""
17609
b1b51268
JM
17610#. FIXME: i18n bug here. Order of prints should not be
17611#. fixed.
17612#: java/gjavah.c:833
17613#, c-format
17614msgid "ignored method `"
dc6746e7
PT
17615msgstr ""
17616
b1b51268
JM
17617#: java/gjavah.c:835
17618#, c-format
17619msgid "' marked virtual\n"
3855d0d1
JM
17620msgstr ""
17621
b1b51268
JM
17622#: java/gjavah.c:1183
17623#, c-format
17624msgid "couldn't find class %s"
3855d0d1
JM
17625msgstr ""
17626
b1b51268
JM
17627#: java/gjavah.c:1190
17628#, c-format
17629msgid "parse error while reading %s"
3855d0d1
JM
17630msgstr ""
17631
b1b51268
JM
17632#: java/gjavah.c:1416 java/gjavah.c:1518 java/gjavah.c:1593
17633#, c-format
17634msgid "unparseable signature: `%s'"
3855d0d1
JM
17635msgstr ""
17636
b1b51268
JM
17637#: java/gjavah.c:1983
17638msgid "Not a valid Java .class file."
dc6746e7
PT
17639msgstr ""
17640
b1b51268
JM
17641#: java/gjavah.c:1991 java/jcf-parse.c:618
17642msgid "error while parsing constant pool"
3855d0d1
JM
17643msgstr ""
17644
b1b51268
JM
17645#: java/gjavah.c:1997
17646#, c-format
17647msgid "error in constant pool entry #%d"
3855d0d1
JM
17648msgstr ""
17649
b1b51268
JM
17650#: java/gjavah.c:2140
17651msgid "class is of array type\n"
dc6746e7
PT
17652msgstr ""
17653
b1b51268
JM
17654#: java/gjavah.c:2148
17655msgid "base class is of array type"
dc6746e7
PT
17656msgstr ""
17657
b1b51268
JM
17658#: java/gjavah.c:2264
17659#, c-format
17660msgid "Try `gcjh --help' for more information.\n"
3855d0d1
JM
17661msgstr ""
17662
b1b51268
JM
17663#: java/gjavah.c:2271
17664#, c-format
17665msgid ""
17666"Usage: gcjh [OPTION]... CLASS...\n"
17667"\n"
dc6746e7
PT
17668msgstr ""
17669
b1b51268
JM
17670#: java/gjavah.c:2272
17671#, c-format
17672msgid ""
17673"Generate C++ header files from .class files\n"
17674"\n"
dc6746e7
PT
17675msgstr ""
17676
b1b51268 17677#: java/gjavah.c:2273
b97e55da 17678#, c-format
b1b51268 17679msgid " -stubs Generate an implementation stub file\n"
3855d0d1
JM
17680msgstr ""
17681
b1b51268
JM
17682#: java/gjavah.c:2274
17683#, c-format
17684msgid " -jni Generate a JNI header or stub\n"
3855d0d1
JM
17685msgstr ""
17686
b1b51268
JM
17687#: java/gjavah.c:2276
17688#, c-format
17689msgid " -add TEXT Insert TEXT into class body\n"
3855d0d1
JM
17690msgstr ""
17691
b1b51268
JM
17692#: java/gjavah.c:2277
17693#, c-format
17694msgid " -append TEXT Insert TEXT after class declaration\n"
3855d0d1
JM
17695msgstr ""
17696
b1b51268
JM
17697#: java/gjavah.c:2278
17698#, c-format
17699msgid " -friend TEXT Insert TEXT as `friend' declaration\n"
a47a6810
JM
17700msgstr ""
17701
b1b51268 17702#: java/gjavah.c:2279
b97e55da 17703#, c-format
b1b51268 17704msgid " -prepend TEXT Insert TEXT before start of class\n"
a47a6810
JM
17705msgstr ""
17706
b1b51268 17707#: java/gjavah.c:2281 java/jcf-dump.c:897
5b7874aa 17708#, c-format
b1b51268 17709msgid " --classpath PATH Set path to find .class files\n"
dc6746e7
PT
17710msgstr ""
17711
b1b51268 17712#: java/gjavah.c:2282 java/jcf-dump.c:898
b97e55da 17713#, c-format
b1b51268 17714msgid " -IDIR Append directory to class path\n"
dc6746e7
PT
17715msgstr ""
17716
b1b51268
JM
17717#: java/gjavah.c:2283 java/jcf-dump.c:899
17718#, c-format
17719msgid " --bootclasspath PATH Override built-in class path\n"
dc6746e7
PT
17720msgstr ""
17721
b1b51268
JM
17722#: java/gjavah.c:2284 java/jcf-dump.c:900
17723#, c-format
17724msgid " --extdirs PATH Set extensions directory path\n"
d51681a7
PT
17725msgstr ""
17726
b1b51268
JM
17727#: java/gjavah.c:2285
17728#, c-format
17729msgid " -d DIRECTORY Set output directory name\n"
d51681a7
PT
17730msgstr ""
17731
b1b51268 17732#: java/gjavah.c:2286 java/jcf-dump.c:901 java/jv-scan.c:112
b97e55da 17733#, c-format
b1b51268 17734msgid " -o FILE Set output file name\n"
d51681a7
PT
17735msgstr ""
17736
b1b51268 17737#: java/gjavah.c:2287
b97e55da 17738#, c-format
b1b51268 17739msgid " -td DIRECTORY Set temporary directory name\n"
d51681a7
PT
17740msgstr ""
17741
b1b51268
JM
17742#: java/gjavah.c:2289 java/jcf-dump.c:903 java/jv-scan.c:114
17743#, c-format
17744msgid " --help Print this help, then exit\n"
d51681a7
PT
17745msgstr ""
17746
b1b51268
JM
17747#: java/gjavah.c:2290 java/jcf-dump.c:904 java/jv-scan.c:115
17748#, c-format
17749msgid " --version Print version number, then exit\n"
d51681a7
PT
17750msgstr ""
17751
b1b51268
JM
17752#: java/gjavah.c:2291 java/jcf-dump.c:905
17753#, c-format
17754msgid " -v, --verbose Print extra information while running\n"
d51681a7
PT
17755msgstr ""
17756
b1b51268
JM
17757#: java/gjavah.c:2293
17758#, c-format
17759msgid ""
17760" -M Print all dependencies to stdout;\n"
17761" suppress ordinary output\n"
d51681a7
PT
17762msgstr ""
17763
b1b51268
JM
17764#: java/gjavah.c:2295
17765#, c-format
17766msgid ""
17767" -MM Print non-system dependencies to stdout;\n"
17768" suppress ordinary output\n"
9d967a7e
ZW
17769msgstr ""
17770
b1b51268
JM
17771#: java/gjavah.c:2297
17772#, c-format
17773msgid " -MD Print all dependencies to stdout\n"
17774msgstr ""
17775
17776#: java/gjavah.c:2298
17777#, c-format
17778msgid " -MMD Print non-system dependencies to stdout\n"
9d967a7e
ZW
17779msgstr ""
17780
b1b51268 17781#: java/gjavah.c:2301 java/jcf-dump.c:907 java/jv-scan.c:117
b97e55da
JM
17782#, c-format
17783msgid ""
b1b51268
JM
17784"For bug reporting instructions, please see:\n"
17785"%s.\n"
17786msgstr ""
17787
17788#: java/gjavah.c:2329 java/gjavah.c:2443
17789msgid "no classes specified"
17790msgstr ""
17791
17792#: java/gjavah.c:2422
17793msgid "`-MG' option is unimplemented"
17794msgstr ""
17795
17796#: java/gjavah.c:2451
17797msgid "can't specify both -o and -MD"
9d967a7e
ZW
17798msgstr ""
17799
b1b51268 17800#: java/gjavah.c:2462
b97e55da 17801#, c-format
b1b51268 17802msgid "Processing %s\n"
9d967a7e
ZW
17803msgstr ""
17804
b1b51268
JM
17805#: java/gjavah.c:2468
17806#, c-format
17807msgid "%s: no such class"
9d967a7e
ZW
17808msgstr ""
17809
b1b51268 17810#: java/gjavah.c:2472
b97e55da 17811#, c-format
b1b51268 17812msgid "Found in %s\n"
9d967a7e
ZW
17813msgstr ""
17814
b1b51268 17815#: java/jcf-dump.c:814
b97e55da 17816#, c-format
b1b51268 17817msgid "Not a valid Java .class file.\n"
9d967a7e
ZW
17818msgstr ""
17819
b1b51268 17820#: java/jcf-dump.c:820
b97e55da 17821#, c-format
b1b51268 17822msgid "error while parsing constant pool\n"
9d967a7e
ZW
17823msgstr ""
17824
b1b51268
JM
17825#: java/jcf-dump.c:826 java/jcf-parse.c:621
17826#, c-format
17827msgid "error in constant pool entry #%d\n"
9d967a7e
ZW
17828msgstr ""
17829
b1b51268
JM
17830#: java/jcf-dump.c:836
17831#, c-format
17832msgid "error while parsing fields\n"
9d967a7e
ZW
17833msgstr ""
17834
b1b51268
JM
17835#: java/jcf-dump.c:842
17836#, c-format
17837msgid "error while parsing methods\n"
9d967a7e
ZW
17838msgstr ""
17839
b1b51268 17840#: java/jcf-dump.c:848
b97e55da 17841#, c-format
b1b51268 17842msgid "error while parsing final attributes\n"
9d967a7e
ZW
17843msgstr ""
17844
b1b51268 17845#: java/jcf-dump.c:885
b97e55da 17846#, c-format
b1b51268 17847msgid "Try `jcf-dump --help' for more information.\n"
9d967a7e
ZW
17848msgstr ""
17849
b1b51268
JM
17850#: java/jcf-dump.c:892
17851#, c-format
17852msgid ""
17853"Usage: jcf-dump [OPTION]... CLASS...\n"
17854"\n"
9d967a7e
ZW
17855msgstr ""
17856
b1b51268
JM
17857#: java/jcf-dump.c:893
17858#, c-format
17859msgid ""
17860"Display contents of a class file in readable form.\n"
17861"\n"
9d967a7e
ZW
17862msgstr ""
17863
b1b51268
JM
17864#: java/jcf-dump.c:894
17865#, c-format
17866msgid " -c Disassemble method bodies\n"
9d967a7e
ZW
17867msgstr ""
17868
b1b51268 17869#: java/jcf-dump.c:895
b97e55da 17870#, c-format
b1b51268 17871msgid " --javap Generate output in `javap' format\n"
9d967a7e
ZW
17872msgstr ""
17873
b1b51268
JM
17874#: java/jcf-dump.c:932 java/jcf-dump.c:1000
17875#, c-format
17876msgid "jcf-dump: no classes specified\n"
9d967a7e
ZW
17877msgstr ""
17878
b1b51268 17879#: java/jcf-dump.c:1020
b97e55da 17880#, c-format
b1b51268 17881msgid "Cannot open '%s' for output.\n"
9d967a7e
ZW
17882msgstr ""
17883
b1b51268 17884#: java/jcf-dump.c:1066
b97e55da 17885#, c-format
b1b51268 17886msgid "bad format of .zip/.jar archive\n"
9d967a7e
ZW
17887msgstr ""
17888
b1b51268
JM
17889#: java/jcf-dump.c:1184
17890#, c-format
17891msgid "Bad byte codes.\n"
9d967a7e
ZW
17892msgstr ""
17893
b1b51268 17894#: java/jcf-io.c:535
b97e55da
JM
17895#, c-format
17896msgid ""
17897"source file for class `%s' is newer than its matching class file. Source "
17898"file `%s' used instead"
9d967a7e
ZW
17899msgstr ""
17900
01b84e13 17901#: java/jcf-parse.c:330
b97e55da 17902msgid "bad string constant"
9d967a7e
ZW
17903msgstr ""
17904
01b84e13 17905#: java/jcf-parse.c:348
b97e55da
JM
17906#, c-format
17907msgid "bad value constant type %d, index %d"
9d967a7e
ZW
17908msgstr ""
17909
01b84e13 17910#: java/jcf-parse.c:514
b97e55da
JM
17911#, c-format
17912msgid "can't reopen %s: %m"
9d967a7e
ZW
17913msgstr ""
17914
01b84e13 17915#: java/jcf-parse.c:519
b97e55da
JM
17916#, c-format
17917msgid "can't close %s: %m"
9d967a7e
ZW
17918msgstr ""
17919
01b84e13 17920#: java/jcf-parse.c:604
b97e55da
JM
17921#, c-format
17922msgid "cannot find file for class %s"
9d967a7e
ZW
17923msgstr ""
17924
01b84e13 17925#: java/jcf-parse.c:615
b97e55da 17926msgid "not a valid Java .class file"
9d967a7e
ZW
17927msgstr ""
17928
b97e55da 17929#. FIXME - where was first time
01b84e13 17930#: java/jcf-parse.c:633
b97e55da
JM
17931#, c-format
17932msgid "reading class %s for the second time from %s"
9d967a7e
ZW
17933msgstr ""
17934
01b84e13 17935#: java/jcf-parse.c:651
b97e55da 17936msgid "error while parsing fields"
9d967a7e
ZW
17937msgstr ""
17938
01b84e13 17939#: java/jcf-parse.c:654
b97e55da 17940msgid "error while parsing methods"
9d967a7e
ZW
17941msgstr ""
17942
01b84e13 17943#: java/jcf-parse.c:657
b97e55da 17944msgid "error while parsing final attributes"
9d967a7e
ZW
17945msgstr ""
17946
01b84e13 17947#: java/jcf-parse.c:671
b97e55da
JM
17948#, c-format
17949msgid ""
17950"the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17951"length `gnu.gcj.gcj-compiled' attribute. This generally means that your "
17952"classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the "
17953"info page describing how to set the classpath"
9d967a7e
ZW
17954msgstr ""
17955
01b84e13 17956#: java/jcf-parse.c:749
b97e55da 17957msgid "missing Code attribute"
9d967a7e
ZW
17958msgstr ""
17959
01b84e13 17960#: java/jcf-parse.c:981
b97e55da 17961msgid "%Hsource file seen twice on command line and will be compiled only once"
9d967a7e
ZW
17962msgstr ""
17963
b1b51268 17964#: java/jcf-parse.c:996
b97e55da 17965msgid "no input file specified"
9d967a7e
ZW
17966msgstr ""
17967
b1b51268 17968#: java/jcf-parse.c:1025
9d967a7e 17969#, c-format
b97e55da 17970msgid "can't close input file %s: %m"
9d967a7e
ZW
17971msgstr ""
17972
b1b51268 17973#: java/jcf-parse.c:1063
9d967a7e 17974#, c-format
b97e55da 17975msgid "bad zip/jar file %s"
9d967a7e
ZW
17976msgstr ""
17977
b1b51268 17978#: java/jcf-parse.c:1238
9d967a7e 17979#, c-format
b97e55da 17980msgid "error while reading %s from zip file"
9d967a7e
ZW
17981msgstr ""
17982
b1b51268 17983#: java/jcf-write.c:2611
9d967a7e
ZW
17984#, c-format
17985msgid ""
b97e55da 17986"internal error in generate_bytecode_insn - tree code not implemented: %s"
9d967a7e
ZW
17987msgstr ""
17988
b1b51268 17989#: java/jcf-write.c:2943
b97e55da 17990msgid "field initializer type mismatch"
9d967a7e
ZW
17991msgstr ""
17992
b1b51268 17993#: java/jcf-write.c:3400
b97e55da
JM
17994#, c-format
17995msgid "can't create directory %s: %m"
9d967a7e
ZW
17996msgstr ""
17997
b1b51268 17998#: java/jcf-write.c:3453
b97e55da
JM
17999#, c-format
18000msgid "can't create %s: %m"
9d967a7e
ZW
18001msgstr ""
18002
b1b51268
JM
18003#: java/jv-scan.c:97
18004#, c-format
18005msgid "Try `jv-scan --help' for more information.\n"
18006msgstr ""
18007
18008#: java/jv-scan.c:104
18009#, c-format
18010msgid ""
18011"Usage: jv-scan [OPTION]... FILE...\n"
18012"\n"
18013msgstr ""
18014
18015#: java/jv-scan.c:105
18016#, c-format
18017msgid ""
18018"Print useful information read from Java source files.\n"
18019"\n"
18020msgstr ""
18021
18022#: java/jv-scan.c:106
18023#, c-format
18024msgid " --no-assert Don't recognize the assert keyword\n"
18025msgstr ""
18026
18027#: java/jv-scan.c:107
18028#, c-format
18029msgid " --complexity Print cyclomatic complexity of input file\n"
18030msgstr ""
18031
18032#: java/jv-scan.c:108
18033#, c-format
18034msgid " --encoding NAME Specify encoding of input file\n"
18035msgstr ""
18036
18037#: java/jv-scan.c:109
18038#, c-format
18039msgid " --print-main Print name of class containing `main'\n"
18040msgstr ""
18041
18042#: java/jv-scan.c:110
18043#, c-format
18044msgid " --list-class List all classes defined in file\n"
18045msgstr ""
18046
18047#: java/jv-scan.c:111
18048#, c-format
18049msgid ""
18050" --list-filename Print input filename when listing class names\n"
9d967a7e
ZW
18051msgstr ""
18052
b97e55da 18053#: java/jv-scan.c:188
b1b51268
JM
18054msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
18055msgstr ""
18056
18057#: java/jv-scan.c:191
b97e55da
JM
18058#, c-format
18059msgid "can't open output file `%s'"
9d967a7e
ZW
18060msgstr ""
18061
b1b51268 18062#: java/jv-scan.c:225
b97e55da
JM
18063#, c-format
18064msgid "file not found `%s'"
9d967a7e
ZW
18065msgstr ""
18066
b1b51268
JM
18067#: java/jv-scan.c:247
18068#, c-format
18069msgid "%s: error: "
18070msgstr ""
18071
18072#: java/jv-scan.c:259
18073#, c-format
18074msgid "%s: warning: "
18075msgstr ""
18076
18077#: java/jvgenmain.c:48
18078#, c-format
18079msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18080msgstr ""
18081
18082#: java/jvgenmain.c:98
18083#, c-format
18084msgid "%s: Cannot open output file: %s\n"
18085msgstr ""
18086
18087#: java/jvgenmain.c:135
18088#, c-format
18089msgid "%s: Failed to close output file %s\n"
18090msgstr ""
18091
b97e55da
JM
18092#: java/jvspec.c:418
18093msgid "can't specify `-D' without `--main'\n"
9d967a7e
ZW
18094msgstr ""
18095
b97e55da
JM
18096#: java/jvspec.c:421
18097#, c-format
18098msgid "`%s' is not a valid class name"
9d967a7e
ZW
18099msgstr ""
18100
b97e55da
JM
18101#: java/jvspec.c:427
18102msgid "--resource requires -o"
9d967a7e
ZW
18103msgstr ""
18104
b97e55da
JM
18105#: java/jvspec.c:434
18106msgid "warning: already-compiled .class files ignored with -C"
9d967a7e
ZW
18107msgstr ""
18108
b97e55da
JM
18109#: java/jvspec.c:441
18110msgid "cannot specify both -C and -o"
9d967a7e
ZW
18111msgstr ""
18112
b97e55da
JM
18113#: java/jvspec.c:453
18114msgid "cannot create temporary file"
9d967a7e
ZW
18115msgstr ""
18116
b97e55da
JM
18117#: java/jvspec.c:481
18118msgid "using both @FILE with multiple files not implemented"
9d967a7e
ZW
18119msgstr ""
18120
b97e55da
JM
18121#: java/jvspec.c:530
18122msgid "cannot specify `main' class when not linking"
9d967a7e
ZW
18123msgstr ""
18124
b1b51268 18125#: java/lang.c:748
b97e55da 18126msgid "can't do dependency tracking with input from stdin"
9d967a7e
ZW
18127msgstr ""
18128
b1b51268 18129#: java/lang.c:764
b97e55da 18130msgid "couldn't determine target name for dependency tracking"
9d967a7e
ZW
18131msgstr ""
18132
b97e55da
JM
18133#: java/lex.c:303
18134#, c-format
18135msgid ""
18136"unknown encoding: `%s'\n"
18137"This might mean that your locale's encoding is not supported\n"
18138"by your system's iconv(3) implementation. If you aren't trying\n"
18139"to use a particular encoding for your input file, try the\n"
18140"`--encoding=UTF-8' option"
9d967a7e
ZW
18141msgstr ""
18142
b97e55da
JM
18143#: java/mangle.c:89
18144#, c-format
18145msgid "can't mangle %s"
9d967a7e
ZW
18146msgstr ""
18147
b97e55da
JM
18148#: java/mangle_name.c:140 java/mangle_name.c:210
18149msgid "internal error - invalid Utf8 name"
9d967a7e
ZW
18150msgstr ""
18151
b4117c30
ZW
18152#: ../../gcc/java/parse-scan.y:880 ../../gcc/java/parse.y:951
18153#: ../../gcc/java/parse.y:1292 ../../gcc/java/parse.y:1353
18154#: ../../gcc/java/parse.y:1557 ../../gcc/java/parse.y:1779
18155#: ../../gcc/java/parse.y:1788 ../../gcc/java/parse.y:1799
18156#: ../../gcc/java/parse.y:1810 ../../gcc/java/parse.y:1822
18157#: ../../gcc/java/parse.y:1837 ../../gcc/java/parse.y:1854
18158#: ../../gcc/java/parse.y:1856 ../../gcc/java/parse.y:1937
18159#: ../../gcc/java/parse.y:2108 ../../gcc/java/parse.y:2170
18160#: ../../gcc/java/parse.y:2322 ../../gcc/java/parse.y:2334
18161#: ../../gcc/java/parse.y:2341 ../../gcc/java/parse.y:2348
18162#: ../../gcc/java/parse.y:2359 ../../gcc/java/parse.y:2361
18163#: ../../gcc/java/parse.y:2399 ../../gcc/java/parse.y:2401
18164#: ../../gcc/java/parse.y:2403 ../../gcc/java/parse.y:2424
18165#: ../../gcc/java/parse.y:2426 ../../gcc/java/parse.y:2428
18166#: ../../gcc/java/parse.y:2444 ../../gcc/java/parse.y:2446
18167#: ../../gcc/java/parse.y:2467 ../../gcc/java/parse.y:2469
18168#: ../../gcc/java/parse.y:2471 ../../gcc/java/parse.y:2499
18169#: ../../gcc/java/parse.y:2501 ../../gcc/java/parse.y:2503
18170#: ../../gcc/java/parse.y:2505 ../../gcc/java/parse.y:2523
18171#: ../../gcc/java/parse.y:2525 ../../gcc/java/parse.y:2536
18172#: ../../gcc/java/parse.y:2547 ../../gcc/java/parse.y:2558
18173#: ../../gcc/java/parse.y:2569 ../../gcc/java/parse.y:2580
18174#: ../../gcc/java/parse.y:2593 ../../gcc/java/parse.y:2597
18175#: ../../gcc/java/parse.y:2599 ../../gcc/java/parse.y:2612
b06c20ee
JM
18176msgid "Missing term"
18177msgstr ""
18178
b4117c30
ZW
18179#: ../../gcc/java/parse-scan.y:882 ../../gcc/java/parse.y:723
18180#: ../../gcc/java/parse.y:761 ../../gcc/java/parse.y:786
18181#: ../../gcc/java/parse.y:972 ../../gcc/java/parse.y:1327
18182#: ../../gcc/java/parse.y:1533 ../../gcc/java/parse.y:1535
18183#: ../../gcc/java/parse.y:1764 ../../gcc/java/parse.y:1790
18184#: ../../gcc/java/parse.y:1801 ../../gcc/java/parse.y:1812
18185#: ../../gcc/java/parse.y:1824 ../../gcc/java/parse.y:1839
b06c20ee
JM
18186msgid "';' expected"
18187msgstr ""
18188
b4117c30 18189#: ../../gcc/java/parse.y:721 ../../gcc/java/parse.y:759
b06c20ee
JM
18190msgid "Missing name"
18191msgstr ""
18192
b4117c30 18193#: ../../gcc/java/parse.y:784
b06c20ee
JM
18194msgid "'*' expected"
18195msgstr ""
18196
b4117c30 18197#: ../../gcc/java/parse.y:798
b06c20ee
JM
18198msgid "Class or interface declaration expected"
18199msgstr ""
18200
b4117c30 18201#: ../../gcc/java/parse.y:835 ../../gcc/java/parse.y:837
b06c20ee
JM
18202msgid "Missing class name"
18203msgstr ""
18204
b4117c30
ZW
18205#: ../../gcc/java/parse.y:840 ../../gcc/java/parse.y:844
18206#: ../../gcc/java/parse.y:852 ../../gcc/java/parse.y:1012
18207#: ../../gcc/java/parse.y:1273 ../../gcc/java/parse.y:1275
18208#: ../../gcc/java/parse.y:1599 ../../gcc/java/parse.y:1850
18209#: ../../gcc/java/parse.y:1882 ../../gcc/java/parse.y:1944
b06c20ee
JM
18210msgid "'{' expected"
18211msgstr ""
18212
b4117c30 18213#: ../../gcc/java/parse.y:854
b06c20ee
JM
18214msgid "Missing super class name"
18215msgstr ""
18216
b4117c30 18217#: ../../gcc/java/parse.y:864 ../../gcc/java/parse.y:880
b06c20ee
JM
18218msgid "Missing interface name"
18219msgstr ""
18220
b4117c30 18221#: ../../gcc/java/parse.y:966
b06c20ee
JM
18222msgid "Missing variable initializer"
18223msgstr ""
18224
b4117c30 18225#: ../../gcc/java/parse.y:983
b06c20ee
JM
18226msgid "Invalid declaration"
18227msgstr ""
18228
b4117c30
ZW
18229#: ../../gcc/java/parse.y:986 ../../gcc/java/parse.y:1071
18230#: ../../gcc/java/parse.y:2145 ../../gcc/java/parse.y:2167
18231#: ../../gcc/java/parse.y:2171 ../../gcc/java/parse.y:2206
18232#: ../../gcc/java/parse.y:2283 ../../gcc/java/parse.y:2293
b06c20ee
JM
18233msgid "']' expected"
18234msgstr ""
18235
b4117c30 18236#: ../../gcc/java/parse.y:990
b06c20ee
JM
18237msgid "Unbalanced ']'"
18238msgstr ""
18239
b4117c30 18240#: ../../gcc/java/parse.y:1026
b06c20ee
JM
18241msgid "Invalid method declaration, method name required"
18242msgstr ""
18243
b4117c30
ZW
18244#: ../../gcc/java/parse.y:1031 ../../gcc/java/parse.y:1036
18245#: ../../gcc/java/parse.y:1041 ../../gcc/java/parse.y:2028
b06c20ee
JM
18246msgid "Identifier expected"
18247msgstr ""
18248
b4117c30 18249#: ../../gcc/java/parse.y:1046
b06c20ee
JM
18250msgid "Invalid method declaration, return type required"
18251msgstr ""
18252
b4117c30
ZW
18253#: ../../gcc/java/parse.y:1069 ../../gcc/java/parse.y:1513
18254#: ../../gcc/java/parse.y:1520 ../../gcc/java/parse.y:1529
18255#: ../../gcc/java/parse.y:1531 ../../gcc/java/parse.y:1559
18256#: ../../gcc/java/parse.y:1667 ../../gcc/java/parse.y:1973
18257#: ../../gcc/java/parse.y:2026
b06c20ee
JM
18258msgid "')' expected"
18259msgstr ""
18260
b4117c30 18261#: ../../gcc/java/parse.y:1085
b06c20ee
JM
18262msgid "Missing formal parameter term"
18263msgstr ""
18264
b4117c30 18265#: ../../gcc/java/parse.y:1100 ../../gcc/java/parse.y:1105
b06c20ee
JM
18266msgid "Missing identifier"
18267msgstr ""
18268
b4117c30 18269#: ../../gcc/java/parse.y:1125 ../../gcc/java/parse.y:1134
b06c20ee
JM
18270msgid "Missing class type term"
18271msgstr ""
18272
b4117c30 18273#: ../../gcc/java/parse.y:1290
b06c20ee
JM
18274msgid "Invalid interface type"
18275msgstr ""
18276
b4117c30
ZW
18277#: ../../gcc/java/parse.y:1477 ../../gcc/java/parse.y:1646
18278#: ../../gcc/java/parse.y:1648
b06c20ee
JM
18279msgid "':' expected"
18280msgstr ""
18281
b4117c30
ZW
18282#: ../../gcc/java/parse.y:1499 ../../gcc/java/parse.y:1504
18283#: ../../gcc/java/parse.y:1509
b06c20ee
JM
18284msgid "Invalid expression statement"
18285msgstr ""
18286
b4117c30
ZW
18287#: ../../gcc/java/parse.y:1527 ../../gcc/java/parse.y:1555
18288#: ../../gcc/java/parse.y:1595 ../../gcc/java/parse.y:1663
18289#: ../../gcc/java/parse.y:1731 ../../gcc/java/parse.y:1852
18290#: ../../gcc/java/parse.y:1930 ../../gcc/java/parse.y:2020
18291#: ../../gcc/java/parse.y:2022 ../../gcc/java/parse.y:2030
18292#: ../../gcc/java/parse.y:2266 ../../gcc/java/parse.y:2268
b06c20ee
JM
18293msgid "'(' expected"
18294msgstr ""
18295
b4117c30 18296#: ../../gcc/java/parse.y:1597
b06c20ee
JM
18297msgid "Missing term or ')'"
18298msgstr ""
18299
b4117c30 18300#: ../../gcc/java/parse.y:1644
b06c20ee
JM
18301msgid "Missing or invalid constant expression"
18302msgstr ""
18303
b4117c30 18304#: ../../gcc/java/parse.y:1665
b06c20ee
JM
18305msgid "Missing term and ')' expected"
18306msgstr ""
18307
b4117c30 18308#: ../../gcc/java/parse.y:1704
b06c20ee
JM
18309msgid "Invalid control expression"
18310msgstr ""
18311
b4117c30 18312#: ../../gcc/java/parse.y:1706 ../../gcc/java/parse.y:1708
b06c20ee
JM
18313msgid "Invalid update expression"
18314msgstr ""
18315
b4117c30 18316#: ../../gcc/java/parse.y:1733
b06c20ee
JM
18317msgid "Invalid init statement"
18318msgstr ""
18319
b4117c30 18320#: ../../gcc/java/parse.y:1933
b06c20ee
JM
18321msgid "Missing term or ')' expected"
18322msgstr ""
18323
b4117c30 18324#: ../../gcc/java/parse.y:1975
b06c20ee
JM
18325msgid "'class' or 'this' expected"
18326msgstr ""
18327
b4117c30 18328#: ../../gcc/java/parse.y:1977 ../../gcc/java/parse.y:1979
b06c20ee
JM
18329msgid "'class' expected"
18330msgstr ""
18331
b4117c30 18332#: ../../gcc/java/parse.y:2024
b06c20ee
JM
18333msgid "')' or term expected"
18334msgstr ""
18335
b4117c30 18336#: ../../gcc/java/parse.y:2143
b06c20ee
JM
18337msgid "'[' expected"
18338msgstr ""
18339
b4117c30 18340#: ../../gcc/java/parse.y:2221
b06c20ee
JM
18341msgid "Field expected"
18342msgstr ""
18343
b4117c30 18344#: ../../gcc/java/parse.y:2278 ../../gcc/java/parse.y:2288
b06c20ee
JM
18345msgid "Missing term and ']' expected"
18346msgstr ""
18347
b4117c30 18348#: ../../gcc/java/parse.y:2392
b06c20ee
JM
18349msgid "']' expected, invalid type expression"
18350msgstr ""
18351
b4117c30 18352#: ../../gcc/java/parse.y:2395
b06c20ee
JM
18353msgid "Invalid type expression"
18354msgstr ""
18355
b4117c30 18356#: ../../gcc/java/parse.y:2507
b06c20ee
JM
18357msgid "Invalid reference type"
18358msgstr ""
18359
b4117c30 18360#: ../../gcc/java/parse.y:2979
b06c20ee
JM
18361msgid "Constructor invocation must be first thing in a constructor"
18362msgstr ""
18363
b4117c30 18364#: ../../gcc/java/parse.y:2981
b06c20ee
JM
18365msgid "Only constructors can invoke constructors"
18366msgstr ""
18367
b4117c30 18368#: ../../gcc/java/parse.y:2989
b06c20ee
JM
18369#, c-format
18370msgid ": `%s' JDK1.1(TM) feature"
18371msgstr ""
18372
b4117c30 18373#: ../../gcc/java/parse.y:3048 ../../gcc/java/parse.y:3050
b06c20ee
JM
18374#, c-format
18375msgid ""
18376"%s.\n"
18377"%s"
18378msgstr ""
18379
b4117c30 18380#: ../../gcc/java/parse.y:6932
b06c20ee
JM
18381#, c-format
18382msgid "malformed .zip archive in CLASSPATH: %s"
18383msgstr ""
18384
b4117c30 18385#: ../../gcc/java/parse.y:7003
b06c20ee
JM
18386#, c-format
18387msgid ""
18388"Can't find default package `%s'. Check the CLASSPATH environment variable "
18389"and the access to the archives"
18390msgstr ""
18391
b4117c30 18392#: ../../gcc/java/parse.y:12155
b06c20ee
JM
18393#, c-format
18394msgid "missing static field `%s'"
18395msgstr ""
18396
b4117c30 18397#: ../../gcc/java/parse.y:12160
b06c20ee
JM
18398#, c-format
18399msgid "not a static field `%s'"
18400msgstr ""
18401
b4117c30 18402#: ../../gcc/java/parse.y:12203
b06c20ee
JM
18403#, c-format
18404msgid "No case for %s"
18405msgstr ""
18406
b4117c30 18407#: ../../gcc/java/parse.y:13135
b06c20ee
JM
18408#, c-format
18409msgid "unregistered operator %s"
18410msgstr ""
18411
b1b51268 18412#: java/typeck.c:537
b97e55da 18413msgid "junk at end of signature string"
9d967a7e
ZW
18414msgstr ""
18415
b97e55da
JM
18416#: java/verify.c:471
18417msgid "bad pc in exception_table"
9d967a7e
ZW
18418msgstr ""
18419
8d98c44c 18420#: java/verify.c:1384
9d967a7e 18421#, c-format
b97e55da 18422msgid "unknown opcode %d@pc=%d during verification"
9d967a7e
ZW
18423msgstr ""
18424
8d98c44c 18425#: java/verify.c:1454 java/verify.c:1467 java/verify.c:1471
9d967a7e 18426#, c-format
b97e55da 18427msgid "verification error at PC=%d"
9d967a7e
ZW
18428msgstr ""
18429
b1b51268 18430#: objc/objc-act.c:687
9d967a7e 18431#, c-format
b97e55da 18432msgid "object does not conform to the `%s' protocol"
9d967a7e
ZW
18433msgstr ""
18434
b1b51268 18435#: objc/objc-act.c:773 objc/objc-act.c:846
9d967a7e 18436#, c-format
b97e55da 18437msgid "class `%s' does not implement the `%s' protocol"
9d967a7e
ZW
18438msgstr ""
18439
b1b51268 18440#: objc/objc-act.c:954
b97e55da
JM
18441#, c-format
18442msgid "statically allocated instance of Objective-C class `%s'"
9d967a7e
ZW
18443msgstr ""
18444
b1b51268 18445#: objc/objc-act.c:1001
b97e55da
JM
18446#, c-format
18447msgid "unexpected type for `id' (%s)"
7bbf788c
PT
18448msgstr ""
18449
b1b51268 18450#: objc/objc-act.c:1006
b97e55da 18451msgid "undefined type `id', please import <objc/objc.h>"
9d967a7e
ZW
18452msgstr ""
18453
b1b51268 18454#: objc/objc-act.c:1055
9d967a7e 18455#, c-format
b97e55da 18456msgid "protocol `%s' has circular dependency"
9d967a7e
ZW
18457msgstr ""
18458
b4117c30 18459#: objc/objc-act.c:1077 objc/objc-act.c:5963
b97e55da
JM
18460#, c-format
18461msgid "cannot find protocol declaration for `%s'"
7bbf788c
PT
18462msgstr ""
18463
b4117c30
ZW
18464#: objc/objc-act.c:1393 objc/objc-act.c:2620 objc/objc-act.c:6496
18465#: objc/objc-act.c:6805 objc/objc-act.c:6858 objc/objc-act.c:6883
b97e55da
JM
18466#, c-format
18467msgid "cannot find interface declaration for `%s'"
7bbf788c
PT
18468msgstr ""
18469
b1b51268 18470#: objc/objc-act.c:1408
b97e55da
JM
18471#, c-format
18472msgid "interface `%s' does not have valid constant string layout"
7bbf788c
PT
18473msgstr ""
18474
b1b51268 18475#: objc/objc-act.c:1425
b97e55da
JM
18476#, c-format
18477msgid "cannot find reference tag for class `%s'"
9d967a7e
ZW
18478msgstr ""
18479
b1b51268 18480#: objc/objc-act.c:2154
b97e55da
JM
18481#, c-format
18482msgid "creating selector for non existant method %s"
7bbf788c
PT
18483msgstr ""
18484
b1b51268 18485#: objc/objc-act.c:2364
b97e55da
JM
18486#, c-format
18487msgid "`%s' is not an Objective-C class name or alias"
9d967a7e
ZW
18488msgstr ""
18489
b4117c30
ZW
18490#: objc/objc-act.c:2475 objc/objc-act.c:2493 objc/objc-act.c:6752
18491#: objc/objc-act.c:7042 objc/objc-act.c:7071
b97e55da 18492msgid "Objective-C declarations may only appear in global scope"
9d967a7e
ZW
18493msgstr ""
18494
b1b51268 18495#: objc/objc-act.c:2480
b97e55da
JM
18496#, c-format
18497msgid "cannot find class `%s'"
9d967a7e
ZW
18498msgstr ""
18499
b1b51268 18500#: objc/objc-act.c:2482
b97e55da
JM
18501#, c-format
18502msgid "class `%s' already exists"
9d967a7e
ZW
18503msgstr ""
18504
b4117c30 18505#: objc/objc-act.c:2507 objc/objc-act.c:6774
b97e55da
JM
18506#, c-format
18507msgid "`%s' redeclared as different kind of symbol"
d9b2742a
ZW
18508msgstr ""
18509
b4117c30 18510#: objc/objc-act.c:2509 objc/objc-act.c:6776
b1b51268
JM
18511msgid "%Jprevious declaration of '%D'"
18512msgstr ""
18513
b97e55da 18514#. fatal did not work with 2 args...should fix
b1b51268 18515#: objc/objc-act.c:2655
b97e55da
JM
18516#, c-format
18517msgid "cannot find interface declaration for `%s', superclass of `%s'"
9d967a7e 18518msgstr ""
b97e55da 18519
b1b51268 18520#: objc/objc-act.c:2662
b97e55da
JM
18521#, c-format
18522msgid "circular inheritance in interface declaration for `%s'"
9d967a7e
ZW
18523msgstr ""
18524
b4117c30
ZW
18525#: objc/objc-act.c:2755 objc/objc-act.c:2898 objc/objc-act.c:2998
18526#: objc/objc-act.c:3173 objc/objc-act.c:3213
b97e55da 18527msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"
9d967a7e
ZW
18528msgstr ""
18529
b1b51268 18530#: objc/objc-act.c:2762
b97e55da 18531msgid "`@throw;' (rethrow) used outside of a `@catch' block"
7bbf788c
PT
18532msgstr ""
18533
b4117c30 18534#: objc/objc-act.c:3001
b97e55da 18535msgid "`@catch' parameter is not a known Objective-C class type"
9d967a7e
ZW
18536msgstr ""
18537
b4117c30 18538#: objc/objc-act.c:3010
b97e55da 18539msgid "Exception already handled by preceding `@catch(id)'"
9d967a7e
ZW
18540msgstr ""
18541
b4117c30 18542#: objc/objc-act.c:3015
9d967a7e 18543#, c-format
b97e55da 18544msgid "Exception of type `%s *' already handled by `@catch (%s *)'"
9d967a7e
ZW
18545msgstr ""
18546
b4117c30 18547#: objc/objc-act.c:3179
b97e55da 18548msgid "`@try' without `@catch' or `@finally'"
9d967a7e
ZW
18549msgstr ""
18550
b4117c30 18551#: objc/objc-act.c:3620
b97e55da 18552msgid "%Jtype '%D' does not have a known size"
9d967a7e
ZW
18553msgstr ""
18554
b4117c30 18555#: objc/objc-act.c:4229
b97e55da 18556msgid "%J%s `%s'"
9d967a7e
ZW
18557msgstr ""
18558
b4117c30 18559#: objc/objc-act.c:4254 objc/objc-act.c:4273
b97e55da 18560msgid "inconsistent instance variable specification"
9d967a7e
ZW
18561msgstr ""
18562
b4117c30 18563#: objc/objc-act.c:5284
b97e55da 18564msgid "can not use an object as parameter to a method\n"
9d967a7e
ZW
18565msgstr ""
18566
b4117c30 18567#: objc/objc-act.c:5485
b97e55da
JM
18568#, c-format
18569msgid "multiple %s named `%c%s' found"
9d967a7e
ZW
18570msgstr ""
18571
b4117c30 18572#: objc/objc-act.c:5702
b97e55da
JM
18573#, c-format
18574msgid "no super class declared in @interface for `%s'"
9d967a7e
ZW
18575msgstr ""
18576
b4117c30 18577#: objc/objc-act.c:5790
b97e55da
JM
18578#, c-format
18579msgid "invalid receiver type `%s'"
9d967a7e
ZW
18580msgstr ""
18581
b4117c30 18582#: objc/objc-act.c:5801
b97e55da
JM
18583#, c-format
18584msgid "`%s' may not respond to `%c%s'"
9d967a7e
ZW
18585msgstr ""
18586
b4117c30 18587#: objc/objc-act.c:5806
b97e55da
JM
18588#, c-format
18589msgid "`%c%s' not implemented by protocol(s)"
9d967a7e
ZW
18590msgstr ""
18591
b4117c30 18592#: objc/objc-act.c:5811
b97e55da 18593msgid "(Messages without a matching method signature"
9d967a7e
ZW
18594msgstr ""
18595
b4117c30 18596#: objc/objc-act.c:5812
b97e55da 18597msgid "will be assumed to return `id' and accept"
9d967a7e
ZW
18598msgstr ""
18599
b4117c30 18600#: objc/objc-act.c:5813
b97e55da 18601msgid "`...' as arguments.)"
9d967a7e
ZW
18602msgstr ""
18603
b4117c30 18604#: objc/objc-act.c:6062
b97e55da
JM
18605#, c-format
18606msgid "undeclared selector `%s'"
9d967a7e
ZW
18607msgstr ""
18608
b97e55da
JM
18609#. Historically, a class method that produced objects (factory
18610#. method) would assign `self' to the instance that it
18611#. allocated. This would effectively turn the class method into
18612#. an instance method. Following this assignment, the instance
18613#. variables could be accessed. That practice, while safe,
18614#. violates the simple rule that a class method should not refer
18615#. to an instance variable. It's better to catch the cases
18616#. where this is done unknowingly than to support the above
18617#. paradigm.
b4117c30 18618#: objc/objc-act.c:6104
b97e55da
JM
18619#, c-format
18620msgid "instance variable `%s' accessed in class method"
9d967a7e
ZW
18621msgstr ""
18622
b4117c30 18623#: objc/objc-act.c:6310
b97e55da
JM
18624#, c-format
18625msgid "duplicate declaration of method `%c%s'"
9d967a7e
ZW
18626msgstr ""
18627
b4117c30 18628#: objc/objc-act.c:6351
b97e55da
JM
18629#, c-format
18630msgid "duplicate interface declaration for category `%s(%s)'"
9d967a7e
ZW
18631msgstr ""
18632
b4117c30 18633#: objc/objc-act.c:6381
b97e55da
JM
18634#, c-format
18635msgid "illegal reference type specified for instance variable `%s'"
9d967a7e
ZW
18636msgstr ""
18637
b4117c30 18638#: objc/objc-act.c:6397
b97e55da
JM
18639#, c-format
18640msgid "instance variable `%s' has unknown size"
9d967a7e
ZW
18641msgstr ""
18642
b97e55da 18643#. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
b4117c30 18644#: objc/objc-act.c:6411
b97e55da
JM
18645#, c-format
18646msgid "type `%s' has virtual member functions"
9d967a7e
ZW
18647msgstr ""
18648
b4117c30 18649#: objc/objc-act.c:6412
b97e55da
JM
18650#, c-format
18651msgid "illegal aggregate type `%s' specified for instance variable `%s'"
9d967a7e
ZW
18652msgstr ""
18653
b4117c30 18654#: objc/objc-act.c:6420
b97e55da
JM
18655#, c-format
18656msgid "type `%s' has a user-defined constructor"
9d967a7e
ZW
18657msgstr ""
18658
b4117c30 18659#: objc/objc-act.c:6422
b97e55da
JM
18660#, c-format
18661msgid "type `%s' has a user-defined destructor"
9d967a7e
ZW
18662msgstr ""
18663
b4117c30 18664#: objc/objc-act.c:6423
b97e55da
JM
18665msgid ""
18666"C++ constructors and destructors will not be invoked for Objective-C fields"
9d967a7e
ZW
18667msgstr ""
18668
b4117c30 18669#: objc/objc-act.c:6473
b97e55da
JM
18670#, c-format
18671msgid "instance variable `%s' is declared private"
9d967a7e
ZW
18672msgstr ""
18673
b4117c30 18674#: objc/objc-act.c:6522
b97e55da
JM
18675#, c-format
18676msgid "instance variable `%s' is %s; this will be a hard error in the future"
9d967a7e
ZW
18677msgstr ""
18678
b4117c30 18679#: objc/objc-act.c:6529
b97e55da
JM
18680#, c-format
18681msgid "instance variable `%s' is declared %s"
9d967a7e
ZW
18682msgstr ""
18683
b4117c30 18684#: objc/objc-act.c:6539
b97e55da 18685msgid "static access to object of type `id'"
9d967a7e
ZW
18686msgstr ""
18687
b4117c30 18688#: objc/objc-act.c:6561 objc/objc-act.c:6649
b97e55da
JM
18689#, c-format
18690msgid "incomplete implementation of class `%s'"
9d967a7e
ZW
18691msgstr ""
18692
b4117c30 18693#: objc/objc-act.c:6565 objc/objc-act.c:6654
b97e55da
JM
18694#, c-format
18695msgid "incomplete implementation of category `%s'"
9d967a7e
ZW
18696msgstr ""
18697
b4117c30 18698#: objc/objc-act.c:6570 objc/objc-act.c:6659
b97e55da
JM
18699#, c-format
18700msgid "method definition for `%c%s' not found"
9d967a7e
ZW
18701msgstr ""
18702
b4117c30 18703#: objc/objc-act.c:6700
b97e55da
JM
18704#, c-format
18705msgid "%s `%s' does not fully implement the `%s' protocol"
9d967a7e
ZW
18706msgstr ""
18707
b4117c30 18708#: objc/objc-act.c:6758 objc/objc-act.c:8790
b97e55da 18709msgid "`@end' missing in implementation context"
9d967a7e
ZW
18710msgstr ""
18711
b4117c30 18712#: objc/objc-act.c:6788
b97e55da
JM
18713#, c-format
18714msgid "reimplementation of class `%s'"
9d967a7e
ZW
18715msgstr ""
18716
b4117c30 18717#: objc/objc-act.c:6819
b97e55da
JM
18718#, c-format
18719msgid "conflicting super class name `%s'"
9d967a7e
ZW
18720msgstr ""
18721
b4117c30 18722#: objc/objc-act.c:6821
b97e55da
JM
18723#, c-format
18724msgid "previous declaration of `%s'"
9d967a7e
ZW
18725msgstr ""
18726
b4117c30 18727#: objc/objc-act.c:6835 objc/objc-act.c:6837
b97e55da
JM
18728#, c-format
18729msgid "duplicate interface declaration for class `%s'"
9d967a7e
ZW
18730msgstr ""
18731
b4117c30 18732#: objc/objc-act.c:7104
b97e55da
JM
18733#, c-format
18734msgid "duplicate declaration for protocol `%s'"
9d967a7e
ZW
18735msgstr ""
18736
b97e55da 18737#. Add a readable method name to the warning.
b4117c30 18738#: objc/objc-act.c:7595
b97e55da 18739msgid "%J%s `%c%s'"
9d967a7e
ZW
18740msgstr ""
18741
b4117c30 18742#: objc/objc-act.c:7895
b97e55da
JM
18743#, c-format
18744msgid "no super class declared in interface for `%s'"
9d967a7e
ZW
18745msgstr ""
18746
b4117c30 18747#: objc/objc-act.c:7943
b97e55da 18748msgid "[super ...] must appear in a method context"
9d967a7e
ZW
18749msgstr ""
18750
b1b51268 18751#: objc/objc-parse.y:2687
b06c20ee
JM
18752msgid "`@end' must appear in an implementation context"
18753msgstr ""
18754
b1b51268 18755#: objc/objc-parse.y:2900
b06c20ee
JM
18756msgid "method definition not in class context"
18757msgstr ""
18758
b1b51268 18759#: options.c:23
b97e55da 18760msgid "Display this information"
9d967a7e
ZW
18761msgstr ""
18762
b1b51268 18763#: options.c:29
b97e55da
JM
18764msgid ""
18765"--param <param>=<value>\tSet paramter <param> to value. See below for a "
18766"complete list of parameters"
9d967a7e
ZW
18767msgstr ""
18768
b1b51268 18769#: options.c:38
b97e55da
JM
18770msgid ""
18771"-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' "
18772"before <question> disables the <answer> to <question>"
9d967a7e
ZW
18773msgstr ""
18774
b1b51268 18775#: options.c:41
b97e55da 18776msgid "Do not discard comments"
9d967a7e
ZW
18777msgstr ""
18778
b1b51268 18779#: options.c:44
b97e55da 18780msgid "Do not discard comments in macro expansions"
9d967a7e
ZW
18781msgstr ""
18782
b1b51268 18783#: options.c:47
b97e55da
JM
18784msgid ""
18785"-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just "
18786"<macro> is given, <val> is taken to be 1"
9d967a7e
ZW
18787msgstr ""
18788
b1b51268
JM
18789#: options.c:53
18790msgid "-F <dir>\tAdd <dir> to the end of the main framework include path "
18791msgstr ""
18792
18793#: options.c:56
b97e55da
JM
18794msgid ""
18795"-G<number>\tPut global and static data smaller than <number> bytes into a "
18796"special section (on some targets)"
9d967a7e
ZW
18797msgstr ""
18798
b1b51268 18799#: options.c:59
b97e55da 18800msgid "Print the name of header files as they are used"
9d967a7e
ZW
18801msgstr ""
18802
b1b51268
JM
18803#: options.c:65
18804msgid "-J<directory>\tPut MODULE files in 'directory'"
18805msgstr ""
18806
18807#: options.c:71
b97e55da 18808msgid "Generate make dependencies and compile"
9d967a7e
ZW
18809msgstr ""
18810
b1b51268 18811#: options.c:80
b97e55da 18812msgid "Treat missing header files as generated files"
9d967a7e
ZW
18813msgstr ""
18814
b1b51268 18815#: options.c:86
b97e55da 18816msgid "Like -MD but ignore system header files"
9d967a7e
ZW
18817msgstr ""
18818
b1b51268 18819#: options.c:95
b97e55da 18820msgid "-MQ <target>\tAdd a MAKE-quoted target"
9d967a7e
ZW
18821msgstr ""
18822
b1b51268 18823#: options.c:101
b97e55da 18824msgid "-O<number>\tSet optimization level to <number>"
9d967a7e
ZW
18825msgstr ""
18826
b1b51268 18827#: options.c:104
b97e55da 18828msgid "Optimize for space rather than speed"
9d967a7e
ZW
18829msgstr ""
18830
b1b51268 18831#: options.c:107
b97e55da 18832msgid "Do not generate #line directives"
9d967a7e
ZW
18833msgstr ""
18834
b1b51268 18835#: options.c:110
b97e55da 18836msgid "-U<macro>\tUndefine <macro>"
9d967a7e
ZW
18837msgstr ""
18838
b1b51268 18839#: options.c:113
b97e55da 18840msgid "This switch is deprecated; use -Wextra instead"
9d967a7e
ZW
18841msgstr ""
18842
b1b51268 18843#: options.c:119
b97e55da 18844msgid "Warn about returning structures, unions or arrays"
9d967a7e
ZW
18845msgstr ""
18846
b1b51268
JM
18847#: options.c:122
18848msgid "Warn about possible aliasing of dummy arguments"
18849msgstr ""
18850
18851#: options.c:128
b97e55da 18852msgid "Warn about casting functions to incompatible types"
9d967a7e
ZW
18853msgstr ""
18854
b1b51268 18855#: options.c:131
b97e55da 18856msgid "Warn about pointer casts which increase alignment"
9d967a7e
ZW
18857msgstr ""
18858
b1b51268 18859#: options.c:134
b97e55da 18860msgid "Warn about casts which discard qualifiers"
9d967a7e
ZW
18861msgstr ""
18862
b1b51268 18863#: options.c:137
b97e55da 18864msgid "Warn about subscripts whose type is \"char\""
9d967a7e
ZW
18865msgstr ""
18866
b1b51268
JM
18867#: options.c:140
18868msgid ""
18869"Warn about possibly nested block comments, and C++ comments spanning more "
18870"than one physical line"
18871msgstr ""
18872
18873#: options.c:143
18874msgid "Synonym for -Wcomment"
9d967a7e
ZW
18875msgstr ""
18876
b1b51268
JM
18877#: options.c:146
18878msgid "Warn about implicit conversion"
18879msgstr ""
18880
18881#: options.c:149
b97e55da 18882msgid "Warn when all constructors and destructors are private"
9d967a7e
ZW
18883msgstr ""
18884
b1b51268 18885#: options.c:152
b97e55da 18886msgid "Warn when a declaration is found after a statement"
9d967a7e
ZW
18887msgstr ""
18888
b1b51268 18889#: options.c:155
b97e55da 18890msgid "Warn if deprecated class, method, or field is used"
9d967a7e
ZW
18891msgstr ""
18892
b1b51268 18893#: options.c:158
b97e55da 18894msgid "Warn about uses of __attribute__((deprecated)) declarations"
9d967a7e
ZW
18895msgstr ""
18896
b1b51268 18897#: options.c:161
b97e55da 18898msgid "Warn when an optimization pass is disabled"
9d967a7e
ZW
18899msgstr ""
18900
b1b51268 18901#: options.c:164
b97e55da 18902msgid "Warn about compile-time integer division by zero"
9d967a7e
ZW
18903msgstr ""
18904
b1b51268 18905#: options.c:167
b97e55da 18906msgid "Warn about violations of Effective C++ style rules"
9d967a7e
ZW
18907msgstr ""
18908
b1b51268 18909#: options.c:170
b97e55da 18910msgid "Warn about stray tokens after #elif and #endif"
9d967a7e
ZW
18911msgstr ""
18912
b1b51268 18913#: options.c:173
b97e55da 18914msgid "Treat all warnings as errors"
9d967a7e
ZW
18915msgstr ""
18916
b1b51268 18917#: options.c:176
b97e55da 18918msgid "Make implicit function declarations an error"
9d967a7e
ZW
18919msgstr ""
18920
b1b51268 18921#: options.c:179
b97e55da 18922msgid "Print extra (possibly unwanted) warnings"
9d967a7e
ZW
18923msgstr ""
18924
b1b51268 18925#: options.c:182
b97e55da 18926msgid "Warn if deprecated empty statements are found"
9d967a7e
ZW
18927msgstr ""
18928
b1b51268
JM
18929#: options.c:185
18930msgid "Exit on the first error occurred"
18931msgstr ""
18932
18933#: options.c:188
b97e55da 18934msgid "Warn if testing floating point numbers for equality"
9d967a7e
ZW
18935msgstr ""
18936
b1b51268 18937#: options.c:191
b97e55da 18938msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
9d967a7e
ZW
18939msgstr ""
18940
b1b51268 18941#: options.c:194
b97e55da 18942msgid "Warn if passing too many arguments to a function for its format string"
9d967a7e
ZW
18943msgstr ""
18944
b1b51268 18945#: options.c:197
b97e55da 18946msgid "Warn about format strings that are not literals"
9d967a7e
ZW
18947msgstr ""
18948
b1b51268 18949#: options.c:200
b97e55da 18950msgid "Warn about possible security problems with format functions"
9d967a7e
ZW
18951msgstr ""
18952
b1b51268 18953#: options.c:203
b97e55da 18954msgid "Warn about strftime formats yielding 2-digit years"
9d967a7e
ZW
18955msgstr ""
18956
b1b51268 18957#: options.c:215
b97e55da 18958msgid "Warn about implicit function declarations"
9d967a7e
ZW
18959msgstr ""
18960
b1b51268 18961#: options.c:218
b97e55da 18962msgid "Warn when a declaration does not specify a type"
9d967a7e
ZW
18963msgstr ""
18964
b1b51268
JM
18965#: options.c:221
18966msgid "Warn about calls with implicit interface"
18967msgstr ""
18968
18969#: options.c:224
18970msgid "Deprecated. This switch has no effect."
18971msgstr ""
18972
18973#: options.c:227
b97e55da 18974msgid "Warn about variables which are initialized to themselves."
9d967a7e
ZW
18975msgstr ""
18976
b1b51268 18977#: options.c:230
b97e55da 18978msgid "Warn when an inlined function cannot be inlined"
9d967a7e
ZW
18979msgstr ""
18980
b1b51268 18981#: options.c:233
b97e55da 18982msgid "Warn about invalid uses of the \"offsetof\" macro"
9d967a7e
ZW
18983msgstr ""
18984
b1b51268 18985#: options.c:236
b97e55da 18986msgid "Warn about PCH files that are found but not used"
9d967a7e
ZW
18987msgstr ""
18988
b1b51268 18989#: options.c:239
b97e55da 18990msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
9d967a7e
ZW
18991msgstr ""
18992
b1b51268
JM
18993#: options.c:242
18994msgid "Warn about truncated source lines"
18995msgstr ""
18996
18997#: options.c:245
b97e55da 18998msgid "Do not warn about using \"long long\" when -pedantic"
9d967a7e
ZW
18999msgstr ""
19000
b1b51268 19001#: options.c:248
b97e55da 19002msgid "Warn about suspicious declarations of \"main\""
9d967a7e
ZW
19003msgstr ""
19004
b1b51268 19005#: options.c:251
b97e55da 19006msgid "Warn about possibly missing braces around initializers"
9d967a7e
ZW
19007msgstr ""
19008
b1b51268 19009#: options.c:254
b97e55da 19010msgid "Warn about global functions without previous declarations"
9d967a7e
ZW
19011msgstr ""
19012
b1b51268 19013#: options.c:257
b97e55da 19014msgid "Warn about functions which might be candidates for format attributes"
9d967a7e
ZW
19015msgstr ""
19016
b1b51268 19017#: options.c:260
9d967a7e 19018msgid ""
b97e55da 19019"Warn about functions which might be candidates for __attribute__((noreturn))"
9d967a7e
ZW
19020msgstr ""
19021
b1b51268 19022#: options.c:263
b97e55da 19023msgid "Warn about global functions without prototypes"
9d967a7e
ZW
19024msgstr ""
19025
b1b51268 19026#: options.c:266
b97e55da 19027msgid "Warn about use of multi-character character constants"
9d967a7e
ZW
19028msgstr ""
19029
b1b51268 19030#: options.c:269
b97e55da 19031msgid "Warn about \"extern\" declarations not at file scope"
9d967a7e
ZW
19032msgstr ""
19033
b1b51268 19034#: options.c:272
b97e55da
JM
19035msgid ""
19036"Warn when non-templatized friend functions are declared within a template"
9d967a7e
ZW
19037msgstr ""
19038
b1b51268 19039#: options.c:275
b97e55da 19040msgid "Warn about non-virtual destructors"
9d967a7e
ZW
19041msgstr ""
19042
b1b51268 19043#: options.c:281
b97e55da 19044msgid "Warn if a C-style cast is used in a program"
9d967a7e
ZW
19045msgstr ""
19046
b1b51268 19047#: options.c:284
b97e55da 19048msgid "Warn if an old-style parameter definition is used"
9d967a7e
ZW
19049msgstr ""
19050
b1b51268 19051#: options.c:287
b97e55da 19052msgid "Warn if .class files are out of date"
9d967a7e
ZW
19053msgstr ""
19054
b1b51268 19055#: options.c:290
b97e55da 19056msgid "Warn about overloaded virtual function names"
9d967a7e
ZW
19057msgstr ""
19058
b1b51268 19059#: options.c:293
b97e55da 19060msgid "Warn when the packed attribute has no effect on struct layout"
9d967a7e
ZW
19061msgstr ""
19062
b1b51268 19063#: options.c:296
b97e55da 19064msgid "Warn when padding is required to align structure members"
9d967a7e
ZW
19065msgstr ""
19066
b1b51268 19067#: options.c:299
b97e55da 19068msgid "Warn about possibly missing parentheses"
9d967a7e
ZW
19069msgstr ""
19070
b1b51268 19071#: options.c:302
b97e55da 19072msgid "Warn when converting the type of pointers to member functions"
9d967a7e
ZW
19073msgstr ""
19074
b1b51268 19075#: options.c:305
b97e55da 19076msgid "Warn about function pointer arithmetic"
9d967a7e
ZW
19077msgstr ""
19078
b1b51268 19079#: options.c:308
b97e55da 19080msgid "Warn if inherited methods are unimplemented"
9d967a7e
ZW
19081msgstr ""
19082
b1b51268 19083#: options.c:311
b97e55da 19084msgid "Warn about multiple declarations of the same object"
9d967a7e
ZW
19085msgstr ""
19086
b1b51268 19087#: options.c:314
b97e55da 19088msgid "Warn if modifiers are specified when not necessary"
9d967a7e
ZW
19089msgstr ""
19090
b1b51268 19091#: options.c:317
b97e55da 19092msgid "Warn when the compiler reorders code"
9d967a7e
ZW
19093msgstr ""
19094
b1b51268 19095#: options.c:320
b97e55da
JM
19096msgid ""
19097"Warn whenever a function's return type defaults to \"int\" (C), or about "
19098"inconsistent return types (C++)"
9d967a7e
ZW
19099msgstr ""
19100
b1b51268 19101#: options.c:323
b97e55da 19102msgid "Warn if a selector has multiple methods"
9d967a7e
ZW
19103msgstr ""
19104
b1b51268 19105#: options.c:326
b97e55da 19106msgid "Warn about possible violations of sequence point rules"
9d967a7e
ZW
19107msgstr ""
19108
b1b51268 19109#: options.c:329
b97e55da 19110msgid "Warn when one local variable shadows another"
9d967a7e
ZW
19111msgstr ""
19112
b1b51268 19113#: options.c:332
b97e55da 19114msgid "Warn about signed-unsigned comparisons"
9d967a7e
ZW
19115msgstr ""
19116
b1b51268 19117#: options.c:335
b97e55da 19118msgid "Warn when overload promotes from unsigned to signed"
9d967a7e
ZW
19119msgstr ""
19120
b1b51268
JM
19121#: options.c:338
19122#: options.c:341
b97e55da 19123msgid "Warn about code which might break strict aliasing rules"
9d967a7e
ZW
19124msgstr ""
19125
b1b51268 19126#: options.c:344
b97e55da 19127msgid "Warn about unprototyped function declarations"
9d967a7e
ZW
19128msgstr ""
19129
b1b51268
JM
19130#: options.c:347
19131msgid "Warn about \"suspicious\" constructs"
9d967a7e
ZW
19132msgstr ""
19133
b1b51268 19134#: options.c:350
b97e55da 19135msgid "Warn about enumerated switches, with no default, missing a case"
9d967a7e
ZW
19136msgstr ""
19137
b1b51268 19138#: options.c:353
b97e55da 19139msgid "Warn about enumerated switches missing a \"default:\" statement"
9d967a7e
ZW
19140msgstr ""
19141
b1b51268 19142#: options.c:356
b97e55da 19143msgid "Warn about all enumerated switches missing a specific case"
9d967a7e
ZW
19144msgstr ""
19145
b1b51268 19146#: options.c:359
b97e55da 19147msgid "Warn when synthesis behavior differs from Cfront"
9d967a7e
ZW
19148msgstr ""
19149
b1b51268 19150#: options.c:362
b97e55da 19151msgid "Do not suppress warnings from system headers"
9d967a7e
ZW
19152msgstr ""
19153
b1b51268 19154#: options.c:365
b97e55da 19155msgid "Warn about features not present in traditional C"
9d967a7e
ZW
19156msgstr ""
19157
b1b51268
JM
19158#: options.c:368
19159msgid ""
19160"Warn if trigraphs are encountered that might affect the meaning of the "
19161"program"
19162msgstr ""
19163
19164#: options.c:374
b97e55da 19165msgid "Warn if an undefined macro is used in an #if directive"
9d967a7e
ZW
19166msgstr ""
19167
b1b51268 19168#: options.c:377
b97e55da 19169msgid "Warn about uninitialized automatic variables"
9d967a7e
ZW
19170msgstr ""
19171
b1b51268 19172#: options.c:380
b97e55da 19173msgid "Warn about unrecognized pragmas"
9d967a7e
ZW
19174msgstr ""
19175
b1b51268 19176#: options.c:383
b97e55da 19177msgid "Warn about code that will never be executed"
9d967a7e
ZW
19178msgstr ""
19179
b1b51268 19180#: options.c:386
b97e55da 19181msgid "Enable all -Wunused- warnings"
9d967a7e
ZW
19182msgstr ""
19183
b1b51268 19184#: options.c:389
b97e55da 19185msgid "Warn when a function is unused"
9d967a7e
ZW
19186msgstr ""
19187
b1b51268
JM
19188#: options.c:392
19189#: options.c:395
b97e55da 19190msgid "Warn when a label is unused"
9d967a7e
ZW
19191msgstr ""
19192
b1b51268 19193#: options.c:398
b97e55da 19194msgid "Warn about macros defined in the main file that are not used"
9d967a7e
ZW
19195msgstr ""
19196
b1b51268 19197#: options.c:401
b97e55da 19198msgid "Warn when a function parameter is unused"
9d967a7e
ZW
19199msgstr ""
19200
b1b51268 19201#: options.c:404
b97e55da 19202msgid "Warn when an expression value is unused"
9d967a7e
ZW
19203msgstr ""
19204
b1b51268 19205#: options.c:407
b97e55da 19206msgid "Warn when a variable is unused"
9d967a7e
ZW
19207msgstr ""
19208
b1b51268
JM
19209#: options.c:410
19210msgid "Do not warn about using variadic macros when -pedantic"
19211msgstr ""
19212
19213#: options.c:413
b97e55da 19214msgid "Give strings the type \"array of char\""
9d967a7e
ZW
19215msgstr ""
19216
b1b51268 19217#: options.c:416
b97e55da
JM
19218msgid ""
19219"A synonym for -std=c89. In a future version of GCC it will become "
19220"synonymous with -std=c99 instead"
9d967a7e
ZW
19221msgstr ""
19222
b1b51268 19223#: options.c:419
b97e55da 19224msgid "-aux-info <file>\tEmit declaration information into <file>"
9d967a7e
ZW
19225msgstr ""
19226
b1b51268 19227#: options.c:431
b97e55da 19228msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
9d967a7e
ZW
19229msgstr ""
19230
b1b51268
JM
19231#: options.c:434
19232msgid "Set the default real and integer kinds to double precision"
19233msgstr ""
19234
19235#: options.c:437
b97e55da 19236msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
9d967a7e
ZW
19237msgstr ""
19238
b1b51268 19239#: options.c:440
b97e55da 19240msgid "--CLASSPATH\tDeprecated; use --classpath instead"
9d967a7e
ZW
19241msgstr ""
19242
b1b51268 19243#: options.c:452
b97e55da 19244msgid "Enforce class member access control semantics"
9d967a7e
ZW
19245msgstr ""
19246
b1b51268 19247#: options.c:455
b97e55da 19248msgid "Align the start of functions"
9d967a7e
ZW
19249msgstr ""
19250
b1b51268 19251#: options.c:461
b97e55da 19252msgid "Align labels which are only reached by jumping"
9d967a7e
ZW
19253msgstr ""
19254
b1b51268 19255#: options.c:467
b97e55da 19256msgid "Align all labels"
9d967a7e
ZW
19257msgstr ""
19258
b1b51268 19259#: options.c:473
b97e55da 19260msgid "Align the start of loops"
9d967a7e
ZW
19261msgstr ""
19262
b1b51268 19263#: options.c:482
b97e55da 19264msgid "Change when template instances are emitted"
9d967a7e
ZW
19265msgstr ""
19266
b1b51268 19267#: options.c:485
b97e55da 19268msgid "Specify that arguments may alias each other and globals"
9d967a7e
ZW
19269msgstr ""
19270
b1b51268 19271#: options.c:488
b97e55da 19272msgid "Assume arguments may alias globals but not each other"
9d967a7e
ZW
19273msgstr ""
19274
b1b51268 19275#: options.c:491
b97e55da 19276msgid "Assume arguments alias neither each other nor globals"
9d967a7e
ZW
19277msgstr ""
19278
b1b51268 19279#: options.c:494
b97e55da 19280msgid "Recognize the \"asm\" keyword"
9d967a7e
ZW
19281msgstr ""
19282
b1b51268 19283#: options.c:506
b97e55da 19284msgid "Generate unwind tables that are exact at each instruction boundary"
9d967a7e
ZW
19285msgstr ""
19286
b1b51268 19287#: options.c:509
b97e55da 19288msgid "--bootclasspath=<path>\tReplace system path"
9d967a7e
ZW
19289msgstr ""
19290
b1b51268 19291#: options.c:512
b97e55da 19292msgid "Generate code to check bounds before indexing arrays"
9d967a7e
ZW
19293msgstr ""
19294
b1b51268 19295#: options.c:515
b97e55da 19296msgid "Replace add, compare, branch with branch on count register"
9d967a7e
ZW
19297msgstr ""
19298
b1b51268 19299#: options.c:518
b97e55da 19300msgid "Use profiling information for branch probabilities"
9d967a7e
ZW
19301msgstr ""
19302
b1b51268 19303#: options.c:521
b97e55da
JM
19304msgid ""
19305"Perform branch target load optimization before prologue / epilogue threading"
9d967a7e
ZW
19306msgstr ""
19307
b1b51268 19308#: options.c:524
b97e55da
JM
19309msgid ""
19310"Perform branch target load optimization after prologue / epilogue threading"
9d967a7e
ZW
19311msgstr ""
19312
b1b51268 19313#: options.c:527
b06c20ee
JM
19314msgid ""
19315"Restrict target load migration not to re-use registers in any basic block"
19316msgstr ""
19317
b1b51268 19318#: options.c:530
b97e55da 19319msgid "Recognize built-in functions"
9d967a7e
ZW
19320msgstr ""
19321
b1b51268 19322#: options.c:536
b97e55da
JM
19323msgid ""
19324"-fcall-saved-<register>\tMark <register> as being preserved across functions"
9d967a7e
ZW
19325msgstr ""
19326
b1b51268 19327#: options.c:539
b97e55da
JM
19328msgid ""
19329"-fcall-used-<register>\tMark <register> as being corrupted by function calls"
9d967a7e
ZW
19330msgstr ""
19331
b1b51268 19332#: options.c:542
b97e55da 19333msgid "Save registers around function calls"
9d967a7e
ZW
19334msgstr ""
19335
b1b51268 19336#: options.c:545
b97e55da 19337msgid "Check the return value of new"
9d967a7e
ZW
19338msgstr ""
19339
b1b51268 19340#: options.c:551
b97e55da 19341msgid "--classpath=<path>\tSet class path"
9d967a7e
ZW
19342msgstr ""
19343
b1b51268 19344#: options.c:554
b97e55da 19345msgid "Do not put uninitialized globals in the common section"
9d967a7e
ZW
19346msgstr ""
19347
b1b51268 19348#: options.c:560
b97e55da 19349msgid "Allow the arguments of the '?' operator to have different types"
9d967a7e
ZW
19350msgstr ""
19351
b1b51268 19352#: options.c:563
b97e55da 19353msgid "Reduce the size of object files"
9d967a7e
ZW
19354msgstr ""
19355
b1b51268 19356#: options.c:566
b97e55da 19357msgid "Make string literals \"const char[]\" not \"char[]\""
9d967a7e
ZW
19358msgstr ""
19359
b1b51268 19360#: options.c:569
b97e55da 19361msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
9d967a7e
ZW
19362msgstr ""
19363
b1b51268 19364#: options.c:572
b97e55da 19365msgid "Perform a register copy-propagation optimization pass"
9d967a7e
ZW
19366msgstr ""
19367
b1b51268 19368#: options.c:575
b97e55da 19369msgid "Perform cross-jumping optimization"
9d967a7e
ZW
19370msgstr ""
19371
b1b51268 19372#: options.c:578
b97e55da 19373msgid "When running CSE, follow jumps to their targets"
9d967a7e
ZW
19374msgstr ""
19375
b1b51268 19376#: options.c:581
b97e55da 19377msgid "When running CSE, follow conditional jumps"
9d967a7e
ZW
19378msgstr ""
19379
b1b51268
JM
19380#: options.c:584
19381msgid "Place data items into their own section"
9d967a7e
ZW
19382msgstr ""
19383
b1b51268 19384#: options.c:587
b97e55da 19385msgid "Inline member functions by default"
d51681a7
PT
19386msgstr ""
19387
b1b51268 19388#: options.c:590
b97e55da 19389msgid "Defer popping functions args from stack until later"
d51681a7
PT
19390msgstr ""
19391
b1b51268 19392#: options.c:593
b97e55da 19393msgid "Attempt to fill delay slots of branch instructions"
d51681a7
PT
19394msgstr ""
19395
b1b51268 19396#: options.c:596
b97e55da 19397msgid "Delete useless null pointer checks"
d51681a7
PT
19398msgstr ""
19399
b1b51268 19400#: options.c:599
9d967a7e 19401msgid ""
b97e55da
JM
19402"-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
19403"location at the beginning of line-wrapped diagnostics"
d51681a7
PT
19404msgstr ""
19405
b1b51268
JM
19406#: options.c:608
19407msgid "Allow dollar signs in entity names"
d51681a7
PT
19408msgstr ""
19409
b1b51268 19410#: options.c:611
b97e55da 19411msgid "Permit '$' as an identifier character"
9d967a7e
ZW
19412msgstr ""
19413
b1b51268
JM
19414#: options.c:614
19415msgid "-fdump-<type>\tDump various compiler internals to a file"
19416msgstr ""
19417
19418#: options.c:617
19419msgid "Display the code tree after parsing."
19420msgstr ""
19421
19422#: options.c:620
b97e55da
JM
19423msgid ""
19424"Suppress output of instruction numbers and line number notes in debugging "
19425"dumps"
d51681a7
PT
19426msgstr ""
19427
b1b51268 19428#: options.c:626
b97e55da 19429msgid "Perform DWARF2 duplicate elimination"
d51681a7
PT
19430msgstr ""
19431
b1b51268
JM
19432#: options.c:629
19433#: options.c:632
b97e55da 19434msgid "Perform unused type elimination in debug info"
d51681a7
PT
19435msgstr ""
19436
b1b51268 19437#: options.c:647
9d967a7e 19438msgid ""
b97e55da 19439"--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
d51681a7
PT
19440msgstr ""
19441
b1b51268 19442#: options.c:650
b97e55da 19443msgid "Generate code to check exception specifications"
d51681a7
PT
19444msgstr ""
19445
b1b51268 19446#: options.c:656
b97e55da 19447msgid "Enable exception handling"
dc6746e7
PT
19448msgstr ""
19449
b1b51268 19450#: options.c:659
9d967a7e 19451msgid ""
b97e55da
JM
19452"-fexec-charset=<cset>\tConvert all strings and character constants to "
19453"character set <cset>"
d51681a7
PT
19454msgstr ""
19455
b1b51268 19456#: options.c:662
b97e55da 19457msgid "Perform a number of minor, expensive optimizations"
d51681a7
PT
19458msgstr ""
19459
b1b51268 19460#: options.c:677
b97e55da 19461msgid "Assume no NaNs or infinities are generated"
dc6746e7
PT
19462msgstr ""
19463
b1b51268 19464#: options.c:680
b97e55da
JM
19465msgid ""
19466"-ffixed-<register>\tMark <register> as being unavailable to the compiler"
d51681a7
PT
19467msgstr ""
19468
b1b51268
JM
19469#: options.c:683
19470msgid "Assume that the source file is fixed form"
19471msgstr ""
19472
19473#: options.c:689
19474msgid "Use 132 character line width in fixed mode"
d51681a7
PT
19475msgstr ""
19476
b1b51268
JM
19477#: options.c:692
19478msgid "Use 80 character line width in fixed mode"
d51681a7
PT
19479msgstr ""
19480
b1b51268 19481#: options.c:695
b97e55da 19482msgid "Do not store floats in registers"
dc6746e7
PT
19483msgstr ""
19484
b1b51268 19485#: options.c:698
b97e55da 19486msgid "Scope of for-init-statement variables is local to the loop"
dc6746e7
PT
19487msgstr ""
19488
b1b51268 19489#: options.c:701
b97e55da 19490msgid "Copy memory address constants into registers before use"
d51681a7
PT
19491msgstr ""
19492
b1b51268 19493#: options.c:704
b97e55da 19494msgid "Always check for non gcj generated classes archives"
d51681a7
PT
19495msgstr ""
19496
b1b51268 19497#: options.c:707
b97e55da 19498msgid "Copy memory operands into registers before use"
d51681a7
PT
19499msgstr ""
19500
b1b51268
JM
19501#: options.c:710
19502msgid "Assume that the source file is free form"
b97e55da
JM
19503msgstr ""
19504
b1b51268 19505#: options.c:713
b97e55da 19506msgid "Do not assume that standard C libraries and \"main\" exist"
d51681a7
PT
19507msgstr ""
19508
b1b51268 19509#: options.c:716
b97e55da 19510msgid "Allow function addresses to be held in registers"
4ba01ed2
PT
19511msgstr ""
19512
b1b51268 19513#: options.c:719
b97e55da 19514msgid "Place each function into its own section"
4ba01ed2
PT
19515msgstr ""
19516
b1b51268 19517#: options.c:722
b97e55da 19518msgid "Perform global common subexpression elimination"
4ba01ed2
PT
19519msgstr ""
19520
b1b51268 19521#: options.c:725
b97e55da 19522msgid ""
b1b51268 19523"Perform global common subexpression elimination after register allocation"
dc6746e7
PT
19524msgstr ""
19525
b1b51268 19526#: options.c:728
b97e55da 19527msgid ""
b1b51268 19528"Perform redundant load after store elimination in global common subexpression"
9e620082
ZW
19529msgstr ""
19530
b1b51268
JM
19531#: options.c:731
19532msgid ""
19533"Perform enhanced load motion during global common subexpression elimination"
d51681a7
PT
19534msgstr ""
19535
b1b51268
JM
19536#: options.c:734
19537msgid "Perform store motion after global common subexpression elimination"
d51681a7
PT
19538msgstr ""
19539
b1b51268 19540#: options.c:737
b97e55da 19541msgid "Recognize GNU-defined keywords"
d51681a7
PT
19542msgstr ""
19543
b1b51268 19544#: options.c:740
b97e55da 19545msgid "Generate code for GNU runtime environment"
7bf81eee
PT
19546msgstr ""
19547
b1b51268 19548#: options.c:743
b97e55da 19549msgid "Enable guessing of branch probabilities"
dc6746e7
PT
19550msgstr ""
19551
b1b51268 19552#: options.c:758
b97e55da 19553msgid "Assume normal C execution environment"
4ba01ed2
PT
19554msgstr ""
19555
b1b51268 19556#: options.c:761
b97e55da 19557msgid "Enable support for huge objects"
4ba01ed2
PT
19558msgstr ""
19559
b1b51268 19560#: options.c:764
b97e55da 19561msgid "Process #ident directives"
4ba01ed2
PT
19562msgstr ""
19563
b1b51268 19564#: options.c:767
b97e55da 19565msgid "Perform conversion of conditional jumps to branchless equivalents"
4ba01ed2
PT
19566msgstr ""
19567
b1b51268 19568#: options.c:770
b97e55da 19569msgid "Perform conversion of conditional jumps to conditional execution"
4ba01ed2
PT
19570msgstr ""
19571
b1b51268 19572#: options.c:773
b97e55da 19573msgid "Export functions even if they can be inlined"
4ba01ed2
PT
19574msgstr ""
19575
b1b51268 19576#: options.c:776
b97e55da 19577msgid "Emit implicit instantiations of inline templates"
4ba01ed2
PT
19578msgstr ""
19579
b1b51268
JM
19580#: options.c:779
19581msgid ""
19582"Specify that no implicit typing is allowed, unless overridden by explicit "
19583"IMPLICIT statements"
19584msgstr ""
19585
19586#: options.c:782
b97e55da 19587msgid "Emit implicit instantiations of templates"
4ba01ed2
PT
19588msgstr ""
19589
b1b51268 19590#: options.c:785
b97e55da 19591msgid "Use offset tables for virtual method calls"
4ba01ed2
PT
19592msgstr ""
19593
b1b51268 19594#: options.c:788
b97e55da 19595msgid "Do not generate .size directives"
9d967a7e
ZW
19596msgstr ""
19597
b1b51268 19598#: options.c:791
b97e55da 19599msgid "Pay attention to the \"inline\" keyword"
4ba01ed2
PT
19600msgstr ""
19601
b1b51268 19602#: options.c:800
b97e55da
JM
19603msgid ""
19604"-finline-limit=<number>\tLimit the size of inlined functions to <number>"
4ba01ed2
PT
19605msgstr ""
19606
b1b51268 19607#: options.c:803
b06c20ee
JM
19608msgid ""
19609"-finput-charset=<cset> Specify the default character set for source "
19610"files."
19611msgstr ""
19612
b1b51268 19613#: options.c:806
b97e55da 19614msgid "Instrument function entry and exit with profiling calls"
1737c953
JM
19615msgstr ""
19616
b1b51268 19617#: options.c:809
b97e55da 19618msgid "Assume native functions are implemented using JNI"
4ba01ed2
PT
19619msgstr ""
19620
b1b51268 19621#: options.c:812
b97e55da 19622msgid "Generate code for functions even if they are fully inlined"
4ba01ed2
PT
19623msgstr ""
19624
b1b51268 19625#: options.c:815
b97e55da 19626msgid "Emit static const variables even if they are not used"
4ba01ed2
PT
19627msgstr ""
19628
b1b51268 19629#: options.c:821
b97e55da 19630msgid "Give external symbols a leading underscore"
4ba01ed2
PT
19631msgstr ""
19632
b1b51268 19633#: options.c:824
b97e55da 19634msgid "Perform loop optimizations"
d9b2742a
ZW
19635msgstr ""
19636
b1b51268
JM
19637#: options.c:827
19638msgid "Set errno after built-in math functions"
4ba01ed2
PT
19639msgstr ""
19640
b1b51268
JM
19641#: options.c:830
19642msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
4ba01ed2
PT
19643msgstr ""
19644
b1b51268
JM
19645#: options.c:833
19646msgid ""
19647"-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
19648"put on the stack"
4ba01ed2
PT
19649msgstr ""
19650
b1b51268 19651#: options.c:836
b97e55da 19652msgid "Report on permanent memory allocation"
4ba01ed2
PT
19653msgstr ""
19654
b1b51268 19655#: options.c:839
b97e55da 19656msgid "Attempt to merge identical constants and constant variables"
4ba01ed2
PT
19657msgstr ""
19658
b1b51268 19659#: options.c:842
b97e55da 19660msgid "Attempt to merge identical constants across compilation units"
4ba01ed2
PT
19661msgstr ""
19662
b1b51268 19663#: options.c:845
b97e55da
JM
19664msgid ""
19665"-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
19666"line. 0 suppresses line-wrapping"
4ba01ed2
PT
19667msgstr ""
19668
b1b51268
JM
19669#: options.c:848
19670msgid "Set default accessibility of module entities to PRIVATE"
4ba01ed2
PT
19671msgstr ""
19672
b1b51268
JM
19673#: options.c:851
19674msgid "Force all loop invariant computations out of loops"
4ba01ed2
PT
19675msgstr ""
19676
b1b51268
JM
19677#: options.c:854
19678msgid "Don't warn about uses of Microsoft extensions"
4ba01ed2
PT
19679msgstr ""
19680
b1b51268
JM
19681#: options.c:857
19682msgid ""
19683"Add mudflap bounds-checking instrumentation for single-threaded program."
4ba01ed2
PT
19684msgstr ""
19685
b1b51268
JM
19686#: options.c:860
19687msgid "Ignore read operations when inserting mudflap instrumentation."
4ba01ed2
PT
19688msgstr ""
19689
b1b51268
JM
19690#: options.c:863
19691msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
4ba01ed2
PT
19692msgstr ""
19693
b1b51268 19694#: options.c:872
b97e55da 19695msgid "Use graph-coloring register allocation"
d51681a7
PT
19696msgstr ""
19697
b1b51268 19698#: options.c:875
b97e55da 19699msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
dc6746e7
PT
19700msgstr ""
19701
b1b51268 19702#: options.c:878
b97e55da 19703msgid "Assume that receivers of Objective-C messages may be nil"
7bf81eee
PT
19704msgstr ""
19705
b1b51268
JM
19706#: options.c:881
19707msgid "Don't generate code, just do syntax and semantics checking"
19708msgstr ""
19709
19710#: options.c:884
b97e55da 19711msgid "Support synchronous non-call exceptions"
9e620082
ZW
19712msgstr ""
19713
b1b51268 19714#: options.c:893
b97e55da 19715msgid "Enable Objective-C exception and synchronization syntax"
dc6746e7
PT
19716msgstr ""
19717
b1b51268
JM
19718#: options.c:896
19719#: options.c:1202
b97e55da 19720msgid "Perform loop unrolling for all loops"
dc6746e7
PT
19721msgstr ""
19722
b1b51268
JM
19723#: options.c:899
19724#: options.c:1205
b97e55da 19725msgid "Perform loop unrolling when iteration count is known"
d51681a7
PT
19726msgstr ""
19727
b1b51268 19728#: options.c:902
b97e55da 19729msgid "When possible do not generate stack frames"
5b7874aa
ZW
19730msgstr ""
19731
b1b51268 19732#: options.c:905
b97e55da 19733msgid "Recognize C++ kewords like \"compl\" and \"xor\""
d51681a7
PT
19734msgstr ""
19735
b1b51268 19736#: options.c:908
b97e55da 19737msgid "Do the full register move optimization pass"
9e620082
ZW
19738msgstr ""
19739
b1b51268 19740#: options.c:911
b97e55da 19741msgid "Optimize sibling and tail recursive calls"
9e620082
ZW
19742msgstr ""
19743
b1b51268 19744#: options.c:914
b97e55da 19745msgid "Enable optimization of static class initialization code"
7bbf788c
PT
19746msgstr ""
19747
b1b51268 19748#: options.c:917
b97e55da 19749msgid "Enable optional diagnostics"
7bbf788c
PT
19750msgstr ""
19751
b1b51268
JM
19752#: options.c:923
19753msgid "Try to layout derived types as compact as possible"
9e620082
ZW
19754msgstr ""
19755
b1b51268
JM
19756#: options.c:926
19757msgid "Pack structure members together without holes"
d51681a7
PT
19758msgstr ""
19759
b1b51268
JM
19760#: options.c:929
19761msgid "Return small aggregates in memory, not registers"
d51681a7
PT
19762msgstr ""
19763
b1b51268 19764#: options.c:935
b97e55da 19765msgid "Perform loop peeling"
d51681a7
PT
19766msgstr ""
19767
b1b51268 19768#: options.c:938
b97e55da 19769msgid "Enable machine specific peephole optimizations"
d51681a7
PT
19770msgstr ""
19771
b1b51268 19772#: options.c:941
b97e55da 19773msgid "Enable an RTL peephole pass before sched2"
d51681a7
PT
19774msgstr ""
19775
b1b51268 19776#: options.c:944
b97e55da 19777msgid "Downgrade conformance errors to warnings"
d51681a7
PT
19778msgstr ""
19779
b1b51268 19780#: options.c:947
b97e55da 19781msgid "Generate position-independent code if possible"
d51681a7
PT
19782msgstr ""
19783
b1b51268 19784#: options.c:950
b97e55da 19785msgid "Generate position-independent code for executables if possible"
d51681a7
PT
19786msgstr ""
19787
b1b51268 19788#: options.c:953
b97e55da 19789msgid "Generate prefetch instructions, if available, for arrays in loops"
5b7874aa
ZW
19790msgstr ""
19791
b1b51268
JM
19792#: options.c:956
19793msgid "Treat the input file as already preprocessed"
19794msgstr ""
19795
19796#: options.c:959
b97e55da 19797msgid "Enable basic program profiling code"
5b7874aa
ZW
19798msgstr ""
19799
b1b51268 19800#: options.c:962
b97e55da 19801msgid "Insert arc-based program profiling code"
d51681a7
PT
19802msgstr ""
19803
b1b51268 19804#: options.c:965
01b84e13
JM
19805msgid ""
19806"Enable common options for generating profile info for profile feedback "
19807"directed optimizations"
19808msgstr ""
19809
b1b51268 19810#: options.c:968
01b84e13
JM
19811msgid ""
19812"Enable common options for performing profile feedback directed optimizations"
19813msgstr ""
19814
b1b51268 19815#: options.c:971
b97e55da 19816msgid "Insert code to profile values of expressions"
5b7874aa
ZW
19817msgstr ""
19818
b1b51268 19819#: options.c:977
b97e55da 19820msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
7bf81eee
PT
19821msgstr ""
19822
b1b51268 19823#: options.c:980
b97e55da 19824msgid "Strength reduce all loop general induction variables"
d9b2742a
ZW
19825msgstr ""
19826
b1b51268 19827#: options.c:983
b97e55da 19828msgid "Return small aggregates in registers"
7bf81eee
PT
19829msgstr ""
19830
b1b51268 19831#: options.c:986
b97e55da 19832msgid "Enables a register move optimization"
dc6746e7
PT
19833msgstr ""
19834
b1b51268 19835#: options.c:989
b97e55da 19836msgid "Perform a register renaming optimization pass"
dc6746e7
PT
19837msgstr ""
19838
b1b51268 19839#: options.c:992
b97e55da 19840msgid "Reorder basic blocks to improve code placement"
a47a6810
JM
19841msgstr ""
19842
b1b51268
JM
19843#: options.c:995
19844msgid "Reorder basic blocks and partition into hot and cold sections"
19845msgstr ""
19846
19847#: options.c:998
b97e55da 19848msgid "Reorder functions to improve code placement"
5b7874aa
ZW
19849msgstr ""
19850
b1b51268
JM
19851#: options.c:1001
19852msgid "Copy array sections into a contiguous block on procedure entry"
19853msgstr ""
19854
19855#: options.c:1004
b97e55da
JM
19856msgid ""
19857"Used in Fix-and-Continue mode to indicate that object files may be swapped "
19858"in at runtime"
9e620082
ZW
19859msgstr ""
19860
b1b51268 19861#: options.c:1007
b97e55da 19862msgid "Enable automatic template instantiation"
9e620082
ZW
19863msgstr ""
19864
b1b51268 19865#: options.c:1010
b97e55da 19866msgid "Add a common subexpression elimination pass after loop optimizations"
9e620082
ZW
19867msgstr ""
19868
b1b51268 19869#: options.c:1013
b97e55da 19870msgid "Run the loop optimizer twice"
7bbf788c
PT
19871msgstr ""
19872
b1b51268 19873#: options.c:1016
b97e55da 19874msgid "Disable optimizations that assume default FP rounding behavior"
9e620082
ZW
19875msgstr ""
19876
b1b51268 19877#: options.c:1019
b97e55da 19878msgid "Generate run time type descriptor information"
9e620082
ZW
19879msgstr ""
19880
b1b51268 19881#: options.c:1022
b97e55da 19882msgid "Enable scheduling across basic blocks"
9e620082
ZW
19883msgstr ""
19884
b1b51268 19885#: options.c:1025
b97e55da 19886msgid "Allow speculative motion of non-loads"
9e620082
ZW
19887msgstr ""
19888
b1b51268 19889#: options.c:1028
b97e55da 19890msgid "Allow speculative motion of some loads"
9e620082
ZW
19891msgstr ""
19892
b1b51268 19893#: options.c:1031
b97e55da 19894msgid "Allow speculative motion of more loads"
9e620082
ZW
19895msgstr ""
19896
b1b51268 19897#: options.c:1034
b97e55da 19898msgid "Allow premature scheduling of queued insns"
5b7874aa
ZW
19899msgstr ""
19900
b1b51268 19901#: options.c:1037
b97e55da
JM
19902msgid ""
19903"Set dependence distance checking in premature scheduling of queued insns"
5b7874aa
ZW
19904msgstr ""
19905
b1b51268 19906#: options.c:1040
b97e55da
JM
19907msgid ""
19908"-fsched-stalled-insns-dep=<number> Set dependence distance checking in "
19909"premature scheduling of queued insns"
19910msgstr ""
19911
b1b51268 19912#: options.c:1043
5b7874aa 19913msgid ""
b97e55da
JM
19914"-fsched-stalled-insns=<number> Set number of queued insns that can be "
19915"prematurely scheduled"
4ba01ed2
PT
19916msgstr ""
19917
b1b51268 19918#: options.c:1046
b97e55da 19919msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
4ba01ed2
PT
19920msgstr ""
19921
b1b51268 19922#: options.c:1049
b97e55da 19923msgid "If scheduling post reload, do superblock scheduling"
4ba01ed2
PT
19924msgstr ""
19925
b1b51268 19926#: options.c:1052
b97e55da 19927msgid "If scheduling post reload, do trace scheduling"
1737c953
JM
19928msgstr ""
19929
b1b51268 19930#: options.c:1055
b97e55da
JM
19931msgid "Reschedule instructions before register allocation"
19932msgstr ""
1737c953 19933
b1b51268 19934#: options.c:1058
b97e55da 19935msgid "Reschedule instructions after register allocation"
1737c953 19936msgstr ""
b97e55da 19937
b1b51268
JM
19938#: options.c:1061
19939msgid "Append a second underscore if the name already contains an underscore"
1737c953
JM
19940msgstr ""
19941
b1b51268 19942#: options.c:1064
b97e55da 19943msgid "Mark data as shared rather than private"
1737c953
JM
19944msgstr ""
19945
b1b51268 19946#: options.c:1067
b97e55da 19947msgid "Use the same size for double as for float"
1737c953
JM
19948msgstr ""
19949
b1b51268 19950#: options.c:1070
b97e55da 19951msgid "Use the narrowest integer type possible for enumeration types"
1737c953
JM
19952msgstr ""
19953
b1b51268 19954#: options.c:1073
b97e55da 19955msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
1737c953
JM
19956msgstr ""
19957
b1b51268 19958#: options.c:1079
b97e55da 19959msgid "Disable optimizations observable by IEEE signaling NaNs"
1737c953
JM
19960msgstr ""
19961
b1b51268 19962#: options.c:1082
b97e55da 19963msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
1737c953
JM
19964msgstr ""
19965
b1b51268 19966#: options.c:1085
b97e55da 19967msgid "Make \"char\" signed by default"
1737c953
JM
19968msgstr ""
19969
b1b51268 19970#: options.c:1088
b97e55da 19971msgid "Convert floating point constants to single precision constants"
1737c953
JM
19972msgstr ""
19973
b1b51268 19974#: options.c:1094
b97e55da 19975msgid "Insert stack checking code into the program"
1737c953
JM
19976msgstr ""
19977
b1b51268 19978#: options.c:1100
b97e55da
JM
19979msgid ""
19980"-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
1737c953
JM
19981msgstr ""
19982
b1b51268 19983#: options.c:1103
b97e55da 19984msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
1737c953
JM
19985msgstr ""
19986
b1b51268 19987#: options.c:1106
b97e55da 19988msgid "Display statistics accumulated during compilation"
1737c953
JM
19989msgstr ""
19990
b1b51268 19991#: options.c:1109
b97e55da 19992msgid "Enable assignability checks for stores into object arrays"
1737c953
JM
19993msgstr ""
19994
b1b51268 19995#: options.c:1112
b97e55da 19996msgid "Perform strength reduction optimizations"
1737c953
JM
19997msgstr ""
19998
b1b51268 19999#: options.c:1115
b97e55da 20000msgid "Assume strict aliasing rules apply"
1737c953
JM
20001msgstr ""
20002
b1b51268 20003#: options.c:1121
b97e55da 20004msgid "Check for syntax errors, then stop"
1737c953
JM
20005msgstr ""
20006
b1b51268 20007#: options.c:1124
b97e55da 20008msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
1737c953
JM
20009msgstr ""
20010
b1b51268 20011#: options.c:1127
b97e55da 20012msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
1737c953
JM
20013msgstr ""
20014
b1b51268 20015#: options.c:1130
b97e55da 20016msgid "Create data files needed by \"gcov\""
1737c953
JM
20017msgstr ""
20018
b1b51268 20019#: options.c:1136
b97e55da 20020msgid "Perform jump threading optimizations"
1737c953
JM
20021msgstr ""
20022
b1b51268 20023#: options.c:1139
b97e55da 20024msgid "Report the time taken by each compiler pass"
1737c953
JM
20025msgstr ""
20026
b1b51268 20027#: options.c:1142
b97e55da
JM
20028msgid ""
20029"-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20030"default thread-local storage code generation model"
1737c953
JM
20031msgstr ""
20032
b1b51268 20033#: options.c:1145
b97e55da 20034msgid "Perform superblock formation via tail duplication"
1737c953
JM
20035msgstr ""
20036
b1b51268 20037#: options.c:1148
b97e55da 20038msgid "Assume floating-point operations can trap"
1737c953
JM
20039msgstr ""
20040
b1b51268 20041#: options.c:1151
b97e55da 20042msgid "Trap for signed overflow in addition, subtraction and multiplication"
1737c953
JM
20043msgstr ""
20044
b1b51268
JM
20045#: options.c:1154
20046msgid "Use tree-ssa based implementation of profiling"
1737c953
JM
20047msgstr ""
20048
b1b51268
JM
20049#: options.c:1157
20050msgid "Enable SSA-CCP optimization on trees"
1737c953
JM
20051msgstr ""
20052
b1b51268
JM
20053#: options.c:1160
20054msgid "Enable loop header copying on trees"
1737c953
JM
20055msgstr ""
20056
b1b51268
JM
20057#: options.c:1163
20058msgid "Coalesce memory temporaries in the SSA->normal pass"
1737c953
JM
20059msgstr ""
20060
b1b51268
JM
20061#: options.c:1166
20062msgid "Replace SSA temporaries with better names in copies."
1737c953
JM
20063msgstr ""
20064
b1b51268
JM
20065#: options.c:1169
20066msgid "Enable SSA dead code elimination optimization on trees"
1737c953
JM
20067msgstr ""
20068
b1b51268
JM
20069#: options.c:1172
20070msgid "Enable dominator optimizations"
4ba01ed2
PT
20071msgstr ""
20072
b1b51268
JM
20073#: options.c:1175
20074msgid "Enable dead store elimination"
4ba01ed2
PT
20075msgstr ""
20076
b1b51268
JM
20077#: options.c:1178
20078msgid "Enable loop optimizations on trees"
a47a6810
JM
20079msgstr ""
20080
b1b51268
JM
20081#: options.c:1181
20082msgid "Perform live range splitting during the SSA->normal pass."
4ba01ed2
PT
20083msgstr ""
20084
b1b51268
JM
20085#: options.c:1187
20086msgid "Enable SSA-PRE optimization on trees"
4ba01ed2
PT
20087msgstr ""
20088
b1b51268
JM
20089#: options.c:1190
20090msgid "Perform scalar replacement of aggregates"
4ba01ed2
PT
20091msgstr ""
20092
b1b51268
JM
20093#: options.c:1193
20094msgid "Replace temporary expressions in the SSA->normal pass"
4ba01ed2
PT
20095msgstr ""
20096
b1b51268
JM
20097#: options.c:1196
20098msgid "Append underscores to externally visible names"
4ba01ed2
PT
20099msgstr ""
20100
b1b51268
JM
20101#: options.c:1199
20102msgid "Compile whole compilation unit at a time"
4ba01ed2
PT
20103msgstr ""
20104
b1b51268 20105#: options.c:1208
b97e55da 20106msgid "Allow math optimizations that may violate IEEE or ISO standards"
4ba01ed2
PT
20107msgstr ""
20108
b1b51268 20109#: options.c:1211
b97e55da 20110msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
4ba01ed2
PT
20111msgstr ""
20112
b1b51268 20113#: options.c:1214
b97e55da 20114msgid "Make \"char\" unsigned by default"
9d967a7e
ZW
20115msgstr ""
20116
b1b51268 20117#: options.c:1217
b97e55da 20118msgid "Perform loop unswitching"
9d967a7e
ZW
20119msgstr ""
20120
b1b51268 20121#: options.c:1220
b97e55da 20122msgid "Just generate unwind tables for exception handling"
4ba01ed2
PT
20123msgstr ""
20124
b1b51268 20125#: options.c:1226
b97e55da 20126msgid "Use __cxa_atexit to register destructors"
9d967a7e
ZW
20127msgstr ""
20128
b1b51268
JM
20129#: options.c:1232
20130msgid "Perform variable tracking"
9d967a7e
ZW
20131msgstr ""
20132
b1b51268
JM
20133#: options.c:1235
20134msgid "Add extra commentary to assembler output"
9d967a7e
ZW
20135msgstr ""
20136
b1b51268 20137#: options.c:1238
b97e55da 20138msgid "Use expression value profiles in optimizations"
7bbf788c
PT
20139msgstr ""
20140
b1b51268 20141#: options.c:1241
b97e55da 20142msgid "Discard unused virtual functions"
d9b2742a
ZW
20143msgstr ""
20144
b1b51268 20145#: options.c:1244
b97e55da 20146msgid "Implement vtables using thunks"
7bbf788c
PT
20147msgstr ""
20148
b1b51268 20149#: options.c:1247
b97e55da 20150msgid "Emit common-like symbols as weak symbols"
4ba01ed2
PT
20151msgstr ""
20152
b1b51268 20153#: options.c:1250
b97e55da 20154msgid "Construct webs and split unrelated uses of single variable"
9e620082
ZW
20155msgstr ""
20156
b1b51268 20157#: options.c:1253
b97e55da
JM
20158msgid ""
20159"-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20160"to character set <cset>"
9e620082
ZW
20161msgstr ""
20162
b1b51268 20163#: options.c:1256
b97e55da 20164msgid "Generate a #line directive pointing at the current working directory"
4ba01ed2
PT
20165msgstr ""
20166
b1b51268 20167#: options.c:1259
b97e55da 20168msgid "Assume signed arithmetic overflow wraps around"
4ba01ed2
PT
20169msgstr ""
20170
b1b51268 20171#: options.c:1262
b97e55da 20172msgid "Emit cross referencing information"
a47a6810
JM
20173msgstr ""
20174
b1b51268 20175#: options.c:1265
b97e55da 20176msgid "Put zero initialized data in the bss section"
4ba01ed2
PT
20177msgstr ""
20178
b1b51268 20179#: options.c:1268
b97e55da
JM
20180msgid ""
20181"Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
4ba01ed2
PT
20182msgstr ""
20183
b1b51268 20184#: options.c:1271
b97e55da 20185msgid "Generate debug information in default format"
4ba01ed2
PT
20186msgstr ""
20187
b1b51268 20188#: options.c:1274
b97e55da 20189msgid "Generate debug information in COFF format"
a47a6810
JM
20190msgstr ""
20191
b1b51268 20192#: options.c:1277
b97e55da 20193msgid "Generate debug information in DWARF v2 format"
4ba01ed2
PT
20194msgstr ""
20195
b1b51268 20196#: options.c:1280
b97e55da 20197msgid "Dump declarations to a .decl file"
4ba01ed2
PT
20198msgstr ""
20199
b1b51268 20200#: options.c:1283
b97e55da 20201msgid "Generate debug information in default extended format"
dc6746e7
PT
20202msgstr ""
20203
b1b51268 20204#: options.c:1286
b97e55da 20205msgid "Generate debug information in STABS format"
dc6746e7
PT
20206msgstr ""
20207
b1b51268 20208#: options.c:1289
b97e55da 20209msgid "Generate debug information in extended STABS format"
dc6746e7
PT
20210msgstr ""
20211
b1b51268 20212#: options.c:1292
b97e55da 20213msgid "Generate debug information in VMS format"
dc6746e7
PT
20214msgstr ""
20215
b1b51268 20216#: options.c:1295
b97e55da 20217msgid "Generate debug information in XCOFF format"
a47a6810
JM
20218msgstr ""
20219
b1b51268 20220#: options.c:1298
b97e55da 20221msgid "Generate debug information in extended XCOFF format"
d51681a7
PT
20222msgstr ""
20223
b1b51268
JM
20224#: options.c:1301
20225msgid "Set the default integer kind to double precision"
20226msgstr ""
20227
20228#: options.c:1304
b97e55da 20229msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
d51681a7
PT
20230msgstr ""
20231
b1b51268 20232#: options.c:1307
b97e55da 20233msgid "-imacros <file>\tAccept definition of macros in <file>"
d51681a7
PT
20234msgstr ""
20235
b1b51268 20236#: options.c:1310
b97e55da 20237msgid "-include <file>\tInclude the contents of <file> before other files"
d51681a7
PT
20238msgstr ""
20239
b1b51268 20240#: options.c:1313
b97e55da 20241msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
dc6746e7
PT
20242msgstr ""
20243
b1b51268
JM
20244#: options.c:1316
20245msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
20246msgstr ""
20247
20248#: options.c:1319
b97e55da 20249msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
d51681a7
PT
20250msgstr ""
20251
b1b51268 20252#: options.c:1322
b97e55da 20253msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
4ba01ed2
PT
20254msgstr ""
20255
b1b51268 20256#: options.c:1325
b97e55da 20257msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
d51681a7
PT
20258msgstr ""
20259
b1b51268 20260#: options.c:1328
b97e55da 20261msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
d51681a7
PT
20262msgstr ""
20263
b1b51268 20264#: options.c:1340
b97e55da
JM
20265msgid ""
20266"Do not search standard system include directories (those specified with -"
20267"isystem will still be used)"
d51681a7
PT
20268msgstr ""
20269
b1b51268 20270#: options.c:1343
b97e55da 20271msgid "Do not search standard system include directories for C++"
dc6746e7
PT
20272msgstr ""
20273
b1b51268 20274#: options.c:1346
b97e55da 20275msgid "-o <file>\tPlace output into <file>"
dc6746e7
PT
20276msgstr ""
20277
b1b51268 20278#: options.c:1349
b97e55da 20279msgid "Enable function profiling"
dc6746e7
PT
20280msgstr ""
20281
b1b51268 20282#: options.c:1352
b97e55da 20283msgid "Issue warnings needed for strict compliance to the standard"
dc6746e7
PT
20284msgstr ""
20285
b1b51268 20286#: options.c:1355
b97e55da 20287msgid "Like -pedantic but issue them as errors"
dc6746e7
PT
20288msgstr ""
20289
b1b51268 20290#: options.c:1358
b97e55da 20291msgid "Generate C header of platform-specific features"
d51681a7
PT
20292msgstr ""
20293
b1b51268
JM
20294#: options.c:1361
20295msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
20296msgstr ""
20297
20298#: options.c:1364
b97e55da 20299msgid "Do not display functions compiled or elapsed time"
d51681a7
PT
20300msgstr ""
20301
b1b51268
JM
20302#: options.c:1367
20303msgid "Set the default real kind to double precision"
20304msgstr ""
20305
20306#: options.c:1370
b97e55da 20307msgid "Remap file names when including files"
d51681a7
PT
20308msgstr ""
20309
b1b51268 20310#: options.c:1373
b97e55da 20311msgid "Conform to the ISO 1998 C++ standard"
d51681a7
PT
20312msgstr ""
20313
b1b51268 20314#: options.c:1376
b97e55da 20315msgid "Conform to the ISO 1990 C standard"
4ba01ed2
PT
20316msgstr ""
20317
b1b51268 20318#: options.c:1379
b97e55da 20319msgid "Conform to the ISO 1999 C standard"
7bf81eee
PT
20320msgstr ""
20321
b1b51268
JM
20322#: options.c:1382
20323#: options.c:1412
20324#: options.c:1415
b97e55da 20325msgid "Deprecated in favor of -std=c99"
9e620082
ZW
20326msgstr ""
20327
b1b51268
JM
20328#: options.c:1385
20329msgid "Conform to the ISO Fortran 2003 standard."
20330msgstr ""
20331
20332#: options.c:1388
20333msgid "Conform to the ISO Fortran 95 standard."
20334msgstr ""
20335
20336#: options.c:1391
20337msgid "Conform nothing in particular."
20338msgstr ""
20339
20340#: options.c:1394
b97e55da 20341msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
dc6746e7
PT
20342msgstr ""
20343
b1b51268 20344#: options.c:1397
b97e55da 20345msgid "Conform to the ISO 1990 C standard with GNU extensions"
3855d0d1
JM
20346msgstr ""
20347
b1b51268 20348#: options.c:1400
b97e55da 20349msgid "Conform to the ISO 1999 C standard with GNU extensions"
3855d0d1
JM
20350msgstr ""
20351
b1b51268 20352#: options.c:1403
b97e55da 20353msgid "Deprecated in favor of -std=gnu99"
3855d0d1
JM
20354msgstr ""
20355
b1b51268 20356#: options.c:1406
b97e55da 20357msgid "Deprecated in favor of -std=c89"
dc6746e7
PT
20358msgstr ""
20359
b1b51268 20360#: options.c:1409
b97e55da 20361msgid "Conform to the ISO 1990 C standard as amended in 1994"
dc6746e7
PT
20362msgstr ""
20363
b1b51268 20364#: options.c:1418
b97e55da 20365msgid "Enable traditional preprocessing"
dc6746e7
PT
20366msgstr ""
20367
b1b51268 20368#: options.c:1421
b97e55da 20369msgid "-trigraphs\tSupport ISO C trigraphs"
9d967a7e
ZW
20370msgstr ""
20371
b1b51268 20372#: options.c:1424
b97e55da 20373msgid "Do not predefine system-specific and GCC-specific macros"
9d967a7e
ZW
20374msgstr ""
20375
b1b51268 20376#: options.c:1427
b97e55da 20377msgid "Enable verbose output"
d9b2742a
ZW
20378msgstr ""
20379
b1b51268 20380#: options.c:1433
b97e55da 20381msgid "Suppress warnings"
dc6746e7
PT
20382msgstr ""
20383
b4117c30
ZW
20384#: treelang/lang-specs.h:52
20385msgid "-pg or -p and -fomit-frame-pointer are incompatible"
cabb228b
ZW
20386msgstr ""
20387
b4117c30
ZW
20388#: config/rs6000/darwin.h:98
20389msgid " conflicting code gen style switches are used"
cabb228b
ZW
20390msgstr ""
20391
b1b51268
JM
20392#: config/rs6000/sysv4.h:1089
20393msgid "`-p' not supported; use `-pg' and gprof(1)"
a47a6810
JM
20394msgstr ""
20395
b4117c30
ZW
20396#: config/i386/sco5.h:191
20397msgid "-pg not supported on this platform"
a52453cc
PT
20398msgstr ""
20399
b4117c30
ZW
20400#: config/i386/sco5.h:192
20401msgid "-p and -pp specified - pick one"
dc6746e7
PT
20402msgstr ""
20403
b4117c30
ZW
20404#: config/i386/sco5.h:266
20405msgid "-G and -static are mutually exclusive"
1737c953
JM
20406msgstr ""
20407
b4117c30
ZW
20408#: config/i386/cygwin.h:29
20409msgid "mno-cygwin and mno-win32 are not compatible"
1737c953
JM
20410msgstr ""
20411
b4117c30
ZW
20412#: config/i386/cygwin.h:70 config/i386/mingw32.h:58
20413msgid "shared and mdll are not compatible"
8d98c44c
JM
20414msgstr ""
20415
b4117c30
ZW
20416#: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
20417#: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
20418msgid "does not support multilib"
8d98c44c
JM
20419msgstr ""
20420
b1b51268
JM
20421#: config/sparc/linux64.h:207 config/sparc/linux64.h:218
20422#: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
20423#: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
20424msgid "may not use both -m32 and -m64"
7bbf788c
PT
20425msgstr ""
20426
b4117c30
ZW
20427#: config/vax/netbsd-elf.h:42
20428msgid "The -shared option is not currently supported for VAX ELF."
a52453cc
PT
20429msgstr ""
20430
b1b51268
JM
20431#: config/darwin.h:226
20432msgid "-current_version only allowed with -dynamiclib"
dc6746e7
PT
20433msgstr ""
20434
b1b51268
JM
20435#: config/darwin.h:229
20436msgid "-install_name only allowed with -dynamiclib"
dc6746e7
PT
20437msgstr ""
20438
b1b51268
JM
20439#: config/darwin.h:234
20440msgid "-bundle not allowed with -dynamiclib"
dc6746e7
PT
20441msgstr ""
20442
b1b51268
JM
20443#: config/darwin.h:235
20444msgid "-bundle_loader not allowed with -dynamiclib"
dc6746e7
PT
20445msgstr ""
20446
b1b51268
JM
20447#: config/darwin.h:236
20448msgid "-client_name not allowed with -dynamiclib"
dc6746e7
PT
20449msgstr ""
20450
b1b51268
JM
20451#: config/darwin.h:239
20452msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
dc6746e7
PT
20453msgstr ""
20454
b1b51268
JM
20455#: config/darwin.h:240
20456msgid "-force_flat_namespace not allowed with -dynamiclib"
a47a6810
JM
20457msgstr ""
20458
b1b51268
JM
20459#: config/darwin.h:242
20460msgid "-keep_private_externs not allowed with -dynamiclib"
a47a6810
JM
20461msgstr ""
20462
b1b51268
JM
20463#: config/darwin.h:243
20464msgid "-private_bundle not allowed with -dynamiclib"
dc6746e7 20465msgstr ""
7bbf788c 20466
b4117c30
ZW
20467#: config/vax/vax.h:50 config/vax/vax.h:51
20468msgid "profiling not supported with -mg\n"
20469msgstr ""
20470
20471#: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:792
20472msgid "-pg and -fomit-frame-pointer are incompatible"
20473msgstr ""
20474
20475#: config/arc/arc.h:63 config/mips/mips.h:1192
20476msgid "may not use both -EB and -EL"
20477msgstr ""
20478
b1b51268
JM
20479#: java/lang-specs.h:34
20480msgid "-fjni and -femit-class-files are incompatible"
a47a6810
JM
20481msgstr ""
20482
b1b51268
JM
20483#: java/lang-specs.h:35
20484msgid "-fjni and -femit-class-file are incompatible"
8d98c44c
JM
20485msgstr ""
20486
b1b51268
JM
20487#: java/lang-specs.h:36 java/lang-specs.h:37
20488msgid "-femit-class-file should used along with -fsyntax-only"
01b84e13
JM
20489msgstr ""
20490
b4117c30
ZW
20491#: ada/lang-specs.h:36
20492msgid "one of -c, -S, -gnatc or -gnats is required for Ada"
20493msgstr ""
20494
20495#: config/mips/mips.h:1037
20496msgid "-pipe is not supported"
20497msgstr ""
20498
20499#: config/mips/r3900.h:35
20500msgid "-mhard-float not supported"
20501msgstr ""
20502
20503#: config/mips/r3900.h:37
20504msgid "-msingle-float and -msoft-float can not both be specified"
20505msgstr ""
20506
20507#: config/mcore/mcore.h:65
20508msgid "the m210 does not have little endian support"
20509msgstr ""
20510
20511#: config/arm/arm.h:149
20512msgid "-msoft-float and -mhard_float may not be used together"
20513msgstr ""
20514
20515#: config/arm/arm.h:151
20516msgid "-mbig-endian and -mlittle-endian may not be used together"
20517msgstr ""
20518
20519#: gcc.c:766
20520msgid "GCC does not support -C or -CC without -E"
01b84e13
JM
20521msgstr ""
20522
b4117c30
ZW
20523#: gcc.c:957
20524msgid "-E required when input is from standard input"
7bbf788c 20525msgstr ""