]> gcc.gnu.org Git - gcc.git/blame - gcc/po/gcc.pot
pretty-print.c: Include tree.h.
[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"
d5706a1e 11"POT-Creation-Date: 2004-10-05 21:45-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
807ab1f2 19#: attribs.c:175
5b7874aa 20#, c-format
a05e4fdb 21msgid "%qs attribute directive ignored"
4ba01ed2
PT
22msgstr ""
23
807ab1f2 24#: attribs.c:183
5b7874aa 25#, c-format
a05e4fdb 26msgid "wrong number of arguments specified for %qs attribute"
4ba01ed2
PT
27msgstr ""
28
807ab1f2 29#: attribs.c:200
5b7874aa 30#, c-format
a05e4fdb 31msgid "%qs attribute does not apply to types"
4ba01ed2
PT
32msgstr ""
33
807ab1f2 34#: attribs.c:246
5b7874aa 35#, c-format
a05e4fdb 36msgid "%qs attribute only applies to function types"
4ba01ed2
PT
37msgstr ""
38
de104104 39#: builtins.c:341
5b7874aa 40msgid "offset outside bounds of constant string"
4ba01ed2
PT
41msgstr ""
42
de104104 43#: builtins.c:925
a05e4fdb 44msgid "second arg to %<__builtin_prefetch%> must be a constant"
1737c953
JM
45msgstr ""
46
de104104 47#: builtins.c:932
1737c953
JM
48msgid "invalid second arg to __builtin_prefetch; using zero"
49msgstr ""
50
de104104 51#: builtins.c:939
a05e4fdb 52msgid "third arg to %<__builtin_prefetch%> must be a constant"
1737c953
JM
53msgstr ""
54
de104104 55#: builtins.c:946
1737c953
JM
56msgid "invalid third arg to __builtin_prefetch; using zero"
57msgstr ""
58
d5706a1e 59#: builtins.c:3790
a05e4fdb 60msgid "argument of %<__builtin_args_info%> must be constant"
d51681a7
PT
61msgstr ""
62
d5706a1e 63#: builtins.c:3796
a05e4fdb 64msgid "argument of %<__builtin_args_info%> out of range"
dc6746e7
PT
65msgstr ""
66
d5706a1e 67#: builtins.c:3802
a05e4fdb 68msgid "missing argument in %<__builtin_args_info%>"
d51681a7
PT
69msgstr ""
70
d5706a1e 71#: builtins.c:3818 builtins.c:8715
a05e4fdb 72msgid "%<va_start%> used in function with fixed args"
dc6746e7
PT
73msgstr ""
74
d5706a1e 75#: builtins.c:3837 builtins.c:8731
a05e4fdb 76msgid "second parameter of %<va_start%> not last named argument"
dc6746e7
PT
77msgstr ""
78
5b7874aa
ZW
79#. Evidently an out of date version of <stdarg.h>; can't validate
80#. va_start's second argument, but can still work as intended.
d5706a1e 81#: builtins.c:3842 builtins.c:8737
a05e4fdb 82msgid "%<__builtin_next_arg%> called without an argument"
9e620082
ZW
83msgstr ""
84
d5706a1e 85#: builtins.c:3927
a05e4fdb 86msgid "too many arguments to function %<va_start%>"
5b7874aa
ZW
87msgstr ""
88
d5706a1e 89#: builtins.c:4075
a05e4fdb 90msgid "first argument to %<va_arg%> not of type %<va_list%>"
d51681a7
PT
91msgstr ""
92
7bbf788c
PT
93#. Unfortunately, this is merely undefined, rather than a constraint
94#. violation, so we cannot make this an error. If this call is never
95#. executed, the program is still strictly conforming.
d5706a1e 96#: builtins.c:4089
a05e4fdb 97msgid "%qT is promoted to %qT when passed through %<...%>"
d51681a7
PT
98msgstr ""
99
d5706a1e 100#: builtins.c:4094
a05e4fdb 101msgid "(so you should pass %qT not %qT to %<va_arg%>)"
d51681a7
PT
102msgstr ""
103
b1b51268
JM
104#. We can, however, treat "undefined" any way we please.
105#. Call abort to encourage the user to fix the program.
d5706a1e 106#: builtins.c:4100 c-typeck.c:1956
b1b51268
JM
107msgid "if this code is reached, the program will abort"
108msgstr ""
109
d5706a1e 110#: builtins.c:4218
a05e4fdb 111msgid "invalid arg to %<__builtin_frame_address%>"
d51681a7
PT
112msgstr ""
113
d5706a1e 114#: builtins.c:4220
a05e4fdb 115msgid "invalid arg to %<__builtin_return_address%>"
dc6746e7
PT
116msgstr ""
117
d5706a1e 118#: builtins.c:4234
a05e4fdb 119msgid "unsupported arg to %<__builtin_frame_address%>"
dc6746e7
PT
120msgstr ""
121
d5706a1e 122#: builtins.c:4236
a05e4fdb 123msgid "unsupported arg to %<__builtin_return_address%>"
dc6746e7
PT
124msgstr ""
125
d5706a1e 126#: builtins.c:4339
a05e4fdb 127msgid "second arg to %<__builtin_expect%> must be a constant"
d51681a7
PT
128msgstr ""
129
d5706a1e 130#: builtins.c:5546
5b7874aa 131msgid "__builtin_longjmp second argument must be 1"
d51681a7
PT
132msgstr ""
133
d5706a1e 134#: builtins.c:5891
807ab1f2
JM
135msgid "target format does not support infinity"
136msgstr ""
137
d5706a1e 138#: builtins.c:7566 builtins.c:7662 c-typeck.c:2185
d51681a7 139#, c-format
a05e4fdb 140msgid "too few arguments to function %qs"
dc6746e7
PT
141msgstr ""
142
d5706a1e 143#: builtins.c:7572 builtins.c:7668 c-typeck.c:2044
807ab1f2 144#, c-format
a05e4fdb 145msgid "too many arguments to function %qs"
5b7874aa
ZW
146msgstr ""
147
d5706a1e 148#: builtins.c:7578 builtins.c:7692
807ab1f2 149#, c-format
a05e4fdb 150msgid "non-floating-point argument to function %qs"
1737c953
JM
151msgstr ""
152
807ab1f2
JM
153#: c-common.c:831
154msgid "%J%qD is not defined outside of function scope"
b97e55da
JM
155msgstr ""
156
807ab1f2 157#: c-common.c:852
5b7874aa
ZW
158#, c-format
159msgid ""
807ab1f2 160"string length %qd is greater than the length %qd ISO C%d compilers are "
5b7874aa 161"required to support"
dc6746e7
PT
162msgstr ""
163
de104104 164#: c-common.c:898
9e620082 165msgid "overflow in constant expression"
dc6746e7
PT
166msgstr ""
167
de104104 168#: c-common.c:918
9e620082 169msgid "integer overflow in expression"
4ba01ed2
PT
170msgstr ""
171
de104104 172#: c-common.c:927
9e620082 173msgid "floating point overflow in expression"
4ba01ed2
PT
174msgstr ""
175
de104104 176#: c-common.c:933
7bbf788c
PT
177msgid "vector overflow in expression"
178msgstr ""
179
9e620082 180#. This detects cases like converting -129 or 256 to unsigned char.
de104104 181#: c-common.c:955
9e620082 182msgid "large integer implicitly truncated to unsigned type"
4ba01ed2
PT
183msgstr ""
184
de104104 185#: c-common.c:957
9e620082 186msgid "negative integer implicitly converted to unsigned type"
dc6746e7
PT
187msgstr ""
188
de104104 189#: c-common.c:1015
9e620082 190msgid "overflow in implicit constant conversion"
dc6746e7
PT
191msgstr ""
192
de104104 193#: c-common.c:1151
dc6746e7 194#, c-format
807ab1f2 195msgid "operation on %qs may be undefined"
dc6746e7
PT
196msgstr ""
197
de104104 198#: c-common.c:1437
807ab1f2 199msgid "case label does not reduce to an integer constant"
dc6746e7
PT
200msgstr ""
201
de104104 202#: c-common.c:1480
807ab1f2
JM
203msgid "case label value is less than minimum value for type"
204msgstr ""
205
de104104 206#: c-common.c:1488
807ab1f2
JM
207msgid "case label value exceeds maximum value for type"
208msgstr ""
209
de104104 210#: c-common.c:1496
807ab1f2 211msgid "lower value in case label range less than minimum value for type"
dc6746e7
PT
212msgstr ""
213
de104104 214#: c-common.c:1505
807ab1f2
JM
215msgid "upper value in case label range exceeds maximum value for type"
216msgstr ""
217
de104104 218#: c-common.c:1821
9e620082 219msgid "invalid truth-value expression"
dc6746e7
PT
220msgstr ""
221
de104104 222#: c-common.c:1872
dc6746e7 223#, c-format
9e620082 224msgid "invalid operands to binary %s"
dc6746e7
PT
225msgstr ""
226
de104104 227#: c-common.c:2115
9e620082 228msgid "comparison is always false due to limited range of data type"
dc6746e7
PT
229msgstr ""
230
de104104 231#: c-common.c:2117
9e620082 232msgid "comparison is always true due to limited range of data type"
dc6746e7
PT
233msgstr ""
234
de104104 235#: c-common.c:2187
9e620082 236msgid "comparison of unsigned expression >= 0 is always true"
dc6746e7
PT
237msgstr ""
238
de104104 239#: c-common.c:2196
9e620082 240msgid "comparison of unsigned expression < 0 is always false"
4ba01ed2
PT
241msgstr ""
242
de104104 243#: c-common.c:2238
807ab1f2 244msgid "pointer of type %<void *%> used in arithmetic"
7bbf788c
PT
245msgstr ""
246
de104104 247#: c-common.c:2244
7bbf788c
PT
248msgid "pointer to a function used in arithmetic"
249msgstr ""
250
de104104 251#: c-common.c:2250
7bbf788c
PT
252msgid "pointer to member function used in arithmetic"
253msgstr ""
254
b97e55da
JM
255#. Common Ada/Pascal programmer's mistake. We always warn
256#. about this since it is so bad.
de104104 257#: c-common.c:2358
807ab1f2 258msgid "the address of %qD, will always evaluate as %<true%>"
b97e55da
JM
259msgstr ""
260
de104104 261#: c-common.c:2454
9e620082 262msgid "suggest parentheses around assignment used as truth value"
dc6746e7
PT
263msgstr ""
264
de104104 265#: c-common.c:2503 c-common.c:2543
807ab1f2 266msgid "invalid use of %<restrict%>"
5b7874aa
ZW
267msgstr ""
268
de104104 269#: c-common.c:2758
807ab1f2 270msgid "invalid application of %<sizeof%> to a function type"
5b7874aa
ZW
271msgstr ""
272
de104104 273#: c-common.c:2768
1737c953 274#, c-format
807ab1f2 275msgid "invalid application of %qs to a void type"
1737c953
JM
276msgstr ""
277
de104104 278#: c-common.c:2774
807ab1f2 279msgid "invalid application of %qs to incomplete type %qT "
dc6746e7
PT
280msgstr ""
281
de104104 282#: c-common.c:2815
807ab1f2 283msgid "%<__alignof%> applied to a bit-field"
dc6746e7
PT
284msgstr ""
285
de104104 286#: c-common.c:3258
7bbf788c 287#, c-format
807ab1f2 288msgid "cannot disable built-in function %qs"
7bbf788c
PT
289msgstr ""
290
de104104 291#: c-common.c:3518
9e620082 292msgid "pointers are not permitted as case values"
dc6746e7
PT
293msgstr ""
294
de104104 295#: c-common.c:3522
b97e55da 296msgid "range expressions in switch statements are non-standard"
dc6746e7
PT
297msgstr ""
298
de104104 299#: c-common.c:3547
9e620082 300msgid "empty range specified"
dc6746e7
PT
301msgstr ""
302
de104104 303#: c-common.c:3606
9e620082 304msgid "duplicate (or overlapping) case value"
dc6746e7
PT
305msgstr ""
306
de104104 307#: c-common.c:3607
b97e55da 308msgid "%Jthis is the first entry overlapping that value"
dc6746e7
PT
309msgstr ""
310
de104104 311#: c-common.c:3611
9e620082 312msgid "duplicate case value"
dc6746e7
PT
313msgstr ""
314
de104104 315#: c-common.c:3612
b97e55da 316msgid "%Jpreviously used here"
dc6746e7
PT
317msgstr ""
318
de104104 319#: c-common.c:3616
9e620082 320msgid "multiple default labels in one switch"
dc6746e7
PT
321msgstr ""
322
de104104 323#: c-common.c:3617
b97e55da 324msgid "%Jthis is the first default label"
dc6746e7
PT
325msgstr ""
326
de104104 327#: c-common.c:3666
807ab1f2 328msgid "%Jcase value %qs not in enumerated type"
dc6746e7
PT
329msgstr ""
330
de104104 331#: c-common.c:3669
807ab1f2 332msgid "%Jcase value %qs not in enumerated type %qT"
b97e55da
JM
333msgstr ""
334
de104104 335#: c-common.c:3736
b1b51268 336msgid "%Hswitch missing default case"
dc6746e7
PT
337msgstr ""
338
b1b51268
JM
339#. Warn if there are enumerators that don't correspond to
340#. case expressions.
de104104 341#: c-common.c:3770
807ab1f2 342msgid "%Henumeration value %qE not handled in switch"
dc6746e7
PT
343msgstr ""
344
de104104 345#: c-common.c:3797
b1b51268 346msgid "taking the address of a label is non-standard"
d9b2742a
ZW
347msgstr ""
348
de104104
JM
349#: c-common.c:3966 c-common.c:3985 c-common.c:4003 c-common.c:4030
350#: c-common.c:4049 c-common.c:4072 c-common.c:4096 c-common.c:4122
351#: c-common.c:4156 c-common.c:4200 c-common.c:4228 c-common.c:4256
352#: c-common.c:4275 c-common.c:4587 c-common.c:4618 c-common.c:4704
353#: c-common.c:4771 c-common.c:4817 c-common.c:4875 c-common.c:4904
354#: c-common.c:5183 c-common.c:5206 c-common.c:5245 tree.c:3142
d9b2742a 355#, c-format
807ab1f2
JM
356msgid "%qs attribute ignored"
357msgstr ""
358
de104104 359#: c-common.c:4310
807ab1f2 360msgid "unknown machine mode %<%s%>"
d9b2742a
ZW
361msgstr ""
362
de104104 363#: c-common.c:4330
b1b51268 364msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
b97e55da
JM
365msgstr ""
366
de104104 367#: c-common.c:4332
b1b51268 368msgid "use __attribute__ ((vector_size)) instead"
dc6746e7
PT
369msgstr ""
370
de104104 371#: c-common.c:4341
807ab1f2 372msgid "unable to emulate %<%s%>"
dc6746e7
PT
373msgstr ""
374
de104104 375#: c-common.c:4351
807ab1f2
JM
376msgid "invalid pointer mode %<%s%>"
377msgstr ""
378
de104104 379#: c-common.c:4366
807ab1f2 380msgid "no data type for mode %<%s%>"
dc6746e7
PT
381msgstr ""
382
de104104 383#: c-common.c:4376
a47a6810 384#, c-format
807ab1f2 385msgid "cannot use mode %qs for enumeral types"
dc6746e7
PT
386msgstr ""
387
de104104 388#: c-common.c:4415
b97e55da 389msgid "%Jsection attribute cannot be specified for local variables"
a47a6810
JM
390msgstr ""
391
de104104 392#: c-common.c:4426
807ab1f2 393msgid "%Jsection of %qD conflicts with previous declaration"
1737c953
JM
394msgstr ""
395
de104104 396#: c-common.c:4435
807ab1f2 397msgid "%Jsection attribute not allowed for %qD"
dc6746e7
PT
398msgstr ""
399
de104104 400#: c-common.c:4441
b97e55da 401msgid "%Jsection attributes are not supported for this target"
a47a6810
JM
402msgstr ""
403
de104104 404#: c-common.c:4479
a47a6810
JM
405msgid "requested alignment is not a constant"
406msgstr ""
407
de104104 408#: c-common.c:4484
a47a6810
JM
409msgid "requested alignment is not a power of 2"
410msgstr ""
411
de104104 412#: c-common.c:4489
a47a6810
JM
413msgid "requested alignment is too large"
414msgstr ""
415
de104104 416#: c-common.c:4515
807ab1f2 417msgid "%Jalignment may not be specified for %qD"
a47a6810
JM
418msgstr ""
419
de104104 420#: c-common.c:4553
807ab1f2 421msgid "%J%qD defined both normally and as an alias"
a47a6810
JM
422msgstr ""
423
de104104 424#: c-common.c:4569
a47a6810
JM
425msgid "alias arg not a string"
426msgstr ""
427
de104104 428#: c-common.c:4611
807ab1f2
JM
429#, c-format
430msgid "%qs attribute ignored on non-class types"
431msgstr ""
432
de104104 433#: c-common.c:4624
a47a6810
JM
434msgid "visibility arg not a string"
435msgstr ""
436
de104104 437#: c-common.c:4645
a47a6810
JM
438msgid ""
439"visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
440"\"internal\""
dc6746e7
PT
441msgstr ""
442
de104104 443#: c-common.c:4714
a47a6810
JM
444msgid "tls_model arg not a string"
445msgstr ""
446
de104104 447#: c-common.c:4723
a47a6810
JM
448msgid ""
449"tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
450"dynamic\" or \"global-dynamic\""
451msgstr ""
452
de104104 453#: c-common.c:4745 c-common.c:4791
807ab1f2 454msgid "%J%qE attribute applies only to functions"
a47a6810
JM
455msgstr ""
456
de104104 457#: c-common.c:4750 c-common.c:4796
807ab1f2 458msgid "%Jcan%'t set %qE attribute after definition"
a47a6810
JM
459msgstr ""
460
de104104 461#: c-common.c:4872
a47a6810 462#, c-format
807ab1f2 463msgid "%qs attribute ignored for %qs"
a47a6810
JM
464msgstr ""
465
de104104 466#: c-common.c:4933
a47a6810 467#, c-format
807ab1f2 468msgid "invalid vector type for attribute %qs"
a47a6810
JM
469msgstr ""
470
de104104 471#: c-common.c:4942
807ab1f2 472msgid "number of components of the vector not a power of two"
a47a6810
JM
473msgstr ""
474
de104104 475#: c-common.c:4970
a47a6810
JM
476msgid "nonnull attribute without arguments on a non-prototype"
477msgstr ""
478
de104104 479#: c-common.c:4985
a47a6810
JM
480#, c-format
481msgid "nonnull argument has invalid operand number (arg %lu)"
482msgstr ""
483
de104104 484#: c-common.c:5004
a47a6810
JM
485#, c-format
486msgid ""
487"nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
488msgstr ""
489
de104104 490#: c-common.c:5012
a47a6810
JM
491#, c-format
492msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
493msgstr ""
494
de104104 495#: c-common.c:5067 c-common.c:5104
807ab1f2
JM
496msgid "missing sentinel in function call"
497msgstr ""
498
de104104 499#: c-common.c:5090
807ab1f2
JM
500msgid "not enough arguments to fit a sentinel"
501msgstr ""
502
de104104 503#: c-common.c:5146
dc6746e7 504#, c-format
a47a6810
JM
505msgid "null argument where non-null required (arg %lu)"
506msgstr ""
507
de104104 508#: c-common.c:5217
b97e55da 509msgid "cleanup arg not an identifier"
dc6746e7
PT
510msgstr ""
511
de104104 512#: c-common.c:5224
b97e55da 513msgid "cleanup arg not a function"
dc6746e7
PT
514msgstr ""
515
de104104 516#: c-common.c:5262
807ab1f2
JM
517#, c-format
518msgid "%qs attribute requires prototypes with named arguments"
519msgstr ""
520
de104104 521#: c-common.c:5273
807ab1f2
JM
522#, c-format
523msgid "%qs attribute only applies to variadic functions"
524msgstr ""
525
de104104 526#: c-common.c:5286
807ab1f2
JM
527msgid "requested position is not an integer constant"
528msgstr ""
529
de104104 530#: c-common.c:5293
807ab1f2
JM
531msgid "requested position is less than zero"
532msgstr ""
533
de104104 534#: c-common.c:5480
01b84e13
JM
535#, c-format
536msgid "%s at end of input"
537msgstr ""
538
de104104 539#: c-common.c:5486
01b84e13
JM
540#, c-format
541msgid "%s before %s'%c'"
542msgstr ""
543
de104104 544#: c-common.c:5488
01b84e13
JM
545#, c-format
546msgid "%s before %s'\\x%x'"
547msgstr ""
548
de104104 549#: c-common.c:5492
01b84e13
JM
550#, c-format
551msgid "%s before string constant"
552msgstr ""
553
de104104 554#: c-common.c:5494
01b84e13
JM
555#, c-format
556msgid "%s before numeric constant"
557msgstr ""
558
de104104 559#: c-common.c:5496
01b84e13
JM
560#, c-format
561msgid "%s before \"%s\""
562msgstr ""
563
de104104 564#: c-common.c:5498
01b84e13 565#, c-format
807ab1f2 566msgid "%s before %qs token"
01b84e13
JM
567msgstr ""
568
569#. Use `%s' to print the string in case there are any escape
570#. characters in the message.
d5706a1e 571#: c-common.c:5500 c-typeck.c:3975 c-typeck.c:3990 c-typeck.c:4005
de104104
JM
572#: final.c:2840 final.c:2842 gcc.c:4647 rtl-error.c:113 toplev.c:599
573#: config/cris/cris.c:568 cp/parser.c:1924 cp/typeck.c:4160 java/expr.c:368
d5706a1e
ZW
574#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5022 java/verify.c:1552
575#: java/verify.c:1553 java/verify.c:1572
01b84e13
JM
576#, c-format
577msgid "%s"
578msgstr ""
579
de104104 580#: c-common.c:5560
b1b51268 581msgid ""
807ab1f2 582"%Hignoring return value of %qD, declared with attribute warn_unused_result"
b1b51268
JM
583msgstr ""
584
de104104 585#: c-common.c:5564
b1b51268
JM
586msgid ""
587"%Hignoring return value of function declared with attribute "
588"warn_unused_result"
589msgstr ""
590
de104104 591#: c-common.c:5603
807ab1f2
JM
592#, c-format
593msgid "attempt to take address of bit-field structure member %qs"
594msgstr ""
595
de104104 596#: c-convert.c:83 c-typeck.c:1352 c-typeck.c:3438 cp/typeck.c:1376
d5706a1e 597#: cp/typeck.c:5709 fortran/convert.c:89 treelang/tree-convert.c:79
b97e55da 598msgid "void value not ignored as it ought to be"
dc6746e7
PT
599msgstr ""
600
807ab1f2 601#: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158
b1b51268 602#: treelang/tree-convert.c:105
b97e55da 603msgid "conversion to non-scalar type requested"
dc6746e7
PT
604msgstr ""
605
807ab1f2
JM
606#: c-decl.c:524
607msgid "%Jarray %qD assumed to have one element"
dc6746e7
PT
608msgstr ""
609
807ab1f2 610#: c-decl.c:637
b1b51268
JM
611#, c-format
612msgid "GCC supports only %u nested scopes\n"
613msgstr ""
614
807ab1f2
JM
615#: c-decl.c:721
616msgid "%Jlabel %qD used but not defined"
617msgstr ""
618
619#: c-decl.c:727
620msgid "%Jlabel %qD defined but not used"
dc6746e7
PT
621msgstr ""
622
807ab1f2
JM
623#: c-decl.c:729
624msgid "%Jlabel %qD declared but not defined"
dc6746e7
PT
625msgstr ""
626
d5706a1e 627#: c-decl.c:772 cp/decl.c:574
807ab1f2 628msgid "%Junused variable %qD"
5b7874aa
ZW
629msgstr ""
630
d5706a1e 631#: c-decl.c:776
807ab1f2 632msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
5b7874aa
ZW
633msgstr ""
634
d5706a1e 635#: c-decl.c:1008
01b84e13
JM
636msgid ""
637"a parameter list with an ellipsis can't match an empty parameter name list "
638"declaration"
5b7874aa
ZW
639msgstr ""
640
d5706a1e 641#: c-decl.c:1015
01b84e13
JM
642msgid ""
643"an argument type that has a default promotion can't match an empty parameter "
644"name list declaration"
5b7874aa
ZW
645msgstr ""
646
d5706a1e 647#: c-decl.c:1051
01b84e13 648msgid ""
807ab1f2 649"%Jprototype for %qD declares more arguments than previous old-style "
01b84e13 650"definition"
dc6746e7
PT
651msgstr ""
652
d5706a1e 653#: c-decl.c:1057
01b84e13 654msgid ""
807ab1f2 655"%Jprototype for %qD declares fewer arguments than previous old-style "
01b84e13 656"definition"
dc6746e7
PT
657msgstr ""
658
d5706a1e 659#: c-decl.c:1066
807ab1f2 660msgid "%Jprototype for %qD declares arg %d with incompatible type"
dc6746e7
PT
661msgstr ""
662
01b84e13
JM
663#. If we get here, no errors were found, but do issue a warning
664#. for this poor-style construct.
d5706a1e 665#: c-decl.c:1078
807ab1f2 666msgid "%Jprototype for %qD follows non-prototype definition"
dc6746e7
PT
667msgstr ""
668
d5706a1e 669#: c-decl.c:1093
807ab1f2 670msgid "%Jprevious definition of %qD was here"
dc6746e7
PT
671msgstr ""
672
d5706a1e 673#: c-decl.c:1095
807ab1f2 674msgid "%Jprevious implicit declaration of %qD was here"
dc6746e7
PT
675msgstr ""
676
d5706a1e 677#: c-decl.c:1097
807ab1f2 678msgid "%Jprevious declaration of %qD was here"
dc6746e7
PT
679msgstr ""
680
d5706a1e 681#: c-decl.c:1133
807ab1f2 682msgid "%J%qD redeclared as different kind of symbol"
dc6746e7
PT
683msgstr ""
684
d5706a1e 685#: c-decl.c:1138
807ab1f2 686msgid "%Jbuilt-in function %qD declared as non-function"
dc6746e7
PT
687msgstr ""
688
d5706a1e 689#: c-decl.c:1141 c-decl.c:1245 c-decl.c:1814
807ab1f2 690msgid "%Jdeclaration of %qD shadows a built-in function"
dc6746e7
PT
691msgstr ""
692
d5706a1e 693#: c-decl.c:1150
de104104
JM
694msgid "%Jredeclaration of enumerator %qD"
695msgstr ""
696
01b84e13
JM
697#. If types don't match for a built-in, throw away the
698#. built-in. No point in calling locate_old_decl here, it
699#. won't print anything.
d5706a1e 700#: c-decl.c:1171
807ab1f2 701msgid "%Jconflicting types for built-in function %qD"
a47a6810
JM
702msgstr ""
703
d5706a1e 704#: c-decl.c:1195 c-decl.c:1206
807ab1f2 705msgid "%Jconflicting types for %qD"
a47a6810
JM
706msgstr ""
707
d5706a1e 708#: c-decl.c:1204
807ab1f2 709msgid "%J conflicting type qualifiers for %qD"
dc6746e7
PT
710msgstr ""
711
807ab1f2 712#. Allow OLDDECL to continue in use.
d5706a1e 713#: c-decl.c:1221
807ab1f2 714msgid "%Jredefinition of typedef %qD"
dc6746e7
PT
715msgstr ""
716
d5706a1e 717#: c-decl.c:1260 c-decl.c:1338
807ab1f2 718msgid "%Jredefinition of %qD"
dc6746e7
PT
719msgstr ""
720
d5706a1e 721#: c-decl.c:1295 c-decl.c:1376
807ab1f2 722msgid "%Jstatic declaration of %qD follows non-static declaration"
dc6746e7
PT
723msgstr ""
724
d5706a1e 725#: c-decl.c:1305 c-decl.c:1312 c-decl.c:1365 c-decl.c:1373
807ab1f2 726msgid "%Jnon-static declaration of %qD follows static declaration"
dc6746e7
PT
727msgstr ""
728
d5706a1e 729#: c-decl.c:1325
807ab1f2 730msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
dc6746e7
PT
731msgstr ""
732
d5706a1e 733#: c-decl.c:1328
807ab1f2 734msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
dc6746e7
PT
735msgstr ""
736
d5706a1e 737#: c-decl.c:1358
807ab1f2 738msgid "%Jextern declaration of %qD follows declaration with no linkage"
dc6746e7
PT
739msgstr ""
740
d5706a1e 741#: c-decl.c:1394
807ab1f2 742msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
dc6746e7
PT
743msgstr ""
744
d5706a1e 745#: c-decl.c:1400
807ab1f2 746msgid "%Jredeclaration of %qD with no linkage"
dc6746e7
PT
747msgstr ""
748
d5706a1e 749#: c-decl.c:1414
01b84e13 750msgid ""
807ab1f2 751"%Jredeclaration of %qD with different visibility (old visibility preserved)"
01b84e13
JM
752msgstr ""
753
d5706a1e 754#: c-decl.c:1425
807ab1f2 755msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
01b84e13
JM
756msgstr ""
757
d5706a1e 758#: c-decl.c:1432
807ab1f2
JM
759msgid ""
760"%Jdeclaration of %qD with attribute noinline follows inline declaration "
dc6746e7
PT
761msgstr ""
762
d5706a1e 763#: c-decl.c:1447
807ab1f2 764msgid "%J%qD declared inline after being called"
dc6746e7
PT
765msgstr ""
766
d5706a1e 767#: c-decl.c:1453
807ab1f2 768msgid "%J%qD declared inline after its definition"
b1b51268
JM
769msgstr ""
770
d5706a1e 771#: c-decl.c:1473
807ab1f2 772msgid "%Jredefinition of parameter %qD"
dc6746e7
PT
773msgstr ""
774
d5706a1e 775#: c-decl.c:1497
807ab1f2 776msgid "%Jredundant redeclaration of %qD"
dc6746e7
PT
777msgstr ""
778
d5706a1e 779#: c-decl.c:1807
807ab1f2 780msgid "%Jdeclaration of %qD shadows a parameter"
dc6746e7
PT
781msgstr ""
782
d5706a1e 783#: c-decl.c:1810
807ab1f2 784msgid "%Jdeclaration of %qD shadows a global declaration"
dc6746e7
PT
785msgstr ""
786
d5706a1e 787#: c-decl.c:1817
807ab1f2 788msgid "%Jdeclaration of %qD shadows a previous local"
dc6746e7
PT
789msgstr ""
790
d5706a1e 791#: c-decl.c:1822 cp/name-lookup.c:1011 cp/name-lookup.c:1042
807ab1f2
JM
792#: cp/name-lookup.c:1050
793msgid "%Jshadowed declaration is here"
dc6746e7
PT
794msgstr ""
795
d5706a1e 796#: c-decl.c:1976
807ab1f2 797msgid "nested extern declaration of %qD"
b1b51268
JM
798msgstr ""
799
d5706a1e 800#: c-decl.c:2066
807ab1f2 801msgid "nested static declaration of %qD"
01b84e13
JM
802msgstr ""
803
d5706a1e 804#: c-decl.c:2161
807ab1f2
JM
805#, c-format
806msgid "implicit declaration of function %qE"
b1b51268
JM
807msgstr ""
808
d5706a1e 809#: c-decl.c:2219
807ab1f2 810msgid "incompatible implicit declaration of built-in function %qD"
b1b51268
JM
811msgstr ""
812
d5706a1e 813#: c-decl.c:2228
807ab1f2 814msgid "incompatible implicit declaration of function %qD"
dc6746e7
PT
815msgstr ""
816
d5706a1e 817#: c-decl.c:2281
b97e55da 818#, c-format
807ab1f2 819msgid "%qE undeclared here (not in a function)"
dc6746e7
PT
820msgstr ""
821
d5706a1e 822#: c-decl.c:2286
dc6746e7 823#, c-format
807ab1f2 824msgid "%qE undeclared (first use in this function)"
dc6746e7
PT
825msgstr ""
826
d5706a1e 827#: c-decl.c:2290
b97e55da 828msgid "(Each undeclared identifier is reported only once"
dc6746e7
PT
829msgstr ""
830
d5706a1e 831#: c-decl.c:2291
b97e55da 832msgid "for each function it appears in.)"
dc6746e7
PT
833msgstr ""
834
d5706a1e 835#: c-decl.c:2329
d51681a7 836#, c-format
807ab1f2 837msgid "label %qs referenced outside of any function"
dc6746e7
PT
838msgstr ""
839
d5706a1e 840#: c-decl.c:2372
d51681a7 841#, c-format
807ab1f2 842msgid "duplicate label declaration %qs"
7bf81eee
PT
843msgstr ""
844
d5706a1e 845#: c-decl.c:2407
807ab1f2 846msgid "%Hduplicate label %qD"
dc6746e7
PT
847msgstr ""
848
d5706a1e 849#: c-decl.c:2429
b97e55da 850msgid ""
807ab1f2 851"%Htraditional C lacks a separate namespace for labels, identifier %qs "
b97e55da
JM
852"conflicts"
853msgstr ""
854
d5706a1e 855#: c-decl.c:2495
807ab1f2 856msgid "%H%qs defined as wrong kind of tag"
dc6746e7
PT
857msgstr ""
858
d5706a1e 859#: c-decl.c:2720
d51681a7 860msgid "unnamed struct/union that defines no instances"
dc6746e7
PT
861msgstr ""
862
d5706a1e 863#: c-decl.c:2739 c-decl.c:2746
807ab1f2 864msgid "useless type name in empty declaration"
dc6746e7
PT
865msgstr ""
866
d5706a1e 867#: c-decl.c:2752
807ab1f2 868msgid "%<inline%> in empty declaration"
dc6746e7
PT
869msgstr ""
870
d5706a1e 871#: c-decl.c:2758
807ab1f2 872msgid "%<auto%> in file-scope empty declaration"
9e620082
ZW
873msgstr ""
874
d5706a1e 875#: c-decl.c:2764
807ab1f2 876msgid "%<register%> in file-scope empty declaration"
9e620082
ZW
877msgstr ""
878
d5706a1e 879#: c-decl.c:2770
807ab1f2 880msgid "useless storage class specifier in empty declaration"
9e620082
ZW
881msgstr ""
882
d5706a1e 883#: c-decl.c:2776
807ab1f2 884msgid "useless %<__thread%> in empty declaration"
9e620082
ZW
885msgstr ""
886
d5706a1e 887#: c-decl.c:2784
807ab1f2 888msgid "useless type qualifier in empty declaration"
dc6746e7
PT
889msgstr ""
890
d5706a1e
ZW
891#: c-decl.c:2791 c-parse.y:786 c-parse.y:788 objc/objc-parse.y:824
892#: objc/objc-parse.y:826
807ab1f2 893msgid "empty declaration"
dc6746e7
PT
894msgstr ""
895
d5706a1e 896#: c-decl.c:2857
807ab1f2
JM
897msgid ""
898"ISO C90 does not support %<static%> or type qualifiers in parameter array "
899"declarators"
dc6746e7
PT
900msgstr ""
901
d5706a1e 902#: c-decl.c:2860
807ab1f2 903msgid "ISO C90 does not support %<[*]%> array declarators"
dc6746e7
PT
904msgstr ""
905
d5706a1e 906#: c-decl.c:2863
807ab1f2 907msgid "GCC does not yet properly implement %<[*]%> array declarators"
dc6746e7
PT
908msgstr ""
909
d5706a1e 910#: c-decl.c:2882
807ab1f2 911msgid "static or type qualifiers in abstract declarator"
dc6746e7
PT
912msgstr ""
913
d5706a1e 914#: c-decl.c:2939
807ab1f2 915msgid "%J%qD is usually a function"
5b7874aa
ZW
916msgstr ""
917
d5706a1e 918#: c-decl.c:2948 cp/decl.c:3693 cp/decl2.c:857
807ab1f2 919msgid "typedef %qD is initialized (use __typeof__ instead)"
dc6746e7
PT
920msgstr ""
921
d5706a1e 922#: c-decl.c:2953
807ab1f2 923msgid "function %qD is initialized like a variable"
dc6746e7
PT
924msgstr ""
925
807ab1f2 926#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
d5706a1e 927#: c-decl.c:2959
807ab1f2 928msgid "parameter %qD is initialized"
dc6746e7
PT
929msgstr ""
930
de104104
JM
931#. Although C99 is unclear about whether incomplete arrays
932#. of VLAs themselves count as VLAs, it does not make
933#. sense to permit them to be initialized given that
934#. ordinary VLAs may not be initialized.
d5706a1e 935#: c-decl.c:2978 c-decl.c:2998 c-typeck.c:4255
807ab1f2 936msgid "variable-sized object may not be initialized"
dc6746e7
PT
937msgstr ""
938
d5706a1e 939#: c-decl.c:2984
807ab1f2 940msgid "variable %qD has initializer but incomplete type"
dc6746e7
PT
941msgstr ""
942
d5706a1e 943#: c-decl.c:2989
807ab1f2 944msgid "elements of array %qD have incomplete type"
b1b51268
JM
945msgstr ""
946
d5706a1e 947#: c-decl.c:3065 c-decl.c:5642 cp/decl.c:3733 cp/decl.c:9837
807ab1f2 948msgid "%Jinline function %qD given attribute noinline"
9e620082
ZW
949msgstr ""
950
d5706a1e 951#: c-decl.c:3133
807ab1f2 952msgid "%Jinitializer fails to determine size of %qD"
dc6746e7
PT
953msgstr ""
954
d5706a1e 955#: c-decl.c:3138
807ab1f2 956msgid "%Jarray size missing in %qD"
01b84e13
JM
957msgstr ""
958
d5706a1e 959#: c-decl.c:3154
807ab1f2 960msgid "%Jzero or negative size array %qD"
01b84e13
JM
961msgstr ""
962
d5706a1e 963#: c-decl.c:3180 varasm.c:1523
807ab1f2 964msgid "%Jstorage size of %qD isn%'t known"
01b84e13
JM
965msgstr ""
966
d5706a1e 967#: c-decl.c:3190
807ab1f2 968msgid "%Jstorage size of %qD isn%'t constant"
01b84e13
JM
969msgstr ""
970
d5706a1e 971#: c-decl.c:3245
807ab1f2 972msgid "%Jignoring asm-specifier for non-static local variable %qD"
01b84e13
JM
973msgstr ""
974
d5706a1e 975#: c-decl.c:3275 fortran/f95-lang.c:646
807ab1f2 976msgid "cannot put object with volatile field into register"
01b84e13
JM
977msgstr ""
978
d5706a1e 979#: c-decl.c:3409
807ab1f2 980msgid "ISO C forbids forward parameter declarations"
01b84e13
JM
981msgstr ""
982
d5706a1e 983#: c-decl.c:3593
807ab1f2 984msgid "<anonymous>"
01b84e13
JM
985msgstr ""
986
d5706a1e 987#: c-decl.c:3602
807ab1f2
JM
988#, c-format
989msgid "bit-field %qs width not an integer constant"
dc6746e7
PT
990msgstr ""
991
d5706a1e 992#: c-decl.c:3610
807ab1f2
JM
993#, c-format
994msgid "negative width in bit-field %qs"
dc6746e7
PT
995msgstr ""
996
d5706a1e 997#: c-decl.c:3615
dc6746e7 998#, c-format
807ab1f2 999msgid "zero width for bit-field %qs"
dc6746e7
PT
1000msgstr ""
1001
d5706a1e 1002#: c-decl.c:3625
807ab1f2
JM
1003#, c-format
1004msgid "bit-field %qs has invalid type"
a47a6810
JM
1005msgstr ""
1006
d5706a1e 1007#: c-decl.c:3634
807ab1f2
JM
1008#, c-format
1009msgid "type of bit-field %qs is a GCC extension"
a47a6810
JM
1010msgstr ""
1011
d5706a1e 1012#: c-decl.c:3643
dc6746e7 1013#, c-format
807ab1f2 1014msgid "width of %qs exceeds its type"
dc6746e7
PT
1015msgstr ""
1016
d5706a1e 1017#: c-decl.c:3656
dc6746e7 1018#, c-format
807ab1f2 1019msgid "%qs is narrower than values of its type"
dc6746e7
PT
1020msgstr ""
1021
d5706a1e 1022#: c-decl.c:3781
807ab1f2 1023msgid "type defaults to %<int%> in declaration of %qs"
9e620082
ZW
1024msgstr ""
1025
d5706a1e 1026#: c-decl.c:3813
807ab1f2 1027msgid "duplicate %<const%>"
dc6746e7
PT
1028msgstr ""
1029
d5706a1e 1030#: c-decl.c:3815
807ab1f2 1031msgid "duplicate %<restrict%>"
dc6746e7
PT
1032msgstr ""
1033
d5706a1e 1034#: c-decl.c:3817
807ab1f2 1035msgid "duplicate %<volatile%>"
dc6746e7
PT
1036msgstr ""
1037
d5706a1e 1038#: c-decl.c:3836
807ab1f2 1039msgid "function definition declared %<auto%>"
dc6746e7
PT
1040msgstr ""
1041
d5706a1e 1042#: c-decl.c:3838
807ab1f2 1043msgid "function definition declared %<register%>"
dc6746e7
PT
1044msgstr ""
1045
d5706a1e 1046#: c-decl.c:3840
807ab1f2 1047msgid "function definition declared %<typedef%>"
dc6746e7
PT
1048msgstr ""
1049
d5706a1e 1050#: c-decl.c:3842
807ab1f2 1051msgid "function definition declared %<__thread%>"
a47a6810
JM
1052msgstr ""
1053
d5706a1e 1054#: c-decl.c:3858
d51681a7 1055#, c-format
807ab1f2 1056msgid "storage class specified for structure field %qs"
dc6746e7
PT
1057msgstr ""
1058
d5706a1e 1059#: c-decl.c:3862 cp/decl.c:7048
d51681a7 1060#, c-format
807ab1f2 1061msgid "storage class specified for parameter %qs"
dc6746e7
PT
1062msgstr ""
1063
d5706a1e 1064#: c-decl.c:3865 cp/decl.c:7050
d51681a7 1065msgid "storage class specified for typename"
dc6746e7
PT
1066msgstr ""
1067
d5706a1e 1068#: c-decl.c:3878 cp/decl.c:7067
807ab1f2 1069msgid "%qs initialized and declared %<extern%>"
dc6746e7
PT
1070msgstr ""
1071
d5706a1e 1072#: c-decl.c:3880 cp/decl.c:7070
807ab1f2 1073msgid "%qs has both %<extern%> and initializer"
dc6746e7
PT
1074msgstr ""
1075
d5706a1e 1076#: c-decl.c:3885
807ab1f2 1077msgid "file-scope declaration of %qs specifies %<auto%>"
a47a6810
JM
1078msgstr ""
1079
d5706a1e 1080#: c-decl.c:3887
807ab1f2 1081msgid "file-scope declaration of %qs specifies %<register%>"
dc6746e7
PT
1082msgstr ""
1083
d5706a1e 1084#: c-decl.c:3892 cp/decl.c:7074
807ab1f2
JM
1085msgid "nested function %qs declared %<extern%>"
1086msgstr ""
1087
d5706a1e 1088#: c-decl.c:3895 cp/decl.c:7084
807ab1f2 1089msgid "function-scope %qs implicitly auto and declared %<__thread%>"
7bf81eee
PT
1090msgstr ""
1091
9e620082
ZW
1092#. Only the innermost declarator (making a parameter be of
1093#. array type which is converted to pointer type)
1094#. may have static or type qualifiers.
d5706a1e 1095#: c-decl.c:3936 c-decl.c:4130
9e620082
ZW
1096msgid "static or type qualifiers in non-parameter array declarator"
1097msgstr ""
1098
d5706a1e 1099#: c-decl.c:3982
d51681a7 1100#, c-format
807ab1f2 1101msgid "declaration of %qs as array of voids"
7bf81eee
PT
1102msgstr ""
1103
d5706a1e 1104#: c-decl.c:3988
d51681a7 1105#, c-format
807ab1f2 1106msgid "declaration of %qs as array of functions"
7bf81eee
PT
1107msgstr ""
1108
d5706a1e 1109#: c-decl.c:3993
a47a6810
JM
1110msgid "invalid use of structure with flexible array member"
1111msgstr ""
1112
d5706a1e 1113#: c-decl.c:4013
dc6746e7 1114#, c-format
807ab1f2 1115msgid "size of array %qs has non-integer type"
dc6746e7
PT
1116msgstr ""
1117
d5706a1e 1118#: c-decl.c:4018
dc6746e7 1119#, c-format
807ab1f2 1120msgid "ISO C forbids zero-size array %qs"
dc6746e7
PT
1121msgstr ""
1122
d5706a1e 1123#: c-decl.c:4025
dc6746e7 1124#, c-format
807ab1f2 1125msgid "size of array %qs is negative"
dc6746e7
PT
1126msgstr ""
1127
d5706a1e 1128#: c-decl.c:4039
807ab1f2 1129msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
dc6746e7
PT
1130msgstr ""
1131
d5706a1e 1132#: c-decl.c:4043
dc6746e7 1133#, c-format
807ab1f2 1134msgid "ISO C90 forbids variable-size array %qs"
dc6746e7
PT
1135msgstr ""
1136
d5706a1e 1137#: c-decl.c:4076 c-decl.c:4245 cp/decl.c:7494
d51681a7 1138#, c-format
807ab1f2 1139msgid "size of array %qs is too large"
dc6746e7
PT
1140msgstr ""
1141
d5706a1e 1142#: c-decl.c:4089
a47a6810 1143msgid "ISO C90 does not support flexible array members"
9e620082
ZW
1144msgstr ""
1145
d5706a1e 1146#: c-decl.c:4098
d51681a7 1147msgid "array type has incomplete element type"
dc6746e7
PT
1148msgstr ""
1149
d5706a1e 1150#: c-decl.c:4162 cp/decl.c:7183
d51681a7 1151#, c-format
807ab1f2 1152msgid "%qs declared as function returning a function"
dc6746e7
PT
1153msgstr ""
1154
d5706a1e 1155#: c-decl.c:4167 cp/decl.c:7188
d51681a7 1156#, c-format
807ab1f2 1157msgid "%qs declared as function returning an array"
dc6746e7
PT
1158msgstr ""
1159
d5706a1e 1160#: c-decl.c:4187
807ab1f2 1161msgid "function definition has qualified void return type"
9e620082
ZW
1162msgstr ""
1163
d5706a1e 1164#: c-decl.c:4189
9e620082
ZW
1165msgid "type qualifiers ignored on function return type"
1166msgstr ""
1167
d5706a1e 1168#: c-decl.c:4218 c-decl.c:4258 c-decl.c:4352 c-decl.c:4439
4ba01ed2 1169msgid "ISO C forbids qualified function types"
7bf81eee
PT
1170msgstr ""
1171
d5706a1e 1172#: c-decl.c:4266
807ab1f2 1173msgid "%Jtypedef %qD declared %<inline%>"
dc6746e7
PT
1174msgstr ""
1175
d5706a1e 1176#: c-decl.c:4296
b97e55da
JM
1177msgid "ISO C forbids const or volatile function types"
1178msgstr ""
1179
d5706a1e 1180#: c-decl.c:4316 cp/decl.c:7758
dc6746e7 1181#, c-format
807ab1f2 1182msgid "variable or field %qs declared void"
dc6746e7
PT
1183msgstr ""
1184
d5706a1e 1185#: c-decl.c:4345
9e620082
ZW
1186msgid "attributes in parameter array declarator ignored"
1187msgstr ""
1188
d5706a1e 1189#: c-decl.c:4380
807ab1f2 1190msgid "%Jparameter %qD declared %<inline%>"
9e620082
ZW
1191msgstr ""
1192
d5706a1e 1193#: c-decl.c:4393
dc6746e7 1194#, c-format
807ab1f2 1195msgid "field %qs declared as a function"
dc6746e7
PT
1196msgstr ""
1197
d5706a1e 1198#: c-decl.c:4399
dc6746e7 1199#, c-format
807ab1f2 1200msgid "field %qs has incomplete type"
dc6746e7
PT
1201msgstr ""
1202
d5706a1e 1203#: c-decl.c:4416 c-decl.c:4427 c-decl.c:4430
dc6746e7 1204#, c-format
807ab1f2 1205msgid "invalid storage class for function %qs"
dc6746e7
PT
1206msgstr ""
1207
d5706a1e 1208#: c-decl.c:4445
807ab1f2 1209msgid "%<noreturn%> function returns non-void value"
dc6746e7
PT
1210msgstr ""
1211
d5706a1e 1212#: c-decl.c:4473
807ab1f2 1213msgid "cannot inline function %<main%>"
dc6746e7
PT
1214msgstr ""
1215
d5706a1e 1216#: c-decl.c:4530
807ab1f2 1217msgid "variable previously declared %<static%> redeclared %<extern%>"
b97e55da
JM
1218msgstr ""
1219
d5706a1e 1220#: c-decl.c:4539
807ab1f2 1221msgid "%Jvariable %qD declared %<inline%>"
dc6746e7
PT
1222msgstr ""
1223
a47a6810
JM
1224#. A mere warning is sure to result in improper semantics
1225#. at runtime. Don't bother to allow this to compile.
d5706a1e 1226#: c-decl.c:4570 cp/decl.c:5947
a47a6810
JM
1227msgid "thread-local storage not supported for this target"
1228msgstr ""
1229
d5706a1e 1230#: c-decl.c:4632 c-decl.c:5681
807ab1f2 1231msgid "function declaration isn%'t a prototype"
dc6746e7
PT
1232msgstr ""
1233
d5706a1e 1234#: c-decl.c:4640
d51681a7 1235msgid "parameter names (without types) in function declaration"
dc6746e7
PT
1236msgstr ""
1237
d5706a1e 1238#: c-decl.c:4669 c-decl.c:4681
807ab1f2 1239msgid "%Jparameter %u (%qD) has incomplete type"
dc6746e7
PT
1240msgstr ""
1241
d5706a1e 1242#: c-decl.c:4672 c-decl.c:4684
b1b51268 1243msgid "%Jparameter %u has incomplete type"
dc6746e7
PT
1244msgstr ""
1245
d5706a1e 1246#: c-decl.c:4741
807ab1f2 1247msgid "%<void%> as only parameter may not be qualified"
dc6746e7
PT
1248msgstr ""
1249
d5706a1e 1250#: c-decl.c:4745 c-decl.c:4780
807ab1f2 1251msgid "%<void%> must be the only parameter"
dc6746e7
PT
1252msgstr ""
1253
d5706a1e 1254#: c-decl.c:4773
807ab1f2 1255msgid "%Jparameter %qD has just a forward declaration"
1737c953
JM
1256msgstr ""
1257
b1b51268 1258#. The %s will be one of 'struct', 'union', or 'enum'.
d5706a1e 1259#: c-decl.c:4819
807ab1f2 1260msgid "%<%s %E%> declared inside parameter list"
1737c953
JM
1261msgstr ""
1262
b97e55da 1263#. The %s will be one of 'struct', 'union', or 'enum'.
d5706a1e 1264#: c-decl.c:4823
d51681a7 1265#, c-format
b97e55da 1266msgid "anonymous %s declared inside parameter list"
dc6746e7
PT
1267msgstr ""
1268
d5706a1e 1269#: c-decl.c:4828
d51681a7
PT
1270msgid ""
1271"its scope is only this definition or declaration, which is probably not what "
1737c953 1272"you want"
dc6746e7
PT
1273msgstr ""
1274
d5706a1e 1275#: c-decl.c:4942
807ab1f2 1276msgid "redefinition of %<union %s%>"
dc6746e7
PT
1277msgstr ""
1278
d5706a1e 1279#: c-decl.c:4944
807ab1f2 1280msgid "redefinition of %<struct %s%>"
1737c953
JM
1281msgstr ""
1282
d5706a1e 1283#: c-decl.c:4949
de104104
JM
1284msgid "nested redefinition of %<union %s%>"
1285msgstr ""
1286
d5706a1e 1287#: c-decl.c:4952
de104104
JM
1288msgid "nested redefinition of %<struct %s%>"
1289msgstr ""
1290
d5706a1e 1291#: c-decl.c:5024 cp/decl.c:3501
a47a6810 1292msgid "declaration does not declare anything"
5b7874aa
ZW
1293msgstr ""
1294
d5706a1e 1295#: c-decl.c:5069 c-decl.c:5085
807ab1f2 1296msgid "%Jduplicate member %qD"
b97e55da
JM
1297msgstr ""
1298
d5706a1e 1299#: c-decl.c:5120
d51681a7 1300#, c-format
b1b51268 1301msgid "%s has no %s"
dc6746e7
PT
1302msgstr ""
1303
d5706a1e 1304#: c-decl.c:5121
4ba01ed2 1305msgid "union"
dc6746e7
PT
1306msgstr ""
1307
d5706a1e 1308#: c-decl.c:5121
d51681a7 1309msgid "struct"
dc6746e7
PT
1310msgstr ""
1311
d5706a1e 1312#: c-decl.c:5122
d51681a7 1313msgid "named members"
dc6746e7
PT
1314msgstr ""
1315
d5706a1e 1316#: c-decl.c:5122
d51681a7 1317msgid "members"
dc6746e7
PT
1318msgstr ""
1319
d5706a1e 1320#: c-decl.c:5177
b97e55da 1321msgid "%Jflexible array member in union"
9e620082
ZW
1322msgstr ""
1323
d5706a1e 1324#: c-decl.c:5182
b97e55da 1325msgid "%Jflexible array member not at end of struct"
9e620082
ZW
1326msgstr ""
1327
d5706a1e 1328#: c-decl.c:5187
b97e55da 1329msgid "%Jflexible array member in otherwise empty struct"
9e620082
ZW
1330msgstr ""
1331
d5706a1e 1332#: c-decl.c:5194
b97e55da 1333msgid "%Jinvalid use of structure with flexible array member"
dc6746e7
PT
1334msgstr ""
1335
d5706a1e 1336#: c-decl.c:5299
d51681a7 1337msgid "union cannot be made transparent"
dc6746e7
PT
1338msgstr ""
1339
d5706a1e 1340#: c-decl.c:5364
de104104
JM
1341msgid "nested redefinition of %<enum %s%>"
1342msgstr ""
1343
d51681a7 1344#. This enum is a named one that has been declared already.
d5706a1e 1345#: c-decl.c:5371
807ab1f2 1346msgid "redeclaration of %<enum %s%>"
dc6746e7
PT
1347msgstr ""
1348
d5706a1e 1349#: c-decl.c:5434
d51681a7 1350msgid "enumeration values exceed range of largest integer"
7bf81eee
PT
1351msgstr ""
1352
d5706a1e 1353#: c-decl.c:5451
807ab1f2
JM
1354msgid "specified mode too small for enumeral values"
1355msgstr ""
1356
d5706a1e 1357#: c-decl.c:5550
d51681a7 1358#, c-format
807ab1f2 1359msgid "enumerator value for %qE is not an integer constant"
7bf81eee
PT
1360msgstr ""
1361
d5706a1e 1362#: c-decl.c:5567
d51681a7 1363msgid "overflow in enumeration values"
dc6746e7
PT
1364msgstr ""
1365
d5706a1e 1366#: c-decl.c:5572
807ab1f2 1367msgid "ISO C restricts enumerator values to range of %<int%>"
dc6746e7
PT
1368msgstr ""
1369
d5706a1e 1370#: c-decl.c:5648
d51681a7 1371msgid "return type is an incomplete type"
dc6746e7
PT
1372msgstr ""
1373
d5706a1e 1374#: c-decl.c:5656
807ab1f2 1375msgid "return type defaults to %<int%>"
9e620082
ZW
1376msgstr ""
1377
d5706a1e 1378#: c-decl.c:5687
807ab1f2 1379msgid "%Jno previous prototype for %qD"
dc6746e7
PT
1380msgstr ""
1381
d5706a1e 1382#: c-decl.c:5693
807ab1f2 1383msgid "%J%qD was used with no prototype before its definition"
dc6746e7
PT
1384msgstr ""
1385
d5706a1e 1386#: c-decl.c:5700
807ab1f2 1387msgid "%Jno previous declaration for %qD"
dc6746e7
PT
1388msgstr ""
1389
d5706a1e 1390#: c-decl.c:5706
807ab1f2 1391msgid "%J%qD was used with no declaration before its definition"
dc6746e7
PT
1392msgstr ""
1393
d5706a1e 1394#: c-decl.c:5739 c-decl.c:6227
807ab1f2 1395msgid "%Jreturn type of %qD is not %<int%>"
dc6746e7
PT
1396msgstr ""
1397
d5706a1e 1398#: c-decl.c:5754
807ab1f2 1399msgid "%Jfirst argument of %qD should be %<int%>"
dc6746e7
PT
1400msgstr ""
1401
d5706a1e 1402#: c-decl.c:5763
807ab1f2 1403msgid "%Jsecond argument of %qD should be %<char **%>"
dc6746e7
PT
1404msgstr ""
1405
d5706a1e 1406#: c-decl.c:5772
807ab1f2 1407msgid "%Jthird argument of %qD should probably be %<char **%>"
dc6746e7
PT
1408msgstr ""
1409
d5706a1e 1410#: c-decl.c:5782
807ab1f2 1411msgid "%J%qD takes only zero or two arguments"
dc6746e7
PT
1412msgstr ""
1413
d5706a1e 1414#: c-decl.c:5785
807ab1f2 1415msgid "%J%qD is normally a non-static function"
dc6746e7
PT
1416msgstr ""
1417
d5706a1e 1418#: c-decl.c:5831
b97e55da 1419msgid "%Jold-style parameter declarations in prototyped function definition"
dc6746e7
PT
1420msgstr ""
1421
d5706a1e 1422#: c-decl.c:5844
b1b51268
JM
1423msgid "%Jtraditional C rejects ISO C style function definitions"
1424msgstr ""
1425
d5706a1e 1426#: c-decl.c:5856
b97e55da 1427msgid "%Jparameter name omitted"
dc6746e7
PT
1428msgstr ""
1429
d5706a1e 1430#: c-decl.c:5896
b1b51268
JM
1431msgid "%Jold-style function definition"
1432msgstr ""
1433
d5706a1e 1434#: c-decl.c:5904
b97e55da 1435msgid "%Jparameter name missing from parameter list"
dc6746e7
PT
1436msgstr ""
1437
d5706a1e 1438#: c-decl.c:5915
807ab1f2 1439msgid "%J%qD declared as a non-parameter"
dc6746e7
PT
1440msgstr ""
1441
d5706a1e 1442#: c-decl.c:5920
807ab1f2 1443msgid "%Jmultiple parameters named %qD"
dc6746e7
PT
1444msgstr ""
1445
d5706a1e 1446#: c-decl.c:5928
807ab1f2 1447msgid "%Jparameter %qD declared with void type"
dc6746e7
PT
1448msgstr ""
1449
d5706a1e 1450#: c-decl.c:5943 c-decl.c:5945
807ab1f2 1451msgid "%Jtype of %qD defaults to %<int%>"
dc6746e7
PT
1452msgstr ""
1453
d5706a1e 1454#: c-decl.c:5963
807ab1f2 1455msgid "%Jparameter %qD has incomplete type"
dc6746e7
PT
1456msgstr ""
1457
d5706a1e 1458#: c-decl.c:5969
807ab1f2 1459msgid "%Jdeclaration for parameter %qD but no such parameter"
dc6746e7
PT
1460msgstr ""
1461
d5706a1e 1462#: c-decl.c:6019
807ab1f2 1463msgid "number of arguments doesn%'t match prototype"
dc6746e7
PT
1464msgstr ""
1465
d5706a1e 1466#: c-decl.c:6020 c-decl.c:6050 c-decl.c:6057
b97e55da 1467msgid "%Hprototype declaration"
cabb228b
ZW
1468msgstr ""
1469
d5706a1e 1470#: c-decl.c:6048
807ab1f2 1471msgid "promoted argument %qD doesn%'t match prototype"
dc6746e7
PT
1472msgstr ""
1473
d5706a1e 1474#: c-decl.c:6056
807ab1f2 1475msgid "argument %qD doesn%'t match prototype"
dc6746e7
PT
1476msgstr ""
1477
d5706a1e 1478#: c-decl.c:6254 cp/decl.c:10592
b97e55da
JM
1479msgid "no return statement in function returning non-void"
1480msgstr ""
1481
d5706a1e 1482#: c-decl.c:6261
b97e55da 1483msgid "this function may return with or without a value"
dc6746e7
PT
1484msgstr ""
1485
9e620082
ZW
1486#. If we get here, declarations have been used in a for loop without
1487#. the C99 for loop scope. This doesn't make much sense, so don't
1488#. allow it.
d5706a1e 1489#: c-decl.c:6350
807ab1f2 1490msgid "%<for%> loop initial declaration used outside C99 mode"
dc6746e7
PT
1491msgstr ""
1492
d5706a1e 1493#: c-decl.c:6379
807ab1f2
JM
1494msgid ""
1495"%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
dc6746e7
PT
1496msgstr ""
1497
d5706a1e 1498#: c-decl.c:6382
b1b51268 1499msgid ""
807ab1f2
JM
1500"%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1501msgstr ""
1502
d5706a1e 1503#: c-decl.c:6387
807ab1f2
JM
1504msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1505msgstr ""
1506
d5706a1e 1507#: c-decl.c:6391
807ab1f2
JM
1508msgid "%<union %E%> declared in %<for%> loop initial declaration"
1509msgstr ""
1510
d5706a1e 1511#: c-decl.c:6395
807ab1f2
JM
1512msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1513msgstr ""
1514
d5706a1e 1515#: c-decl.c:6399
807ab1f2 1516msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
dc6746e7
PT
1517msgstr ""
1518
d5706a1e 1519#: c-decl.c:6687 c-decl.c:6835 c-decl.c:7040 cp/decl.c:6756
9e620082 1520#, c-format
807ab1f2
JM
1521msgid "duplicate %qs"
1522msgstr ""
1523
d5706a1e 1524#: c-decl.c:6707 c-decl.c:6844 c-decl.c:6947
de104104
JM
1525msgid "two or more data types in declaration specifiers"
1526msgstr ""
1527
d5706a1e 1528#: c-decl.c:6719 cp/decl.c:6732
807ab1f2
JM
1529msgid "%<long long long%> is too long for GCC"
1530msgstr ""
1531
d5706a1e 1532#: c-decl.c:6726 c-decl.c:6918
de104104
JM
1533msgid "both %<long long%> and %<double%> in declaration specifiers"
1534msgstr ""
1535
d5706a1e 1536#: c-decl.c:6732
807ab1f2
JM
1537msgid "ISO C90 does not support %<long long%>"
1538msgstr ""
1539
d5706a1e 1540#: c-decl.c:6737 c-decl.c:6757
de104104
JM
1541msgid "both %<long%> and %<short%> in declaration specifiers"
1542msgstr ""
1543
d5706a1e 1544#: c-decl.c:6740 c-decl.c:6851
de104104
JM
1545msgid "both %<long%> and %<void%> in declaration specifiers"
1546msgstr ""
1547
d5706a1e 1548#: c-decl.c:6743 c-decl.c:6870
de104104
JM
1549msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1550msgstr ""
1551
d5706a1e 1552#: c-decl.c:6746 c-decl.c:6889
de104104
JM
1553msgid "both %<long%> and %<char%> in declaration specifiers"
1554msgstr ""
1555
d5706a1e 1556#: c-decl.c:6749 c-decl.c:6902
de104104 1557msgid "both %<long%> and %<float%> in declaration specifiers"
dc6746e7
PT
1558msgstr ""
1559
d5706a1e 1560#: c-decl.c:6760 c-decl.c:6854
de104104
JM
1561msgid "both %<short%> and %<void%> in declaration specifiers"
1562msgstr ""
1563
d5706a1e 1564#: c-decl.c:6763 c-decl.c:6873
de104104
JM
1565msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1566msgstr ""
1567
d5706a1e 1568#: c-decl.c:6766 c-decl.c:6892
de104104
JM
1569msgid "both %<short%> and %<char%> in declaration specifiers"
1570msgstr ""
1571
d5706a1e 1572#: c-decl.c:6769 c-decl.c:6905
de104104
JM
1573msgid "both %<short%> and %<float%> in declaration specifiers"
1574msgstr ""
1575
d5706a1e 1576#: c-decl.c:6772 c-decl.c:6921
de104104
JM
1577msgid "both %<short%> and %<double%> in declaration specifiers"
1578msgstr ""
1579
d5706a1e 1580#: c-decl.c:6780 c-decl.c:6800
de104104
JM
1581msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1582msgstr ""
1583
d5706a1e 1584#: c-decl.c:6783 c-decl.c:6857
de104104
JM
1585msgid "both %<signed%> and %<void%> in declaration specifiers"
1586msgstr ""
1587
d5706a1e 1588#: c-decl.c:6786 c-decl.c:6876
de104104
JM
1589msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1590msgstr ""
1591
d5706a1e 1592#: c-decl.c:6789 c-decl.c:6908
de104104
JM
1593msgid "both %<signed%> and %<float%> in declaration specifiers"
1594msgstr ""
1595
d5706a1e 1596#: c-decl.c:6792 c-decl.c:6924
de104104
JM
1597msgid "both %<signed%> and %<double%> in declaration specifiers"
1598msgstr ""
1599
d5706a1e 1600#: c-decl.c:6803 c-decl.c:6860
de104104
JM
1601msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1602msgstr ""
1603
d5706a1e 1604#: c-decl.c:6806 c-decl.c:6879
de104104
JM
1605msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1606msgstr ""
1607
d5706a1e 1608#: c-decl.c:6809 c-decl.c:6911
de104104
JM
1609msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1610msgstr ""
1611
d5706a1e 1612#: c-decl.c:6812 c-decl.c:6927
de104104
JM
1613msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1614msgstr ""
1615
d5706a1e 1616#: c-decl.c:6820
de104104
JM
1617msgid "ISO C90 does not support complex types"
1618msgstr ""
1619
d5706a1e 1620#: c-decl.c:6822 c-decl.c:6863
de104104
JM
1621msgid "both %<complex%> and %<void%> in declaration specifiers"
1622msgstr ""
1623
d5706a1e 1624#: c-decl.c:6825 c-decl.c:6882
de104104
JM
1625msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1626msgstr ""
1627
d5706a1e 1628#: c-decl.c:6964
b1b51268 1629#, c-format
807ab1f2 1630msgid "%qs fails to be a typedef or built in type"
dc6746e7
PT
1631msgstr ""
1632
d5706a1e 1633#: c-decl.c:6990
b1b51268 1634#, c-format
807ab1f2
JM
1635msgid "%qs is not at beginning of declaration"
1636msgstr ""
1637
d5706a1e 1638#: c-decl.c:7005
807ab1f2
JM
1639msgid "%<__thread%> used with %<auto%>"
1640msgstr ""
1641
d5706a1e 1642#: c-decl.c:7007
807ab1f2
JM
1643msgid "%<__thread%> used with %<register%>"
1644msgstr ""
1645
d5706a1e 1646#: c-decl.c:7009
807ab1f2
JM
1647msgid "%<__thread%> used with %<typedef%>"
1648msgstr ""
1649
d5706a1e 1650#: c-decl.c:7020 cp/parser.c:7187
807ab1f2
JM
1651msgid "%<__thread%> before %<extern%>"
1652msgstr ""
1653
d5706a1e 1654#: c-decl.c:7029 cp/parser.c:7177
807ab1f2
JM
1655msgid "%<__thread%> before %<static%>"
1656msgstr ""
1657
d5706a1e 1658#: c-decl.c:7045
807ab1f2
JM
1659msgid "multiple storage classes in declaration specifiers"
1660msgstr ""
1661
d5706a1e 1662#: c-decl.c:7052
807ab1f2 1663msgid "%<__thread%> used with %qs"
dc6746e7
PT
1664msgstr ""
1665
d5706a1e 1666#: c-decl.c:7106
de104104
JM
1667msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1668msgstr ""
1669
d5706a1e 1670#: c-decl.c:7151 c-decl.c:7177
de104104
JM
1671msgid "ISO C does not support complex integer types"
1672msgstr ""
1673
d5706a1e 1674#: c-decl.c:7252 toplev.c:837
807ab1f2 1675msgid "%J%qF used but never defined"
01b84e13
JM
1676msgstr ""
1677
807ab1f2 1678#: c-format.c:96 c-format.c:209
9e620082 1679msgid "format string has invalid operand number"
dc6746e7
PT
1680msgstr ""
1681
807ab1f2 1682#: c-format.c:113
5b7874aa 1683msgid "function does not return string type"
dc6746e7
PT
1684msgstr ""
1685
807ab1f2 1686#: c-format.c:142
b97e55da
JM
1687msgid "format string arg not a string type"
1688msgstr ""
1689
1690#: c-format.c:190
5b7874aa 1691msgid "unrecognized format specifier"
dc6746e7
PT
1692msgstr ""
1693
807ab1f2 1694#: c-format.c:202
5b7874aa 1695#, c-format
807ab1f2 1696msgid "%qs is an unrecognized format function type"
dc6746e7
PT
1697msgstr ""
1698
807ab1f2 1699#: c-format.c:215
b97e55da
JM
1700msgid "'...' has invalid operand number"
1701msgstr ""
1702
807ab1f2 1703#: c-format.c:222
5b7874aa 1704msgid "format string arg follows the args to be formatted"
dc6746e7
PT
1705msgstr ""
1706
807ab1f2 1707#: c-format.c:345 c-format.c:369
a05e4fdb 1708msgid "' ' flag"
dc6746e7
PT
1709msgstr ""
1710
807ab1f2 1711#: c-format.c:345 c-format.c:369
a05e4fdb 1712msgid "the ' ' printf flag"
dc6746e7
PT
1713msgstr ""
1714
807ab1f2 1715#: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
a05e4fdb 1716msgid "'+' flag"
dc6746e7
PT
1717msgstr ""
1718
807ab1f2 1719#: c-format.c:346 c-format.c:370 c-format.c:408
a05e4fdb 1720msgid "the '+' printf flag"
dc6746e7
PT
1721msgstr ""
1722
807ab1f2 1723#: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
a05e4fdb 1724msgid "'#' flag"
dc6746e7
PT
1725msgstr ""
1726
807ab1f2 1727#: c-format.c:347 c-format.c:371 c-format.c:409
a05e4fdb 1728msgid "the '#' printf flag"
dc6746e7
PT
1729msgstr ""
1730
807ab1f2 1731#: c-format.c:348 c-format.c:372 c-format.c:439
a05e4fdb 1732msgid "'0' flag"
dc6746e7
PT
1733msgstr ""
1734
807ab1f2 1735#: c-format.c:348 c-format.c:372
a05e4fdb 1736msgid "the '0' printf flag"
dc6746e7
PT
1737msgstr ""
1738
807ab1f2 1739#: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
a05e4fdb 1740msgid "'-' flag"
dc6746e7
PT
1741msgstr ""
1742
807ab1f2 1743#: c-format.c:349 c-format.c:373
a05e4fdb 1744msgid "the '-' printf flag"
4ba01ed2
PT
1745msgstr ""
1746
807ab1f2 1747#: c-format.c:350 c-format.c:422
a05e4fdb 1748msgid "''' flag"
4ba01ed2
PT
1749msgstr ""
1750
807ab1f2 1751#: c-format.c:350
a05e4fdb 1752msgid "the ''' printf flag"
dc6746e7
PT
1753msgstr ""
1754
807ab1f2 1755#: c-format.c:351 c-format.c:423
a05e4fdb 1756msgid "'I' flag"
dc6746e7
PT
1757msgstr ""
1758
807ab1f2 1759#: c-format.c:351
a05e4fdb 1760msgid "the 'I' printf flag"
dc6746e7
PT
1761msgstr ""
1762
807ab1f2
JM
1763#: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1764#: c-format.c:1531 config/sol2-c.c:46
9e620082 1765msgid "field width"
dc6746e7
PT
1766msgstr ""
1767
807ab1f2 1768#: c-format.c:352 c-format.c:374 config/sol2-c.c:46
9e620082 1769msgid "field width in printf format"
dc6746e7
PT
1770msgstr ""
1771
807ab1f2 1772#: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
9e620082 1773msgid "precision"
dc6746e7
PT
1774msgstr ""
1775
807ab1f2 1776#: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
9e620082 1777msgid "precision in printf format"
dc6746e7
PT
1778msgstr ""
1779
807ab1f2
JM
1780#: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1781#: c-format.c:472 config/sol2-c.c:47
9e620082 1782msgid "length modifier"
dc6746e7
PT
1783msgstr ""
1784
807ab1f2
JM
1785#: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1786#: config/sol2-c.c:47
9e620082 1787msgid "length modifier in printf format"
dc6746e7
PT
1788msgstr ""
1789
807ab1f2 1790#: c-format.c:398 c-format.c:410
a05e4fdb 1791msgid "'q' flag"
807ab1f2
JM
1792msgstr ""
1793
1794#: c-format.c:398 c-format.c:410
a05e4fdb 1795msgid "the 'q' diagnostic flag"
807ab1f2
JM
1796msgstr ""
1797
1798#: c-format.c:418
9e620082 1799msgid "assignment suppression"
dc6746e7
PT
1800msgstr ""
1801
807ab1f2 1802#: c-format.c:418
1737c953
JM
1803msgid "the assignment suppression scanf feature"
1804msgstr ""
1805
807ab1f2 1806#: c-format.c:419
a05e4fdb 1807msgid "'a' flag"
dc6746e7
PT
1808msgstr ""
1809
807ab1f2 1810#: c-format.c:419
a05e4fdb 1811msgid "the 'a' scanf flag"
dc6746e7
PT
1812msgstr ""
1813
807ab1f2 1814#: c-format.c:420
9e620082 1815msgid "field width in scanf format"
4ba01ed2
PT
1816msgstr ""
1817
807ab1f2 1818#: c-format.c:421
9e620082 1819msgid "length modifier in scanf format"
4ba01ed2
PT
1820msgstr ""
1821
807ab1f2 1822#: c-format.c:422
a05e4fdb 1823msgid "the ''' scanf flag"
dc6746e7
PT
1824msgstr ""
1825
807ab1f2 1826#: c-format.c:423
a05e4fdb 1827msgid "the 'I' scanf flag"
7bf81eee
PT
1828msgstr ""
1829
807ab1f2 1830#: c-format.c:437
a05e4fdb 1831msgid "'_' flag"
4ba01ed2
PT
1832msgstr ""
1833
807ab1f2 1834#: c-format.c:437
a05e4fdb 1835msgid "the '_' strftime flag"
7bf81eee
PT
1836msgstr ""
1837
807ab1f2 1838#: c-format.c:438
a05e4fdb 1839msgid "the '-' strftime flag"
dc6746e7
PT
1840msgstr ""
1841
807ab1f2 1842#: c-format.c:439
a05e4fdb 1843msgid "the '0' strftime flag"
dc6746e7
PT
1844msgstr ""
1845
807ab1f2 1846#: c-format.c:440 c-format.c:464
a05e4fdb 1847msgid "'^' flag"
dc6746e7
PT
1848msgstr ""
1849
807ab1f2 1850#: c-format.c:440
a05e4fdb 1851msgid "the '^' strftime flag"
dc6746e7
PT
1852msgstr ""
1853
807ab1f2 1854#: c-format.c:441
a05e4fdb 1855msgid "the '#' strftime flag"
dc6746e7
PT
1856msgstr ""
1857
807ab1f2 1858#: c-format.c:442
9e620082 1859msgid "field width in strftime format"
dc6746e7
PT
1860msgstr ""
1861
807ab1f2 1862#: c-format.c:443
a05e4fdb 1863msgid "'E' modifier"
dc6746e7
PT
1864msgstr ""
1865
807ab1f2 1866#: c-format.c:443
a05e4fdb 1867msgid "the 'E' strftime modifier"
dc6746e7
PT
1868msgstr ""
1869
807ab1f2 1870#: c-format.c:444
a05e4fdb 1871msgid "'O' modifier"
dc6746e7
PT
1872msgstr ""
1873
807ab1f2 1874#: c-format.c:444
a05e4fdb 1875msgid "the 'O' strftime modifier"
dc6746e7
PT
1876msgstr ""
1877
807ab1f2 1878#: c-format.c:445
a05e4fdb 1879msgid "the 'O' modifier"
dc6746e7
PT
1880msgstr ""
1881
807ab1f2 1882#: c-format.c:463
9e620082 1883msgid "fill character"
dc6746e7
PT
1884msgstr ""
1885
807ab1f2 1886#: c-format.c:463
9e620082 1887msgid "fill character in strfmon format"
dc6746e7
PT
1888msgstr ""
1889
807ab1f2 1890#: c-format.c:464
a05e4fdb 1891msgid "the '^' strfmon flag"
dc6746e7
PT
1892msgstr ""
1893
807ab1f2 1894#: c-format.c:465
a05e4fdb 1895msgid "the '+' strfmon flag"
dc6746e7
PT
1896msgstr ""
1897
807ab1f2 1898#: c-format.c:466
a05e4fdb 1899msgid "'(' flag"
dc6746e7
PT
1900msgstr ""
1901
807ab1f2 1902#: c-format.c:466
a05e4fdb 1903msgid "the '(' strfmon flag"
dc6746e7
PT
1904msgstr ""
1905
807ab1f2 1906#: c-format.c:467
a05e4fdb 1907msgid "'!' flag"
dc6746e7
PT
1908msgstr ""
1909
807ab1f2 1910#: c-format.c:467
a05e4fdb 1911msgid "the '!' strfmon flag"
dc6746e7
PT
1912msgstr ""
1913
807ab1f2 1914#: c-format.c:468
a05e4fdb 1915msgid "the '-' strfmon flag"
dc6746e7
PT
1916msgstr ""
1917
807ab1f2 1918#: c-format.c:469
9e620082 1919msgid "field width in strfmon format"
dc6746e7
PT
1920msgstr ""
1921
807ab1f2 1922#: c-format.c:470
9e620082 1923msgid "left precision"
dc6746e7
PT
1924msgstr ""
1925
807ab1f2 1926#: c-format.c:470
9e620082 1927msgid "left precision in strfmon format"
dc6746e7
PT
1928msgstr ""
1929
807ab1f2 1930#: c-format.c:471
9e620082 1931msgid "right precision"
dc6746e7
PT
1932msgstr ""
1933
807ab1f2 1934#: c-format.c:471
9e620082 1935msgid "right precision in strfmon format"
dc6746e7
PT
1936msgstr ""
1937
807ab1f2 1938#: c-format.c:472
9e620082 1939msgid "length modifier in strfmon format"
dc6746e7
PT
1940msgstr ""
1941
807ab1f2 1942#: c-format.c:840
9e620082 1943#, c-format
807ab1f2 1944msgid "function might be possible candidate for %qs format attribute"
dc6746e7
PT
1945msgstr ""
1946
807ab1f2 1947#: c-format.c:931 c-format.c:952 c-format.c:1947
9e620082 1948msgid "missing $ operand number in format"
dc6746e7
PT
1949msgstr ""
1950
807ab1f2 1951#: c-format.c:961
9e620082
ZW
1952#, c-format
1953msgid "%s does not support %%n$ operand number formats"
dc6746e7
PT
1954msgstr ""
1955
807ab1f2 1956#: c-format.c:968
9e620082 1957msgid "operand number out of range in format"
4ba01ed2
PT
1958msgstr ""
1959
807ab1f2 1960#: c-format.c:991
9e620082
ZW
1961#, c-format
1962msgid "format argument %d used more than once in %s format"
dc6746e7
PT
1963msgstr ""
1964
807ab1f2 1965#: c-format.c:1023
b1b51268
JM
1966msgid "$ operand number used after format without operand number"
1967msgstr ""
1968
807ab1f2 1969#: c-format.c:1053
9e620082
ZW
1970#, c-format
1971msgid "format argument %d unused before used argument %d in $-style format"
dc6746e7
PT
1972msgstr ""
1973
807ab1f2 1974#: c-format.c:1148
9e620082 1975msgid "format not a string literal, format string not checked"
dc6746e7
PT
1976msgstr ""
1977
807ab1f2 1978#: c-format.c:1162
9e620082 1979msgid "format not a string literal and no format arguments"
dc6746e7
PT
1980msgstr ""
1981
807ab1f2 1982#: c-format.c:1164
9e620082 1983msgid "format not a string literal, argument types not checked"
dc6746e7
PT
1984msgstr ""
1985
807ab1f2 1986#: c-format.c:1177
9e620082 1987msgid "too many arguments for format"
dc6746e7
PT
1988msgstr ""
1989
807ab1f2 1990#: c-format.c:1180
9e620082 1991msgid "unused arguments in $-style format"
dc6746e7
PT
1992msgstr ""
1993
807ab1f2 1994#: c-format.c:1183
a47a6810
JM
1995#, c-format
1996msgid "zero-length %s format string"
dc6746e7
PT
1997msgstr ""
1998
807ab1f2 1999#: c-format.c:1187
9e620082 2000msgid "format is a wide character string"
dc6746e7
PT
2001msgstr ""
2002
807ab1f2 2003#: c-format.c:1190
9e620082 2004msgid "unterminated format string"
dc6746e7
PT
2005msgstr ""
2006
807ab1f2
JM
2007#: c-format.c:1400
2008msgid "embedded %<\\0%> in format"
dc6746e7
PT
2009msgstr ""
2010
807ab1f2
JM
2011#: c-format.c:1415
2012msgid "spurious trailing %<%%%> in format"
dc6746e7
PT
2013msgstr ""
2014
807ab1f2 2015#: c-format.c:1459 c-format.c:1703
9e620082
ZW
2016#, c-format
2017msgid "repeated %s in format"
dc6746e7
PT
2018msgstr ""
2019
807ab1f2 2020#: c-format.c:1472
9e620082 2021msgid "missing fill character at end of strfmon format"
7bf81eee
PT
2022msgstr ""
2023
807ab1f2 2024#: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
9e620082 2025msgid "too few arguments for format"
7bf81eee
PT
2026msgstr ""
2027
807ab1f2 2028#: c-format.c:1557
9e620082
ZW
2029#, c-format
2030msgid "zero width in %s format"
dc6746e7
PT
2031msgstr ""
2032
807ab1f2 2033#: c-format.c:1575
9e620082
ZW
2034#, c-format
2035msgid "empty left precision in %s format"
dc6746e7
PT
2036msgstr ""
2037
807ab1f2 2038#: c-format.c:1633
9e620082 2039msgid "field precision"
dc6746e7
PT
2040msgstr ""
2041
807ab1f2 2042#: c-format.c:1648
9e620082
ZW
2043#, c-format
2044msgid "empty precision in %s format"
dc6746e7
PT
2045msgstr ""
2046
807ab1f2 2047#: c-format.c:1687
9e620082 2048#, c-format
807ab1f2 2049msgid "%s does not support the %qs %s length modifier"
dc6746e7
PT
2050msgstr ""
2051
807ab1f2 2052#: c-format.c:1737
9e620082 2053msgid "conversion lacks type at end of format"
dc6746e7
PT
2054msgstr ""
2055
807ab1f2 2056#: c-format.c:1748
9e620082 2057#, c-format
807ab1f2 2058msgid "unknown conversion type character %qc in format"
4ba01ed2
PT
2059msgstr ""
2060
807ab1f2 2061#: c-format.c:1751
9e620082
ZW
2062#, c-format
2063msgid "unknown conversion type character 0x%x in format"
dc6746e7
PT
2064msgstr ""
2065
807ab1f2
JM
2066#: c-format.c:1758
2067msgid "%s does not support the %<%%%c%> %s format"
dc6746e7
PT
2068msgstr ""
2069
807ab1f2
JM
2070#: c-format.c:1774
2071msgid "%s used with %<%%%c%> %s format"
dc6746e7
PT
2072msgstr ""
2073
807ab1f2 2074#: c-format.c:1783
9e620082
ZW
2075#, c-format
2076msgid "%s does not support %s"
dc6746e7
PT
2077msgstr ""
2078
807ab1f2
JM
2079#: c-format.c:1792
2080msgid "%s does not support %s with the %<%%%c%> %s format"
dc6746e7
PT
2081msgstr ""
2082
807ab1f2
JM
2083#: c-format.c:1825
2084msgid "%s ignored with %s and %<%%%c%> %s format"
dc6746e7
PT
2085msgstr ""
2086
807ab1f2 2087#: c-format.c:1829
4ba01ed2 2088#, c-format
9e620082 2089msgid "%s ignored with %s in %s format"
dc6746e7
PT
2090msgstr ""
2091
807ab1f2
JM
2092#: c-format.c:1835
2093msgid "use of %s and %s together with %<%%%c%> %s format"
dc6746e7
PT
2094msgstr ""
2095
807ab1f2 2096#: c-format.c:1839
4ba01ed2 2097#, c-format
9e620082 2098msgid "use of %s and %s together in %s format"
dc6746e7
PT
2099msgstr ""
2100
807ab1f2
JM
2101#: c-format.c:1858
2102msgid "%<%%%c%> yields only last 2 digits of year in some locales"
7bf81eee
PT
2103msgstr ""
2104
807ab1f2
JM
2105#: c-format.c:1861
2106msgid "%<%%%c%> yields only last 2 digits of year"
7bf81eee
PT
2107msgstr ""
2108
9e620082 2109#. The end of the format string was reached.
807ab1f2
JM
2110#: c-format.c:1877
2111msgid "no closing %<]%> for %<%%[%> format"
7bf81eee
PT
2112msgstr ""
2113
807ab1f2 2114#: c-format.c:1890
4ba01ed2 2115#, c-format
807ab1f2 2116msgid "use of %qs length modifier with %qc type character"
7bf81eee
PT
2117msgstr ""
2118
807ab1f2
JM
2119#: c-format.c:1911
2120msgid "%s does not support the %<%%%s%c%> %s format"
7bf81eee
PT
2121msgstr ""
2122
807ab1f2 2123#: c-format.c:1928
9e620082
ZW
2124msgid "operand number specified with suppressed assignment"
2125msgstr ""
2126
807ab1f2 2127#: c-format.c:1930
9e620082 2128msgid "operand number specified for format taking no argument"
7bf81eee
PT
2129msgstr ""
2130
807ab1f2 2131#: c-format.c:2072
4ba01ed2 2132#, c-format
9e620082 2133msgid "writing through null pointer (arg %d)"
7bf81eee
PT
2134msgstr ""
2135
807ab1f2 2136#: c-format.c:2080
9e620082
ZW
2137#, c-format
2138msgid "reading through null pointer (arg %d)"
7bf81eee
PT
2139msgstr ""
2140
807ab1f2 2141#: c-format.c:2100
9e620082
ZW
2142#, c-format
2143msgid "writing into constant object (arg %d)"
7bf81eee
PT
2144msgstr ""
2145
807ab1f2 2146#: c-format.c:2110
9e620082
ZW
2147#, c-format
2148msgid "extra type qualifiers in format argument (arg %d)"
7bf81eee
PT
2149msgstr ""
2150
807ab1f2
JM
2151#: c-format.c:2220
2152msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
1737c953
JM
2153msgstr ""
2154
807ab1f2
JM
2155#: c-format.c:2223
2156msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
1737c953
JM
2157msgstr ""
2158
807ab1f2
JM
2159#: c-format.c:2230
2160msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
7bf81eee
PT
2161msgstr ""
2162
807ab1f2
JM
2163#: c-format.c:2233
2164msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
7bf81eee
PT
2165msgstr ""
2166
807ab1f2 2167#: c-format.c:2499
b97e55da
JM
2168msgid "args to be formatted is not '...'"
2169msgstr ""
2170
807ab1f2 2171#: c-format.c:2508
b97e55da
JM
2172msgid "strftime formats cannot format arguments"
2173msgstr ""
2174
807ab1f2 2175#: c-gimplify.c:237
b1b51268
JM
2176msgid "statement with no effect"
2177msgstr ""
2178
d5706a1e 2179#: c-gimplify.c:315 c-typeck.c:6703 cp/parser.c:6508
b1b51268
JM
2180msgid "break statement not within loop or switch"
2181msgstr ""
2182
807ab1f2 2183#: c-gimplify.c:317
b1b51268
JM
2184msgid "continue statement not within loop or switch"
2185msgstr ""
2186
b1b51268 2187#: c-incpath.c:70
d9b2742a
ZW
2188#, c-format
2189msgid "ignoring duplicate directory \"%s\"\n"
2190msgstr ""
2191
b1b51268 2192#: c-incpath.c:73
d9b2742a
ZW
2193msgid " as it is a non-system directory that duplicates a system directory\n"
2194msgstr ""
2195
b1b51268 2196#: c-incpath.c:77
d9b2742a
ZW
2197#, c-format
2198msgid "ignoring nonexistent directory \"%s\"\n"
2199msgstr ""
2200
807ab1f2 2201#: c-incpath.c:283
d9b2742a 2202msgid "#include \"...\" search starts here:\n"
7bf81eee
PT
2203msgstr ""
2204
807ab1f2 2205#: c-incpath.c:287
d9b2742a
ZW
2206msgid "#include <...> search starts here:\n"
2207msgstr ""
2208
807ab1f2 2209#: c-incpath.c:292
d9b2742a
ZW
2210msgid "End of search list.\n"
2211msgstr ""
2212
de104104 2213#: c-lex.c:259
a47a6810 2214msgid "badly nested C headers from preprocessor"
7bf81eee
PT
2215msgstr ""
2216
de104104 2217#: c-lex.c:307
d51681a7 2218#, c-format
a47a6810 2219msgid "ignoring #pragma %s %s"
7bf81eee
PT
2220msgstr ""
2221
b97e55da 2222#. ... or not.
de104104 2223#: c-lex.c:412
b97e55da 2224msgid "%Hstray '@' in program"
7bf81eee
PT
2225msgstr ""
2226
de104104 2227#: c-lex.c:420
9e620082 2228#, c-format
b97e55da 2229msgid "missing terminating %c character"
7bf81eee
PT
2230msgstr ""
2231
de104104 2232#: c-lex.c:422
9e620082
ZW
2233#, c-format
2234msgid "stray '%c' in program"
7bf81eee
PT
2235msgstr ""
2236
de104104 2237#: c-lex.c:424
9e620082
ZW
2238#, c-format
2239msgid "stray '\\%o' in program"
7bf81eee
PT
2240msgstr ""
2241
de104104 2242#: c-lex.c:577
a47a6810 2243msgid "this decimal constant is unsigned only in ISO C90"
5b7874aa
ZW
2244msgstr ""
2245
de104104 2246#: c-lex.c:580
a47a6810 2247msgid "this decimal constant would be unsigned in ISO C90"
5b7874aa
ZW
2248msgstr ""
2249
de104104 2250#: c-lex.c:596
a47a6810 2251#, c-format
807ab1f2 2252msgid "integer constant is too large for %qs type"
5b7874aa
ZW
2253msgstr ""
2254
de104104 2255#: c-lex.c:662
807ab1f2 2256msgid "floating constant exceeds range of %<%s%>"
5b7874aa
ZW
2257msgstr ""
2258
de104104 2259#: c-lex.c:738
b97e55da 2260msgid "traditional C rejects string constant concatenation"
5b7874aa
ZW
2261msgstr ""
2262
b1b51268 2263#: c-objc-common.c:81
b97e55da 2264msgid ""
807ab1f2 2265"%Jfunction %qF can never be inlined because it is suppressed using -fno-"
b97e55da 2266"inline"
5b7874aa
ZW
2267msgstr ""
2268
b1b51268 2269#: c-objc-common.c:91
b97e55da 2270msgid ""
807ab1f2 2271"%Jfunction %qF can never be inlined because it might not be bound within "
b97e55da 2272"this unit of translation"
7bf81eee
PT
2273msgstr ""
2274
b1b51268 2275#: c-objc-common.c:99
b97e55da 2276msgid ""
807ab1f2 2277"%Jfunction %qF can never be inlined because it uses attributes conflicting "
b97e55da 2278"with inlining"
d9b2742a
ZW
2279msgstr ""
2280
b1b51268 2281#: c-objc-common.c:114
807ab1f2 2282msgid "%Jfunction %qF can never be inlined because it has pending sizes"
d9b2742a
ZW
2283msgstr ""
2284
b1b51268 2285#: c-objc-common.c:127
b97e55da 2286msgid ""
807ab1f2 2287"%Jnested function %qF can never be inlined because it has possibly saved "
b97e55da
JM
2288"pending sizes"
2289msgstr ""
2290
d5706a1e 2291#: c-objc-common.c:263
b06c20ee
JM
2292msgid "used array that cannot be converted to pointer where scalar is required"
2293msgstr ""
2294
d5706a1e 2295#: c-objc-common.c:267
b06c20ee
JM
2296msgid "used struct type value where scalar is required"
2297msgstr ""
2298
d5706a1e 2299#: c-objc-common.c:271
b06c20ee
JM
2300msgid "used union type value where scalar is required"
2301msgstr ""
2302
807ab1f2 2303#: c-opts.c:147
d9b2742a 2304#, c-format
807ab1f2 2305msgid "no class name specified with %qs"
d9b2742a
ZW
2306msgstr ""
2307
807ab1f2 2308#: c-opts.c:151
a47a6810 2309#, c-format
807ab1f2 2310msgid "assertion missing after %qs"
5b7874aa
ZW
2311msgstr ""
2312
807ab1f2 2313#: c-opts.c:156
a47a6810 2314#, c-format
807ab1f2 2315msgid "macro name missing after %qs"
7bf81eee
PT
2316msgstr ""
2317
807ab1f2 2318#: c-opts.c:165
a47a6810 2319#, c-format
807ab1f2 2320msgid "missing path after %qs"
5b7874aa
ZW
2321msgstr ""
2322
807ab1f2 2323#: c-opts.c:174
a47a6810 2324#, c-format
807ab1f2 2325msgid "missing filename after %qs"
7bf81eee
PT
2326msgstr ""
2327
807ab1f2 2328#: c-opts.c:179
b97e55da 2329#, c-format
807ab1f2 2330msgid "missing makefile target after %qs"
d9b2742a
ZW
2331msgstr ""
2332
807ab1f2 2333#: c-opts.c:305
b97e55da 2334msgid "-I- specified twice"
5b7874aa
ZW
2335msgstr ""
2336
807ab1f2 2337#: c-opts.c:308
b1b51268
JM
2338msgid "obsolete option -I- used, please use -iquote instead"
2339msgstr ""
2340
807ab1f2 2341#: c-opts.c:542
a47a6810 2342#, c-format
807ab1f2 2343msgid "switch %qs is no longer supported"
5b7874aa
ZW
2344msgstr ""
2345
807ab1f2 2346#: c-opts.c:657
a47a6810 2347msgid ""
b97e55da 2348"-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
7bf81eee
PT
2349msgstr ""
2350
807ab1f2 2351#: c-opts.c:843
a47a6810 2352msgid "output filename specified twice"
7bf81eee
PT
2353msgstr ""
2354
807ab1f2 2355#: c-opts.c:976
a47a6810 2356msgid "-Wformat-y2k ignored without -Wformat"
7bf81eee
PT
2357msgstr ""
2358
807ab1f2 2359#: c-opts.c:978
a47a6810 2360msgid "-Wformat-extra-args ignored without -Wformat"
dc6746e7
PT
2361msgstr ""
2362
807ab1f2 2363#: c-opts.c:980
a47a6810 2364msgid "-Wformat-zero-length ignored without -Wformat"
dc6746e7
PT
2365msgstr ""
2366
807ab1f2 2367#: c-opts.c:982
a47a6810 2368msgid "-Wformat-nonliteral ignored without -Wformat"
dc6746e7
PT
2369msgstr ""
2370
807ab1f2 2371#: c-opts.c:984
a47a6810 2372msgid "-Wformat-security ignored without -Wformat"
dc6746e7
PT
2373msgstr ""
2374
807ab1f2 2375#: c-opts.c:986
a47a6810 2376msgid "-Wmissing-format-attribute ignored without -Wformat"
dc6746e7
PT
2377msgstr ""
2378
807ab1f2 2379#: c-opts.c:1000
a47a6810 2380#, c-format
b97e55da 2381msgid "opening output file %s: %m"
5b7874aa
ZW
2382msgstr ""
2383
807ab1f2 2384#: c-opts.c:1005
b97e55da
JM
2385#, c-format
2386msgid "too many filenames given. Type %s --help for usage"
2387msgstr ""
2388
807ab1f2
JM
2389#: c-opts.c:1088
2390msgid "YYDEBUG was not defined at build time, -dy ignored"
b1b51268
JM
2391msgstr ""
2392
807ab1f2 2393#: c-opts.c:1129
9e620082 2394#, c-format
b97e55da 2395msgid "opening dependency file %s: %m"
dc6746e7
PT
2396msgstr ""
2397
807ab1f2 2398#: c-opts.c:1139
a47a6810 2399#, c-format
b97e55da 2400msgid "closing dependency file %s: %m"
dc6746e7
PT
2401msgstr ""
2402
807ab1f2 2403#: c-opts.c:1142
a47a6810 2404#, c-format
b97e55da 2405msgid "when writing output to %s: %m"
dc6746e7
PT
2406msgstr ""
2407
807ab1f2 2408#: c-opts.c:1221
a47a6810 2409msgid "to generate dependencies you must specify either -M or -MM"
dc6746e7
PT
2410msgstr ""
2411
807ab1f2 2412#: c-opts.c:1286
d9b2742a
ZW
2413msgid "<built-in>"
2414msgstr ""
2415
807ab1f2 2416#: c-opts.c:1301
d9b2742a
ZW
2417msgid "<command line>"
2418msgstr ""
2419
807ab1f2 2420#: c-opts.c:1384
b06c20ee
JM
2421msgid "too late for # directive to set debug directory"
2422msgstr ""
2423
d5706a1e
ZW
2424#. Depending on the version of Bison used to compile this grammar,
2425#. it may issue generic diagnostics spelled "syntax error" or
2426#. "parse error". To prevent this from changing the translation
2427#. template randomly, we list all the variants of this particular
2428#. diagnostic here. Translators: there is no fine distinction
2429#. between diagnostics with "syntax error" in them, and diagnostics
2430#. with "parse error" in them. It's okay to give them both the same
2431#. translation.
2432#: c-parse.y:54 c-parse.y:2925
2433#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1373
2434#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16421
2435#: objc/objc-parse.y:53 objc/objc-parse.y:3528
b06c20ee
JM
2436msgid "syntax error"
2437msgstr ""
2438
d5706a1e
ZW
2439#: /usr/share/bison/bison.simple:179 c-parse.y:2929
2440#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1377
2441#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16425
2442#: objc/objc-parse.y:3532
b06c20ee
JM
2443msgid "syntax error: cannot back up"
2444msgstr ""
2445
d5706a1e 2446#: c-parse.y:344 objc/objc-parse.y:366
b06c20ee
JM
2447msgid "ISO C forbids an empty source file"
2448msgstr ""
2449
d5706a1e 2450#: c-parse.y:378 objc/objc-parse.y:401
b06c20ee
JM
2451msgid "ISO C forbids data definition with no type or storage class"
2452msgstr ""
2453
d5706a1e 2454#: c-parse.y:380 objc/objc-parse.y:403
b06c20ee
JM
2455msgid "data definition has no type or storage class"
2456msgstr ""
2457
d5706a1e 2458#: c-parse.y:393 objc/objc-parse.y:416
807ab1f2 2459msgid "ISO C does not allow extra %<;%> outside of a function"
b06c20ee
JM
2460msgstr ""
2461
d5706a1e 2462#: c-parse.y:450
b06c20ee
JM
2463msgid "traditional C rejects the unary plus operator"
2464msgstr ""
2465
d5706a1e 2466#: c-parse.y:503 objc/objc-parse.y:526
807ab1f2 2467msgid "%<sizeof%> applied to a bit-field"
b06c20ee
JM
2468msgstr ""
2469
d5706a1e 2470#: c-parse.y:600 objc/objc-parse.y:623
b06c20ee
JM
2471msgid "ISO C forbids omitting the middle term of a ?: expression"
2472msgstr ""
2473
d5706a1e 2474#: c-parse.y:641 objc/objc-parse.y:664
de104104
JM
2475msgid "compound literal has variable size"
2476msgstr ""
2477
d5706a1e 2478#: c-parse.y:653 objc/objc-parse.y:676
b1b51268 2479msgid "ISO C90 forbids compound literals"
b06c20ee
JM
2480msgstr ""
2481
d5706a1e 2482#: c-parse.y:666 objc/objc-parse.y:689
b06c20ee
JM
2483msgid "ISO C forbids braced-groups within expressions"
2484msgstr ""
2485
d5706a1e 2486#: c-parse.y:702 objc/objc-parse.y:725
b06c20ee
JM
2487msgid "first argument to __builtin_choose_expr not a constant"
2488msgstr ""
2489
d5706a1e 2490#: c-parse.y:1226 objc/objc-parse.y:1273
807ab1f2 2491msgid "%<typeof%> applied to a bit-field"
b06c20ee
JM
2492msgstr ""
2493
d5706a1e 2494#: c-parse.y:1354 objc/objc-parse.y:1401
b06c20ee
JM
2495msgid "ISO C forbids empty initializer braces"
2496msgstr ""
2497
d5706a1e 2498#: c-parse.y:1368 objc/objc-parse.y:1415
b1b51268 2499msgid "ISO C90 forbids specifying subobject to initialize"
b06c20ee
JM
2500msgstr ""
2501
d5706a1e 2502#: c-parse.y:1371 objc/objc-parse.y:1418
807ab1f2 2503msgid "obsolete use of designated initializer without %<=%>"
b06c20ee
JM
2504msgstr ""
2505
d5706a1e 2506#: c-parse.y:1375 objc/objc-parse.y:1422
807ab1f2 2507msgid "obsolete use of designated initializer with %<:%>"
b06c20ee
JM
2508msgstr ""
2509
d5706a1e 2510#: c-parse.y:1402 objc/objc-parse.y:1449
b06c20ee
JM
2511msgid "ISO C forbids specifying range of elements to initialize"
2512msgstr ""
2513
d5706a1e 2514#: c-parse.y:1410 c-parse.y:1440 objc/objc-parse.y:1457 objc/objc-parse.y:1487
b06c20ee
JM
2515msgid "ISO C forbids nested functions"
2516msgstr ""
2517
d5706a1e 2518#: c-parse.y:1607 objc/objc-parse.y:1658
807ab1f2 2519msgid "ISO C forbids forward references to %<enum%> types"
b06c20ee
JM
2520msgstr ""
2521
d5706a1e 2522#: c-parse.y:1619 cp/parser.c:9920 objc/objc-parse.y:1670
b06c20ee
JM
2523msgid "comma at end of enumerator list"
2524msgstr ""
2525
d5706a1e 2526#: c-parse.y:1639 objc/objc-parse.y:1690
b06c20ee
JM
2527msgid "no semicolon at end of struct or union"
2528msgstr ""
2529
d5706a1e 2530#: c-parse.y:1648 objc/objc-parse.y:1699 objc/objc-parse.y:2688
b06c20ee
JM
2531msgid "extra semicolon in struct or union specified"
2532msgstr ""
2533
d5706a1e 2534#: c-parse.y:1661 objc/objc-parse.y:1715
b06c20ee
JM
2535msgid "ISO C doesn't support unnamed structs/unions"
2536msgstr ""
2537
d5706a1e 2538#: c-parse.y:1671 objc/objc-parse.y:1725
b06c20ee
JM
2539msgid "ISO C forbids member declarations with no members"
2540msgstr ""
2541
d5706a1e 2542#: c-parse.y:1837 objc/objc-parse.y:1891
b06c20ee
JM
2543msgid "label at end of compound statement"
2544msgstr ""
2545
d5706a1e 2546#: c-parse.y:1856 objc/objc-parse.y:1910
b06c20ee
JM
2547msgid "ISO C90 forbids mixed declarations and code"
2548msgstr ""
2549
d5706a1e 2550#: c-parse.y:1896 objc/objc-parse.y:1950
b06c20ee
JM
2551msgid "ISO C forbids label declarations"
2552msgstr ""
2553
d5706a1e 2554#: c-parse.y:1940 objc/objc-parse.y:1994
b06c20ee
JM
2555msgid "braced-group within expression allowed only inside a function"
2556msgstr ""
2557
d5706a1e 2558#: c-parse.y:2236 objc/objc-parse.y:2333
b1b51268
JM
2559#, c-format
2560msgid "%E qualifier ignored on asm"
2561msgstr ""
2562
d5706a1e 2563#: c-parse.y:2330 objc/objc-parse.y:2427
807ab1f2 2564msgid "ISO C requires a named argument before %<...%>"
b06c20ee
JM
2565msgstr ""
2566
d5706a1e
ZW
2567#: /usr/share/bison/bison.simple:795 c-parse.y:2928
2568#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1376
2569#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16424
2570#: objc/objc-parse.y:3531
2571msgid "parse error; also virtual memory exhausted"
2572msgstr ""
2573
2574#: /usr/share/bison/bison.simple:799 c-parse.y:2926
2575#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1374
2576#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16422
2577#: objc/objc-parse.y:3529
2578msgid "parse error"
b06c20ee
JM
2579msgstr ""
2580
d5706a1e 2581#: /usr/share/bison/bison.simple:924
b06c20ee
JM
2582msgid "parser stack overflow"
2583msgstr ""
2584
d5706a1e 2585#: c-parse.y:2846 objc/objc-parse.y:3449
b06c20ee 2586#, c-format
807ab1f2 2587msgid "syntax error at %qs token"
b06c20ee
JM
2588msgstr ""
2589
d5706a1e
ZW
2590#: c-parse.y:2927 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1375
2591#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16423
2592#: objc/objc-parse.y:3530
2593msgid "syntax error; also virtual memory exhausted"
2594msgstr ""
2595
2596#: c-parse.y:2930 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1378
2597#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16426
2598#: objc/objc-parse.y:3533
2599msgid "parse error: cannot back up"
2600msgstr ""
2601
b1b51268 2602#: c-pch.c:130
dc6746e7 2603#, c-format
01b84e13 2604msgid "can't create precompiled header %s: %m"
1737c953
JM
2605msgstr ""
2606
807ab1f2 2607#: c-pch.c:158
b97e55da
JM
2608#, c-format
2609msgid "can't write to %s: %m"
1737c953
JM
2610msgstr ""
2611
807ab1f2 2612#: c-pch.c:164
b97e55da 2613#, c-format
a05e4fdb 2614msgid "%qs is not a valid output file"
1737c953
JM
2615msgstr ""
2616
807ab1f2 2617#: c-pch.c:193 c-pch.c:208 c-pch.c:222
b97e55da
JM
2618#, c-format
2619msgid "can't write %s: %m"
7bf81eee
PT
2620msgstr ""
2621
807ab1f2 2622#: c-pch.c:198 c-pch.c:215
b97e55da
JM
2623#, c-format
2624msgid "can't seek in %s: %m"
5b7874aa
ZW
2625msgstr ""
2626
807ab1f2 2627#: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
a47a6810 2628#, c-format
b97e55da 2629msgid "can't read %s: %m"
1737c953
JM
2630msgstr ""
2631
807ab1f2
JM
2632#: c-pch.c:483
2633msgid "malformed #pragma GCC pch_preprocess, ignored"
d9b2742a
ZW
2634msgstr ""
2635
807ab1f2
JM
2636#: c-pch.c:489
2637msgid "pch_preprocess pragma should only be used with -fpreprocessed"
d9b2742a
ZW
2638msgstr ""
2639
807ab1f2
JM
2640#: c-pch.c:490
2641msgid "use #include instead"
d9b2742a
ZW
2642msgstr ""
2643
807ab1f2 2644#: c-pch.c:498
d9b2742a 2645#, c-format
807ab1f2 2646msgid "%s: couldn't open PCH file: %m\n"
d9b2742a
ZW
2647msgstr ""
2648
807ab1f2
JM
2649#: c-pch.c:503
2650msgid "use -Winvalid-pch for more information"
d9b2742a
ZW
2651msgstr ""
2652
807ab1f2 2653#: c-pch.c:504
d9b2742a 2654#, c-format
807ab1f2 2655msgid "%s: PCH file was invalid"
d9b2742a
ZW
2656msgstr ""
2657
807ab1f2
JM
2658#: c-pragma.c:98
2659msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
d9b2742a
ZW
2660msgstr ""
2661
807ab1f2 2662#: c-pragma.c:111
b1b51268 2663#, c-format
807ab1f2
JM
2664msgid ""
2665"#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
b1b51268
JM
2666msgstr ""
2667
807ab1f2
JM
2668#: c-pragma.c:125
2669msgid "#pragma pack(push[, id], <n>) is not supported on this target"
d9b2742a
ZW
2670msgstr ""
2671
807ab1f2
JM
2672#: c-pragma.c:127
2673msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
d9b2742a
ZW
2674msgstr ""
2675
807ab1f2
JM
2676#: c-pragma.c:148
2677msgid "missing %<(%> after %<#pragma pack%> - ignored"
d9b2742a
ZW
2678msgstr ""
2679
807ab1f2
JM
2680#: c-pragma.c:161 c-pragma.c:201
2681msgid "malformed %<#pragma pack%> - ignored"
d9b2742a
ZW
2682msgstr ""
2683
807ab1f2
JM
2684#: c-pragma.c:166
2685msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2686msgstr ""
2687
2688#: c-pragma.c:168
2689msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2690msgstr ""
2691
2692#: c-pragma.c:177
2693msgid "unknown action %qs for %<#pragma pack%> - ignored"
2694msgstr ""
2695
2696#: c-pragma.c:204
2697msgid "junk at end of %<#pragma pack%>"
2698msgstr ""
2699
2700#: c-pragma.c:207
2701msgid "#pragma pack has no effect with -fpack-struct - ignored"
1737c953
JM
2702msgstr ""
2703
807ab1f2 2704#: c-pragma.c:227
1737c953 2705#, c-format
807ab1f2
JM
2706msgid "alignment must be a small power of two, not %d"
2707msgstr ""
2708
2709#: c-pragma.c:260
1737c953 2710msgid ""
807ab1f2 2711"%Japplying #pragma weak %qD after first use results in unspecified behavior"
1737c953
JM
2712msgstr ""
2713
807ab1f2
JM
2714#: c-pragma.c:307 c-pragma.c:312
2715msgid "malformed #pragma weak, ignored"
1737c953
JM
2716msgstr ""
2717
807ab1f2
JM
2718#: c-pragma.c:316
2719msgid "junk at end of #pragma weak"
1737c953
JM
2720msgstr ""
2721
807ab1f2
JM
2722#: c-pragma.c:379 c-pragma.c:381
2723msgid "malformed #pragma redefine_extname, ignored"
1737c953
JM
2724msgstr ""
2725
807ab1f2
JM
2726#: c-pragma.c:384
2727msgid "junk at end of #pragma redefine_extname"
1737c953
JM
2728msgstr ""
2729
807ab1f2
JM
2730#: c-pragma.c:389
2731msgid "#pragma redefine_extname not supported on this target"
1737c953
JM
2732msgstr ""
2733
807ab1f2
JM
2734#: c-pragma.c:406 c-pragma.c:492
2735msgid "#pragma redefine_extname ignored due to conflict with previous rename"
1737c953
JM
2736msgstr ""
2737
807ab1f2
JM
2738#: c-pragma.c:429
2739msgid ""
2740"#pragma redefine_extname ignored due to conflict with previous #pragma "
2741"redefine_extname"
1737c953
JM
2742msgstr ""
2743
807ab1f2
JM
2744#: c-pragma.c:448
2745msgid "malformed #pragma extern_prefix, ignored"
1737c953
JM
2746msgstr ""
2747
807ab1f2
JM
2748#: c-pragma.c:451
2749msgid "junk at end of #pragma extern_prefix"
2750msgstr ""
2751
2752#: c-pragma.c:457
2753msgid "#pragma extern_prefix not supported on this target"
2754msgstr ""
2755
2756#: c-pragma.c:483
2757msgid "asm declaration ignored due to conflict with previous rename"
1737c953
JM
2758msgstr ""
2759
807ab1f2 2760#: c-pragma.c:514
a47a6810 2761msgid ""
807ab1f2 2762"#pragma redefine_extname ignored due to conflict with __asm__ declaration"
a47a6810
JM
2763msgstr ""
2764
807ab1f2
JM
2765#: c-pragma.c:574
2766msgid "#pragma GCC visibility must be followed by push or pop"
1737c953
JM
2767msgstr ""
2768
807ab1f2
JM
2769#: c-pragma.c:581
2770msgid "No matching push for %<#pragma GCC visibility pop%>"
1737c953
JM
2771msgstr ""
2772
807ab1f2
JM
2773#: c-pragma.c:592
2774msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
7bbf788c
PT
2775msgstr ""
2776
807ab1f2
JM
2777#: c-pragma.c:596
2778msgid "malformed #pragma GCC visibility push"
7bbf788c
PT
2779msgstr ""
2780
807ab1f2
JM
2781#: c-pragma.c:600
2782msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
7bbf788c
PT
2783msgstr ""
2784
807ab1f2
JM
2785#: c-pragma.c:616
2786msgid ""
2787"#pragma GCC visibility push() must specify default, internal, hidden or "
2788"protected"
7bbf788c
PT
2789msgstr ""
2790
807ab1f2
JM
2791#: c-pragma.c:621
2792msgid "missing '(' after %<#pragma GCC visibility push%> - ignored"
7bbf788c
PT
2793msgstr ""
2794
807ab1f2
JM
2795#: c-pragma.c:625
2796msgid "junk at end of %<#pragma GCC visibility%>"
7bbf788c
PT
2797msgstr ""
2798
de104104 2799#: c-typeck.c:140
1737c953 2800#, c-format
807ab1f2 2801msgid "%qs has an incomplete type"
1737c953
JM
2802msgstr ""
2803
de104104 2804#: c-typeck.c:162 cp/call.c:2667
1737c953
JM
2805msgid "invalid use of void expression"
2806msgstr ""
2807
de104104 2808#: c-typeck.c:170
cabb228b
ZW
2809msgid "invalid use of flexible array member"
2810msgstr ""
2811
de104104 2812#: c-typeck.c:176
1737c953
JM
2813msgid "invalid use of array with unspecified bounds"
2814msgstr ""
2815
de104104 2816#: c-typeck.c:184
807ab1f2 2817msgid "invalid use of undefined type %<%s %s%>"
1737c953
JM
2818msgstr ""
2819
2820#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
de104104 2821#: c-typeck.c:188
1737c953 2822#, c-format
807ab1f2 2823msgid "invalid use of incomplete typedef %qs"
1737c953
JM
2824msgstr ""
2825
de104104 2826#: c-typeck.c:375 c-typeck.c:389
1737c953
JM
2827msgid "function types not truly compatible in ISO C"
2828msgstr ""
2829
de104104 2830#: c-typeck.c:743
1737c953
JM
2831msgid "types are not quite compatible"
2832msgstr ""
2833
de104104 2834#: c-typeck.c:985
807ab1f2 2835msgid "function return types not compatible due to %<volatile%>"
b97e55da
JM
2836msgstr ""
2837
de104104 2838#: c-typeck.c:1126 c-typeck.c:2347
1737c953
JM
2839msgid "arithmetic on pointer to an incomplete type"
2840msgstr ""
2841
de104104
JM
2842#: c-typeck.c:1481
2843msgid "%qT has no member named %qs"
d51681a7
PT
2844msgstr ""
2845
de104104 2846#: c-typeck.c:1517
1737c953 2847#, c-format
807ab1f2 2848msgid "request for member %qs in something not a structure or union"
1737c953
JM
2849msgstr ""
2850
de104104 2851#: c-typeck.c:1546
1737c953
JM
2852msgid "dereferencing pointer to incomplete type"
2853msgstr ""
2854
de104104 2855#: c-typeck.c:1550
807ab1f2 2856msgid "dereferencing %<void *%> pointer"
1737c953
JM
2857msgstr ""
2858
de104104 2859#: c-typeck.c:1567
1737c953 2860#, c-format
807ab1f2 2861msgid "invalid type argument of %qs"
1737c953
JM
2862msgstr ""
2863
de104104 2864#: c-typeck.c:1585 cp/typeck.c:2170
1737c953
JM
2865msgid "subscript missing in array reference"
2866msgstr ""
2867
de104104 2868#: c-typeck.c:1605
807ab1f2 2869msgid "array subscript has type %<char%>"
1737c953
JM
2870msgstr ""
2871
de104104 2872#: c-typeck.c:1613 c-typeck.c:1702 cp/typeck.c:2215 cp/typeck.c:2301
1737c953
JM
2873msgid "array subscript is not an integer"
2874msgstr ""
2875
de104104 2876#: c-typeck.c:1646
807ab1f2 2877msgid "ISO C forbids subscripting %<register%> array"
1737c953
JM
2878msgstr ""
2879
de104104 2880#: c-typeck.c:1648
a47a6810 2881msgid "ISO C90 forbids subscripting non-lvalue array"
1737c953
JM
2882msgstr ""
2883
de104104 2884#: c-typeck.c:1681
807ab1f2 2885msgid "subscript has type %<char%>"
1737c953
JM
2886msgstr ""
2887
de104104 2888#: c-typeck.c:1697 cp/typeck.c:2296
1737c953
JM
2889msgid "subscripted value is neither array nor pointer"
2890msgstr ""
2891
de104104 2892#: c-typeck.c:1727
1737c953 2893#, c-format
807ab1f2 2894msgid "local declaration of %qs hides instance variable"
1737c953
JM
2895msgstr ""
2896
de104104
JM
2897#: c-typeck.c:1920
2898#, c-format
2899msgid "called object %qE is not a function"
1737c953
JM
2900msgstr ""
2901
01b84e13
JM
2902#. This situation leads to run-time undefined behavior. We can't,
2903#. therefore, simply error unless we can prove that all possible
2904#. executions of the program must execute the code.
de104104 2905#: c-typeck.c:1952
01b84e13
JM
2906msgid "function called through a non-compatible type"
2907msgstr ""
2908
d5706a1e
ZW
2909#: c-typeck.c:1996 c-typeck.c:4202 c-typeck.c:4204 c-typeck.c:4212
2910#: c-typeck.c:4237 c-typeck.c:5624
807ab1f2
JM
2911msgid "initializer element is not constant"
2912msgstr ""
2913
de104104 2914#: c-typeck.c:2047 cp/typeck.c:2569
9e620082 2915msgid "too many arguments to function"
d51681a7
PT
2916msgstr ""
2917
de104104 2918#: c-typeck.c:2068
d51681a7 2919#, c-format
9e620082 2920msgid "type of formal parameter %d is incomplete"
d51681a7
PT
2921msgstr ""
2922
de104104 2923#: c-typeck.c:2081
d51681a7 2924#, c-format
9e620082 2925msgid "%s as integer rather than floating due to prototype"
d51681a7
PT
2926msgstr ""
2927
de104104 2928#: c-typeck.c:2084
9e620082
ZW
2929#, c-format
2930msgid "%s as integer rather than complex due to prototype"
d51681a7
PT
2931msgstr ""
2932
de104104 2933#: c-typeck.c:2087
d51681a7 2934#, c-format
9e620082 2935msgid "%s as complex rather than floating due to prototype"
d51681a7
PT
2936msgstr ""
2937
de104104 2938#: c-typeck.c:2090
d51681a7 2939#, c-format
9e620082 2940msgid "%s as floating rather than integer due to prototype"
d51681a7
PT
2941msgstr ""
2942
de104104 2943#: c-typeck.c:2093
d51681a7 2944#, c-format
9e620082 2945msgid "%s as complex rather than integer due to prototype"
d51681a7
PT
2946msgstr ""
2947
de104104 2948#: c-typeck.c:2096
d51681a7 2949#, c-format
9e620082 2950msgid "%s as floating rather than complex due to prototype"
d51681a7
PT
2951msgstr ""
2952
de104104 2953#: c-typeck.c:2106
807ab1f2 2954msgid "%s as %<float%> rather than %<double%> due to prototype"
d51681a7
PT
2955msgstr ""
2956
de104104 2957#: c-typeck.c:2126
d51681a7 2958#, c-format
9e620082 2959msgid "%s with different width due to prototype"
d51681a7
PT
2960msgstr ""
2961
de104104 2962#: c-typeck.c:2152
d51681a7 2963#, c-format
9e620082 2964msgid "%s as unsigned due to prototype"
d51681a7
PT
2965msgstr ""
2966
de104104 2967#: c-typeck.c:2154
d51681a7 2968#, c-format
9e620082 2969msgid "%s as signed due to prototype"
d51681a7
PT
2970msgstr ""
2971
de104104 2972#: c-typeck.c:2188 cp/typeck.c:2675
9e620082 2973msgid "too few arguments to function"
d51681a7
PT
2974msgstr ""
2975
de104104 2976#: c-typeck.c:2223
9e620082 2977msgid "suggest parentheses around + or - inside shift"
d51681a7
PT
2978msgstr ""
2979
de104104 2980#: c-typeck.c:2230
9e620082 2981msgid "suggest parentheses around && within ||"
d51681a7
PT
2982msgstr ""
2983
de104104 2984#: c-typeck.c:2239
9e620082 2985msgid "suggest parentheses around arithmetic in operand of |"
d51681a7
PT
2986msgstr ""
2987
de104104 2988#: c-typeck.c:2243
9e620082 2989msgid "suggest parentheses around comparison in operand of |"
d51681a7
PT
2990msgstr ""
2991
de104104 2992#: c-typeck.c:2252
9e620082 2993msgid "suggest parentheses around arithmetic in operand of ^"
d51681a7
PT
2994msgstr ""
2995
de104104 2996#: c-typeck.c:2256
9e620082 2997msgid "suggest parentheses around comparison in operand of ^"
4ba01ed2
PT
2998msgstr ""
2999
de104104 3000#: c-typeck.c:2263
9e620082 3001msgid "suggest parentheses around + or - in operand of &"
d51681a7
PT
3002msgstr ""
3003
de104104 3004#: c-typeck.c:2267
9e620082 3005msgid "suggest parentheses around comparison in operand of &"
d51681a7
PT
3006msgstr ""
3007
de104104 3008#: c-typeck.c:2273
9e620082 3009msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
d51681a7
PT
3010msgstr ""
3011
de104104 3012#: c-typeck.c:2299
807ab1f2 3013msgid "pointer of type %<void *%> used in subtraction"
d51681a7
PT
3014msgstr ""
3015
de104104 3016#: c-typeck.c:2301
9e620082 3017msgid "pointer to a function used in subtraction"
d51681a7
PT
3018msgstr ""
3019
de104104 3020#: c-typeck.c:2390
9e620082 3021msgid "wrong type argument to unary plus"
d51681a7
PT
3022msgstr ""
3023
de104104 3024#: c-typeck.c:2403
9e620082 3025msgid "wrong type argument to unary minus"
d51681a7
PT
3026msgstr ""
3027
de104104 3028#: c-typeck.c:2420
807ab1f2 3029msgid "ISO C does not support %<~%> for complex conjugation"
d51681a7
PT
3030msgstr ""
3031
de104104 3032#: c-typeck.c:2426
9e620082 3033msgid "wrong type argument to bit-complement"
d51681a7
PT
3034msgstr ""
3035
de104104 3036#: c-typeck.c:2434
9e620082 3037msgid "wrong type argument to abs"
d51681a7
PT
3038msgstr ""
3039
de104104 3040#: c-typeck.c:2446
9e620082 3041msgid "wrong type argument to conjugation"
4ba01ed2
PT
3042msgstr ""
3043
de104104 3044#: c-typeck.c:2460
9e620082 3045msgid "wrong type argument to unary exclamation mark"
d51681a7
PT
3046msgstr ""
3047
de104104 3048#: c-typeck.c:2497
807ab1f2 3049msgid "ISO C does not support %<++%> and %<--%> on complex types"
d51681a7
PT
3050msgstr ""
3051
de104104 3052#: c-typeck.c:2513 c-typeck.c:2545
1737c953 3053msgid "wrong type argument to increment"
d51681a7
PT
3054msgstr ""
3055
de104104 3056#: c-typeck.c:2515 c-typeck.c:2547
1737c953
JM
3057msgid "wrong type argument to decrement"
3058msgstr ""
3059
de104104 3060#: c-typeck.c:2536
1737c953 3061msgid "increment of pointer to unknown structure"
d51681a7
PT
3062msgstr ""
3063
de104104 3064#: c-typeck.c:2538
1737c953
JM
3065msgid "decrement of pointer to unknown structure"
3066msgstr ""
3067
de104104
JM
3068#: c-typeck.c:2628
3069msgid "attempt to take address of bit-field structure member %qD"
3070msgstr ""
3071
3072#: c-typeck.c:2710
3073msgid "invalid lvalue in assignment"
3074msgstr ""
3075
3076#: c-typeck.c:2713
3077msgid "invalid lvalue in increment"
3078msgstr ""
3079
3080#: c-typeck.c:2716
3081msgid "invalid lvalue in decrement"
3082msgstr ""
3083
3084#: c-typeck.c:2719
807ab1f2 3085msgid "invalid lvalue in unary %<&%>"
d51681a7
PT
3086msgstr ""
3087
de104104
JM
3088#: c-typeck.c:2722
3089msgid "invalid lvalue in asm statement"
d51681a7
PT
3090msgstr ""
3091
de104104 3092#: c-typeck.c:2750
9e620082 3093#, c-format
de104104 3094msgid "assignment of read-only member %qs"
d51681a7
PT
3095msgstr ""
3096
de104104 3097#: c-typeck.c:2751
9e620082 3098#, c-format
de104104 3099msgid "increment of read-only member %qs"
d51681a7
PT
3100msgstr ""
3101
de104104
JM
3102#: c-typeck.c:2752
3103#, c-format
3104msgid "decrement of read-only member %qs"
3105msgstr ""
3106
3107#: c-typeck.c:2756
d51681a7 3108#, c-format
de104104 3109msgid "assignment of read-only variable %qs"
d51681a7
PT
3110msgstr ""
3111
de104104
JM
3112#: c-typeck.c:2757
3113#, c-format
3114msgid "increment of read-only variable %qs"
3115msgstr ""
3116
3117#: c-typeck.c:2758
3118#, c-format
3119msgid "decrement of read-only variable %qs"
3120msgstr ""
3121
3122#: c-typeck.c:2761
3123msgid "assignment of read-only location"
3124msgstr ""
3125
3126#: c-typeck.c:2762
3127msgid "increment of read-only location"
3128msgstr ""
3129
3130#: c-typeck.c:2763
3131msgid "decrement of read-only location"
3132msgstr ""
3133
3134#: c-typeck.c:2781
d51681a7 3135#, c-format
807ab1f2 3136msgid "cannot take address of bit-field %qs"
d51681a7
PT
3137msgstr ""
3138
de104104 3139#: c-typeck.c:2809
d51681a7 3140#, c-format
807ab1f2 3141msgid "global register variable %qs used in nested function"
d51681a7
PT
3142msgstr ""
3143
de104104 3144#: c-typeck.c:2813
d51681a7 3145#, c-format
807ab1f2 3146msgid "register variable %qs used in nested function"
d51681a7
PT
3147msgstr ""
3148
de104104 3149#: c-typeck.c:2820
d51681a7 3150#, c-format
807ab1f2 3151msgid "address of global register variable %qs requested"
d51681a7
PT
3152msgstr ""
3153
de104104 3154#: c-typeck.c:2825
d51681a7 3155#, c-format
807ab1f2 3156msgid "address of register variable %qs requested"
d51681a7
PT
3157msgstr ""
3158
de104104 3159#: c-typeck.c:2873
01b84e13
JM
3160msgid "non-lvalue array in conditional expression"
3161msgstr ""
3162
de104104 3163#: c-typeck.c:2917
9e620082 3164msgid "signed and unsigned type in conditional expression"
d51681a7
PT
3165msgstr ""
3166
de104104 3167#: c-typeck.c:2924
9e620082 3168msgid "ISO C forbids conditional expr with only one void side"
d51681a7
PT
3169msgstr ""
3170
de104104 3171#: c-typeck.c:2940 c-typeck.c:2948
807ab1f2 3172msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
d51681a7
PT
3173msgstr ""
3174
de104104 3175#: c-typeck.c:2955
9e620082 3176msgid "pointer type mismatch in conditional expression"
d51681a7
PT
3177msgstr ""
3178
de104104 3179#: c-typeck.c:2962 c-typeck.c:2972
9e620082 3180msgid "pointer/integer type mismatch in conditional expression"
d51681a7
PT
3181msgstr ""
3182
de104104 3183#: c-typeck.c:2986
9e620082 3184msgid "type mismatch in conditional expression"
d51681a7
PT
3185msgstr ""
3186
de104104 3187#: c-typeck.c:3029
9e620082 3188msgid "left-hand operand of comma expression has no effect"
d51681a7
PT
3189msgstr ""
3190
de104104 3191#: c-typeck.c:3062
9e620082 3192msgid "cast specifies array type"
d51681a7
PT
3193msgstr ""
3194
de104104 3195#: c-typeck.c:3068
9e620082 3196msgid "cast specifies function type"
d51681a7
PT
3197msgstr ""
3198
de104104 3199#: c-typeck.c:3078
9e620082 3200msgid "ISO C forbids casting nonscalar to the same type"
d51681a7
PT
3201msgstr ""
3202
de104104 3203#: c-typeck.c:3096
9e620082 3204msgid "ISO C forbids casts to union type"
d51681a7
PT
3205msgstr ""
3206
de104104 3207#: c-typeck.c:3105
9e620082 3208msgid "cast to union type from type not present in union"
d51681a7
PT
3209msgstr ""
3210
de104104 3211#: c-typeck.c:3156
cabb228b
ZW
3212msgid "cast adds new qualifiers to function type"
3213msgstr ""
3214
9e620082
ZW
3215#. There are qualifiers present in IN_OTYPE that are not
3216#. present in IN_TYPE.
de104104 3217#: c-typeck.c:3161
9e620082 3218msgid "cast discards qualifiers from pointer target type"
d51681a7
PT
3219msgstr ""
3220
de104104 3221#: c-typeck.c:3176
9e620082 3222msgid "cast increases required alignment of target type"
d51681a7
PT
3223msgstr ""
3224
d5706a1e 3225#: c-typeck.c:3182 cp/typeck.c:4959
9e620082 3226msgid "cast from pointer to integer of different size"
d51681a7
PT
3227msgstr ""
3228
de104104
JM
3229#: c-typeck.c:3187
3230msgid "cast from function call of type %qT to non-matching type %qT"
d51681a7
PT
3231msgstr ""
3232
d5706a1e 3233#: c-typeck.c:3195 cp/typeck.c:4966
9e620082 3234msgid "cast to pointer from integer of different size"
d51681a7
PT
3235msgstr ""
3236
de104104 3237#: c-typeck.c:3207
a47a6810
JM
3238msgid "type-punning to incomplete type might break strict-aliasing rules"
3239msgstr ""
3240
de104104 3241#: c-typeck.c:3214
a47a6810
JM
3242msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3243msgstr ""
3244
de104104 3245#: c-typeck.c:3217
b1b51268
JM
3246msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3247msgstr ""
3248
de104104 3249#: c-typeck.c:3229
01b84e13
JM
3250msgid "ISO C forbids conversion of function pointer to object pointer type"
3251msgstr ""
3252
de104104 3253#: c-typeck.c:3238
01b84e13
JM
3254msgid "ISO C forbids conversion of object pointer to function pointer type"
3255msgstr ""
3256
9e620082 3257#. Convert new value to destination type.
de104104 3258#: c-typeck.c:3365 c-typeck.c:3382
9e620082 3259msgid "assignment"
d51681a7
PT
3260msgstr ""
3261
de104104 3262#: c-typeck.c:3449
7bbf788c
PT
3263msgid "cannot pass rvalue to reference parameter"
3264msgstr ""
3265
de104104 3266#: c-typeck.c:3557 c-typeck.c:3634
d51681a7 3267#, c-format
9e620082 3268msgid "%s makes qualified function pointer from unqualified"
d51681a7
PT
3269msgstr ""
3270
de104104 3271#: c-typeck.c:3561 c-typeck.c:3614
d51681a7 3272#, c-format
9e620082 3273msgid "%s discards qualifiers from pointer target type"
d51681a7
PT
3274msgstr ""
3275
de104104 3276#: c-typeck.c:3567
9e620082 3277msgid "ISO C prohibits argument conversion to union type"
d51681a7
PT
3278msgstr ""
3279
de104104 3280#: c-typeck.c:3605
807ab1f2 3281msgid "ISO C forbids %s between function pointer and %<void *%>"
d51681a7
PT
3282msgstr ""
3283
de104104 3284#: c-typeck.c:3623
d51681a7 3285#, c-format
9e620082 3286msgid "pointer targets in %s differ in signedness"
d51681a7
PT
3287msgstr ""
3288
de104104 3289#: c-typeck.c:3639
9e620082
ZW
3290#, c-format
3291msgid "%s from incompatible pointer type"
d51681a7
PT
3292msgstr ""
3293
d5706a1e 3294#: c-typeck.c:3645 c-typeck.c:4162 cp/typeck.c:1402
b97e55da
JM
3295msgid "invalid use of non-lvalue array"
3296msgstr ""
3297
de104104 3298#: c-typeck.c:3659
d51681a7 3299#, c-format
9e620082 3300msgid "%s makes pointer from integer without a cast"
d51681a7
PT
3301msgstr ""
3302
de104104 3303#: c-typeck.c:3666
d51681a7 3304#, c-format
9e620082 3305msgid "%s makes integer from pointer without a cast"
d51681a7
PT
3306msgstr ""
3307
de104104 3308#: c-typeck.c:3680 c-typeck.c:3683
d51681a7 3309#, c-format
807ab1f2 3310msgid "incompatible type for argument %d of %qs"
d51681a7
PT
3311msgstr ""
3312
de104104 3313#: c-typeck.c:3687
d51681a7 3314#, c-format
9e620082 3315msgid "incompatible type for argument %d of indirect function call"
d51681a7
PT
3316msgstr ""
3317
de104104 3318#: c-typeck.c:3691
d51681a7 3319#, c-format
9e620082 3320msgid "incompatible types in %s"
d51681a7
PT
3321msgstr ""
3322
9e620082 3323#. Function name is known; supply it.
d5706a1e 3324#: c-typeck.c:3745
9e620082 3325#, c-format
807ab1f2 3326msgid "passing arg %d of '%s'"
d51681a7
PT
3327msgstr ""
3328
9e620082 3329#. Function name unknown (call through ptr); just give arg number.
d5706a1e 3330#: c-typeck.c:3754
d51681a7 3331#, c-format
9e620082 3332msgid "passing arg %d of pointer to function"
d51681a7
PT
3333msgstr ""
3334
d5706a1e 3335#: c-typeck.c:3810
9e620082 3336msgid "traditional C rejects automatic aggregate initialization"
d51681a7
PT
3337msgstr ""
3338
d5706a1e 3339#: c-typeck.c:3978 c-typeck.c:3993 c-typeck.c:4008
d51681a7 3340#, c-format
807ab1f2
JM
3341msgid "(near initialization for %qs)"
3342msgstr ""
3343
d5706a1e 3344#: c-typeck.c:4022
807ab1f2 3345msgid "array initialized from parenthesized string constant"
d51681a7
PT
3346msgstr ""
3347
d5706a1e 3348#: c-typeck.c:4086 cp/typeck2.c:708
9e620082 3349msgid "char-array initialized from wide string"
d51681a7
PT
3350msgstr ""
3351
d5706a1e 3352#: c-typeck.c:4091
807ab1f2 3353msgid "wchar_t-array initialized from non-wide string"
d51681a7
PT
3354msgstr ""
3355
d5706a1e 3356#: c-typeck.c:4109 cp/typeck2.c:730
9e620082 3357msgid "initializer-string for array of chars is too long"
d51681a7
PT
3358msgstr ""
3359
d5706a1e 3360#: c-typeck.c:4115
807ab1f2 3361msgid "array of inappropriate type initialized from string constant"
d51681a7
PT
3362msgstr ""
3363
d5706a1e 3364#: c-typeck.c:4185
807ab1f2 3365msgid "array initialized from non-constant array expression"
d51681a7
PT
3366msgstr ""
3367
d5706a1e 3368#: c-typeck.c:4229
9e620082 3369msgid "initialization"
d51681a7
PT
3370msgstr ""
3371
d5706a1e 3372#: c-typeck.c:4244 c-typeck.c:5628
9e620082 3373msgid "initializer element is not computable at load time"
d51681a7
PT
3374msgstr ""
3375
d5706a1e 3376#: c-typeck.c:4259 cp/typeck2.c:808
9e620082 3377msgid "invalid initializer"
d51681a7
PT
3378msgstr ""
3379
d5706a1e 3380#: c-typeck.c:4529 cp/decl.c:4512
d9b2742a
ZW
3381msgid "opaque vector types cannot be initialized"
3382msgstr ""
3383
d5706a1e 3384#: c-typeck.c:4725
9e620082 3385msgid "extra brace group at end of initializer"
d51681a7
PT
3386msgstr ""
3387
d5706a1e 3388#: c-typeck.c:4745
9e620082 3389msgid "missing braces around initializer"
d51681a7
PT
3390msgstr ""
3391
d5706a1e 3392#: c-typeck.c:4805
9e620082 3393msgid "braces around scalar initializer"
d51681a7
PT
3394msgstr ""
3395
d5706a1e 3396#: c-typeck.c:4862
9e620082 3397msgid "initialization of flexible array member in a nested context"
d51681a7
PT
3398msgstr ""
3399
d5706a1e 3400#: c-typeck.c:4864
9e620082 3401msgid "initialization of a flexible array member"
d51681a7
PT
3402msgstr ""
3403
d5706a1e 3404#: c-typeck.c:4891
9e620082 3405msgid "missing initializer"
d51681a7
PT
3406msgstr ""
3407
d5706a1e 3408#: c-typeck.c:4913
9e620082 3409msgid "empty scalar initializer"
d51681a7
PT
3410msgstr ""
3411
d5706a1e 3412#: c-typeck.c:4918
9e620082 3413msgid "extra elements in scalar initializer"
d51681a7
PT
3414msgstr ""
3415
d5706a1e 3416#: c-typeck.c:5006
9e620082 3417msgid "initialization designators may not nest"
d51681a7
PT
3418msgstr ""
3419
d5706a1e 3420#: c-typeck.c:5028 c-typeck.c:5103
9e620082 3421msgid "array index in non-array initializer"
d51681a7
PT
3422msgstr ""
3423
d5706a1e 3424#: c-typeck.c:5033 c-typeck.c:5156
9e620082 3425msgid "field name not in record or union initializer"
d51681a7
PT
3426msgstr ""
3427
d5706a1e 3428#: c-typeck.c:5079
807ab1f2
JM
3429msgid "array index in initializer not of integer type"
3430msgstr ""
3431
d5706a1e 3432#: c-typeck.c:5099 c-typeck.c:5101
9e620082 3433msgid "nonconstant array index in initializer"
d51681a7
PT
3434msgstr ""
3435
d5706a1e 3436#: c-typeck.c:5105 c-typeck.c:5108
9e620082 3437msgid "array index in initializer exceeds array bounds"
d51681a7
PT
3438msgstr ""
3439
d5706a1e 3440#: c-typeck.c:5119
9e620082 3441msgid "empty index range in initializer"
d51681a7
PT
3442msgstr ""
3443
d5706a1e 3444#: c-typeck.c:5128
9e620082 3445msgid "array index range in initializer exceeds array bounds"
d51681a7
PT
3446msgstr ""
3447
d5706a1e 3448#: c-typeck.c:5168
9e620082 3449#, c-format
807ab1f2 3450msgid "unknown field %qs specified in initializer"
d51681a7
PT
3451msgstr ""
3452
d5706a1e 3453#: c-typeck.c:5204 c-typeck.c:5225 c-typeck.c:5691
9e620082 3454msgid "initialized field with side-effects overwritten"
d51681a7
PT
3455msgstr ""
3456
d5706a1e 3457#: c-typeck.c:5900
9e620082 3458msgid "excess elements in char array initializer"
d51681a7
PT
3459msgstr ""
3460
d5706a1e 3461#: c-typeck.c:5907 c-typeck.c:5953
9e620082 3462msgid "excess elements in struct initializer"
d51681a7
PT
3463msgstr ""
3464
d5706a1e 3465#: c-typeck.c:5968
7bbf788c
PT
3466msgid "non-static initialization of a flexible array member"
3467msgstr ""
3468
d5706a1e 3469#: c-typeck.c:6036
9e620082 3470msgid "excess elements in union initializer"
d51681a7
PT
3471msgstr ""
3472
d5706a1e 3473#: c-typeck.c:6058
9e620082 3474msgid "traditional C rejects initialization of unions"
d51681a7
PT
3475msgstr ""
3476
d5706a1e 3477#: c-typeck.c:6122
9e620082 3478msgid "excess elements in array initializer"
d51681a7
PT
3479msgstr ""
3480
d5706a1e 3481#: c-typeck.c:6152
a52453cc
PT
3482msgid "excess elements in vector initializer"
3483msgstr ""
3484
d5706a1e 3485#: c-typeck.c:6175
9e620082 3486msgid "excess elements in scalar initializer"
d51681a7
PT
3487msgstr ""
3488
d5706a1e 3489#: c-typeck.c:6337
807ab1f2 3490msgid "ISO C forbids %<goto *expr;%>"
d51681a7
PT
3491msgstr ""
3492
d5706a1e 3493#: c-typeck.c:6351
807ab1f2 3494msgid "function declared %<noreturn%> has a %<return%> statement"
d51681a7
PT
3495msgstr ""
3496
d5706a1e 3497#: c-typeck.c:6358
807ab1f2 3498msgid "%<return%> with no value, in function returning non-void"
d51681a7
PT
3499msgstr ""
3500
d5706a1e 3501#: c-typeck.c:6365
807ab1f2 3502msgid "%<return%> with a value, in function returning void"
d51681a7
PT
3503msgstr ""
3504
d5706a1e 3505#: c-typeck.c:6369
9e620082 3506msgid "return"
d51681a7
PT
3507msgstr ""
3508
d5706a1e 3509#: c-typeck.c:6422
9e620082 3510msgid "function returns address of local variable"
d51681a7
PT
3511msgstr ""
3512
d5706a1e 3513#: c-typeck.c:6483 cp/semantics.c:856
9e620082 3514msgid "switch quantity not an integer"
d51681a7
PT
3515msgstr ""
3516
d5706a1e 3517#: c-typeck.c:6493
807ab1f2 3518msgid "%<long%> switch expression not converted to %<int%> in ISO C"
d51681a7
PT
3519msgstr ""
3520
d5706a1e 3521#: c-typeck.c:6530 cp/parser.c:6017
9e620082 3522msgid "case label not within a switch statement"
d51681a7
PT
3523msgstr ""
3524
d5706a1e 3525#: c-typeck.c:6532
807ab1f2
JM
3526msgid "%<default%> label not within a switch statement"
3527msgstr ""
3528
d5706a1e 3529#: c-typeck.c:6596
807ab1f2
JM
3530msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3531msgstr ""
3532
d5706a1e 3533#: c-typeck.c:6606
807ab1f2
JM
3534msgid "%Hempty body in an if-statement"
3535msgstr ""
3536
d5706a1e 3537#: c-typeck.c:6614
807ab1f2
JM
3538msgid "%Hempty body in an else-statement"
3539msgstr ""
3540
d5706a1e 3541#: c-typeck.c:6705 cp/parser.c:6519
807ab1f2
JM
3542msgid "continue statement not within a loop"
3543msgstr ""
3544
d5706a1e 3545#: c-typeck.c:6722
807ab1f2 3546msgid "%Hstatement with no effect"
d51681a7
PT
3547msgstr ""
3548
d5706a1e 3549#: c-typeck.c:6751
807ab1f2
JM
3550msgid "expression statement has incomplete type"
3551msgstr ""
3552
d5706a1e 3553#: c-typeck.c:7074 c-typeck.c:7113
b97e55da 3554msgid "division by zero"
d51681a7
PT
3555msgstr ""
3556
d5706a1e 3557#: c-typeck.c:7158 cp/typeck.c:2965
b97e55da 3558msgid "right shift count is negative"
d51681a7
PT
3559msgstr ""
3560
d5706a1e 3561#: c-typeck.c:7165 cp/typeck.c:2971
b97e55da 3562msgid "right shift count >= width of type"
d51681a7
PT
3563msgstr ""
3564
d5706a1e 3565#: c-typeck.c:7186 cp/typeck.c:2990
b97e55da 3566msgid "left shift count is negative"
9e620082
ZW
3567msgstr ""
3568
d5706a1e 3569#: c-typeck.c:7189 cp/typeck.c:2992
b97e55da 3570msgid "left shift count >= width of type"
a47a6810
JM
3571msgstr ""
3572
d5706a1e 3573#: c-typeck.c:7210
b97e55da 3574msgid "shift count is negative"
a47a6810
JM
3575msgstr ""
3576
d5706a1e 3577#: c-typeck.c:7212
b97e55da 3578msgid "shift count >= width of type"
a47a6810
JM
3579msgstr ""
3580
d5706a1e 3581#: c-typeck.c:7229 cp/typeck.c:3027
b97e55da 3582msgid "comparing floating point with == or != is unsafe"
a47a6810
JM
3583msgstr ""
3584
d5706a1e 3585#: c-typeck.c:7253 c-typeck.c:7260
807ab1f2 3586msgid "ISO C forbids comparison of %<void *%> with function pointer"
a47a6810
JM
3587msgstr ""
3588
d5706a1e 3589#: c-typeck.c:7264 c-typeck.c:7304 c-typeck.c:7332
b97e55da
JM
3590msgid "comparison of distinct pointer types lacks a cast"
3591msgstr ""
3592
d5706a1e 3593#: c-typeck.c:7278 c-typeck.c:7283 c-typeck.c:7352 c-typeck.c:7357
b97e55da
JM
3594msgid "comparison between pointer and integer"
3595msgstr ""
3596
d5706a1e 3597#: c-typeck.c:7299 c-typeck.c:7327
b97e55da
JM
3598msgid "ISO C forbids ordered comparisons of pointers to functions"
3599msgstr ""
3600
d5706a1e 3601#: c-typeck.c:7324
b97e55da
JM
3602msgid "comparison of complete and incomplete pointers"
3603msgstr ""
3604
d5706a1e 3605#: c-typeck.c:7340 c-typeck.c:7347
b97e55da
JM
3606msgid "ordered comparison of pointer with integer zero"
3607msgstr ""
3608
d5706a1e 3609#: c-typeck.c:7372 cp/typeck.c:3168
b97e55da
JM
3610msgid "unordered comparison on non-floating point argument"
3611msgstr ""
3612
d5706a1e 3613#: c-typeck.c:7585
b97e55da
JM
3614msgid "comparison between signed and unsigned"
3615msgstr ""
3616
d5706a1e 3617#: c-typeck.c:7631 cp/typeck.c:3432
b97e55da
JM
3618msgid "comparison of promoted ~unsigned with constant"
3619msgstr ""
3620
d5706a1e 3621#: c-typeck.c:7639 cp/typeck.c:3440
b97e55da
JM
3622msgid "comparison of promoted ~unsigned with unsigned"
3623msgstr ""
3624
807ab1f2 3625#: calls.c:1909
b97e55da
JM
3626msgid "function call has aggregate value"
3627msgstr ""
3628
b1b51268 3629#: cfghooks.c:90
a47a6810 3630#, c-format
b97e55da 3631msgid "bb %d on wrong place"
a47a6810
JM
3632msgstr ""
3633
b1b51268 3634#: cfghooks.c:96
a47a6810 3635#, c-format
b97e55da 3636msgid "prev_bb of %d should be %d, not %d"
a47a6810
JM
3637msgstr ""
3638
de104104 3639#: cfghooks.c:113
d9b2742a 3640#, c-format
b97e55da 3641msgid "verify_flow_info: Wrong count of block %i %i"
d9b2742a
ZW
3642msgstr ""
3643
de104104 3644#: cfghooks.c:119
d9b2742a 3645#, c-format
b97e55da 3646msgid "verify_flow_info: Wrong frequency of block %i %i"
d9b2742a
ZW
3647msgstr ""
3648
de104104 3649#: cfghooks.c:127
d9b2742a 3650#, c-format
b97e55da 3651msgid "verify_flow_info: Duplicate edge %i->%i"
d9b2742a
ZW
3652msgstr ""
3653
de104104 3654#: cfghooks.c:133
d9b2742a 3655#, c-format
b97e55da 3656msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
d9b2742a
ZW
3657msgstr ""
3658
de104104 3659#: cfghooks.c:139
d9b2742a 3660#, c-format
b97e55da 3661msgid "verify_flow_info: Wrong count of edge %i->%i %i"
d9b2742a
ZW
3662msgstr ""
3663
de104104 3664#: cfghooks.c:151
a47a6810 3665#, c-format
b97e55da 3666msgid "verify_flow_info: Basic block %d succ edge is corrupted"
a47a6810
JM
3667msgstr ""
3668
de104104 3669#: cfghooks.c:165 cfgrtl.c:2051
a47a6810 3670#, c-format
b97e55da 3671msgid "Wrong amount of branch edges after unconditional jump %i"
a47a6810
JM
3672msgstr ""
3673
de104104 3674#: cfghooks.c:173
d51681a7 3675#, c-format
b97e55da 3676msgid "basic block %d pred edge is corrupted"
d51681a7
PT
3677msgstr ""
3678
de104104 3679#: cfghooks.c:200
5b7874aa 3680#, c-format
b97e55da
JM
3681msgid "basic block %i edge lists are corrupted"
3682msgstr ""
3683
de104104 3684#: cfghooks.c:214
b97e55da 3685msgid "verify_flow_info failed"
9e620082
ZW
3686msgstr ""
3687
de104104 3688#: cfghooks.c:275
b06c20ee
JM
3689#, c-format
3690msgid "%s does not support redirect_edge_and_branch."
3691msgstr ""
3692
de104104 3693#: cfghooks.c:293
b06c20ee
JM
3694#, c-format
3695msgid "%s does not support redirect_edge_and_branch_force."
3696msgstr ""
3697
de104104 3698#: cfghooks.c:311
b06c20ee
JM
3699#, c-format
3700msgid "%s does not support split_block."
3701msgstr ""
3702
de104104 3703#: cfghooks.c:347
b06c20ee
JM
3704#, c-format
3705msgid "%s does not support move_block_after."
3706msgstr ""
3707
de104104 3708#: cfghooks.c:360
b06c20ee
JM
3709#, c-format
3710msgid "%s does not support delete_basic_block."
3711msgstr ""
3712
de104104 3713#: cfghooks.c:394
b06c20ee
JM
3714#, c-format
3715msgid "%s does not support split_edge."
3716msgstr ""
3717
de104104 3718#: cfghooks.c:448
b06c20ee
JM
3719#, c-format
3720msgid "%s does not support create_basic_block."
3721msgstr ""
3722
de104104 3723#: cfghooks.c:476
b06c20ee
JM
3724#, c-format
3725msgid "%s does not support can_merge_blocks_p."
3726msgstr ""
3727
de104104 3728#: cfghooks.c:487
b1b51268
JM
3729#, c-format
3730msgid "%s does not support predict_edge."
3731msgstr ""
3732
de104104 3733#: cfghooks.c:496
b1b51268
JM
3734#, c-format
3735msgid "%s does not support predicted_by_p."
3736msgstr ""
3737
de104104 3738#: cfghooks.c:510
b06c20ee
JM
3739#, c-format
3740msgid "%s does not support merge_blocks."
3741msgstr ""
3742
de104104 3743#: cfghooks.c:556
b06c20ee
JM
3744#, c-format
3745msgid "%s does not support make_forwarder_block."
3746msgstr ""
3747
de104104 3748#: cfghooks.c:662
b1b51268
JM
3749#, c-format
3750msgid "%s does not support can_duplicate_block_p."
3751msgstr ""
3752
de104104 3753#: cfghooks.c:689
b1b51268
JM
3754#, c-format
3755msgid "%s does not support duplicate_block."
3756msgstr ""
3757
de104104 3758#: cfghooks.c:755
b1b51268
JM
3759#, c-format
3760msgid "%s does not support block_ends_with_call_p"
3761msgstr ""
3762
de104104 3763#: cfghooks.c:766
b1b51268
JM
3764#, c-format
3765msgid "%s does not support block_ends_with_condjump_p"
3766msgstr ""
3767
de104104 3768#: cfghooks.c:784
b1b51268
JM
3769#, c-format
3770msgid "%s does not support flow_call_edges_add"
3771msgstr ""
3772
de104104 3773#: cfgloop.c:1302
d51681a7 3774#, c-format
b97e55da 3775msgid "Size of loop %d should be %d, not %d."
d51681a7
PT
3776msgstr ""
3777
de104104 3778#: cfgloop.c:1319
7bbf788c 3779#, c-format
b97e55da 3780msgid "Bb %d do not belong to loop %d."
7bbf788c
PT
3781msgstr ""
3782
de104104 3783#: cfgloop.c:1336
7bbf788c 3784#, c-format
b97e55da 3785msgid "Loop %d's header does not have exactly 2 entries."
7bbf788c
PT
3786msgstr ""
3787
de104104 3788#: cfgloop.c:1343
7bbf788c 3789#, c-format
b97e55da 3790msgid "Loop %d's latch does not have exactly 1 successor."
7bbf788c
PT
3791msgstr ""
3792
de104104 3793#: cfgloop.c:1348
d51681a7 3794#, c-format
b97e55da 3795msgid "Loop %d's latch does not have header as successor."
d51681a7
PT
3796msgstr ""
3797
de104104 3798#: cfgloop.c:1353
7bbf788c 3799#, c-format
b97e55da 3800msgid "Loop %d's latch does not belong directly to it."
7bbf788c
PT
3801msgstr ""
3802
de104104 3803#: cfgloop.c:1359
7bbf788c 3804#, c-format
b97e55da 3805msgid "Loop %d's header does not belong directly to it."
7bbf788c
PT
3806msgstr ""
3807
de104104 3808#: cfgloop.c:1365
5b7874aa 3809#, c-format
b97e55da 3810msgid "Loop %d's latch is marked as part of irreducible region."
d51681a7
PT
3811msgstr ""
3812
de104104 3813#: cfgloop.c:1398
5b7874aa 3814#, c-format
b97e55da 3815msgid "Basic block %d should be marked irreducible."
d51681a7
PT
3816msgstr ""
3817
de104104 3818#: cfgloop.c:1404
b97e55da
JM
3819#, c-format
3820msgid "Basic block %d should not be marked irreducible."
d51681a7
PT
3821msgstr ""
3822
de104104 3823#: cfgloop.c:1412
5b7874aa 3824#, c-format
b97e55da 3825msgid "Edge from %d to %d should be marked irreducible."
d51681a7
PT
3826msgstr ""
3827
de104104 3828#: cfgloop.c:1419
7bbf788c 3829#, c-format
b97e55da 3830msgid "Edge from %d to %d should not be marked irreducible."
7bbf788c
PT
3831msgstr ""
3832
de104104 3833#: cfgloop.c:1454
807ab1f2
JM
3834#, c-format
3835msgid "Wrong single exit %d->%d recorded for loop %d."
3836msgstr ""
3837
de104104 3838#: cfgloop.c:1458
807ab1f2
JM
3839#, c-format
3840msgid "Right exit is %d->%d."
3841msgstr ""
3842
de104104 3843#: cfgloop.c:1475
807ab1f2
JM
3844#, c-format
3845msgid "Single exit not recorded for loop %d."
3846msgstr ""
3847
de104104 3848#: cfgloop.c:1482
807ab1f2
JM
3849#, c-format
3850msgid "Loop %d should not have single exit (%d -> %d)."
3851msgstr ""
3852
de104104 3853#: cfgrtl.c:1943
7bbf788c 3854#, c-format
b97e55da 3855msgid "end insn %d for block %d not found in the insn stream"
7bbf788c
PT
3856msgstr ""
3857
de104104 3858#: cfgrtl.c:1957
7bbf788c 3859#, c-format
b97e55da 3860msgid "insn %d is in multiple basic blocks (%d and %d)"
7bbf788c
PT
3861msgstr ""
3862
de104104 3863#: cfgrtl.c:1969
7bbf788c 3864#, c-format
b97e55da
JM
3865msgid "head insn %d for block %d not found in the insn stream"
3866msgstr ""
3867
de104104 3868#: cfgrtl.c:1993
b97e55da 3869msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
7bbf788c
PT
3870msgstr ""
3871
de104104 3872#: cfgrtl.c:2008
b1b51268
JM
3873#, c-format
3874msgid "Fallthru edge crosses section boundary (bb %i)"
3875msgstr ""
3876
de104104 3877#: cfgrtl.c:2033
7bbf788c 3878#, c-format
b97e55da 3879msgid "Missing REG_EH_REGION note in the end of bb %i"
7bbf788c
PT
3880msgstr ""
3881
de104104 3882#: cfgrtl.c:2041
7bbf788c 3883#, c-format
b97e55da 3884msgid "Too many outgoing branch edges from bb %i"
7bbf788c
PT
3885msgstr ""
3886
de104104 3887#: cfgrtl.c:2046
7bbf788c 3888#, c-format
b97e55da 3889msgid "Fallthru edge after unconditional jump %i"
7bbf788c
PT
3890msgstr ""
3891
de104104 3892#: cfgrtl.c:2057
d51681a7 3893#, c-format
b97e55da 3894msgid "Wrong amount of branch edges after conditional jump %i"
d51681a7
PT
3895msgstr ""
3896
de104104 3897#: cfgrtl.c:2062
9e620082 3898#, c-format
b97e55da
JM
3899msgid "Call edges for non-call insn in bb %i"
3900msgstr ""
3901
de104104 3902#: cfgrtl.c:2071
b97e55da
JM
3903#, c-format
3904msgid "Abnormal edges for no purpose in bb %i"
d51681a7
PT
3905msgstr ""
3906
de104104 3907#: cfgrtl.c:2081
9e620082 3908#, c-format
9d967a7e 3909msgid "insn %d inside basic block %d but block_for_insn is NULL"
d51681a7
PT
3910msgstr ""
3911
de104104 3912#: cfgrtl.c:2085
9e620082 3913#, c-format
9d967a7e 3914msgid "insn %d inside basic block %d but block_for_insn is %i"
d51681a7
PT
3915msgstr ""
3916
de104104 3917#: cfgrtl.c:2099 cfgrtl.c:2109
9e620082 3918#, c-format
5b7874aa 3919msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
d51681a7
PT
3920msgstr ""
3921
de104104 3922#: cfgrtl.c:2122
9e620082 3923#, c-format
9d967a7e 3924msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
d51681a7
PT
3925msgstr ""
3926
de104104 3927#: cfgrtl.c:2132
5b7874aa 3928#, c-format
1737c953 3929msgid "in basic block %d:"
d51681a7
PT
3930msgstr ""
3931
de104104 3932#: cfgrtl.c:2133
1737c953 3933msgid "flow control insn inside a basic block"
d51681a7
PT
3934msgstr ""
3935
de104104 3936#: cfgrtl.c:2181
5b7874aa 3937#, c-format
b97e55da
JM
3938msgid "missing barrier after block %i"
3939msgstr ""
3940
de104104 3941#: cfgrtl.c:2194
b97e55da
JM
3942#, c-format
3943msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3944msgstr ""
3945
de104104 3946#: cfgrtl.c:2209
b97e55da
JM
3947#, c-format
3948msgid "verify_flow_info: Incorrect fallthru %i->%i"
3949msgstr ""
3950
de104104 3951#: cfgrtl.c:2211
b97e55da 3952msgid "wrong insn in the fallthru edge"
d51681a7
PT
3953msgstr ""
3954
de104104 3955#: cfgrtl.c:2228
b97e55da 3956msgid "basic blocks not laid down consecutively"
d51681a7
PT
3957msgstr ""
3958
de104104 3959#: cfgrtl.c:2253
1737c953 3960msgid "insn outside basic block"
d51681a7
PT
3961msgstr ""
3962
de104104 3963#: cfgrtl.c:2261
1737c953 3964msgid "return not followed by barrier"
d51681a7
PT
3965msgstr ""
3966
de104104 3967#: cfgrtl.c:2268
9e620082 3968#, c-format
5b7874aa 3969msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
d51681a7
PT
3970msgstr ""
3971
807ab1f2 3972#: cgraph.c:231
01b84e13
JM
3973msgid "function body not available"
3974msgstr ""
3975
de104104 3976#: cgraph.c:233 cgraphunit.c:875
01b84e13
JM
3977msgid "redefined extern inline functions are not considered for inlining"
3978msgstr ""
3979
de104104 3980#: cgraph.c:236 cgraphunit.c:880
01b84e13
JM
3981msgid "function not considered for inlining"
3982msgstr ""
3983
de104104 3984#: cgraph.c:238 cgraphunit.c:878
01b84e13
JM
3985msgid "function not inlinable"
3986msgstr ""
3987
807ab1f2 3988#: cgraph.c:578
8d98c44c
JM
3989msgid "%D renamed after being referenced in assembly"
3990msgstr ""
3991
de104104 3992#: cgraphunit.c:726
b1b51268
JM
3993msgid "Shared call_expr:"
3994msgstr ""
3995
de104104 3996#: cgraphunit.c:732
b1b51268
JM
3997msgid "Edge points to wrong declaration:"
3998msgstr ""
3999
de104104 4000#: cgraphunit.c:741
b1b51268
JM
4001msgid "Missing callgraph edge for call expr:"
4002msgstr ""
4003
de104104 4004#: cgraphunit.c:767
b1b51268
JM
4005#, c-format
4006msgid "Aux field set for edge %s->%s"
4007msgstr ""
4008
de104104 4009#: cgraphunit.c:779
b1b51268
JM
4010msgid "Inlined_to pointer is wrong"
4011msgstr ""
4012
de104104 4013#: cgraphunit.c:784
b1b51268
JM
4014msgid "Multiple inline callers"
4015msgstr ""
4016
de104104 4017#: cgraphunit.c:791
b1b51268
JM
4018msgid "Inlined_to pointer set for noninline callers"
4019msgstr ""
4020
de104104 4021#: cgraphunit.c:797
b1b51268
JM
4022msgid "Inlined_to pointer is set but no predecesors found"
4023msgstr ""
4024
de104104 4025#: cgraphunit.c:802
b1b51268
JM
4026msgid "Inlined_to pointer reffers to itself"
4027msgstr ""
4028
de104104 4029#: cgraphunit.c:812
b1b51268
JM
4030msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4031msgstr ""
4032
de104104 4033#: cgraphunit.c:826
b1b51268
JM
4034#, c-format
4035msgid "Edge %s->%s has no corresponding call_expr"
4036msgstr ""
4037
de104104 4038#: cgraphunit.c:837
b1b51268
JM
4039msgid "verify_cgraph_node failed."
4040msgstr ""
4041
de104104 4042#: cgraphunit.c:1021
807ab1f2
JM
4043msgid "failed to reclaim unneeded function"
4044msgstr ""
4045
de104104 4046#: cgraphunit.c:1551
01b84e13
JM
4047msgid "--param large-function-growth limit reached"
4048msgstr ""
4049
de104104 4050#: cgraphunit.c:1588
b1b51268 4051msgid "recursive inlining"
01b84e13
JM
4052msgstr ""
4053
de104104 4054#: cgraphunit.c:1753 cgraphunit.c:2005
01b84e13
JM
4055msgid "--param max-inline-insns-single limit reached"
4056msgstr ""
4057
de104104 4058#: cgraphunit.c:1777
01b84e13
JM
4059msgid ""
4060"--param max-inline-insns-single limit reached after inlining into the callee"
4061msgstr ""
4062
de104104 4063#: cgraphunit.c:1827
01b84e13
JM
4064msgid "--param inline-unit-growth limit reached"
4065msgstr ""
4066
de104104 4067#: cgraphunit.c:2865
b1b51268 4068msgid "Nodes with no released memory found."
01b84e13
JM
4069msgstr ""
4070
d5706a1e 4071#: collect2.c:402 gcc.c:6742
807ab1f2
JM
4072#, c-format
4073msgid "internal gcc abort in %s, at %s:%d"
d51681a7
PT
4074msgstr ""
4075
d5706a1e 4076#: collect2.c:895
5b7874aa 4077msgid "no arguments"
d51681a7
PT
4078msgstr ""
4079
d5706a1e 4080#: collect2.c:1187
807ab1f2
JM
4081#, c-format
4082msgid "unknown demangling style '%s'"
4083msgstr ""
4084
d5706a1e 4085#: collect2.c:1261 collect2.c:1409 collect2.c:1444
5b7874aa
ZW
4086#, c-format
4087msgid "fopen %s"
d51681a7
PT
4088msgstr ""
4089
d5706a1e 4090#: collect2.c:1264 collect2.c:1414 collect2.c:1447
5b7874aa
ZW
4091#, c-format
4092msgid "fclose %s"
d51681a7
PT
4093msgstr ""
4094
d5706a1e 4095#: collect2.c:1273
5b7874aa
ZW
4096#, c-format
4097msgid "collect2 version %s"
d51681a7
PT
4098msgstr ""
4099
d5706a1e 4100#: collect2.c:1363
5b7874aa
ZW
4101#, c-format
4102msgid "%d constructor(s) found\n"
d51681a7
PT
4103msgstr ""
4104
d5706a1e 4105#: collect2.c:1364
5b7874aa
ZW
4106#, c-format
4107msgid "%d destructor(s) found\n"
d51681a7
PT
4108msgstr ""
4109
d5706a1e 4110#: collect2.c:1365
5b7874aa
ZW
4111#, c-format
4112msgid "%d frame table(s) found\n"
d51681a7
PT
4113msgstr ""
4114
d5706a1e 4115#: collect2.c:1507
5b7874aa
ZW
4116#, c-format
4117msgid "%s terminated with signal %d [%s]%s"
d51681a7
PT
4118msgstr ""
4119
d5706a1e 4120#: collect2.c:1525
5b7874aa
ZW
4121#, c-format
4122msgid "%s returned %d exit status"
d51681a7
PT
4123msgstr ""
4124
d5706a1e 4125#: collect2.c:1550
5b7874aa
ZW
4126#, c-format
4127msgid "[cannot find %s]"
d51681a7
PT
4128msgstr ""
4129
d5706a1e 4130#: collect2.c:1565
5b7874aa
ZW
4131#, c-format
4132msgid "cannot find `%s'"
d51681a7
PT
4133msgstr ""
4134
d5706a1e 4135#: collect2.c:1576 collect2.c:1579
5b7874aa
ZW
4136#, c-format
4137msgid "redirecting stdout: %s"
d51681a7
PT
4138msgstr ""
4139
d5706a1e 4140#: collect2.c:1618
5b7874aa
ZW
4141#, c-format
4142msgid "[Leaving %s]\n"
d51681a7
PT
4143msgstr ""
4144
d5706a1e 4145#: collect2.c:1838
5b7874aa 4146#, c-format
9e620082 4147msgid ""
5b7874aa
ZW
4148"\n"
4149"write_c_file - output name is %s, prefix is %s\n"
d51681a7
PT
4150msgstr ""
4151
d5706a1e 4152#: collect2.c:2042
5b7874aa 4153msgid "cannot find `nm'"
d51681a7
PT
4154msgstr ""
4155
d5706a1e 4156#: collect2.c:2052 collect2.c:2218
5b7874aa 4157msgid "pipe"
d51681a7
PT
4158msgstr ""
4159
d5706a1e 4160#: collect2.c:2056 collect2.c:2222
5b7874aa 4161msgid "fdopen"
d51681a7
PT
4162msgstr ""
4163
d5706a1e 4164#: collect2.c:2082 collect2.c:2248
5b7874aa
ZW
4165#, c-format
4166msgid "dup2 %d 1"
d51681a7
PT
4167msgstr ""
4168
d5706a1e
ZW
4169#: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4170#: collect2.c:2254 collect2.c:2267
5b7874aa
ZW
4171#, c-format
4172msgid "close %d"
d51681a7
PT
4173msgstr ""
4174
d5706a1e 4175#: collect2.c:2091 collect2.c:2257
5b7874aa 4176#, c-format
a47a6810 4177msgid "execv %s"
d51681a7
PT
4178msgstr ""
4179
d5706a1e 4180#: collect2.c:2145
5b7874aa
ZW
4181#, c-format
4182msgid "init function found in object %s"
d51681a7
PT
4183msgstr ""
4184
d5706a1e 4185#: collect2.c:2153
5b7874aa
ZW
4186#, c-format
4187msgid "fini function found in object %s"
d51681a7
PT
4188msgstr ""
4189
d5706a1e 4190#: collect2.c:2176 collect2.c:2306
5b7874aa 4191msgid "fclose"
d51681a7
PT
4192msgstr ""
4193
d5706a1e 4194#: collect2.c:2209
b1b51268 4195msgid "cannot find `ldd'"
d51681a7
PT
4196msgstr ""
4197
d5706a1e 4198#: collect2.c:2270
b1b51268
JM
4199msgid ""
4200"\n"
4201"ldd output with constructors/destructors.\n"
d51681a7
PT
4202msgstr ""
4203
d5706a1e 4204#: collect2.c:2285
5b7874aa
ZW
4205#, c-format
4206msgid "dynamic dependency %s not found"
d51681a7
PT
4207msgstr ""
4208
d5706a1e 4209#: collect2.c:2297
9e620082 4210#, c-format
5b7874aa 4211msgid "unable to open dynamic dependency '%s'"
d51681a7
PT
4212msgstr ""
4213
d5706a1e 4214#: collect2.c:2456
9e620082 4215#, c-format
5b7874aa 4216msgid "%s: not a COFF file"
d51681a7
PT
4217msgstr ""
4218
d5706a1e 4219#: collect2.c:2576
d51681a7 4220#, c-format
5b7874aa 4221msgid "%s: cannot open as COFF file"
d51681a7
PT
4222msgstr ""
4223
d5706a1e 4224#: collect2.c:2631
9e620082 4225#, c-format
1737c953 4226msgid "library lib%s not found"
d51681a7
PT
4227msgstr ""
4228
d5706a1e 4229#: combine.c:12364
9e620082 4230#, c-format
b97e55da
JM
4231msgid ""
4232";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4233"space),\n"
4234";; %d successes.\n"
4235"\n"
d51681a7
PT
4236msgstr ""
4237
d5706a1e 4238#: combine.c:12373
9e620082 4239#, c-format
5b7874aa
ZW
4240msgid ""
4241"\n"
b97e55da
JM
4242";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4243";; %d successes.\n"
d51681a7
PT
4244msgstr ""
4245
807ab1f2 4246#: convert.c:69
b97e55da 4247msgid "cannot convert to a pointer type"
d51681a7
PT
4248msgstr ""
4249
b1b51268 4250#: convert.c:302
b97e55da 4251msgid "pointer value used where a floating point value was expected"
d51681a7
PT
4252msgstr ""
4253
b1b51268 4254#: convert.c:306
807ab1f2 4255msgid "aggregate value used where a float was expected"
a47a6810
JM
4256msgstr ""
4257
807ab1f2
JM
4258#: convert.c:331
4259msgid "conversion to incomplete type"
d51681a7
PT
4260msgstr ""
4261
de104104 4262#: convert.c:660 convert.c:736
807ab1f2 4263msgid "can't convert between vector values of different size"
d51681a7
PT
4264msgstr ""
4265
de104104 4266#: convert.c:666
807ab1f2 4267msgid "aggregate value used where an integer was expected"
d51681a7
PT
4268msgstr ""
4269
de104104 4270#: convert.c:716
807ab1f2 4271msgid "pointer value used where a complex was expected"
d51681a7
PT
4272msgstr ""
4273
de104104 4274#: convert.c:720
807ab1f2 4275msgid "aggregate value used where a complex was expected"
d51681a7
PT
4276msgstr ""
4277
de104104 4278#: convert.c:742
807ab1f2 4279msgid "can't convert value to a vector"
d51681a7
PT
4280msgstr ""
4281
807ab1f2
JM
4282#: coverage.c:168
4283#, c-format
a05e4fdb 4284msgid "%qs is not a gcov data file"
d51681a7
PT
4285msgstr ""
4286
807ab1f2 4287#: coverage.c:179
a05e4fdb 4288msgid "%qs is version %q.*s, expected version %q.*s"
d51681a7
PT
4289msgstr ""
4290
807ab1f2
JM
4291#: coverage.c:259 coverage.c:267
4292#, c-format
4293msgid "coverage mismatch for function %u while reading execution counters."
d51681a7
PT
4294msgstr ""
4295
807ab1f2
JM
4296#: coverage.c:261 coverage.c:344
4297#, c-format
4298msgid "checksum is %x instead of %x"
d51681a7
PT
4299msgstr ""
4300
807ab1f2
JM
4301#: coverage.c:269 coverage.c:352
4302#, c-format
4303msgid "number of counters is %d instead of %d"
d51681a7
PT
4304msgstr ""
4305
807ab1f2 4306#: coverage.c:275
9e620082 4307#, c-format
807ab1f2 4308msgid "cannot merge separate %s counters for function %u"
d51681a7
PT
4309msgstr ""
4310
807ab1f2 4311#: coverage.c:296
5b7874aa 4312#, c-format
a05e4fdb 4313msgid "%qs has overflowed"
d51681a7
PT
4314msgstr ""
4315
807ab1f2
JM
4316#: coverage.c:296
4317#, c-format
a05e4fdb 4318msgid "%qs is corrupted"
d9b2742a
ZW
4319msgstr ""
4320
807ab1f2 4321#: coverage.c:333
d9b2742a 4322#, c-format
a05e4fdb 4323msgid "no coverage for function %qs found."
d9b2742a
ZW
4324msgstr ""
4325
807ab1f2 4326#: coverage.c:341 coverage.c:349
d9b2742a 4327#, c-format
a05e4fdb 4328msgid "coverage mismatch for function %qs while reading counter %qs."
d9b2742a
ZW
4329msgstr ""
4330
807ab1f2 4331#: coverage.c:532
d9b2742a 4332#, c-format
807ab1f2 4333msgid "cannot open %s"
d9b2742a
ZW
4334msgstr ""
4335
807ab1f2
JM
4336#: coverage.c:567
4337#, c-format
a05e4fdb 4338msgid "error writing %qs"
d9b2742a
ZW
4339msgstr ""
4340
b97e55da 4341#: cppspec.c:106
5b7874aa
ZW
4342#, c-format
4343msgid "\"%s\" is not a valid option to the preprocessor"
d51681a7
PT
4344msgstr ""
4345
b97e55da 4346#: cppspec.c:128
5b7874aa 4347msgid "too many input files"
d51681a7
PT
4348msgstr ""
4349
de104104 4350#: cse.c:6735
5b7874aa 4351#, c-format
a47a6810 4352msgid ";; Processing block from %d to %d, %d sets.\n"
d51681a7
PT
4353msgstr ""
4354
d5706a1e 4355#: diagnostic.c:168
5b7874aa
ZW
4356#, c-format
4357msgid "%s:%d: confused by earlier errors, bailing out\n"
d51681a7
PT
4358msgstr ""
4359
d5706a1e 4360#: diagnostic.c:228
b1b51268
JM
4361msgid "compilation terminated due to -Wfatal-errors.\n"
4362msgstr ""
4363
d5706a1e
ZW
4364#: diagnostic.c:237
4365#, c-format
4366msgid ""
4367"Please submit a full bug report,\n"
4368"with preprocessed source if appropriate.\n"
4369"See %s for instructions.\n"
4370msgstr ""
4371
4372#: diagnostic.c:246
b97e55da 4373msgid "compilation terminated.\n"
d51681a7
PT
4374msgstr ""
4375
d5706a1e 4376#: diagnostic.c:537
5b7874aa 4377msgid "Internal compiler error: Error reporting routines re-entered.\n"
d51681a7
PT
4378msgstr ""
4379
d5706a1e 4380#: diagnostic.c:556
5b7874aa 4381#, c-format
a47a6810 4382msgid "in %s, at %s:%d"
d51681a7
PT
4383msgstr ""
4384
de104104
JM
4385#: dominance.c:836
4386#, c-format
4387msgid "dominator of %d status unknown"
4388msgstr ""
4389
4390#: dominance.c:838
a47a6810
JM
4391#, c-format
4392msgid "dominator of %d should be %d, not %d"
4393msgstr ""
4394
de104104 4395#: dominance.c:851
807ab1f2
JM
4396#, c-format
4397msgid "ENTRY does not dominate bb %d"
4398msgstr ""
4399
4400#: dwarf2out.c:3362
d51681a7 4401#, c-format
1737c953 4402msgid "DW_LOC_OP %s not implemented\n"
d51681a7
PT
4403msgstr ""
4404
807ab1f2 4405#: emit-rtl.c:1178
01b84e13 4406msgid "can't access real part of complex value in hard register"
9e620082
ZW
4407msgstr ""
4408
807ab1f2 4409#: emit-rtl.c:1205
01b84e13 4410msgid "can't access imaginary part of complex value in hard register"
d51681a7
PT
4411msgstr ""
4412
de104104 4413#: emit-rtl.c:2285
01b84e13 4414msgid "Invalid rtl sharing found in the insn"
d51681a7
PT
4415msgstr ""
4416
de104104 4417#: emit-rtl.c:2287
01b84e13 4418msgid "Shared rtx"
d51681a7
PT
4419msgstr ""
4420
de104104 4421#: emit-rtl.c:2289
807ab1f2
JM
4422msgid "Internal consistency failure"
4423msgstr ""
4424
de104104 4425#: emit-rtl.c:3436
5b7874aa 4426msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
d51681a7
PT
4427msgstr ""
4428
d5706a1e 4429#: errors.c:133 java/jv-scan.c:294
5b7874aa
ZW
4430#, c-format
4431msgid "abort in %s, at %s:%d"
d51681a7
PT
4432msgstr ""
4433
807ab1f2 4434#: except.c:346
5b7874aa 4435msgid "exception handling disabled, use -fexceptions to enable"
d51681a7
PT
4436msgstr ""
4437
de104104 4438#: except.c:2934
a05e4fdb 4439msgid "argument of %<__builtin_eh_return_regno%> must be constant"
d51681a7
PT
4440msgstr ""
4441
de104104 4442#: except.c:3065
5b7874aa 4443msgid "__builtin_eh_return not supported on this target"
d51681a7
PT
4444msgstr ""
4445
807ab1f2 4446#: explow.c:1351
5b7874aa 4447msgid "stack limits not supported on this target"
d51681a7
PT
4448msgstr ""
4449
de104104 4450#: final.c:1060
1737c953 4451msgid "negative insn length"
d51681a7
PT
4452msgstr ""
4453
de104104 4454#: final.c:2500
1737c953 4455msgid "could not split insn"
d51681a7
PT
4456msgstr ""
4457
de104104 4458#: final.c:2835
a52453cc 4459msgid "invalid `asm': "
d51681a7
PT
4460msgstr ""
4461
de104104 4462#: final.c:3018
5b7874aa 4463msgid "nested assembly dialect alternatives"
d51681a7
PT
4464msgstr ""
4465
de104104 4466#: final.c:3035 final.c:3047
5b7874aa 4467msgid "unterminated assembly dialect alternative"
d51681a7
PT
4468msgstr ""
4469
de104104 4470#: final.c:3094
9e620082 4471#, c-format
a52453cc 4472msgid "operand number missing after %%-letter"
d51681a7
PT
4473msgstr ""
4474
de104104 4475#: final.c:3097 final.c:3138
5b7874aa 4476msgid "operand number out of range"
d51681a7
PT
4477msgstr ""
4478
de104104 4479#: final.c:3157
d51681a7 4480#, c-format
5b7874aa 4481msgid "invalid %%-code"
d51681a7
PT
4482msgstr ""
4483
de104104 4484#: final.c:3187
a52453cc
PT
4485#, c-format
4486msgid "`%%l' operand isn't a label"
d51681a7
PT
4487msgstr ""
4488
5b7874aa
ZW
4489#. We can't handle floating point constants;
4490#. PRINT_OPERAND must handle them.
d5706a1e 4491#: final.c:3289 vmsdbgout.c:487 config/i386/i386.c:5835
b1b51268 4492#: config/pdp11/pdp11.c:1690
5b7874aa 4493msgid "floating constant misused"
d51681a7
PT
4494msgstr ""
4495
d5706a1e 4496#: final.c:3345 vmsdbgout.c:544 config/i386/i386.c:5913
b1b51268 4497#: config/pdp11/pdp11.c:1737
5b7874aa 4498msgid "invalid expression as operand"
d51681a7
PT
4499msgstr ""
4500
807ab1f2
JM
4501#: flow.c:494 flow.c:518 flow.c:539
4502msgid "internal consistency failure"
4503msgstr ""
4504
de104104 4505#: flow.c:1559
9d967a7e
ZW
4506msgid "Attempt to delete prologue/epilogue insn:"
4507msgstr ""
4508
de104104 4509#: fold-const.c:3190 fold-const.c:3201
d51681a7 4510#, c-format
b0287a90 4511msgid "comparison is always %d due to width of bit-field"
d51681a7
PT
4512msgstr ""
4513
de104104 4514#: fold-const.c:4761 fold-const.c:4776
5b7874aa
ZW
4515#, c-format
4516msgid "comparison is always %d"
d51681a7
PT
4517msgstr ""
4518
de104104 4519#: fold-const.c:4905
a05e4fdb 4520msgid "%<or%> of unmatched not-equal tests is always 1"
d51681a7
PT
4521msgstr ""
4522
de104104 4523#: fold-const.c:4910
a05e4fdb 4524msgid "%<and%> of mutually exclusive equal-tests is always 0"
d51681a7
PT
4525msgstr ""
4526
d5706a1e 4527#: fold-const.c:9031
b97e55da
JM
4528msgid "fold check: original tree changed by fold"
4529msgstr ""
4530
a05e4fdb
JM
4531#: function.c:834 varasm.c:1551
4532msgid "%Jsize of variable %qD is too large"
7bbf788c
PT
4533msgstr ""
4534
807ab1f2 4535#: function.c:1435
a05e4fdb 4536msgid "impossible constraint in %<asm%>"
d9b2742a
ZW
4537msgstr ""
4538
807ab1f2 4539#: function.c:3457
a05e4fdb 4540msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
d51681a7
PT
4541msgstr ""
4542
a05e4fdb
JM
4543#: function.c:3478
4544msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
d51681a7
PT
4545msgstr ""
4546
d5706a1e 4547#: function.c:3869
5b7874aa 4548msgid "function returns an aggregate"
d51681a7
PT
4549msgstr ""
4550
d5706a1e 4551#: function.c:4202
a05e4fdb 4552msgid "%Junused parameter %qD"
d51681a7
PT
4553msgstr ""
4554
a05e4fdb 4555#: gcc.c:1240
5b7874aa 4556#, c-format
1737c953 4557msgid "ambiguous abbreviation %s"
d51681a7
PT
4558msgstr ""
4559
a05e4fdb 4560#: gcc.c:1267
5b7874aa 4561#, c-format
1737c953 4562msgid "incomplete `%s' option"
d51681a7
PT
4563msgstr ""
4564
a05e4fdb 4565#: gcc.c:1278
5b7874aa 4566#, c-format
1737c953 4567msgid "missing argument to `%s' option"
d51681a7
PT
4568msgstr ""
4569
a05e4fdb 4570#: gcc.c:1291
5b7874aa 4571#, c-format
1737c953 4572msgid "extraneous argument to `%s' option"
d51681a7
PT
4573msgstr ""
4574
a05e4fdb 4575#: gcc.c:1635
b0287a90 4576msgid "Using built-in specs.\n"
d51681a7
PT
4577msgstr ""
4578
a05e4fdb 4579#: gcc.c:1823
5b7874aa
ZW
4580#, c-format
4581msgid ""
4582"Setting spec %s to '%s'\n"
4583"\n"
d51681a7
PT
4584msgstr ""
4585
a05e4fdb 4586#: gcc.c:1932
5b7874aa
ZW
4587#, c-format
4588msgid "Reading specs from %s\n"
d51681a7
PT
4589msgstr ""
4590
a05e4fdb 4591#: gcc.c:2028 gcc.c:2047
5b7874aa
ZW
4592#, c-format
4593msgid "specs %%include syntax malformed after %ld characters"
d51681a7
PT
4594msgstr ""
4595
a05e4fdb 4596#: gcc.c:2055
5b7874aa 4597#, c-format
1737c953 4598msgid "could not find specs file %s\n"
d51681a7
PT
4599msgstr ""
4600
a05e4fdb 4601#: gcc.c:2072 gcc.c:2080 gcc.c:2089 gcc.c:2098
5b7874aa
ZW
4602#, c-format
4603msgid "specs %%rename syntax malformed after %ld characters"
d51681a7
PT
4604msgstr ""
4605
a05e4fdb 4606#: gcc.c:2107
5b7874aa
ZW
4607#, c-format
4608msgid "specs %s spec was not found to be renamed"
d51681a7
PT
4609msgstr ""
4610
a05e4fdb 4611#: gcc.c:2114
7bbf788c
PT
4612#, c-format
4613msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4614msgstr ""
4615
a05e4fdb 4616#: gcc.c:2119
5b7874aa
ZW
4617#, c-format
4618msgid "rename spec %s to %s\n"
d51681a7
PT
4619msgstr ""
4620
a05e4fdb 4621#: gcc.c:2121
5b7874aa
ZW
4622#, c-format
4623msgid ""
4624"spec is '%s'\n"
4625"\n"
d51681a7
PT
4626msgstr ""
4627
a05e4fdb 4628#: gcc.c:2134
5b7874aa
ZW
4629#, c-format
4630msgid "specs unknown %% command after %ld characters"
d51681a7
PT
4631msgstr ""
4632
a05e4fdb 4633#: gcc.c:2145 gcc.c:2158
5b7874aa
ZW
4634#, c-format
4635msgid "specs file malformed after %ld characters"
d51681a7
PT
4636msgstr ""
4637
a05e4fdb 4638#: gcc.c:2211
5b7874aa 4639msgid "spec file has no spec for linking"
d51681a7
PT
4640msgstr ""
4641
a05e4fdb 4642#: gcc.c:2633
807ab1f2
JM
4643#, c-format
4644msgid "system path `%s' is not absolute"
4645msgstr ""
4646
a05e4fdb 4647#: gcc.c:2696
5b7874aa 4648msgid "-pipe not supported"
d51681a7
PT
4649msgstr ""
4650
a05e4fdb 4651#: gcc.c:2758
5b7874aa
ZW
4652msgid ""
4653"\n"
4654"Go ahead? (y or n) "
d51681a7
PT
4655msgstr ""
4656
a05e4fdb 4657#: gcc.c:2883
5b7874aa
ZW
4658#, c-format
4659msgid ""
4660"Internal error: %s (program %s)\n"
4661"Please submit a full bug report.\n"
4662"See %s for instructions."
d51681a7
PT
4663msgstr ""
4664
a05e4fdb 4665#: gcc.c:2901
5b7874aa
ZW
4666#, c-format
4667msgid "# %s %.2f %.2f\n"
d51681a7
PT
4668msgstr ""
4669
a05e4fdb 4670#: gcc.c:3031
5b7874aa
ZW
4671#, c-format
4672msgid "Usage: %s [options] file...\n"
d51681a7
PT
4673msgstr ""
4674
a05e4fdb 4675#: gcc.c:3032
5b7874aa 4676msgid "Options:\n"
d51681a7
PT
4677msgstr ""
4678
a05e4fdb 4679#: gcc.c:3034
5b7874aa 4680msgid " -pass-exit-codes Exit with highest error code from a phase\n"
d51681a7
PT
4681msgstr ""
4682
a05e4fdb 4683#: gcc.c:3035
5b7874aa 4684msgid " --help Display this information\n"
d51681a7
PT
4685msgstr ""
4686
a05e4fdb 4687#: gcc.c:3036
5b7874aa
ZW
4688msgid ""
4689" --target-help Display target specific command line options\n"
4690msgstr ""
d51681a7 4691
a05e4fdb 4692#: gcc.c:3038
5b7874aa 4693msgid " (Use '-v --help' to display command line options of sub-processes)\n"
d51681a7
PT
4694msgstr ""
4695
a05e4fdb 4696#: gcc.c:3039
5b7874aa 4697msgid " -dumpspecs Display all of the built in spec strings\n"
d51681a7
PT
4698msgstr ""
4699
a05e4fdb 4700#: gcc.c:3040
5b7874aa 4701msgid " -dumpversion Display the version of the compiler\n"
d51681a7
PT
4702msgstr ""
4703
a05e4fdb 4704#: gcc.c:3041
5b7874aa 4705msgid " -dumpmachine Display the compiler's target processor\n"
d51681a7
PT
4706msgstr ""
4707
a05e4fdb 4708#: gcc.c:3042
5b7874aa
ZW
4709msgid ""
4710" -print-search-dirs Display the directories in the compiler's search "
4711"path\n"
d51681a7
PT
4712msgstr ""
4713
a05e4fdb 4714#: gcc.c:3043
5b7874aa
ZW
4715msgid ""
4716" -print-libgcc-file-name Display the name of the compiler's companion "
4717"library\n"
d51681a7
PT
4718msgstr ""
4719
a05e4fdb 4720#: gcc.c:3044
5b7874aa 4721msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
d51681a7
PT
4722msgstr ""
4723
a05e4fdb 4724#: gcc.c:3045
5b7874aa
ZW
4725msgid ""
4726" -print-prog-name=<prog> Display the full path to compiler component "
4727"<prog>\n"
d51681a7
PT
4728msgstr ""
4729
a05e4fdb 4730#: gcc.c:3046
5b7874aa
ZW
4731msgid ""
4732" -print-multi-directory Display the root directory for versions of "
4733"libgcc\n"
d51681a7
PT
4734msgstr ""
4735
a05e4fdb 4736#: gcc.c:3047
5b7874aa
ZW
4737msgid ""
4738" -print-multi-lib Display the mapping between command line options "
4739"and\n"
4740" multiple library search directories\n"
d51681a7
PT
4741msgstr ""
4742
a05e4fdb 4743#: gcc.c:3050
a47a6810
JM
4744msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
4745msgstr ""
4746
a05e4fdb 4747#: gcc.c:3051
5b7874aa
ZW
4748msgid ""
4749" -Wa,<options> Pass comma-separated <options> on to the "
4750"assembler\n"
d51681a7
PT
4751msgstr ""
4752
a05e4fdb 4753#: gcc.c:3052
5b7874aa
ZW
4754msgid ""
4755" -Wp,<options> Pass comma-separated <options> on to the "
4756"preprocessor\n"
d51681a7
PT
4757msgstr ""
4758
a05e4fdb 4759#: gcc.c:3053
5b7874aa
ZW
4760msgid ""
4761" -Wl,<options> Pass comma-separated <options> on to the linker\n"
d51681a7
PT
4762msgstr ""
4763
a05e4fdb 4764#: gcc.c:3054
a47a6810
JM
4765msgid " -Xassembler <arg> Pass <arg> on to the assembler\n"
4766msgstr ""
4767
a05e4fdb 4768#: gcc.c:3055
a47a6810
JM
4769msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"
4770msgstr ""
4771
a05e4fdb 4772#: gcc.c:3056
5b7874aa 4773msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
d51681a7
PT
4774msgstr ""
4775
a05e4fdb 4776#: gcc.c:3057
b1b51268
JM
4777msgid ""
4778" -combine Pass multiple source files to compiler at once\n"
4779msgstr ""
4780
a05e4fdb 4781#: gcc.c:3058
5b7874aa 4782msgid " -save-temps Do not delete intermediate files\n"
d51681a7
PT
4783msgstr ""
4784
a05e4fdb 4785#: gcc.c:3059
5b7874aa 4786msgid " -pipe Use pipes rather than intermediate files\n"
d51681a7
PT
4787msgstr ""
4788
a05e4fdb 4789#: gcc.c:3060
5b7874aa 4790msgid " -time Time the execution of each subprocess\n"
d51681a7
PT
4791msgstr ""
4792
a05e4fdb 4793#: gcc.c:3061
5b7874aa 4794msgid ""
b0287a90 4795" -specs=<file> Override built-in specs with the contents of "
5b7874aa 4796"<file>\n"
d51681a7
PT
4797msgstr ""
4798
a05e4fdb 4799#: gcc.c:3062
5b7874aa
ZW
4800msgid ""
4801" -std=<standard> Assume that the input sources are for <standard>\n"
d51681a7
PT
4802msgstr ""
4803
a05e4fdb 4804#: gcc.c:3063
5b7874aa
ZW
4805msgid ""
4806" -B <directory> Add <directory> to the compiler's search paths\n"
d51681a7
PT
4807msgstr ""
4808
a05e4fdb 4809#: gcc.c:3064
5b7874aa 4810msgid " -b <machine> Run gcc for target <machine>, if installed\n"
d51681a7
PT
4811msgstr ""
4812
a05e4fdb 4813#: gcc.c:3065
5b7874aa
ZW
4814msgid ""
4815" -V <version> Run gcc version number <version>, if installed\n"
d51681a7
PT
4816msgstr ""
4817
a05e4fdb 4818#: gcc.c:3066
5b7874aa
ZW
4819msgid ""
4820" -v Display the programs invoked by the compiler\n"
d51681a7
PT
4821msgstr ""
4822
a05e4fdb 4823#: gcc.c:3067
1737c953
JM
4824msgid ""
4825" -### Like -v but options quoted and commands not "
4826"executed\n"
4827msgstr ""
4828
a05e4fdb 4829#: gcc.c:3068
5b7874aa
ZW
4830msgid ""
4831" -E Preprocess only; do not compile, assemble or "
4832"link\n"
d51681a7
PT
4833msgstr ""
4834
a05e4fdb 4835#: gcc.c:3069
5b7874aa 4836msgid " -S Compile only; do not assemble or link\n"
d51681a7
PT
4837msgstr ""
4838
a05e4fdb 4839#: gcc.c:3070
5b7874aa 4840msgid " -c Compile and assemble, but do not link\n"
d51681a7
PT
4841msgstr ""
4842
a05e4fdb 4843#: gcc.c:3071
5b7874aa 4844msgid " -o <file> Place the output into <file>\n"
d51681a7
PT
4845msgstr ""
4846
a05e4fdb 4847#: gcc.c:3072
5b7874aa
ZW
4848msgid ""
4849" -x <language> Specify the language of the following input "
4850"files\n"
b97e55da 4851" Permissible languages include: c c++ assembler "
5b7874aa 4852"none\n"
1737c953 4853" 'none' means revert to the default behavior of\n"
5b7874aa
ZW
4854" guessing the language based on the file's "
4855"extension\n"
d51681a7
PT
4856msgstr ""
4857
a05e4fdb 4858#: gcc.c:3079
5b7874aa
ZW
4859#, c-format
4860msgid ""
4861"\n"
4862"Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4863" passed on to the various sub-processes invoked by %s. In order to pass\n"
4864" other options on to these processes the -W<letter> options must be used.\n"
d51681a7
PT
4865msgstr ""
4866
a05e4fdb 4867#: gcc.c:3199
a47a6810
JM
4868#, c-format
4869msgid "`-%c' option must have argument"
4870msgstr ""
4871
a05e4fdb 4872#: gcc.c:3221
a47a6810
JM
4873#, c-format
4874msgid "couldn't run `%s': %s"
4875msgstr ""
4876
9d967a7e 4877#. translate_options () has turned --version into -fversion.
a05e4fdb 4878#: gcc.c:3406
9d967a7e
ZW
4879#, c-format
4880msgid "%s (GCC) %s\n"
4881msgstr ""
4882
de104104 4883#: gcc.c:3408 gcov.c:412 java/gjavah.c:2326 java/jcf-dump.c:916
d5706a1e 4884#: java/jv-scan.c:128
b1b51268
JM
4885msgid "(C)"
4886msgstr ""
4887
d5706a1e 4888#: gcc.c:3409 java/gjavah.c:2327 java/jcf-dump.c:917 java/jv-scan.c:129
9d967a7e
ZW
4889msgid ""
4890"This is free software; see the source for copying conditions. There is NO\n"
4891"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4892"\n"
4893msgstr ""
4894
a05e4fdb 4895#: gcc.c:3510
5b7874aa 4896msgid "argument to `-Xlinker' is missing"
d51681a7
PT
4897msgstr ""
4898
a05e4fdb 4899#: gcc.c:3518
a47a6810 4900msgid "argument to `-Xpreprocessor' is missing"
4ba01ed2
PT
4901msgstr ""
4902
a05e4fdb 4903#: gcc.c:3525
a47a6810 4904msgid "argument to `-Xassembler' is missing"
d51681a7
PT
4905msgstr ""
4906
a05e4fdb 4907#: gcc.c:3532
a47a6810 4908msgid "argument to `-l' is missing"
d51681a7
PT
4909msgstr ""
4910
a05e4fdb 4911#: gcc.c:3553
a47a6810 4912msgid "argument to `-specs' is missing"
d51681a7
PT
4913msgstr ""
4914
a05e4fdb 4915#: gcc.c:3567
a47a6810 4916msgid "argument to `-specs=' is missing"
d51681a7
PT
4917msgstr ""
4918
a05e4fdb 4919#: gcc.c:3604
a47a6810
JM
4920#, c-format
4921msgid "`-%c' must come at the start of the command line"
d51681a7
PT
4922msgstr ""
4923
a05e4fdb 4924#: gcc.c:3613
a47a6810 4925msgid "argument to `-B' is missing"
d51681a7
PT
4926msgstr ""
4927
a05e4fdb 4928#: gcc.c:3786
1737c953 4929msgid "warning: -pipe ignored because -save-temps specified"
d51681a7
PT
4930msgstr ""
4931
a05e4fdb 4932#: gcc.c:3790
1737c953 4933msgid "warning: -pipe ignored because -time specified"
d51681a7
PT
4934msgstr ""
4935
a05e4fdb 4936#: gcc.c:4002
5b7874aa 4937msgid "argument to `-x' is missing"
d51681a7
PT
4938msgstr ""
4939
a05e4fdb 4940#: gcc.c:4030
9e620082 4941#, c-format
5b7874aa 4942msgid "argument to `-%s' is missing"
d51681a7
PT
4943msgstr ""
4944
a05e4fdb 4945#: gcc.c:4091
5b7874aa 4946#, c-format
1737c953 4947msgid "warning: `-x %s' after last input file has no effect"
d51681a7
PT
4948msgstr ""
4949
a05e4fdb 4950#: gcc.c:4368
807ab1f2
JM
4951#, c-format
4952msgid "switch '%s' does not start with '-'"
4953msgstr ""
4954
a05e4fdb 4955#: gcc.c:4595
807ab1f2
JM
4956#, c-format
4957msgid "spec '%s' invalid"
d51681a7
PT
4958msgstr ""
4959
a05e4fdb 4960#: gcc.c:4661
5b7874aa
ZW
4961#, c-format
4962msgid "%s\n"
d51681a7
PT
4963msgstr ""
4964
a05e4fdb 4965#: gcc.c:4734
807ab1f2
JM
4966#, c-format
4967msgid "spec '%s' has invalid `%%0%c'"
4968msgstr ""
4969
a05e4fdb 4970#: gcc.c:4931
807ab1f2
JM
4971#, c-format
4972msgid "spec `%s' has invalid `%%W%c"
4973msgstr ""
4974
a05e4fdb 4975#: gcc.c:4962
807ab1f2
JM
4976#, c-format
4977msgid "spec `%s' has invalid `%%x%c'"
4978msgstr ""
4979
5b7874aa 4980#. Catch the case where a spec string contains something like
de104104 4981#. '%{foo:%*}'. i.e. there is no * in the pattern on the left
5b7874aa 4982#. hand side of the :.
a05e4fdb 4983#: gcc.c:5174
5b7874aa 4984#, c-format
1737c953 4985msgid "spec failure: '%%*' has not been initialized by pattern match"
d51681a7
PT
4986msgstr ""
4987
a05e4fdb 4988#: gcc.c:5183
5b7874aa 4989#, c-format
1737c953 4990msgid "warning: use of obsolete %%[ operator in specs"
d51681a7
PT
4991msgstr ""
4992
a05e4fdb 4993#: gcc.c:5201
9e620082 4994#, c-format
5b7874aa 4995msgid "Processing spec %c%s%c, which is '%s'\n"
d51681a7
PT
4996msgstr ""
4997
a05e4fdb 4998#: gcc.c:5264
9e620082 4999#, c-format
1737c953 5000msgid "spec failure: unrecognized spec option '%c'"
d51681a7
PT
5001msgstr ""
5002
a05e4fdb 5003#: gcc.c:5343
a47a6810
JM
5004#, c-format
5005msgid "unknown spec function `%s'"
5006msgstr ""
5007
a05e4fdb 5008#: gcc.c:5362
a47a6810
JM
5009#, c-format
5010msgid "error in args to spec function `%s'"
5011msgstr ""
5012
a05e4fdb 5013#: gcc.c:5410
a47a6810 5014msgid "malformed spec function name"
d51681a7
PT
5015msgstr ""
5016
a47a6810 5017#. )
a05e4fdb 5018#: gcc.c:5413
a47a6810
JM
5019msgid "no arguments for spec function"
5020msgstr ""
5021
a05e4fdb 5022#: gcc.c:5432
a47a6810
JM
5023msgid "malformed spec function arguments"
5024msgstr ""
5025
a05e4fdb 5026#: gcc.c:5655
807ab1f2
JM
5027#, c-format
5028msgid "braced spec `%s' is invalid at `%c'"
5029msgstr ""
5030
a05e4fdb 5031#: gcc.c:5743
807ab1f2
JM
5032#, c-format
5033msgid "braced spec body `%s' is invalid"
5034msgstr ""
5035
a05e4fdb 5036#: gcc.c:6169
b97e55da
JM
5037msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5038msgstr ""
5039
a05e4fdb 5040#: gcc.c:6179
b97e55da
JM
5041msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5042msgstr ""
5043
a05e4fdb 5044#: gcc.c:6272
d51681a7 5045#, c-format
5b7874aa 5046msgid "unrecognized option `-%s'"
d51681a7
PT
5047msgstr ""
5048
a05e4fdb 5049#: gcc.c:6278
5b7874aa
ZW
5050#, c-format
5051msgid "install: %s%s\n"
d51681a7
PT
5052msgstr ""
5053
a05e4fdb 5054#: gcc.c:6279
5b7874aa
ZW
5055#, c-format
5056msgid "programs: %s\n"
d51681a7
PT
5057msgstr ""
5058
a05e4fdb 5059#: gcc.c:6280
5b7874aa
ZW
5060#, c-format
5061msgid "libraries: %s\n"
d51681a7
PT
5062msgstr ""
5063
a05e4fdb 5064#: gcc.c:6337
5b7874aa
ZW
5065msgid ""
5066"\n"
5067"For bug reporting instructions, please see:\n"
d51681a7
PT
5068msgstr ""
5069
a05e4fdb 5070#: gcc.c:6353
5b7874aa
ZW
5071#, c-format
5072msgid "Configured with: %s\n"
d51681a7
PT
5073msgstr ""
5074
a05e4fdb 5075#: gcc.c:6367
9e620082 5076#, c-format
5b7874aa 5077msgid "Thread model: %s\n"
d51681a7
PT
5078msgstr ""
5079
a05e4fdb 5080#: gcc.c:6378
5b7874aa
ZW
5081#, c-format
5082msgid "gcc version %s\n"
d51681a7
PT
5083msgstr ""
5084
a05e4fdb 5085#: gcc.c:6380
5b7874aa
ZW
5086#, c-format
5087msgid "gcc driver version %s executing gcc version %s\n"
d51681a7
PT
5088msgstr ""
5089
a05e4fdb 5090#: gcc.c:6388
1737c953 5091msgid "no input files"
d51681a7
PT
5092msgstr ""
5093
a05e4fdb 5094#: gcc.c:6459 gcc.c:6522
5b7874aa 5095#, c-format
b1b51268 5096msgid "%s: %s compiler not installed on this system"
d51681a7
PT
5097msgstr ""
5098
a05e4fdb 5099#: gcc.c:6468
807ab1f2
JM
5100#, c-format
5101msgid "spec `%s' is invalid"
5102msgstr ""
5103
a05e4fdb 5104#: gcc.c:6605
5b7874aa 5105#, c-format
b1b51268 5106msgid "%s: linker input file unused because linking not done"
d51681a7
PT
5107msgstr ""
5108
a05e4fdb 5109#: gcc.c:6645
9e620082 5110#, c-format
5b7874aa 5111msgid "language %s not recognized"
d51681a7
PT
5112msgstr ""
5113
a05e4fdb 5114#: gcc.c:6716
807ab1f2
JM
5115#, c-format
5116msgid "%s: %s"
5117msgstr ""
5118
a05e4fdb 5119#: gcc.c:6936
807ab1f2
JM
5120#, c-format
5121msgid "multilib spec `%s' is invalid"
d51681a7
PT
5122msgstr ""
5123
a05e4fdb 5124#: gcc.c:7128
807ab1f2
JM
5125#, c-format
5126msgid "multilib exclusions `%s' is invalid"
d51681a7
PT
5127msgstr ""
5128
a05e4fdb 5129#: gcc.c:7186 gcc.c:7327
807ab1f2
JM
5130#, c-format
5131msgid "multilib select `%s' is invalid"
5132msgstr ""
5133
a05e4fdb 5134#: gcc.c:7365
807ab1f2
JM
5135#, c-format
5136msgid "multilib exclusion `%s' is invalid"
5137msgstr ""
5138
5139#: gcov.c:385
1737c953
JM
5140msgid ""
5141"Usage: gcov [OPTION]... SOURCEFILE\n"
5142"\n"
5143msgstr ""
5144
807ab1f2 5145#: gcov.c:386
1737c953
JM
5146msgid ""
5147"Print code coverage information.\n"
5148"\n"
5149msgstr ""
5150
807ab1f2 5151#: gcov.c:387
1737c953
JM
5152msgid " -h, --help Print this help, then exit\n"
5153msgstr ""
5154
807ab1f2 5155#: gcov.c:388
1737c953 5156msgid " -v, --version Print version number, then exit\n"
d51681a7
PT
5157msgstr ""
5158
807ab1f2 5159#: gcov.c:389
b97e55da
JM
5160msgid ""
5161" -a, --all-blocks Show information for every basic block\n"
5162msgstr ""
5163
807ab1f2 5164#: gcov.c:390
1737c953
JM
5165msgid ""
5166" -b, --branch-probabilities Include branch probabilities in output\n"
5167msgstr ""
5168
807ab1f2 5169#: gcov.c:391
1737c953
JM
5170msgid ""
5171" -c, --branch-counts Given counts of branches taken\n"
5172" rather than percentages\n"
5173msgstr ""
5174
807ab1f2 5175#: gcov.c:393
1737c953
JM
5176msgid " -n, --no-output Do not create an output file\n"
5177msgstr ""
5178
807ab1f2 5179#: gcov.c:394
1737c953
JM
5180msgid ""
5181" -l, --long-file-names Use long output file names for included\n"
5182" source files\n"
5183msgstr ""
5184
807ab1f2 5185#: gcov.c:396
1737c953
JM
5186msgid " -f, --function-summaries Output summaries for each function\n"
5187msgstr ""
5188
807ab1f2 5189#: gcov.c:397
a47a6810
JM
5190msgid ""
5191" -o, --object-directory DIR|FILE Search for object files in DIR or called "
5192"FILE\n"
5193msgstr ""
5194
807ab1f2 5195#: gcov.c:398
a47a6810 5196msgid " -p, --preserve-paths Preserve all pathname components\n"
1737c953
JM
5197msgstr ""
5198
807ab1f2 5199#: gcov.c:399
b97e55da
JM
5200msgid ""
5201" -u, --unconditional-branches Show unconditional branch counts too\n"
5202msgstr ""
5203
807ab1f2 5204#: gcov.c:400
1737c953
JM
5205#, c-format
5206msgid ""
5207"\n"
5208"For bug reporting instructions, please see:\n"
5209"%s.\n"
5210msgstr ""
5211
807ab1f2 5212#: gcov.c:410
1737c953 5213#, c-format
b97e55da
JM
5214msgid "gcov (GCC) %s\n"
5215msgstr ""
5216
807ab1f2 5217#: gcov.c:414
b97e55da
JM
5218msgid ""
5219"This is free software; see the source for copying conditions.\n"
5220"There is NO warranty; not even for MERCHANTABILITY or \n"
5221"FITNESS FOR A PARTICULAR PURPOSE.\n"
5222"\n"
1737c953
JM
5223msgstr ""
5224
807ab1f2 5225#: gcov.c:504
a47a6810
JM
5226#, c-format
5227msgid "%s:no functions found\n"
1737c953
JM
5228msgstr ""
5229
807ab1f2 5230#: gcov.c:525 gcov.c:553
a47a6810 5231msgid "\n"
d51681a7
PT
5232msgstr ""
5233
807ab1f2 5234#: gcov.c:540
9e620082 5235#, c-format
a47a6810 5236msgid "%s:creating `%s'\n"
d51681a7
PT
5237msgstr ""
5238
807ab1f2 5239#: gcov.c:544
a47a6810
JM
5240#, c-format
5241msgid "%s:error writing output file `%s'\n"
d51681a7
PT
5242msgstr ""
5243
807ab1f2 5244#: gcov.c:549
5b7874aa 5245#, c-format
a47a6810 5246msgid "%s:could not open output file `%s'\n"
d51681a7
PT
5247msgstr ""
5248
807ab1f2 5249#: gcov.c:700
5b7874aa 5250#, c-format
a47a6810 5251msgid "%s:cannot open graph file\n"
d51681a7
PT
5252msgstr ""
5253
807ab1f2 5254#: gcov.c:706
a47a6810
JM
5255#, c-format
5256msgid "%s:not a gcov graph file\n"
d51681a7
PT
5257msgstr ""
5258
807ab1f2 5259#: gcov.c:719
a47a6810
JM
5260#, c-format
5261msgid "%s:version `%.4s', prefer `%.4s'\n"
d51681a7
PT
5262msgstr ""
5263
807ab1f2 5264#: gcov.c:771
5b7874aa 5265#, c-format
a47a6810 5266msgid "%s:already seen blocks for `%s'\n"
d51681a7
PT
5267msgstr ""
5268
807ab1f2 5269#: gcov.c:889 gcov.c:1045
9e620082 5270#, c-format
a47a6810 5271msgid "%s:corrupted\n"
d51681a7
PT
5272msgstr ""
5273
807ab1f2 5274#: gcov.c:963
5b7874aa 5275#, c-format
a47a6810 5276msgid "%s:cannot open data file\n"
d51681a7
PT
5277msgstr ""
5278
807ab1f2 5279#: gcov.c:968
5b7874aa 5280#, c-format
a47a6810 5281msgid "%s:not a gcov data file\n"
d51681a7
PT
5282msgstr ""
5283
807ab1f2 5284#: gcov.c:981
5b7874aa 5285#, c-format
a47a6810 5286msgid "%s:version `%.4s', prefer version `%.4s'\n"
d51681a7
PT
5287msgstr ""
5288
807ab1f2 5289#: gcov.c:987
b97e55da
JM
5290#, c-format
5291msgid "%s:stamp mismatch with graph file\n"
5292msgstr ""
5293
807ab1f2 5294#: gcov.c:1013
5b7874aa 5295#, c-format
b97e55da 5296msgid "%s:unknown function `%u'\n"
d51681a7
PT
5297msgstr ""
5298
807ab1f2 5299#: gcov.c:1026
5b7874aa 5300#, c-format
a47a6810 5301msgid "%s:profile mismatch for `%s'\n"
d51681a7
PT
5302msgstr ""
5303
807ab1f2 5304#: gcov.c:1045
b97e55da
JM
5305#, c-format
5306msgid "%s:overflowed\n"
5307msgstr ""
5308
807ab1f2 5309#: gcov.c:1069
9e620082 5310#, c-format
a47a6810 5311msgid "%s:`%s' lacks entry and/or exit blocks\n"
d51681a7
PT
5312msgstr ""
5313
807ab1f2 5314#: gcov.c:1074
9e620082 5315#, c-format
a47a6810 5316msgid "%s:`%s' has arcs to entry block\n"
d51681a7
PT
5317msgstr ""
5318
807ab1f2 5319#: gcov.c:1082
9e620082 5320#, c-format
a47a6810 5321msgid "%s:`%s' has arcs from exit block\n"
d51681a7
PT
5322msgstr ""
5323
807ab1f2 5324#: gcov.c:1290
9e620082 5325#, c-format
a47a6810 5326msgid "%s:graph is unsolvable for `%s'\n"
d51681a7
PT
5327msgstr ""
5328
807ab1f2 5329#: gcov.c:1370
9e620082 5330#, c-format
a47a6810 5331msgid "%s `%s'\n"
d51681a7
PT
5332msgstr ""
5333
807ab1f2 5334#: gcov.c:1373
5b7874aa 5335#, c-format
a47a6810 5336msgid "Lines executed:%s of %d\n"
d51681a7
PT
5337msgstr ""
5338
807ab1f2
JM
5339#: gcov.c:1377
5340msgid "No executable lines\n"
d51681a7
PT
5341msgstr ""
5342
807ab1f2 5343#: gcov.c:1383
5b7874aa 5344#, c-format
a47a6810 5345msgid "Branches executed:%s of %d\n"
d51681a7
PT
5346msgstr ""
5347
807ab1f2 5348#: gcov.c:1387
5b7874aa 5349#, c-format
a47a6810 5350msgid "Taken at least once:%s of %d\n"
d51681a7
PT
5351msgstr ""
5352
807ab1f2 5353#: gcov.c:1393
a47a6810 5354msgid "No branches\n"
d51681a7
PT
5355msgstr ""
5356
807ab1f2 5357#: gcov.c:1395
5b7874aa 5358#, c-format
a47a6810 5359msgid "Calls executed:%s of %d\n"
d51681a7
PT
5360msgstr ""
5361
807ab1f2 5362#: gcov.c:1399
a47a6810 5363msgid "No calls\n"
4ba01ed2
PT
5364msgstr ""
5365
807ab1f2 5366#: gcov.c:1540
5b7874aa 5367#, c-format
a47a6810 5368msgid "%s:no lines for `%s'\n"
4ba01ed2
PT
5369msgstr ""
5370
807ab1f2 5371#: gcov.c:1735
5b7874aa 5372#, c-format
b97e55da 5373msgid "call %2d returned %s\n"
d51681a7
PT
5374msgstr ""
5375
807ab1f2 5376#: gcov.c:1740
5b7874aa 5377#, c-format
b97e55da 5378msgid "call %2d never executed\n"
d51681a7
PT
5379msgstr ""
5380
807ab1f2 5381#: gcov.c:1745
5b7874aa 5382#, c-format
b97e55da 5383msgid "branch %2d taken %s%s\n"
d51681a7
PT
5384msgstr ""
5385
807ab1f2 5386#: gcov.c:1749
5b7874aa 5387#, c-format
b97e55da 5388msgid "branch %2d never executed\n"
d51681a7
PT
5389msgstr ""
5390
807ab1f2 5391#: gcov.c:1754
5b7874aa 5392#, c-format
b97e55da 5393msgid "unconditional %2d taken %s\n"
d51681a7
PT
5394msgstr ""
5395
807ab1f2 5396#: gcov.c:1757
5b7874aa 5397#, c-format
b97e55da 5398msgid "unconditional %2d never executed\n"
d51681a7
PT
5399msgstr ""
5400
807ab1f2 5401#: gcov.c:1789
5b7874aa 5402#, c-format
b97e55da 5403msgid "%s:cannot open source file\n"
d51681a7
PT
5404msgstr ""
5405
807ab1f2 5406#: gcov.c:1799
5b7874aa 5407#, c-format
b97e55da
JM
5408msgid "%s:source file is newer than graph file `%s'\n"
5409msgstr ""
5410
5411#. Return if there's nothing to do, or it is too expensive.
807ab1f2 5412#: gcse.c:711
b97e55da
JM
5413msgid "GCSE disabled"
5414msgstr ""
5415
01b84e13 5416#. Return if there's nothing to do, or it is too expensive.
de104104 5417#: gcse.c:6567
b97e55da 5418msgid "jump bypassing disabled"
d51681a7
PT
5419msgstr ""
5420
de104104 5421#: gcse.c:6628
5b7874aa 5422#, c-format
b97e55da 5423msgid "%s: %d basic blocks and %d edges/basic block"
d51681a7
PT
5424msgstr ""
5425
de104104 5426#: gcse.c:6641
d9b2742a 5427#, c-format
b97e55da 5428msgid "%s: %d basic blocks and %d registers"
d9b2742a
ZW
5429msgstr ""
5430
807ab1f2 5431#: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
de104104 5432#: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
807ab1f2 5433#: ggc-zone.c:1588 ggc-zone.c:1597
b97e55da
JM
5434#, c-format
5435msgid "can't write PCH file: %m"
5436msgstr ""
5437
807ab1f2 5438#: ggc-common.c:487
b97e55da
JM
5439#, c-format
5440msgid "can't get position in PCH file: %m"
5441msgstr ""
5442
807ab1f2 5443#: ggc-common.c:497
b97e55da
JM
5444#, c-format
5445msgid "can't write padding to PCH file: %m"
5446msgstr ""
5447
807ab1f2 5448#: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
de104104 5449#: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
b97e55da
JM
5450#, c-format
5451msgid "can't read PCH file: %m"
5452msgstr ""
5453
807ab1f2 5454#: ggc-common.c:573
b97e55da
JM
5455msgid "had to relocate PCH"
5456msgstr ""
5457
de104104 5458#: ggc-page.c:1448
b97e55da
JM
5459#, c-format
5460msgid "open /dev/zero: %m"
5461msgstr ""
5462
de104104 5463#: ggc-page.c:2220 ggc-page.c:2226
b97e55da
JM
5464msgid "can't write PCH file"
5465msgstr ""
5466
807ab1f2
JM
5467#: gimple-low.c:203
5468msgid "unexpected node"
5469msgstr ""
5470
de104104 5471#: gimplify.c:3163
b1b51268
JM
5472#, c-format
5473msgid "invalid lvalue in asm output %d"
5474msgstr ""
5475
de104104 5476#: gimplify.c:3211
b1b51268
JM
5477#, c-format
5478msgid "memory input %d is not directly addressable"
5479msgstr ""
5480
de104104 5481#: gimplify.c:4066
807ab1f2
JM
5482msgid "gimplification failed"
5483msgstr ""
5484
5485#: global.c:375 global.c:388 global.c:402
01b84e13
JM
5486#, c-format
5487msgid "%s cannot be used in asm here"
5488msgstr ""
5489
d5706a1e 5490#: graph.c:400 passes.c:131 java/jcf-parse.c:976 java/jcf-parse.c:1116
de104104 5491#: java/lex.c:1841 objc/objc-act.c:550
01b84e13
JM
5492#, c-format
5493msgid "can't open %s: %m"
b97e55da
JM
5494msgstr ""
5495
807ab1f2 5496#: haifa-sched.c:183
b97e55da
JM
5497#, c-format
5498msgid "fix_sched_param: unknown param: %s"
5499msgstr ""
5500
807ab1f2
JM
5501#. Opening quotation mark.
5502#: intl.c:58
5503msgid "`"
a47a6810
JM
5504msgstr ""
5505
807ab1f2 5506#. Closing quotation mark.
d5706a1e 5507#: intl.c:61 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15438
807ab1f2 5508msgid "'"
a47a6810
JM
5509msgstr ""
5510
a05e4fdb
JM
5511#: langhooks.c:516
5512msgid "At top level:"
5513msgstr ""
5514
5515#: langhooks.c:521
5516#, c-format
5517msgid "In member function %qs:"
5518msgstr ""
5519
5520#: langhooks.c:525
5521#, c-format
5522msgid "In function %qs:"
5523msgstr ""
5524
b97e55da 5525#. What to print when a switch has no documentation.
807ab1f2 5526#: opts.c:89
b97e55da
JM
5527msgid "This switch lacks documentation"
5528msgstr ""
5529
5530#. Eventually this should become a hard error IMO.
807ab1f2 5531#: opts.c:259
a47a6810 5532#, c-format
b97e55da 5533msgid "command line option \"%s\" is valid for %s but not for %s"
a47a6810
JM
5534msgstr ""
5535
807ab1f2 5536#: opts.c:347
a47a6810 5537#, c-format
b97e55da 5538msgid "missing argument to \"%s\""
a47a6810
JM
5539msgstr ""
5540
807ab1f2 5541#: opts.c:357
a47a6810 5542#, c-format
b97e55da 5543msgid "argument to \"%s\" should be a non-negative integer"
a47a6810
JM
5544msgstr ""
5545
807ab1f2 5546#: opts.c:417
a47a6810 5547#, c-format
b97e55da 5548msgid "unrecognized command line option \"%s\""
a47a6810
JM
5549msgstr ""
5550
807ab1f2 5551#: opts.c:627
b97e55da
JM
5552msgid "-Wuninitialized is not supported without -O"
5553msgstr ""
5554
807ab1f2 5555#: opts.c:641
b1b51268
JM
5556msgid "-freorder-blocks-and-partition does not work with exceptions"
5557msgstr ""
5558
807ab1f2
JM
5559#: opts.c:654
5560msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5561msgstr ""
5562
5563#: opts.c:815
a47a6810 5564#, c-format
807ab1f2 5565msgid "structure alignment must be a small power of two, not %d"
a47a6810
JM
5566msgstr ""
5567
807ab1f2 5568#: opts.c:878
a47a6810 5569#, c-format
807ab1f2 5570msgid "unrecognised visibility value \"%s\""
b97e55da
JM
5571msgstr ""
5572
807ab1f2
JM
5573#: opts.c:930
5574#, c-format
5575msgid "unrecognized register name \"%s\""
b1b51268
JM
5576msgstr ""
5577
807ab1f2 5578#: opts.c:950
b1b51268 5579#, c-format
807ab1f2 5580msgid "unknown tls-model \"%s\""
b1b51268
JM
5581msgstr ""
5582
807ab1f2 5583#: opts.c:1025
a47a6810 5584#, c-format
b97e55da 5585msgid "%s: --param arguments should be of the form NAME=VALUE"
a47a6810
JM
5586msgstr ""
5587
807ab1f2 5588#: opts.c:1030
a47a6810 5589#, c-format
b97e55da
JM
5590msgid "invalid --param value `%s'"
5591msgstr ""
5592
807ab1f2 5593#: opts.c:1126
b97e55da 5594msgid "target system does not support debug output"
a47a6810
JM
5595msgstr ""
5596
807ab1f2 5597#: opts.c:1133
a47a6810 5598#, c-format
b97e55da 5599msgid "debug format \"%s\" conflicts with prior selection"
a47a6810
JM
5600msgstr ""
5601
807ab1f2 5602#: opts.c:1149
a47a6810 5603#, c-format
b97e55da 5604msgid "unrecognised debug output level \"%s\""
a47a6810
JM
5605msgstr ""
5606
807ab1f2 5607#: opts.c:1151
a47a6810 5608#, c-format
b97e55da
JM
5609msgid "debug output level %s is too high"
5610msgstr ""
5611
807ab1f2 5612#: opts.c:1170
b97e55da
JM
5613msgid "The following options are language-independent:\n"
5614msgstr ""
5615
807ab1f2 5616#: opts.c:1177
b97e55da
JM
5617#, c-format
5618msgid ""
5619"The %s front end recognizes the following options:\n"
5620"\n"
5621msgstr ""
5622
807ab1f2 5623#: opts.c:1191
b97e55da
JM
5624msgid "The --param option recognizes the following as parameters:\n"
5625msgstr ""
5626
5627#. If we didn't find this parameter, issue an error message.
5628#: params.c:76
5629#, c-format
a05e4fdb 5630msgid "invalid parameter %qs"
a47a6810
JM
5631msgstr ""
5632
de104104 5633#: passes.c:1260
b1b51268
JM
5634msgid ""
5635"branch target register load optimization is not intended to be run twice"
5636msgstr ""
5637
de104104 5638#: profile.c:284
b97e55da
JM
5639msgid "corrupted profile info: run_max * runs < sum_max"
5640msgstr ""
5641
de104104 5642#: profile.c:290
b97e55da
JM
5643msgid "corrupted profile info: sum_all is smaller than sum_max"
5644msgstr ""
5645
de104104 5646#: profile.c:335
b97e55da
JM
5647#, c-format
5648msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5649msgstr ""
5650
de104104 5651#: profile.c:503
b97e55da
JM
5652#, c-format
5653msgid ""
5654"corrupted profile info: number of iterations for basic block %d thought to "
5655"be %i"
5656msgstr ""
5657
de104104 5658#: profile.c:524
b97e55da
JM
5659#, c-format
5660msgid ""
5661"corrupted profile info: number of executions for edge %d-%d thought to be %i"
5662msgstr ""
5663
807ab1f2 5664#: protoize.c:582
a47a6810
JM
5665#, c-format
5666msgid "%s: error writing file `%s': %s\n"
5667msgstr ""
5668
807ab1f2 5669#: protoize.c:626
a47a6810
JM
5670#, c-format
5671msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5672msgstr ""
5673
807ab1f2 5674#: protoize.c:629
a47a6810
JM
5675#, c-format
5676msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5677msgstr ""
5678
807ab1f2 5679#: protoize.c:735
a47a6810
JM
5680#, c-format
5681msgid "%s: warning: no read access for file `%s'\n"
5682msgstr ""
5683
807ab1f2 5684#: protoize.c:743
a47a6810
JM
5685#, c-format
5686msgid "%s: warning: no write access for file `%s'\n"
5687msgstr ""
5688
807ab1f2 5689#: protoize.c:751
a47a6810
JM
5690#, c-format
5691msgid "%s: warning: no write access for dir containing `%s'\n"
5692msgstr ""
5693
5694#. Catch cases like /.. where we try to backup to a
5695#. point above the absolute root of the logical file
5696#. system.
807ab1f2 5697#: protoize.c:1138
a47a6810
JM
5698#, c-format
5699msgid "%s: invalid file name: %s\n"
5700msgstr ""
5701
807ab1f2 5702#: protoize.c:1286
a47a6810
JM
5703#, c-format
5704msgid "%s: %s: can't get status: %s\n"
5705msgstr ""
5706
807ab1f2 5707#: protoize.c:1307
a47a6810
JM
5708#, c-format
5709msgid ""
5710"\n"
5711"%s: fatal error: aux info file corrupted at line %d\n"
5712msgstr ""
5713
807ab1f2 5714#: protoize.c:1636
a47a6810
JM
5715#, c-format
5716msgid "%s:%d: declaration of function `%s' takes different forms\n"
5717msgstr ""
5718
807ab1f2 5719#: protoize.c:1891
a47a6810
JM
5720#, c-format
5721msgid "%s: compiling `%s'\n"
5722msgstr ""
5723
807ab1f2 5724#: protoize.c:1914
a47a6810
JM
5725#, c-format
5726msgid "%s: wait: %s\n"
5727msgstr ""
5728
807ab1f2 5729#: protoize.c:1919
a47a6810
JM
5730#, c-format
5731msgid "%s: subprocess got fatal signal %d\n"
5732msgstr ""
5733
807ab1f2 5734#: protoize.c:1927
a47a6810
JM
5735#, c-format
5736msgid "%s: %s exited with status %d\n"
5737msgstr ""
5738
807ab1f2 5739#: protoize.c:1976
5b7874aa
ZW
5740#, c-format
5741msgid "%s: warning: missing SYSCALLS file `%s'\n"
dc6746e7
PT
5742msgstr ""
5743
807ab1f2 5744#: protoize.c:1985 protoize.c:2014
5b7874aa
ZW
5745#, c-format
5746msgid "%s: can't read aux info file `%s': %s\n"
dc6746e7
PT
5747msgstr ""
5748
807ab1f2 5749#: protoize.c:2030 protoize.c:2058
9e620082 5750#, c-format
5b7874aa 5751msgid "%s: can't get status of aux info file `%s': %s\n"
dc6746e7
PT
5752msgstr ""
5753
807ab1f2 5754#: protoize.c:2086
5b7874aa
ZW
5755#, c-format
5756msgid "%s: can't open aux info file `%s' for reading: %s\n"
dc6746e7
PT
5757msgstr ""
5758
807ab1f2 5759#: protoize.c:2104
5b7874aa
ZW
5760#, c-format
5761msgid "%s: error reading aux info file `%s': %s\n"
4ba01ed2
PT
5762msgstr ""
5763
807ab1f2 5764#: protoize.c:2117
5b7874aa
ZW
5765#, c-format
5766msgid "%s: error closing aux info file `%s': %s\n"
dc6746e7
PT
5767msgstr ""
5768
807ab1f2 5769#: protoize.c:2133
5b7874aa
ZW
5770#, c-format
5771msgid "%s: can't delete aux info file `%s': %s\n"
dc6746e7
PT
5772msgstr ""
5773
807ab1f2 5774#: protoize.c:2215 protoize.c:4185
5b7874aa
ZW
5775#, c-format
5776msgid "%s: can't delete file `%s': %s\n"
dc6746e7
PT
5777msgstr ""
5778
807ab1f2 5779#: protoize.c:2293
5b7874aa
ZW
5780#, c-format
5781msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
dc6746e7
PT
5782msgstr ""
5783
807ab1f2 5784#: protoize.c:2415
5b7874aa
ZW
5785#, c-format
5786msgid "%s: conflicting extern definitions of '%s'\n"
dc6746e7
PT
5787msgstr ""
5788
807ab1f2 5789#: protoize.c:2419
5b7874aa
ZW
5790#, c-format
5791msgid "%s: declarations of '%s' will not be converted\n"
dc6746e7
PT
5792msgstr ""
5793
807ab1f2 5794#: protoize.c:2421
5b7874aa
ZW
5795#, c-format
5796msgid "%s: conflict list for '%s' follows:\n"
dc6746e7
PT
5797msgstr ""
5798
807ab1f2 5799#: protoize.c:2454
5b7874aa
ZW
5800#, c-format
5801msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
dc6746e7
PT
5802msgstr ""
5803
807ab1f2 5804#: protoize.c:2494
5b7874aa
ZW
5805#, c-format
5806msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
d51681a7
PT
5807msgstr ""
5808
807ab1f2 5809#: protoize.c:2500
5b7874aa
ZW
5810#, c-format
5811msgid "%s: %d: warning: no extern definition for `%s'\n"
7bf81eee
PT
5812msgstr ""
5813
807ab1f2 5814#: protoize.c:2530
5b7874aa
ZW
5815#, c-format
5816msgid "%s: warning: no static definition for `%s' in file `%s'\n"
7bf81eee
PT
5817msgstr ""
5818
807ab1f2 5819#: protoize.c:2536
5b7874aa
ZW
5820#, c-format
5821msgid "%s: multiple static defs of `%s' in file `%s'\n"
7bf81eee
PT
5822msgstr ""
5823
807ab1f2 5824#: protoize.c:2706 protoize.c:2709
5b7874aa
ZW
5825#, c-format
5826msgid "%s: %d: warning: source too confusing\n"
7bf81eee
PT
5827msgstr ""
5828
807ab1f2 5829#: protoize.c:2905
5b7874aa
ZW
5830#, c-format
5831msgid "%s: %d: warning: varargs function declaration not converted\n"
7bf81eee
PT
5832msgstr ""
5833
807ab1f2 5834#: protoize.c:2920
5b7874aa
ZW
5835#, c-format
5836msgid "%s: declaration of function `%s' not converted\n"
7bf81eee
PT
5837msgstr ""
5838
807ab1f2 5839#: protoize.c:3043
5b7874aa
ZW
5840#, c-format
5841msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
7bf81eee
PT
5842msgstr ""
5843
807ab1f2 5844#: protoize.c:3064
5b7874aa
ZW
5845#, c-format
5846msgid ""
5847"\n"
5848"%s: warning: too few parameter lists in declaration of `%s'\n"
7bf81eee
PT
5849msgstr ""
5850
807ab1f2 5851#: protoize.c:3160
5b7874aa
ZW
5852#, c-format
5853msgid "%s: %d: warning: found `%s' but expected `%s'\n"
7bf81eee
PT
5854msgstr ""
5855
807ab1f2 5856#: protoize.c:3335
5b7874aa
ZW
5857#, c-format
5858msgid "%s: local declaration for function `%s' not inserted\n"
7bf81eee
PT
5859msgstr ""
5860
807ab1f2 5861#: protoize.c:3362
5b7874aa
ZW
5862#, c-format
5863msgid ""
5864"\n"
5865"%s: %d: warning: can't add declaration of `%s' into macro call\n"
d51681a7
PT
5866msgstr ""
5867
807ab1f2 5868#: protoize.c:3434
5b7874aa
ZW
5869#, c-format
5870msgid "%s: global declarations for file `%s' not inserted\n"
d51681a7
PT
5871msgstr ""
5872
807ab1f2 5873#: protoize.c:3523 protoize.c:3553
5b7874aa
ZW
5874#, c-format
5875msgid "%s: definition of function `%s' not converted\n"
dc6746e7
PT
5876msgstr ""
5877
807ab1f2 5878#: protoize.c:3542
5b7874aa
ZW
5879#, c-format
5880msgid "%s: %d: warning: definition of %s not converted\n"
dc6746e7
PT
5881msgstr ""
5882
807ab1f2 5883#: protoize.c:3868
5b7874aa
ZW
5884#, c-format
5885msgid "%s: found definition of `%s' at %s(%d)\n"
dc6746e7
PT
5886msgstr ""
5887
5b7874aa
ZW
5888#. If we make it here, then we did not know about this
5889#. function definition.
807ab1f2 5890#: protoize.c:3884
5b7874aa
ZW
5891#, c-format
5892msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
dc6746e7
PT
5893msgstr ""
5894
807ab1f2 5895#: protoize.c:3887
5b7874aa
ZW
5896#, c-format
5897msgid "%s: function definition not converted\n"
dc6746e7
PT
5898msgstr ""
5899
807ab1f2 5900#: protoize.c:3945
5b7874aa
ZW
5901#, c-format
5902msgid "%s: `%s' not converted\n"
dc6746e7
PT
5903msgstr ""
5904
807ab1f2 5905#: protoize.c:3953
5b7874aa
ZW
5906#, c-format
5907msgid "%s: would convert file `%s'\n"
dc6746e7
PT
5908msgstr ""
5909
807ab1f2 5910#: protoize.c:3956
5b7874aa
ZW
5911#, c-format
5912msgid "%s: converting file `%s'\n"
dc6746e7
PT
5913msgstr ""
5914
807ab1f2 5915#: protoize.c:3966
5b7874aa
ZW
5916#, c-format
5917msgid "%s: can't get status for file `%s': %s\n"
dc6746e7
PT
5918msgstr ""
5919
807ab1f2 5920#: protoize.c:4008
5b7874aa
ZW
5921#, c-format
5922msgid "%s: can't open file `%s' for reading: %s\n"
7bf81eee
PT
5923msgstr ""
5924
807ab1f2 5925#: protoize.c:4023
5b7874aa
ZW
5926#, c-format
5927msgid ""
5928"\n"
5929"%s: error reading input file `%s': %s\n"
7bf81eee
PT
5930msgstr ""
5931
807ab1f2 5932#: protoize.c:4057
5b7874aa
ZW
5933#, c-format
5934msgid "%s: can't create/open clean file `%s': %s\n"
7bf81eee
PT
5935msgstr ""
5936
807ab1f2 5937#: protoize.c:4162
5b7874aa
ZW
5938#, c-format
5939msgid "%s: warning: file `%s' already saved in `%s'\n"
7bf81eee
PT
5940msgstr ""
5941
807ab1f2 5942#: protoize.c:4170
5b7874aa
ZW
5943#, c-format
5944msgid "%s: can't link file `%s' to `%s': %s\n"
dc6746e7
PT
5945msgstr ""
5946
807ab1f2 5947#: protoize.c:4200
5b7874aa
ZW
5948#, c-format
5949msgid "%s: can't create/open output file `%s': %s\n"
dc6746e7
PT
5950msgstr ""
5951
807ab1f2 5952#: protoize.c:4233
5b7874aa
ZW
5953#, c-format
5954msgid "%s: can't change mode of file `%s': %s\n"
dc6746e7
PT
5955msgstr ""
5956
807ab1f2 5957#: protoize.c:4406
5b7874aa
ZW
5958#, c-format
5959msgid "%s: cannot get working directory: %s\n"
d51681a7
PT
5960msgstr ""
5961
807ab1f2 5962#: protoize.c:4504
5b7874aa
ZW
5963#, c-format
5964msgid "%s: input file names must have .c suffixes: %s\n"
d51681a7
PT
5965msgstr ""
5966
de104104 5967#: ra.c:774
a47a6810 5968msgid "Didn't find a coloring.\n"
7bbf788c
PT
5969msgstr ""
5970
de104104 5971#: reg-stack.c:673
7bbf788c
PT
5972#, c-format
5973msgid "output constraint %d must specify a single register"
5974msgstr ""
5975
de104104 5976#: reg-stack.c:683
9e620082 5977#, c-format
1737c953 5978msgid "output constraint %d cannot be specified together with \"%s\" clobber"
d51681a7
PT
5979msgstr ""
5980
de104104 5981#: reg-stack.c:706
1737c953 5982msgid "output regs must be grouped at top of stack"
d51681a7
PT
5983msgstr ""
5984
de104104 5985#: reg-stack.c:743
1737c953 5986msgid "implicitly popped regs must be grouped at top of stack"
d51681a7
PT
5987msgstr ""
5988
de104104 5989#: reg-stack.c:762
9e620082 5990#, c-format
1737c953 5991msgid "output operand %d must use `&' constraint"
d51681a7
PT
5992msgstr ""
5993
de104104 5994#: regclass.c:765
9e620082 5995#, c-format
5b7874aa 5996msgid "can't use '%s' as a %s register"
d51681a7
PT
5997msgstr ""
5998
de104104 5999#: regclass.c:780 config/ia64/ia64.c:4107 config/ia64/ia64.c:4114
807ab1f2 6000#: config/pa/pa.c:328 config/pa/pa.c:335
9e620082 6001#, c-format
5b7874aa 6002msgid "unknown register name: %s"
d51681a7
PT
6003msgstr ""
6004
de104104 6005#: regclass.c:790
5b7874aa 6006msgid "global register variable follows a function definition"
d51681a7
PT
6007msgstr ""
6008
de104104 6009#: regclass.c:794
5b7874aa 6010msgid "register used for two global register variables"
d51681a7
PT
6011msgstr ""
6012
de104104 6013#: regclass.c:799
5b7874aa 6014msgid "call-clobbered register used for global register variable"
d51681a7
PT
6015msgstr ""
6016
de104104 6017#: regrename.c:1856
1737c953
JM
6018#, c-format
6019msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6020msgstr ""
6021
de104104 6022#: regrename.c:1868
1737c953
JM
6023#, c-format
6024msgid "validate_value_data: Loop in regno chain (%u)"
6025msgstr ""
6026
de104104 6027#: regrename.c:1871
1737c953
JM
6028#, c-format
6029msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6030msgstr ""
6031
de104104 6032#: regrename.c:1883
1737c953
JM
6033#, c-format
6034msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6035msgstr ""
6036
807ab1f2 6037#: reload.c:1257
a05e4fdb 6038msgid "cannot reload integer constant operand in %<asm%>"
d51681a7
PT
6039msgstr ""
6040
a05e4fdb
JM
6041#: reload.c:1280
6042msgid "impossible register constraint in %<asm%>"
d51681a7
PT
6043msgstr ""
6044
a05e4fdb
JM
6045#: reload.c:3518
6046msgid "%<&%> constraint used with no register class"
d51681a7
PT
6047msgstr ""
6048
a05e4fdb 6049#: reload.c:3684
1737c953 6050msgid "unable to generate reloads for:"
d51681a7
PT
6051msgstr ""
6052
a05e4fdb
JM
6053#: reload.c:3685 reload.c:3896
6054msgid "inconsistent operand constraints in an %<asm%>"
d51681a7
PT
6055msgstr ""
6056
807ab1f2 6057#: reload1.c:1221
5b7874aa 6058msgid "frame size too large for reliable stack checking"
d51681a7
PT
6059msgstr ""
6060
807ab1f2 6061#: reload1.c:1224
5b7874aa 6062msgid "try reducing the number of local variables"
d51681a7
PT
6063msgstr ""
6064
807ab1f2 6065#: reload1.c:1874
a05e4fdb 6066msgid "can't find a register in class %qs while reloading %<asm%>"
d51681a7
PT
6067msgstr ""
6068
a05e4fdb 6069#: reload1.c:1879
9e620082 6070#, c-format
a05e4fdb 6071msgid "unable to find a register to spill in class %qs"
d51681a7
PT
6072msgstr ""
6073
a05e4fdb 6074#: reload1.c:1881
1737c953 6075msgid "this is the insn:"
d51681a7
PT
6076msgstr ""
6077
a05e4fdb
JM
6078#: reload1.c:3871
6079msgid "%<asm%> operand requires impossible reload"
dc6746e7
PT
6080msgstr ""
6081
5b7874aa 6082#. It's the compiler's fault.
a05e4fdb 6083#: reload1.c:4990
1737c953 6084msgid "could not find a spill register"
dc6746e7
PT
6085msgstr ""
6086
a05e4fdb
JM
6087#: reload1.c:4995
6088msgid "%<asm%> operand constraint incompatible with operand size"
d51681a7
PT
6089msgstr ""
6090
5b7874aa 6091#. It's the compiler's fault.
a05e4fdb 6092#: reload1.c:6613
5b7874aa 6093msgid "VOIDmode on an output"
d51681a7
PT
6094msgstr ""
6095
a05e4fdb
JM
6096#: reload1.c:6614
6097msgid "output operand is constant in %<asm%>"
dc6746e7
PT
6098msgstr ""
6099
807ab1f2 6100#: rtl-error.c:128
1737c953 6101msgid "unrecognizable insn:"
5b7874aa
ZW
6102msgstr ""
6103
807ab1f2 6104#: rtl-error.c:130
1737c953 6105msgid "insn does not satisfy its constraints:"
9e620082
ZW
6106msgstr ""
6107
807ab1f2 6108#: rtl.c:472
9e620082 6109#, c-format
5b7874aa 6110msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
9e620082
ZW
6111msgstr ""
6112
807ab1f2 6113#: rtl.c:482
9e620082 6114#, c-format
5b7874aa
ZW
6115msgid ""
6116"RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
9e620082
ZW
6117msgstr ""
6118
807ab1f2 6119#: rtl.c:492
9e620082 6120#, c-format
5b7874aa
ZW
6121msgid ""
6122"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6123"s:%d"
9e620082
ZW
6124msgstr ""
6125
807ab1f2 6126#: rtl.c:501
9e620082 6127#, c-format
5b7874aa 6128msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
9e620082
ZW
6129msgstr ""
6130
807ab1f2 6131#: rtl.c:511
9e620082 6132#, c-format
5b7874aa 6133msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
9e620082
ZW
6134msgstr ""
6135
807ab1f2 6136#: rtl.c:522
5b7874aa
ZW
6137#, c-format
6138msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
9e620082
ZW
6139msgstr ""
6140
807ab1f2 6141#: rtl.c:533
a47a6810
JM
6142#, c-format
6143msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6144msgstr ""
6145
de104104 6146#: stmt.c:316
a05e4fdb 6147msgid "output operand constraint lacks %<=%>"
9e620082
ZW
6148msgstr ""
6149
de104104 6150#: stmt.c:331
5b7874aa 6151#, c-format
a05e4fdb 6152msgid "output constraint %qc for operand %d is not at the beginning"
9e620082
ZW
6153msgstr ""
6154
de104104 6155#: stmt.c:354
a05e4fdb 6156msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
9e620082
ZW
6157msgstr ""
6158
de104104 6159#: stmt.c:361 stmt.c:460
a05e4fdb 6160msgid "%<%%%> constraint used with last operand"
9e620082
ZW
6161msgstr ""
6162
de104104 6163#: stmt.c:380
5b7874aa 6164msgid "matching constraint not valid in output operand"
9e620082
ZW
6165msgstr ""
6166
de104104 6167#: stmt.c:451
9e620082 6168#, c-format
a05e4fdb 6169msgid "input operand constraint contains %qc"
9e620082
ZW
6170msgstr ""
6171
de104104 6172#: stmt.c:493
9d967a7e 6173msgid "matching constraint references invalid operand number"
9e620082
ZW
6174msgstr ""
6175
de104104 6176#: stmt.c:531
9e620082 6177#, c-format
a05e4fdb 6178msgid "invalid punctuation %qc in constraint"
9e620082
ZW
6179msgstr ""
6180
de104104 6181#: stmt.c:555
01b84e13
JM
6182msgid "matching constraint does not allow a register"
6183msgstr ""
6184
de104104 6185#: stmt.c:610
a47a6810 6186#, c-format
a05e4fdb 6187msgid "asm-specifier for variable %qs conflicts with asm clobber list"
a47a6810
JM
6188msgstr ""
6189
de104104 6190#: stmt.c:699
a05e4fdb 6191msgid "unknown register name %qs in %<asm%>"
9e620082
ZW
6192msgstr ""
6193
de104104 6194#: stmt.c:707
a05e4fdb 6195msgid "PIC register %qs clobbered in %<asm%>"
a47a6810
JM
6196msgstr ""
6197
de104104 6198#: stmt.c:754
a05e4fdb 6199msgid "more than %d operands in %<asm%>"
9e620082
ZW
6200msgstr ""
6201
de104104 6202#: stmt.c:817
5b7874aa 6203#, c-format
9d967a7e 6204msgid "output number %d not directly addressable"
9e620082
ZW
6205msgstr ""
6206
de104104 6207#: stmt.c:896
a05e4fdb 6208msgid "asm operand %d probably doesn%'t match constraints"
9e620082
ZW
6209msgstr ""
6210
de104104 6211#: stmt.c:906
b97e55da
JM
6212#, c-format
6213msgid "use of memory input without lvalue in asm operand %d is deprecated"
6214msgstr ""
6215
de104104 6216#: stmt.c:1053
a47a6810
JM
6217msgid "asm clobber conflict with output operand"
6218msgstr ""
6219
de104104 6220#: stmt.c:1058
a47a6810
JM
6221msgid "asm clobber conflict with input operand"
6222msgstr ""
6223
de104104 6224#: stmt.c:1135
a05e4fdb 6225msgid "too many alternatives in %<asm%>"
5b7874aa
ZW
6226msgstr ""
6227
de104104 6228#: stmt.c:1147
a05e4fdb 6229msgid "operand constraints for %<asm%> differ in number of alternatives"
9e620082
ZW
6230msgstr ""
6231
de104104 6232#: stmt.c:1200
9e620082 6233#, c-format
a05e4fdb 6234msgid "duplicate asm operand name %qs"
5b7874aa
ZW
6235msgstr ""
6236
de104104 6237#: stmt.c:1298
5b7874aa 6238msgid "missing close brace for named operand"
9e620082
ZW
6239msgstr ""
6240
de104104 6241#: stmt.c:1326
9e620082 6242#, c-format
a05e4fdb 6243msgid "undefined named operand %qs"
9e620082
ZW
6244msgstr ""
6245
a05e4fdb 6246#: stmt.c:1491
b97e55da
JM
6247msgid "%Hvalue computed is not used"
6248msgstr ""
6249
807ab1f2 6250#: stor-layout.c:152
a05e4fdb 6251msgid "type size can%'t be explicitly evaluated"
7bbf788c
PT
6252msgstr ""
6253
807ab1f2 6254#: stor-layout.c:154
5b7874aa 6255msgid "variable-size type declared outside of any function"
9e620082
ZW
6256msgstr ""
6257
807ab1f2 6258#: stor-layout.c:458
a05e4fdb 6259msgid "%Jsize of %qD is %d bytes"
9e620082
ZW
6260msgstr ""
6261
807ab1f2 6262#: stor-layout.c:460
a05e4fdb 6263msgid "%Jsize of %qD is larger than %d bytes"
9e620082
ZW
6264msgstr ""
6265
de104104 6266#: stor-layout.c:844
a05e4fdb 6267msgid "%Jpacked attribute causes inefficient alignment for %qD"
9e620082
ZW
6268msgstr ""
6269
de104104 6270#: stor-layout.c:847
a05e4fdb 6271msgid "%Jpacked attribute is unnecessary for %qD"
9e620082
ZW
6272msgstr ""
6273
de104104 6274#: stor-layout.c:863
a05e4fdb 6275msgid "%Jpadding struct to align %qD"
9e620082
ZW
6276msgstr ""
6277
de104104 6278#: stor-layout.c:1205
5b7874aa 6279msgid "padding struct size to alignment boundary"
9e620082
ZW
6280msgstr ""
6281
de104104 6282#: stor-layout.c:1235
b97e55da 6283#, c-format
a05e4fdb 6284msgid "packed attribute causes inefficient alignment for %qs"
b97e55da
JM
6285msgstr ""
6286
de104104 6287#: stor-layout.c:1238
b97e55da 6288#, c-format
a05e4fdb 6289msgid "packed attribute is unnecessary for %qs"
b97e55da
JM
6290msgstr ""
6291
de104104 6292#: stor-layout.c:1243
5b7874aa 6293msgid "packed attribute causes inefficient alignment"
9e620082
ZW
6294msgstr ""
6295
de104104 6296#: stor-layout.c:1245
5b7874aa 6297msgid "packed attribute is unnecessary"
9e620082
ZW
6298msgstr ""
6299
807ab1f2 6300#: targhooks.c:96
b97e55da
JM
6301msgid "__builtin_saveregs not supported by this target"
6302msgstr ""
6303
807ab1f2 6304#: timevar.c:432
5b7874aa
ZW
6305msgid ""
6306"\n"
6307"Execution times (seconds)\n"
9e620082
ZW
6308msgstr ""
6309
5b7874aa 6310#. Print total time.
807ab1f2 6311#: timevar.c:482
5b7874aa 6312msgid " TOTAL :"
9e620082
ZW
6313msgstr ""
6314
807ab1f2 6315#: timevar.c:510
9e620082 6316#, c-format
5b7874aa 6317msgid "time in %s: %ld.%06ld (%ld%%)\n"
9e620082
ZW
6318msgstr ""
6319
807ab1f2 6320#: tlink.c:381
9e620082 6321#, c-format
5b7874aa 6322msgid "collect: reading %s\n"
9e620082
ZW
6323msgstr ""
6324
807ab1f2
JM
6325#: tlink.c:475
6326#, c-format
6327msgid "repository file `%s' does not contain command-line arguments"
6328msgstr ""
6329
6330#: tlink.c:525
9e620082 6331#, c-format
5b7874aa 6332msgid "collect: recompiling %s\n"
9e620082
ZW
6333msgstr ""
6334
807ab1f2
JM
6335#: tlink.c:696
6336#, c-format
6337msgid ""
6338"`%s' was assigned to `%s', but was not defined during recompilation, or vice "
6339"versa"
6340msgstr ""
6341
6342#: tlink.c:705
9e620082 6343#, c-format
5b7874aa 6344msgid "collect: tweaking %s in %s\n"
9e620082
ZW
6345msgstr ""
6346
807ab1f2 6347#: tlink.c:751
5b7874aa
ZW
6348msgid "collect: relinking\n"
6349msgstr ""
6350
807ab1f2 6351#: tlink.c:760
9e620082 6352#, c-format
5b7874aa 6353msgid "ld returned %d exit status"
9e620082
ZW
6354msgstr ""
6355
de104104 6356#: toplev.c:464
b97e55da
JM
6357#, c-format
6358msgid "%s "
9e620082
ZW
6359msgstr ""
6360
de104104 6361#: toplev.c:466
b97e55da
JM
6362#, c-format
6363msgid " %s"
9e620082
ZW
6364msgstr ""
6365
de104104 6366#: toplev.c:531
b97e55da 6367#, c-format
a05e4fdb 6368msgid "invalid option argument %qs"
9e620082
ZW
6369msgstr ""
6370
de104104 6371#: toplev.c:595
807ab1f2
JM
6372msgid "unrecoverable error"
6373msgstr ""
6374
de104104 6375#: toplev.c:615
b97e55da
JM
6376#, c-format
6377msgid "getting core file size maximum limit: %m"
9e620082
ZW
6378msgstr ""
6379
de104104 6380#: toplev.c:618
b97e55da
JM
6381#, c-format
6382msgid "setting core file size limit to maximum: %m"
9e620082
ZW
6383msgstr ""
6384
de104104 6385#: toplev.c:839
a05e4fdb 6386msgid "%J%qF declared %<static%> but never defined"
9e620082
ZW
6387msgstr ""
6388
de104104 6389#: toplev.c:865
a05e4fdb 6390msgid "%J%qD defined but not used"
9e620082
ZW
6391msgstr ""
6392
de104104 6393#: toplev.c:888 toplev.c:911
b97e55da 6394#, c-format
a05e4fdb 6395msgid "%qs is deprecated (declared at %s:%d)"
9e620082
ZW
6396msgstr ""
6397
de104104 6398#: toplev.c:914
b97e55da 6399#, c-format
807ab1f2 6400msgid "type is deprecated (declared at %s:%d)"
9e620082
ZW
6401msgstr ""
6402
de104104 6403#: toplev.c:920
b97e55da 6404#, c-format
a05e4fdb 6405msgid "%qs is deprecated"
7bbf788c
PT
6406msgstr ""
6407
de104104 6408#: toplev.c:922
b97e55da 6409msgid "type is deprecated"
9e620082
ZW
6410msgstr ""
6411
de104104 6412#: toplev.c:1064
b97e55da
JM
6413msgid ""
6414"\n"
6415"Target specific options:\n"
9e620082
ZW
6416msgstr ""
6417
de104104 6418#: toplev.c:1078 toplev.c:1097
b97e55da
JM
6419#, c-format
6420msgid " -m%-23s [undocumented]\n"
9e620082
ZW
6421msgstr ""
6422
de104104 6423#: toplev.c:1106
b97e55da
JM
6424msgid ""
6425"\n"
6426"There are undocumented target specific options as well.\n"
9e620082
ZW
6427msgstr ""
6428
de104104 6429#: toplev.c:1108
b97e55da 6430msgid " They exist, but they are not documented.\n"
a47a6810
JM
6431msgstr ""
6432
de104104 6433#: toplev.c:1152
b97e55da
JM
6434#, c-format
6435msgid "unrecognized gcc debugging option: %c"
d9b2742a
ZW
6436msgstr ""
6437
de104104 6438#: toplev.c:1214
b97e55da 6439#, c-format
a05e4fdb 6440msgid "invalid option %qs"
9e620082
ZW
6441msgstr ""
6442
de104104 6443#: toplev.c:1229
b97e55da
JM
6444#, c-format
6445msgid ""
6446"%s%s%s version %s (%s)\n"
6447"%s\tcompiled by GNU C version %s.\n"
6448"%s%s%s version %s (%s) compiled by CC.\n"
9e620082
ZW
6449msgstr ""
6450
de104104 6451#: toplev.c:1236
b97e55da
JM
6452#, c-format
6453msgid ""
6454"%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
9e620082
ZW
6455msgstr ""
6456
de104104 6457#: toplev.c:1288
b97e55da 6458msgid "options passed: "
9e620082
ZW
6459msgstr ""
6460
de104104 6461#: toplev.c:1317
b97e55da 6462msgid "options enabled: "
9e620082
ZW
6463msgstr ""
6464
de104104 6465#: toplev.c:1391
a05e4fdb 6466msgid "can%'t open %s for writing: %m"
9e620082
ZW
6467msgstr ""
6468
d5706a1e 6469#: toplev.c:1474 config/sh/sh.c:7292
b97e55da 6470msgid "created and used with different settings of -fpic"
9e620082
ZW
6471msgstr ""
6472
d5706a1e 6473#: toplev.c:1476 config/sh/sh.c:7294
b97e55da 6474msgid "created and used with different settings of -fpie"
d9b2742a
ZW
6475msgstr ""
6476
de104104 6477#: toplev.c:1527
b97e55da 6478#, c-format
a05e4fdb 6479msgid "created and used with differing settings of '-m%s'"
d9b2742a
ZW
6480msgstr ""
6481
d5706a1e 6482#: toplev.c:1530 config/sh/sh.c:7347
b97e55da 6483msgid "out of memory"
1737c953
JM
6484msgstr ""
6485
de104104 6486#: toplev.c:1725
b97e55da 6487msgid "instruction scheduling not supported on this target machine"
9e620082
ZW
6488msgstr ""
6489
de104104 6490#: toplev.c:1729
b97e55da 6491msgid "this target machine does not have delayed branches"
9e620082
ZW
6492msgstr ""
6493
de104104 6494#: toplev.c:1733
b1b51268
JM
6495msgid "value-based profiling not yet implemented in trees."
6496msgstr ""
6497
de104104 6498#: toplev.c:1746
b97e55da
JM
6499#, c-format
6500msgid "-f%sleading-underscore not supported on this target machine"
9e620082
ZW
6501msgstr ""
6502
de104104 6503#: toplev.c:1820
b97e55da
JM
6504#, c-format
6505msgid "target system does not support the \"%s\" debug format"
9e620082
ZW
6506msgstr ""
6507
de104104 6508#: toplev.c:1832
b1b51268
JM
6509msgid "variable tracking requested, but useless unless producing debug info"
6510msgstr ""
6511
de104104 6512#: toplev.c:1835
b1b51268
JM
6513msgid "variable tracking requested, but not supported by this debug format"
6514msgstr ""
6515
de104104 6516#: toplev.c:1855
a05e4fdb
JM
6517msgid "can%'t open %s: %m"
6518msgstr ""
6519
de104104 6520#: toplev.c:1862
b97e55da 6521msgid "-ffunction-sections not supported for this target"
9e620082
ZW
6522msgstr ""
6523
de104104 6524#: toplev.c:1867
b97e55da 6525msgid "-fdata-sections not supported for this target"
9e620082
ZW
6526msgstr ""
6527
de104104 6528#: toplev.c:1874
b97e55da 6529msgid "-ffunction-sections disabled; it makes profiling impossible"
9e620082
ZW
6530msgstr ""
6531
de104104 6532#: toplev.c:1881
b97e55da 6533msgid "-fprefetch-loop-arrays not supported for this target"
9e620082
ZW
6534msgstr ""
6535
de104104 6536#: toplev.c:1887
807ab1f2
JM
6537msgid "-fspeculative-prefetching not supported for this target"
6538msgstr ""
6539
de104104 6540#: toplev.c:1893
b97e55da
JM
6541msgid ""
6542"-fprefetch-loop-arrays not supported for this target (try -march switches)"
9e620082
ZW
6543msgstr ""
6544
de104104 6545#: toplev.c:1899
807ab1f2
JM
6546msgid ""
6547"-fspeculative-prefetching not supported for this target (try -march switches)"
6548msgstr ""
6549
de104104 6550#: toplev.c:1908
b97e55da 6551msgid "-fprefetch-loop-arrays is not supported with -Os"
9e620082
ZW
6552msgstr ""
6553
de104104 6554#: toplev.c:1914
b97e55da 6555msgid "-ffunction-sections may affect debugging on some targets"
9e620082
ZW
6556msgstr ""
6557
de104104 6558#: toplev.c:2023
b97e55da
JM
6559#, c-format
6560msgid "error writing to %s: %m"
9e620082
ZW
6561msgstr ""
6562
d5706a1e 6563#: toplev.c:2025 java/jcf-parse.c:995 java/jcf-write.c:3527
b97e55da
JM
6564#, c-format
6565msgid "error closing %s: %m"
9e620082
ZW
6566msgstr ""
6567
d5706a1e 6568#: tree-cfg.c:1139 tree-cfg.c:1838 tree-cfg.c:1840
b1b51268 6569msgid "%Hwill never be executed"
9e620082
ZW
6570msgstr ""
6571
d5706a1e 6572#: tree-cfg.c:3094
b1b51268 6573msgid "SSA name in freelist but still referenced"
9e620082
ZW
6574msgstr ""
6575
d5706a1e 6576#: tree-cfg.c:3104
b1b51268 6577msgid "GIMPLE register modified with BIT_FIELD_REF"
9e620082
ZW
6578msgstr ""
6579
d5706a1e 6580#: tree-cfg.c:3124
b1b51268 6581msgid "address taken, but ADDRESSABLE bit not set"
9e620082
ZW
6582msgstr ""
6583
d5706a1e 6584#: tree-cfg.c:3133
b1b51268 6585msgid "non-boolean used in condition"
9e620082
ZW
6586msgstr ""
6587
d5706a1e 6588#: tree-cfg.c:3189
807ab1f2 6589msgid "Invalid reference prefix."
9e620082
ZW
6590msgstr ""
6591
d5706a1e 6592#: tree-cfg.c:3254
807ab1f2 6593msgid "Is not a valid GIMPLE statement."
9e620082
ZW
6594msgstr ""
6595
d5706a1e 6596#: tree-cfg.c:3274
a05e4fdb 6597msgid "Statement marked for throw, but doesn%'t."
807ab1f2
JM
6598msgstr ""
6599
d5706a1e 6600#: tree-cfg.c:3279
807ab1f2 6601msgid "Statement marked for throw in middle of block."
7bbf788c
PT
6602msgstr ""
6603
d5706a1e 6604#: tree-cfg.c:3379
b1b51268 6605msgid "PHI def is not a GIMPLE value"
7bbf788c
PT
6606msgstr ""
6607
d5706a1e 6608#: tree-cfg.c:3395 tree-cfg.c:3411
b1b51268 6609msgid "Incorrect sharing of tree nodes"
a47a6810
JM
6610msgstr ""
6611
d5706a1e 6612#: tree-cfg.c:3420
b1b51268 6613msgid "verify_stmts failed."
01b84e13
JM
6614msgstr ""
6615
d5706a1e 6616#: tree-cfg.c:3441
b1b51268 6617msgid "ENTRY_BLOCK has a statement list associated with it\n"
a47a6810
JM
6618msgstr ""
6619
d5706a1e 6620#: tree-cfg.c:3447
b1b51268 6621msgid "EXIT_BLOCK has a statement list associated with it\n"
9e620082
ZW
6622msgstr ""
6623
d5706a1e 6624#: tree-cfg.c:3454
b1b51268
JM
6625#, c-format
6626msgid "Fallthru to exit from bb %d\n"
9e620082
ZW
6627msgstr ""
6628
d5706a1e 6629#: tree-cfg.c:3470
b1b51268
JM
6630#, c-format
6631msgid "Label %s to block does not match in bb %d\n"
9e620082
ZW
6632msgstr ""
6633
d5706a1e 6634#: tree-cfg.c:3479
b1b51268
JM
6635#, c-format
6636msgid "Label %s has incorrect context in bb %d\n"
9e620082
ZW
6637msgstr ""
6638
d5706a1e 6639#: tree-cfg.c:3493
b97e55da 6640#, c-format
b1b51268 6641msgid "Control flow in the middle of basic block %d\n"
9e620082
ZW
6642msgstr ""
6643
d5706a1e 6644#: tree-cfg.c:3503
b97e55da 6645#, c-format
b1b51268 6646msgid "Label %s in the middle of basic block %d\n"
9e620082
ZW
6647msgstr ""
6648
d5706a1e 6649#: tree-cfg.c:3520
b97e55da 6650#, c-format
b1b51268 6651msgid "Fallthru edge after a control statement in bb %d \n"
9e620082
ZW
6652msgstr ""
6653
d5706a1e 6654#: tree-cfg.c:3535
b97e55da 6655#, c-format
b1b51268 6656msgid "Structured COND_EXPR at the end of bb %d\n"
9e620082
ZW
6657msgstr ""
6658
d5706a1e 6659#: tree-cfg.c:3548 tree-cfg.c:3586 tree-cfg.c:3598 tree-cfg.c:3669
b1b51268
JM
6660#, c-format
6661msgid "Wrong outgoing edge flags at end of bb %d\n"
9e620082
ZW
6662msgstr ""
6663
d5706a1e 6664#: tree-cfg.c:3556
a05e4fdb 6665msgid "%<then%> label does not match edge at end of bb %d\n"
d9b2742a
ZW
6666msgstr ""
6667
d5706a1e 6668#: tree-cfg.c:3564
a05e4fdb 6669msgid "%<else%> label does not match edge at end of bb %d\n"
d9b2742a
ZW
6670msgstr ""
6671
d5706a1e 6672#: tree-cfg.c:3574
b1b51268
JM
6673#, c-format
6674msgid "Explicit goto at end of bb %d\n"
9e620082
ZW
6675msgstr ""
6676
d5706a1e 6677#: tree-cfg.c:3603
b1b51268
JM
6678#, c-format
6679msgid "Return edge does not point to exit in bb %d\n"
9e620082
ZW
6680msgstr ""
6681
d5706a1e 6682#: tree-cfg.c:3636
807ab1f2
JM
6683msgid "Found default case not at end of case vector"
6684msgstr ""
6685
d5706a1e 6686#: tree-cfg.c:3642
807ab1f2
JM
6687msgid ""
6688"Case labels not sorted:\n"
6689" "
6690msgstr ""
6691
d5706a1e 6692#: tree-cfg.c:3653
807ab1f2
JM
6693msgid "No default case found at end of case vector"
6694msgstr ""
6695
d5706a1e 6696#: tree-cfg.c:3661
b1b51268
JM
6697#, c-format
6698msgid "Extra outgoing edge %d->%d\n"
9e620082
ZW
6699msgstr ""
6700
d5706a1e 6701#: tree-cfg.c:3683
b1b51268
JM
6702#, c-format
6703msgid "Missing edge %i->%i\n"
9e620082
ZW
6704msgstr ""
6705
d5706a1e 6706#: tree-cfg.c:5255
a05e4fdb 6707msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
9e620082
ZW
6708msgstr ""
6709
d5706a1e 6710#: tree-cfg.c:5282 tree-cfg.c:5286
a05e4fdb 6711msgid "%H%<noreturn%> function does return"
9e620082
ZW
6712msgstr ""
6713
d5706a1e 6714#: tree-cfg.c:5306 tree-cfg.c:5311
b1b51268 6715msgid "%Hcontrol reaches end of non-void function"
9e620082
ZW
6716msgstr ""
6717
de104104 6718#: tree-dump.c:847
b1b51268 6719#, c-format
a05e4fdb 6720msgid "could not open dump file %qs: %s"
b1b51268
JM
6721msgstr ""
6722
de104104 6723#: tree-dump.c:960
a05e4fdb 6724msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
9e620082
ZW
6725msgstr ""
6726
807ab1f2 6727#: tree-inline.c:943
b97e55da 6728msgid ""
b1b51268
JM
6729"%Jfunction '%F' can never be inlined because it uses alloca (override using "
6730"the always_inline attribute)"
9e620082
ZW
6731msgstr ""
6732
807ab1f2 6733#: tree-inline.c:955
b1b51268 6734msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
a47a6810
JM
6735msgstr ""
6736
807ab1f2 6737#: tree-inline.c:969
b1b51268
JM
6738msgid ""
6739"%Jfunction '%F' can never be inlined because it uses variable argument lists"
9e620082
ZW
6740msgstr ""
6741
807ab1f2 6742#: tree-inline.c:980
b1b51268
JM
6743msgid ""
6744"%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
6745"exception handling"
a47a6810
JM
6746msgstr ""
6747
807ab1f2 6748#: tree-inline.c:987
b1b51268 6749msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
9e620082
ZW
6750msgstr ""
6751
de104104 6752#: tree-inline.c:1006
b97e55da 6753msgid ""
b1b51268 6754"%Jfunction '%F' can never be inlined because it contains a computed goto"
9e620082
ZW
6755msgstr ""
6756
de104104 6757#: tree-inline.c:1020
b1b51268
JM
6758msgid ""
6759"%Jfunction '%F' can never be inlined because it receives a non-local goto"
9e620082
ZW
6760msgstr ""
6761
de104104 6762#: tree-inline.c:1042
b1b51268
JM
6763msgid ""
6764"%Jfunction '%F' can never be inlined because it uses variable sized variables"
9e620082
ZW
6765msgstr ""
6766
de104104 6767#: tree-inline.c:1463
b1b51268 6768msgid "originally indirect function call not considered for inlining"
9e620082
ZW
6769msgstr ""
6770
de104104 6771#: tree-inline.c:1473 tree-inline.c:1480
b1b51268 6772msgid "%Jinlining failed in call to '%F': %s"
9e620082
ZW
6773msgstr ""
6774
de104104 6775#: tree-inline.c:1474 tree-inline.c:1481
b1b51268 6776msgid "called from here"
9e620082
ZW
6777msgstr ""
6778
d5706a1e 6779#: tree-mudflap.c:791
b1b51268 6780msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
9e620082
ZW
6781msgstr ""
6782
d5706a1e 6783#: tree-mudflap.c:1027
807ab1f2
JM
6784msgid "mudflap ran off end of BIND_EXPR body"
6785msgstr ""
6786
d5706a1e 6787#: tree-mudflap.c:1218
01b84e13 6788#, c-format
a05e4fdb 6789msgid "mudflap cannot track lifetime of %qs"
01b84e13
JM
6790msgstr ""
6791
807ab1f2
JM
6792#: tree-nomudflap.c:51
6793msgid "mudflap: this language is not supported"
6794msgstr ""
6795
d5706a1e 6796#: tree-optimize.c:679
807ab1f2
JM
6797msgid "%Jsize of return value of '%D' is %u bytes"
6798msgstr ""
6799
d5706a1e 6800#: tree-optimize.c:682
807ab1f2
JM
6801msgid "%Jsize of return value of '%D' is larger than %wd bytes"
6802msgstr ""
6803
de104104
JM
6804#: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
6805#: tree-outof-ssa.c:664 tree-outof-ssa.c:1037 tree-outof-ssa.c:1847
6806#: tree-ssa-live.c:417 tree-ssa-live.c:1799
807ab1f2
JM
6807msgid "SSA corruption"
6808msgstr ""
6809
6810#: tree-profile.c:103 tree-profile.c:119 tree-profile.c:135 tree-profile.c:152
6811msgid "unimplemented functionality"
6812msgstr ""
6813
d5706a1e 6814#: tree-ssa-operands.c:1201
807ab1f2 6815msgid "internal error"
9e620082
ZW
6816msgstr ""
6817
807ab1f2
JM
6818#: tree-ssa.c:116
6819msgid "Expected an SSA_NAME object"
b06c20ee
JM
6820msgstr ""
6821
807ab1f2
JM
6822#: tree-ssa.c:122
6823msgid "Type mismatch between an SSA_NAME and its symbol."
b1b51268
JM
6824msgstr ""
6825
807ab1f2
JM
6826#: tree-ssa.c:128
6827msgid "Found an SSA_NAME that had been released into the free pool"
b1b51268
JM
6828msgstr ""
6829
807ab1f2
JM
6830#: tree-ssa.c:134
6831msgid "Found a virtual definition for a GIMPLE register"
b1b51268
JM
6832msgstr ""
6833
807ab1f2
JM
6834#: tree-ssa.c:140
6835msgid "Found a real definition for a non-register"
b1b51268
JM
6836msgstr ""
6837
807ab1f2 6838#: tree-ssa.c:169
b1b51268
JM
6839#, c-format
6840msgid "SSA_NAME created in two different blocks %i and %i"
6841msgstr ""
6842
807ab1f2 6843#: tree-ssa.c:178
b1b51268
JM
6844msgid "SSA_NAME_DEF_STMT is wrong"
6845msgstr ""
6846
a05e4fdb 6847#: tree-ssa.c:229
b1b51268
JM
6848msgid "Missing definition"
6849msgstr ""
6850
a05e4fdb 6851#: tree-ssa.c:235
b1b51268
JM
6852#, c-format
6853msgid "Definition in block %i does not dominate use in block %i"
6854msgstr ""
6855
a05e4fdb
JM
6856#: tree-ssa.c:243
6857#, c-format
6858msgid "Definition in block %i follows the use"
6859msgstr ""
6860
6861#: tree-ssa.c:250
b1b51268
JM
6862msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6863msgstr ""
6864
de104104 6865#: tree-ssa.c:301
b1b51268
JM
6866#, c-format
6867msgid "Wrong edge %d->%d for PHI argument\n"
6868msgstr ""
6869
de104104 6870#: tree-ssa.c:308
b1b51268
JM
6871#, c-format
6872msgid "PHI argument flowing through dead edge %d->%d\n"
6873msgstr ""
6874
de104104 6875#: tree-ssa.c:315
b1b51268
JM
6876#, c-format
6877msgid "PHI argument duplicated for edge %d->%d\n"
6878msgstr ""
6879
de104104 6880#: tree-ssa.c:334
b1b51268
JM
6881#, c-format
6882msgid "No argument flowing through edge %d->%d\n"
6883msgstr ""
6884
de104104 6885#: tree-ssa.c:379
807ab1f2 6886msgid "Non-addressable variable inside an alias set."
b1b51268
JM
6887msgstr ""
6888
de104104 6889#: tree-ssa.c:397
807ab1f2 6890msgid "Addressable variable that is an alias tag but is not in any alias set."
b1b51268
JM
6891msgstr ""
6892
de104104 6893#: tree-ssa.c:407
807ab1f2
JM
6894msgid "verify_flow_insensitive_alias_info failed."
6895msgstr ""
6896
de104104 6897#: tree-ssa.c:446
807ab1f2
JM
6898msgid "Dereferenced pointers should have a name or a type tag"
6899msgstr ""
6900
de104104 6901#: tree-ssa.c:455
807ab1f2
JM
6902msgid ""
6903"Pointers with a memory tag, should have points-to sets or point to malloc"
6904msgstr ""
6905
de104104 6906#: tree-ssa.c:463
807ab1f2 6907msgid "Pointer escapes but its name tag is not call-clobbered."
b1b51268
JM
6908msgstr ""
6909
de104104 6910#: tree-ssa.c:487
807ab1f2 6911msgid "Two pointers with different name tags and identical points-to sets"
b1b51268
JM
6912msgstr ""
6913
de104104 6914#: tree-ssa.c:499
807ab1f2 6915msgid "verify_flow_sensitive_alias_info failed."
b1b51268
JM
6916msgstr ""
6917
d5706a1e
ZW
6918#: tree-ssa.c:554
6919msgid "PHI argument is not SSA_NAME, or invariant"
6920msgstr ""
6921
6922#: tree-ssa.c:571
807ab1f2
JM
6923msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
6924msgstr ""
6925
d5706a1e 6926#: tree-ssa.c:605
807ab1f2
JM
6927#, c-format
6928msgid "AUX pointer initialized for edge %d->%d\n"
6929msgstr ""
6930
d5706a1e 6931#: tree-ssa.c:684
b1b51268
JM
6932msgid "verify_ssa failed."
6933msgstr ""
6934
d5706a1e 6935#: tree-ssa.c:1315
b1b51268
JM
6936msgid "%H'%D' is used uninitialized in this function"
6937msgstr ""
6938
d5706a1e 6939#: tree-ssa.c:1340
b1b51268
JM
6940msgid "%H'%D' may be used uninitialized in this function"
6941msgstr ""
6942
de104104 6943#: tree-vectorizer.c:1213
807ab1f2 6944msgid "no support for reduction/induction"
b1b51268
JM
6945msgstr ""
6946
de104104 6947#: tree-vectorizer.c:1239
807ab1f2 6948msgid "unsupported defining stmt"
b1b51268
JM
6949msgstr ""
6950
de104104 6951#: tree.c:3160
a05e4fdb 6952msgid "%Jfunction %qD definition is marked dllimport."
b1b51268
JM
6953msgstr ""
6954
de104104 6955#: tree.c:3168
a05e4fdb 6956msgid "%Jvariable %qD definition is marked dllimport."
b1b51268
JM
6957msgstr ""
6958
de104104 6959#: tree.c:3188
a05e4fdb 6960msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
b1b51268
JM
6961msgstr ""
6962
de104104 6963#: tree.c:4328
807ab1f2
JM
6964msgid "arrays of functions are not meaningful"
6965msgstr ""
6966
de104104 6967#: tree.c:4377
807ab1f2
JM
6968msgid "function return type cannot be function"
6969msgstr ""
6970
de104104 6971#: tree.c:5259
807ab1f2 6972msgid "invalid initializer for bit string"
b1b51268
JM
6973msgstr ""
6974
de104104 6975#: tree.c:5337
b1b51268 6976#, c-format
807ab1f2 6977msgid "tree check: expected %s, have %s in %s, at %s:%d"
b1b51268
JM
6978msgstr ""
6979
de104104 6980#: tree.c:5374
b1b51268 6981#, c-format
807ab1f2 6982msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
b1b51268
JM
6983msgstr ""
6984
de104104 6985#: tree.c:5387
b1b51268 6986#, c-format
de104104 6987msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
b1b51268
JM
6988msgstr ""
6989
de104104 6990#: tree.c:5401
b1b51268 6991#, c-format
807ab1f2 6992msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
b1b51268
JM
6993msgstr ""
6994
de104104 6995#: tree.c:5413
b1b51268
JM
6996#, c-format
6997msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
6998msgstr ""
6999
de104104 7000#: tree.c:5425
b1b51268
JM
7001#, c-format
7002msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7003msgstr ""
7004
a05e4fdb 7005#: varasm.c:480
b1b51268
JM
7006msgid "%J%D causes a section type conflict"
7007msgstr ""
7008
807ab1f2 7009#: varasm.c:900
a05e4fdb 7010msgid "%Jregister name not specified for %qD"
b1b51268
JM
7011msgstr ""
7012
807ab1f2 7013#: varasm.c:902
a05e4fdb 7014msgid "%Jinvalid register name for %qD"
b1b51268
JM
7015msgstr ""
7016
a05e4fdb
JM
7017#: varasm.c:904
7018msgid "%Jdata type of %qD isn%'t suitable for a register"
b1b51268
JM
7019msgstr ""
7020
a05e4fdb
JM
7021#: varasm.c:907
7022msgid "%Jregister specified for %qD isn%'t suitable for data type"
b1b51268
JM
7023msgstr ""
7024
a05e4fdb
JM
7025#: varasm.c:917
7026msgid "global register variable has initial value"
b1b51268
JM
7027msgstr ""
7028
a05e4fdb
JM
7029#: varasm.c:920
7030msgid "volatile register variables don%'t work as you might wish"
b1b51268
JM
7031msgstr ""
7032
a05e4fdb
JM
7033#: varasm.c:953
7034msgid "%Jregister name given for non-register variable %qD"
b1b51268
JM
7035msgstr ""
7036
a05e4fdb 7037#: varasm.c:1574
b1b51268 7038msgid ""
a05e4fdb 7039"%Jalignment of %qD is greater than maximum object file alignment. Using %d"
b1b51268
JM
7040msgstr ""
7041
a05e4fdb 7042#: varasm.c:1623
b1b51268
JM
7043msgid "thread-local COMMON data not implemented"
7044msgstr ""
7045
a05e4fdb 7046#: varasm.c:1648
b1b51268 7047msgid ""
a05e4fdb 7048"%Jrequested alignment for %qD is greater than implemented alignment of %d"
b1b51268
JM
7049msgstr ""
7050
de104104 7051#: varasm.c:3727
b1b51268
JM
7052msgid "initializer for integer value is too complicated"
7053msgstr ""
7054
de104104 7055#: varasm.c:3732
b1b51268
JM
7056msgid "initializer for floating value is not a floating constant"
7057msgstr ""
7058
de104104 7059#: varasm.c:3798
b1b51268
JM
7060msgid "unknown set constructor type"
7061msgstr ""
7062
de104104 7063#: varasm.c:4017
b1b51268 7064#, c-format
a05e4fdb 7065msgid "invalid initial value for member %qs"
b1b51268
JM
7066msgstr ""
7067
de104104 7068#: varasm.c:4204 varasm.c:4248
a05e4fdb 7069msgid "%Jweak declaration of %qD must precede definition"
b1b51268
JM
7070msgstr ""
7071
de104104 7072#: varasm.c:4212
b1b51268 7073msgid ""
a05e4fdb 7074"%Jweak declaration of %qD after first use results in unspecified behavior"
b1b51268
JM
7075msgstr ""
7076
de104104 7077#: varasm.c:4246
a05e4fdb 7078msgid "%Jweak declaration of %qD must be public"
b1b51268
JM
7079msgstr ""
7080
de104104 7081#: varasm.c:4255
a05e4fdb 7082msgid "%Jweak declaration of %qD not supported"
b1b51268
JM
7083msgstr ""
7084
de104104 7085#: varasm.c:4284 varasm.c:4377
b1b51268
JM
7086msgid "only weak aliases are supported in this configuration"
7087msgstr ""
7088
de104104 7089#: varasm.c:4380
b1b51268
JM
7090msgid "alias definitions not supported in this configuration; ignored"
7091msgstr ""
7092
de104104 7093#: varasm.c:4409
b1b51268
JM
7094msgid "visibility attribute not supported in this configuration; ignored"
7095msgstr ""
7096
807ab1f2 7097#: varray.c:204
b1b51268
JM
7098#, c-format
7099msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7100msgstr ""
7101
807ab1f2 7102#: varray.c:214
b1b51268
JM
7103#, c-format
7104msgid "underflowed virtual array %s in %s, at %s:%d"
7105msgstr ""
7106
807ab1f2
JM
7107#: vec.c:146
7108#, c-format
7109msgid "vector %s %s domain error, in %s at %s:%u"
7110msgstr ""
7111
b1b51268
JM
7112#. Print an error message for unrecognized stab codes.
7113#: xcoffout.c:187
7114#, c-format
7115msgid "no sclass for %s stab (0x%x)\n"
7116msgstr ""
7117
7118#.
7119#. Local variables:
7120#. mode:c
7121#. End:
7122#.
7123#: diagnostic.def:1
7124msgid "fatal error: "
7125msgstr ""
7126
7127#: diagnostic.def:2
7128msgid "internal compiler error: "
b06c20ee
JM
7129msgstr ""
7130
7131#: diagnostic.def:3
7132msgid "error: "
7133msgstr ""
7134
7135#: diagnostic.def:4
7136msgid "sorry, unimplemented: "
7137msgstr ""
7138
807ab1f2
JM
7139#: diagnostic.def:5
7140msgid "warning: "
7141msgstr ""
7142
b06c20ee
JM
7143#: diagnostic.def:6
7144msgid "anachronism: "
7145msgstr ""
7146
7147#: diagnostic.def:7
7148msgid "note: "
7149msgstr ""
7150
7151#: diagnostic.def:8
7152msgid "debug: "
7153msgstr ""
7154
b97e55da
JM
7155#: params.def:53
7156msgid ""
7157"The maximum number of instructions in a single function eligible for inlining"
9e620082
ZW
7158msgstr ""
7159
b97e55da
JM
7160#: params.def:65
7161msgid "The maximum number of instructions when automatically inlining"
9e620082
ZW
7162msgstr ""
7163
b1b51268
JM
7164#: params.def:70
7165msgid ""
7166"The maximum number of instructions inline function can grow to via recursive "
7167"inlining"
7168msgstr ""
7169
8d98c44c 7170#: params.def:75
b1b51268
JM
7171msgid ""
7172"The maximum number of instructions non-inline function can grow to via "
7173"recursive inlining"
7174msgstr ""
7175
7176#: params.def:80
7177msgid "The maximum depth of recursive inlining for inline functions"
7178msgstr ""
7179
7180#: params.def:85
7181msgid "The maximum depth of recursive inlining for non-inline functions"
7182msgstr ""
7183
7184#: params.def:95
b97e55da 7185msgid "The maximum number of instructions for the RTL inliner"
9e620082
ZW
7186msgstr ""
7187
b1b51268 7188#: params.def:106
b97e55da 7189msgid "The maximum number of instructions to consider to fill a delay slot"
9e620082
ZW
7190msgstr ""
7191
b1b51268 7192#: params.def:117
b97e55da
JM
7193msgid ""
7194"The maximum number of instructions to consider to find accurate live "
7195"register information"
9e620082
ZW
7196msgstr ""
7197
b1b51268 7198#: params.def:127
b97e55da 7199msgid "The maximum length of scheduling's pending operations list"
9e620082
ZW
7200msgstr ""
7201
b1b51268 7202#: params.def:132
b97e55da 7203msgid "The size of function body to be considered large"
9e620082
ZW
7204msgstr ""
7205
b1b51268 7206#: params.def:136
b97e55da 7207msgid "Maximal growth due to inlining of large function (in percent)"
9e620082
ZW
7208msgstr ""
7209
b1b51268 7210#: params.def:140
b97e55da
JM
7211msgid ""
7212"how much can given compilation unit grow because of the inlining (in percent)"
9e620082
ZW
7213msgstr ""
7214
b1b51268 7215#: params.def:147
b97e55da 7216msgid "The maximum amount of memory to be allocated by GCSE"
9e620082
ZW
7217msgstr ""
7218
b1b51268 7219#: params.def:152
b97e55da 7220msgid "The maximum number of passes to make when doing GCSE"
9e620082
ZW
7221msgstr ""
7222
b1b51268
JM
7223#: params.def:162
7224msgid ""
7225"The threshold ratio for performing partial redundancy elimination "
7226"after reload."
7227msgstr ""
7228
7229#: params.def:170
7230msgid ""
7231"The threshold ratio of critical edges execution count that permit "
7232"performing redundancy elimination after reload."
7233msgstr ""
7234
7235#: params.def:182
b97e55da 7236msgid "The maximum number of instructions to consider to unroll in a loop"
9e620082
ZW
7237msgstr ""
7238
b1b51268 7239#: params.def:188
b97e55da
JM
7240msgid ""
7241"The maximum number of instructions to consider to unroll in a loop on average"
9e620082
ZW
7242msgstr ""
7243
b1b51268 7244#: params.def:193
b97e55da 7245msgid "The maximum number of unrollings of a single loop"
7bbf788c
PT
7246msgstr ""
7247
b1b51268 7248#: params.def:198
b97e55da 7249msgid "The maximum number of insns of a peeled loop"
9e620082
ZW
7250msgstr ""
7251
b1b51268 7252#: params.def:203
b97e55da 7253msgid "The maximum number of peelings of a single loop"
9e620082
ZW
7254msgstr ""
7255
b1b51268 7256#: params.def:208
b97e55da 7257msgid "The maximum number of insns of a completely peeled loop"
9e620082
ZW
7258msgstr ""
7259
b1b51268 7260#: params.def:213
b97e55da
JM
7261msgid ""
7262"The maximum number of peelings of a single loop that is peeled completely"
9e620082
ZW
7263msgstr ""
7264
b1b51268 7265#: params.def:218
b97e55da 7266msgid "The maximum number of insns of a peeled loop that rolls only once"
9e620082
ZW
7267msgstr ""
7268
b1b51268 7269#: params.def:224
b97e55da 7270msgid "The maximum number of insns of an unswitched loop"
9e620082
ZW
7271msgstr ""
7272
b1b51268 7273#: params.def:229
b97e55da 7274msgid "The maximum number of unswitchings in a single loop"
a47a6810
JM
7275msgstr ""
7276
807ab1f2
JM
7277#: params.def:236
7278msgid ""
7279"Bound on the number of iterations the brute force # of iterations \t "
7280"analysis algorithm evaluates"
7281msgstr ""
7282
7283#: params.def:242
7284msgid ""
7285"Maximum number of loops to perform swing modulo scheduling on \t (mainly "
7286"for debugging)"
7287msgstr ""
7288
7289#: params.def:249
7290msgid ""
7291"A factor for tuning the upper bound that swing modulo scheduler uses \t for "
7292"scheduling a loop"
7293msgstr ""
7294
7295#: params.def:254
7296msgid ""
7297"The number of cycles the swing modulo scheduler considers when \t checking "
7298"conflicts using DFA"
7299msgstr ""
7300
7301#: params.def:259
7302msgid ""
7303"A threshold on the average loop count considered by the swing modulo \t "
7304"scheduler"
7305msgstr ""
7306
7307#: params.def:265
b97e55da
JM
7308msgid ""
7309"Select fraction of the maximal count of repetitions of basic block in "
7310"program given basic block needs to have to be considered hot"
9e620082
ZW
7311msgstr ""
7312
807ab1f2 7313#: params.def:270
b97e55da
JM
7314msgid ""
7315"Select fraction of the maximal frequency of executions of basic block in "
7316"function given basic block needs to have to be considered hot"
9e620082
ZW
7317msgstr ""
7318
807ab1f2 7319#: params.def:275
b97e55da
JM
7320msgid ""
7321"The percentage of function, weighted by execution frequency, that must be "
7322"covered by trace formation. Used when profile feedback is available"
9e620082
ZW
7323msgstr ""
7324
807ab1f2 7325#: params.def:280
b97e55da
JM
7326msgid ""
7327"The percentage of function, weighted by execution frequency, that must be "
7328"covered by trace formation. Used when profile feedback is not available"
9e620082
ZW
7329msgstr ""
7330
807ab1f2 7331#: params.def:285
b97e55da 7332msgid "Maximal code growth caused by tail duplication (in percent)"
9e620082
ZW
7333msgstr ""
7334
807ab1f2 7335#: params.def:289
b97e55da
JM
7336msgid ""
7337"Stop reverse growth if the reverse probability of best edge is less than "
7338"this threshold (in percent)"
9e620082
ZW
7339msgstr ""
7340
807ab1f2 7341#: params.def:294
b97e55da
JM
7342msgid ""
7343"Stop forward growth if the probability of best edge is less than this "
7344"threshold (in percent). Used when profile feedback is available"
9e620082
ZW
7345msgstr ""
7346
807ab1f2 7347#: params.def:299
b97e55da
JM
7348msgid ""
7349"Stop forward growth if the probability of best edge is less than this "
7350"threshold (in percent). Used when profile feedback is not available"
9e620082
ZW
7351msgstr ""
7352
807ab1f2 7353#: params.def:306
b97e55da 7354msgid "The maximum number of incoming edges to consider for crossjumping"
9e620082
ZW
7355msgstr ""
7356
807ab1f2
JM
7357#: params.def:312
7358msgid ""
7359"The minimum number of matching instructions to consider for crossjumping"
7360msgstr ""
7361
7362#: params.def:318
b97e55da 7363msgid "The maximum length of path considered in cse"
9e620082
ZW
7364msgstr ""
7365
807ab1f2
JM
7366#: params.def:325
7367msgid ""
7368"The minimum cost of an expensive expression in the loop invariant motion"
7369msgstr ""
7370
7371#: params.def:334
7372msgid ""
7373"Bound on number of candidates below that all candidates are considered in iv "
7374"optimizations"
7375msgstr ""
7376
7377#: params.def:342
7378msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7379msgstr ""
7380
7381#: params.def:349
b1b51268
JM
7382msgid ""
7383"Given N calls and V call-clobbered vars in a function. Use .GLOBAL_VAR if "
7384"NxV is larger than this limit"
7385msgstr ""
7386
807ab1f2 7387#: params.def:354
01b84e13
JM
7388msgid "The maximum memory locations recorded by cselib"
7389msgstr ""
7390
807ab1f2 7391#: params.def:367
b97e55da
JM
7392msgid ""
7393"Minimum heap expansion to trigger garbage collection, as a percentage of the "
7394"total size of the heap"
9e620082
ZW
7395msgstr ""
7396
807ab1f2 7397#: params.def:373
b97e55da 7398msgid "Minimum heap size before we start collecting garbage, in kilobytes"
a47a6810
JM
7399msgstr ""
7400
807ab1f2 7401#: params.def:381
01b84e13
JM
7402msgid ""
7403"The maximum number of instructions to search backward when looking for "
7404"equivalent reload"
7405msgstr ""
7406
807ab1f2 7407#: params.def:386
b1b51268
JM
7408msgid ""
7409"The maximum number of virtual operands allowed to represent aliases before "
7410"triggering alias grouping."
7411msgstr ""
7412
807ab1f2 7413#: params.def:391
b1b51268
JM
7414msgid ""
7415"The maximum number of blocks in a region to be considered for interblock "
7416"scheduling"
7417msgstr ""
7418
807ab1f2 7419#: params.def:396
b1b51268
JM
7420msgid ""
7421"The maximum number of insns in a region to be considered for interblock "
7422"scheduling"
7423msgstr ""
7424
807ab1f2
JM
7425#: params.def:404
7426msgid "The upper bound for sharing integer constants"
7427msgstr ""
7428
a05e4fdb 7429#: config/darwin-c.c:84
b97e55da 7430msgid "too many #pragma options align=reset"
9e620082
ZW
7431msgstr ""
7432
a05e4fdb
JM
7433#: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7434#: config/darwin-c.c:111
b97e55da 7435msgid "malformed '#pragma options', ignoring"
9e620082
ZW
7436msgstr ""
7437
a05e4fdb 7438#: config/darwin-c.c:114
b97e55da 7439msgid "junk at end of '#pragma options'"
9e620082
ZW
7440msgstr ""
7441
a05e4fdb 7442#: config/darwin-c.c:124
b97e55da 7443msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
9e620082
ZW
7444msgstr ""
7445
a05e4fdb 7446#: config/darwin-c.c:136
b97e55da 7447msgid "missing '(' after '#pragma unused', ignoring"
9e620082
ZW
7448msgstr ""
7449
a05e4fdb 7450#: config/darwin-c.c:154
b97e55da 7451msgid "missing ')' after '#pragma unused', ignoring"
9e620082
ZW
7452msgstr ""
7453
a05e4fdb 7454#: config/darwin-c.c:157
b97e55da 7455msgid "junk at end of '#pragma unused'"
9e620082
ZW
7456msgstr ""
7457
a05e4fdb 7458#: config/darwin-c.c:367
b1b51268
JM
7459#, c-format
7460msgid "subframework include %s conflicts with framework include"
7461msgstr ""
7462
a05e4fdb 7463#: config/darwin.c:1328
8d98c44c
JM
7464msgid ""
7465"internal and protected visibility attributes not supportedin this "
7466"configuration; ignored"
7467msgstr ""
7468
807ab1f2
JM
7469#: config/sol2-c.c:93 config/sol2-c.c:109
7470msgid "malformed %<#pragma align%>, ignoring"
7471msgstr ""
7472
7473#: config/sol2-c.c:102
7474msgid "invalid alignment for %<#pragma align%>, ignoring"
7475msgstr ""
7476
7477#: config/sol2-c.c:117
7478msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7479msgstr ""
7480
7481#: config/sol2-c.c:129 config/sol2-c.c:141
7482msgid "malformed %<#pragma align%>"
7483msgstr ""
7484
7485#: config/sol2-c.c:136
7486msgid "junk at end of %<#pragma align%>"
7487msgstr ""
7488
7489#: config/sol2-c.c:157 config/sol2-c.c:164
7490msgid "malformed %<#pragma init%>, ignoring"
7491msgstr ""
7492
7493#: config/sol2-c.c:187 config/sol2-c.c:199
7494msgid "malformed %<#pragma init%>"
7495msgstr ""
7496
7497#: config/sol2-c.c:194
7498msgid "junk at end of %<#pragma init%>"
7499msgstr ""
7500
7501#: config/sol2-c.c:215 config/sol2-c.c:222
7502msgid "malformed %<#pragma fini%>, ignoring"
7503msgstr ""
7504
7505#: config/sol2-c.c:245 config/sol2-c.c:257
7506msgid "malformed %<#pragma fini%>"
7507msgstr ""
7508
7509#: config/sol2-c.c:252
7510msgid "junk at end of %<#pragma fini%>"
7511msgstr ""
7512
7513#: config/sol2.c:53
7514msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7515msgstr ""
7516
7517#: config/darwin.h:152
7518msgid "Set sizeof(bool) to 1"
7519msgstr ""
7520
7521#: config/darwin.h:154
7522msgid "Generate code suitable for fast turn around debugging"
7523msgstr ""
7524
7525#: config/darwin.h:156
7526msgid "Don't generate code suitable for fast turn around debugging"
7527msgstr ""
7528
7529#: config/lynx.h:137
7530msgid "Use shared libraries"
7531msgstr ""
7532
7533#: config/lynx.h:138
7534msgid "Support multi-threading"
9e620082
ZW
7535msgstr ""
7536
807ab1f2
JM
7537#: config/lynx.h:139
7538msgid "Support legacy multi-threading"
9e620082
ZW
7539msgstr ""
7540
b97e55da
JM
7541#: config/windiss.h:37
7542msgid "profiler support for WindISS"
9e620082
ZW
7543msgstr ""
7544
807ab1f2 7545#: config/alpha/alpha.c:254
b97e55da
JM
7546#, c-format
7547msgid "-f%s ignored for Unicos/Mk (not supported)"
9e620082
ZW
7548msgstr ""
7549
807ab1f2 7550#: config/alpha/alpha.c:278
b97e55da 7551msgid "-mieee not supported on Unicos/Mk"
9e620082
ZW
7552msgstr ""
7553
807ab1f2 7554#: config/alpha/alpha.c:289
b97e55da 7555msgid "-mieee-with-inexact not supported on Unicos/Mk"
9e620082
ZW
7556msgstr ""
7557
807ab1f2 7558#: config/alpha/alpha.c:306
b97e55da
JM
7559#, c-format
7560msgid "bad value `%s' for -mtrap-precision switch"
9e620082
ZW
7561msgstr ""
7562
807ab1f2 7563#: config/alpha/alpha.c:320
b97e55da
JM
7564#, c-format
7565msgid "bad value `%s' for -mfp-rounding-mode switch"
9e620082
ZW
7566msgstr ""
7567
807ab1f2 7568#: config/alpha/alpha.c:335
b97e55da
JM
7569#, c-format
7570msgid "bad value `%s' for -mfp-trap-mode switch"
9e620082
ZW
7571msgstr ""
7572
d5706a1e 7573#: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1645
b97e55da
JM
7574#, c-format
7575msgid "bad value `%s' for -mtls-size switch"
9e620082
ZW
7576msgstr ""
7577
807ab1f2 7578#: config/alpha/alpha.c:366 config/alpha/alpha.c:378
b97e55da
JM
7579#, c-format
7580msgid "bad value `%s' for -mcpu switch"
9e620082
ZW
7581msgstr ""
7582
807ab1f2 7583#: config/alpha/alpha.c:385
b97e55da 7584msgid "trap mode not supported on Unicos/Mk"
9e620082
ZW
7585msgstr ""
7586
807ab1f2 7587#: config/alpha/alpha.c:392
b97e55da 7588msgid "fp software completion requires -mtrap-precision=i"
9e620082
ZW
7589msgstr ""
7590
807ab1f2 7591#: config/alpha/alpha.c:408
b97e55da 7592msgid "rounding mode not supported for VAX floats"
9e620082
ZW
7593msgstr ""
7594
807ab1f2 7595#: config/alpha/alpha.c:413
b97e55da 7596msgid "trap mode not supported for VAX floats"
7bbf788c
PT
7597msgstr ""
7598
807ab1f2 7599#: config/alpha/alpha.c:417
b1b51268
JM
7600msgid "128-bit long double not supported for VAX floats"
7601msgstr ""
7602
807ab1f2 7603#: config/alpha/alpha.c:445
b97e55da
JM
7604#, c-format
7605msgid "L%d cache latency unknown for %s"
9e620082
ZW
7606msgstr ""
7607
807ab1f2 7608#: config/alpha/alpha.c:460
b97e55da
JM
7609#, c-format
7610msgid "bad value `%s' for -mmemory-latency"
9e620082
ZW
7611msgstr ""
7612
de104104 7613#: config/alpha/alpha.c:4547
b97e55da
JM
7614#, c-format
7615msgid "invalid %%H value"
9e620082
ZW
7616msgstr ""
7617
de104104 7618#: config/alpha/alpha.c:4568
b97e55da
JM
7619#, c-format
7620msgid "invalid %%J value"
9e620082
ZW
7621msgstr ""
7622
de104104 7623#: config/alpha/alpha.c:4584 config/ia64/ia64.c:3710
b97e55da
JM
7624#, c-format
7625msgid "invalid %%r value"
7bbf788c
PT
7626msgstr ""
7627
d5706a1e 7628#: config/alpha/alpha.c:4594 config/rs6000/rs6000.c:10304
807ab1f2 7629#: config/xtensa/xtensa.c:1951
b97e55da
JM
7630#, c-format
7631msgid "invalid %%R value"
9e620082
ZW
7632msgstr ""
7633
d5706a1e 7634#: config/alpha/alpha.c:4600 config/rs6000/rs6000.c:10223
807ab1f2 7635#: config/xtensa/xtensa.c:1918
b97e55da
JM
7636#, c-format
7637msgid "invalid %%N value"
9e620082
ZW
7638msgstr ""
7639
d5706a1e 7640#: config/alpha/alpha.c:4608 config/rs6000/rs6000.c:10251
b97e55da
JM
7641#, c-format
7642msgid "invalid %%P value"
9e620082
ZW
7643msgstr ""
7644
de104104 7645#: config/alpha/alpha.c:4616
b97e55da
JM
7646#, c-format
7647msgid "invalid %%h value"
d9b2742a
ZW
7648msgstr ""
7649
de104104 7650#: config/alpha/alpha.c:4624 config/xtensa/xtensa.c:1944
b97e55da
JM
7651#, c-format
7652msgid "invalid %%L value"
9e620082
ZW
7653msgstr ""
7654
d5706a1e 7655#: config/alpha/alpha.c:4663 config/rs6000/rs6000.c:10205
b97e55da
JM
7656#, c-format
7657msgid "invalid %%m value"
9e620082
ZW
7658msgstr ""
7659
d5706a1e 7660#: config/alpha/alpha.c:4671 config/rs6000/rs6000.c:10213
b97e55da
JM
7661#, c-format
7662msgid "invalid %%M value"
9e620082
ZW
7663msgstr ""
7664
de104104 7665#: config/alpha/alpha.c:4715
b97e55da
JM
7666#, c-format
7667msgid "invalid %%U value"
9e620082
ZW
7668msgstr ""
7669
de104104 7670#: config/alpha/alpha.c:4727 config/alpha/alpha.c:4741
d5706a1e 7671#: config/rs6000/rs6000.c:10312
b97e55da
JM
7672#, c-format
7673msgid "invalid %%s value"
9e620082
ZW
7674msgstr ""
7675
de104104 7676#: config/alpha/alpha.c:4764
b97e55da
JM
7677#, c-format
7678msgid "invalid %%C value"
9e620082
ZW
7679msgstr ""
7680
d5706a1e
ZW
7681#: config/alpha/alpha.c:4801 config/rs6000/rs6000.c:10042
7682#: config/rs6000/rs6000.c:10062
b97e55da
JM
7683#, c-format
7684msgid "invalid %%E value"
9e620082
ZW
7685msgstr ""
7686
de104104 7687#: config/alpha/alpha.c:4826 config/alpha/alpha.c:4874
b97e55da 7688msgid "unknown relocation unspec"
9e620082
ZW
7689msgstr ""
7690
d5706a1e 7691#: config/alpha/alpha.c:4835 config/rs6000/rs6000.c:10630
b97e55da
JM
7692#, c-format
7693msgid "invalid %%xn code"
9e620082
ZW
7694msgstr ""
7695
d5706a1e
ZW
7696#: config/alpha/alpha.c:5795 config/alpha/alpha.c:5798 config/s390/s390.c:7703
7697#: config/s390/s390.c:7706
b97e55da 7698msgid "bad builtin fcode"
9e620082
ZW
7699msgstr ""
7700
b97e55da
JM
7701#. Macro to define tables used to set the flags.
7702#. This is a list in braces of pairs in braces,
7703#. each pair being { "NAME", VALUE }
7704#. where VALUE is the bits to set or minus the bits to clear.
7705#. An empty string NAME is used to identify the default VALUE.
807ab1f2 7706#: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335
de104104 7707#: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:135
807ab1f2 7708#: config/sparc/sparc.h:616 config/sparc/sparc.h:621
b97e55da 7709msgid "Use hardware fp"
9e620082
ZW
7710msgstr ""
7711
807ab1f2
JM
7712#: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336
7713#: config/sparc/sparc.h:618 config/sparc/sparc.h:623
b97e55da 7714msgid "Do not use hardware fp"
9e620082
ZW
7715msgstr ""
7716
b1b51268 7717#: config/alpha/alpha.h:295
b97e55da 7718msgid "Use fp registers"
9e620082
ZW
7719msgstr ""
7720
b1b51268 7721#: config/alpha/alpha.h:297
b97e55da 7722msgid "Do not use fp registers"
9e620082
ZW
7723msgstr ""
7724
b1b51268 7725#: config/alpha/alpha.h:298
b97e55da 7726msgid "Do not assume GAS"
9e620082
ZW
7727msgstr ""
7728
b1b51268 7729#: config/alpha/alpha.h:299
b97e55da 7730msgid "Assume GAS"
9e620082
ZW
7731msgstr ""
7732
b1b51268 7733#: config/alpha/alpha.h:301
b97e55da 7734msgid "Request IEEE-conformant math library routines (OSF/1)"
7bbf788c
PT
7735msgstr ""
7736
b1b51268 7737#: config/alpha/alpha.h:303
b97e55da 7738msgid "Emit IEEE-conformant code, without inexact exceptions"
9e620082
ZW
7739msgstr ""
7740
b1b51268 7741#: config/alpha/alpha.h:305
b97e55da 7742msgid "Emit IEEE-conformant code, with inexact exceptions"
9e620082
ZW
7743msgstr ""
7744
b1b51268 7745#: config/alpha/alpha.h:307
b97e55da 7746msgid "Do not emit complex integer constants to read-only memory"
9e620082
ZW
7747msgstr ""
7748
b1b51268 7749#: config/alpha/alpha.h:308
b97e55da 7750msgid "Use VAX fp"
9e620082
ZW
7751msgstr ""
7752
b1b51268 7753#: config/alpha/alpha.h:309
b97e55da 7754msgid "Do not use VAX fp"
9e620082
ZW
7755msgstr ""
7756
b1b51268 7757#: config/alpha/alpha.h:310
b97e55da 7758msgid "Emit code for the byte/word ISA extension"
9e620082
ZW
7759msgstr ""
7760
b1b51268 7761#: config/alpha/alpha.h:313
b97e55da 7762msgid "Emit code for the motion video ISA extension"
9e620082
ZW
7763msgstr ""
7764
b1b51268 7765#: config/alpha/alpha.h:316
b97e55da 7766msgid "Emit code for the fp move and sqrt ISA extension"
9e620082
ZW
7767msgstr ""
7768
b1b51268 7769#: config/alpha/alpha.h:318
b97e55da 7770msgid "Emit code for the counting ISA extension"
9e620082
ZW
7771msgstr ""
7772
b1b51268 7773#: config/alpha/alpha.h:321
b97e55da 7774msgid "Emit code using explicit relocation directives"
7bbf788c
PT
7775msgstr ""
7776
b1b51268 7777#: config/alpha/alpha.h:324
b97e55da 7778msgid "Emit 16-bit relocations to the small data areas"
9e620082
ZW
7779msgstr ""
7780
b1b51268 7781#: config/alpha/alpha.h:326
b97e55da 7782msgid "Emit 32-bit relocations to the small data areas"
7bbf788c
PT
7783msgstr ""
7784
b1b51268 7785#: config/alpha/alpha.h:328
b97e55da 7786msgid "Emit direct branches to local functions"
9e620082
ZW
7787msgstr ""
7788
b1b51268 7789#: config/alpha/alpha.h:331
b97e55da 7790msgid "Emit rdval instead of rduniq for thread pointer"
9e620082
ZW
7791msgstr ""
7792
b1b51268
JM
7793#: config/alpha/alpha.h:333
7794msgid "Use 128-bit long double"
7795msgstr ""
7796
7797#: config/alpha/alpha.h:335
7798msgid "Use 64-bit long double"
7799msgstr ""
7800
b97e55da
JM
7801#. For -mcpu=
7802#. For -mtune=
7803#. For -mfp-rounding-mode=[n|m|c|d]
7804#. For -mfp-trap-mode=[n|u|su|sui]
7805#. For -mtrap-precision=[p|f|i]
7806#. For -mmemory-latency=
7807#. For -mtls-size=
b1b51268 7808#: config/alpha/alpha.h:364
b97e55da 7809msgid "Use features of and schedule given CPU"
9e620082
ZW
7810msgstr ""
7811
b1b51268 7812#: config/alpha/alpha.h:366
b97e55da 7813msgid "Schedule given CPU"
9e620082
ZW
7814msgstr ""
7815
b1b51268 7816#: config/alpha/alpha.h:368
b97e55da 7817msgid "Control the generated fp rounding mode"
9e620082
ZW
7818msgstr ""
7819
b1b51268 7820#: config/alpha/alpha.h:370
b97e55da 7821msgid "Control the IEEE trap mode"
9e620082
ZW
7822msgstr ""
7823
b1b51268 7824#: config/alpha/alpha.h:372
b97e55da 7825msgid "Control the precision given to fp exceptions"
9e620082
ZW
7826msgstr ""
7827
b1b51268 7828#: config/alpha/alpha.h:374
b97e55da 7829msgid "Tune expected memory latency"
9e620082
ZW
7830msgstr ""
7831
807ab1f2 7832#: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
b97e55da 7833msgid "Specify bit size of immediate TLS offsets"
9d967a7e
ZW
7834msgstr ""
7835
807ab1f2 7836#: config/arc/arc.c:172
b97e55da
JM
7837#, c-format
7838msgid "bad value (%s) for -mcpu switch"
d9b2742a
ZW
7839msgstr ""
7840
807ab1f2 7841#: config/arc/arc.c:394
b97e55da
JM
7842#, c-format
7843msgid "argument of `%s' attribute is not a string constant"
9e620082
ZW
7844msgstr ""
7845
807ab1f2 7846#: config/arc/arc.c:401
b97e55da
JM
7847#, c-format
7848msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
9e620082
ZW
7849msgstr ""
7850
807ab1f2 7851#: config/arc/arc.c:1739 config/m32r/m32r.c:2130
5b7874aa 7852#, c-format
b97e55da 7853msgid "invalid operand to %%R code"
9e620082
ZW
7854msgstr ""
7855
807ab1f2 7856#: config/arc/arc.c:1771 config/m32r/m32r.c:2153
b97e55da
JM
7857#, c-format
7858msgid "invalid operand to %%H/%%L code"
d9b2742a
ZW
7859msgstr ""
7860
807ab1f2 7861#: config/arc/arc.c:1794 config/m32r/m32r.c:2224
b97e55da
JM
7862#, c-format
7863msgid "invalid operand to %%U code"
d9b2742a
ZW
7864msgstr ""
7865
807ab1f2 7866#: config/arc/arc.c:1805
5b7874aa 7867#, c-format
b97e55da 7868msgid "invalid operand to %%V code"
9e620082
ZW
7869msgstr ""
7870
b97e55da 7871#. Unknown flag.
de104104 7872#: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7298
b97e55da 7873msgid "invalid operand output code"
9e620082
ZW
7874msgstr ""
7875
a05e4fdb 7876#: config/arm/arm.c:774
5b7874aa 7877#, c-format
b97e55da 7878msgid "switch -mcpu=%s conflicts with -march= switch"
9e620082
ZW
7879msgstr ""
7880
d5706a1e 7881#: config/arm/arm.c:784 config/rs6000/rs6000.c:1199 config/sparc/sparc.c:621
5b7874aa 7882#, c-format
b97e55da 7883msgid "bad value (%s) for %s switch"
9e620082
ZW
7884msgstr ""
7885
a05e4fdb 7886#: config/arm/arm.c:893
b97e55da 7887msgid "target CPU does not support interworking"
9e620082
ZW
7888msgstr ""
7889
a05e4fdb 7890#: config/arm/arm.c:899
b97e55da 7891msgid "target CPU does not support THUMB instructions"
9e620082
ZW
7892msgstr ""
7893
a05e4fdb 7894#: config/arm/arm.c:913
5b7874aa 7895msgid ""
b97e55da 7896"enabling backtrace support is only meaningful when compiling for the Thumb"
9e620082
ZW
7897msgstr ""
7898
a05e4fdb 7899#: config/arm/arm.c:916
5b7874aa 7900msgid ""
b97e55da
JM
7901"enabling callee interworking support is only meaningful when compiling for "
7902"the Thumb"
9e620082
ZW
7903msgstr ""
7904
a05e4fdb 7905#: config/arm/arm.c:919
a47a6810 7906msgid ""
b97e55da
JM
7907"enabling caller interworking support is only meaningful when compiling for "
7908"the Thumb"
a47a6810
JM
7909msgstr ""
7910
a05e4fdb 7911#: config/arm/arm.c:923
b97e55da 7912msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
9e620082
ZW
7913msgstr ""
7914
a05e4fdb 7915#: config/arm/arm.c:931
b97e55da 7916msgid "-fpic and -mapcs-reent are incompatible"
9e620082
ZW
7917msgstr ""
7918
a05e4fdb 7919#: config/arm/arm.c:934
b97e55da 7920msgid "APCS reentrant code not supported. Ignored"
9e620082
ZW
7921msgstr ""
7922
a05e4fdb 7923#: config/arm/arm.c:942
b97e55da 7924msgid "-g with -mno-apcs-frame may not give sensible debugging"
9e620082
ZW
7925msgstr ""
7926
a05e4fdb 7927#: config/arm/arm.c:950
b97e55da 7928msgid "passing floating point arguments in fp regs not yet supported"
9e620082
ZW
7929msgstr ""
7930
a05e4fdb 7931#: config/arm/arm.c:992
b1b51268
JM
7932#, c-format
7933msgid "invalid ABI option: -mabi=%s"
7934msgstr ""
7935
a05e4fdb 7936#: config/arm/arm.c:998
b1b51268
JM
7937msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
7938msgstr ""
7939
a05e4fdb 7940#: config/arm/arm.c:1001
b1b51268
JM
7941msgid "iwmmxt abi requires an iwmmxt capable cpu"
7942msgstr ""
7943
a05e4fdb 7944#: config/arm/arm.c:1011
b06c20ee
JM
7945#, c-format
7946msgid "invalid floating point emulation option: -mfpe=%s"
7947msgstr ""
7948
a05e4fdb 7949#: config/arm/arm.c:1028
b06c20ee
JM
7950#, c-format
7951msgid "invalid floating point option: -mfpu=%s"
7952msgstr ""
7953
a05e4fdb 7954#: config/arm/arm.c:1069
b97e55da 7955#, c-format
b06c20ee 7956msgid "invalid floating point abi: -mfloat-abi=%s"
1737c953
JM
7957msgstr ""
7958
a05e4fdb 7959#: config/arm/arm.c:1082
807ab1f2 7960msgid "-mfloat-abi=hard and VFP"
1737c953
JM
7961msgstr ""
7962
a05e4fdb 7963#: config/arm/arm.c:1108
b1b51268
JM
7964#, c-format
7965msgid "structure size boundary can only be set to %s"
1737c953
JM
7966msgstr ""
7967
a05e4fdb 7968#: config/arm/arm.c:1117
b97e55da 7969msgid "-mpic-register= is useless without -fpic"
1737c953
JM
7970msgstr ""
7971
a05e4fdb 7972#: config/arm/arm.c:1124
b97e55da
JM
7973#, c-format
7974msgid "unable to use '%s' for PIC register"
1737c953
JM
7975msgstr ""
7976
a05e4fdb 7977#: config/arm/arm.c:2598 config/arm/arm.c:2616 config/avr/avr.c:4533
de104104
JM
7978#: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1685
7979#: config/i386/i386.c:1731 config/ip2k/ip2k.c:3181
807ab1f2
JM
7980#: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
7981#: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
d5706a1e
ZW
7982#: config/rs6000/rs6000.c:16366 config/sh/sh.c:7146 config/sh/sh.c:7167
7983#: config/sh/sh.c:7202 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
b97e55da
JM
7984#, c-format
7985msgid "`%s' attribute only applies to functions"
9e620082
ZW
7986msgstr ""
7987
a05e4fdb 7988#: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514
de104104 7989#: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1713
d5706a1e
ZW
7990#: config/i386/i386.c:14495 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163
7991#: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16331
a05e4fdb
JM
7992#: config/sh/symbian.c:414 config/sh/symbian.c:421
7993#, c-format
7994msgid "`%s' attribute ignored"
7995msgstr ""
7996
7997#: config/arm/arm.c:11289
b97e55da 7998msgid "unable to compute real location of stacked parameter"
9e620082
ZW
7999msgstr ""
8000
b97e55da 8001#. @@@ better error message
a05e4fdb 8002#: config/arm/arm.c:11922 config/arm/arm.c:11959
b97e55da 8003msgid "selector must be an immediate"
9e620082
ZW
8004msgstr ""
8005
b97e55da 8006#. @@@ better error message
d5706a1e 8007#: config/arm/arm.c:12002 config/i386/i386.c:13388 config/i386/i386.c:13422
b97e55da 8008msgid "mask must be an immediate"
9e620082
ZW
8009msgstr ""
8010
a05e4fdb 8011#: config/arm/arm.c:12678
b97e55da 8012msgid "no low registers available for popping high registers"
9e620082
ZW
8013msgstr ""
8014
a05e4fdb 8015#: config/arm/arm.c:12896
b97e55da 8016msgid "interrupt Service Routines cannot be coded in Thumb mode"
9e620082
ZW
8017msgstr ""
8018
807ab1f2 8019#: config/arm/pe.c:171 config/mcore/mcore.c:3241
b97e55da 8020msgid "%Jinitialized variable '%D' is marked dllimport"
9e620082
ZW
8021msgstr ""
8022
b1b51268 8023#: config/arm/pe.c:180
b97e55da 8024msgid "%Jstatic variable '%D' is marked dllimport"
9e620082
ZW
8025msgstr ""
8026
807ab1f2 8027#: config/arm/arm.h:318
b97e55da 8028msgid "Generate APCS conformant stack frames"
9e620082
ZW
8029msgstr ""
8030
807ab1f2 8031#: config/arm/arm.h:321
b97e55da 8032msgid "Store function names in object code"
9e620082
ZW
8033msgstr ""
8034
807ab1f2 8035#: config/arm/arm.h:327
b97e55da 8036msgid "Pass FP arguments in FP registers"
9e620082
ZW
8037msgstr ""
8038
807ab1f2 8039#: config/arm/arm.h:330
b97e55da 8040msgid "Generate re-entrant, PIC code"
9e620082
ZW
8041msgstr ""
8042
807ab1f2 8043#: config/arm/arm.h:333
b97e55da 8044msgid "Use library calls to perform FP operations"
9e620082
ZW
8045msgstr ""
8046
807ab1f2 8047#: config/arm/arm.h:335
b97e55da 8048msgid "Use hardware floating point instructions"
9e620082
ZW
8049msgstr ""
8050
807ab1f2 8051#: config/arm/arm.h:337
b97e55da 8052msgid "Assume target CPU is configured as big endian"
9e620082
ZW
8053msgstr ""
8054
807ab1f2 8055#: config/arm/arm.h:339
b97e55da 8056msgid "Assume target CPU is configured as little endian"
9e620082
ZW
8057msgstr ""
8058
807ab1f2 8059#: config/arm/arm.h:341
b97e55da 8060msgid "Assume big endian bytes, little endian words"
9e620082
ZW
8061msgstr ""
8062
807ab1f2 8063#: config/arm/arm.h:343
b97e55da 8064msgid "Support calls between Thumb and ARM instruction sets"
9e620082
ZW
8065msgstr ""
8066
807ab1f2 8067#: config/arm/arm.h:346
b97e55da 8068msgid "Generate a call to abort if a noreturn function returns"
9e620082
ZW
8069msgstr ""
8070
807ab1f2 8071#: config/arm/arm.h:349
b97e55da 8072msgid "Do not move instructions into a function's prologue"
9e620082
ZW
8073msgstr ""
8074
807ab1f2 8075#: config/arm/arm.h:352
b97e55da 8076msgid "Do not load the PIC register in function prologues"
9e620082
ZW
8077msgstr ""
8078
807ab1f2 8079#: config/arm/arm.h:355
b97e55da 8080msgid "Generate call insns as indirect calls, if necessary"
9e620082
ZW
8081msgstr ""
8082
807ab1f2 8083#: config/arm/arm.h:358
b97e55da 8084msgid "Compile for the Thumb not the ARM"
9e620082
ZW
8085msgstr ""
8086
807ab1f2 8087#: config/arm/arm.h:362
b97e55da 8088msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
9e620082
ZW
8089msgstr ""
8090
807ab1f2 8091#: config/arm/arm.h:365
b97e55da 8092msgid "Thumb: Generate (leaf) stack frames even if not needed"
9e620082
ZW
8093msgstr ""
8094
807ab1f2 8095#: config/arm/arm.h:368
b97e55da 8096msgid "Thumb: Assume non-static functions may be called from ARM code"
d9b2742a
ZW
8097msgstr ""
8098
807ab1f2 8099#: config/arm/arm.h:372
b97e55da 8100msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
9e620082
ZW
8101msgstr ""
8102
807ab1f2 8103#: config/arm/arm.h:376
b97e55da 8104msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
9e620082
ZW
8105msgstr ""
8106
807ab1f2 8107#: config/arm/arm.h:378
b97e55da 8108msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
9e620082
ZW
8109msgstr ""
8110
807ab1f2 8111#: config/arm/arm.h:386
b97e55da 8112msgid "Specify the name of the target CPU"
9e620082
ZW
8113msgstr ""
8114
807ab1f2 8115#: config/arm/arm.h:388
b97e55da 8116msgid "Specify the name of the target architecture"
9e620082
ZW
8117msgstr ""
8118
807ab1f2 8119#: config/arm/arm.h:393
b06c20ee
JM
8120msgid "Specify the name of the target floating point hardware/format"
8121msgstr ""
8122
807ab1f2 8123#: config/arm/arm.h:395
b06c20ee 8124msgid "Specify if floating point hardware should be used"
9e620082
ZW
8125msgstr ""
8126
807ab1f2 8127#: config/arm/arm.h:397
b97e55da 8128msgid "Specify the minimum bit alignment of structures"
9e620082
ZW
8129msgstr ""
8130
807ab1f2 8131#: config/arm/arm.h:399
b97e55da
JM
8132msgid "Specify the register to be used for PIC addressing"
8133msgstr ""
8134
807ab1f2 8135#: config/arm/arm.h:400 config/mips/mips.h:774
b1b51268
JM
8136msgid "Specify an ABI"
8137msgstr ""
8138
807ab1f2 8139#: config/arm/pe.h:59
b97e55da 8140msgid "Ignore dllimport attribute for functions"
9e620082
ZW
8141msgstr ""
8142
807ab1f2 8143#: config/avr/avr.c:520
a47a6810 8144#, c-format
b97e55da 8145msgid "large frame pointer change (%d) with -mtiny-stack"
9e620082
ZW
8146msgstr ""
8147
807ab1f2 8148#: config/avr/avr.c:1107
b97e55da 8149msgid "bad address, not (reg+disp):"
9e620082
ZW
8150msgstr ""
8151
807ab1f2 8152#: config/avr/avr.c:1115
b97e55da 8153msgid "internal compiler error. Bad address:"
9e620082
ZW
8154msgstr ""
8155
807ab1f2 8156#: config/avr/avr.c:1128
b97e55da 8157msgid "internal compiler error. Unknown mode:"
9e620082
ZW
8158msgstr ""
8159
807ab1f2 8160#: config/avr/avr.c:1750 config/avr/avr.c:2411
b97e55da 8161msgid "invalid insn:"
9e620082
ZW
8162msgstr ""
8163
807ab1f2
JM
8164#: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8165#: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8166#: config/avr/avr.c:2445 config/avr/avr.c:2553
b97e55da 8167msgid "incorrect insn:"
9e620082
ZW
8168msgstr ""
8169
807ab1f2
JM
8170#: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8171#: config/avr/avr.c:2597
b97e55da 8172msgid "unknown move insn:"
9e620082
ZW
8173msgstr ""
8174
807ab1f2 8175#: config/avr/avr.c:2820
b97e55da 8176msgid "bad shift insn:"
9e620082
ZW
8177msgstr ""
8178
807ab1f2 8179#: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
b97e55da 8180msgid "internal compiler error. Incorrect shift:"
9e620082
ZW
8181msgstr ""
8182
807ab1f2 8183#: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
b97e55da 8184msgid "only initialized variables can be placed into program memory area"
9e620082
ZW
8185msgstr ""
8186
807ab1f2 8187#: config/avr/avr.c:4601
b97e55da 8188msgid "only uninitialized variables can be placed in the .noinit section"
1737c953
JM
8189msgstr ""
8190
807ab1f2 8191#: config/avr/avr.c:4615
1737c953 8192#, c-format
b97e55da 8193msgid "MCU `%s' supported for assembler only"
1737c953
JM
8194msgstr ""
8195
01b84e13 8196#: config/avr/avr.h:73
b97e55da 8197msgid "Assume int to be 8 bit integer"
9e620082
ZW
8198msgstr ""
8199
01b84e13 8200#: config/avr/avr.h:75
b97e55da 8201msgid "Change the stack pointer without disabling interrupts"
9e620082
ZW
8202msgstr ""
8203
01b84e13 8204#: config/avr/avr.h:77
b97e55da 8205msgid "Use subroutines for function prologue/epilogue"
9e620082
ZW
8206msgstr ""
8207
01b84e13 8208#: config/avr/avr.h:79
b97e55da 8209msgid "Change only the low 8 bits of the stack pointer"
9e620082
ZW
8210msgstr ""
8211
01b84e13 8212#: config/avr/avr.h:81
b97e55da 8213msgid "Do not generate tablejump insns"
9e620082
ZW
8214msgstr ""
8215
01b84e13 8216#: config/avr/avr.h:83
b97e55da 8217msgid "Use rjmp/rcall (limited range) on >8K devices"
a47a6810
JM
8218msgstr ""
8219
01b84e13 8220#: config/avr/avr.h:85
b97e55da 8221msgid "Output instruction sizes to the asm file"
9e620082
ZW
8222msgstr ""
8223
01b84e13 8224#: config/avr/avr.h:102
b97e55da 8225msgid "Specify the initial stack address"
9e620082
ZW
8226msgstr ""
8227
01b84e13 8228#: config/avr/avr.h:103
b97e55da 8229msgid "Specify the MCU name"
9e620082
ZW
8230msgstr ""
8231
807ab1f2 8232#: config/avr/avr.h:771
b97e55da 8233msgid "trampolines not supported"
9e620082
ZW
8234msgstr ""
8235
b97e55da 8236#: config/c4x/c4x-c.c:71
5b7874aa 8237#, c-format
b97e55da 8238msgid "missing '(' after '#pragma %s' - ignored"
9e620082
ZW
8239msgstr ""
8240
b97e55da
JM
8241#: config/c4x/c4x-c.c:74
8242#, c-format
8243msgid "missing function name in '#pragma %s' - ignored"
9e620082
ZW
8244msgstr ""
8245
b97e55da
JM
8246#: config/c4x/c4x-c.c:79
8247#, c-format
8248msgid "malformed '#pragma %s' - ignored"
9e620082
ZW
8249msgstr ""
8250
b97e55da 8251#: config/c4x/c4x-c.c:81
5b7874aa 8252#, c-format
b97e55da 8253msgid "missing section name in '#pragma %s' - ignored"
9e620082
ZW
8254msgstr ""
8255
b97e55da 8256#: config/c4x/c4x-c.c:86
5b7874aa 8257#, c-format
b97e55da 8258msgid "missing ')' for '#pragma %s' - ignored"
9e620082
ZW
8259msgstr ""
8260
b97e55da
JM
8261#: config/c4x/c4x-c.c:89
8262#, c-format
8263msgid "junk at end of '#pragma %s'"
a47a6810
JM
8264msgstr ""
8265
807ab1f2 8266#: config/c4x/c4x.c:313
5b7874aa 8267#, c-format
b97e55da 8268msgid "unknown CPU version %d, using 40.\n"
9e620082
ZW
8269msgstr ""
8270
807ab1f2 8271#: config/c4x/c4x.c:875
b97e55da
JM
8272#, c-format
8273msgid "ISR %s requires %d words of local vars, max is 32767"
9e620082
ZW
8274msgstr ""
8275
807ab1f2 8276#: config/c4x/c4x.c:1599
b97e55da 8277msgid "using CONST_DOUBLE for address"
9e620082
ZW
8278msgstr ""
8279
807ab1f2 8280#: config/c4x/c4x.c:1737
b97e55da 8281msgid "c4x_address_cost: Invalid addressing mode"
9e620082
ZW
8282msgstr ""
8283
807ab1f2 8284#: config/c4x/c4x.c:1872
5b7874aa 8285#, c-format
b97e55da 8286msgid "c4x_print_operand: %%L inconsistency"
9e620082
ZW
8287msgstr ""
8288
807ab1f2 8289#: config/c4x/c4x.c:1878
5b7874aa 8290#, c-format
b97e55da 8291msgid "c4x_print_operand: %%N inconsistency"
9e620082
ZW
8292msgstr ""
8293
807ab1f2 8294#: config/c4x/c4x.c:1919
5b7874aa 8295#, c-format
b97e55da 8296msgid "c4x_print_operand: %%O inconsistency"
a47a6810
JM
8297msgstr ""
8298
807ab1f2 8299#: config/c4x/c4x.c:2014
b97e55da 8300msgid "c4x_print_operand: Bad operand case"
9e620082
ZW
8301msgstr ""
8302
807ab1f2 8303#: config/c4x/c4x.c:2055
b97e55da 8304msgid "c4x_print_operand_address: Bad post_modify"
9e620082
ZW
8305msgstr ""
8306
807ab1f2 8307#: config/c4x/c4x.c:2077
b97e55da 8308msgid "c4x_print_operand_address: Bad pre_modify"
9e620082
ZW
8309msgstr ""
8310
807ab1f2 8311#: config/c4x/c4x.c:2125 config/c4x/c4x.c:2137 config/c4x/c4x.c:2152
b97e55da 8312msgid "c4x_print_operand_address: Bad operand case"
9e620082
ZW
8313msgstr ""
8314
807ab1f2 8315#: config/c4x/c4x.c:2403
b97e55da 8316msgid "c4x_rptb_insert: Cannot find start label"
7bbf788c
PT
8317msgstr ""
8318
807ab1f2 8319#: config/c4x/c4x.c:3318 config/c4x/c4x.c:3336
b97e55da 8320msgid "mode not QImode"
9e620082
ZW
8321msgstr ""
8322
807ab1f2 8323#: config/c4x/c4x.c:3406
b97e55da 8324msgid "invalid indirect memory address"
9e620082
ZW
8325msgstr ""
8326
807ab1f2 8327#: config/c4x/c4x.c:3495
b97e55da 8328msgid "invalid indirect (S) memory address"
a47a6810
JM
8329msgstr ""
8330
807ab1f2 8331#: config/c4x/c4x.c:3830
b97e55da 8332msgid "c4x_valid_operands: Internal error"
d9b2742a
ZW
8333msgstr ""
8334
807ab1f2 8335#: config/c4x/c4x.c:4269
b97e55da 8336msgid "c4x_operand_subword: invalid mode"
9d967a7e
ZW
8337msgstr ""
8338
807ab1f2 8339#: config/c4x/c4x.c:4272
b97e55da 8340msgid "c4x_operand_subword: invalid operand"
a47a6810
JM
8341msgstr ""
8342
b97e55da
JM
8343#. We could handle these with some difficulty.
8344#. e.g., *p-- => *(p-=2); *(p+1).
807ab1f2 8345#: config/c4x/c4x.c:4298
b97e55da 8346msgid "c4x_operand_subword: invalid autoincrement"
a47a6810
JM
8347msgstr ""
8348
807ab1f2 8349#: config/c4x/c4x.c:4304
b97e55da 8350msgid "c4x_operand_subword: invalid address"
a47a6810
JM
8351msgstr ""
8352
807ab1f2 8353#: config/c4x/c4x.c:4315
b97e55da 8354msgid "c4x_operand_subword: address not offsettable"
d9b2742a
ZW
8355msgstr ""
8356
807ab1f2 8357#: config/c4x/c4x.c:4525
b97e55da 8358msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9d967a7e
ZW
8359msgstr ""
8360
d5706a1e
ZW
8361#. ??? HACK. We shouldn't have flag_inline_trees at all.
8362#. Name of the c4x assembler.
8363#. Name of the c4x linker.
8364#. Define assembler options.
8365#. Define linker options.
8366#. Specify the end file to link with.
b97e55da
JM
8367#. Target compilation option flags.
8368#. Small memory model.
8369#. Use 24-bit MPYI for C3x.
8370#. Fast fixing of floats.
8371#. Allow use of RPTS.
8372#. Emit C3x code.
8373#. Be compatible with TI assembler.
8374#. Be paranoid about DP reg. in ISRs.
8375#. Pass arguments on stack.
8376#. Enable features under development.
8377#. Enable repeat block.
8378#. Use BK as general register.
8379#. Use decrement and branch for C3x.
8380#. Enable debugging of GCC.
8381#. Force constants into registers.
8382#. Allow unsigned loop counters.
8383#. Force op0 and op1 to be same.
8384#. Save all 40 bits for floats.
8385#. Allow parallel insns.
8386#. Allow MPY||ADD, MPY||SUB insns.
8387#. Assume mem refs possibly aliased.
8388#. Emit C30 code.
8389#. Emit C31 code.
8390#. Emit C32 code.
8391#. Emit C33 code.
8392#. Emit C40 code.
8393#. Emit C44 code.
8394#. Run-time compilation parameters selecting different hardware subsets.
8395#.
8396#. Macro to define tables used to set the flags.
8397#. This is a list in braces of triplets in braces,
8398#. each pair being { "NAME", VALUE, "DESCRIPTION" }
8399#. where VALUE is the bits to set or minus the bits to clear.
8400#. An empty string NAME is used to identify the default VALUE.
8401#: config/c4x/c4x.h:168
8402msgid "Small memory model"
9d967a7e
ZW
8403msgstr ""
8404
b97e55da
JM
8405#: config/c4x/c4x.h:170
8406msgid "Big memory model"
9d967a7e
ZW
8407msgstr ""
8408
b97e55da
JM
8409#: config/c4x/c4x.h:172
8410msgid "Use MPYI instruction for C3x"
9d967a7e
ZW
8411msgstr ""
8412
b97e55da
JM
8413#: config/c4x/c4x.h:174
8414msgid "Do not use MPYI instruction for C3x"
9d967a7e
ZW
8415msgstr ""
8416
b97e55da
JM
8417#: config/c4x/c4x.h:176
8418msgid "Use fast but approximate float to integer conversion"
7bbf788c
PT
8419msgstr ""
8420
b97e55da
JM
8421#: config/c4x/c4x.h:178
8422msgid "Use slow but accurate float to integer conversion"
d9b2742a
ZW
8423msgstr ""
8424
b97e55da
JM
8425#: config/c4x/c4x.h:180
8426msgid "Enable use of RTPS instruction"
d9b2742a
ZW
8427msgstr ""
8428
b97e55da
JM
8429#: config/c4x/c4x.h:182
8430msgid "Disable use of RTPS instruction"
d9b2742a
ZW
8431msgstr ""
8432
b97e55da
JM
8433#: config/c4x/c4x.h:184
8434msgid "Enable use of RTPB instruction"
d9b2742a
ZW
8435msgstr ""
8436
b97e55da
JM
8437#: config/c4x/c4x.h:186
8438msgid "Disable use of RTPB instruction"
d9b2742a
ZW
8439msgstr ""
8440
b97e55da
JM
8441#: config/c4x/c4x.h:188
8442msgid "Generate code for C30 CPU"
d9b2742a
ZW
8443msgstr ""
8444
b97e55da
JM
8445#: config/c4x/c4x.h:190
8446msgid "Generate code for C31 CPU"
d9b2742a
ZW
8447msgstr ""
8448
b97e55da
JM
8449#: config/c4x/c4x.h:192
8450msgid "Generate code for C32 CPU"
d9b2742a
ZW
8451msgstr ""
8452
b97e55da
JM
8453#: config/c4x/c4x.h:194
8454msgid "Generate code for C33 CPU"
d9b2742a
ZW
8455msgstr ""
8456
b97e55da
JM
8457#: config/c4x/c4x.h:196
8458msgid "Generate code for C40 CPU"
9e620082
ZW
8459msgstr ""
8460
b97e55da
JM
8461#: config/c4x/c4x.h:198
8462msgid "Generate code for C44 CPU"
9e620082
ZW
8463msgstr ""
8464
b97e55da
JM
8465#: config/c4x/c4x.h:200
8466msgid "Emit code compatible with TI tools"
9e620082
ZW
8467msgstr ""
8468
b97e55da
JM
8469#: config/c4x/c4x.h:202
8470msgid "Emit code to use GAS extensions"
9e620082
ZW
8471msgstr ""
8472
b97e55da
JM
8473#: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8474msgid "Save DP across ISR in small memory model"
9e620082
ZW
8475msgstr ""
8476
b97e55da
JM
8477#: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8478msgid "Don't save DP across ISR in small memory model"
9e620082
ZW
8479msgstr ""
8480
b97e55da
JM
8481#: config/c4x/c4x.h:212
8482msgid "Pass arguments on the stack"
9e620082
ZW
8483msgstr ""
8484
b97e55da
JM
8485#: config/c4x/c4x.h:214
8486msgid "Pass arguments in registers"
9e620082
ZW
8487msgstr ""
8488
b97e55da
JM
8489#: config/c4x/c4x.h:216
8490msgid "Enable new features under development"
d9b2742a
ZW
8491msgstr ""
8492
b97e55da
JM
8493#: config/c4x/c4x.h:218
8494msgid "Disable new features under development"
9e620082
ZW
8495msgstr ""
8496
b97e55da
JM
8497#: config/c4x/c4x.h:220
8498msgid "Use the BK register as a general purpose register"
9e620082
ZW
8499msgstr ""
8500
b97e55da
JM
8501#: config/c4x/c4x.h:222
8502msgid "Do not allocate BK register"
9e620082
ZW
8503msgstr ""
8504
b97e55da
JM
8505#: config/c4x/c4x.h:224
8506msgid "Enable use of DB instruction"
9e620082
ZW
8507msgstr ""
8508
b97e55da
JM
8509#: config/c4x/c4x.h:226
8510msgid "Disable use of DB instruction"
9e620082
ZW
8511msgstr ""
8512
b97e55da
JM
8513#: config/c4x/c4x.h:228
8514msgid "Enable debugging"
9e620082
ZW
8515msgstr ""
8516
b97e55da
JM
8517#: config/c4x/c4x.h:230
8518msgid "Disable debugging"
9e620082
ZW
8519msgstr ""
8520
b97e55da
JM
8521#: config/c4x/c4x.h:232
8522msgid "Force constants into registers to improve hoisting"
9e620082
ZW
8523msgstr ""
8524
b97e55da
JM
8525#: config/c4x/c4x.h:234
8526msgid "Don't force constants into registers"
9e620082
ZW
8527msgstr ""
8528
b97e55da
JM
8529#: config/c4x/c4x.h:236
8530msgid "Force RTL generation to emit valid 3 operand insns"
9e620082
ZW
8531msgstr ""
8532
b97e55da
JM
8533#: config/c4x/c4x.h:238
8534msgid "Allow RTL generation to emit invalid 3 operand insns"
9e620082
ZW
8535msgstr ""
8536
b97e55da
JM
8537#: config/c4x/c4x.h:240
8538msgid "Allow unsigned iteration counts for RPTB/DB"
9e620082
ZW
8539msgstr ""
8540
b97e55da
JM
8541#: config/c4x/c4x.h:242
8542msgid "Disallow unsigned iteration counts for RPTB/DB"
9e620082
ZW
8543msgstr ""
8544
b97e55da
JM
8545#: config/c4x/c4x.h:244
8546msgid "Preserve all 40 bits of FP reg across call"
9e620082
ZW
8547msgstr ""
8548
b97e55da
JM
8549#: config/c4x/c4x.h:246
8550msgid "Only preserve 32 bits of FP reg across call"
9e620082
ZW
8551msgstr ""
8552
b97e55da
JM
8553#: config/c4x/c4x.h:248
8554msgid "Enable parallel instructions"
9e620082
ZW
8555msgstr ""
8556
b97e55da
JM
8557#: config/c4x/c4x.h:250
8558msgid "Disable parallel instructions"
9e620082
ZW
8559msgstr ""
8560
b97e55da
JM
8561#: config/c4x/c4x.h:252
8562msgid "Enable MPY||ADD and MPY||SUB instructions"
a47a6810
JM
8563msgstr ""
8564
b97e55da
JM
8565#: config/c4x/c4x.h:254
8566msgid "Disable MPY||ADD and MPY||SUB instructions"
9e620082
ZW
8567msgstr ""
8568
b97e55da
JM
8569#: config/c4x/c4x.h:256
8570msgid "Assume that pointers may be aliased"
9e620082
ZW
8571msgstr ""
8572
b97e55da
JM
8573#: config/c4x/c4x.h:258
8574msgid "Assume that pointers not aliased"
9e620082
ZW
8575msgstr ""
8576
b06c20ee 8577#: config/c4x/c4x.h:332
b97e55da 8578msgid "Specify maximum number of iterations for RPTS"
9e620082
ZW
8579msgstr ""
8580
b06c20ee 8581#: config/c4x/c4x.h:334
b97e55da 8582msgid "Select CPU to generate code for"
9e620082
ZW
8583msgstr ""
8584
807ab1f2 8585#: config/cris/cris.c:620
b97e55da 8586msgid "unexpected index-type in cris_print_index"
9e620082
ZW
8587msgstr ""
8588
807ab1f2 8589#: config/cris/cris.c:634
b97e55da 8590msgid "unexpected base-type in cris_print_base"
9e620082
ZW
8591msgstr ""
8592
807ab1f2 8593#: config/cris/cris.c:927
5b7874aa 8594#, c-format
b97e55da 8595msgid "stackframe too big: %d bytes"
9e620082
ZW
8596msgstr ""
8597
807ab1f2 8598#: config/cris/cris.c:1238
b97e55da 8599msgid "allocated but unused delay list in epilogue"
9d967a7e
ZW
8600msgstr ""
8601
807ab1f2 8602#: config/cris/cris.c:1248
b97e55da
JM
8603msgid ""
8604"unexpected function type needing stack adjustment for __builtin_eh_return"
9e620082
ZW
8605msgstr ""
8606
807ab1f2 8607#: config/cris/cris.c:1324
b97e55da 8608msgid "invalid operand for 'b' modifier"
9e620082
ZW
8609msgstr ""
8610
807ab1f2 8611#: config/cris/cris.c:1337
b97e55da 8612msgid "invalid operand for 'v' modifier"
a47a6810
JM
8613msgstr ""
8614
807ab1f2 8615#: config/cris/cris.c:1347
b97e55da 8616msgid "invalid operand for 'P' modifier"
a47a6810
JM
8617msgstr ""
8618
807ab1f2 8619#: config/cris/cris.c:1354
b97e55da 8620msgid "invalid operand for 'p' modifier"
9e620082
ZW
8621msgstr ""
8622
807ab1f2 8623#: config/cris/cris.c:1393
b97e55da 8624msgid "invalid operand for 'z' modifier"
a47a6810
JM
8625msgstr ""
8626
807ab1f2 8627#: config/cris/cris.c:1441 config/cris/cris.c:1471
b97e55da 8628msgid "invalid operand for 'H' modifier"
a47a6810
JM
8629msgstr ""
8630
807ab1f2 8631#: config/cris/cris.c:1447
b97e55da 8632msgid "bad register"
a47a6810
JM
8633msgstr ""
8634
807ab1f2 8635#: config/cris/cris.c:1485
b97e55da 8636msgid "invalid operand for 'e' modifier"
9e620082
ZW
8637msgstr ""
8638
807ab1f2 8639#: config/cris/cris.c:1502
b97e55da 8640msgid "invalid operand for 'm' modifier"
9e620082
ZW
8641msgstr ""
8642
807ab1f2 8643#: config/cris/cris.c:1527
b97e55da 8644msgid "invalid operand for 'A' modifier"
a47a6810
JM
8645msgstr ""
8646
807ab1f2 8647#: config/cris/cris.c:1535
b97e55da 8648msgid "invalid operand for 'D' modifier"
9e620082
ZW
8649msgstr ""
8650
807ab1f2 8651#: config/cris/cris.c:1549
b97e55da 8652msgid "invalid operand for 'T' modifier"
a47a6810
JM
8653msgstr ""
8654
807ab1f2 8655#: config/cris/cris.c:1558
b97e55da
JM
8656msgid "invalid operand modifier letter"
8657msgstr ""
8658
807ab1f2 8659#: config/cris/cris.c:1566
5b7874aa 8660#, c-format
b97e55da 8661msgid "internal error: bad register: %d"
9e620082
ZW
8662msgstr ""
8663
807ab1f2 8664#: config/cris/cris.c:1614
b97e55da 8665msgid "unexpected multiplicative operand"
a47a6810
JM
8666msgstr ""
8667
807ab1f2 8668#: config/cris/cris.c:1634
b97e55da 8669msgid "unexpected operand"
9e620082
ZW
8670msgstr ""
8671
807ab1f2 8672#: config/cris/cris.c:1667 config/cris/cris.c:1677
b97e55da 8673msgid "unrecognized address"
9e620082
ZW
8674msgstr ""
8675
807ab1f2 8676#: config/cris/cris.c:2036
b97e55da 8677msgid "internal error: sideeffect-insn affecting main effect"
9e620082
ZW
8678msgstr ""
8679
b97e55da 8680#. If we get here, the caller got its initial tests wrong.
807ab1f2 8681#: config/cris/cris.c:2429
b97e55da 8682msgid "internal error: cris_side_effect_mode_ok with bad operands"
9e620082
ZW
8683msgstr ""
8684
a05e4fdb 8685#: config/cris/cris.c:2506 config/cris/cris.c:2567
b97e55da 8686msgid "unrecognized supposed constant"
9e620082
ZW
8687msgstr ""
8688
a05e4fdb 8689#: config/cris/cris.c:2611
b97e55da 8690msgid "unrecognized supposed constant in cris_global_pic_symbol"
9e620082
ZW
8691msgstr ""
8692
a05e4fdb 8693#: config/cris/cris.c:2630
b97e55da
JM
8694#, c-format
8695msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9e620082
ZW
8696msgstr ""
8697
a05e4fdb 8698#: config/cris/cris.c:2658
b97e55da
JM
8699#, c-format
8700msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9e620082
ZW
8701msgstr ""
8702
a05e4fdb 8703#: config/cris/cris.c:2694
b97e55da
JM
8704#, c-format
8705msgid "unknown CRIS cpu version specification in -mtune= : %s"
9e620082
ZW
8706msgstr ""
8707
a05e4fdb 8708#: config/cris/cris.c:2712
b97e55da 8709msgid "-fPIC and -fpic are not supported in this configuration"
9e620082
ZW
8710msgstr ""
8711
a05e4fdb 8712#: config/cris/cris.c:2727
b97e55da 8713msgid "that particular -g option is invalid with -maout and -melinux"
9e620082
ZW
8714msgstr ""
8715
a05e4fdb 8716#: config/cris/cris.c:2902 config/cris/cris.c:2947
b97e55da 8717msgid "unexpected side-effects in address"
9e620082
ZW
8718msgstr ""
8719
b97e55da 8720#. Labels are never marked as global symbols.
a05e4fdb 8721#: config/cris/cris.c:3042 config/cris/cris.c:3073
b97e55da 8722msgid "unexpected PIC symbol"
9e620082
ZW
8723msgstr ""
8724
a05e4fdb 8725#: config/cris/cris.c:3046
b97e55da 8726msgid "PIC register isn't set up"
9e620082
ZW
8727msgstr ""
8728
a05e4fdb 8729#: config/cris/cris.c:3059 config/cris/cris.c:3142
b97e55da 8730msgid "unexpected address expression"
9e620082
ZW
8731msgstr ""
8732
a05e4fdb 8733#: config/cris/cris.c:3077
b97e55da 8734msgid "emitting PIC operand, but PIC register isn't set up"
9e620082
ZW
8735msgstr ""
8736
a05e4fdb 8737#: config/cris/cris.c:3086
b97e55da 8738msgid "unexpected NOTE as addr_const:"
9e620082
ZW
8739msgstr ""
8740
b97e55da
JM
8741#: config/cris/aout.h:108
8742msgid "Compile for the MMU-less Etrax 100-based elinux system"
9e620082
ZW
8743msgstr ""
8744
b97e55da
JM
8745#: config/cris/aout.h:115
8746msgid "For elinux, request a specified stack-size for this program"
9e620082
ZW
8747msgstr ""
8748
807ab1f2 8749#: config/cris/cris.h:362
b1b51268
JM
8750msgid "Work around bug in multiplication instruction"
8751msgstr ""
8752
b97e55da 8753#. 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.
807ab1f2 8754#: config/cris/cris.h:368
b97e55da 8755msgid "Compile for ETRAX 4 (CRIS v3)"
a47a6810
JM
8756msgstr ""
8757
807ab1f2 8758#: config/cris/cris.h:373
b97e55da 8759msgid "Compile for ETRAX 100 (CRIS v8)"
a47a6810
JM
8760msgstr ""
8761
807ab1f2 8762#: config/cris/cris.h:377
b97e55da 8763msgid "Emit verbose debug information in assembly code"
9e620082
ZW
8764msgstr ""
8765
807ab1f2 8766#: config/cris/cris.h:380
b97e55da 8767msgid "Do not use condition codes from normal instructions"
9e620082
ZW
8768msgstr ""
8769
807ab1f2 8770#: config/cris/cris.h:384
b97e55da 8771msgid "Do not emit addressing modes with side-effect assignment"
9e620082
ZW
8772msgstr ""
8773
807ab1f2 8774#: config/cris/cris.h:387
b97e55da 8775msgid "Do not tune stack alignment"
9e620082
ZW
8776msgstr ""
8777
807ab1f2 8778#: config/cris/cris.h:390
b97e55da 8779msgid "Do not tune writable data alignment"
9e620082
ZW
8780msgstr ""
8781
807ab1f2 8782#: config/cris/cris.h:393
b97e55da 8783msgid "Do not tune code and read-only data alignment"
9e620082
ZW
8784msgstr ""
8785
807ab1f2 8786#: config/cris/cris.h:402
b97e55da 8787msgid "Align code and data to 32 bits"
a47a6810
JM
8788msgstr ""
8789
807ab1f2 8790#: config/cris/cris.h:415
b97e55da 8791msgid "Don't align items in code or data"
9e620082
ZW
8792msgstr ""
8793
807ab1f2 8794#: config/cris/cris.h:418
b97e55da 8795msgid "Do not emit function prologue or epilogue"
9e620082
ZW
8796msgstr ""
8797
b97e55da 8798#. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
807ab1f2 8799#: config/cris/cris.h:422
b97e55da 8800msgid "Use the most feature-enabling options allowed by other options"
9e620082
ZW
8801msgstr ""
8802
b97e55da 8803#. 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.
807ab1f2 8804#: config/cris/cris.h:428
b97e55da 8805msgid "Override -mbest-lib-options"
9e620082
ZW
8806msgstr ""
8807
807ab1f2 8808#: config/cris/cris.h:460
b97e55da 8809msgid "Generate code for the specified chip or CPU version"
9e620082
ZW
8810msgstr ""
8811
807ab1f2 8812#: config/cris/cris.h:462
b97e55da 8813msgid "Tune alignment for the specified chip or CPU version"
9e620082
ZW
8814msgstr ""
8815
807ab1f2 8816#: config/cris/cris.h:464
b97e55da 8817msgid "Warn when a stackframe is larger than the specified size"
9e620082
ZW
8818msgstr ""
8819
b97e55da 8820#. Node: Profiling
807ab1f2 8821#: config/cris/cris.h:1031
b97e55da 8822msgid "no FUNCTION_PROFILER for CRIS"
9e620082
ZW
8823msgstr ""
8824
01b84e13 8825#: config/cris/linux.h:69
b97e55da 8826msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9e620082
ZW
8827msgstr ""
8828
807ab1f2 8829#: config/fr30/fr30.c:463
b06c20ee 8830msgid "fr30_print_operand_address: unhandled address"
9e620082
ZW
8831msgstr ""
8832
807ab1f2 8833#: config/fr30/fr30.c:487
b06c20ee
JM
8834#, c-format
8835msgid "fr30_print_operand: unrecognized %%p code"
9e620082
ZW
8836msgstr ""
8837
807ab1f2 8838#: config/fr30/fr30.c:507
b06c20ee
JM
8839#, c-format
8840msgid "fr30_print_operand: unrecognized %%b code"
9e620082
ZW
8841msgstr ""
8842
807ab1f2 8843#: config/fr30/fr30.c:528
b06c20ee
JM
8844#, c-format
8845msgid "fr30_print_operand: unrecognized %%B code"
9e620082
ZW
8846msgstr ""
8847
807ab1f2 8848#: config/fr30/fr30.c:536
b06c20ee
JM
8849#, c-format
8850msgid "fr30_print_operand: invalid operand to %%A code"
9e620082
ZW
8851msgstr ""
8852
807ab1f2 8853#: config/fr30/fr30.c:553
b06c20ee
JM
8854#, c-format
8855msgid "fr30_print_operand: invalid %%x code"
9e620082
ZW
8856msgstr ""
8857
807ab1f2 8858#: config/fr30/fr30.c:560
b06c20ee
JM
8859#, c-format
8860msgid "fr30_print_operand: invalid %%F code"
9e620082
ZW
8861msgstr ""
8862
807ab1f2 8863#: config/fr30/fr30.c:577
b06c20ee 8864msgid "fr30_print_operand: unknown code"
9e620082
ZW
8865msgstr ""
8866
807ab1f2
JM
8867#: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8868#: config/fr30/fr30.c:639
b06c20ee 8869msgid "fr30_print_operand: unhandled MEM"
9e620082
ZW
8870msgstr ""
8871
b06c20ee
JM
8872#: config/fr30/fr30.h:64
8873msgid "Assume small address space"
9e620082
ZW
8874msgstr ""
8875
807ab1f2 8876#: config/frv/frv.c:563 config/frv/frv.c:590
b06c20ee
JM
8877#, c-format
8878msgid "Unknown cpu: -mcpu=%s"
9e620082
ZW
8879msgstr ""
8880
807ab1f2 8881#: config/frv/frv.c:2513
b06c20ee 8882msgid "Bad insn to frv_print_operand_address:"
9e620082
ZW
8883msgstr ""
8884
807ab1f2 8885#: config/frv/frv.c:2524
b06c20ee 8886msgid "Bad register to frv_print_operand_memory_reference_reg:"
9e620082
ZW
8887msgstr ""
8888
807ab1f2
JM
8889#: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
8890#: config/frv/frv.c:2603 config/frv/frv.c:2608
b06c20ee 8891msgid "Bad insn to frv_print_operand_memory_reference:"
9e620082
ZW
8892msgstr ""
8893
807ab1f2 8894#: config/frv/frv.c:2747
b06c20ee 8895msgid "Bad insn in frv_print_operand, bad const_double"
d9b2742a
ZW
8896msgstr ""
8897
807ab1f2 8898#: config/frv/frv.c:2792
b06c20ee 8899msgid "Bad insn to frv_print_operand, 'C' modifier:"
9e620082
ZW
8900msgstr ""
8901
807ab1f2 8902#: config/frv/frv.c:2815
b06c20ee 8903msgid "Bad insn to frv_print_operand, 'c' modifier:"
9e620082
ZW
8904msgstr ""
8905
807ab1f2 8906#: config/frv/frv.c:2840
b06c20ee 8907msgid "Bad insn to frv_print_operand, 'e' modifier:"
9e620082
ZW
8908msgstr ""
8909
807ab1f2 8910#: config/frv/frv.c:2848
b06c20ee 8911msgid "Bad insn to frv_print_operand, 'F' modifier:"
9e620082
ZW
8912msgstr ""
8913
807ab1f2 8914#: config/frv/frv.c:2864
b06c20ee 8915msgid "Bad insn to frv_print_operand, 'f' modifier:"
9e620082
ZW
8916msgstr ""
8917
807ab1f2 8918#: config/frv/frv.c:2878
b1b51268
JM
8919msgid "Bad insn to frv_print_operand, 'g' modifier:"
8920msgstr ""
8921
807ab1f2 8922#: config/frv/frv.c:2926
b06c20ee 8923msgid "Bad insn to frv_print_operand, 'L' modifier:"
9e620082
ZW
8924msgstr ""
8925
807ab1f2 8926#: config/frv/frv.c:2939
b06c20ee 8927msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9e620082
ZW
8928msgstr ""
8929
807ab1f2 8930#: config/frv/frv.c:2960
b06c20ee 8931msgid "Bad insn to frv_print_operand, 'O' modifier:"
9d967a7e
ZW
8932msgstr ""
8933
807ab1f2 8934#: config/frv/frv.c:2978
b06c20ee 8935msgid "Bad insn to frv_print_operand, P modifier:"
9d967a7e
ZW
8936msgstr ""
8937
807ab1f2 8938#: config/frv/frv.c:2998
b06c20ee 8939msgid "Bad insn in frv_print_operand, z case"
9e620082
ZW
8940msgstr ""
8941
807ab1f2 8942#: config/frv/frv.c:3029
b06c20ee 8943msgid "Bad insn in frv_print_operand, 0 case"
9e620082
ZW
8944msgstr ""
8945
807ab1f2 8946#: config/frv/frv.c:3034
b06c20ee 8947msgid "frv_print_operand: unknown code"
9e620082
ZW
8948msgstr ""
8949
d5706a1e 8950#: config/frv/frv.c:5835
b06c20ee 8951msgid "Bad output_move_single operand"
9e620082
ZW
8952msgstr ""
8953
d5706a1e 8954#: config/frv/frv.c:5962
b06c20ee 8955msgid "Bad output_move_double operand"
9e620082
ZW
8956msgstr ""
8957
d5706a1e 8958#: config/frv/frv.c:6104
b06c20ee 8959msgid "Bad output_condmove_single operand"
9e620082
ZW
8960msgstr ""
8961
d5706a1e 8962#: config/frv/frv.c:9599
b06c20ee 8963msgid "accumulator is not a constant integer"
9e620082
ZW
8964msgstr ""
8965
d5706a1e 8966#: config/frv/frv.c:9604
b97e55da 8967msgid "accumulator number is out of bounds"
9e620082
ZW
8968msgstr ""
8969
d5706a1e 8970#: config/frv/frv.c:9615
b97e55da
JM
8971#, c-format
8972msgid "inappropriate accumulator for `%s'"
9e620082
ZW
8973msgstr ""
8974
d5706a1e 8975#: config/frv/frv.c:9681
807ab1f2
JM
8976msgid "invalid IACC argument"
8977msgstr ""
8978
d5706a1e 8979#: config/frv/frv.c:9704
b97e55da
JM
8980#, c-format
8981msgid "`%s' expects a constant argument"
9e620082
ZW
8982msgstr ""
8983
d5706a1e 8984#: config/frv/frv.c:9709
b97e55da
JM
8985#, c-format
8986msgid "constant argument out of range for `%s'"
9e620082
ZW
8987msgstr ""
8988
d5706a1e 8989#: config/frv/frv.c:10106
b97e55da 8990msgid "media functions are not available unless -mmedia is used"
9e620082
ZW
8991msgstr ""
8992
d5706a1e 8993#: config/frv/frv.c:10118
b97e55da 8994msgid "this media function is only available on the fr500"
9e620082
ZW
8995msgstr ""
8996
d5706a1e 8997#: config/frv/frv.c:10146
807ab1f2
JM
8998msgid "this media function is only available on the fr400 and fr550"
8999msgstr ""
9000
d5706a1e 9001#: config/frv/frv.c:10165
807ab1f2
JM
9002msgid "this builtin function is only available on the fr405 and fr450"
9003msgstr ""
9004
d5706a1e 9005#: config/frv/frv.c:10174
807ab1f2
JM
9006msgid "this builtin function is only available on the fr500 and fr550"
9007msgstr ""
9008
d5706a1e 9009#: config/frv/frv.c:10186
807ab1f2 9010msgid "this builtin function is only available on the fr450"
9e620082
ZW
9011msgstr ""
9012
b97e55da
JM
9013#. This macro is a C statement to print on `stderr' a string describing the
9014#. particular machine description choice. Every machine description should
9015#. define `TARGET_VERSION'. For example:
9016#.
9017#. #ifdef MOTOROLA
9018#. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9019#. #else
9020#. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9021#. #endif
807ab1f2 9022#: config/frv/frv.h:542
b97e55da 9023msgid " (frv)"
9e620082
ZW
9024msgstr ""
9025
807ab1f2 9026#: config/h8300/h8300.c:358
b97e55da 9027msgid "-ms2600 is used without -ms"
9e620082
ZW
9028msgstr ""
9029
807ab1f2 9030#: config/h8300/h8300.c:364
b97e55da 9031msgid "-mn is used without -mh or -ms"
9e620082
ZW
9032msgstr ""
9033
5b7874aa 9034#. Macro to define tables used to set the flags.
b97e55da
JM
9035#. This is a list in braces of pairs in braces,
9036#. each pair being { "NAME", VALUE }
5b7874aa
ZW
9037#. where VALUE is the bits to set or minus the bits to clear.
9038#. An empty string NAME is used to identify the default VALUE.
807ab1f2 9039#: config/h8300/h8300.h:159
b97e55da 9040msgid "Generate H8S code"
9e620082
ZW
9041msgstr ""
9042
807ab1f2 9043#: config/h8300/h8300.h:160
b97e55da 9044msgid "Do not generate H8S code"
9e620082
ZW
9045msgstr ""
9046
807ab1f2
JM
9047#: config/h8300/h8300.h:161
9048msgid "Generate H8SX code"
9049msgstr ""
9050
9051#: config/h8300/h8300.h:162
9052msgid "Do not generate H8SX code"
9053msgstr ""
9054
9055#: config/h8300/h8300.h:163
b97e55da 9056msgid "Generate H8S/2600 code"
9e620082
ZW
9057msgstr ""
9058
807ab1f2 9059#: config/h8300/h8300.h:164
b97e55da 9060msgid "Do not generate H8S/2600 code"
9e620082
ZW
9061msgstr ""
9062
807ab1f2 9063#: config/h8300/h8300.h:165
b97e55da 9064msgid "Make integers 32 bits wide"
9e620082
ZW
9065msgstr ""
9066
807ab1f2 9067#: config/h8300/h8300.h:168
b97e55da 9068msgid "Use registers for argument passing"
9e620082
ZW
9069msgstr ""
9070
807ab1f2 9071#: config/h8300/h8300.h:170
b97e55da 9072msgid "Do not use registers for argument passing"
9e620082
ZW
9073msgstr ""
9074
807ab1f2 9075#: config/h8300/h8300.h:172
b97e55da 9076msgid "Consider access to byte sized memory slow"
9e620082
ZW
9077msgstr ""
9078
807ab1f2 9079#: config/h8300/h8300.h:173
b97e55da 9080msgid "Enable linker relaxing"
9e620082
ZW
9081msgstr ""
9082
807ab1f2 9083#: config/h8300/h8300.h:174
b97e55da 9084msgid "Generate H8/300H code"
9e620082
ZW
9085msgstr ""
9086
807ab1f2 9087#: config/h8300/h8300.h:175
b97e55da 9088msgid "Enable the normal mode"
9e620082
ZW
9089msgstr ""
9090
807ab1f2 9091#: config/h8300/h8300.h:176
b97e55da 9092msgid "Do not generate H8/300H code"
9e620082
ZW
9093msgstr ""
9094
807ab1f2 9095#: config/h8300/h8300.h:177
b97e55da 9096msgid "Use H8/300 alignment rules"
9e620082
ZW
9097msgstr ""
9098
de104104 9099#: config/i386/i386.c:1246
b97e55da
JM
9100#, c-format
9101msgid "code model %s not supported in PIC mode"
9e620082
ZW
9102msgstr ""
9103
de104104 9104#: config/i386/i386.c:1256 config/sparc/sparc.c:584
b97e55da
JM
9105#, c-format
9106msgid "bad value (%s) for -mcmodel= switch"
9e620082
ZW
9107msgstr ""
9108
de104104 9109#: config/i386/i386.c:1271
b97e55da
JM
9110#, c-format
9111msgid "bad value (%s) for -masm= switch"
9e620082
ZW
9112msgstr ""
9113
de104104 9114#: config/i386/i386.c:1274
b97e55da
JM
9115#, c-format
9116msgid "code model `%s' not supported in the %s bit mode"
9e620082
ZW
9117msgstr ""
9118
de104104 9119#: config/i386/i386.c:1277
b97e55da 9120msgid "code model `large' not supported yet"
9e620082
ZW
9121msgstr ""
9122
de104104 9123#: config/i386/i386.c:1279
b97e55da
JM
9124#, c-format
9125msgid "%i-bit mode not compiled in"
9e620082
ZW
9126msgstr ""
9127
de104104 9128#: config/i386/i386.c:1320 config/i386/i386.c:1334
b97e55da 9129msgid "CPU you selected does not support x86-64 instruction set"
9e620082
ZW
9130msgstr ""
9131
de104104 9132#: config/i386/i386.c:1327 config/iq2000/iq2000.c:1671
b97e55da
JM
9133#, c-format
9134msgid "bad value (%s) for -march= switch"
9e620082
ZW
9135msgstr ""
9136
de104104 9137#: config/i386/i386.c:1346
b97e55da
JM
9138#, c-format
9139msgid "bad value (%s) for -mtune= switch"
9e620082
ZW
9140msgstr ""
9141
de104104 9142#: config/i386/i386.c:1363
b97e55da
JM
9143#, c-format
9144msgid "-mregparm=%d is not between 0 and %d"
9e620082
ZW
9145msgstr ""
9146
de104104 9147#: config/i386/i386.c:1376
b97e55da 9148msgid "-malign-loops is obsolete, use -falign-loops"
9e620082
ZW
9149msgstr ""
9150
de104104 9151#: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
b97e55da
JM
9152#, c-format
9153msgid "-malign-loops=%d is not between 0 and %d"
9e620082
ZW
9154msgstr ""
9155
de104104 9156#: config/i386/i386.c:1389
b97e55da 9157msgid "-malign-jumps is obsolete, use -falign-jumps"
9e620082
ZW
9158msgstr ""
9159
de104104 9160#: config/i386/i386.c:1402
b97e55da 9161msgid "-malign-functions is obsolete, use -falign-functions"
9e620082
ZW
9162msgstr ""
9163
de104104 9164#: config/i386/i386.c:1440
b97e55da
JM
9165#, c-format
9166msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9e620082
ZW
9167msgstr ""
9168
de104104 9169#: config/i386/i386.c:1452
b97e55da
JM
9170#, c-format
9171msgid "-mbranch-cost=%d is not between 0 and 5"
9e620082
ZW
9172msgstr ""
9173
de104104 9174#: config/i386/i386.c:1464
b97e55da
JM
9175#, c-format
9176msgid "bad value (%s) for -mtls-dialect= switch"
9e620082
ZW
9177msgstr ""
9178
de104104 9179#: config/i386/i386.c:1493
b97e55da 9180msgid "-malign-double makes no sense in the 64bit mode"
9e620082
ZW
9181msgstr ""
9182
de104104 9183#: config/i386/i386.c:1495
b97e55da 9184msgid "-mrtd calling convention not supported in the 64bit mode"
9e620082
ZW
9185msgstr ""
9186
de104104 9187#: config/i386/i386.c:1517 config/i386/i386.c:1528
b97e55da 9188msgid "SSE instruction set disabled, using 387 arithmetics"
9e620082
ZW
9189msgstr ""
9190
de104104 9191#: config/i386/i386.c:1533
b97e55da 9192msgid "387 instruction set disabled, using SSE arithmetics"
9e620082
ZW
9193msgstr ""
9194
de104104 9195#: config/i386/i386.c:1540
b97e55da
JM
9196#, c-format
9197msgid "bad value (%s) for -mfpmath= switch"
9e620082
ZW
9198msgstr ""
9199
de104104 9200#: config/i386/i386.c:1695 config/i386/i386.c:1706
b97e55da 9201msgid "fastcall and stdcall attributes are not compatible"
9e620082
ZW
9202msgstr ""
9203
de104104 9204#: config/i386/i386.c:1699 config/i386/i386.c:1755
b97e55da 9205msgid "fastcall and regparm attributes are not compatible"
9e620082
ZW
9206msgstr ""
9207
de104104 9208#: config/i386/i386.c:1742
b97e55da
JM
9209#, c-format
9210msgid "`%s' attribute requires an integer constant argument"
9e620082
ZW
9211msgstr ""
9212
de104104 9213#: config/i386/i386.c:1748
b97e55da
JM
9214#, c-format
9215msgid "argument to `%s' attribute larger than %d"
9e620082
ZW
9216msgstr ""
9217
de104104 9218#: config/i386/i386.c:2764
01b84e13
JM
9219msgid "SSE vector argument without SSE enabled changes the ABI"
9220msgstr ""
9221
de104104 9222#: config/i386/i386.c:2780
01b84e13
JM
9223msgid "MMX vector argument without MMX enabled changes the ABI"
9224msgstr ""
9225
de104104 9226#: config/i386/i386.c:3026
b97e55da 9227msgid "SSE vector return without SSE enabled changes the ABI"
a52453cc
PT
9228msgstr ""
9229
d5706a1e 9230#: config/i386/i386.c:5907
b97e55da 9231msgid "invalid UNSPEC as operand"
a52453cc
PT
9232msgstr ""
9233
d5706a1e 9234#: config/i386/i386.c:6165
b97e55da 9235msgid "extended registers have no high halves"
9e620082
ZW
9236msgstr ""
9237
d5706a1e 9238#: config/i386/i386.c:6180
b97e55da 9239msgid "unsupported operand size for extended register"
9e620082
ZW
9240msgstr ""
9241
d5706a1e 9242#: config/i386/i386.c:6495
9e620082 9243msgid ""
b97e55da 9244"operand is neither a constant nor a condition code, invalid operand code 'c'"
9e620082
ZW
9245msgstr ""
9246
d5706a1e 9247#: config/i386/i386.c:6541
b97e55da
JM
9248#, c-format
9249msgid "invalid operand code `%c'"
a52453cc
PT
9250msgstr ""
9251
d5706a1e 9252#: config/i386/i386.c:6584
b97e55da 9253msgid "invalid constraints for operand"
a52453cc
PT
9254msgstr ""
9255
d5706a1e 9256#: config/i386/i386.c:11320
b97e55da 9257msgid "unknown insn mode"
a52453cc
PT
9258msgstr ""
9259
d5706a1e 9260#: config/i386/i386.c:13190 config/i386/i386.c:13226
b97e55da
JM
9261#, c-format
9262msgid "selector must be an integer constant in the range 0..%i"
a52453cc
PT
9263msgstr ""
9264
d5706a1e 9265#: config/i386/i386.c:13454
b97e55da 9266msgid "shift must be an immediate"
a52453cc
PT
9267msgstr ""
9268
d5706a1e 9269#: config/i386/i386.c:14504
b97e55da
JM
9270#, c-format
9271msgid "`%s' incompatible attribute ignored"
a52453cc
PT
9272msgstr ""
9273
807ab1f2 9274#: config/i386/winnt.c:74
b97e55da
JM
9275#, c-format
9276msgid "`%s' attribute only applies to variables"
a52453cc
PT
9277msgstr ""
9278
de104104 9279#: config/i386/winnt.c:172
b97e55da
JM
9280msgid ""
9281"%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9282"ignored"
a52453cc
PT
9283msgstr ""
9284
de104104 9285#: config/i386/winnt.c:183
b97e55da 9286msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
a52453cc
PT
9287msgstr ""
9288
de104104 9289#: config/i386/winnt.c:195
b97e55da 9290msgid "%Jdefinition of static data member '%D' of dllimport'd class."
a52453cc
PT
9291msgstr ""
9292
de104104 9293#: config/i386/winnt.c:255
b97e55da 9294msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9e620082
ZW
9295msgstr ""
9296
de104104 9297#: config/i386/winnt.c:299 config/sh/symbian.c:279
b97e55da
JM
9298#, c-format
9299msgid "`%s' declared as both exported to and imported from a DLL"
a52453cc
PT
9300msgstr ""
9301
de104104 9302#: config/i386/winnt.c:308
b97e55da
JM
9303msgid ""
9304"%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9305"linkage."
a52453cc
PT
9306msgstr ""
9307
de104104 9308#: config/i386/winnt.c:447
b97e55da 9309msgid "%J'%D' defined locally after being referenced with dllimport linkage"
a52453cc
PT
9310msgstr ""
9311
de104104 9312#: config/i386/winnt.c:450
b97e55da
JM
9313msgid ""
9314"%J'%D' redeclared without dllimport attribute after being referenced with "
9315"dllimport linkage"
9e620082
ZW
9316msgstr ""
9317
de104104 9318#: config/i386/winnt.c:617
b97e55da 9319msgid "%J'%D' causes a section type conflict"
9e620082
ZW
9320msgstr ""
9321
b1b51268 9322#: config/i386/cygming.h:61
b97e55da 9323msgid "Use the Cygwin interface"
9e620082
ZW
9324msgstr ""
9325
b1b51268 9326#: config/i386/cygming.h:62
b97e55da 9327msgid "Use the Mingw32 interface"
9e620082
ZW
9328msgstr ""
9329
b1b51268 9330#: config/i386/cygming.h:63
b97e55da 9331msgid "Create GUI application"
9e620082
ZW
9332msgstr ""
9333
b1b51268 9334#: config/i386/cygming.h:64
b97e55da 9335msgid "Don't set Windows defines"
9e620082
ZW
9336msgstr ""
9337
b1b51268 9338#: config/i386/cygming.h:65
b97e55da 9339msgid "Set Windows defines"
9e620082
ZW
9340msgstr ""
9341
b1b51268 9342#: config/i386/cygming.h:66
b97e55da 9343msgid "Create console application"
9e620082
ZW
9344msgstr ""
9345
b1b51268 9346#: config/i386/cygming.h:67
b97e55da 9347msgid "Generate code for a DLL"
9e620082
ZW
9348msgstr ""
9349
b1b51268 9350#: config/i386/cygming.h:69
b97e55da 9351msgid "Ignore dllimport for functions"
9e620082
ZW
9352msgstr ""
9353
b1b51268 9354#: config/i386/cygming.h:71
b97e55da 9355msgid "Use Mingw-specific thread support"
a52453cc
PT
9356msgstr ""
9357
807ab1f2 9358#: config/i386/cygming.h:182
b97e55da
JM
9359#, c-format
9360msgid "-f%s ignored for target (all code is position independent)"
1737c953
JM
9361msgstr ""
9362
b97e55da
JM
9363#: config/i386/djgpp.h:191
9364msgid "-mbnu210 is ignored (option is obsolete)"
9e620082
ZW
9365msgstr ""
9366
807ab1f2 9367#: config/i386/i386-interix.h:257
b97e55da 9368msgid "ms-bitfields not supported for objc"
9e620082
ZW
9369msgstr ""
9370
b97e55da
JM
9371#. Deprecated.
9372#. Deprecated.
9373#. Deprecated.
9374#. Deprecated.
9375#. Deprecated.
9376#. Deprecated.
807ab1f2 9377#: config/i386/i386.h:345
b97e55da 9378msgid "Alternate calling convention"
9e620082
ZW
9379msgstr ""
9380
807ab1f2 9381#: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
b97e55da 9382msgid "Use normal calling convention"
9d967a7e
ZW
9383msgstr ""
9384
807ab1f2 9385#: config/i386/i386.h:349
b97e55da 9386msgid "Align some doubles on dword boundary"
9d967a7e
ZW
9387msgstr ""
9388
807ab1f2 9389#: config/i386/i386.h:351
b97e55da 9390msgid "Align doubles on word boundary"
9e620082
ZW
9391msgstr ""
9392
807ab1f2 9393#: config/i386/i386.h:353
b97e55da 9394msgid "Uninitialized locals in .bss"
9e620082
ZW
9395msgstr ""
9396
807ab1f2 9397#: config/i386/i386.h:355
b97e55da 9398msgid "Uninitialized locals in .data"
9e620082
ZW
9399msgstr ""
9400
807ab1f2 9401#: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
b97e55da 9402msgid "Use IEEE math for fp comparisons"
9e620082
ZW
9403msgstr ""
9404
807ab1f2 9405#: config/i386/i386.h:359 config/ns32k/ns32k.h:169
b97e55da 9406msgid "Do not use IEEE math for fp comparisons"
9e620082
ZW
9407msgstr ""
9408
807ab1f2 9409#: config/i386/i386.h:361
b97e55da 9410msgid "Return values of functions in FPU registers"
9e620082
ZW
9411msgstr ""
9412
807ab1f2 9413#: config/i386/i386.h:363
b97e55da 9414msgid "Do not return values of functions in FPU registers"
9e620082
ZW
9415msgstr ""
9416
807ab1f2 9417#: config/i386/i386.h:365
b97e55da 9418msgid "Do not generate sin, cos, sqrt for FPU"
9e620082
ZW
9419msgstr ""
9420
807ab1f2 9421#: config/i386/i386.h:367
b97e55da 9422msgid "Generate sin, cos, sqrt for FPU"
9e620082
ZW
9423msgstr ""
9424
807ab1f2 9425#: config/i386/i386.h:369
b97e55da 9426msgid "Omit the frame pointer in leaf functions"
9e620082
ZW
9427msgstr ""
9428
807ab1f2 9429#: config/i386/i386.h:372
b97e55da 9430msgid "Enable stack probing"
9e620082
ZW
9431msgstr ""
9432
b97e55da
JM
9433#. undocumented
9434#. undocumented
807ab1f2 9435#: config/i386/i386.h:377
b97e55da 9436msgid "Align destination of the string operations"
9e620082
ZW
9437msgstr ""
9438
807ab1f2 9439#: config/i386/i386.h:379
b97e55da 9440msgid "Do not align destination of the string operations"
9e620082
ZW
9441msgstr ""
9442
807ab1f2 9443#: config/i386/i386.h:381
b97e55da 9444msgid "Inline all known string operations"
9e620082
ZW
9445msgstr ""
9446
807ab1f2 9447#: config/i386/i386.h:383
b97e55da 9448msgid "Do not inline all known string operations"
9e620082
ZW
9449msgstr ""
9450
807ab1f2 9451#: config/i386/i386.h:385 config/i386/i386.h:389
b97e55da 9452msgid "Use push instructions to save outgoing arguments"
9e620082
ZW
9453msgstr ""
9454
807ab1f2 9455#: config/i386/i386.h:387 config/i386/i386.h:391
b97e55da 9456msgid "Do not use push instructions to save outgoing arguments"
9e620082
ZW
9457msgstr ""
9458
807ab1f2 9459#: config/i386/i386.h:393
b97e55da 9460msgid "Support MMX built-in functions"
9e620082
ZW
9461msgstr ""
9462
807ab1f2 9463#: config/i386/i386.h:395
b97e55da 9464msgid "Do not support MMX built-in functions"
9e620082
ZW
9465msgstr ""
9466
807ab1f2 9467#: config/i386/i386.h:397
b97e55da 9468msgid "Support 3DNow! built-in functions"
9e620082
ZW
9469msgstr ""
9470
807ab1f2 9471#: config/i386/i386.h:399
b97e55da 9472msgid "Do not support 3DNow! built-in functions"
9e620082
ZW
9473msgstr ""
9474
807ab1f2 9475#: config/i386/i386.h:401
b97e55da 9476msgid "Support MMX and SSE built-in functions and code generation"
9e620082
ZW
9477msgstr ""
9478
807ab1f2 9479#: config/i386/i386.h:403
b97e55da 9480msgid "Do not support MMX and SSE built-in functions and code generation"
9e620082
ZW
9481msgstr ""
9482
807ab1f2 9483#: config/i386/i386.h:405
b97e55da 9484msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9e620082
ZW
9485msgstr ""
9486
807ab1f2 9487#: config/i386/i386.h:407
b97e55da 9488msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9e620082
ZW
9489msgstr ""
9490
807ab1f2 9491#: config/i386/i386.h:409
b1b51268 9492msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9e620082
ZW
9493msgstr ""
9494
807ab1f2 9495#: config/i386/i386.h:411
b97e55da 9496msgid ""
b1b51268 9497"Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9e620082
ZW
9498msgstr ""
9499
807ab1f2 9500#: config/i386/i386.h:413
b97e55da 9501msgid "sizeof(long double) is 16"
9e620082
ZW
9502msgstr ""
9503
807ab1f2 9504#: config/i386/i386.h:415
b97e55da 9505msgid "sizeof(long double) is 12"
9e620082
ZW
9506msgstr ""
9507
807ab1f2 9508#: config/i386/i386.h:417
b97e55da 9509msgid "Generate 64bit x86-64 code"
5b7874aa
ZW
9510msgstr ""
9511
807ab1f2 9512#: config/i386/i386.h:419
b97e55da 9513msgid "Generate 32bit i386 code"
5b7874aa
ZW
9514msgstr ""
9515
807ab1f2 9516#: config/i386/i386.h:421
b97e55da 9517msgid "Use native (MS) bitfield layout"
5b7874aa
ZW
9518msgstr ""
9519
807ab1f2 9520#: config/i386/i386.h:423
b97e55da 9521msgid "Use gcc default bitfield layout"
9e620082
ZW
9522msgstr ""
9523
807ab1f2 9524#: config/i386/i386.h:425
b97e55da 9525msgid "Use red-zone in the x86-64 code"
9e620082
ZW
9526msgstr ""
9527
807ab1f2 9528#: config/i386/i386.h:427
b97e55da 9529msgid "Do not use red-zone in the x86-64 code"
9e620082
ZW
9530msgstr ""
9531
807ab1f2 9532#: config/i386/i386.h:429
b97e55da
JM
9533#, c-format
9534msgid "Use direct references against %gs when accessing tls data"
9e620082
ZW
9535msgstr ""
9536
807ab1f2 9537#: config/i386/i386.h:431
b97e55da
JM
9538#, c-format
9539msgid "Do not use direct references against %gs when accessing tls data"
9e620082
ZW
9540msgstr ""
9541
b97e55da
JM
9542#. This macro is similar to `TARGET_SWITCHES' but defines names of
9543#. command options that have values. Its definition is an
9544#. initializer with a subgrouping for each command option.
9545#.
9546#. Each subgrouping contains a string constant, that defines the
9547#. fixed part of the option name, and the address of a variable. The
9548#. variable, type `char *', is set to the variable part of the given
9549#. option if the fixed part matches. The actual option name is made
9550#. by appending `-m' to the specified name.
807ab1f2 9551#: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
de104104 9552#: config/s390/s390.h:155 config/sparc/sparc.h:711
b97e55da 9553msgid "Schedule code for given CPU"
9e620082
ZW
9554msgstr ""
9555
807ab1f2 9556#: config/i386/i386.h:467
b97e55da 9557msgid "Generate floating point mathematics using given instruction set"
9e620082
ZW
9558msgstr ""
9559
de104104 9560#: config/i386/i386.h:469 config/s390/s390.h:157
b97e55da 9561msgid "Generate code for given CPU"
9e620082
ZW
9562msgstr ""
9563
807ab1f2 9564#: config/i386/i386.h:471
b97e55da 9565msgid "Number of registers used to pass integer arguments"
9e620082
ZW
9566msgstr ""
9567
807ab1f2 9568#: config/i386/i386.h:473
b97e55da 9569msgid "Loop code aligned to this power of 2"
9e620082
ZW
9570msgstr ""
9571
807ab1f2 9572#: config/i386/i386.h:475
b97e55da 9573msgid "Jump targets are aligned to this power of 2"
9e620082
ZW
9574msgstr ""
9575
807ab1f2 9576#: config/i386/i386.h:477
b97e55da 9577msgid "Function starts are aligned to this power of 2"
9e620082
ZW
9578msgstr ""
9579
807ab1f2 9580#: config/i386/i386.h:480
b97e55da 9581msgid "Attempt to keep stack aligned to this power of 2"
9e620082
ZW
9582msgstr ""
9583
807ab1f2 9584#: config/i386/i386.h:482
b97e55da 9585msgid "Branches are this expensive (1-5, arbitrary units)"
9e620082
ZW
9586msgstr ""
9587
807ab1f2 9588#: config/i386/i386.h:484
b97e55da 9589msgid "Use given x86-64 code model"
9e620082
ZW
9590msgstr ""
9591
b97e55da
JM
9592#. Undocumented.
9593#. Undocumented.
807ab1f2 9594#: config/i386/i386.h:490
b97e55da 9595msgid "Use given assembler dialect"
9e620082
ZW
9596msgstr ""
9597
807ab1f2 9598#: config/i386/i386.h:492
b97e55da 9599msgid "Use given thread-local storage dialect"
9e620082
ZW
9600msgstr ""
9601
807ab1f2 9602#: config/i386/sco5.h:290
b97e55da 9603msgid "Generate ELF output"
9e620082
ZW
9604msgstr ""
9605
b97e55da
JM
9606#. 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.
9607#. 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 9608#: config/i386/xm-djgpp.h:62
b97e55da
JM
9609msgid "environment variable DJGPP not defined"
9610msgstr ""
9611
b1b51268 9612#: config/i386/xm-djgpp.h:64
b97e55da
JM
9613#, c-format
9614msgid "environment variable DJGPP points to missing file '%s'"
9615msgstr ""
9616
b1b51268 9617#: config/i386/xm-djgpp.h:67
b97e55da
JM
9618#, c-format
9619msgid "environment variable DJGPP points to corrupt file '%s'"
9e620082
ZW
9620msgstr ""
9621
5b7874aa
ZW
9622#. Macro to define tables used to set the flags.
9623#. This is a list in braces of pairs in braces,
9624#. each pair being { "NAME", VALUE }
9625#. where VALUE is the bits to set or minus the bits to clear.
9626#. An empty string NAME is used to identify the default VALUE.
b97e55da
JM
9627#: config/i860/i860.h:60
9628msgid "Generate code which uses the FPU"
9e620082
ZW
9629msgstr ""
9630
b97e55da
JM
9631#: config/i860/i860.h:61 config/i860/i860.h:62
9632msgid "Do not generate code which uses the FPU"
9e620082
ZW
9633msgstr ""
9634
b97e55da
JM
9635#: config/ia64/ia64-c.c:52
9636msgid "malformed #pragma builtin"
a47a6810
JM
9637msgstr ""
9638
807ab1f2 9639#: config/ia64/ia64.c:480 config/m32r/m32r.c:356
b97e55da
JM
9640#, c-format
9641msgid "invalid argument of `%s' attribute"
a47a6810
JM
9642msgstr ""
9643
807ab1f2 9644#: config/ia64/ia64.c:492
b97e55da 9645msgid "%Jan address area attribute cannot be specified for local variables"
a47a6810
JM
9646msgstr ""
9647
807ab1f2 9648#: config/ia64/ia64.c:499
b97e55da 9649msgid "%Jaddress area of '%s' conflicts with previous declaration"
a47a6810
JM
9650msgstr ""
9651
807ab1f2 9652#: config/ia64/ia64.c:506
b97e55da 9653msgid "%Jaddress area attribute cannot be specified for functions"
a47a6810
JM
9654msgstr ""
9655
de104104 9656#: config/ia64/ia64.c:3755
b97e55da 9657msgid "ia64_print_operand: unknown code"
a47a6810
JM
9658msgstr ""
9659
de104104 9660#: config/ia64/ia64.c:4095 config/pa/pa.c:316
b97e55da 9661msgid "value of -mfixed-range must have form REG1-REG2"
a47a6810
JM
9662msgstr ""
9663
de104104 9664#: config/ia64/ia64.c:4122 config/pa/pa.c:343
b97e55da
JM
9665#, c-format
9666msgid "%s-%s is an empty range"
a47a6810
JM
9667msgstr ""
9668
de104104 9669#: config/ia64/ia64.c:4173
b97e55da 9670msgid "cannot optimize floating point division for both latency and throughput"
a47a6810
JM
9671msgstr ""
9672
de104104 9673#: config/ia64/ia64.c:4190
b97e55da 9674msgid "cannot optimize integer division for both latency and throughput"
a47a6810
JM
9675msgstr ""
9676
de104104 9677#: config/ia64/ia64.c:4207
8d98c44c
JM
9678msgid "cannot optimize square root for both latency and throughput"
9679msgstr ""
9680
de104104 9681#: config/ia64/ia64.c:4221
8d98c44c
JM
9682msgid "not yet implemented: latency-optimized inline square root"
9683msgstr ""
9684
de104104 9685#: config/ia64/ia64.c:4233
b97e55da
JM
9686#, c-format
9687msgid "bad value (%s) for -mtls-size= switch"
a47a6810
JM
9688msgstr ""
9689
de104104 9690#: config/ia64/ia64.c:4249
b97e55da
JM
9691#, c-format
9692msgid "bad value (%s) for -tune= switch"
a47a6810
JM
9693msgstr ""
9694
b97e55da
JM
9695#. This macro defines names of command options to set and clear bits in
9696#. `target_flags'. Its definition is an initializer with a subgrouping for
9697#. each command option.
807ab1f2 9698#: config/ia64/ia64.h:182
b97e55da 9699msgid "Generate big endian code"
a47a6810
JM
9700msgstr ""
9701
807ab1f2 9702#: config/ia64/ia64.h:184 config/mcore/mcore.h:146
b97e55da 9703msgid "Generate little endian code"
a47a6810
JM
9704msgstr ""
9705
807ab1f2 9706#: config/ia64/ia64.h:186
b97e55da 9707msgid "Generate code for GNU as"
a47a6810
JM
9708msgstr ""
9709
807ab1f2 9710#: config/ia64/ia64.h:188
b97e55da 9711msgid "Generate code for Intel as"
a47a6810
JM
9712msgstr ""
9713
807ab1f2 9714#: config/ia64/ia64.h:190
b97e55da 9715msgid "Generate code for GNU ld"
a47a6810
JM
9716msgstr ""
9717
807ab1f2 9718#: config/ia64/ia64.h:192
b97e55da 9719msgid "Generate code for Intel ld"
a47a6810
JM
9720msgstr ""
9721
807ab1f2 9722#: config/ia64/ia64.h:194
b97e55da 9723msgid "Generate code without GP reg"
a47a6810
JM
9724msgstr ""
9725
807ab1f2 9726#: config/ia64/ia64.h:196
b97e55da 9727msgid "Emit stop bits before and after volatile extended asms"
a47a6810
JM
9728msgstr ""
9729
807ab1f2 9730#: config/ia64/ia64.h:198
b97e55da 9731msgid "Don't emit stop bits before and after volatile extended asms"
a47a6810
JM
9732msgstr ""
9733
807ab1f2 9734#: config/ia64/ia64.h:200
b97e55da 9735msgid "Emit code for Itanium (TM) processor B step"
a47a6810
JM
9736msgstr ""
9737
807ab1f2 9738#: config/ia64/ia64.h:202
b97e55da 9739msgid "Use in/loc/out register names"
a47a6810
JM
9740msgstr ""
9741
807ab1f2 9742#: config/ia64/ia64.h:204
b97e55da 9743msgid "Disable use of sdata/scommon/sbss"
a47a6810
JM
9744msgstr ""
9745
807ab1f2 9746#: config/ia64/ia64.h:206
b97e55da 9747msgid "Enable use of sdata/scommon/sbss"
a47a6810
JM
9748msgstr ""
9749
807ab1f2 9750#: config/ia64/ia64.h:208
b97e55da 9751msgid "gp is constant (but save/restore gp on indirect calls)"
a47a6810
JM
9752msgstr ""
9753
807ab1f2 9754#: config/ia64/ia64.h:210
b97e55da 9755msgid "Generate self-relocatable code"
a47a6810
JM
9756msgstr ""
9757
807ab1f2 9758#: config/ia64/ia64.h:212
b97e55da 9759msgid "Generate inline floating point division, optimize for latency"
9e620082
ZW
9760msgstr ""
9761
807ab1f2 9762#: config/ia64/ia64.h:214
b97e55da 9763msgid "Generate inline floating point division, optimize for throughput"
a47a6810
JM
9764msgstr ""
9765
807ab1f2 9766#: config/ia64/ia64.h:217
b1b51268
JM
9767msgid "Do not inline floating point division"
9768msgstr ""
9769
807ab1f2 9770#: config/ia64/ia64.h:219
b97e55da 9771msgid "Generate inline integer division, optimize for latency"
9e620082
ZW
9772msgstr ""
9773
807ab1f2 9774#: config/ia64/ia64.h:221
b97e55da 9775msgid "Generate inline integer division, optimize for throughput"
9e620082
ZW
9776msgstr ""
9777
807ab1f2 9778#: config/ia64/ia64.h:223
b1b51268
JM
9779msgid "Do not inline integer division"
9780msgstr ""
9781
807ab1f2 9782#: config/ia64/ia64.h:225
8d98c44c
JM
9783msgid "Generate inline square root, optimize for latency"
9784msgstr ""
9785
807ab1f2 9786#: config/ia64/ia64.h:227
8d98c44c
JM
9787msgid "Generate inline square root, optimize for throughput"
9788msgstr ""
9789
807ab1f2 9790#: config/ia64/ia64.h:229
b1b51268
JM
9791msgid "Do not inline square root"
9792msgstr ""
9793
807ab1f2 9794#: config/ia64/ia64.h:231
b97e55da 9795msgid "Enable Dwarf 2 line debug info via GNU as"
9e620082
ZW
9796msgstr ""
9797
807ab1f2 9798#: config/ia64/ia64.h:233
b97e55da 9799msgid "Disable Dwarf 2 line debug info via GNU as"
9e620082
ZW
9800msgstr ""
9801
807ab1f2 9802#: config/ia64/ia64.h:235
b97e55da 9803msgid "Enable earlier placing stop bits for better scheduling"
9e620082
ZW
9804msgstr ""
9805
807ab1f2 9806#: config/ia64/ia64.h:237
b97e55da 9807msgid "Disable earlier placing stop bits"
9e620082
ZW
9808msgstr ""
9809
807ab1f2 9810#: config/ia64/ia64.h:282
b97e55da 9811msgid "Specify range of registers to make fixed"
9e620082
ZW
9812msgstr ""
9813
807ab1f2 9814#: config/ip2k/ip2k.c:1086
b97e55da 9815msgid "bad operand"
9e620082
ZW
9816msgstr ""
9817
807ab1f2 9818#: config/iq2000/iq2000.c:1647
b97e55da
JM
9819#, c-format
9820msgid "bad value (%s) for -mcpu= switch"
9e620082
ZW
9821msgstr ""
9822
807ab1f2 9823#: config/iq2000/iq2000.c:1676
b97e55da
JM
9824#, c-format
9825msgid "The compiler does not support -march=%s."
9e620082
ZW
9826msgstr ""
9827
807ab1f2 9828#: config/iq2000/iq2000.c:2063
b97e55da
JM
9829#, c-format
9830msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
a47a6810
JM
9831msgstr ""
9832
807ab1f2 9833#: config/iq2000/iq2000.c:2845
b97e55da
JM
9834#, c-format
9835msgid "argument `%d' is not a constant"
9e620082
ZW
9836msgstr ""
9837
807ab1f2 9838#: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
b97e55da 9839msgid "PRINT_OPERAND_ADDRESS, null pointer"
9e620082
ZW
9840msgstr ""
9841
807ab1f2 9842#: config/iq2000/iq2000.c:3303
b97e55da
JM
9843#, c-format
9844msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9e620082
ZW
9845msgstr ""
9846
de104104 9847#: config/iq2000/iq2000.c:3312 config/mips/mips.c:4801
807ab1f2 9848#: config/xtensa/xtensa.c:1887
b97e55da 9849msgid "PRINT_OPERAND null pointer"
9e620082
ZW
9850msgstr ""
9851
807ab1f2 9852#: config/iq2000/iq2000.c:3381
b97e55da
JM
9853#, c-format
9854msgid "invalid %%P operand"
9e620082
ZW
9855msgstr ""
9856
d5706a1e 9857#: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10241
b97e55da
JM
9858#, c-format
9859msgid "invalid %%p value"
9e620082
ZW
9860msgstr ""
9861
de104104 9862#: config/iq2000/iq2000.c:3453 config/mips/mips.c:4927
b97e55da
JM
9863#, c-format
9864msgid "invalid use of %%d, %%x, or %%X"
9e620082
ZW
9865msgstr ""
9866
01b84e13 9867#: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
b97e55da 9868msgid "No default crt0.o"
9e620082
ZW
9869msgstr ""
9870
01b84e13 9871#: config/iq2000/iq2000.h:74
b97e55da 9872msgid "Use GP relative sdata/sbss sections"
9e620082
ZW
9873msgstr ""
9874
01b84e13 9875#: config/iq2000/iq2000.h:76
b97e55da 9876msgid "Don't use GP relative sdata/sbss sections"
9e620082
ZW
9877msgstr ""
9878
807ab1f2 9879#: config/iq2000/iq2000.h:78 config/mips/mips.h:579
b97e55da 9880msgid "Use ROM instead of RAM"
9e620082
ZW
9881msgstr ""
9882
807ab1f2 9883#: config/iq2000/iq2000.h:80 config/mips/mips.h:581
b97e55da 9884msgid "Don't use ROM instead of RAM"
66866cda
JM
9885msgstr ""
9886
807ab1f2 9887#: config/iq2000/iq2000.h:82 config/mips/mips.h:583
b97e55da 9888msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9e620082
ZW
9889msgstr ""
9890
807ab1f2 9891#: config/iq2000/iq2000.h:84 config/mips/mips.h:585
b97e55da 9892msgid "Don't put uninitialized constants in ROM"
9e620082
ZW
9893msgstr ""
9894
807ab1f2 9895#: config/iq2000/iq2000.h:106 config/mips/mips.h:770
b97e55da 9896msgid "Specify CPU for scheduling purposes"
9e620082
ZW
9897msgstr ""
9898
807ab1f2 9899#: config/iq2000/iq2000.h:108 config/mips/mips.h:772
b97e55da 9900msgid "Specify CPU for code generation purposes"
a47a6810
JM
9901msgstr ""
9902
807ab1f2 9903#: config/m32r/m32r.c:174
5b7874aa 9904#, c-format
b97e55da 9905msgid "bad value (%s) for -mmodel switch"
9e620082
ZW
9906msgstr ""
9907
807ab1f2 9908#: config/m32r/m32r.c:183
5b7874aa 9909#, c-format
b97e55da 9910msgid "bad value (%s) for -msdata switch"
9e620082
ZW
9911msgstr ""
9912
807ab1f2 9913#: config/m32r/m32r.c:190
01b84e13
JM
9914#, c-format
9915msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
9916msgstr ""
9917
807ab1f2 9918#: config/m32r/m32r.c:2100
5b7874aa 9919#, c-format
b97e55da 9920msgid "invalid operand to %%s code"
9e620082
ZW
9921msgstr ""
9922
807ab1f2 9923#: config/m32r/m32r.c:2107
b97e55da
JM
9924#, c-format
9925msgid "invalid operand to %%p code"
9e620082
ZW
9926msgstr ""
9927
807ab1f2 9928#: config/m32r/m32r.c:2162
b97e55da
JM
9929msgid "bad insn for 'A'"
9930msgstr ""
9931
807ab1f2 9932#: config/m32r/m32r.c:2209
5b7874aa 9933#, c-format
b97e55da 9934msgid "invalid operand to %%T/%%B code"
9e620082
ZW
9935msgstr ""
9936
807ab1f2 9937#: config/m32r/m32r.c:2232
b97e55da
JM
9938#, c-format
9939msgid "invalid operand to %%N code"
9e620082
ZW
9940msgstr ""
9941
807ab1f2 9942#: config/m32r/m32r.c:2265
b97e55da 9943msgid "pre-increment address is not a register"
9e620082
ZW
9944msgstr ""
9945
807ab1f2 9946#: config/m32r/m32r.c:2272
b97e55da 9947msgid "pre-decrement address is not a register"
9e620082
ZW
9948msgstr ""
9949
807ab1f2 9950#: config/m32r/m32r.c:2279
b97e55da 9951msgid "post-increment address is not a register"
9e620082
ZW
9952msgstr ""
9953
807ab1f2 9954#: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
d5706a1e 9955#: config/rs6000/rs6000.c:16563
b97e55da 9956msgid "bad address"
a47a6810
JM
9957msgstr ""
9958
807ab1f2 9959#: config/m32r/m32r.c:2376
b97e55da 9960msgid "lo_sum not of register"
9e620082
ZW
9961msgstr ""
9962
b97e55da 9963#. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
b1b51268 9964#: config/m32r/m32r.h:283
b97e55da 9965msgid "Display compile time statistics"
9e620082
ZW
9966msgstr ""
9967
b1b51268 9968#: config/m32r/m32r.h:285
b97e55da 9969msgid "Align all loops to 32 byte boundary"
1737c953
JM
9970msgstr ""
9971
b1b51268 9972#: config/m32r/m32r.h:288
b97e55da 9973msgid "Only issue one instruction per cycle"
1737c953
JM
9974msgstr ""
9975
b1b51268 9976#: config/m32r/m32r.h:291
b97e55da 9977msgid "Prefer branches over conditional execution"
1737c953
JM
9978msgstr ""
9979
b1b51268 9980#: config/m32r/m32r.h:312
b97e55da 9981msgid "Code size: small, medium or large"
a47a6810
JM
9982msgstr ""
9983
b1b51268 9984#: config/m32r/m32r.h:314
b97e55da 9985msgid "Small data area: none, sdata, use"
a47a6810
JM
9986msgstr ""
9987
807ab1f2 9988#: config/m32r/m32r.h:316 config/mips/mips.h:778
01b84e13
JM
9989msgid "Don't call any cache flush functions"
9990msgstr ""
9991
807ab1f2 9992#: config/m32r/m32r.h:318 config/mips/mips.h:780
01b84e13
JM
9993msgid "Specify cache flush function"
9994msgstr ""
9995
b1b51268 9996#: config/m32r/m32r.h:320
01b84e13
JM
9997msgid "Don't call any cache flush trap"
9998msgstr ""
9999
b1b51268 10000#: config/m32r/m32r.h:322
01b84e13
JM
10001msgid "Specify cache flush trap number"
10002msgstr ""
10003
807ab1f2 10004#: config/m68hc11/m68hc11.c:293
5b7874aa 10005#, c-format
b97e55da 10006msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
9e620082
ZW
10007msgstr ""
10008
807ab1f2 10009#: config/m68hc11/m68hc11.c:1435
b97e55da 10010msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
9e620082
ZW
10011msgstr ""
10012
807ab1f2 10013#: config/m68hc11/m68hc11.c:1441
b97e55da 10014msgid "`trap' attribute is already used"
9e620082
ZW
10015msgstr ""
10016
b97e55da 10017#. !!!! SCz wrong here.
807ab1f2 10018#: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
b97e55da 10019msgid "move insn not handled"
1737c953
JM
10020msgstr ""
10021
807ab1f2
JM
10022#: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10023#: config/m68hc11/m68hc11.c:3987
b97e55da 10024msgid "invalid register in the move instruction"
9e620082
ZW
10025msgstr ""
10026
807ab1f2 10027#: config/m68hc11/m68hc11.c:3666
b97e55da 10028msgid "invalid operand in the instruction"
9e620082
ZW
10029msgstr ""
10030
807ab1f2 10031#: config/m68hc11/m68hc11.c:3961
b97e55da 10032msgid "invalid register in the instruction"
a52453cc
PT
10033msgstr ""
10034
807ab1f2 10035#: config/m68hc11/m68hc11.c:3994
b97e55da 10036msgid "operand 1 must be a hard register"
7bbf788c
PT
10037msgstr ""
10038
807ab1f2 10039#: config/m68hc11/m68hc11.c:4008
b97e55da 10040msgid "invalid rotate insn"
9e620082
ZW
10041msgstr ""
10042
807ab1f2 10043#: config/m68hc11/m68hc11.c:4432
b97e55da 10044msgid "registers IX, IY and Z used in the same INSN"
9e620082
ZW
10045msgstr ""
10046
807ab1f2 10047#: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
b97e55da 10048msgid "cannot do z-register replacement"
9e620082
ZW
10049msgstr ""
10050
807ab1f2 10051#: config/m68hc11/m68hc11.c:5132
b97e55da 10052msgid "invalid Z register replacement for insn"
a47a6810
JM
10053msgstr ""
10054
b97e55da
JM
10055#. Macro to define tables used to set the flags. This is a list in braces of
10056#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10057#. to set or minus the bits to clear. An empty string NAME is used to
10058#. identify the default VALUE.
807ab1f2 10059#: config/m68hc11/m68hc11.h:179
b97e55da 10060msgid "Compile with 16-bit integer mode"
d9b2742a
ZW
10061msgstr ""
10062
807ab1f2 10063#: config/m68hc11/m68hc11.h:181
b97e55da 10064msgid "Compile with 32-bit integer mode"
9d967a7e
ZW
10065msgstr ""
10066
807ab1f2 10067#: config/m68hc11/m68hc11.h:183
b97e55da 10068msgid "Auto pre/post decrement increment allowed"
9d967a7e
ZW
10069msgstr ""
10070
807ab1f2 10071#: config/m68hc11/m68hc11.h:185
b97e55da 10072msgid "Auto pre/post decrement increment not allowed"
9d967a7e
ZW
10073msgstr ""
10074
807ab1f2 10075#: config/m68hc11/m68hc11.h:187
b97e55da 10076msgid "Min/max instructions allowed"
9d967a7e
ZW
10077msgstr ""
10078
807ab1f2 10079#: config/m68hc11/m68hc11.h:189
b97e55da 10080msgid "Min/max instructions not allowed"
9d967a7e
ZW
10081msgstr ""
10082
807ab1f2 10083#: config/m68hc11/m68hc11.h:191
b97e55da 10084msgid "Use call and rtc for function calls and returns"
9d967a7e
ZW
10085msgstr ""
10086
807ab1f2 10087#: config/m68hc11/m68hc11.h:193
b97e55da 10088msgid "Use jsr and rts for function calls and returns"
9d967a7e
ZW
10089msgstr ""
10090
807ab1f2 10091#: config/m68hc11/m68hc11.h:195
b97e55da 10092msgid "Do not use direct addressing mode for soft registers"
9d967a7e
ZW
10093msgstr ""
10094
807ab1f2 10095#: config/m68hc11/m68hc11.h:197
b97e55da 10096msgid "Use direct addressing mode for soft registers"
9d967a7e
ZW
10097msgstr ""
10098
807ab1f2 10099#: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
b97e55da 10100msgid "Compile for a 68HC11"
9d967a7e
ZW
10101msgstr ""
10102
807ab1f2 10103#: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
b97e55da 10104msgid "Compile for a 68HC12"
9d967a7e
ZW
10105msgstr ""
10106
807ab1f2 10107#: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
b97e55da 10108msgid "Compile for a 68HCS12"
9d967a7e
ZW
10109msgstr ""
10110
b97e55da
JM
10111#. This macro is similar to `TARGET_SWITCHES' but defines names of
10112#. command options that have values. Its definition is an
10113#. initializer with a subgrouping for each command option.
10114#.
10115#. Each subgrouping contains a string constant, that defines the
10116#. fixed part of the option name, and the address of a variable. The
10117#. variable, type `char *', is set to the variable part of the given
10118#. option if the fixed part matches. The actual option name is made
10119#. by appending `-m' to the specified name.
807ab1f2 10120#: config/m68hc11/m68hc11.h:223
b97e55da 10121msgid "Specify the register allocation order"
9d967a7e
ZW
10122msgstr ""
10123
807ab1f2 10124#: config/m68hc11/m68hc11.h:225
b97e55da 10125msgid "Indicate the number of soft registers available"
9e620082
ZW
10126msgstr ""
10127
807ab1f2 10128#: config/m68k/m68k.c:216
b97e55da 10129msgid "-mshared-library-id= specified without -mid-shared-library"
9e620082
ZW
10130msgstr ""
10131
807ab1f2 10132#: config/m68k/m68k.c:219
b97e55da
JM
10133#, c-format
10134msgid "-mshared-library-id=%d is not between 0 and %d"
9e620082
ZW
10135msgstr ""
10136
807ab1f2 10137#: config/m68k/m68k.c:233
b97e55da 10138msgid "cannot specify both -msep-data and -mid-shared-library"
9e620082
ZW
10139msgstr ""
10140
807ab1f2 10141#: config/m68k/m68k.c:245
b97e55da 10142msgid "-fPIC is not currently supported on the 68000 or 68010\n"
9e620082
ZW
10143msgstr ""
10144
d5706a1e 10145#: config/m68k/m68k.c:543 config/rs6000/rs6000.c:12732
b06c20ee
JM
10146msgid "stack limit expression is not supported"
10147msgstr ""
10148
807ab1f2 10149#: config/m68k/m68k.h:240 config/m68k/m68k.h:242
b97e55da 10150msgid "Generate code for a 68020"
9e620082
ZW
10151msgstr ""
10152
807ab1f2 10153#: config/m68k/m68k.h:247 config/m68k/m68k.h:250
b97e55da 10154msgid "Generate code for a 68000"
9e620082
ZW
10155msgstr ""
10156
807ab1f2 10157#: config/m68k/m68k.h:252
b97e55da 10158msgid "Use the bit-field instructions"
9e620082
ZW
10159msgstr ""
10160
807ab1f2 10161#: config/m68k/m68k.h:254
b97e55da 10162msgid "Do not use the bit-field instructions"
9e620082
ZW
10163msgstr ""
10164
807ab1f2 10165#: config/m68k/m68k.h:256
b97e55da 10166msgid "Consider type `int' to be 16 bits wide"
9e620082
ZW
10167msgstr ""
10168
807ab1f2 10169#: config/m68k/m68k.h:258
b97e55da 10170msgid "Consider type `int' to be 32 bits wide"
9e620082
ZW
10171msgstr ""
10172
807ab1f2 10173#: config/m68k/m68k.h:261
b97e55da 10174msgid "Generate code with library calls for floating point"
9e620082
ZW
10175msgstr ""
10176
807ab1f2 10177#: config/m68k/m68k.h:263
b97e55da 10178msgid "Generate code for a 68040, without any new instructions"
9e620082
ZW
10179msgstr ""
10180
807ab1f2 10181#: config/m68k/m68k.h:266
b97e55da 10182msgid "Generate code for a 68060, without any new instructions"
9e620082
ZW
10183msgstr ""
10184
807ab1f2 10185#: config/m68k/m68k.h:270
b97e55da 10186msgid "Generate code for a 68030"
9e620082
ZW
10187msgstr ""
10188
807ab1f2 10189#: config/m68k/m68k.h:273
b97e55da 10190msgid "Generate code for a 68040"
9e620082
ZW
10191msgstr ""
10192
807ab1f2 10193#: config/m68k/m68k.h:277
b97e55da 10194msgid "Generate code for a 68060"
9e620082
ZW
10195msgstr ""
10196
807ab1f2 10197#: config/m68k/m68k.h:282
b97e55da 10198msgid "Generate code for a 520X"
9e620082
ZW
10199msgstr ""
10200
807ab1f2 10201#: config/m68k/m68k.h:286
b97e55da 10202msgid "Generate code for a 5206e"
9e620082
ZW
10203msgstr ""
10204
807ab1f2 10205#: config/m68k/m68k.h:290
b97e55da 10206msgid "Generate code for a 528x"
9e620082
ZW
10207msgstr ""
10208
807ab1f2 10209#: config/m68k/m68k.h:294
b97e55da 10210msgid "Generate code for a 5307"
9e620082
ZW
10211msgstr ""
10212
807ab1f2 10213#: config/m68k/m68k.h:298
b97e55da 10214msgid "Generate code for a 5407"
9e620082
ZW
10215msgstr ""
10216
807ab1f2 10217#: config/m68k/m68k.h:301
b97e55da 10218msgid "Generate code for a 68851"
9e620082
ZW
10219msgstr ""
10220
807ab1f2 10221#: config/m68k/m68k.h:303
b97e55da 10222msgid "Do no generate code for a 68851"
5b7874aa
ZW
10223msgstr ""
10224
807ab1f2 10225#: config/m68k/m68k.h:306
b97e55da 10226msgid "Generate code for a 68302"
5b7874aa
ZW
10227msgstr ""
10228
807ab1f2 10229#: config/m68k/m68k.h:309
b97e55da 10230msgid "Generate code for a 68332"
5b7874aa
ZW
10231msgstr ""
10232
807ab1f2 10233#: config/m68k/m68k.h:313
b97e55da 10234msgid "Generate code for a cpu32"
5b7874aa
ZW
10235msgstr ""
10236
807ab1f2 10237#: config/m68k/m68k.h:316
b97e55da 10238msgid "Align variables on a 32-bit boundary"
5b7874aa
ZW
10239msgstr ""
10240
807ab1f2 10241#: config/m68k/m68k.h:318
b97e55da 10242msgid "Align variables on a 16-bit boundary"
5b7874aa
ZW
10243msgstr ""
10244
807ab1f2 10245#: config/m68k/m68k.h:320
b97e55da 10246msgid "Enable separate data segment"
a47a6810
JM
10247msgstr ""
10248
807ab1f2 10249#: config/m68k/m68k.h:322
b97e55da 10250msgid "Disable separate data segment"
a47a6810
JM
10251msgstr ""
10252
807ab1f2 10253#: config/m68k/m68k.h:324
b97e55da 10254msgid "Enable ID based shared library"
5b7874aa
ZW
10255msgstr ""
10256
807ab1f2 10257#: config/m68k/m68k.h:326
b97e55da 10258msgid "Disable ID based shared library"
9e620082
ZW
10259msgstr ""
10260
807ab1f2 10261#: config/m68k/m68k.h:328
b97e55da 10262msgid "Generate pc-relative code"
9e620082
ZW
10263msgstr ""
10264
807ab1f2 10265#: config/m68k/m68k.h:330
b97e55da 10266msgid "Do not use unaligned memory references"
1737c953
JM
10267msgstr ""
10268
807ab1f2 10269#: config/m68k/m68k.h:332
b97e55da 10270msgid "Use unaligned memory references"
9e620082
ZW
10271msgstr ""
10272
807ab1f2 10273#: config/m68k/m68k.h:334
b97e55da 10274msgid "Use different calling convention using 'rtd'"
9e620082
ZW
10275msgstr ""
10276
807ab1f2
JM
10277#. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10278#: config/m68k/m68k.h:344
b97e55da 10279msgid "ID of shared library to build"
9e620082
ZW
10280msgstr ""
10281
807ab1f2 10282#: config/mcore/mcore.c:2987
b97e55da
JM
10283#, c-format
10284msgid "invalid option `-mstack-increment=%s'"
9e620082
ZW
10285msgstr ""
10286
807ab1f2 10287#: config/mcore/mcore.h:113
b97e55da 10288msgid "Inline constants if it can be done in 2 insns or less"
9e620082
ZW
10289msgstr ""
10290
807ab1f2 10291#: config/mcore/mcore.h:115
b97e55da 10292msgid "Inline constants if it only takes 1 instruction"
9e620082
ZW
10293msgstr ""
10294
807ab1f2 10295#: config/mcore/mcore.h:117
b97e55da 10296msgid "Set maximum alignment to 4"
9e620082
ZW
10297msgstr ""
10298
807ab1f2 10299#: config/mcore/mcore.h:119
b97e55da 10300msgid "Set maximum alignment to 8"
9e620082
ZW
10301msgstr ""
10302
807ab1f2 10303#: config/mcore/mcore.h:123
b97e55da 10304msgid "Do not use the divide instruction"
66866cda
JM
10305msgstr ""
10306
807ab1f2 10307#: config/mcore/mcore.h:127
b97e55da 10308msgid "Do not arbitrary sized immediates in bit operations"
9e620082
ZW
10309msgstr ""
10310
807ab1f2 10311#: config/mcore/mcore.h:129
b97e55da 10312msgid "Always treat bit-field as int-sized"
9e620082
ZW
10313msgstr ""
10314
807ab1f2 10315#: config/mcore/mcore.h:133
b97e55da 10316msgid "Force functions to be aligned to a 4 byte boundary"
9e620082
ZW
10317msgstr ""
10318
807ab1f2 10319#: config/mcore/mcore.h:135
b97e55da 10320msgid "Force functions to be aligned to a 2 byte boundary"
9e620082
ZW
10321msgstr ""
10322
807ab1f2 10323#: config/mcore/mcore.h:137
b97e55da 10324msgid "Emit call graph information"
9e620082
ZW
10325msgstr ""
10326
807ab1f2 10327#: config/mcore/mcore.h:141
b97e55da 10328msgid "Prefer word accesses over byte accesses"
9e620082
ZW
10329msgstr ""
10330
807ab1f2 10331#: config/mcore/mcore.h:152
b97e55da 10332msgid "Generate code for the M*Core M340"
9e620082
ZW
10333msgstr ""
10334
807ab1f2 10335#: config/mcore/mcore.h:165
b97e55da 10336msgid "Maximum amount for a single stack increment operation"
9e620082
ZW
10337msgstr ""
10338
de104104 10339#: config/mips/mips.c:3998
b97e55da
JM
10340#, c-format
10341msgid "bad value (%s) for -mabi= switch"
9e620082
ZW
10342msgstr ""
10343
de104104 10344#: config/mips/mips.c:4021
b97e55da
JM
10345#, c-format
10346msgid ""
10347"-mips%s conflicts with the other architecture options, which specify a MIPS%"
10348"d processor"
9e620082
ZW
10349msgstr ""
10350
de104104 10351#: config/mips/mips.c:4040
b97e55da
JM
10352#, c-format
10353msgid "-march=%s is not compatible with the selected ABI"
9e620082
ZW
10354msgstr ""
10355
de104104 10356#: config/mips/mips.c:4055
b97e55da 10357msgid "-mgp64 used with a 32-bit processor"
9e620082
ZW
10358msgstr ""
10359
de104104 10360#: config/mips/mips.c:4057
b97e55da 10361msgid "-mgp32 used with a 64-bit ABI"
9e620082
ZW
10362msgstr ""
10363
de104104 10364#: config/mips/mips.c:4059
b97e55da 10365msgid "-mgp64 used with a 32-bit ABI"
9e620082
ZW
10366msgstr ""
10367
de104104
JM
10368#: config/mips/mips.c:4077 config/mips/mips.c:4079 config/mips/mips.c:4081
10369#: config/mips/mips.c:4161
b97e55da
JM
10370#, c-format
10371msgid "unsupported combination: %s"
9e620082
ZW
10372msgstr ""
10373
de104104 10374#: config/mips/mips.c:4156
807ab1f2
JM
10375msgid ""
10376"generation of Branch Likely instructions enabled, but not supported by "
10377"architecture"
9e620082
ZW
10378msgstr ""
10379
de104104 10380#: config/mips/mips.c:4173
807ab1f2 10381msgid "-G is incompatible with PIC code which is the default"
9e620082
ZW
10382msgstr ""
10383
de104104 10384#: config/mips/mips.c:4240
807ab1f2 10385msgid "-mips3d requires -mpaired-single"
9e620082
ZW
10386msgstr ""
10387
de104104 10388#: config/mips/mips.c:4249
807ab1f2 10389msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
9e620082
ZW
10390msgstr ""
10391
de104104 10392#: config/mips/mips.c:4254
807ab1f2 10393msgid "-mips3d/-mpaired-single must be used with -mips64"
9e620082
ZW
10394msgstr ""
10395
de104104 10396#: config/mips/mips.c:4612
b97e55da 10397msgid "mips_debugger_offset called with non stack/frame/arg pointer"
9e620082
ZW
10398msgstr ""
10399
de104104 10400#: config/mips/mips.c:4738
b97e55da
JM
10401#, c-format
10402msgid "internal error: %%) found without a %%( in assembler pattern"
9e620082
ZW
10403msgstr ""
10404
de104104 10405#: config/mips/mips.c:4752
b97e55da
JM
10406#, c-format
10407msgid "internal error: %%] found without a %%[ in assembler pattern"
a47a6810
JM
10408msgstr ""
10409
de104104 10410#: config/mips/mips.c:4765
b97e55da
JM
10411#, c-format
10412msgid "internal error: %%> found without a %%< in assembler pattern"
9e620082
ZW
10413msgstr ""
10414
de104104 10415#: config/mips/mips.c:4778
b97e55da
JM
10416#, c-format
10417msgid "internal error: %%} found without a %%{ in assembler pattern"
9e620082
ZW
10418msgstr ""
10419
de104104 10420#: config/mips/mips.c:4792
b97e55da
JM
10421#, c-format
10422msgid "PRINT_OPERAND: unknown punctuation '%c'"
9e620082
ZW
10423msgstr ""
10424
de104104 10425#: config/mips/mips.c:4821
b97e55da
JM
10426#, c-format
10427msgid "PRINT_OPERAND, invalid insn for %%C"
9e620082
ZW
10428msgstr ""
10429
de104104 10430#: config/mips/mips.c:4838
b97e55da
JM
10431#, c-format
10432msgid "PRINT_OPERAND, invalid insn for %%N"
9e620082
ZW
10433msgstr ""
10434
de104104 10435#: config/mips/mips.c:4847
b97e55da
JM
10436#, c-format
10437msgid "PRINT_OPERAND, invalid insn for %%F"
9e620082
ZW
10438msgstr ""
10439
de104104 10440#: config/mips/mips.c:4856
b97e55da
JM
10441#, c-format
10442msgid "PRINT_OPERAND, invalid insn for %%W"
9e620082
ZW
10443msgstr ""
10444
de104104 10445#: config/mips/mips.c:4877
b97e55da 10446#, c-format
807ab1f2 10447msgid "invalid %%Y value"
9e620082
ZW
10448msgstr ""
10449
de104104 10450#: config/mips/mips.c:4955
807ab1f2 10451msgid "PRINT_OPERAND, invalid operand for relocation"
9e620082
ZW
10452msgstr ""
10453
de104104 10454#: config/mips/mips.c:7517
b97e55da 10455#, c-format
807ab1f2 10456msgid "cannot handle inconsistent calls to `%s'"
9e620082
ZW
10457msgstr ""
10458
de104104 10459#: config/mips/mips.c:8907
807ab1f2 10460msgid "the cpu name must be lower case"
9e620082
ZW
10461msgstr ""
10462
de104104 10463#: config/mips/mips.c:8929
b97e55da 10464#, c-format
807ab1f2 10465msgid "bad value (%s) for %s"
9e620082
ZW
10466msgstr ""
10467
b97e55da
JM
10468#: config/mips/linux64.h:39
10469msgid "Same as -mabi=32, just trickier"
9e620082
ZW
10470msgstr ""
10471
b97e55da
JM
10472#. Target CPU builtins.
10473#. We do this here because __mips is defined below and so we can't use builtin_define_std.
10474#. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
10475#. Macros dependent on the C dialect.
01b84e13 10476#. Bizarre, but needed at least for Irix.
b97e55da
JM
10477#. Macro to define tables used to set the flags.
10478#. This is a list in braces of pairs in braces,
10479#. each pair being { "NAME", VALUE }
10480#. where VALUE is the bits to set or minus the bits to clear.
10481#. An empty string NAME is used to identify the default VALUE.
807ab1f2 10482#: config/mips/mips.h:527
b97e55da 10483msgid "Use 64-bit int type"
9e620082
ZW
10484msgstr ""
10485
807ab1f2 10486#: config/mips/mips.h:529
b97e55da 10487msgid "Use 64-bit long type"
9e620082
ZW
10488msgstr ""
10489
807ab1f2 10490#: config/mips/mips.h:531
b97e55da 10491msgid "Use 32-bit long type"
9e620082
ZW
10492msgstr ""
10493
807ab1f2 10494#: config/mips/mips.h:533
b97e55da 10495msgid "Optimize lui/addiu address loads"
9e620082
ZW
10496msgstr ""
10497
807ab1f2 10498#: config/mips/mips.h:535
b97e55da 10499msgid "Don't optimize lui/addiu address loads"
9e620082
ZW
10500msgstr ""
10501
807ab1f2
JM
10502#: config/mips/mips.h:537
10503msgid "Use GNU as (now ignored)"
5b7874aa
ZW
10504msgstr ""
10505
807ab1f2 10506#: config/mips/mips.h:539 config/mips/mips.h:541
b97e55da 10507msgid "Use GP relative sdata/sbss sections (now ignored)"
9e620082
ZW
10508msgstr ""
10509
807ab1f2 10510#: config/mips/mips.h:543 config/mips/mips.h:545
b97e55da 10511msgid "Don't use GP relative sdata/sbss sections (now ignored)"
d9b2742a
ZW
10512msgstr ""
10513
807ab1f2 10514#: config/mips/mips.h:547
b97e55da 10515msgid "Output compiler statistics (now ignored)"
9e620082
ZW
10516msgstr ""
10517
807ab1f2 10518#: config/mips/mips.h:549
b97e55da 10519msgid "Don't output compiler statistics"
9e620082
ZW
10520msgstr ""
10521
807ab1f2 10522#: config/mips/mips.h:551
b97e55da 10523msgid "Don't optimize block moves"
9e620082
ZW
10524msgstr ""
10525
807ab1f2 10526#: config/mips/mips.h:553
b97e55da 10527msgid "Optimize block moves"
9e620082
ZW
10528msgstr ""
10529
807ab1f2 10530#: config/mips/mips.h:555
b97e55da 10531msgid "Use mips-tfile asm postpass"
9e620082
ZW
10532msgstr ""
10533
807ab1f2 10534#: config/mips/mips.h:557
b97e55da 10535msgid "Don't use mips-tfile asm postpass"
9e620082
ZW
10536msgstr ""
10537
807ab1f2 10538#: config/mips/mips.h:559 config/pa/pa.h:288
b06c20ee
JM
10539msgid "Use software floating point"
10540msgstr ""
10541
b97e55da
JM
10542#. Macro to define tables used to set the flags.
10543#. This is a list in braces of triplets in braces,
10544#. each triplet being { "NAME", VALUE, DOC }
10545#. where VALUE is the bits to set or minus the bits to clear and DOC
10546#. is the documentation for --help (NULL if intentionally undocumented).
10547#. An empty string NAME is used to identify the default VALUE.
807ab1f2 10548#: config/mips/mips.h:561 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
b97e55da 10549msgid "Use hardware floating point"
9e620082
ZW
10550msgstr ""
10551
807ab1f2 10552#: config/mips/mips.h:563
b97e55da 10553msgid "Use 64-bit FP registers"
9e620082
ZW
10554msgstr ""
10555
807ab1f2 10556#: config/mips/mips.h:565
b97e55da 10557msgid "Use 32-bit FP registers"
9e620082
ZW
10558msgstr ""
10559
807ab1f2 10560#: config/mips/mips.h:567
b97e55da 10561msgid "Use 64-bit general registers"
9e620082
ZW
10562msgstr ""
10563
807ab1f2 10564#: config/mips/mips.h:569
b97e55da 10565msgid "Use 32-bit general registers"
9e620082
ZW
10566msgstr ""
10567
807ab1f2 10568#: config/mips/mips.h:571
b97e55da 10569msgid "Use Irix PIC"
9e620082
ZW
10570msgstr ""
10571
807ab1f2 10572#: config/mips/mips.h:573
b97e55da 10573msgid "Don't use Irix PIC"
9e620082
ZW
10574msgstr ""
10575
807ab1f2 10576#: config/mips/mips.h:575
b97e55da 10577msgid "Use indirect calls"
9e620082
ZW
10578msgstr ""
10579
807ab1f2 10580#: config/mips/mips.h:577
b97e55da 10581msgid "Don't use indirect calls"
9e620082
ZW
10582msgstr ""
10583
807ab1f2 10584#: config/mips/mips.h:587
b97e55da 10585msgid "Use big-endian byte order"
a47a6810
JM
10586msgstr ""
10587
807ab1f2 10588#: config/mips/mips.h:589
b97e55da 10589msgid "Use little-endian byte order"
a47a6810
JM
10590msgstr ""
10591
807ab1f2 10592#: config/mips/mips.h:591
b97e55da 10593msgid "Use single (32-bit) FP only"
9e620082
ZW
10594msgstr ""
10595
807ab1f2 10596#: config/mips/mips.h:593
b97e55da 10597msgid "Don't use single (32-bit) FP only"
9e620082
ZW
10598msgstr ""
10599
807ab1f2
JM
10600#: config/mips/mips.h:595 config/mips/mips.h:597
10601msgid "Use paired-single floating point instructions"
10602msgstr ""
10603
10604#: config/mips/mips.h:599 config/mips/mips.h:601
10605msgid "Use MIPS-3D instructions"
10606msgstr ""
10607
10608#: config/mips/mips.h:603
b97e55da 10609msgid "Use multiply accumulate"
9e620082
ZW
10610msgstr ""
10611
807ab1f2 10612#: config/mips/mips.h:605
b97e55da 10613msgid "Don't use multiply accumulate"
d9b2742a
ZW
10614msgstr ""
10615
807ab1f2 10616#: config/mips/mips.h:607
b97e55da 10617msgid "Don't generate fused multiply/add instructions"
a47a6810
JM
10618msgstr ""
10619
807ab1f2 10620#: config/mips/mips.h:609 config/rs6000/rs6000.h:345
b97e55da 10621msgid "Generate fused multiply/add instructions"
a47a6810
JM
10622msgstr ""
10623
807ab1f2 10624#: config/mips/mips.h:611
b1b51268
JM
10625msgid "Perform VR4130-specific alignment optimizations"
10626msgstr ""
10627
807ab1f2 10628#: config/mips/mips.h:613
b1b51268
JM
10629msgid "Don't perform VR4130-specific alignment optimizations"
10630msgstr ""
10631
807ab1f2 10632#: config/mips/mips.h:615
b97e55da 10633msgid "Work around early 4300 hardware bug"
9e620082
ZW
10634msgstr ""
10635
807ab1f2 10636#: config/mips/mips.h:617
b97e55da 10637msgid "Don't work around early 4300 hardware bug"
9e620082
ZW
10638msgstr ""
10639
807ab1f2 10640#: config/mips/mips.h:619
b97e55da 10641msgid "Work around errata for early SB-1 revision 2 cores"
9e620082
ZW
10642msgstr ""
10643
807ab1f2 10644#: config/mips/mips.h:621
b97e55da 10645msgid "Don't work around errata for early SB-1 revision 2 cores"
9e620082
ZW
10646msgstr ""
10647
807ab1f2 10648#: config/mips/mips.h:623
b1b51268
JM
10649msgid "Work around R4000 errata"
10650msgstr ""
10651
807ab1f2 10652#: config/mips/mips.h:625
b1b51268
JM
10653msgid "Don't work around R4000 errata"
10654msgstr ""
10655
807ab1f2 10656#: config/mips/mips.h:627
b1b51268
JM
10657msgid "Work around R4400 errata"
10658msgstr ""
10659
807ab1f2 10660#: config/mips/mips.h:629
b1b51268
JM
10661msgid "Don't work around R4400 errata"
10662msgstr ""
10663
807ab1f2 10664#: config/mips/mips.h:631
b1b51268
JM
10665msgid "Work around certain VR4120 errata"
10666msgstr ""
10667
807ab1f2 10668#: config/mips/mips.h:633
b1b51268
JM
10669msgid "Don't work around certain VR4120 errata"
10670msgstr ""
10671
807ab1f2 10672#: config/mips/mips.h:635
b97e55da 10673msgid "Trap on integer divide by zero"
9e620082
ZW
10674msgstr ""
10675
807ab1f2 10676#: config/mips/mips.h:637
b97e55da 10677msgid "Don't trap on integer divide by zero"
9e620082
ZW
10678msgstr ""
10679
807ab1f2
JM
10680#: config/mips/mips.h:639
10681msgid "Use trap to check for integer divide by zero"
10682msgstr ""
10683
10684#: config/mips/mips.h:641
10685msgid "Use break to check for integer divide by zero"
10686msgstr ""
10687
10688#: config/mips/mips.h:643
b97e55da 10689msgid "Use Branch Likely instructions, overriding default for arch"
9e620082
ZW
10690msgstr ""
10691
807ab1f2 10692#: config/mips/mips.h:645
b97e55da 10693msgid "Don't use Branch Likely instructions, overriding default for arch"
9e620082
ZW
10694msgstr ""
10695
807ab1f2 10696#: config/mips/mips.h:647
b97e55da 10697msgid "Use NewABI-style %reloc() assembly operators"
9e620082
ZW
10698msgstr ""
10699
807ab1f2 10700#: config/mips/mips.h:649
b97e55da 10701msgid "Use assembler macros instead of relocation operators"
9e620082
ZW
10702msgstr ""
10703
807ab1f2 10704#: config/mips/mips.h:651
b97e55da 10705msgid "Generate mips16 code"
9e620082
ZW
10706msgstr ""
10707
807ab1f2 10708#: config/mips/mips.h:653
b97e55da 10709msgid "Generate normal-mode code"
9e620082
ZW
10710msgstr ""
10711
807ab1f2 10712#: config/mips/mips.h:655
b97e55da 10713msgid "Lift restrictions on GOT size"
9e620082
ZW
10714msgstr ""
10715
807ab1f2 10716#: config/mips/mips.h:657
b97e55da 10717msgid "Do not lift restrictions on GOT size"
9e620082
ZW
10718msgstr ""
10719
807ab1f2 10720#: config/mips/mips.h:659
b1b51268
JM
10721msgid "FP exceptions are enabled"
10722msgstr ""
10723
807ab1f2 10724#: config/mips/mips.h:661
b1b51268 10725msgid "FP exceptions are not enabled"
9e620082
ZW
10726msgstr ""
10727
807ab1f2 10728#: config/mips/mips.h:776
b97e55da 10729msgid "Specify a Standard MIPS ISA"
9e620082
ZW
10730msgstr ""
10731
b97e55da
JM
10732#. Output assembler code to FILE to increment profiler label # LABELNO
10733#. for profiling a function entry.
d5706a1e 10734#: config/mips/mips.h:2331
b97e55da 10735msgid "mips16 function profiling"
9e620082
ZW
10736msgstr ""
10737
807ab1f2 10738#: config/mmix/mmix.c:229
b97e55da
JM
10739#, c-format
10740msgid "-f%s not supported: ignored"
9e620082
ZW
10741msgstr ""
10742
807ab1f2 10743#: config/mmix/mmix.c:657
5b7874aa 10744#, c-format
b97e55da
JM
10745msgid ""
10746"too large function value type, needs %d registers, have only %d registers "
10747"for this"
9e620082
ZW
10748msgstr ""
10749
807ab1f2 10750#: config/mmix/mmix.c:827
b97e55da 10751msgid "function_profiler support for MMIX"
d9b2742a
ZW
10752msgstr ""
10753
807ab1f2 10754#: config/mmix/mmix.c:849
b97e55da 10755msgid "MMIX Internal: Last named vararg would not fit in a register"
d9b2742a
ZW
10756msgstr ""
10757
807ab1f2 10758#: config/mmix/mmix.c:1458 config/mmix/mmix.c:1588
b97e55da 10759msgid "MMIX Internal: Expected a CONST_INT, not this"
9e620082
ZW
10760msgstr ""
10761
807ab1f2 10762#: config/mmix/mmix.c:1466 config/mmix/mmix.c:1490 config/mmix/mmix.c:1606
b97e55da
JM
10763#, c-format
10764msgid "MMIX Internal: Bad register: %d"
9e620082
ZW
10765msgstr ""
10766
807ab1f2 10767#: config/mmix/mmix.c:1537
b97e55da 10768msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
9e620082
ZW
10769msgstr ""
10770
807ab1f2 10771#: config/mmix/mmix.c:1556
b97e55da 10772msgid "MMIX Internal: Expected a register, not this"
9e620082
ZW
10773msgstr ""
10774
807ab1f2 10775#: config/mmix/mmix.c:1566
b97e55da 10776msgid "MMIX Internal: Expected a constant, not this"
9e620082
ZW
10777msgstr ""
10778
b97e55da 10779#. Presumably there's a missing case above if we get here.
807ab1f2 10780#: config/mmix/mmix.c:1598
b97e55da
JM
10781#, c-format
10782msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
9e620082
ZW
10783msgstr ""
10784
b97e55da 10785#. We need the original here.
807ab1f2 10786#: config/mmix/mmix.c:1650
b97e55da 10787msgid "MMIX Internal: Cannot decode this operand"
9e620082
ZW
10788msgstr ""
10789
807ab1f2 10790#: config/mmix/mmix.c:1707
b97e55da 10791msgid "MMIX Internal: This is not a recognized address"
9e620082
ZW
10792msgstr ""
10793
807ab1f2 10794#: config/mmix/mmix.c:1884
b97e55da
JM
10795#, c-format
10796msgid "stack frame not a multiple of 8 bytes: %d"
9e620082
ZW
10797msgstr ""
10798
807ab1f2 10799#: config/mmix/mmix.c:2123
b97e55da
JM
10800#, c-format
10801msgid "stack frame not a multiple of octabyte: %d"
9e620082
ZW
10802msgstr ""
10803
807ab1f2 10804#: config/mmix/mmix.c:2597 config/mmix/mmix.c:2661
b97e55da
JM
10805#, c-format
10806msgid "MMIX Internal: %s is not a shiftable int"
9e620082
ZW
10807msgstr ""
10808
807ab1f2 10809#: config/mmix/mmix.c:2777
b97e55da 10810msgid "MMIX Internal: Trying to output invalidly reversed condition:"
9e620082
ZW
10811msgstr ""
10812
807ab1f2 10813#: config/mmix/mmix.c:2784
b97e55da 10814msgid "MMIX Internal: What's the CC of this?"
9e620082
ZW
10815msgstr ""
10816
807ab1f2 10817#: config/mmix/mmix.c:2788
b97e55da 10818msgid "MMIX Internal: What is the CC of this?"
a47a6810
JM
10819msgstr ""
10820
807ab1f2 10821#: config/mmix/mmix.c:2858
b97e55da 10822msgid "MMIX Internal: This is not a constant:"
a47a6810
JM
10823msgstr ""
10824
d5706a1e
ZW
10825#. For these target macros, there is no generic documentation here. You
10826#. should read `Using and Porting GCC' for that. Only comments specific
10827#. to the MMIX target are here.
10828#.
10829#. There are however references to the specific texinfo node (comments
10830#. with "Node:"), so there should be little or nothing amiss. Probably
10831#. the opposite, since we don't have to care about old littering and
10832#. soon outdated generic comments.
10833#. Node: Driver
10834#. User symbols are in the same name-space as built-in symbols, but we
10835#. don't need the built-in symbols, so remove those and instead apply
10836#. stricter operand checking. Don't warn when expanding insns.
10837#. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
10838#. Provide default program start 0x100 unless -mno-set-program-start.
10839#. Don't do this if linking relocatably, with -r. For a final link,
10840#. produce mmo, unless ELF is requested or when linking relocatably.
10841#. Put unused option values here.
b97e55da
JM
10842#: config/mmix/mmix.h:132
10843msgid "Set start-address of the program"
a47a6810
JM
10844msgstr ""
10845
b97e55da
JM
10846#: config/mmix/mmix.h:134
10847msgid "Set start-address of data"
a47a6810
JM
10848msgstr ""
10849
b97e55da
JM
10850#. FIXME: Provide a way to *load* the epsilon register.
10851#: config/mmix/mmix.h:198
10852msgid "For intrinsics library: pass all parameters in registers"
7bbf788c
PT
10853msgstr ""
10854
b97e55da
JM
10855#: config/mmix/mmix.h:201
10856msgid "Use register stack for parameters and return value"
9e620082
ZW
10857msgstr ""
10858
b97e55da
JM
10859#: config/mmix/mmix.h:203
10860msgid "Use call-clobbered registers for parameters and return value"
9e620082
ZW
10861msgstr ""
10862
b97e55da
JM
10863#: config/mmix/mmix.h:205
10864msgid "Use epsilon-respecting floating point compare instructions"
d9b2742a
ZW
10865msgstr ""
10866
b97e55da
JM
10867#: config/mmix/mmix.h:208
10868msgid "Use zero-extending memory loads, not sign-extending ones"
9e620082
ZW
10869msgstr ""
10870
b97e55da
JM
10871#: config/mmix/mmix.h:211
10872msgid ""
10873"Generate divide results with reminder having the same sign as the divisor "
10874"(not the dividend)"
9e620082
ZW
10875msgstr ""
10876
b97e55da
JM
10877#: config/mmix/mmix.h:215
10878msgid "Prepend global symbols with \":\" (for use with PREFIX)"
9e620082
ZW
10879msgstr ""
10880
b97e55da
JM
10881#: config/mmix/mmix.h:217
10882msgid "Do not provide a default start-address 0x100 of the program"
9e620082
ZW
10883msgstr ""
10884
b97e55da
JM
10885#: config/mmix/mmix.h:219
10886msgid "Link to emit program in ELF format (rather than mmo)"
9e620082
ZW
10887msgstr ""
10888
b97e55da
JM
10889#: config/mmix/mmix.h:221
10890msgid "Use P-mnemonics for branches statically predicted as taken"
a47a6810
JM
10891msgstr ""
10892
b97e55da
JM
10893#: config/mmix/mmix.h:223
10894msgid "Don't use P-mnemonics for branches"
9e620082
ZW
10895msgstr ""
10896
b97e55da
JM
10897#: config/mmix/mmix.h:225
10898msgid "Use addresses that allocate global registers"
9e620082
ZW
10899msgstr ""
10900
b97e55da
JM
10901#: config/mmix/mmix.h:227
10902msgid "Do not use addresses that allocate global registers"
9e620082
ZW
10903msgstr ""
10904
b97e55da
JM
10905#: config/mmix/mmix.h:229
10906msgid "Generate a single exit point for each function"
9e620082
ZW
10907msgstr ""
10908
b97e55da
JM
10909#: config/mmix/mmix.h:231
10910msgid "Do not generate a single exit point for each function"
9e620082
ZW
10911msgstr ""
10912
01b84e13 10913#: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
b97e55da 10914msgid "Target the AM33 processor"
9e620082
ZW
10915msgstr ""
10916
01b84e13 10917#: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
b97e55da 10918msgid "Target the AM33/2.0 processor"
9e620082
ZW
10919msgstr ""
10920
01b84e13 10921#: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
b97e55da 10922msgid "Enable linker relaxations"
9e620082
ZW
10923msgstr ""
10924
b97e55da
JM
10925#: config/mn10300/mn10300.h:69
10926msgid "Work around hardware multiply bug"
9e620082
ZW
10927msgstr ""
10928
b97e55da
JM
10929#: config/mn10300/mn10300.h:70
10930msgid "Do not work around hardware multiply bug"
9e620082
ZW
10931msgstr ""
10932
de104104 10933#: config/ns32k/ns32k.h:142 config/s390/s390.h:136
b97e55da 10934msgid "Don't use hardware fp"
9e620082
ZW
10935msgstr ""
10936
b97e55da
JM
10937#: config/ns32k/ns32k.h:143
10938msgid "Alternative calling convention"
9e620082
ZW
10939msgstr ""
10940
b97e55da
JM
10941#: config/ns32k/ns32k.h:145
10942msgid "Pass some arguments in registers"
9e620082
ZW
10943msgstr ""
10944
b97e55da
JM
10945#: config/ns32k/ns32k.h:146
10946msgid "Pass all arguments on stack"
9e620082
ZW
10947msgstr ""
10948
b97e55da
JM
10949#: config/ns32k/ns32k.h:147
10950msgid "Optimize for 32532 cpu"
9e620082
ZW
10951msgstr ""
10952
b97e55da
JM
10953#: config/ns32k/ns32k.h:148
10954msgid "Optimize for 32332 cpu"
9e620082
ZW
10955msgstr ""
10956
b97e55da
JM
10957#: config/ns32k/ns32k.h:150
10958msgid "Optimize for 32032"
9e620082
ZW
10959msgstr ""
10960
b97e55da
JM
10961#: config/ns32k/ns32k.h:152
10962msgid "Register sb is zero. Use for absolute addressing"
9e620082
ZW
10963msgstr ""
10964
b97e55da
JM
10965#: config/ns32k/ns32k.h:153
10966msgid "Do not use register sb"
9e620082
ZW
10967msgstr ""
10968
b97e55da
JM
10969#: config/ns32k/ns32k.h:155
10970msgid "Use bit-field instructions"
9e620082
ZW
10971msgstr ""
10972
b97e55da
JM
10973#: config/ns32k/ns32k.h:157
10974msgid "Do not use bit-field instructions"
9e620082
ZW
10975msgstr ""
10976
b97e55da
JM
10977#: config/ns32k/ns32k.h:158
10978msgid "Generate code for high memory"
9e620082
ZW
10979msgstr ""
10980
b97e55da
JM
10981#: config/ns32k/ns32k.h:159
10982msgid "Generate code for low memory"
9e620082
ZW
10983msgstr ""
10984
b97e55da
JM
10985#: config/ns32k/ns32k.h:160
10986msgid "32381 fpu"
9e620082
ZW
10987msgstr ""
10988
b97e55da
JM
10989#: config/ns32k/ns32k.h:162
10990msgid "Use multiply-accumulate fp instructions"
9e620082
ZW
10991msgstr ""
10992
b97e55da
JM
10993#: config/ns32k/ns32k.h:164
10994msgid "Do not use multiply-accumulate fp instructions"
9e620082
ZW
10995msgstr ""
10996
b97e55da
JM
10997#: config/ns32k/ns32k.h:165
10998msgid "\"Small register classes\" kludge"
9e620082
ZW
10999msgstr ""
11000
b97e55da
JM
11001#: config/ns32k/ns32k.h:166
11002msgid "No \"Small register classes\" kludge"
9e620082
ZW
11003msgstr ""
11004
807ab1f2 11005#: config/pa/pa.c:404
b97e55da
JM
11006#, c-format
11007msgid ""
11008"unknown -mschedule= option (%s).\n"
11009"Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
9e620082
ZW
11010msgstr ""
11011
807ab1f2 11012#: config/pa/pa.c:429
5b7874aa 11013#, c-format
b97e55da
JM
11014msgid ""
11015"unknown -march= option (%s).\n"
11016"Valid options are 1.0, 1.1, and 2.0\n"
9e620082
ZW
11017msgstr ""
11018
807ab1f2
JM
11019#: config/pa/pa.c:449
11020#, c-format
11021msgid ""
11022"unknown -munix= option (%s).\n"
11023"Valid options are 93, 95 and 98.\n"
11024msgstr ""
11025
11026#: config/pa/pa.c:454
11027#, c-format
11028msgid ""
11029"unknown -munix= option (%s).\n"
11030"Valid options are 93 and 95.\n"
11031msgstr ""
11032
11033#: config/pa/pa.c:458
11034#, c-format
11035msgid ""
11036"unknown -munix= option (%s).\n"
11037"Valid option is 93.\n"
11038msgstr ""
11039
11040#: config/pa/pa.c:475
b97e55da 11041msgid "PIC code generation is not supported in the portable runtime model\n"
9e620082
ZW
11042msgstr ""
11043
807ab1f2 11044#: config/pa/pa.c:480
b97e55da 11045msgid "PIC code generation is not compatible with fast indirect calls\n"
9e620082
ZW
11046msgstr ""
11047
807ab1f2 11048#: config/pa/pa.c:485
b97e55da 11049msgid "-g is only supported when using GAS on this processor,"
9e620082
ZW
11050msgstr ""
11051
807ab1f2
JM
11052#: config/pa/pa.c:486
11053msgid "-g option disabled"
11054msgstr ""
11055
11056#: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
b97e55da 11057msgid "Generate cpp defines for server IO"
9e620082
ZW
11058msgstr ""
11059
807ab1f2 11060#: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
b97e55da 11061msgid "Generate cpp defines for workstation IO"
a47a6810
JM
11062msgstr ""
11063
807ab1f2
JM
11064#: config/pa/pa-hpux10.h:84
11065msgid ""
11066"Specify UNIX standard for predefines and linking.\n"
11067"Supported value is 93."
11068msgstr ""
11069
11070#: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:98
11071msgid ""
11072"Specify UNIX standard for predefines and linking.\n"
11073"Supported values are 93 and 95."
11074msgstr ""
11075
11076#: config/pa/pa-hpux11.h:81
11077msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11078msgstr ""
11079
11080#: config/pa/pa-hpux1111.h:28
11081msgid ""
11082"Specify UNIX standard for predefines and linking.\n"
11083"Supported values are 93, 95 and 98."
11084msgstr ""
11085
b97e55da
JM
11086#. Macro to define tables used to set the flags. This is a
11087#. list in braces of target switches with each switch being
11088#. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
11089#. or minus the bits to clear. An empty string NAME is used to
11090#. identify the default VALUE. Do not mark empty strings for
11091#. translation.
807ab1f2 11092#: config/pa/pa.h:254 config/pa/pa.h:260
b97e55da 11093msgid "Generate PA1.1 code"
9e620082
ZW
11094msgstr ""
11095
807ab1f2 11096#: config/pa/pa.h:256 config/pa/pa.h:258
b97e55da 11097msgid "Generate PA1.0 code"
9e620082
ZW
11098msgstr ""
11099
807ab1f2 11100#: config/pa/pa.h:262
b97e55da 11101msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
9e620082
ZW
11102msgstr ""
11103
807ab1f2 11104#: config/pa/pa.h:264
b97e55da 11105msgid "Disable FP regs"
9e620082
ZW
11106msgstr ""
11107
807ab1f2 11108#: config/pa/pa.h:266
b97e55da 11109msgid "Do not disable FP regs"
9e620082
ZW
11110msgstr ""
11111
807ab1f2 11112#: config/pa/pa.h:268
b97e55da 11113msgid "Disable space regs"
9e620082
ZW
11114msgstr ""
11115
807ab1f2 11116#: config/pa/pa.h:270
b97e55da 11117msgid "Do not disable space regs"
9e620082
ZW
11118msgstr ""
11119
807ab1f2 11120#: config/pa/pa.h:272
b97e55da 11121msgid "Put jumps in call delay slots"
9e620082
ZW
11122msgstr ""
11123
807ab1f2 11124#: config/pa/pa.h:274
b97e55da 11125msgid "Do not put jumps in call delay slots"
9e620082
ZW
11126msgstr ""
11127
807ab1f2 11128#: config/pa/pa.h:276
b97e55da 11129msgid "Disable indexed addressing"
9e620082
ZW
11130msgstr ""
11131
807ab1f2 11132#: config/pa/pa.h:278
b97e55da 11133msgid "Do not disable indexed addressing"
5b7874aa
ZW
11134msgstr ""
11135
807ab1f2 11136#: config/pa/pa.h:280
b97e55da 11137msgid "Use portable calling conventions"
9e620082
ZW
11138msgstr ""
11139
807ab1f2 11140#: config/pa/pa.h:282
b97e55da 11141msgid "Do not use portable calling conventions"
9e620082
ZW
11142msgstr ""
11143
807ab1f2 11144#: config/pa/pa.h:284
b97e55da 11145msgid "Assume code will be assembled by GAS"
9e620082
ZW
11146msgstr ""
11147
807ab1f2 11148#: config/pa/pa.h:286
b97e55da 11149msgid "Do not assume code will be assembled by GAS"
9e620082
ZW
11150msgstr ""
11151
807ab1f2 11152#: config/pa/pa.h:290
b97e55da 11153msgid "Do not use software floating point"
9e620082
ZW
11154msgstr ""
11155
807ab1f2 11156#: config/pa/pa.h:292
b97e55da 11157msgid "Emit long load/store sequences"
9e620082
ZW
11158msgstr ""
11159
807ab1f2 11160#: config/pa/pa.h:294
b97e55da 11161msgid "Do not emit long load/store sequences"
9e620082
ZW
11162msgstr ""
11163
807ab1f2 11164#: config/pa/pa.h:296
b97e55da 11165msgid "Generate fast indirect calls"
9e620082
ZW
11166msgstr ""
11167
807ab1f2 11168#: config/pa/pa.h:298
b97e55da 11169msgid "Do not generate fast indirect calls"
9e620082
ZW
11170msgstr ""
11171
807ab1f2 11172#: config/pa/pa.h:300
b97e55da 11173msgid "Generate code for huge switch statements"
9e620082
ZW
11174msgstr ""
11175
807ab1f2 11176#: config/pa/pa.h:302
b97e55da 11177msgid "Do not generate code for huge switch statements"
9e620082
ZW
11178msgstr ""
11179
807ab1f2 11180#: config/pa/pa.h:304
b97e55da 11181msgid "Always generate long calls"
9e620082
ZW
11182msgstr ""
11183
807ab1f2 11184#: config/pa/pa.h:306
b97e55da 11185msgid "Generate long calls only when needed"
9e620082
ZW
11186msgstr ""
11187
807ab1f2 11188#: config/pa/pa.h:308
b97e55da 11189msgid "Enable linker optimizations"
9e620082
ZW
11190msgstr ""
11191
807ab1f2 11192#: config/pa/pa.h:332
b97e55da 11193msgid ""
807ab1f2
JM
11194"Specify PA-RISC architecture for code generation.\n"
11195"Values are 1.0, 1.1 and 2.0."
11196msgstr ""
11197
11198#: config/pa/pa.h:335
11199msgid "Specify range of registers to make fixed."
11200msgstr ""
11201
11202#: config/pa/pa.h:337
11203msgid "Specify CPU for scheduling purposes."
9e620082
ZW
11204msgstr ""
11205
b97e55da
JM
11206#: config/pa/pa64-hpux.h:29
11207msgid "Assume code will be linked by GNU ld"
9e620082
ZW
11208msgstr ""
11209
b97e55da
JM
11210#: config/pa/pa64-hpux.h:31
11211msgid "Assume code will be linked by HP ld"
9e620082
ZW
11212msgstr ""
11213
807ab1f2 11214#: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
b97e55da 11215msgid "Do not use hardware floating point"
9e620082
ZW
11216msgstr ""
11217
b97e55da
JM
11218#. return float result in ac0
11219#: config/pdp11/pdp11.h:64
11220msgid "Return floating point results in ac0"
a52453cc
PT
11221msgstr ""
11222
b97e55da
JM
11223#: config/pdp11/pdp11.h:65
11224msgid "Return floating point results in memory"
9e620082
ZW
11225msgstr ""
11226
b97e55da
JM
11227#. is 11/40
11228#: config/pdp11/pdp11.h:67
11229msgid "Generate code for an 11/40"
9e620082
ZW
11230msgstr ""
11231
b97e55da
JM
11232#. is 11/45
11233#: config/pdp11/pdp11.h:70
11234msgid "Generate code for an 11/45"
9e620082
ZW
11235msgstr ""
11236
b97e55da
JM
11237#. is 11/10
11238#: config/pdp11/pdp11.h:73
11239msgid "Generate code for an 11/10"
9e620082
ZW
11240msgstr ""
11241
807ab1f2 11242#. use movmemhi for bcopy
b97e55da
JM
11243#. use 32 bit for int
11244#: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11245msgid "Use 32 bit int"
9e620082
ZW
11246msgstr ""
11247
b97e55da
JM
11248#: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11249msgid "Use 16 bit int"
9e620082
ZW
11250msgstr ""
11251
b97e55da
JM
11252#. use 32 bit for float
11253#: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11254msgid "Use 32 bit float"
9e620082
ZW
11255msgstr ""
11256
b97e55da
JM
11257#: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11258msgid "Use 64 bit float"
9e620082
ZW
11259msgstr ""
11260
b97e55da
JM
11261#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11262#. is branching expensive - on a PDP, it's actually really cheap
11263#. this is just to play around and check what code gcc generates
11264#. split instruction and data memory?
11265#: config/pdp11/pdp11.h:95
11266msgid "Target has split I&D"
9e620082
ZW
11267msgstr ""
11268
b97e55da
JM
11269#: config/pdp11/pdp11.h:96
11270msgid "Target does not have split I&D"
9e620082
ZW
11271msgstr ""
11272
b97e55da
JM
11273#. UNIX assembler syntax?
11274#: config/pdp11/pdp11.h:98
11275msgid "Use UNIX assembler syntax"
9e620082
ZW
11276msgstr ""
11277
b97e55da
JM
11278#: config/pdp11/pdp11.h:99
11279msgid "Use DEC assembler syntax"
9e620082
ZW
11280msgstr ""
11281
b97e55da
JM
11282#: config/rs6000/host-darwin.c:52
11283msgid "Segmentation Fault (code)"
11284msgstr ""
11285
11286#: config/rs6000/host-darwin.c:83
11287msgid "Out of stack space.\n"
9e620082
ZW
11288msgstr ""
11289
b97e55da 11290#: config/rs6000/host-darwin.c:104
5b7874aa 11291#, c-format
b97e55da 11292msgid "Try running `%s' in the shell to raise its limit.\n"
9e620082
ZW
11293msgstr ""
11294
b97e55da
JM
11295#: config/rs6000/host-darwin.c:117
11296msgid "Segmentation Fault"
11297msgstr ""
11298
11299#: config/rs6000/host-darwin.c:131
5b7874aa 11300#, c-format
b97e55da 11301msgid "While setting up signal stack: %m"
9e620082
ZW
11302msgstr ""
11303
b97e55da 11304#: config/rs6000/host-darwin.c:137
5b7874aa 11305#, c-format
b97e55da 11306msgid "While setting up signal handler: %m"
9e620082
ZW
11307msgstr ""
11308
b1b51268 11309#: config/rs6000/host-darwin.c:181
5b7874aa 11310#, c-format
b97e55da 11311msgid "couldn't unmap pch_address_space: %m\n"
9e620082
ZW
11312msgstr ""
11313
b97e55da
JM
11314#. Handle the machine specific pragma longcall. Its syntax is
11315#.
11316#. # pragma longcall ( TOGGLE )
11317#.
11318#. where TOGGLE is either 0 or 1.
11319#.
11320#. rs6000_default_long_calls is set to the value of TOGGLE, changing
11321#. whether or not new function declarations receive a longcall
11322#. attribute by default.
11323#: config/rs6000/rs6000-c.c:46
11324msgid "ignoring malformed #pragma longcall"
9e620082
ZW
11325msgstr ""
11326
b97e55da
JM
11327#: config/rs6000/rs6000-c.c:59
11328msgid "missing open paren"
9e620082
ZW
11329msgstr ""
11330
b97e55da
JM
11331#: config/rs6000/rs6000-c.c:61
11332msgid "missing number"
9e620082
ZW
11333msgstr ""
11334
b97e55da
JM
11335#: config/rs6000/rs6000-c.c:63
11336msgid "missing close paren"
9e620082
ZW
11337msgstr ""
11338
b97e55da
JM
11339#: config/rs6000/rs6000-c.c:66
11340msgid "number must be 0 or 1"
9e620082
ZW
11341msgstr ""
11342
b97e55da
JM
11343#: config/rs6000/rs6000-c.c:69
11344msgid "junk at end of #pragma longcall"
9e620082
ZW
11345msgstr ""
11346
d5706a1e 11347#: config/rs6000/rs6000.c:1223
b97e55da 11348msgid "-mmultiple is not supported on little endian systems"
9e620082
ZW
11349msgstr ""
11350
d5706a1e 11351#: config/rs6000/rs6000.c:1230
b97e55da 11352msgid "-mstring is not supported on little endian systems"
9e620082
ZW
11353msgstr ""
11354
d5706a1e 11355#: config/rs6000/rs6000.c:1244
5b7874aa 11356#, c-format
b97e55da 11357msgid "unknown -mdebug-%s switch"
9e620082
ZW
11358msgstr ""
11359
d5706a1e 11360#: config/rs6000/rs6000.c:1256
5b7874aa 11361#, c-format
b97e55da 11362msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
9e620082
ZW
11363msgstr ""
11364
d5706a1e 11365#: config/rs6000/rs6000.c:1267
5b7874aa 11366#, c-format
b97e55da 11367msgid "Unknown switch -mlong-double-%s"
9e620082
ZW
11368msgstr ""
11369
d5706a1e 11370#: config/rs6000/rs6000.c:1308
b1b51268
JM
11371msgid "AltiVec and E500 instructions cannot coexist"
11372msgstr ""
11373
a05e4fdb 11374#. Handle -mfix-and-continue.
d5706a1e 11375#: config/rs6000/rs6000.c:1354 config/rs6000/rs6000.c:1365
a05e4fdb
JM
11376#: config/rs6000/darwin.h:106
11377#, c-format
11378msgid "invalid option `%s'"
11379msgstr ""
11380
d5706a1e 11381#: config/rs6000/rs6000.c:1586
b97e55da
JM
11382#, c-format
11383msgid "unknown -m%s= option specified: '%s'"
a47a6810
JM
11384msgstr ""
11385
d5706a1e 11386#: config/rs6000/rs6000.c:1607
a47a6810 11387#, c-format
b97e55da 11388msgid "not configured for ABI: '%s'"
a47a6810
JM
11389msgstr ""
11390
d5706a1e 11391#: config/rs6000/rs6000.c:1613
b97e55da
JM
11392#, c-format
11393msgid "unknown ABI specified: '%s'"
d9b2742a
ZW
11394msgstr ""
11395
d5706a1e 11396#: config/rs6000/rs6000.c:1627
b97e55da
JM
11397#, c-format
11398msgid "unknown -malign-XXXXX option specified: '%s'"
9e620082
ZW
11399msgstr ""
11400
d5706a1e 11401#: config/rs6000/rs6000.c:4631
b1b51268
JM
11402msgid ""
11403"Cannot return value in vector register because altivec instructions are "
11404"disabled, use -maltivec to enable them."
11405msgstr ""
11406
d5706a1e 11407#: config/rs6000/rs6000.c:4765
b1b51268
JM
11408msgid ""
11409"Cannot pass argument in vector register because altivec instructions are "
11410"disabled, use -maltivec to enable them."
11411msgstr ""
11412
d5706a1e 11413#: config/rs6000/rs6000.c:6203
b97e55da 11414msgid "argument 1 must be a 5-bit signed literal"
9e620082
ZW
11415msgstr ""
11416
d5706a1e 11417#: config/rs6000/rs6000.c:6306 config/rs6000/rs6000.c:6976
b97e55da 11418msgid "argument 2 must be a 5-bit unsigned literal"
9e620082
ZW
11419msgstr ""
11420
d5706a1e 11421#: config/rs6000/rs6000.c:6346
b97e55da 11422msgid "argument 1 of __builtin_altivec_predicate must be a constant"
9e620082
ZW
11423msgstr ""
11424
d5706a1e 11425#: config/rs6000/rs6000.c:6400
b97e55da 11426msgid "argument 1 of __builtin_altivec_predicate is out of range"
9e620082
ZW
11427msgstr ""
11428
d5706a1e 11429#: config/rs6000/rs6000.c:6562
b97e55da 11430msgid "argument 3 must be a 4-bit unsigned literal"
9e620082
ZW
11431msgstr ""
11432
d5706a1e 11433#: config/rs6000/rs6000.c:6734
b97e55da
JM
11434#, c-format
11435msgid "argument to `%s' must be a 2-bit unsigned literal"
9e620082
ZW
11436msgstr ""
11437
d5706a1e 11438#: config/rs6000/rs6000.c:6847
b97e55da 11439msgid "argument to dss must be a 2-bit unsigned literal"
9e620082
ZW
11440msgstr ""
11441
d5706a1e 11442#: config/rs6000/rs6000.c:6862
b1b51268
JM
11443#, c-format
11444msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11445msgstr ""
11446
d5706a1e 11447#: config/rs6000/rs6000.c:7096
b97e55da 11448msgid "argument 1 of __builtin_spe_predicate must be a constant"
9e620082
ZW
11449msgstr ""
11450
d5706a1e 11451#: config/rs6000/rs6000.c:7169
b97e55da 11452msgid "argument 1 of __builtin_spe_predicate is out of range"
9e620082
ZW
11453msgstr ""
11454
d5706a1e 11455#: config/rs6000/rs6000.c:10071
b97e55da
JM
11456#, c-format
11457msgid "invalid %%f value"
9e620082
ZW
11458msgstr ""
11459
d5706a1e 11460#: config/rs6000/rs6000.c:10080
b97e55da
JM
11461#, c-format
11462msgid "invalid %%F value"
9e620082
ZW
11463msgstr ""
11464
d5706a1e 11465#: config/rs6000/rs6000.c:10089
b97e55da
JM
11466#, c-format
11467msgid "invalid %%G value"
9e620082
ZW
11468msgstr ""
11469
d5706a1e 11470#: config/rs6000/rs6000.c:10124
b97e55da
JM
11471#, c-format
11472msgid "invalid %%j code"
9e620082
ZW
11473msgstr ""
11474
d5706a1e 11475#: config/rs6000/rs6000.c:10134
b97e55da
JM
11476#, c-format
11477msgid "invalid %%J code"
9e620082
ZW
11478msgstr ""
11479
d5706a1e 11480#: config/rs6000/rs6000.c:10144
b97e55da
JM
11481#, c-format
11482msgid "invalid %%k value"
9e620082
ZW
11483msgstr ""
11484
d5706a1e 11485#: config/rs6000/rs6000.c:10164 config/xtensa/xtensa.c:1937
b97e55da
JM
11486#, c-format
11487msgid "invalid %%K value"
9e620082
ZW
11488msgstr ""
11489
d5706a1e 11490#: config/rs6000/rs6000.c:10231
b97e55da
JM
11491#, c-format
11492msgid "invalid %%O value"
9e620082
ZW
11493msgstr ""
11494
d5706a1e 11495#: config/rs6000/rs6000.c:10278
b97e55da
JM
11496#, c-format
11497msgid "invalid %%q value"
9e620082
ZW
11498msgstr ""
11499
d5706a1e 11500#: config/rs6000/rs6000.c:10322
b97e55da
JM
11501#, c-format
11502msgid "invalid %%S value"
9e620082
ZW
11503msgstr ""
11504
d5706a1e 11505#: config/rs6000/rs6000.c:10364
b97e55da
JM
11506#, c-format
11507msgid "invalid %%T value"
9e620082
ZW
11508msgstr ""
11509
d5706a1e 11510#: config/rs6000/rs6000.c:10374
b97e55da
JM
11511#, c-format
11512msgid "invalid %%u value"
9e620082
ZW
11513msgstr ""
11514
d5706a1e 11515#: config/rs6000/rs6000.c:10383 config/xtensa/xtensa.c:1907
b97e55da
JM
11516#, c-format
11517msgid "invalid %%v value"
9e620082
ZW
11518msgstr ""
11519
d5706a1e 11520#: config/rs6000/rs6000.c:15209
b97e55da 11521msgid "no profiling of 64-bit code for this ABI"
9e620082
ZW
11522msgstr ""
11523
d5706a1e 11524#: config/rs6000/rs6000.c:16281
b1b51268
JM
11525msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11526msgstr ""
11527
807ab1f2 11528#: config/rs6000/aix.h:203 config/rs6000/beos.h:32
b97e55da 11529msgid "Always pass floating-point arguments in memory"
9e620082
ZW
11530msgstr ""
11531
807ab1f2 11532#: config/rs6000/aix.h:205 config/rs6000/beos.h:34
b97e55da 11533msgid "Don't always pass floating-point arguments in memory"
9e620082
ZW
11534msgstr ""
11535
b1b51268 11536#: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
b97e55da
JM
11537#: config/rs6000/aix52.h:31
11538msgid "Support message passing with the Parallel Environment"
9e620082
ZW
11539msgstr ""
11540
b1b51268 11541#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
b97e55da 11542msgid "Compile for 64-bit pointers"
9e620082
ZW
11543msgstr ""
11544
b1b51268 11545#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
b97e55da 11546msgid "Compile for 32-bit pointers"
9e620082
ZW
11547msgstr ""
11548
b1b51268 11549#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
b97e55da 11550msgid "-maix64 and POWER architecture are incompatible"
9e620082
ZW
11551msgstr ""
11552
b1b51268 11553#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
b97e55da 11554msgid "-maix64 requires PowerPC64 architecture remain enabled"
9e620082
ZW
11555msgstr ""
11556
b1b51268 11557#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
b97e55da
JM
11558msgid ""
11559"-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
9e620082
ZW
11560msgstr ""
11561
807ab1f2
JM
11562#: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11563msgid "Generate 64-bit code"
11564msgstr ""
11565
11566#: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11567msgid "Generate 32-bit code"
11568msgstr ""
11569
11570#: config/rs6000/darwin.h:73
b97e55da 11571msgid "Generate code suitable for executables (NOT shared libs)"
9e620082
ZW
11572msgstr ""
11573
b97e55da
JM
11574#. The Darwin ABI always includes AltiVec, can't be (validly) turned
11575#. off.
807ab1f2 11576#: config/rs6000/darwin.h:89
b97e55da 11577msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
9e620082
ZW
11578msgstr ""
11579
b97e55da 11580#. Darwin doesn't support -fpic.
807ab1f2 11581#: config/rs6000/darwin.h:95
b97e55da 11582msgid "-fpic is not supported; -fPIC assumed"
9e620082
ZW
11583msgstr ""
11584
807ab1f2
JM
11585#: config/rs6000/darwin.h:113
11586msgid "-m64 requires PowerPC64 architecture, enabling"
11587msgstr ""
11588
de104104 11589#: config/rs6000/linux64.h:106
01b84e13
JM
11590msgid "-m64 requires a PowerPC64 cpu"
11591msgstr ""
11592
de104104 11593#: config/rs6000/linux64.h:216
b97e55da 11594msgid "Call mcount for profiling before a function prologue"
9e620082
ZW
11595msgstr ""
11596
de104104 11597#: config/rs6000/linux64.h:218
b97e55da 11598msgid "Call mcount for profiling after a function prologue"
9e620082
ZW
11599msgstr ""
11600
b97e55da
JM
11601#. Run-time compilation parameters selecting different hardware subsets.
11602#.
11603#. Macro to define tables used to set the flags.
11604#. This is a list in braces of pairs in braces,
11605#. each pair being { "NAME", VALUE }
11606#. where VALUE is the bits to set or minus the bits to clear.
11607#. An empty string NAME is used to identify the default VALUE.
807ab1f2 11608#: config/rs6000/rs6000.h:277
b97e55da 11609msgid "Use POWER instruction set"
9e620082
ZW
11610msgstr ""
11611
807ab1f2 11612#: config/rs6000/rs6000.h:280
b97e55da 11613msgid "Use POWER2 instruction set"
9e620082
ZW
11614msgstr ""
11615
807ab1f2 11616#: config/rs6000/rs6000.h:282
b97e55da 11617msgid "Do not use POWER2 instruction set"
9e620082
ZW
11618msgstr ""
11619
807ab1f2 11620#: config/rs6000/rs6000.h:285
b97e55da 11621msgid "Do not use POWER instruction set"
9e620082
ZW
11622msgstr ""
11623
807ab1f2 11624#: config/rs6000/rs6000.h:287
b97e55da 11625msgid "Use PowerPC instruction set"
9e620082
ZW
11626msgstr ""
11627
807ab1f2 11628#: config/rs6000/rs6000.h:290
b97e55da 11629msgid "Do not use PowerPC instruction set"
9e620082
ZW
11630msgstr ""
11631
807ab1f2 11632#: config/rs6000/rs6000.h:292
b97e55da 11633msgid "Use PowerPC General Purpose group optional instructions"
9e620082
ZW
11634msgstr ""
11635
807ab1f2 11636#: config/rs6000/rs6000.h:294
01b84e13 11637msgid "Do not use PowerPC General Purpose group optional instructions"
9e620082
ZW
11638msgstr ""
11639
807ab1f2 11640#: config/rs6000/rs6000.h:296
b97e55da 11641msgid "Use PowerPC Graphics group optional instructions"
9e620082
ZW
11642msgstr ""
11643
807ab1f2 11644#: config/rs6000/rs6000.h:298
01b84e13 11645msgid "Do not use PowerPC Graphics group optional instructions"
9e620082
ZW
11646msgstr ""
11647
807ab1f2 11648#: config/rs6000/rs6000.h:300
b97e55da 11649msgid "Use PowerPC-64 instruction set"
a47a6810
JM
11650msgstr ""
11651
807ab1f2 11652#: config/rs6000/rs6000.h:302
01b84e13 11653msgid "Do not use PowerPC-64 instruction set"
a47a6810
JM
11654msgstr ""
11655
807ab1f2 11656#: config/rs6000/rs6000.h:304
b97e55da 11657msgid "Use AltiVec instructions"
9e620082
ZW
11658msgstr ""
11659
807ab1f2 11660#: config/rs6000/rs6000.h:306
01b84e13 11661msgid "Do not use AltiVec instructions"
9e620082
ZW
11662msgstr ""
11663
807ab1f2 11664#: config/rs6000/rs6000.h:308
b97e55da 11665msgid "Use new mnemonics for PowerPC architecture"
a47a6810
JM
11666msgstr ""
11667
807ab1f2 11668#: config/rs6000/rs6000.h:310
b97e55da 11669msgid "Use old mnemonics for PowerPC architecture"
9e620082
ZW
11670msgstr ""
11671
807ab1f2 11672#: config/rs6000/rs6000.h:313
b97e55da 11673msgid "Put everything in the regular TOC"
9e620082
ZW
11674msgstr ""
11675
807ab1f2 11676#: config/rs6000/rs6000.h:315
b97e55da 11677msgid "Place floating point constants in TOC"
9e620082
ZW
11678msgstr ""
11679
807ab1f2 11680#: config/rs6000/rs6000.h:317
01b84e13 11681msgid "Do not place floating point constants in TOC"
1737c953
JM
11682msgstr ""
11683
807ab1f2 11684#: config/rs6000/rs6000.h:319
b97e55da 11685msgid "Place symbol+offset constants in TOC"
1737c953
JM
11686msgstr ""
11687
807ab1f2 11688#: config/rs6000/rs6000.h:321
01b84e13 11689msgid "Do not place symbol+offset constants in TOC"
9e620082
ZW
11690msgstr ""
11691
807ab1f2 11692#: config/rs6000/rs6000.h:327
b97e55da 11693msgid "Place variable addresses in the regular TOC"
1737c953
JM
11694msgstr ""
11695
807ab1f2 11696#: config/rs6000/rs6000.h:333
b97e55da 11697msgid "Generate load/store multiple instructions"
1737c953
JM
11698msgstr ""
11699
807ab1f2 11700#: config/rs6000/rs6000.h:335
b97e55da 11701msgid "Do not generate load/store multiple instructions"
1737c953
JM
11702msgstr ""
11703
807ab1f2 11704#: config/rs6000/rs6000.h:337
b97e55da 11705msgid "Generate string instructions for block moves"
1737c953
JM
11706msgstr ""
11707
807ab1f2 11708#: config/rs6000/rs6000.h:339
b97e55da 11709msgid "Do not generate string instructions for block moves"
1737c953
JM
11710msgstr ""
11711
807ab1f2 11712#: config/rs6000/rs6000.h:341
b97e55da 11713msgid "Generate load/store with update instructions"
1737c953
JM
11714msgstr ""
11715
807ab1f2 11716#: config/rs6000/rs6000.h:343
b97e55da 11717msgid "Do not generate load/store with update instructions"
1737c953
JM
11718msgstr ""
11719
807ab1f2 11720#: config/rs6000/rs6000.h:347
01b84e13
JM
11721msgid "Do not generate fused multiply/add instructions"
11722msgstr ""
11723
807ab1f2 11724#: config/rs6000/rs6000.h:351
01b84e13 11725msgid "Do not schedule the start and end of the procedure"
1737c953
JM
11726msgstr ""
11727
807ab1f2 11728#: config/rs6000/rs6000.h:357
b97e55da 11729msgid "Return all structures in memory (AIX default)"
1737c953
JM
11730msgstr ""
11731
807ab1f2 11732#: config/rs6000/rs6000.h:359
b97e55da 11733msgid "Return small structures in registers (SVR4 default)"
1737c953
JM
11734msgstr ""
11735
807ab1f2 11736#: config/rs6000/rs6000.h:365
01b84e13
JM
11737msgid "Generate single field mfcr instruction"
11738msgstr ""
11739
807ab1f2 11740#: config/rs6000/rs6000.h:367
01b84e13
JM
11741msgid "Do not generate single field mfcr instruction"
11742msgstr ""
11743
807ab1f2 11744#: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
b97e55da 11745msgid "Use features of and schedule code for given CPU"
1737c953
JM
11746msgstr ""
11747
807ab1f2 11748#: config/rs6000/rs6000.h:454
b97e55da 11749msgid "Enable debug output"
1737c953
JM
11750msgstr ""
11751
807ab1f2 11752#: config/rs6000/rs6000.h:456
b97e55da 11753msgid "Select full, part, or no traceback table"
a47a6810
JM
11754msgstr ""
11755
807ab1f2 11756#: config/rs6000/rs6000.h:457
b97e55da 11757msgid "Specify ABI to use"
a47a6810
JM
11758msgstr ""
11759
807ab1f2 11760#: config/rs6000/rs6000.h:459
b97e55da 11761msgid "Specify size of long double (64 or 128 bits)"
1737c953
JM
11762msgstr ""
11763
807ab1f2 11764#: config/rs6000/rs6000.h:461
b97e55da 11765msgid "Specify yes/no if isel instructions should be generated"
1737c953
JM
11766msgstr ""
11767
807ab1f2 11768#: config/rs6000/rs6000.h:463
b97e55da 11769msgid "Specify yes/no if SPE SIMD instructions should be generated"
1737c953
JM
11770msgstr ""
11771
807ab1f2 11772#: config/rs6000/rs6000.h:465
b97e55da 11773msgid "Specify yes/no if using floating point in the GPRs"
1737c953
JM
11774msgstr ""
11775
807ab1f2 11776#: config/rs6000/rs6000.h:467
b97e55da 11777msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
1737c953
JM
11778msgstr ""
11779
807ab1f2 11780#: config/rs6000/rs6000.h:469
b97e55da 11781msgid "Avoid all range limits on call instructions"
1737c953
JM
11782msgstr ""
11783
807ab1f2 11784#: config/rs6000/rs6000.h:472
b1b51268
JM
11785msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11786msgstr ""
11787
807ab1f2 11788#: config/rs6000/rs6000.h:475
b97e55da 11789msgid "Determine which dependences between insns are considered costly"
1737c953
JM
11790msgstr ""
11791
807ab1f2 11792#: config/rs6000/rs6000.h:477
b97e55da 11793msgid "Specify which post scheduling nop insertion scheme to apply"
1737c953
JM
11794msgstr ""
11795
807ab1f2 11796#: config/rs6000/rs6000.h:479
b97e55da 11797msgid "Specify alignment of structure fields default/natural"
1737c953
JM
11798msgstr ""
11799
807ab1f2 11800#: config/rs6000/rs6000.h:481
b97e55da 11801msgid "Specify scheduling priority for dispatch slot restricted insns"
1737c953
JM
11802msgstr ""
11803
b97e55da
JM
11804#. Definitions for __builtin_return_address and __builtin_frame_address.
11805#. __builtin_return_address (0) should give link register (65), enable
11806#. this.
11807#. This should be uncommented, so that the link register is used, but
11808#. currently this would result in unmatched insns and spilling fixed
11809#. registers so we'll leave it for another day. When these problems are
11810#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11811#. (mrs)
11812#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11813#. Number of bytes into the frame return addresses can be found. See
11814#. rs6000_stack_info in rs6000.c for more information on how the different
11815#. abi's store the return address.
807ab1f2 11816#: config/rs6000/rs6000.h:1818
b97e55da 11817msgid "RETURN_ADDRESS_OFFSET not supported"
1737c953
JM
11818msgstr ""
11819
b97e55da
JM
11820#: config/rs6000/sysv4.h:87
11821msgid "Select ABI calling convention"
1737c953
JM
11822msgstr ""
11823
b97e55da
JM
11824#: config/rs6000/sysv4.h:88
11825msgid "Select method for sdata handling"
1737c953
JM
11826msgstr ""
11827
b97e55da
JM
11828#: config/rs6000/sysv4.h:100
11829msgid "Align to the base type of the bit-field"
1737c953
JM
11830msgstr ""
11831
b97e55da
JM
11832#: config/rs6000/sysv4.h:102
11833msgid "Don't align to the base type of the bit-field"
1737c953
JM
11834msgstr ""
11835
b97e55da
JM
11836#: config/rs6000/sysv4.h:104
11837msgid "Don't assume that unaligned accesses are handled by the system"
1737c953
JM
11838msgstr ""
11839
b97e55da
JM
11840#: config/rs6000/sysv4.h:106
11841msgid "Assume that unaligned accesses are handled by the system"
9d967a7e
ZW
11842msgstr ""
11843
b97e55da
JM
11844#: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11845msgid "Produce code relocatable at runtime"
9d967a7e
ZW
11846msgstr ""
11847
b97e55da
JM
11848#: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11849msgid "Don't produce code relocatable at runtime"
cabb228b
ZW
11850msgstr ""
11851
b97e55da
JM
11852#: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11853msgid "Produce little endian code"
cabb228b
ZW
11854msgstr ""
11855
b97e55da
JM
11856#: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11857msgid "Produce big endian code"
a47a6810
JM
11858msgstr ""
11859
b97e55da
JM
11860#: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11861#: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11862#: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
11863#: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
11864#: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
11865msgid "no description yet"
a47a6810
JM
11866msgstr ""
11867
b97e55da
JM
11868#: config/rs6000/sysv4.h:129
11869msgid "Use EABI"
9e620082
ZW
11870msgstr ""
11871
b97e55da
JM
11872#: config/rs6000/sysv4.h:130
11873msgid "Don't use EABI"
9e620082
ZW
11874msgstr ""
11875
b97e55da
JM
11876#: config/rs6000/sysv4.h:133
11877msgid "Do not allow bit-fields to cross word boundaries"
9e620082
ZW
11878msgstr ""
11879
b97e55da
JM
11880#: config/rs6000/sysv4.h:135
11881msgid "Use alternate register names"
9e620082
ZW
11882msgstr ""
11883
b97e55da
JM
11884#: config/rs6000/sysv4.h:137
11885msgid "Don't use alternate register names"
9e620082
ZW
11886msgstr ""
11887
b97e55da
JM
11888#: config/rs6000/sysv4.h:141
11889msgid "Link with libsim.a, libc.a and sim-crt0.o"
9e620082
ZW
11890msgstr ""
11891
b97e55da
JM
11892#: config/rs6000/sysv4.h:143
11893msgid "Link with libads.a, libc.a and crt0.o"
9e620082
ZW
11894msgstr ""
11895
b97e55da
JM
11896#: config/rs6000/sysv4.h:145
11897msgid "Link with libyk.a, libc.a and crt0.o"
9e620082
ZW
11898msgstr ""
11899
b97e55da
JM
11900#: config/rs6000/sysv4.h:147
11901msgid "Link with libmvme.a, libc.a and crt0.o"
9e620082
ZW
11902msgstr ""
11903
b97e55da
JM
11904#: config/rs6000/sysv4.h:149
11905msgid "Set the PPC_EMB bit in the ELF flags header"
9e620082
ZW
11906msgstr ""
11907
b97e55da
JM
11908#: config/rs6000/sysv4.h:150
11909msgid "Use the WindISS simulator"
9e620082
ZW
11910msgstr ""
11911
b97e55da
JM
11912#. Sometimes certain combinations of command options do not make sense
11913#. on a particular target machine. You can define a macro
11914#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
11915#. defined, is executed once just after all the command options have
11916#. been parsed.
11917#.
11918#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11919#. get control.
807ab1f2 11920#: config/rs6000/sysv4.h:219
b97e55da
JM
11921#, c-format
11922msgid "bad value for -mcall-%s"
9e620082
ZW
11923msgstr ""
11924
807ab1f2 11925#: config/rs6000/sysv4.h:235
b97e55da
JM
11926#, c-format
11927msgid "bad value for -msdata=%s"
9e620082
ZW
11928msgstr ""
11929
807ab1f2 11930#: config/rs6000/sysv4.h:252
b97e55da
JM
11931#, c-format
11932msgid "-mrelocatable and -msdata=%s are incompatible"
9e620082
ZW
11933msgstr ""
11934
807ab1f2 11935#: config/rs6000/sysv4.h:261
b97e55da
JM
11936#, c-format
11937msgid "-f%s and -msdata=%s are incompatible"
9e620082
ZW
11938msgstr ""
11939
807ab1f2 11940#: config/rs6000/sysv4.h:270
b97e55da
JM
11941#, c-format
11942msgid "-msdata=%s and -mcall-%s are incompatible"
9e620082
ZW
11943msgstr ""
11944
807ab1f2 11945#: config/rs6000/sysv4.h:279
b97e55da 11946msgid "-mrelocatable and -mno-minimal-toc are incompatible"
9e620082
ZW
11947msgstr ""
11948
807ab1f2 11949#: config/rs6000/sysv4.h:285
b97e55da
JM
11950#, c-format
11951msgid "-mrelocatable and -mcall-%s are incompatible"
9e620082
ZW
11952msgstr ""
11953
807ab1f2 11954#: config/rs6000/sysv4.h:292
b97e55da
JM
11955#, c-format
11956msgid "-fPIC and -mcall-%s are incompatible"
9e620082
ZW
11957msgstr ""
11958
807ab1f2 11959#: config/rs6000/sysv4.h:299
b97e55da 11960msgid "-mcall-aixdesc must be big endian"
9e620082
ZW
11961msgstr ""
11962
807ab1f2 11963#: config/rs6000/sysv4.h:314
5b7874aa 11964#, c-format
b97e55da 11965msgid "-m%s not supported in this configuration"
9e620082
ZW
11966msgstr ""
11967
d5706a1e 11968#: config/s390/s390.c:1238
5b7874aa 11969#, c-format
b97e55da 11970msgid "Unknown cpu used in -march=%s."
9e620082
ZW
11971msgstr ""
11972
d5706a1e 11973#: config/s390/s390.c:1257
b97e55da
JM
11974#, c-format
11975msgid "Unknown cpu used in -mtune=%s."
9e620082
ZW
11976msgstr ""
11977
d5706a1e 11978#: config/s390/s390.c:1262
b97e55da
JM
11979#, c-format
11980msgid "z/Architecture mode not supported on %s."
9e620082
ZW
11981msgstr ""
11982
d5706a1e 11983#: config/s390/s390.c:1264
b97e55da 11984msgid "64-bit ABI not supported in ESA/390 mode."
9e620082
ZW
11985msgstr ""
11986
d5706a1e 11987#: config/s390/s390.c:1270
807ab1f2
JM
11988msgid "invalid value for -mwarn-framesize"
11989msgstr ""
11990
d5706a1e 11991#: config/s390/s390.c:1280
807ab1f2
JM
11992msgid "invalid value for -mstack-size"
11993msgstr ""
11994
d5706a1e 11995#: config/s390/s390.c:1283
807ab1f2
JM
11996msgid "stack size must be an exact power of 2"
11997msgstr ""
11998
d5706a1e 11999#: config/s390/s390.c:1289
807ab1f2
JM
12000msgid "invalid value for -mstack-guard"
12001msgstr ""
12002
d5706a1e 12003#: config/s390/s390.c:1292
807ab1f2
JM
12004msgid "stack size must be greater than the stack guard value"
12005msgstr ""
12006
d5706a1e 12007#: config/s390/s390.c:1295
807ab1f2
JM
12008msgid "stack guard value must be an exact power of 2"
12009msgstr ""
12010
d5706a1e 12011#: config/s390/s390.c:1298
807ab1f2
JM
12012msgid "-mstack-size implies use of -mstack-guard"
12013msgstr ""
12014
d5706a1e 12015#: config/s390/s390.c:1302
807ab1f2
JM
12016msgid "-mstack-guard implies use of -mstack-size"
12017msgstr ""
12018
d5706a1e 12019#: config/s390/s390.c:3995
b97e55da 12020msgid "Cannot decompose address."
a47a6810
JM
12021msgstr ""
12022
d5706a1e 12023#: config/s390/s390.c:4166
b97e55da 12024msgid "UNKNOWN in print_operand !?"
a47a6810
JM
12025msgstr ""
12026
d5706a1e 12027#: config/s390/s390.c:6212
b97e55da 12028msgid "Total size of local variables exceeds architecture limit."
a47a6810
JM
12029msgstr ""
12030
d5706a1e 12031#: config/s390/s390.c:6751
807ab1f2
JM
12032#, c-format
12033msgid "frame size of `%s' is "
12034msgstr ""
12035
d5706a1e 12036#: config/s390/s390.c:6751
807ab1f2 12037msgid " bytes"
a47a6810
JM
12038msgstr ""
12039
d5706a1e 12040#: config/s390/s390.c:6755
807ab1f2
JM
12041#, c-format
12042msgid "`%s' uses dynamic stack allocation"
a47a6810
JM
12043msgstr ""
12044
de104104 12045#: config/s390/s390.h:137
b97e55da 12046msgid "Use bras for executable < 64k"
a47a6810
JM
12047msgstr ""
12048
de104104 12049#: config/s390/s390.h:138
b97e55da 12050msgid "Don't use bras"
a47a6810
JM
12051msgstr ""
12052
de104104 12053#: config/s390/s390.h:139
b97e55da 12054msgid "Additional debug prints"
a47a6810
JM
12055msgstr ""
12056
de104104 12057#: config/s390/s390.h:140
b97e55da 12058msgid "Don't print additional debug prints"
a47a6810
JM
12059msgstr ""
12060
de104104 12061#: config/s390/s390.h:141
b97e55da 12062msgid "64 bit ABI"
a47a6810
JM
12063msgstr ""
12064
de104104 12065#: config/s390/s390.h:142
b97e55da 12066msgid "31 bit ABI"
a47a6810
JM
12067msgstr ""
12068
de104104 12069#: config/s390/s390.h:143
b97e55da 12070msgid "z/Architecture"
a47a6810
JM
12071msgstr ""
12072
de104104 12073#: config/s390/s390.h:144
b97e55da 12074msgid "ESA/390 architecture"
a47a6810
JM
12075msgstr ""
12076
de104104 12077#: config/s390/s390.h:145
b97e55da 12078msgid "mvcle use"
a47a6810
JM
12079msgstr ""
12080
de104104 12081#: config/s390/s390.h:146
b97e55da 12082msgid "mvc&ex"
a47a6810
JM
12083msgstr ""
12084
de104104 12085#: config/s390/s390.h:147
807ab1f2 12086msgid "enable tpf OS tracing code"
a47a6810
JM
12087msgstr ""
12088
de104104 12089#: config/s390/s390.h:148
807ab1f2 12090msgid "disable tpf OS tracing code"
a47a6810
JM
12091msgstr ""
12092
de104104 12093#: config/s390/s390.h:149
b97e55da 12094msgid "disable fused multiply/add instructions"
a47a6810
JM
12095msgstr ""
12096
de104104 12097#: config/s390/s390.h:150
b97e55da 12098msgid "enable fused multiply/add instructions"
a47a6810
JM
12099msgstr ""
12100
de104104 12101#: config/s390/s390.h:159
807ab1f2
JM
12102msgid "Set backchain"
12103msgstr ""
12104
de104104 12105#: config/s390/s390.h:161
807ab1f2
JM
12106msgid "Do not set backchain"
12107msgstr ""
12108
de104104 12109#: config/s390/s390.h:163
807ab1f2
JM
12110msgid "Set backchain appropriate for the linux kernel"
12111msgstr ""
12112
de104104 12113#: config/s390/s390.h:165
807ab1f2
JM
12114msgid "Warn if a single function's framesize exceeds the given framesize"
12115msgstr ""
12116
de104104 12117#: config/s390/s390.h:168
807ab1f2
JM
12118msgid "Warn if a function uses alloca or creates an array with dynamic size"
12119msgstr ""
12120
de104104 12121#: config/s390/s390.h:171
807ab1f2
JM
12122msgid ""
12123"Emit extra code in the function prologue in order to trap if the stacksize "
12124"exceeds the given limit"
12125msgstr ""
12126
de104104 12127#: config/s390/s390.h:174
807ab1f2
JM
12128msgid ""
12129"Set the max. number of bytes which has to be left to stack size before a "
12130"trap instruction is triggered"
12131msgstr ""
12132
d5706a1e 12133#: config/sh/sh.c:6183
b97e55da 12134msgid "__builtin_saveregs not supported by this subtarget"
a47a6810
JM
12135msgstr ""
12136
d5706a1e 12137#: config/sh/sh.c:7152
b97e55da 12138msgid "attribute interrupt_handler is not compatible with -m5-compact"
a47a6810
JM
12139msgstr ""
12140
b97e55da 12141#. The sp_switch attribute only has meaning for interrupt functions.
d5706a1e 12142#: config/sh/sh.c:7174 config/sh/sh.c:7209
b97e55da
JM
12143#, c-format
12144msgid "`%s' attribute only applies to interrupt functions"
a47a6810
JM
12145msgstr ""
12146
807ab1f2 12147#. The argument must be a constant string.
d5706a1e 12148#: config/sh/sh.c:7181
807ab1f2
JM
12149#, c-format
12150msgid "`%s' attribute argument not a string constant"
12151msgstr ""
12152
12153#. The argument must be a constant integer.
d5706a1e 12154#: config/sh/sh.c:7216
807ab1f2
JM
12155#, c-format
12156msgid "`%s' attribute argument not an integer constant"
12157msgstr ""
12158
d5706a1e 12159#: config/sh/sh.c:7344
a05e4fdb
JM
12160#, c-format
12161msgid "created and used with differing settings of `-m%s'"
12162msgstr ""
12163
807ab1f2
JM
12164#: config/sh/symbian.c:147
12165msgid ""
12166"%H function '%D' is defined after prior declaration as dllimport: attribute "
12167"ignored"
12168msgstr ""
12169
12170#: config/sh/symbian.c:158
12171msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12172msgstr ""
12173
12174#: config/sh/symbian.c:171
12175msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12176msgstr ""
12177
12178#: config/sh/symbian.c:286
12179msgid ""
12180"%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12181"linkage."
12182msgstr ""
12183
12184#: config/sh/symbian.c:332
12185msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12186msgstr ""
12187
12188#: config/sh/symbian.c:436
12189msgid "%Hvariable `%D' definition is marked dllimport."
12190msgstr ""
12191
12192#: config/sh/symbian.c:511
12193msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
a47a6810
JM
12194msgstr ""
12195
de104104 12196#: config/sh/symbian.c:893 cp/tree.c:2355
b97e55da 12197#, c-format
807ab1f2 12198msgid "lang_* check: failed in %s, at %s:%d"
a47a6810
JM
12199msgstr ""
12200
b97e55da
JM
12201#. There are no delay slots on SHmedia.
12202#. Relaxation isn't yet supported for SHmedia
12203#. -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.
807ab1f2 12204#: config/sh/sh.h:754
b97e55da 12205msgid "Profiling is not supported on this target."
a47a6810
JM
12206msgstr ""
12207
de104104 12208#: config/sparc/sparc.c:557
b97e55da
JM
12209#, c-format
12210msgid "%s is not supported by this configuration"
a47a6810
JM
12211msgstr ""
12212
de104104 12213#: config/sparc/sparc.c:564
b97e55da 12214msgid "-mlong-double-64 not allowed with -m64"
a47a6810
JM
12215msgstr ""
12216
de104104 12217#: config/sparc/sparc.c:589
b97e55da 12218msgid "-mcmodel= is not supported on 32 bit systems"
a47a6810
JM
12219msgstr ""
12220
de104104 12221#: config/sparc/sparc.c:7106 config/sparc/sparc.c:7112
b97e55da
JM
12222#, c-format
12223msgid "invalid %%Y operand"
9e620082
ZW
12224msgstr ""
12225
de104104 12226#: config/sparc/sparc.c:7182
b97e55da
JM
12227#, c-format
12228msgid "invalid %%A operand"
9e620082
ZW
12229msgstr ""
12230
de104104 12231#: config/sparc/sparc.c:7192
b97e55da
JM
12232#, c-format
12233msgid "invalid %%B operand"
9e620082
ZW
12234msgstr ""
12235
de104104 12236#: config/sparc/sparc.c:7231
b97e55da
JM
12237#, c-format
12238msgid "invalid %%c operand"
9e620082
ZW
12239msgstr ""
12240
de104104 12241#: config/sparc/sparc.c:7232
b97e55da
JM
12242#, c-format
12243msgid "invalid %%C operand"
9e620082
ZW
12244msgstr ""
12245
de104104 12246#: config/sparc/sparc.c:7253
b97e55da
JM
12247#, c-format
12248msgid "invalid %%d operand"
9e620082
ZW
12249msgstr ""
12250
de104104 12251#: config/sparc/sparc.c:7254
b97e55da
JM
12252#, c-format
12253msgid "invalid %%D operand"
9e620082
ZW
12254msgstr ""
12255
de104104 12256#: config/sparc/sparc.c:7270
b97e55da
JM
12257#, c-format
12258msgid "invalid %%f operand"
9e620082
ZW
12259msgstr ""
12260
de104104 12261#: config/sparc/sparc.c:7284
b97e55da
JM
12262#, c-format
12263msgid "invalid %%s operand"
9e620082
ZW
12264msgstr ""
12265
de104104 12266#: config/sparc/sparc.c:7338
b97e55da 12267msgid "long long constant not a valid immediate operand"
9e620082
ZW
12268msgstr ""
12269
de104104 12270#: config/sparc/sparc.c:7341
b97e55da 12271msgid "floating point constant not a valid immediate operand"
9e620082
ZW
12272msgstr ""
12273
807ab1f2 12274#: config/sparc/freebsd.h:77 config/sparc/linux.h:86
b1b51268 12275#: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
b06c20ee
JM
12276msgid "Use 64 bit long doubles"
12277msgstr ""
12278
807ab1f2 12279#: config/sparc/freebsd.h:78 config/sparc/linux.h:87
b1b51268 12280#: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
b97e55da 12281msgid "Use 128 bit long doubles"
9e620082
ZW
12282msgstr ""
12283
b97e55da
JM
12284#: config/sparc/sp64-elf.h:90
12285msgid "Generate code for big endian"
9e620082
ZW
12286msgstr ""
12287
b97e55da
JM
12288#: config/sparc/sp64-elf.h:91
12289msgid "Generate code for little endian"
9e620082
ZW
12290msgstr ""
12291
01b84e13 12292#: config/sparc/sp86x-elf.h:68
b97e55da 12293msgid "Use little-endian byte order for data"
9e620082
ZW
12294msgstr ""
12295
807ab1f2 12296#: config/sparc/sparc.h:626
b97e55da 12297msgid "Assume possible double misalignment"
9e620082
ZW
12298msgstr ""
12299
807ab1f2 12300#: config/sparc/sparc.h:628
b97e55da 12301msgid "Assume all doubles are aligned"
9e620082
ZW
12302msgstr ""
12303
807ab1f2 12304#: config/sparc/sparc.h:630
b97e55da 12305msgid "Pass -assert pure-text to linker"
9e620082
ZW
12306msgstr ""
12307
807ab1f2 12308#: config/sparc/sparc.h:632
b97e55da 12309msgid "Do not pass -assert pure-text to linker"
9e620082
ZW
12310msgstr ""
12311
807ab1f2 12312#: config/sparc/sparc.h:634
b97e55da 12313msgid "Use ABI reserved registers"
d9b2742a
ZW
12314msgstr ""
12315
807ab1f2 12316#: config/sparc/sparc.h:636
b97e55da 12317msgid "Do not use ABI reserved registers"
d9b2742a
ZW
12318msgstr ""
12319
807ab1f2 12320#: config/sparc/sparc.h:638
b97e55da 12321msgid "Use hardware quad fp instructions"
d9b2742a
ZW
12322msgstr ""
12323
807ab1f2 12324#: config/sparc/sparc.h:640
b97e55da 12325msgid "Do not use hardware quad fp instructions"
d9b2742a
ZW
12326msgstr ""
12327
807ab1f2 12328#: config/sparc/sparc.h:642
b97e55da 12329msgid "Compile for v8plus ABI"
d9b2742a
ZW
12330msgstr ""
12331
807ab1f2 12332#: config/sparc/sparc.h:644
b97e55da 12333msgid "Do not compile for v8plus ABI"
d9b2742a
ZW
12334msgstr ""
12335
807ab1f2 12336#: config/sparc/sparc.h:646
b97e55da 12337msgid "Utilize Visual Instruction Set"
a47a6810
JM
12338msgstr ""
12339
807ab1f2 12340#: config/sparc/sparc.h:648
b97e55da 12341msgid "Do not utilize Visual Instruction Set"
a47a6810
JM
12342msgstr ""
12343
807ab1f2 12344#: config/sparc/sparc.h:650
b97e55da 12345msgid "Pointers are 64-bit"
9e620082
ZW
12346msgstr ""
12347
807ab1f2 12348#: config/sparc/sparc.h:652
b97e55da 12349msgid "Pointers are 32-bit"
9e620082
ZW
12350msgstr ""
12351
807ab1f2 12352#: config/sparc/sparc.h:654
b97e55da 12353msgid "Use 32-bit ABI"
9e620082
ZW
12354msgstr ""
12355
807ab1f2 12356#: config/sparc/sparc.h:656
b97e55da 12357msgid "Use 64-bit ABI"
1737c953
JM
12358msgstr ""
12359
807ab1f2 12360#: config/sparc/sparc.h:658
b97e55da 12361msgid "Use stack bias"
1737c953
JM
12362msgstr ""
12363
807ab1f2 12364#: config/sparc/sparc.h:660
b97e55da 12365msgid "Do not use stack bias"
d9b2742a
ZW
12366msgstr ""
12367
807ab1f2 12368#: config/sparc/sparc.h:662
b97e55da 12369msgid "Use structs on stronger alignment for double-word copies"
9e620082
ZW
12370msgstr ""
12371
807ab1f2 12372#: config/sparc/sparc.h:664
b97e55da 12373msgid "Do not use structs on stronger alignment for double-word copies"
a47a6810
JM
12374msgstr ""
12375
807ab1f2 12376#: config/sparc/sparc.h:666
b97e55da 12377msgid "Optimize tail call instructions in assembler and linker"
a47a6810
JM
12378msgstr ""
12379
807ab1f2 12380#: config/sparc/sparc.h:668
b97e55da 12381msgid "Do not optimize tail call instructions in assembler or linker"
cabb228b
ZW
12382msgstr ""
12383
807ab1f2 12384#: config/sparc/sparc.h:713
b97e55da 12385msgid "Use given SPARC code model"
cabb228b
ZW
12386msgstr ""
12387
807ab1f2 12388#: config/stormy16/stormy16.c:528
b97e55da 12389msgid "Constant halfword load operand out of range."
a47a6810
JM
12390msgstr ""
12391
807ab1f2 12392#: config/stormy16/stormy16.c:538
b97e55da 12393msgid "Constant arithmetic operand out of range."
a47a6810
JM
12394msgstr ""
12395
807ab1f2 12396#: config/stormy16/stormy16.c:1224
b97e55da 12397msgid "Local variable memory requirements exceed capacity."
a47a6810
JM
12398msgstr ""
12399
807ab1f2 12400#: config/stormy16/stormy16.c:1390
b97e55da 12401msgid "function_profiler support"
a47a6810
JM
12402msgstr ""
12403
807ab1f2 12404#: config/stormy16/stormy16.c:1479
b97e55da 12405msgid "cannot use va_start in interrupt function"
9d967a7e
ZW
12406msgstr ""
12407
807ab1f2 12408#: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
b97e55da 12409msgid "`B' operand is not constant"
9e620082
ZW
12410msgstr ""
12411
807ab1f2 12412#: config/stormy16/stormy16.c:1948
b97e55da 12413msgid "`B' operand has multiple bits set"
9e620082
ZW
12414msgstr ""
12415
807ab1f2 12416#: config/stormy16/stormy16.c:1974
b97e55da 12417msgid "`o' operand is not constant"
9e620082
ZW
12418msgstr ""
12419
807ab1f2 12420#: config/stormy16/stormy16.c:2006
b97e55da 12421msgid "xstormy16_print_operand: unknown code"
9e620082
ZW
12422msgstr ""
12423
807ab1f2 12424#: config/stormy16/stormy16.c:2052
9e620082 12425#, c-format
b97e55da 12426msgid "switch statement of size %lu entries too large"
9e620082
ZW
12427msgstr ""
12428
807ab1f2
JM
12429#: config/stormy16/stormy16.c:2434
12430msgid "`__BELOW100__' attribute only applies to variables"
12431msgstr ""
12432
12433#: config/stormy16/stormy16.c:2441
12434msgid "__BELOW100__ attribute not allowed with auto storage class."
12435msgstr ""
12436
b97e55da
JM
12437#: config/v850/v850-c.c:67
12438msgid "#pragma GHS endXXXX found without previous startXXX"
9e620082
ZW
12439msgstr ""
12440
b97e55da
JM
12441#: config/v850/v850-c.c:69
12442msgid "#pragma GHS endXXX does not match previous startXXX"
9e620082
ZW
12443msgstr ""
12444
b97e55da
JM
12445#: config/v850/v850-c.c:94
12446msgid "cannot set interrupt attribute: no current function"
9e620082
ZW
12447msgstr ""
12448
b97e55da
JM
12449#: config/v850/v850-c.c:102
12450msgid "cannot set interrupt attribute: no such identifier"
12451msgstr ""
12452
12453#: config/v850/v850-c.c:147
12454msgid "junk at end of #pragma ghs section"
9e620082
ZW
12455msgstr ""
12456
b97e55da 12457#: config/v850/v850-c.c:164
9e620082 12458#, c-format
b97e55da 12459msgid "unrecognized section name \"%s\""
9e620082
ZW
12460msgstr ""
12461
b97e55da
JM
12462#: config/v850/v850-c.c:179
12463msgid "malformed #pragma ghs section"
9d967a7e
ZW
12464msgstr ""
12465
b97e55da
JM
12466#: config/v850/v850-c.c:198
12467msgid "junk at end of #pragma ghs interrupt"
9d967a7e
ZW
12468msgstr ""
12469
b97e55da
JM
12470#: config/v850/v850-c.c:209
12471msgid "junk at end of #pragma ghs starttda"
9d967a7e
ZW
12472msgstr ""
12473
b97e55da
JM
12474#: config/v850/v850-c.c:220
12475msgid "junk at end of #pragma ghs startsda"
9d967a7e
ZW
12476msgstr ""
12477
b97e55da
JM
12478#: config/v850/v850-c.c:231
12479msgid "junk at end of #pragma ghs startzda"
9d967a7e
ZW
12480msgstr ""
12481
b97e55da
JM
12482#: config/v850/v850-c.c:242
12483msgid "junk at end of #pragma ghs endtda"
9d967a7e
ZW
12484msgstr ""
12485
b97e55da
JM
12486#: config/v850/v850-c.c:253
12487msgid "junk at end of #pragma ghs endsda"
d9b2742a
ZW
12488msgstr ""
12489
b97e55da
JM
12490#: config/v850/v850-c.c:264
12491msgid "junk at end of #pragma ghs endzda"
d9b2742a
ZW
12492msgstr ""
12493
807ab1f2 12494#: config/v850/v850.c:163
b97e55da
JM
12495#, c-format
12496msgid "%s=%s is not numeric"
d9b2742a
ZW
12497msgstr ""
12498
807ab1f2 12499#: config/v850/v850.c:170
b97e55da
JM
12500#, c-format
12501msgid "%s=%s is too large"
d9b2742a
ZW
12502msgstr ""
12503
807ab1f2 12504#: config/v850/v850.c:336
b97e55da 12505msgid "const_double_split got a bad insn:"
d9b2742a
ZW
12506msgstr ""
12507
807ab1f2 12508#: config/v850/v850.c:901
b97e55da 12509msgid "output_move_single:"
d9b2742a
ZW
12510msgstr ""
12511
807ab1f2 12512#: config/v850/v850.c:2243
b97e55da 12513msgid "%Jdata area attributes cannot be specified for local variables"
d9b2742a
ZW
12514msgstr ""
12515
807ab1f2 12516#: config/v850/v850.c:2254
b97e55da 12517msgid "%Jdata area of '%D' conflicts with previous declaration"
d9b2742a
ZW
12518msgstr ""
12519
807ab1f2 12520#: config/v850/v850.c:2453
b97e55da
JM
12521#, c-format
12522msgid "bogus JR construction: %d\n"
d9b2742a
ZW
12523msgstr ""
12524
807ab1f2 12525#: config/v850/v850.c:2474 config/v850/v850.c:2677
b97e55da
JM
12526#, c-format
12527msgid "bad amount of stack space removal: %d"
d9b2742a
ZW
12528msgstr ""
12529
807ab1f2 12530#: config/v850/v850.c:2653
b97e55da
JM
12531#, c-format
12532msgid "bogus JARL construction: %d\n"
d9b2742a
ZW
12533msgstr ""
12534
807ab1f2 12535#: config/v850/v850.c:3023
b97e55da
JM
12536#, c-format
12537msgid "Bogus DISPOSE construction: %d\n"
d9b2742a
ZW
12538msgstr ""
12539
807ab1f2 12540#: config/v850/v850.c:3045
b97e55da
JM
12541#, c-format
12542msgid "Too much stack space to dispose of: %d"
d9b2742a
ZW
12543msgstr ""
12544
807ab1f2 12545#: config/v850/v850.c:3218
b97e55da
JM
12546#, c-format
12547msgid "Bogus PREPEARE construction: %d\n"
d9b2742a
ZW
12548msgstr ""
12549
807ab1f2 12550#: config/v850/v850.c:3240
b97e55da
JM
12551#, c-format
12552msgid "Too much stack space to prepare: %d"
d9b2742a
ZW
12553msgstr ""
12554
5b7874aa
ZW
12555#. Macro to define tables used to set the flags.
12556#. This is a list in braces of pairs in braces,
12557#. each pair being { "NAME", VALUE }
12558#. where VALUE is the bits to set or minus the bits to clear.
12559#. An empty string NAME is used to identify the default VALUE.
b97e55da
JM
12560#: config/v850/v850.h:174
12561msgid "Support Green Hills ABI"
9e620082
ZW
12562msgstr ""
12563
b97e55da
JM
12564#: config/v850/v850.h:177
12565msgid "Prohibit PC relative function calls"
9e620082
ZW
12566msgstr ""
12567
b97e55da
JM
12568#: config/v850/v850.h:180
12569msgid "Reuse r30 on a per function basis"
9e620082
ZW
12570msgstr ""
12571
b97e55da
JM
12572#: config/v850/v850.h:183
12573msgid "Use stubs for function prologues"
9e620082
ZW
12574msgstr ""
12575
b97e55da
JM
12576#: config/v850/v850.h:186
12577msgid "Same as: -mep -mprolog-function"
9e620082
ZW
12578msgstr ""
12579
b97e55da
JM
12580#: config/v850/v850.h:187
12581msgid "Enable backend debugging"
9e620082
ZW
12582msgstr ""
12583
b97e55da
JM
12584#: config/v850/v850.h:189
12585msgid "Compile for the v850 processor"
9e620082
ZW
12586msgstr ""
12587
b97e55da
JM
12588#: config/v850/v850.h:191
12589msgid "Compile for v850e1 processor"
9e620082
ZW
12590msgstr ""
12591
b97e55da
JM
12592#. Make sure that the other bits are cleared.
12593#: config/v850/v850.h:193
12594msgid "Compile for v850e processor"
9e620082
ZW
12595msgstr ""
12596
b97e55da
JM
12597#. Make sure that the other bits are cleared.
12598#: config/v850/v850.h:195
12599msgid "Enable the use of the short load instructions"
9e620082
ZW
12600msgstr ""
12601
b97e55da
JM
12602#: config/v850/v850.h:198
12603msgid "Do not use the callt instruction"
9e620082
ZW
12604msgstr ""
12605
b97e55da
JM
12606#: config/v850/v850.h:205
12607msgid "Do not use registers r2 and r5"
5b7874aa
ZW
12608msgstr ""
12609
b97e55da
JM
12610#: config/v850/v850.h:207
12611msgid "Enforce strict alignment"
1737c953
JM
12612msgstr ""
12613
b97e55da
JM
12614#: config/v850/v850.h:210
12615msgid "Use 4 byte entries in switch tables"
1737c953
JM
12616msgstr ""
12617
b97e55da
JM
12618#: config/v850/v850.h:236
12619msgid "Set the max size of data eligible for the TDA area"
5b7874aa
ZW
12620msgstr ""
12621
b97e55da
JM
12622#: config/v850/v850.h:239
12623msgid "Set the max size of data eligible for the SDA area"
5b7874aa
ZW
12624msgstr ""
12625
b97e55da
JM
12626#: config/v850/v850.h:242
12627msgid "Set the max size of data eligible for the ZDA area"
5b7874aa
ZW
12628msgstr ""
12629
807ab1f2
JM
12630#: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12631#: config/xtensa/xtensa.c:1055
12632msgid "bad test"
12633msgstr ""
12634
12635#: config/xtensa/xtensa.c:1774
b97e55da 12636msgid "boolean registers required for the floating-point option"
5b7874aa
ZW
12637msgstr ""
12638
807ab1f2 12639#: config/xtensa/xtensa.c:1820
b97e55da
JM
12640#, c-format
12641msgid "-f%s is not supported with CONST16 instructions"
5b7874aa
ZW
12642msgstr ""
12643
807ab1f2 12644#: config/xtensa/xtensa.c:1825
b97e55da 12645msgid "PIC is required but not supported with CONST16 instructions"
5b7874aa
ZW
12646msgstr ""
12647
807ab1f2 12648#: config/xtensa/xtensa.c:1895
b97e55da
JM
12649#, c-format
12650msgid "invalid %%D value"
5b7874aa
ZW
12651msgstr ""
12652
807ab1f2 12653#: config/xtensa/xtensa.c:1932
b97e55da 12654msgid "invalid mask"
5b7874aa
ZW
12655msgstr ""
12656
807ab1f2 12657#: config/xtensa/xtensa.c:1958
b97e55da
JM
12658#, c-format
12659msgid "invalid %%x value"
5b7874aa
ZW
12660msgstr ""
12661
807ab1f2 12662#: config/xtensa/xtensa.c:1965
b97e55da
JM
12663#, c-format
12664msgid "invalid %%d value"
5b7874aa
ZW
12665msgstr ""
12666
807ab1f2 12667#: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
b97e55da
JM
12668#, c-format
12669msgid "invalid %%t/%%b value"
5b7874aa
ZW
12670msgstr ""
12671
807ab1f2 12672#: config/xtensa/xtensa.c:2038
b97e55da 12673msgid "invalid address"
5b7874aa
ZW
12674msgstr ""
12675
807ab1f2 12676#: config/xtensa/xtensa.c:2063
b97e55da 12677msgid "no register in address"
5b7874aa
ZW
12678msgstr ""
12679
807ab1f2 12680#: config/xtensa/xtensa.c:2071
b97e55da 12681msgid "address offset not a constant"
5b7874aa
ZW
12682msgstr ""
12683
807ab1f2 12684#: config/xtensa/xtensa.c:2672
b97e55da 12685msgid "only uninitialized variables can be placed in a .bss section"
5b7874aa
ZW
12686msgstr ""
12687
b97e55da
JM
12688#: config/xtensa/xtensa.h:79
12689msgid "Use CONST16 instruction to load constants"
1737c953
JM
12690msgstr ""
12691
b97e55da
JM
12692#: config/xtensa/xtensa.h:81
12693msgid "Use PC-relative L32R instruction to load constants"
1737c953
JM
12694msgstr ""
12695
b97e55da
JM
12696#: config/xtensa/xtensa.h:83
12697msgid "Disable fused multiply/add and multiply/subtract FP instructions"
a47a6810
JM
12698msgstr ""
12699
b97e55da
JM
12700#: config/xtensa/xtensa.h:85
12701msgid "Enable fused multiply/add and multiply/subtract FP instructions"
a47a6810
JM
12702msgstr ""
12703
b97e55da
JM
12704#: config/xtensa/xtensa.h:87
12705msgid "Intersperse literal pools with code in the text section"
a47a6810
JM
12706msgstr ""
12707
b97e55da
JM
12708#: config/xtensa/xtensa.h:89
12709msgid "Put literal pools in a separate literal section"
a47a6810
JM
12710msgstr ""
12711
b97e55da
JM
12712#: config/xtensa/xtensa.h:91
12713msgid "Automatically align branch targets to reduce branch penalties"
5b7874aa
ZW
12714msgstr ""
12715
b97e55da
JM
12716#: config/xtensa/xtensa.h:93
12717msgid "Do not automatically align branch targets"
5b7874aa
ZW
12718msgstr ""
12719
b97e55da
JM
12720#: config/xtensa/xtensa.h:95
12721msgid "Use indirect CALLXn instructions for large programs"
1737c953
JM
12722msgstr ""
12723
b97e55da
JM
12724#: config/xtensa/xtensa.h:97
12725msgid "Use direct CALLn instructions for fast calls"
1737c953
JM
12726msgstr ""
12727
807ab1f2 12728#: ada/misc.c:258
b97e55da
JM
12729#, c-format
12730msgid "missing argument to \"-%s\""
5b7874aa
ZW
12731msgstr ""
12732
807ab1f2 12733#: ada/misc.c:299
b97e55da 12734msgid "`-gnat' misspelled as `-gant'"
5b7874aa
ZW
12735msgstr ""
12736
807ab1f2 12737#: cp/call.c:282
b97e55da 12738msgid "unable to call pointer to member function here"
5b7874aa
ZW
12739msgstr ""
12740
807ab1f2 12741#: cp/call.c:2365
b97e55da 12742msgid "%s %D(%T, %T, %T) <built-in>"
5b7874aa
ZW
12743msgstr ""
12744
807ab1f2 12745#: cp/call.c:2370
b97e55da 12746msgid "%s %D(%T, %T) <built-in>"
5b7874aa
ZW
12747msgstr ""
12748
807ab1f2 12749#: cp/call.c:2374
b97e55da 12750msgid "%s %D(%T) <built-in>"
5b7874aa
ZW
12751msgstr ""
12752
807ab1f2 12753#: cp/call.c:2378
b97e55da 12754msgid "%s %T <conversion>"
5b7874aa
ZW
12755msgstr ""
12756
807ab1f2 12757#: cp/call.c:2380
b97e55da 12758msgid "%J%s %+#D <near match>"
5b7874aa
ZW
12759msgstr ""
12760
807ab1f2 12761#: cp/call.c:2382
b97e55da 12762msgid "%J%s %+#D"
5b7874aa
ZW
12763msgstr ""
12764
807ab1f2 12765#: cp/call.c:2417
b97e55da 12766msgid "candidates are:"
a47a6810
JM
12767msgstr ""
12768
807ab1f2 12769#: cp/call.c:2603
d5706a1e 12770msgid "conversion from %qT to %qT is ambiguous"
5b7874aa
ZW
12771msgstr ""
12772
807ab1f2 12773#: cp/call.c:2757 cp/call.c:2815
d5706a1e 12774msgid "no matching function for call to %<%D(%A)%>"
5b7874aa
ZW
12775msgstr ""
12776
807ab1f2 12777#: cp/call.c:2760 cp/call.c:2818
d5706a1e 12778msgid "call of overloaded %<%D(%A)%> is ambiguous"
5b7874aa
ZW
12779msgstr ""
12780
b97e55da
JM
12781#. It's no good looking for an overloaded operator() on a
12782#. pointer-to-member-function.
807ab1f2 12783#: cp/call.c:2886
5b7874aa 12784#, c-format
b97e55da
JM
12785msgid ""
12786"pointer-to-member function %E cannot be called without an object; consider "
12787"using .* or ->*"
5b7874aa
ZW
12788msgstr ""
12789
807ab1f2 12790#: cp/call.c:2955
d5706a1e 12791msgid "no match for call to %<(%T) (%A)%>"
5b7874aa
ZW
12792msgstr ""
12793
807ab1f2 12794#: cp/call.c:2964
d5706a1e 12795msgid "call of %<(%T) (%A)%> is ambiguous"
5b7874aa
ZW
12796msgstr ""
12797
807ab1f2 12798#: cp/call.c:3001
d5706a1e 12799msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
5b7874aa
ZW
12800msgstr ""
12801
807ab1f2 12802#: cp/call.c:3007
d5706a1e 12803msgid "%s for %<operator%s%> in %<%E%s%>"
5b7874aa
ZW
12804msgstr ""
12805
807ab1f2 12806#: cp/call.c:3011
d5706a1e 12807msgid "%s for %<operator[]%> in %<%E[%E]%>"
5b7874aa
ZW
12808msgstr ""
12809
807ab1f2 12810#: cp/call.c:3016
d5706a1e 12811msgid "%s for %qs in %<%s %E%>"
a47a6810
JM
12812msgstr ""
12813
807ab1f2 12814#: cp/call.c:3021
d5706a1e 12815msgid "%s for %<operator%s%> in %<%E %s %E%>"
a47a6810
JM
12816msgstr ""
12817
807ab1f2 12818#: cp/call.c:3024
d5706a1e 12819msgid "%s for %<operator%s%> in %<%s%E%>"
a47a6810
JM
12820msgstr ""
12821
807ab1f2 12822#: cp/call.c:3114
b97e55da 12823msgid "ISO C++ forbids omitting the middle term of a ?: expression"
5b7874aa
ZW
12824msgstr ""
12825
807ab1f2 12826#: cp/call.c:3191
d5706a1e 12827msgid "%qE has type %<void%> and is not a throw-expression"
5b7874aa
ZW
12828msgstr ""
12829
807ab1f2 12830#: cp/call.c:3230 cp/call.c:3440
b97e55da 12831msgid "operands to ?: have different types"
5b7874aa
ZW
12832msgstr ""
12833
807ab1f2 12834#: cp/call.c:3394
b97e55da 12835msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
5b7874aa
ZW
12836msgstr ""
12837
807ab1f2 12838#: cp/call.c:3401
b97e55da 12839msgid "enumeral and non-enumeral type in conditional expression"
5b7874aa
ZW
12840msgstr ""
12841
de104104 12842#: cp/call.c:3696
d5706a1e 12843msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
5b7874aa
ZW
12844msgstr ""
12845
d5706a1e
ZW
12846#: cp/call.c:3749
12847msgid "using synthesized %q#D for copy assignment"
5b7874aa
ZW
12848msgstr ""
12849
d5706a1e
ZW
12850#: cp/call.c:3751
12851msgid " where cfront would use %q#D"
5b7874aa
ZW
12852msgstr ""
12853
d5706a1e
ZW
12854#: cp/call.c:3783
12855msgid "comparison between %q#T and %q#T"
5b7874aa
ZW
12856msgstr ""
12857
d5706a1e
ZW
12858#: cp/call.c:4040
12859msgid "no suitable %<operator %s> for %qT"
5b7874aa
ZW
12860msgstr ""
12861
d5706a1e
ZW
12862#: cp/call.c:4057
12863msgid "%q+#D is private"
5b7874aa
ZW
12864msgstr ""
12865
d5706a1e
ZW
12866#: cp/call.c:4059
12867msgid "%q+#D is protected"
5b7874aa
ZW
12868msgstr ""
12869
d5706a1e
ZW
12870#: cp/call.c:4061
12871msgid "%q+#D is inaccessible"
a47a6810
JM
12872msgstr ""
12873
d5706a1e 12874#: cp/call.c:4062
b97e55da 12875msgid "within this context"
a47a6810
JM
12876msgstr ""
12877
d5706a1e
ZW
12878#: cp/call.c:4145
12879msgid "invalid conversion from %qT to %qT"
5b7874aa
ZW
12880msgstr ""
12881
d5706a1e
ZW
12882#: cp/call.c:4147
12883msgid " initializing argument %P of %qD"
5b7874aa
ZW
12884msgstr ""
12885
d5706a1e
ZW
12886#: cp/call.c:4290
12887msgid "cannot bind bitfield %qE to %qT"
cabb228b
ZW
12888msgstr ""
12889
d5706a1e
ZW
12890#: cp/call.c:4293
12891msgid "cannot bind packed field %qE to %qT"
a47a6810
JM
12892msgstr ""
12893
d5706a1e
ZW
12894#: cp/call.c:4296
12895msgid "cannot bind rvalue %qE to %qT"
5b7874aa
ZW
12896msgstr ""
12897
d5706a1e 12898#: cp/call.c:4381
b97e55da 12899msgid ""
d5706a1e 12900"cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
b97e55da 12901"runtime"
5b7874aa
ZW
12902msgstr ""
12903
b97e55da 12904#. Undefined behavior [expr.call] 5.2.2/7.
d5706a1e 12905#: cp/call.c:4407
01b84e13 12906msgid ""
d5706a1e
ZW
12907"cannot receive objects of non-POD type %q#T' through %<...%>; call will "
12908"abort at runtime"
5b7874aa
ZW
12909msgstr ""
12910
de104104 12911#: cp/call.c:4450
d5706a1e 12912msgid "the default argument for parameter %d of %qD has not yet been parsed"
cabb228b
ZW
12913msgstr ""
12914
de104104 12915#: cp/call.c:4655
b97e55da 12916msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
5b7874aa
ZW
12917msgstr ""
12918
de104104 12919#: cp/call.c:4674
d5706a1e 12920msgid "%qT is not an accessible base of %qT"
5b7874aa
ZW
12921msgstr ""
12922
de104104 12923#: cp/call.c:4924
d5706a1e 12924msgid "could not find class$ field in java interface type %qT"
5b7874aa
ZW
12925msgstr ""
12926
de104104 12927#: cp/call.c:5186
d5706a1e 12928msgid "call to non-function %qD"
5b7874aa
ZW
12929msgstr ""
12930
de104104 12931#: cp/call.c:5211
d5706a1e 12932msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
01b84e13
JM
12933msgstr ""
12934
d5706a1e
ZW
12935#: cp/call.c:5290
12936msgid "no matching function for call to %<%T::%s(%A)%#V%>"
5b7874aa
ZW
12937msgstr ""
12938
d5706a1e
ZW
12939#: cp/call.c:5308
12940msgid "call of overloaded %<%s(%A)%> is ambiguous"
5b7874aa
ZW
12941msgstr ""
12942
d5706a1e
ZW
12943#: cp/call.c:5332
12944msgid "cannot call member function %qD without object"
5b7874aa
ZW
12945msgstr ""
12946
d5706a1e
ZW
12947#: cp/call.c:5937
12948msgid "passing %qT chooses %qT over %qT"
5b7874aa
ZW
12949msgstr ""
12950
d5706a1e
ZW
12951#: cp/call.c:5939 cp/name-lookup.c:4244
12952msgid " in call to %qD"
5b7874aa
ZW
12953msgstr ""
12954
d5706a1e
ZW
12955#: cp/call.c:5996
12956msgid "choosing %qD over %qD"
5b7874aa
ZW
12957msgstr ""
12958
d5706a1e
ZW
12959#: cp/call.c:5997
12960msgid " for conversion from %qT to %qT"
5b7874aa
ZW
12961msgstr ""
12962
d5706a1e 12963#: cp/call.c:5999
b97e55da 12964msgid " because conversion sequence for the argument is better"
5b7874aa
ZW
12965msgstr ""
12966
d5706a1e 12967#: cp/call.c:6120
b97e55da
JM
12968msgid ""
12969"ISO C++ says that these are ambiguous, even though the worst conversion for "
12970"the first is better than the worst conversion for the second:"
5b7874aa
ZW
12971msgstr ""
12972
d5706a1e 12973#: cp/call.c:6124
b97e55da 12974msgid "candidate 1:"
9d967a7e
ZW
12975msgstr ""
12976
d5706a1e 12977#: cp/call.c:6125
b97e55da 12978msgid "candidate 2:"
9d967a7e
ZW
12979msgstr ""
12980
d5706a1e
ZW
12981#: cp/call.c:6261
12982msgid "could not convert %qE to %qT"
9d967a7e
ZW
12983msgstr ""
12984
d5706a1e 12985#: cp/call.c:6385
b97e55da 12986msgid ""
d5706a1e
ZW
12987"invalid initialization of non-const reference of type %qT from a temporary "
12988"of type %qT"
9d967a7e
ZW
12989msgstr ""
12990
d5706a1e 12991#: cp/call.c:6389
b97e55da 12992msgid ""
d5706a1e 12993"invalid initialization of reference of type %qT from expression of type %qT"
5b7874aa
ZW
12994msgstr ""
12995
de104104 12996#: cp/class.c:276
d5706a1e 12997msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
5b7874aa
ZW
12998msgstr ""
12999
de104104 13000#: cp/class.c:888
d5706a1e 13001msgid "Java class %qT cannot have an implicit non-trivial destructor"
01b84e13
JM
13002msgstr ""
13003
de104104 13004#: cp/class.c:889
d5706a1e 13005msgid "Java class %qT cannot have a destructor"
01b84e13
JM
13006msgstr ""
13007
de104104 13008#: cp/class.c:988
b97e55da 13009msgid "`%#D' and `%#D' cannot be overloaded"
5b7874aa
ZW
13010msgstr ""
13011
de104104 13012#: cp/class.c:1045
d5706a1e 13013msgid "conflicting access specifications for method %qD, ignored"
5b7874aa
ZW
13014msgstr ""
13015
d5706a1e 13016#: cp/class.c:1048
b97e55da 13017#, c-format
d5706a1e 13018msgid "conflicting access specifications for field %qE, ignored"
5b7874aa
ZW
13019msgstr ""
13020
d5706a1e
ZW
13021#: cp/class.c:1098
13022msgid "%qD names constructor"
5b7874aa
ZW
13023msgstr ""
13024
d5706a1e
ZW
13025#: cp/class.c:1103
13026msgid "%qD invalid in %qT"
5b7874aa
ZW
13027msgstr ""
13028
d5706a1e
ZW
13029#: cp/class.c:1111
13030msgid "no members matching %qD in %q#T"
5b7874aa
ZW
13031msgstr ""
13032
d5706a1e
ZW
13033#: cp/class.c:1143 cp/class.c:1151
13034msgid "%qD invalid in %q#T"
5b7874aa
ZW
13035msgstr ""
13036
d5706a1e
ZW
13037#: cp/class.c:1144
13038msgid " because of local method %q#D with same name"
5b7874aa
ZW
13039msgstr ""
13040
d5706a1e
ZW
13041#: cp/class.c:1152
13042msgid " because of local member %q#D with same name"
5b7874aa
ZW
13043msgstr ""
13044
d5706a1e
ZW
13045#: cp/class.c:1197
13046msgid "base class %q#T has a non-virtual destructor"
5b7874aa
ZW
13047msgstr ""
13048
de104104 13049#: cp/class.c:1216
b97e55da 13050msgid ""
d5706a1e 13051"base %qT with only non-default constructor in class without a constructor"
5b7874aa
ZW
13052msgstr ""
13053
d5706a1e
ZW
13054#: cp/class.c:1523
13055msgid "all member functions in class %qT are private"
5b7874aa
ZW
13056msgstr ""
13057
d5706a1e
ZW
13058#: cp/class.c:1534
13059msgid "%q#T only defines a private destructor and has no friends"
5b7874aa
ZW
13060msgstr ""
13061
d5706a1e
ZW
13062#: cp/class.c:1574
13063msgid "%q#T only defines private constructors and has no friends"
5b7874aa
ZW
13064msgstr ""
13065
d5706a1e
ZW
13066#: cp/class.c:1955
13067msgid "no unique final overrider for %qD in %qT"
5b7874aa
ZW
13068msgstr ""
13069
b97e55da 13070#. Here we know it is a hider, and no overrider exists.
d5706a1e
ZW
13071#: cp/class.c:2409
13072msgid "%qD was hidden"
5b7874aa
ZW
13073msgstr ""
13074
d5706a1e
ZW
13075#: cp/class.c:2410
13076msgid " by %qD"
5b7874aa
ZW
13077msgstr ""
13078
d5706a1e
ZW
13079#: cp/class.c:2451 cp/decl2.c:1143
13080msgid "%q#D invalid; an anonymous union can only have non-static data members"
5b7874aa
ZW
13081msgstr ""
13082
d5706a1e
ZW
13083#: cp/class.c:2458 cp/decl2.c:1150
13084msgid "private member %q#D in anonymous union"
5b7874aa
ZW
13085msgstr ""
13086
d5706a1e
ZW
13087#: cp/class.c:2461 cp/decl2.c:1152
13088msgid "protected member %q#D in anonymous union"
5b7874aa
ZW
13089msgstr ""
13090
d5706a1e 13091#: cp/class.c:2575
b97e55da 13092msgid ""
d5706a1e 13093"vtable layout for class %qT may not be ABI-compliant and may change in a "
b97e55da 13094"future version of GCC due to implicit virtual destructor"
5b7874aa
ZW
13095msgstr ""
13096
d5706a1e
ZW
13097#: cp/class.c:2633
13098msgid "bit-field %q#D with non-integral type"
5b7874aa
ZW
13099msgstr ""
13100
d5706a1e
ZW
13101#: cp/class.c:2653
13102msgid "bit-field %qD width not an integer constant"
5b7874aa
ZW
13103msgstr ""
13104
d5706a1e
ZW
13105#: cp/class.c:2659
13106msgid "negative width in bit-field %qD"
d9b2742a
ZW
13107msgstr ""
13108
d5706a1e
ZW
13109#: cp/class.c:2664
13110msgid "zero width for bit-field %qD"
d9b2742a
ZW
13111msgstr ""
13112
d5706a1e
ZW
13113#: cp/class.c:2670
13114msgid "width of %qD exceeds its type"
d9b2742a
ZW
13115msgstr ""
13116
d5706a1e
ZW
13117#: cp/class.c:2679
13118msgid "%qD is too small to hold all values of %q#T"
5b7874aa
ZW
13119msgstr ""
13120
d5706a1e
ZW
13121#: cp/class.c:2741
13122msgid "member %q#D with constructor not allowed in union"
5b7874aa
ZW
13123msgstr ""
13124
d5706a1e
ZW
13125#: cp/class.c:2744
13126msgid "member %q#D with destructor not allowed in union"
5b7874aa
ZW
13127msgstr ""
13128
d5706a1e
ZW
13129#: cp/class.c:2747
13130msgid "member %q#D with copy assignment operator not allowed in union"
5b7874aa
ZW
13131msgstr ""
13132
d5706a1e
ZW
13133#: cp/class.c:2774
13134msgid "multiple fields in union %qT initialized"
5b7874aa
ZW
13135msgstr ""
13136
d5706a1e
ZW
13137#: cp/class.c:2840
13138msgid "ignoring packed attribute on unpacked non-POD field %q#D"
5b7874aa
ZW
13139msgstr ""
13140
d5706a1e
ZW
13141#: cp/class.c:2900
13142msgid "%qD may not be static because it is a member of a union"
b1b51268
JM
13143msgstr ""
13144
d5706a1e
ZW
13145#: cp/class.c:2905
13146msgid "%qD may not have reference type `%T' because it is a member of a union"
b1b51268
JM
13147msgstr ""
13148
d5706a1e
ZW
13149#: cp/class.c:2913
13150msgid "field %qD in local class cannot be static"
5b7874aa
ZW
13151msgstr ""
13152
d5706a1e
ZW
13153#: cp/class.c:2919
13154msgid "field %qD invalidly declared function type"
5b7874aa
ZW
13155msgstr ""
13156
d5706a1e
ZW
13157#: cp/class.c:2925
13158msgid "field %qD invalidly declared method type"
5b7874aa
ZW
13159msgstr ""
13160
d5706a1e
ZW
13161#: cp/class.c:2958
13162msgid "non-static reference %q#D in class without a constructor"
5b7874aa
ZW
13163msgstr ""
13164
d5706a1e
ZW
13165#: cp/class.c:3006
13166msgid "non-static const member %q#D in class without a constructor"
5b7874aa
ZW
13167msgstr ""
13168
d5706a1e
ZW
13169#: cp/class.c:3021
13170msgid "field %q#D with same name as class"
5b7874aa
ZW
13171msgstr ""
13172
d5706a1e
ZW
13173#: cp/class.c:3055
13174msgid "%q#T has pointer data members"
5b7874aa
ZW
13175msgstr ""
13176
d5706a1e
ZW
13177#: cp/class.c:3059
13178msgid " but does not override %<%T(const %T&)%>"
5b7874aa
ZW
13179msgstr ""
13180
d5706a1e
ZW
13181#: cp/class.c:3061
13182msgid " or %<operator=(const %T&)%>"
5b7874aa
ZW
13183msgstr ""
13184
d5706a1e
ZW
13185#: cp/class.c:3064
13186msgid " but does not override %<operator=(const %T&)%>"
5b7874aa
ZW
13187msgstr ""
13188
d5706a1e 13189#: cp/class.c:3497
b97e55da 13190msgid ""
d5706a1e 13191"offset of empty base %qT may not be ABI-compliant and maychange in a future "
b97e55da 13192"version of GCC"
5b7874aa
ZW
13193msgstr ""
13194
d5706a1e
ZW
13195#: cp/class.c:3609
13196msgid "class %qT will be considered nearly empty in a future version of GCC"
5b7874aa
ZW
13197msgstr ""
13198
d5706a1e
ZW
13199#: cp/class.c:3691
13200msgid "initializer specified for non-virtual method %qD"
5b7874aa
ZW
13201msgstr ""
13202
d5706a1e 13203#: cp/class.c:4350
b97e55da 13204msgid ""
d5706a1e 13205"offset of virtual base %qT is not ABI-compliant and may change in a future "
b97e55da 13206"version of GCC"
5b7874aa
ZW
13207msgstr ""
13208
d5706a1e
ZW
13209#: cp/class.c:4445
13210msgid "direct base %qT inaccessible in %qT due to ambiguity"
5b7874aa
ZW
13211msgstr ""
13212
d5706a1e
ZW
13213#: cp/class.c:4457
13214msgid "virtual base %qT inaccessible in %qT due to ambiguity"
5b7874aa
ZW
13215msgstr ""
13216
d5706a1e 13217#: cp/class.c:4628
b97e55da
JM
13218msgid ""
13219"size assigned to `%T' may not be ABI-compliant and may change in a future "
13220"version of GCC"
5b7874aa
ZW
13221msgstr ""
13222
b06c20ee
JM
13223#. Versions of G++ before G++ 3.4 did not reset the
13224#. DECL_MODE.
d5706a1e 13225#: cp/class.c:4667
b97e55da 13226msgid ""
d5706a1e 13227"the offset of %qD may not be ABI-compliant and may change in a future "
b97e55da 13228"version of GCC"
5b7874aa
ZW
13229msgstr ""
13230
d5706a1e 13231#: cp/class.c:4690
b97e55da 13232msgid ""
d5706a1e 13233"offset of %qD is not ABI-compliant and may change in a future version of GCC"
5b7874aa
ZW
13234msgstr ""
13235
d5706a1e 13236#: cp/class.c:4700
b97e55da 13237msgid ""
d5706a1e 13238"%qD contains empty classes which may cause base classes to be placed at "
b97e55da 13239"different locations in a future version of GCC"
5b7874aa
ZW
13240msgstr ""
13241
d5706a1e 13242#: cp/class.c:4759
b97e55da 13243msgid ""
d5706a1e 13244"layout of classes derived from empty class %qT may change in a future "
b97e55da 13245"version of GCC"
5b7874aa
ZW
13246msgstr ""
13247
d5706a1e
ZW
13248#: cp/class.c:4900
13249msgid "redefinition of %q#T"
5b7874aa
ZW
13250msgstr ""
13251
d5706a1e
ZW
13252#: cp/class.c:5044
13253msgid "%q#T has virtual functions but non-virtual destructor"
a47a6810
JM
13254msgstr ""
13255
d5706a1e 13256#: cp/class.c:5139
b97e55da 13257msgid "trying to finish struct, but kicked out due to previous parse errors"
a47a6810
JM
13258msgstr ""
13259
d5706a1e 13260#: cp/class.c:5557
a47a6810 13261#, c-format
807ab1f2 13262msgid "language string `\"%E\"' not recognized"
a47a6810
JM
13263msgstr ""
13264
d5706a1e 13265#: cp/class.c:5644
b97e55da
JM
13266msgid ""
13267"cannot resolve overloaded function `%D' based on conversion to type `%T'"
a47a6810
JM
13268msgstr ""
13269
d5706a1e
ZW
13270#: cp/class.c:5769
13271msgid "no matches converting function %qD to type %q#T"
5b7874aa
ZW
13272msgstr ""
13273
d5706a1e
ZW
13274#: cp/class.c:5792
13275msgid "converting overloaded function %qD to type %q#T is ambiguous"
5b7874aa
ZW
13276msgstr ""
13277
d5706a1e
ZW
13278#: cp/class.c:5818
13279msgid "assuming pointer to member %qD"
5b7874aa
ZW
13280msgstr ""
13281
d5706a1e
ZW
13282#: cp/class.c:5821
13283msgid "(a pointer to member can only be formed with %<&%E%>)"
5b7874aa
ZW
13284msgstr ""
13285
d5706a1e 13286#: cp/class.c:5866 cp/class.c:6045 cp/class.c:6052
b97e55da 13287msgid "not enough type information"
5b7874aa
ZW
13288msgstr ""
13289
d5706a1e
ZW
13290#: cp/class.c:5883
13291msgid "argument of type %qT does not match %qT"
5b7874aa
ZW
13292msgstr ""
13293
d5706a1e 13294#: cp/class.c:6029
b97e55da 13295msgid "invalid operation on uninstantiated type"
5b7874aa
ZW
13296msgstr ""
13297
b97e55da
JM
13298#. [basic.scope.class]
13299#.
13300#. A name N used in a class S shall refer to the same declaration
13301#. in its context and when re-evaluated in the completed scope of
13302#. S.
d5706a1e
ZW
13303#: cp/class.c:6295 cp/decl.c:1230 cp/name-lookup.c:577 cp/pt.c:2143
13304msgid "declaration of %q#D"
a47a6810
JM
13305msgstr ""
13306
d5706a1e
ZW
13307#: cp/class.c:6296
13308msgid "changes meaning of %qD from %q+#D"
a47a6810
JM
13309msgstr ""
13310
de104104 13311#: cp/cvt.c:90
b97e55da 13312msgid "can't convert from incomplete type `%T' to `%T'"
a47a6810
JM
13313msgstr ""
13314
de104104 13315#: cp/cvt.c:99
b97e55da 13316msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
a47a6810
JM
13317msgstr ""
13318
de104104 13319#: cp/cvt.c:115 cp/cvt.c:129
b97e55da 13320msgid "converting from `%T' to `%T'"
5b7874aa
ZW
13321msgstr ""
13322
de104104 13323#: cp/cvt.c:187 cp/cvt.c:255 cp/cvt.c:301
b97e55da 13324msgid "cannot convert `%E' from type `%T' to type `%T'"
5b7874aa
ZW
13325msgstr ""
13326
de104104 13327#: cp/cvt.c:216 cp/cvt.c:220
b97e55da 13328msgid "pointer to member cast from `%T' to `%T' is via virtual base"
5b7874aa
ZW
13329msgstr ""
13330
de104104 13331#: cp/cvt.c:280
b97e55da 13332msgid "invalid conversion from '%T' to '%T'"
5b7874aa
ZW
13333msgstr ""
13334
de104104 13335#: cp/cvt.c:512
b97e55da 13336msgid "conversion from `%T' to `%T' discards qualifiers"
8d9d2e1d
ZW
13337msgstr ""
13338
de104104 13339#: cp/cvt.c:530
b97e55da 13340msgid "casting `%T' to `%T' does not dereference pointer"
8d9d2e1d
ZW
13341msgstr ""
13342
de104104 13343#: cp/cvt.c:557
b97e55da 13344msgid "cannot convert type `%T' to type `%T'"
8d9d2e1d
ZW
13345msgstr ""
13346
de104104 13347#: cp/cvt.c:681
b97e55da 13348msgid "conversion from `%#T' to `%#T'"
8d9d2e1d
ZW
13349msgstr ""
13350
de104104 13351#: cp/cvt.c:693 cp/cvt.c:713
b97e55da 13352msgid "`%#T' used where a `%T' was expected"
8d9d2e1d
ZW
13353msgstr ""
13354
de104104 13355#: cp/cvt.c:728
b97e55da 13356msgid "`%#T' used where a floating point value was expected"
8d9d2e1d
ZW
13357msgstr ""
13358
de104104 13359#: cp/cvt.c:775
b97e55da 13360msgid "conversion from `%T' to non-scalar type `%T' requested"
a47a6810
JM
13361msgstr ""
13362
de104104 13363#: cp/cvt.c:863
b97e55da 13364msgid "object of incomplete type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13365msgstr ""
13366
de104104 13367#: cp/cvt.c:866
b97e55da 13368msgid "object of type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13369msgstr ""
13370
de104104 13371#: cp/cvt.c:882
b97e55da 13372msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
8d9d2e1d
ZW
13373msgstr ""
13374
b97e55da
JM
13375#. [over.over] enumerates the places where we can take the address
13376#. of an overloaded function, and this is not one of them.
de104104 13377#: cp/cvt.c:898
b97e55da
JM
13378#, c-format
13379msgid "%s cannot resolve address of overloaded function"
dc6746e7
PT
13380msgstr ""
13381
b97e55da 13382#. Only warn when there is no &.
de104104 13383#: cp/cvt.c:904
b97e55da
JM
13384#, c-format
13385msgid "%s is a reference, not call, to function `%E'"
dc6746e7
PT
13386msgstr ""
13387
de104104 13388#: cp/cvt.c:912
b97e55da
JM
13389#, c-format
13390msgid "%s has no effect"
dc6746e7
PT
13391msgstr ""
13392
de104104 13393#: cp/cvt.c:1024
b97e55da 13394msgid "converting NULL to non-pointer type"
dc6746e7
PT
13395msgstr ""
13396
de104104 13397#: cp/cvt.c:1097
b97e55da 13398msgid "ambiguous default type conversion from `%T'"
7bf81eee
PT
13399msgstr ""
13400
de104104 13401#: cp/cvt.c:1099
b97e55da 13402msgid " candidate conversions include `%D' and `%D'"
7bf81eee
PT
13403msgstr ""
13404
de104104 13405#: cp/decl.c:367
d5706a1e 13406msgid "label %qD used but not defined"
dc6746e7
PT
13407msgstr ""
13408
de104104 13409#: cp/decl.c:378
d5706a1e 13410msgid "label %qD defined but not used"
807ab1f2
JM
13411msgstr ""
13412
de104104 13413#: cp/decl.c:1137
d5706a1e 13414msgid "%qD was declared %<extern%> and later %<static%>"
b1b51268
JM
13415msgstr ""
13416
de104104 13417#: cp/decl.c:1138 cp/decl.c:1603
d5706a1e 13418msgid "previous declaration of %qD"
7bf81eee
PT
13419msgstr ""
13420
de104104 13421#: cp/decl.c:1186
d5706a1e 13422msgid "%Jfunction %qD redeclared as inline"
01b84e13
JM
13423msgstr ""
13424
de104104 13425#: cp/decl.c:1187
d5706a1e 13426msgid "%Jprevious declaration of %qD with attribute noinline"
7bf81eee
PT
13427msgstr ""
13428
de104104 13429#: cp/decl.c:1194
d5706a1e 13430msgid "%Jfunction %qD redeclared with attribute noinline"
01b84e13
JM
13431msgstr ""
13432
de104104 13433#: cp/decl.c:1196
d5706a1e 13434msgid "%Jprevious declaration of %qD was inline"
7bf81eee
PT
13435msgstr ""
13436
de104104 13437#: cp/decl.c:1217 cp/decl.c:1288
d5706a1e 13438msgid "shadowing %s function %q#D"
4ba01ed2
PT
13439msgstr ""
13440
de104104 13441#: cp/decl.c:1226
d5706a1e 13442msgid "library function %q#D redeclared as non-function %q#D"
7bf81eee
PT
13443msgstr ""
13444
de104104 13445#: cp/decl.c:1231
d5706a1e 13446msgid "conflicts with built-in declaration %q#D"
7bf81eee
PT
13447msgstr ""
13448
de104104 13449#: cp/decl.c:1283 cp/decl.c:1392 cp/decl.c:1408
d5706a1e 13450msgid "new declaration %q#D"
d51681a7
PT
13451msgstr ""
13452
de104104 13453#: cp/decl.c:1284
d5706a1e 13454msgid "ambiguates built-in declaration %q#D"
d51681a7
PT
13455msgstr ""
13456
de104104 13457#: cp/decl.c:1355
d5706a1e 13458msgid "%q#D redeclared as different kind of symbol"
d51681a7
PT
13459msgstr ""
13460
de104104 13461#: cp/decl.c:1358
d5706a1e 13462msgid "previous declaration of %q#D"
4ba01ed2
PT
13463msgstr ""
13464
de104104 13465#: cp/decl.c:1377
d5706a1e 13466msgid "declaration of template %q#D"
7bf81eee
PT
13467msgstr ""
13468
de104104 13469#: cp/decl.c:1378 cp/name-lookup.c:578
d5706a1e 13470msgid "conflicts with previous declaration %q#D"
7bf81eee
PT
13471msgstr ""
13472
de104104 13473#: cp/decl.c:1393 cp/decl.c:1409
d5706a1e 13474msgid "ambiguates old declaration %q#D"
7bf81eee
PT
13475msgstr ""
13476
de104104 13477#: cp/decl.c:1401
d5706a1e 13478msgid "declaration of C function %q#D conflicts with"
7bf81eee
PT
13479msgstr ""
13480
de104104 13481#: cp/decl.c:1403
d5706a1e 13482msgid "previous declaration %q#D here"
7bf81eee
PT
13483msgstr ""
13484
de104104 13485#: cp/decl.c:1416
d5706a1e 13486msgid "conflicting declaration %q#D"
7bf81eee
PT
13487msgstr ""
13488
de104104 13489#: cp/decl.c:1417
d5706a1e 13490msgid "%qD has a previous declaration as %q#D"
7bf81eee
PT
13491msgstr ""
13492
807ab1f2
JM
13493#. [namespace.alias]
13494#.
13495#. A namespace-name or namespace-alias shall not be declared as
13496#. the name of any other entity in the same declarative region.
13497#. A namespace-name defined at global scope shall not be
13498#. declared as the name of any other entity in any global scope
13499#. of the program.
de104104 13500#: cp/decl.c:1470
d5706a1e 13501msgid "declaration of namespace %qD conflicts with"
807ab1f2
JM
13502msgstr ""
13503
de104104 13504#: cp/decl.c:1471
d5706a1e 13505msgid "previous declaration of namespace %qD here"
807ab1f2
JM
13506msgstr ""
13507
de104104 13508#: cp/decl.c:1483
d5706a1e 13509msgid "%q#D previously defined here"
3855d0d1
JM
13510msgstr ""
13511
de104104 13512#: cp/decl.c:1484
d5706a1e 13513msgid "%q#D previously declared here"
3855d0d1
JM
13514msgstr ""
13515
b97e55da 13516#. Prototype decl follows defn w/o prototype.
de104104 13517#: cp/decl.c:1493
d5706a1e 13518msgid "prototype for %q#D"
3855d0d1
JM
13519msgstr ""
13520
de104104 13521#: cp/decl.c:1494
b97e55da 13522msgid "%Jfollows non-prototype definition here"
3855d0d1
JM
13523msgstr ""
13524
de104104 13525#: cp/decl.c:1506
d5706a1e 13526msgid "previous declaration of %q#D with %qL linkage"
7bf81eee
PT
13527msgstr ""
13528
de104104 13529#: cp/decl.c:1508
d5706a1e 13530msgid "conflicts with new declaration with %qL linkage"
7bf81eee
PT
13531msgstr ""
13532
de104104 13533#: cp/decl.c:1531 cp/decl.c:1538
d5706a1e 13534msgid "default argument given for parameter %d of %q#D"
7bf81eee
PT
13535msgstr ""
13536
de104104 13537#: cp/decl.c:1533 cp/decl.c:1540
d5706a1e 13538msgid "after previous specification in %q#D"
a47a6810
JM
13539msgstr ""
13540
de104104 13541#: cp/decl.c:1549
d5706a1e 13542msgid "%q#D was used before it was declared inline"
a47a6810
JM
13543msgstr ""
13544
de104104 13545#: cp/decl.c:1550
b97e55da 13546msgid "%Jprevious non-inline declaration here"
7bf81eee
PT
13547msgstr ""
13548
de104104 13549#: cp/decl.c:1602
d5706a1e 13550msgid "redundant redeclaration of %qD in same scope"
a47a6810
JM
13551msgstr ""
13552
de104104 13553#: cp/decl.c:1696
b97e55da 13554#, c-format
d5706a1e 13555msgid "declaration of %qF throws different exceptions"
7bf81eee
PT
13556msgstr ""
13557
de104104 13558#: cp/decl.c:1698
b97e55da 13559#, c-format
d5706a1e 13560msgid "than previous declaration %qF"
7bf81eee
PT
13561msgstr ""
13562
b97e55da
JM
13563#. From [temp.expl.spec]:
13564#.
13565#. If a template, a member template or the member of a class
13566#. template is explicitly specialized then that
13567#. specialization shall be declared before the first use of
13568#. that specialization that would cause an implicit
13569#. instantiation to take place, in every translation unit in
13570#. which such a use occurs.
de104104 13571#: cp/decl.c:1851
b97e55da 13572msgid "explicit specialization of %D after first use"
7bf81eee
PT
13573msgstr ""
13574
de104104 13575#: cp/decl.c:1930
d5706a1e 13576msgid "%J%qD: visibility attribute ignored because it"
01b84e13
JM
13577msgstr ""
13578
de104104 13579#: cp/decl.c:1932
01b84e13
JM
13580msgid "%Jconflicts with previous declaration here"
13581msgstr ""
13582
de104104 13583#: cp/decl.c:2160
3855d0d1 13584#, c-format
d5706a1e 13585msgid "label %qE referenced outside of any function"
7bf81eee
PT
13586msgstr ""
13587
de104104 13588#: cp/decl.c:2256 cp/decl.c:2280 cp/decl.c:2368
d5706a1e 13589msgid "jump to label %qD"
7bf81eee
PT
13590msgstr ""
13591
de104104 13592#: cp/decl.c:2258 cp/decl.c:2282
b97e55da 13593msgid "jump to case label"
7bf81eee
PT
13594msgstr ""
13595
de104104 13596#: cp/decl.c:2261 cp/decl.c:2285
b97e55da 13597msgid "%H from here"
7bf81eee
PT
13598msgstr ""
13599
de104104 13600#: cp/decl.c:2266
d5706a1e 13601msgid " crosses initialization of %q#D"
7bf81eee
PT
13602msgstr ""
13603
de104104 13604#: cp/decl.c:2269 cp/decl.c:2384
d5706a1e 13605msgid " enters scope of non-POD %q#D"
7bf81eee
PT
13606msgstr ""
13607
de104104 13608#: cp/decl.c:2289 cp/decl.c:2388
b97e55da 13609msgid " enters try block"
7bf81eee
PT
13610msgstr ""
13611
de104104 13612#: cp/decl.c:2291 cp/decl.c:2390
b97e55da 13613msgid " enters catch block"
3855d0d1
JM
13614msgstr ""
13615
de104104 13616#: cp/decl.c:2369
b97e55da 13617msgid " from here"
3855d0d1
JM
13618msgstr ""
13619
b97e55da 13620#. Can't skip init of __exception_info.
de104104 13621#: cp/decl.c:2380
b97e55da 13622msgid "%J enters catch block"
3855d0d1
JM
13623msgstr ""
13624
de104104 13625#: cp/decl.c:2382
d5706a1e 13626msgid " skips initialization of %q#D"
3855d0d1
JM
13627msgstr ""
13628
de104104 13629#: cp/decl.c:2416
b97e55da 13630msgid "label named wchar_t"
3855d0d1
JM
13631msgstr ""
13632
de104104 13633#: cp/decl.c:2419
b97e55da 13634msgid "duplicate label `%D'"
3855d0d1
JM
13635msgstr ""
13636
d5706a1e
ZW
13637#: cp/decl.c:2650 cp/parser.c:3524
13638msgid "%qD used without template parameters"
3855d0d1
JM
13639msgstr ""
13640
d5706a1e
ZW
13641#: cp/decl.c:2660 cp/decl.c:2675 cp/decl.c:2762
13642msgid "no class template named %q#T in %q#T"
3855d0d1
JM
13643msgstr ""
13644
d5706a1e
ZW
13645#: cp/decl.c:2696 cp/decl.c:2706 cp/decl.c:2726
13646msgid "no type named %q#T in %q#T"
3855d0d1
JM
13647msgstr ""
13648
d5706a1e 13649#: cp/decl.c:3432
b97e55da 13650msgid "%Jan anonymous union cannot have function members"
3855d0d1
JM
13651msgstr ""
13652
d5706a1e
ZW
13653#: cp/decl.c:3450
13654msgid "member %q#D with constructor not allowed in anonymous aggregate"
3855d0d1
JM
13655msgstr ""
13656
de104104 13657#: cp/decl.c:3454
d5706a1e 13658msgid "member %q#D with destructor not allowed in anonymous aggregate"
3855d0d1
JM
13659msgstr ""
13660
d5706a1e 13661#: cp/decl.c:3458
b97e55da 13662msgid ""
d5706a1e 13663"member %q#D with copy assignment operator not allowed in anonymous aggregate"
3855d0d1
JM
13664msgstr ""
13665
d5706a1e 13666#: cp/decl.c:3484
807ab1f2 13667msgid "multiple types in one declaration"
3855d0d1
JM
13668msgstr ""
13669
d5706a1e 13670#: cp/decl.c:3488
807ab1f2 13671msgid "redeclaration of C++ built-in type %qT"
3855d0d1
JM
13672msgstr ""
13673
d5706a1e 13674#: cp/decl.c:3524
b97e55da 13675msgid "missing type-name in typedef-declaration"
3855d0d1
JM
13676msgstr ""
13677
d5706a1e 13678#: cp/decl.c:3532
b97e55da 13679msgid "ISO C++ prohibits anonymous structs"
3855d0d1
JM
13680msgstr ""
13681
d5706a1e 13682#: cp/decl.c:3539
807ab1f2 13683#, c-format
d5706a1e 13684msgid "%qs can only be specified for functions"
3855d0d1
JM
13685msgstr ""
13686
de104104 13687#: cp/decl.c:3545
d5706a1e 13688msgid "%<friend%> can only be specified inside a class"
3855d0d1
JM
13689msgstr ""
13690
de104104 13691#: cp/decl.c:3547
d5706a1e 13692msgid "%<explicit%> can only be specified for constructors"
a47a6810
JM
13693msgstr ""
13694
d5706a1e
ZW
13695#: cp/decl.c:3549
13696msgid "a storage class can only be specified for objects and functions"
3855d0d1
JM
13697msgstr ""
13698
d5706a1e
ZW
13699#: cp/decl.c:3555
13700msgid "qualifiers can only be specified for objects and functions"
3855d0d1
JM
13701msgstr ""
13702
d5706a1e
ZW
13703#: cp/decl.c:3698
13704msgid "function %q#D is initialized like a variable"
3855d0d1
JM
13705msgstr ""
13706
d5706a1e
ZW
13707#: cp/decl.c:3710
13708msgid "declaration of %q#D has %<extern%> and is initialized"
807ab1f2
JM
13709msgstr ""
13710
d5706a1e
ZW
13711#: cp/decl.c:3741
13712msgid "%q#D is not a static member of %q#T"
3855d0d1
JM
13713msgstr ""
13714
d5706a1e
ZW
13715#: cp/decl.c:3747
13716msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
d9b2742a
ZW
13717msgstr ""
13718
d5706a1e 13719#: cp/decl.c:3759
b97e55da 13720msgid "duplicate initialization of %D"
3855d0d1
JM
13721msgstr ""
13722
d5706a1e
ZW
13723#: cp/decl.c:3792
13724msgid "declaration of %q#D outside of class is not definition"
3855d0d1
JM
13725msgstr ""
13726
d5706a1e
ZW
13727#: cp/decl.c:3841
13728msgid "variable %q#D has initializer but incomplete type"
3855d0d1
JM
13729msgstr ""
13730
d5706a1e
ZW
13731#: cp/decl.c:3848 cp/decl.c:4472
13732msgid "elements of array %q#D have incomplete type"
3855d0d1
JM
13733msgstr ""
13734
d5706a1e
ZW
13735#: cp/decl.c:3864
13736msgid "aggregate %q#D has incomplete type and cannot be defined"
3855d0d1
JM
13737msgstr ""
13738
d5706a1e 13739#: cp/decl.c:3914
b97e55da 13740msgid "`%D' declared as reference but not initialized"
3855d0d1
JM
13741msgstr ""
13742
d5706a1e
ZW
13743#: cp/decl.c:3920
13744msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
3855d0d1
JM
13745msgstr ""
13746
d5706a1e
ZW
13747#: cp/decl.c:3949
13748msgid "cannot initialize %qT from %qT"
3855d0d1
JM
13749msgstr ""
13750
d5706a1e
ZW
13751#: cp/decl.c:3981
13752msgid "initializer fails to determine size of %qD"
3855d0d1
JM
13753msgstr ""
13754
d5706a1e 13755#: cp/decl.c:3986
b97e55da 13756msgid "array size missing in `%D'"
3855d0d1
JM
13757msgstr ""
13758
d5706a1e
ZW
13759#: cp/decl.c:3998
13760msgid "zero-size array %qD"
3855d0d1
JM
13761msgstr ""
13762
b97e55da
JM
13763#. An automatic variable with an incomplete type: that is an error.
13764#. Don't talk about array types here, since we took care of that
13765#. message in grokdeclarator.
d5706a1e
ZW
13766#: cp/decl.c:4035
13767msgid "storage size of %qD isn't known"
3855d0d1
JM
13768msgstr ""
13769
d5706a1e
ZW
13770#: cp/decl.c:4057
13771msgid "storage size of %qD isn't constant"
3855d0d1
JM
13772msgstr ""
13773
d5706a1e 13774#: cp/decl.c:4112
b97e55da 13775msgid ""
d5706a1e 13776"sorry: semantics of inline function static data %q#D are wrong (you'll wind "
b97e55da 13777"up with multiple copies)"
3855d0d1
JM
13778msgstr ""
13779
d5706a1e 13780#: cp/decl.c:4115
b97e55da 13781msgid "%J you can work around this by removing the initializer"
3855d0d1
JM
13782msgstr ""
13783
d5706a1e
ZW
13784#: cp/decl.c:4142
13785msgid "uninitialized const %qD"
3855d0d1
JM
13786msgstr ""
13787
d5706a1e
ZW
13788#: cp/decl.c:4202
13789msgid "name %qD used in a GNU-style designated initializer for an array"
de104104
JM
13790msgstr ""
13791
d5706a1e 13792#: cp/decl.c:4212
de104104 13793#, c-format
d5706a1e 13794msgid "Designated initializer %qE larger than array size"
de104104
JM
13795msgstr ""
13796
d5706a1e
ZW
13797#: cp/decl.c:4283
13798msgid "brace-enclosed initializer used to initialize %qT"
3855d0d1
JM
13799msgstr ""
13800
d5706a1e
ZW
13801#: cp/decl.c:4346
13802msgid "initializer for %qT must be brace-enclosed"
3855d0d1
JM
13803msgstr ""
13804
d5706a1e 13805#: cp/decl.c:4362
b97e55da 13806msgid "ISO C++ does not allow designated initializers"
3855d0d1
JM
13807msgstr ""
13808
d5706a1e
ZW
13809#: cp/decl.c:4366
13810msgid "%qT has no non-static data member named %qD"
4ba01ed2
PT
13811msgstr ""
13812
d5706a1e
ZW
13813#: cp/decl.c:4428
13814msgid "too many initializers for %qT"
4ba01ed2
PT
13815msgstr ""
13816
d5706a1e
ZW
13817#: cp/decl.c:4466
13818msgid "variable-sized object %qD may not be initialized"
4ba01ed2
PT
13819msgstr ""
13820
d5706a1e
ZW
13821#: cp/decl.c:4477
13822msgid "%qD has incomplete type"
3855d0d1
JM
13823msgstr ""
13824
d5706a1e
ZW
13825#: cp/decl.c:4531
13826msgid "%qD must be initialized by constructor, not by %<{...}%>"
3855d0d1
JM
13827msgstr ""
13828
d5706a1e
ZW
13829#: cp/decl.c:4576
13830msgid "structure %qD with uninitialized const members"
3855d0d1
JM
13831msgstr ""
13832
d5706a1e
ZW
13833#: cp/decl.c:4578
13834msgid "structure %qD with uninitialized reference members"
3855d0d1
JM
13835msgstr ""
13836
d5706a1e 13837#: cp/decl.c:4772
b97e55da 13838msgid "assignment (not initialization) in declaration"
3855d0d1
JM
13839msgstr ""
13840
d5706a1e
ZW
13841#: cp/decl.c:4789
13842msgid "cannot initialize %qD to namespace %qD"
3855d0d1
JM
13843msgstr ""
13844
d5706a1e
ZW
13845#: cp/decl.c:4832
13846msgid "shadowing previous type declaration of %q#D"
4ba01ed2
PT
13847msgstr ""
13848
d5706a1e
ZW
13849#: cp/decl.c:4869
13850msgid "%qD cannot be thread-local because it has non-POD type %qT"
3855d0d1
JM
13851msgstr ""
13852
d5706a1e
ZW
13853#: cp/decl.c:4884
13854msgid "%qD is thread-local and so cannot be dynamically initialized"
4ba01ed2
PT
13855msgstr ""
13856
d5706a1e
ZW
13857#: cp/decl.c:5475
13858msgid "destructor for alien class %qT cannot be a member"
4ba01ed2
PT
13859msgstr ""
13860
d5706a1e
ZW
13861#: cp/decl.c:5477
13862msgid "constructor for alien class %qT cannot be a member"
4ba01ed2
PT
13863msgstr ""
13864
de104104 13865#: cp/decl.c:5498
d5706a1e 13866msgid "%qD declared as a %<virtual%> %s"
4ba01ed2
PT
13867msgstr ""
13868
de104104 13869#: cp/decl.c:5500
d5706a1e
ZW
13870msgid "%qD declared as an %<inline%> %s"
13871msgstr ""
13872
13873#: cp/decl.c:5502
a47a6810 13874msgid ""
d5706a1e
ZW
13875"%<const%> and %<volatile%> function specifiers on q%D invalid in %s "
13876"declaration"
dc6746e7
PT
13877msgstr ""
13878
d5706a1e
ZW
13879#: cp/decl.c:5506
13880msgid "%qD declared as a friend"
7bf81eee
PT
13881msgstr ""
13882
d5706a1e
ZW
13883#: cp/decl.c:5512
13884msgid "%qD declared with an exception specification"
7bf81eee
PT
13885msgstr ""
13886
d5706a1e
ZW
13887#: cp/decl.c:5595
13888msgid "cannot declare %<::main%> to be a template"
7bf81eee
PT
13889msgstr ""
13890
d5706a1e
ZW
13891#: cp/decl.c:5597
13892msgid "cannot declare %<::main%> to be inline"
7bf81eee
PT
13893msgstr ""
13894
d5706a1e
ZW
13895#: cp/decl.c:5599
13896msgid "cannot declare %<::main%> to be static"
7bf81eee
PT
13897msgstr ""
13898
d5706a1e
ZW
13899#: cp/decl.c:5603
13900msgid "%<::main%> must return %<int%>"
7bf81eee
PT
13901msgstr ""
13902
d5706a1e
ZW
13903#: cp/decl.c:5633
13904msgid "non-local function %q#D uses anonymous type"
7bf81eee
PT
13905msgstr ""
13906
d5706a1e 13907#: cp/decl.c:5636 cp/decl.c:5982
b97e55da 13908msgid ""
d5706a1e 13909"%q#D does not refer to the unqualified type, so it is not used for linkage"
7bf81eee
PT
13910msgstr ""
13911
d5706a1e
ZW
13912#: cp/decl.c:5642
13913msgid "non-local function %q#D uses local type %qT"
7bf81eee
PT
13914msgstr ""
13915
d5706a1e
ZW
13916#: cp/decl.c:5665
13917msgid "%smember function %qD cannot have cv-qualifier"
7bf81eee
PT
13918msgstr ""
13919
d5706a1e
ZW
13920#: cp/decl.c:5689
13921msgid "defining explicit specialization %qD in friend declaration"
7bf81eee
PT
13922msgstr ""
13923
b97e55da 13924#. Something like `template <class T> friend void f<T>()'.
d5706a1e
ZW
13925#: cp/decl.c:5699
13926msgid "invalid use of template-id %qD in declaration of primary template"
7bf81eee
PT
13927msgstr ""
13928
d5706a1e 13929#: cp/decl.c:5727
b97e55da
JM
13930msgid ""
13931"default arguments are not allowed in declaration of friend template "
d5706a1e 13932"specialization %qD"
7bf81eee
PT
13933msgstr ""
13934
d5706a1e 13935#: cp/decl.c:5735
b97e55da 13936msgid ""
d5706a1e
ZW
13937"%<inline%> is not allowed in declaration of friend template specialization %"
13938"qD"
7bf81eee
PT
13939msgstr ""
13940
d5706a1e
ZW
13941#: cp/decl.c:5802
13942msgid "definition of implicitly-declared %qD"
7bf81eee
PT
13943msgstr ""
13944
d5706a1e
ZW
13945#: cp/decl.c:5822 cp/decl2.c:719
13946msgid "no %q#D member function declared in class %qT"
7bf81eee
PT
13947msgstr ""
13948
de104104 13949#. It's a typedef referring to an anonymous type.
d5706a1e
ZW
13950#: cp/decl.c:5979
13951msgid "non-local variable %q#D uses anonymous type"
b1b51268
JM
13952msgstr ""
13953
d5706a1e
ZW
13954#: cp/decl.c:5988
13955msgid "non-local variable %q#D uses local type %qT"
7bf81eee
PT
13956msgstr ""
13957
d5706a1e 13958#: cp/decl.c:6103
b97e55da 13959msgid ""
d5706a1e
ZW
13960"invalid in-class initialization of static data member of non-integral type %"
13961"qT"
3855d0d1
JM
13962msgstr ""
13963
d5706a1e
ZW
13964#: cp/decl.c:6113
13965msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
3855d0d1
JM
13966msgstr ""
13967
d5706a1e 13968#: cp/decl.c:6117
b97e55da 13969msgid ""
d5706a1e
ZW
13970"ISO C++ forbids initialization of member constant %qD of non-integral type %"
13971"qT"
3855d0d1
JM
13972msgstr ""
13973
d5706a1e
ZW
13974#: cp/decl.c:6137
13975msgid "size of array %qD has non-integral type %qT"
3855d0d1
JM
13976msgstr ""
13977
d5706a1e
ZW
13978#: cp/decl.c:6139
13979msgid "size of array has non-integral type %qT"
a47a6810
JM
13980msgstr ""
13981
d5706a1e
ZW
13982#: cp/decl.c:6175
13983msgid "size of array %qD is negative"
a47a6810
JM
13984msgstr ""
13985
d5706a1e 13986#: cp/decl.c:6177
b97e55da 13987msgid "size of array is negative"
7bf81eee
PT
13988msgstr ""
13989
d5706a1e
ZW
13990#: cp/decl.c:6185
13991msgid "ISO C++ forbids zero-size array %qD"
3855d0d1
JM
13992msgstr ""
13993
d5706a1e 13994#: cp/decl.c:6187
b97e55da 13995msgid "ISO C++ forbids zero-size array"
3855d0d1
JM
13996msgstr ""
13997
d5706a1e
ZW
13998#: cp/decl.c:6194
13999msgid "size of array %qD is not an integral constant-expression"
a47a6810
JM
14000msgstr ""
14001
d5706a1e 14002#: cp/decl.c:6197
b97e55da 14003msgid "size of array is not an integral constant-expression"
a47a6810
JM
14004msgstr ""
14005
d5706a1e
ZW
14006#: cp/decl.c:6202
14007msgid "ISO C++ forbids variable-size array %qD"
a47a6810
JM
14008msgstr ""
14009
d5706a1e 14010#: cp/decl.c:6204
b97e55da 14011msgid "ISO C++ forbids variable-size array"
a47a6810
JM
14012msgstr ""
14013
d5706a1e 14014#: cp/decl.c:6234
b97e55da 14015msgid "overflow in array dimension"
a47a6810
JM
14016msgstr ""
14017
d5706a1e
ZW
14018#: cp/decl.c:6309
14019msgid "declaration of %qD as %s"
3855d0d1
JM
14020msgstr ""
14021
d5706a1e 14022#: cp/decl.c:6311
b97e55da
JM
14023#, c-format
14024msgid "creating %s"
7bf81eee
PT
14025msgstr ""
14026
d5706a1e 14027#: cp/decl.c:6323
b97e55da 14028msgid ""
d5706a1e 14029"declaration of %qD as multidimensional array must have bounds for all "
b97e55da 14030"dimensions except the first"
7bf81eee
PT
14031msgstr ""
14032
d5706a1e 14033#: cp/decl.c:6327
3855d0d1 14034msgid ""
b97e55da 14035"multidimensional array must have bounds for all dimensions except the first"
3855d0d1
JM
14036msgstr ""
14037
d5706a1e 14038#: cp/decl.c:6362
b97e55da 14039msgid "return type specification for constructor invalid"
3855d0d1
JM
14040msgstr ""
14041
d5706a1e 14042#: cp/decl.c:6372
b97e55da 14043msgid "return type specification for destructor invalid"
3855d0d1
JM
14044msgstr ""
14045
d5706a1e
ZW
14046#: cp/decl.c:6385
14047msgid "operator %qT declared to return %qT"
3855d0d1
JM
14048msgstr ""
14049
d5706a1e
ZW
14050#: cp/decl.c:6387
14051msgid "return type specified for %<operator %T%>"
3855d0d1
JM
14052msgstr ""
14053
d5706a1e
ZW
14054#: cp/decl.c:6557
14055msgid "type %qT is not derived from type %qT"
7bf81eee
PT
14056msgstr ""
14057
d5706a1e
ZW
14058#: cp/decl.c:6602
14059msgid "declarator-id missing; using reserved word %qD"
3855d0d1
JM
14060msgstr ""
14061
d5706a1e
ZW
14062#: cp/decl.c:6658
14063msgid "declaration of %qD as non-function"
7bf81eee
PT
14064msgstr ""
14065
d5706a1e 14066#: cp/decl.c:6691
807ab1f2 14067#, c-format
d5706a1e 14068msgid "two or more data types in declaration of %qs"
3855d0d1
JM
14069msgstr ""
14070
d5706a1e
ZW
14071#: cp/decl.c:6734
14072msgid "ISO C++ does not support %<long long%>"
3855d0d1
JM
14073msgstr ""
14074
d5706a1e 14075#: cp/decl.c:6794 cp/decl.c:6796
807ab1f2 14076#, c-format
d5706a1e 14077msgid "ISO C++ forbids declaration of %qs with no type"
3855d0d1
JM
14078msgstr ""
14079
d5706a1e 14080#: cp/decl.c:6821
807ab1f2 14081#, c-format
d5706a1e 14082msgid "short, signed or unsigned invalid for %qs"
3855d0d1
JM
14083msgstr ""
14084
d5706a1e 14085#: cp/decl.c:6823
807ab1f2 14086#, c-format
d5706a1e 14087msgid "long, short, signed or unsigned invalid for %qs"
3855d0d1
JM
14088msgstr ""
14089
d5706a1e 14090#: cp/decl.c:6825
807ab1f2 14091#, c-format
d5706a1e 14092msgid "long and short specified together for %qs"
a47a6810
JM
14093msgstr ""
14094
d5706a1e 14095#: cp/decl.c:6827
807ab1f2 14096#, c-format
d5706a1e 14097msgid "long or short specified with char for %qs"
3855d0d1
JM
14098msgstr ""
14099
d5706a1e 14100#: cp/decl.c:6829
b97e55da 14101#, c-format
d5706a1e 14102msgid "long or short specified with floating type for %qs"
3855d0d1
JM
14103msgstr ""
14104
d5706a1e 14105#: cp/decl.c:6831
b97e55da 14106#, c-format
d5706a1e 14107msgid "signed and unsigned given together for %qs"
3855d0d1
JM
14108msgstr ""
14109
d5706a1e 14110#: cp/decl.c:6837
b97e55da 14111#, c-format
d5706a1e 14112msgid "long, short, signed or unsigned used invalidly for %qs"
3855d0d1
JM
14113msgstr ""
14114
d5706a1e 14115#: cp/decl.c:6902
b97e55da 14116#, c-format
d5706a1e 14117msgid "complex invalid for %qs"
3855d0d1
JM
14118msgstr ""
14119
d5706a1e
ZW
14120#: cp/decl.c:6931
14121msgid "qualifiers are not allowed on declaration of %<operator %T%>"
3855d0d1
JM
14122msgstr ""
14123
d5706a1e
ZW
14124#: cp/decl.c:6952
14125msgid "member %qD cannot be declared both virtual and static"
3855d0d1
JM
14126msgstr ""
14127
d5706a1e
ZW
14128#: cp/decl.c:6959
14129msgid "%<%T::%D%> is not a valid declarator"
3855d0d1
JM
14130msgstr ""
14131
d5706a1e 14132#: cp/decl.c:6967
807ab1f2 14133msgid "typedef declaration invalid in parameter declaration"
3855d0d1
JM
14134msgstr ""
14135
d5706a1e 14136#: cp/decl.c:6971
807ab1f2 14137msgid "storage class specifiers invalid in parameter declarations"
3855d0d1
JM
14138msgstr ""
14139
d5706a1e 14140#: cp/decl.c:6978
b97e55da 14141msgid "virtual outside class declaration"
3855d0d1
JM
14142msgstr ""
14143
d5706a1e 14144#: cp/decl.c:6991
807ab1f2
JM
14145#, c-format
14146msgid "multiple storage classes in declaration of `%s'"
14147msgstr ""
14148
d5706a1e 14149#: cp/decl.c:6998
807ab1f2 14150#, c-format
d5706a1e 14151msgid "multiple storage classes in declaration of %qs"
807ab1f2
JM
14152msgstr ""
14153
d5706a1e 14154#: cp/decl.c:7041
807ab1f2 14155#, c-format
d5706a1e 14156msgid "storage class specified for %s %qs"
3855d0d1
JM
14157msgstr ""
14158
de104104 14159#: cp/decl.c:7078
d5706a1e 14160msgid "top-level declaration of %qs specifies %<auto%>"
807ab1f2
JM
14161msgstr ""
14162
d5706a1e 14163#: cp/decl.c:7090
b97e55da 14164msgid "storage class specifiers invalid in friend function declarations"
3855d0d1
JM
14165msgstr ""
14166
d5706a1e 14167#: cp/decl.c:7224
807ab1f2 14168msgid "destructor cannot be static member function"
a47a6810
JM
14169msgstr ""
14170
d5706a1e 14171#: cp/decl.c:7227
807ab1f2 14172msgid "destructors may not be cv-qualified"
7bf81eee
PT
14173msgstr ""
14174
d5706a1e 14175#: cp/decl.c:7247
807ab1f2
JM
14176msgid "constructor cannot be static member function"
14177msgstr ""
14178
d5706a1e 14179#: cp/decl.c:7250
807ab1f2 14180msgid "constructors cannot be declared virtual"
7bf81eee
PT
14181msgstr ""
14182
d5706a1e 14183#: cp/decl.c:7255
807ab1f2 14184msgid "constructors may not be cv-qualified"
7bf81eee
PT
14185msgstr ""
14186
d5706a1e 14187#: cp/decl.c:7275
b97e55da 14188#, c-format
d5706a1e 14189msgid "can't initialize friend function %qs"
3855d0d1
JM
14190msgstr ""
14191
b97e55da 14192#. Cannot be both friend and virtual.
d5706a1e 14193#: cp/decl.c:7279
b97e55da 14194msgid "virtual functions cannot be friends"
7bf81eee
PT
14195msgstr ""
14196
d5706a1e 14197#: cp/decl.c:7283
b97e55da 14198msgid "friend declaration not in class definition"
d9b2742a
ZW
14199msgstr ""
14200
d5706a1e 14201#: cp/decl.c:7285
b97e55da 14202#, c-format
d5706a1e 14203msgid "can't define friend function %qs in a local class definition"
d9b2742a
ZW
14204msgstr ""
14205
d5706a1e 14206#: cp/decl.c:7298
b97e55da 14207msgid "destructors may not have parameters"
d9b2742a
ZW
14208msgstr ""
14209
d5706a1e
ZW
14210#: cp/decl.c:7316 cp/decl.c:7323
14211msgid "cannot declare reference to %q#T"
3855d0d1
JM
14212msgstr ""
14213
d5706a1e
ZW
14214#: cp/decl.c:7317
14215msgid "cannot declare pointer to %q#T"
3855d0d1
JM
14216msgstr ""
14217
d5706a1e
ZW
14218#: cp/decl.c:7325
14219msgid "cannot declare pointer to %q#T member"
807ab1f2
JM
14220msgstr ""
14221
d5706a1e
ZW
14222#: cp/decl.c:7381
14223msgid "template-id %qD used as a declarator"
3855d0d1
JM
14224msgstr ""
14225
d5706a1e
ZW
14226#: cp/decl.c:7432
14227msgid "extra qualification %<%T::%> on member %qs ignored"
3855d0d1
JM
14228msgstr ""
14229
d5706a1e
ZW
14230#: cp/decl.c:7451
14231msgid "cannot declare member function %<%T::%s%> within %<%T%>"
3855d0d1
JM
14232msgstr ""
14233
d5706a1e
ZW
14234#: cp/decl.c:7466
14235msgid "cannot declare member %<%T::%s%> within %qT"
807ab1f2
JM
14236msgstr ""
14237
d5706a1e
ZW
14238#: cp/decl.c:7505
14239msgid "data member may not have variably modified type %qT"
3855d0d1
JM
14240msgstr ""
14241
d5706a1e
ZW
14242#: cp/decl.c:7507
14243msgid "parameter may not have variably modified type %qT"
7bf81eee
PT
14244msgstr ""
14245
b97e55da
JM
14246#. [dcl.fct.spec] The explicit specifier shall only be used in
14247#. declarations of constructors within a class definition.
d5706a1e
ZW
14248#: cp/decl.c:7515
14249msgid "only declarations of constructors can be %<explicit%>"
3855d0d1
JM
14250msgstr ""
14251
d5706a1e
ZW
14252#: cp/decl.c:7523
14253msgid "non-member %qs cannot be declared %<mutable%>"
7bf81eee
PT
14254msgstr ""
14255
d5706a1e
ZW
14256#: cp/decl.c:7528
14257msgid "non-object member %qs cannot be declared %<mutable%>"
3855d0d1
JM
14258msgstr ""
14259
d5706a1e
ZW
14260#: cp/decl.c:7534
14261msgid "function %qs cannot be declared %<mutable%>"
7bf81eee
PT
14262msgstr ""
14263
d5706a1e
ZW
14264#: cp/decl.c:7539
14265msgid "static %qs cannot be declared %<mutable%>"
3855d0d1
JM
14266msgstr ""
14267
d5706a1e
ZW
14268#: cp/decl.c:7544
14269msgid "const %qs cannot be declared %<mutable%>"
7bf81eee
PT
14270msgstr ""
14271
d5706a1e
ZW
14272#: cp/decl.c:7562
14273msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
7bf81eee
PT
14274msgstr ""
14275
d5706a1e 14276#: cp/decl.c:7571
b97e55da 14277msgid "%Jtypedef name may not be a nested-name-specifier"
7bf81eee
PT
14278msgstr ""
14279
d5706a1e 14280#: cp/decl.c:7617
b97e55da 14281msgid "%Jinvalid type qualifier for non-member function type"
7bf81eee
PT
14282msgstr ""
14283
d5706a1e 14284#: cp/decl.c:7680
b97e55da 14285msgid "type qualifiers specified for friend class declaration"
7bf81eee
PT
14286msgstr ""
14287
d5706a1e
ZW
14288#: cp/decl.c:7685
14289msgid "%<inline%> specified for friend class declaration"
7bf81eee
PT
14290msgstr ""
14291
d5706a1e 14292#: cp/decl.c:7693
b97e55da 14293msgid "template parameters cannot be friends"
3855d0d1
JM
14294msgstr ""
14295
d5706a1e
ZW
14296#: cp/decl.c:7695
14297msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
3855d0d1
JM
14298msgstr ""
14299
d5706a1e
ZW
14300#: cp/decl.c:7699
14301msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
3855d0d1
JM
14302msgstr ""
14303
d5706a1e
ZW
14304#: cp/decl.c:7712
14305msgid "trying to make class %qT a friend of global scope"
3855d0d1
JM
14306msgstr ""
14307
d5706a1e 14308#: cp/decl.c:7723
b97e55da 14309msgid "invalid qualifiers on non-member function type"
3855d0d1
JM
14310msgstr ""
14311
d5706a1e
ZW
14312#: cp/decl.c:7742
14313msgid "abstract declarator %qT used as declaration"
7bf81eee
PT
14314msgstr ""
14315
d5706a1e 14316#: cp/decl.c:7754
b97e55da 14317msgid "unnamed variable or field declared void"
7bf81eee
PT
14318msgstr ""
14319
d5706a1e 14320#: cp/decl.c:7761
b97e55da 14321msgid "variable or field declared void"
3855d0d1
JM
14322msgstr ""
14323
d5706a1e
ZW
14324#: cp/decl.c:7771
14325msgid "cannot use %<::%> in parameter declaration"
7bf81eee
PT
14326msgstr ""
14327
b97e55da 14328#. Something like struct S { int N::j; };
d5706a1e
ZW
14329#: cp/decl.c:7816
14330msgid "invalid use of %<::%>"
3855d0d1
JM
14331msgstr ""
14332
d5706a1e
ZW
14333#: cp/decl.c:7828
14334msgid "function %qD cannot be declared friend"
7bf81eee
PT
14335msgstr ""
14336
d5706a1e
ZW
14337#: cp/decl.c:7840
14338msgid "can't make %qD into a method -- not in a class"
3855d0d1
JM
14339msgstr ""
14340
d5706a1e
ZW
14341#: cp/decl.c:7849
14342msgid "function %qD declared virtual inside a union"
7bf81eee
PT
14343msgstr ""
14344
d5706a1e
ZW
14345#: cp/decl.c:7858
14346msgid "%qD cannot be declared virtual, since it is always static"
3855d0d1
JM
14347msgstr ""
14348
d5706a1e
ZW
14349#: cp/decl.c:7938
14350msgid "field %qD has incomplete type"
3855d0d1
JM
14351msgstr ""
14352
d5706a1e
ZW
14353#: cp/decl.c:7940
14354msgid "name %qT has incomplete type"
7bf81eee
PT
14355msgstr ""
14356
d5706a1e
ZW
14357#: cp/decl.c:7949
14358msgid " in instantiation of template %qT"
3855d0d1
JM
14359msgstr ""
14360
d5706a1e 14361#: cp/decl.c:7959
3855d0d1 14362#, c-format
d5706a1e 14363msgid "%qE is neither function nor member function; cannot be declared friend"
3855d0d1
JM
14364msgstr ""
14365
d5706a1e 14366#: cp/decl.c:7970
b97e55da 14367msgid "member functions are implicitly friends of their class"
3855d0d1
JM
14368msgstr ""
14369
b97e55da
JM
14370#. An attempt is being made to initialize a non-static
14371#. member. But, from [class.mem]:
14372#.
14373#. 4 A member-declarator can contain a
14374#. constant-initializer only if it declares a static
14375#. member (_class.static_) of integral or enumeration
14376#. type, see _class.static.data_.
14377#.
14378#. This used to be relatively common practice, but
14379#. the rest of the compiler does not correctly
14380#. handle the initialization unless the member is
14381#. static so we make it static below.
d5706a1e
ZW
14382#: cp/decl.c:8010
14383msgid "ISO C++ forbids initialization of member %qD"
3855d0d1
JM
14384msgstr ""
14385
d5706a1e
ZW
14386#: cp/decl.c:8012
14387msgid "making %qD static"
7bf81eee
PT
14388msgstr ""
14389
d5706a1e
ZW
14390#: cp/decl.c:8070
14391msgid "storage class %<auto%> invalid for function %qs"
3855d0d1
JM
14392msgstr ""
14393
d5706a1e
ZW
14394#: cp/decl.c:8072
14395msgid "storage class %<register%> invalid for function %qs"
7bf81eee
PT
14396msgstr ""
14397
d5706a1e
ZW
14398#: cp/decl.c:8074
14399msgid "storage class %<__thread%> invalid for function %qs"
3855d0d1
JM
14400msgstr ""
14401
d5706a1e 14402#: cp/decl.c:8085
b97e55da 14403msgid ""
d5706a1e 14404"%<static%> specified invalid for function %qs declared out of global scope"
7bf81eee
PT
14405msgstr ""
14406
d5706a1e 14407#: cp/decl.c:8088
b97e55da 14408msgid ""
d5706a1e 14409"%<inline%> specifier invalid for function %qs declared out of global scope"
7bf81eee
PT
14410msgstr ""
14411
d5706a1e 14412#: cp/decl.c:8096
b97e55da 14413#, c-format
d5706a1e 14414msgid "virtual non-class function %qs"
7bf81eee
PT
14415msgstr ""
14416
d5706a1e
ZW
14417#: cp/decl.c:8127
14418msgid "cannot declare member function %qD to have static linkage"
7bf81eee
PT
14419msgstr ""
14420
b97e55da 14421#. FIXME need arm citation
d5706a1e 14422#: cp/decl.c:8134
b97e55da 14423msgid "cannot declare static function inside another function"
7bf81eee
PT
14424msgstr ""
14425
d5706a1e 14426#: cp/decl.c:8163
b97e55da 14427msgid ""
d5706a1e 14428"%<static%> may not be used when defining (as opposed to declaring) a static "
b97e55da 14429"data member"
7bf81eee
PT
14430msgstr ""
14431
d5706a1e
ZW
14432#: cp/decl.c:8170
14433msgid "static member %qD declared %<register%>"
7bf81eee
PT
14434msgstr ""
14435
d5706a1e
ZW
14436#: cp/decl.c:8175
14437msgid "cannot explicitly declare member %q#D to have extern linkage"
3855d0d1
JM
14438msgstr ""
14439
d5706a1e
ZW
14440#: cp/decl.c:8316
14441msgid "default argument for %q#D has type %qT"
3855d0d1
JM
14442msgstr ""
14443
d5706a1e
ZW
14444#: cp/decl.c:8319
14445msgid "default argument for parameter of type %qT has type %qT"
3855d0d1
JM
14446msgstr ""
14447
d5706a1e
ZW
14448#: cp/decl.c:8336
14449msgid "default argument %qE uses local variable %qD"
3855d0d1
JM
14450msgstr ""
14451
d5706a1e
ZW
14452#: cp/decl.c:8404
14453msgid "parameter %qD invalidly declared method type"
3855d0d1
JM
14454msgstr ""
14455
d5706a1e
ZW
14456#: cp/decl.c:8428
14457msgid "parameter %qD includes %s to array of unknown bound %qT"
3855d0d1
JM
14458msgstr ""
14459
b97e55da
JM
14460#. [class.copy]
14461#.
14462#. A declaration of a constructor for a class X is ill-formed if
14463#. its first parameter is of type (optionally cv-qualified) X
14464#. and either there are no other parameters or else all other
14465#. parameters have default arguments.
14466#.
14467#. We *don't* complain about member template instantiations that
14468#. have this form, though; they can occur as we try to decide
14469#. what constructor to use during overload resolution. Since
14470#. overload resolution will never prefer such a constructor to
14471#. the non-template copy constructor (which is either explicitly
14472#. or implicitly defined), there's no need to worry about their
14473#. existence. Theoretically, they should never even be
14474#. instantiated, but that's hard to forestall.
d5706a1e
ZW
14475#: cp/decl.c:8586
14476msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
3855d0d1
JM
14477msgstr ""
14478
d5706a1e
ZW
14479#: cp/decl.c:8710
14480msgid "%qD may not be declared within a namespace"
807ab1f2
JM
14481msgstr ""
14482
d5706a1e
ZW
14483#: cp/decl.c:8712
14484msgid "%qD may not be declared as static"
807ab1f2
JM
14485msgstr ""
14486
d5706a1e
ZW
14487#: cp/decl.c:8732
14488msgid "%qD must be a nonstatic member function"
3855d0d1
JM
14489msgstr ""
14490
d5706a1e 14491#: cp/decl.c:8738
b97e55da 14492msgid ""
d5706a1e 14493"%qD must be either a non-static member function or a non-member function"
a47a6810
JM
14494msgstr ""
14495
d5706a1e
ZW
14496#: cp/decl.c:8756
14497msgid "%qD must have an argument of class or enumerated type"
a47a6810
JM
14498msgstr ""
14499
d5706a1e 14500#: cp/decl.c:8791
b97e55da
JM
14501#, c-format
14502msgid "conversion to %s%s will never use a type conversion operator"
a47a6810
JM
14503msgstr ""
14504
b97e55da 14505#. 13.4.0.3
d5706a1e 14506#: cp/decl.c:8799
b97e55da 14507msgid "ISO C++ prohibits overloading operator ?:"
a47a6810
JM
14508msgstr ""
14509
d5706a1e
ZW
14510#: cp/decl.c:8849
14511msgid "postfix %qD must take %<int%> as its argument"
a47a6810
JM
14512msgstr ""
14513
d5706a1e
ZW
14514#: cp/decl.c:8853
14515msgid "postfix %qD must take %<int%> as its second argument"
3855d0d1
JM
14516msgstr ""
14517
d5706a1e
ZW
14518#: cp/decl.c:8860
14519msgid "%qD must take either zero or one argument"
7bf81eee
PT
14520msgstr ""
14521
d5706a1e
ZW
14522#: cp/decl.c:8862
14523msgid "%qD must take either one or two arguments"
7bf81eee
PT
14524msgstr ""
14525
d5706a1e
ZW
14526#: cp/decl.c:8883
14527msgid "prefix %qD should return %qT"
7bf81eee
PT
14528msgstr ""
14529
d5706a1e
ZW
14530#: cp/decl.c:8889
14531msgid "postfix %qD should return %qT"
7bf81eee
PT
14532msgstr ""
14533
d5706a1e
ZW
14534#: cp/decl.c:8898
14535msgid "%qD must take %<void%>"
3855d0d1
JM
14536msgstr ""
14537
d5706a1e
ZW
14538#: cp/decl.c:8900 cp/decl.c:8908
14539msgid "%qD must take exactly one argument"
7bf81eee
PT
14540msgstr ""
14541
d5706a1e
ZW
14542#: cp/decl.c:8910
14543msgid "%qD must take exactly two arguments"
7bf81eee
PT
14544msgstr ""
14545
d5706a1e
ZW
14546#: cp/decl.c:8918
14547msgid "user-defined %qD always evaluates both arguments"
7bf81eee
PT
14548msgstr ""
14549
d5706a1e
ZW
14550#: cp/decl.c:8932
14551msgid "%qD should return by value"
7bf81eee
PT
14552msgstr ""
14553
d5706a1e
ZW
14554#: cp/decl.c:8944 cp/decl.c:8947
14555msgid "%qD cannot have default arguments"
7bf81eee
PT
14556msgstr ""
14557
d5706a1e
ZW
14558#: cp/decl.c:9007
14559msgid "using typedef-name %qD after %qs"
7bf81eee
PT
14560msgstr ""
14561
d5706a1e
ZW
14562#: cp/decl.c:9013
14563msgid "using template type parameter %qT after %qs"
9e620082
ZW
14564msgstr ""
14565
d5706a1e
ZW
14566#: cp/decl.c:9021
14567msgid "%qT referred to as %qs"
7bf81eee
PT
14568msgstr ""
14569
d5706a1e
ZW
14570#: cp/decl.c:9027
14571msgid "%qT referred to as enum"
7bf81eee
PT
14572msgstr ""
14573
b97e55da
JM
14574#. If a class template appears as elaborated type specifier
14575#. without a template header such as:
14576#.
14577#. template <class T> class C {};
14578#. void f(class C); // No template header here
14579#.
14580#. then the required template argument is missing.
d5706a1e
ZW
14581#: cp/decl.c:9042
14582msgid "template argument required for %<%s %T%>"
7bf81eee
PT
14583msgstr ""
14584
d5706a1e
ZW
14585#: cp/decl.c:9187
14586msgid "use of enum %q#D without previous declaration"
d9b2742a
ZW
14587msgstr ""
14588
d5706a1e
ZW
14589#: cp/decl.c:9205
14590msgid "redeclaration of %qT as a non-template"
807ab1f2
JM
14591msgstr ""
14592
d5706a1e
ZW
14593#: cp/decl.c:9298
14594msgid "derived union %qT invalid"
7bf81eee
PT
14595msgstr ""
14596
d5706a1e
ZW
14597#: cp/decl.c:9304
14598msgid "Java class %qT cannot have multiple bases"
7bf81eee
PT
14599msgstr ""
14600
d5706a1e
ZW
14601#: cp/decl.c:9312
14602msgid "Java class %qT cannot have virtual bases"
7bf81eee
PT
14603msgstr ""
14604
d5706a1e
ZW
14605#: cp/decl.c:9331
14606msgid "base type %qT fails to be a struct or class type"
7bf81eee
PT
14607msgstr ""
14608
d5706a1e
ZW
14609#: cp/decl.c:9364
14610msgid "recursive type %qT undefined"
01b84e13
JM
14611msgstr ""
14612
d5706a1e
ZW
14613#: cp/decl.c:9366
14614msgid "duplicate base type %qT invalid"
01b84e13
JM
14615msgstr ""
14616
d5706a1e
ZW
14617#: cp/decl.c:9434
14618msgid "multiple definition of %q#T"
7bf81eee
PT
14619msgstr ""
14620
d5706a1e 14621#: cp/decl.c:9435
b97e55da 14622msgid "%Jprevious definition here"
7bf81eee
PT
14623msgstr ""
14624
b06c20ee
JM
14625#. DR 377
14626#.
14627#. IF no integral type can represent all the enumerator values, the
14628#. enumeration is ill-formed.
d5706a1e
ZW
14629#: cp/decl.c:9560
14630msgid "no integral type can represent all of the enumerator values for %qT"
7bf81eee
PT
14631msgstr ""
14632
d5706a1e
ZW
14633#: cp/decl.c:9661
14634msgid "enumerator value for %qD not integer constant"
7bf81eee
PT
14635msgstr ""
14636
d5706a1e
ZW
14637#: cp/decl.c:9688
14638msgid "overflow in enumeration values at %qD"
7bf81eee
PT
14639msgstr ""
14640
d5706a1e
ZW
14641#: cp/decl.c:9759
14642msgid "return type %q#T is incomplete"
7bf81eee
PT
14643msgstr ""
14644
d5706a1e
ZW
14645#: cp/decl.c:9874
14646msgid "%<operator=%> should return a reference to %<*this%>"
7bf81eee
PT
14647msgstr ""
14648
d5706a1e
ZW
14649#: cp/decl.c:10198
14650msgid "parameter %qD declared void"
7bf81eee
PT
14651msgstr ""
14652
d5706a1e 14653#: cp/decl.c:10680
b97e55da 14654msgid "invalid member function declaration"
dc6746e7
PT
14655msgstr ""
14656
d5706a1e
ZW
14657#: cp/decl.c:10695
14658msgid "%qD is already defined in class %qT"
dc6746e7
PT
14659msgstr ""
14660
d5706a1e 14661#: cp/decl.c:10906
b97e55da 14662msgid "static member function `%#D' declared with type qualifiers"
7bf81eee
PT
14663msgstr ""
14664
807ab1f2 14665#: cp/decl2.c:280
b97e55da 14666msgid "name missing for member function"
a47a6810
JM
14667msgstr ""
14668
807ab1f2 14669#: cp/decl2.c:373 cp/decl2.c:387
b97e55da 14670msgid "ambiguous conversion for array subscript"
d51681a7
PT
14671msgstr ""
14672
807ab1f2 14673#: cp/decl2.c:381
d5706a1e 14674msgid "invalid types %<%T[%T]%> for array subscript"
d51681a7
PT
14675msgstr ""
14676
807ab1f2 14677#: cp/decl2.c:426
d5706a1e 14678msgid "deleting array %q#D"
4ba01ed2
PT
14679msgstr ""
14680
807ab1f2 14681#: cp/decl2.c:432
d5706a1e 14682msgid "type %q#T argument given to %<delete%>, expected pointer"
d51681a7
PT
14683msgstr ""
14684
807ab1f2 14685#: cp/decl2.c:444
b97e55da 14686msgid ""
d5706a1e
ZW
14687"cannot delete a function. Only pointer-to-objects are valid arguments to %"
14688"<delete%>"
4ba01ed2
PT
14689msgstr ""
14690
d5706a1e
ZW
14691#: cp/decl2.c:452
14692msgid "deleting %qT is undefined"
d51681a7
PT
14693msgstr ""
14694
b97e55da
JM
14695#. 14.5.2.2 [temp.mem]
14696#.
14697#. A local class shall not have member templates.
d5706a1e
ZW
14698#: cp/decl2.c:488
14699msgid "invalid declaration of member template %q#D in local class"
4ba01ed2
PT
14700msgstr ""
14701
d5706a1e
ZW
14702#: cp/decl2.c:497
14703msgid "invalid use of %<virtual%> in template declaration of %q#D"
a47a6810
JM
14704msgstr ""
14705
d5706a1e
ZW
14706#: cp/decl2.c:507 cp/pt.c:2902
14707msgid "template declaration of %q#D"
a47a6810
JM
14708msgstr ""
14709
d5706a1e
ZW
14710#: cp/decl2.c:556
14711msgid "Java method %qD has non-Java return type %qT"
d51681a7
PT
14712msgstr ""
14713
d5706a1e
ZW
14714#: cp/decl2.c:572
14715msgid "Java method %qD has non-Java parameter type %qT"
d51681a7
PT
14716msgstr ""
14717
d5706a1e 14718#: cp/decl2.c:681
b97e55da 14719msgid "prototype for `%#D' does not match any in class `%T'"
d51681a7
PT
14720msgstr ""
14721
d5706a1e
ZW
14722#: cp/decl2.c:782
14723msgid "local class %q#T shall not have static data member %q#D"
d51681a7
PT
14724msgstr ""
14725
d5706a1e 14726#: cp/decl2.c:790
b97e55da 14727msgid "initializer invalid for static member with constructor"
d51681a7
PT
14728msgstr ""
14729
d5706a1e 14730#: cp/decl2.c:793
b97e55da 14731msgid "(an out of class initialization is required)"
4ba01ed2
PT
14732msgstr ""
14733
d5706a1e
ZW
14734#: cp/decl2.c:874
14735msgid "member %qD conflicts with virtual function table field name"
4ba01ed2
PT
14736msgstr ""
14737
d5706a1e
ZW
14738#: cp/decl2.c:891
14739msgid "%qD is already defined in %qT"
d51681a7
PT
14740msgstr ""
14741
807ab1f2 14742#: cp/decl2.c:937
b97e55da 14743msgid "field initializer is not constant"
d51681a7
PT
14744msgstr ""
14745
807ab1f2 14746#: cp/decl2.c:965
b97e55da 14747msgid "`asm' specifiers are not permitted on non-static data members"
d51681a7
PT
14748msgstr ""
14749
807ab1f2 14750#: cp/decl2.c:1011
d5706a1e 14751msgid "cannot declare %qD to be a bit-field type"
d51681a7
PT
14752msgstr ""
14753
807ab1f2 14754#: cp/decl2.c:1021
d5706a1e 14755msgid "cannot declare bit-field %qD with function type"
d51681a7
PT
14756msgstr ""
14757
807ab1f2 14758#: cp/decl2.c:1028
d5706a1e 14759msgid "%qD is already defined in the class %qT"
4ba01ed2
PT
14760msgstr ""
14761
807ab1f2 14762#: cp/decl2.c:1035
d5706a1e 14763msgid "static member %qD cannot be a bit-field"
d51681a7
PT
14764msgstr ""
14765
807ab1f2 14766#: cp/decl2.c:1094
d5706a1e 14767msgid "initializer specified for non-member function %qD"
d51681a7
PT
14768msgstr ""
14769
807ab1f2 14770#: cp/decl2.c:1098
d5706a1e 14771msgid "invalid initializer for virtual method %qD"
4ba01ed2
PT
14772msgstr ""
14773
807ab1f2 14774#: cp/decl2.c:1130
b97e55da 14775msgid "anonymous struct not inside named type"
dc6746e7
PT
14776msgstr ""
14777
807ab1f2 14778#: cp/decl2.c:1201
b97e55da 14779msgid "namespace-scope anonymous aggregates must be static"
3855d0d1
JM
14780msgstr ""
14781
807ab1f2 14782#: cp/decl2.c:1208
b97e55da 14783msgid "anonymous union with no members"
3855d0d1
JM
14784msgstr ""
14785
d5706a1e
ZW
14786#: cp/decl2.c:1244
14787msgid "%<operator new%> must return type %qT"
dc6746e7
PT
14788msgstr ""
14789
d5706a1e
ZW
14790#: cp/decl2.c:1253
14791msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
d51681a7
PT
14792msgstr ""
14793
d5706a1e
ZW
14794#: cp/decl2.c:1282
14795msgid "%<operator delete%> must return type %qT"
d51681a7
PT
14796msgstr ""
14797
d5706a1e
ZW
14798#: cp/decl2.c:1291
14799msgid "%<operator delete%> takes type %qT as first parameter"
dc6746e7
PT
14800msgstr ""
14801
d5706a1e 14802#: cp/decl2.c:3028
b97e55da 14803msgid "inline function `%D' used but never defined"
dc6746e7
PT
14804msgstr ""
14805
d5706a1e
ZW
14806#: cp/decl2.c:3178
14807msgid "default argument missing for parameter %P of %q+#D"
dc6746e7
PT
14808msgstr ""
14809
b97e55da 14810#. damn ICE suppression
d5706a1e 14811#: cp/error.c:2373
b97e55da
JM
14812#, c-format
14813msgid "unexpected letter `%c' in locate_error\n"
d51681a7
PT
14814msgstr ""
14815
b97e55da 14816#. Can't throw a reference.
b1b51268 14817#: cp/except.c:239
d5706a1e 14818msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
dc6746e7
PT
14819msgstr ""
14820
b1b51268 14821#: cp/except.c:250
d5706a1e 14822msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
dc6746e7
PT
14823msgstr ""
14824
b97e55da 14825#. Thrown object must be a Throwable.
b1b51268 14826#: cp/except.c:257
d5706a1e 14827msgid "type %qT is not derived from %<java::lang::Throwable%>"
dc6746e7
PT
14828msgstr ""
14829
b1b51268 14830#: cp/except.c:320
b97e55da 14831msgid "mixing C++ and Java catches in a single translation unit"
dc6746e7
PT
14832msgstr ""
14833
807ab1f2 14834#: cp/except.c:576
b97e55da 14835msgid "throwing NULL, which has integral, not pointer type"
dc6746e7
PT
14836msgstr ""
14837
d5706a1e
ZW
14838#: cp/except.c:599 cp/init.c:1875
14839msgid "%qD should never be overloaded"
01b84e13
JM
14840msgstr ""
14841
807ab1f2 14842#: cp/except.c:666
b97e55da 14843msgid " in thrown expression"
d51681a7
PT
14844msgstr ""
14845
807ab1f2 14846#: cp/except.c:810
b97e55da 14847msgid ""
d5706a1e 14848"expression %qE of abstract class type %qT cannot be used in throw-expression"
d51681a7
PT
14849msgstr ""
14850
d5706a1e
ZW
14851#: cp/except.c:895
14852msgid "%Hexception of type %qT will be caught"
d51681a7
PT
14853msgstr ""
14854
d5706a1e
ZW
14855#: cp/except.c:897
14856msgid "%H by earlier handler for %qT"
dc6746e7
PT
14857msgstr ""
14858
d5706a1e
ZW
14859#: cp/except.c:927
14860msgid "%H%<...%> handler must be the last handler for its try block"
dc6746e7
PT
14861msgstr ""
14862
807ab1f2 14863#: cp/friend.c:152
d5706a1e 14864msgid "%qD is already a friend of class %qT"
dc6746e7
PT
14865msgstr ""
14866
807ab1f2 14867#: cp/friend.c:204
d5706a1e 14868msgid "invalid type %qT declared %<friend%>"
dc6746e7
PT
14869msgstr ""
14870
b97e55da
JM
14871#. [temp.friend]
14872#. Friend declarations shall not declare partial
14873#. specializations.
807ab1f2 14874#: cp/friend.c:220
d5706a1e 14875msgid "partial specialization %qT declared %<friend%>"
d51681a7
PT
14876msgstr ""
14877
807ab1f2 14878#: cp/friend.c:230
d5706a1e 14879msgid "class %qT is implicitly friends with itself"
dc6746e7 14880msgstr ""
5b7874aa 14881
b97e55da 14882#. template <class T> friend typename S<T>::X;
807ab1f2 14883#: cp/friend.c:248
d5706a1e 14884msgid "typename type %q#T declared %<friend%>"
dc6746e7
PT
14885msgstr ""
14886
b97e55da 14887#. template <class T> friend class T;
807ab1f2 14888#: cp/friend.c:254
d5706a1e 14889msgid "template parameter type %qT declared %<friend%>"
dc6746e7
PT
14890msgstr ""
14891
b97e55da 14892#. template <class T> friend class A; where A is not a template
807ab1f2 14893#: cp/friend.c:260
d5706a1e 14894msgid "%q#T is not a template"
dc6746e7
PT
14895msgstr ""
14896
807ab1f2 14897#: cp/friend.c:279
d5706a1e 14898msgid "%qD is already a friend of %qT"
dc6746e7
PT
14899msgstr ""
14900
d5706a1e
ZW
14901#: cp/friend.c:288
14902msgid "%qT is already a friend of %qT"
dc6746e7
PT
14903msgstr ""
14904
d5706a1e
ZW
14905#: cp/friend.c:412
14906msgid "member %qD declared as friend before type %qT defined"
dc6746e7
PT
14907msgstr ""
14908
d5706a1e
ZW
14909#: cp/friend.c:468
14910msgid "friend declaration %q#D declares a non-template function"
dc6746e7
PT
14911msgstr ""
14912
d5706a1e 14913#: cp/friend.c:472
b97e55da
JM
14914msgid ""
14915"(if this is not what you intended, make sure the function template has "
14916"already been declared and add <> after the function name here) -Wno-non-"
14917"template-friend disables this warning"
dc6746e7
PT
14918msgstr ""
14919
de104104 14920#: cp/g++spec.c:238 java/jvspec.c:415
b97e55da
JM
14921#, c-format
14922msgid "argument to `%s' missing\n"
d51681a7
PT
14923msgstr ""
14924
807ab1f2 14925#: cp/init.c:318
de104104 14926msgid "%J%qD should be initialized in the member initialization list"
d51681a7
PT
14927msgstr ""
14928
de104104
JM
14929#: cp/init.c:365
14930msgid "%Jdefault-initialization of %q#D, which has reference type"
d51681a7
PT
14931msgstr ""
14932
de104104
JM
14933#: cp/init.c:371
14934msgid "%Juninitialized reference member %qD"
d51681a7
PT
14935msgstr ""
14936
807ab1f2 14937#: cp/init.c:374
de104104 14938msgid "%Juninitialized member %qD with %<const%> type %qT"
b1b51268
JM
14939msgstr ""
14940
de104104 14941#: cp/init.c:517
d5706a1e 14942msgid "%qD will be initialized after"
d51681a7
PT
14943msgstr ""
14944
de104104 14945#: cp/init.c:520
d5706a1e 14946msgid "base %qT will be initialized after"
d51681a7
PT
14947msgstr ""
14948
de104104 14949#: cp/init.c:523
d5706a1e 14950msgid " %q#D"
d51681a7
PT
14951msgstr ""
14952
de104104 14953#: cp/init.c:525
d5706a1e 14954msgid " base %qT"
3855d0d1
JM
14955msgstr ""
14956
de104104
JM
14957#: cp/init.c:526
14958msgid "%J when initialized here"
01b84e13
JM
14959msgstr ""
14960
de104104
JM
14961#: cp/init.c:542
14962msgid "%Jmultiple initializations given for %qD"
3855d0d1
JM
14963msgstr ""
14964
de104104
JM
14965#: cp/init.c:545
14966msgid "%Jmultiple initializations given for base %qT"
dc6746e7
PT
14967msgstr ""
14968
de104104
JM
14969#: cp/init.c:612
14970msgid "%Jinitializations for multiple members of %qT"
dc6746e7
PT
14971msgstr ""
14972
de104104 14973#: cp/init.c:669
b97e55da 14974msgid ""
d5706a1e 14975"%Jbase class %q#T should be explicitly initialized in the copy constructor"
dc6746e7
PT
14976msgstr ""
14977
de104104 14978#: cp/init.c:893 cp/init.c:912
d5706a1e 14979msgid "class %qT does not have any field named %qD"
dc6746e7
PT
14980msgstr ""
14981
de104104 14982#: cp/init.c:899
b97e55da 14983msgid ""
d5706a1e 14984"%q#D is a static data member; it can only be initialized at its definition"
dc6746e7
PT
14985msgstr ""
14986
de104104 14987#: cp/init.c:906
d5706a1e 14988msgid "%q#D is not a non-static data member of %qT"
dc6746e7
PT
14989msgstr ""
14990
de104104 14991#: cp/init.c:945
d5706a1e 14992msgid "unnamed initializer for %qT, which has no base classes"
cabb228b
ZW
14993msgstr ""
14994
de104104 14995#: cp/init.c:953
d5706a1e 14996msgid "unnamed initializer for %qT, which uses multiple inheritance"
dc6746e7
PT
14997msgstr ""
14998
de104104 14999#: cp/init.c:999
d5706a1e 15000msgid "%qD is both a direct base and an indirect virtual base"
dc6746e7
PT
15001msgstr ""
15002
de104104 15003#: cp/init.c:1007
d5706a1e 15004msgid "type %qD is not a direct or virtual base of %qT"
dc6746e7
PT
15005msgstr ""
15006
de104104 15007#: cp/init.c:1010
d5706a1e 15008msgid "type %qD is not a direct base of %qT"
dc6746e7
PT
15009msgstr ""
15010
de104104 15011#: cp/init.c:1090
b97e55da 15012msgid "bad array initializer"
dc6746e7
PT
15013msgstr ""
15014
de104104 15015#: cp/init.c:1289
d5706a1e 15016msgid "%qT is not an aggregate type"
dc6746e7
PT
15017msgstr ""
15018
d5706a1e
ZW
15019#: cp/init.c:1381
15020msgid "qualified type %qT does not match destructor name %<~%T%>"
4ba01ed2
PT
15021msgstr ""
15022
de104104 15023#: cp/init.c:1389
d5706a1e 15024msgid "incomplete type %qT does not have member %qD"
4ba01ed2
PT
15025msgstr ""
15026
d5706a1e
ZW
15027#: cp/init.c:1408
15028msgid "%qD is not a member of type %qT"
4ba01ed2
PT
15029msgstr ""
15030
d5706a1e
ZW
15031#: cp/init.c:1435
15032msgid "invalid pointer to bit-field %qD"
4ba01ed2
PT
15033msgstr ""
15034
d5706a1e
ZW
15035#: cp/init.c:1537
15036msgid "invalid use of non-static member function %qD"
4ba01ed2
PT
15037msgstr ""
15038
d5706a1e
ZW
15039#: cp/init.c:1543
15040msgid "invalid use of non-static data member %qD"
4ba01ed2
PT
15041msgstr ""
15042
d5706a1e 15043#: cp/init.c:1660
b97e55da 15044msgid "new cannot be applied to a reference type"
4ba01ed2
PT
15045msgstr ""
15046
d5706a1e 15047#: cp/init.c:1666
b97e55da 15048msgid "new cannot be applied to a function type"
4ba01ed2
PT
15049msgstr ""
15050
d5706a1e
ZW
15051#: cp/init.c:1698
15052msgid "call to Java constructor, while %<jclass%> undefined"
4ba01ed2
PT
15053msgstr ""
15054
d5706a1e 15055#: cp/init.c:1714
b97e55da 15056msgid "can't find class$"
4ba01ed2
PT
15057msgstr ""
15058
d5706a1e
ZW
15059#: cp/init.c:1827
15060msgid "invalid type %<void%> for new"
4ba01ed2
PT
15061msgstr ""
15062
d5706a1e
ZW
15063#: cp/init.c:1837
15064msgid "uninitialized const in %<new%> of %q#T"
a47a6810
JM
15065msgstr ""
15066
d5706a1e 15067#: cp/init.c:1870
b97e55da 15068#, c-format
d5706a1e 15069msgid "call to Java constructor with %qs undefined"
d9b2742a
ZW
15070msgstr ""
15071
d5706a1e
ZW
15072#: cp/init.c:1910
15073msgid "request for member %qD is ambiguous"
01b84e13
JM
15074msgstr ""
15075
d5706a1e 15076#: cp/init.c:2043
b97e55da 15077msgid "ISO C++ forbids initialization in array new"
4ba01ed2
PT
15078msgstr ""
15079
d5706a1e 15080#: cp/init.c:2513
b97e55da 15081msgid "initializer ends prematurely"
4ba01ed2
PT
15082msgstr ""
15083
d5706a1e 15084#: cp/init.c:2566
b97e55da 15085msgid "cannot initialize multi-dimensional array with initializer"
4ba01ed2
PT
15086msgstr ""
15087
d5706a1e 15088#: cp/init.c:2725
b06c20ee
JM
15089msgid "possible problem detected in invocation of delete operator:"
15090msgstr ""
15091
d5706a1e 15092#: cp/init.c:2728
b06c20ee
JM
15093msgid ""
15094"neither the destructor nor the class-specific operator delete will be "
15095"called, even if they are declared when the class is defined."
15096msgstr ""
15097
d5706a1e 15098#: cp/init.c:2749
b97e55da 15099msgid "unknown array size in delete"
4ba01ed2
PT
15100msgstr ""
15101
d5706a1e 15102#: cp/init.c:3009
b97e55da 15103msgid "type to vector delete is neither pointer or array type"
4ba01ed2
PT
15104msgstr ""
15105
de104104 15106#: cp/lex.c:436
b97e55da
JM
15107#, c-format
15108msgid "junk at end of #pragma %s"
4ba01ed2
PT
15109msgstr ""
15110
de104104 15111#: cp/lex.c:443
b97e55da
JM
15112#, c-format
15113msgid "invalid #pragma %s"
4ba01ed2
PT
15114msgstr ""
15115
de104104 15116#: cp/lex.c:451
b97e55da 15117msgid "#pragma vtable no longer supported"
dc6746e7
PT
15118msgstr ""
15119
de104104 15120#: cp/lex.c:530
b97e55da 15121#, c-format
de104104 15122msgid "#pragma implementation for %qs appears after file is included"
4ba01ed2
PT
15123msgstr ""
15124
de104104 15125#: cp/lex.c:555
b97e55da 15126msgid "junk at end of #pragma GCC java_exceptions"
4ba01ed2
PT
15127msgstr ""
15128
de104104 15129#: cp/lex.c:569
d5706a1e 15130msgid "%qD not defined"
4ba01ed2
PT
15131msgstr ""
15132
de104104 15133#: cp/lex.c:573
d5706a1e 15134msgid "%qD was not declared in this scope"
4ba01ed2
PT
15135msgstr ""
15136
b06c20ee
JM
15137#. In a template, it is invalid to write "f()" or "f(3)" if no
15138#. declaration of "f" is available. Historically, G++ and most
15139#. other compilers accepted that usage since they deferred all name
15140#. lookup until instantiation time rather than doing unqualified
15141#. name lookup at template definition time; explain to the user what
15142#. is going wrong.
15143#.
15144#. Note that we have the exact wording of the following message in
15145#. the manual (trouble.texi, node "Name lookup"), so they need to
15146#. be kept in synch.
de104104 15147#: cp/lex.c:610
b97e55da 15148msgid ""
d5706a1e
ZW
15149"there are no arguments to %qD that depend on a template parameter, so a "
15150"declaration of %qD must be available"
dc6746e7
PT
15151msgstr ""
15152
de104104 15153#: cp/lex.c:619
b97e55da
JM
15154msgid ""
15155"(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15156"of an undeclared name is deprecated)"
dc6746e7
PT
15157msgstr ""
15158
a05e4fdb 15159#: cp/mangle.c:2114
b97e55da 15160msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
dc6746e7
PT
15161msgstr ""
15162
a05e4fdb 15163#: cp/mangle.c:2122
807ab1f2
JM
15164msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15165msgstr ""
15166
a05e4fdb 15167#: cp/mangle.c:2172
b97e55da 15168msgid "omitted middle operand to `?:' operand cannot be mangled"
dc6746e7
PT
15169msgstr ""
15170
a05e4fdb 15171#: cp/mangle.c:2482
b97e55da 15172msgid "the mangled name of `%D' will change in a future version of GCC"
dc6746e7
PT
15173msgstr ""
15174
807ab1f2 15175#: cp/method.c:443
d5706a1e 15176msgid "generic thunk code fails for method %q#D which uses %<...%>"
dc6746e7
PT
15177msgstr ""
15178
807ab1f2 15179#: cp/method.c:652
d5706a1e 15180msgid "non-static const member %q#D, can't use default assignment operator"
dc6746e7
PT
15181msgstr ""
15182
d5706a1e
ZW
15183#: cp/method.c:658
15184msgid "non-static reference member %q#D, can't use default assignment operator"
dc6746e7
PT
15185msgstr ""
15186
807ab1f2 15187#: cp/name-lookup.c:762
d5706a1e 15188msgid "redeclaration of %<wchar_t%> as %qT"
dc6746e7
PT
15189msgstr ""
15190
b97e55da
JM
15191#. A redeclaration of main, but not a duplicate of the
15192#. previous one.
15193#.
15194#. [basic.start.main]
15195#.
15196#. This function shall not be overloaded.
807ab1f2 15197#: cp/name-lookup.c:794
d5706a1e 15198msgid "invalid redeclaration of %qD"
dc6746e7
PT
15199msgstr ""
15200
807ab1f2 15201#: cp/name-lookup.c:795
d5706a1e 15202msgid "as %qD"
dc6746e7
PT
15203msgstr ""
15204
807ab1f2 15205#: cp/name-lookup.c:883
d5706a1e 15206msgid "type mismatch with previous external decl of %q#D"
dc6746e7
PT
15207msgstr ""
15208
807ab1f2 15209#: cp/name-lookup.c:884
d5706a1e 15210msgid "previous external decl of %q#D"
dc6746e7
PT
15211msgstr ""
15212
807ab1f2 15213#: cp/name-lookup.c:966
d5706a1e 15214msgid "extern declaration of %q#D doesn't match"
dc6746e7
PT
15215msgstr ""
15216
807ab1f2 15217#: cp/name-lookup.c:967
d5706a1e 15218msgid "global declaration %q#D"
dc6746e7
PT
15219msgstr ""
15220
807ab1f2 15221#: cp/name-lookup.c:1003 cp/name-lookup.c:1010
d5706a1e 15222msgid "declaration of %q#D shadows a parameter"
dc6746e7
PT
15223msgstr ""
15224
b1b51268 15225#. Location of previous decl is not useful in this case.
807ab1f2 15226#: cp/name-lookup.c:1035
d5706a1e 15227msgid "declaration of %qD shadows a member of 'this'"
b1b51268
JM
15228msgstr ""
15229
807ab1f2 15230#: cp/name-lookup.c:1041
d5706a1e 15231msgid "declaration of %qD shadows a previous local"
b1b51268
JM
15232msgstr ""
15233
807ab1f2 15234#: cp/name-lookup.c:1048
d5706a1e 15235msgid "declaration of %qD shadows a global declaration"
dc6746e7
PT
15236msgstr ""
15237
807ab1f2 15238#: cp/name-lookup.c:1164
d5706a1e 15239msgid "name lookup of %qD changed"
4ba01ed2
PT
15240msgstr ""
15241
d5706a1e
ZW
15242#: cp/name-lookup.c:1165
15243msgid " matches this %qD under ISO standard rules"
a47a6810
JM
15244msgstr ""
15245
d5706a1e
ZW
15246#: cp/name-lookup.c:1167
15247msgid " matches this %qD under old rules"
4ba01ed2
PT
15248msgstr ""
15249
d5706a1e
ZW
15250#: cp/name-lookup.c:1185 cp/name-lookup.c:1193
15251msgid "name lookup of %qD changed for new ISO %<for%> scoping"
4ba01ed2
PT
15252msgstr ""
15253
d5706a1e
ZW
15254#: cp/name-lookup.c:1187
15255msgid " cannot use obsolete binding at %qD because it has a destructor"
4ba01ed2
PT
15256msgstr ""
15257
807ab1f2 15258#: cp/name-lookup.c:1195
d5706a1e 15259msgid " using obsolete binding at %qD"
dc6746e7
PT
15260msgstr ""
15261
807ab1f2 15262#: cp/name-lookup.c:1248
b97e55da
JM
15263#, c-format
15264msgid "%s %s(%E) %p %d\n"
dc6746e7
PT
15265msgstr ""
15266
807ab1f2 15267#: cp/name-lookup.c:1251
b97e55da
JM
15268#, c-format
15269msgid "%s %s %p %d\n"
dc6746e7
PT
15270msgstr ""
15271
807ab1f2 15272#: cp/name-lookup.c:1378
b97e55da 15273msgid "XXX is_class_level != (current_scope == class_scope)\n"
dc6746e7
PT
15274msgstr ""
15275
807ab1f2 15276#: cp/name-lookup.c:2011
b97e55da 15277msgid "`%#D' hides constructor for `%#T'"
dc6746e7
PT
15278msgstr ""
15279
807ab1f2 15280#: cp/name-lookup.c:2026
d5706a1e 15281msgid "%q#D conflicts with previous using declaration %q#D"
dc6746e7
PT
15282msgstr ""
15283
807ab1f2 15284#: cp/name-lookup.c:2038
d5706a1e 15285msgid "previous non-function declaration %q#D"
7bf81eee
PT
15286msgstr ""
15287
807ab1f2 15288#: cp/name-lookup.c:2039
d5706a1e 15289msgid "conflicts with function declaration %q#D"
7bf81eee
PT
15290msgstr ""
15291
807ab1f2
JM
15292#. It's a nested name with template parameter dependent scope.
15293#. This can only be using-declaration for class member.
d5706a1e
ZW
15294#: cp/name-lookup.c:2117 cp/name-lookup.c:2142 cp/name-lookup.c:3386
15295msgid "%qT is not a namespace"
807ab1f2
JM
15296msgstr ""
15297
b97e55da
JM
15298#. 7.3.3/5
15299#. A using-declaration shall not name a template-id.
807ab1f2 15300#: cp/name-lookup.c:2127
d5706a1e 15301msgid "a using-declaration cannot specify a template-id. Try %<using %D%>"
7bf81eee
PT
15302msgstr ""
15303
d5706a1e
ZW
15304#: cp/name-lookup.c:2134
15305msgid "namespace %qD not allowed in using-declaration"
3855d0d1
JM
15306msgstr ""
15307
d5706a1e
ZW
15308#: cp/name-lookup.c:2170
15309msgid "%qD not declared"
3855d0d1
JM
15310msgstr ""
15311
b97e55da
JM
15312#. If the OLD_FN was really declared, the
15313#. declarations don't match.
d5706a1e
ZW
15314#: cp/name-lookup.c:2182 cp/name-lookup.c:2224 cp/name-lookup.c:2261
15315msgid "%qD is already declared in this scope"
3855d0d1
JM
15316msgstr ""
15317
d5706a1e
ZW
15318#: cp/name-lookup.c:2267
15319msgid "using declaration %qD introduced ambiguous type %qT"
3855d0d1
JM
15320msgstr ""
15321
b97e55da 15322#. Definition isn't the kind we were looking for.
d5706a1e
ZW
15323#: cp/name-lookup.c:2435 cp/name-lookup.c:2454
15324msgid "%q#D redeclared as %C"
3855d0d1
JM
15325msgstr ""
15326
d5706a1e
ZW
15327#: cp/name-lookup.c:2822
15328msgid "%qD has the same name as the class in which it is declared"
b1b51268
JM
15329msgstr ""
15330
d5706a1e 15331#: cp/name-lookup.c:2917
b97e55da 15332msgid "using-declaration for non-member at class scope"
3855d0d1
JM
15333msgstr ""
15334
d5706a1e 15335#: cp/name-lookup.c:2924
b97e55da 15336msgid "using-declaration cannot name destructor"
3855d0d1
JM
15337msgstr ""
15338
d5706a1e 15339#: cp/name-lookup.c:3003
b97e55da 15340msgid "declaration of `%D' not in a namespace surrounding `%D'"
7bf81eee
PT
15341msgstr ""
15342
d5706a1e
ZW
15343#: cp/name-lookup.c:3043
15344msgid "%qD should have been declared inside %qD"
3855d0d1
JM
15345msgstr ""
15346
807ab1f2 15347#: cp/name-lookup.c:3105
d5706a1e 15348msgid "namespace alias %qD not allowed here, assuming %qD"
3855d0d1
JM
15349msgstr ""
15350
b97e55da 15351#. The parser did not find it, so it's not there.
807ab1f2 15352#: cp/name-lookup.c:3220
d5706a1e 15353msgid "unknown namespace %qD"
3855d0d1
JM
15354msgstr ""
15355
807ab1f2 15356#: cp/name-lookup.c:3380
d5706a1e 15357msgid "namespace %qT undeclared"
3855d0d1
JM
15358msgstr ""
15359
807ab1f2 15360#: cp/name-lookup.c:3424
8d98c44c
JM
15361msgid "strong using only meaningful at namespace scope"
15362msgstr ""
15363
807ab1f2 15364#: cp/name-lookup.c:3431
d5706a1e 15365msgid "%qD attribute directive ignored"
8d98c44c
JM
15366msgstr ""
15367
807ab1f2 15368#: cp/name-lookup.c:3565
d5706a1e 15369msgid "use of %qD is ambiguous"
3855d0d1
JM
15370msgstr ""
15371
807ab1f2 15372#: cp/name-lookup.c:3566
d5706a1e 15373msgid " first declared as %q#D here"
3855d0d1
JM
15374msgstr ""
15375
d5706a1e
ZW
15376#: cp/name-lookup.c:3568
15377msgid " also declared as %q#D here"
3855d0d1
JM
15378msgstr ""
15379
d5706a1e
ZW
15380#: cp/name-lookup.c:3583
15381msgid "%qD denotes an ambiguous type"
3855d0d1
JM
15382msgstr ""
15383
d5706a1e 15384#: cp/name-lookup.c:3584
b97e55da 15385msgid "%J first type here"
3855d0d1
JM
15386msgstr ""
15387
d5706a1e 15388#: cp/name-lookup.c:3585
b97e55da 15389msgid "%J other type here"
3855d0d1
JM
15390msgstr ""
15391
b97e55da
JM
15392#. This happens for A::B where B is a template, and there are no
15393#. template arguments.
d5706a1e
ZW
15394#: cp/name-lookup.c:3649
15395msgid "invalid use of %qD"
3855d0d1
JM
15396msgstr ""
15397
d5706a1e
ZW
15398#: cp/name-lookup.c:3689
15399msgid "%<%D::%D%> is not a template"
3855d0d1
JM
15400msgstr ""
15401
d5706a1e
ZW
15402#: cp/name-lookup.c:3705
15403msgid "%qD undeclared in namespace %qD"
3855d0d1
JM
15404msgstr ""
15405
d5706a1e
ZW
15406#: cp/name-lookup.c:4242
15407msgid "%qD is not a function,"
3855d0d1
JM
15408msgstr ""
15409
d5706a1e
ZW
15410#: cp/name-lookup.c:4243
15411msgid " conflict with %qD"
3855d0d1
JM
15412msgstr ""
15413
d5706a1e 15414#: cp/name-lookup.c:5006
b97e55da 15415msgid "XXX entering pop_everything ()\n"
3855d0d1
JM
15416msgstr ""
15417
d5706a1e 15418#: cp/name-lookup.c:5015
b97e55da 15419msgid "XXX leaving pop_everything ()\n"
3855d0d1
JM
15420msgstr ""
15421
de104104 15422#: cp/parser.c:438
b97e55da 15423msgid "invalid token"
3855d0d1
JM
15424msgstr ""
15425
de104104 15426#: cp/parser.c:1875
d5706a1e 15427msgid "%<%D::%D%> has not been declared"
01b84e13
JM
15428msgstr ""
15429
d5706a1e
ZW
15430#: cp/parser.c:1878
15431msgid "%<::%D%> has not been declared"
3855d0d1
JM
15432msgstr ""
15433
de104104 15434#: cp/parser.c:1881
d5706a1e 15435msgid "request for member %qD in non-class type %qT"
807ab1f2
JM
15436msgstr ""
15437
de104104 15438#: cp/parser.c:1884
d5706a1e 15439msgid "%<%T::%D%> has not been declared"
807ab1f2
JM
15440msgstr ""
15441
de104104 15442#: cp/parser.c:1887
01b84e13
JM
15443msgid "`%D' has not been declared"
15444msgstr ""
15445
de104104 15446#: cp/parser.c:1890
d5706a1e 15447msgid "%<%D::%D%> %s"
01b84e13
JM
15448msgstr ""
15449
de104104 15450#: cp/parser.c:1892
d5706a1e 15451msgid "%<::%D%> %s"
01b84e13
JM
15452msgstr ""
15453
de104104 15454#: cp/parser.c:1894
d5706a1e 15455msgid "%qD %s"
01b84e13
JM
15456msgstr ""
15457
de104104 15458#: cp/parser.c:1947
01b84e13
JM
15459msgid "new types may not be defined in a return type"
15460msgstr ""
15461
d5706a1e
ZW
15462#: cp/parser.c:1965 cp/pt.c:4279
15463msgid "%qT is not a template"
01b84e13
JM
15464msgstr ""
15465
de104104 15466#: cp/parser.c:1967
01b84e13 15467#, c-format
d5706a1e 15468msgid "%qE is not a template"
01b84e13
JM
15469msgstr ""
15470
de104104 15471#: cp/parser.c:1969
01b84e13
JM
15472msgid "invalid template-id"
15473msgstr ""
15474
de104104 15475#: cp/parser.c:2010
b97e55da
JM
15476#, c-format
15477msgid "%s cannot appear in a constant-expression"
15478msgstr ""
3855d0d1 15479
de104104 15480#: cp/parser.c:2034
b06c20ee 15481#, c-format
d5706a1e 15482msgid "invalid use of template-name %qE without an argument list"
b06c20ee
JM
15483msgstr ""
15484
b97e55da 15485#. Issue an error message.
de104104 15486#: cp/parser.c:2039
b06c20ee 15487#, c-format
d5706a1e 15488msgid "%qE does not name a type"
b06c20ee
JM
15489msgstr ""
15490
de104104 15491#: cp/parser.c:2070
b06c20ee
JM
15492msgid "(perhaps `typename %T::%E' was intended)"
15493msgstr ""
15494
de104104 15495#: cp/parser.c:2085
b97e55da 15496#, c-format
d5706a1e 15497msgid "%qE in namespace %qE does not name a type"
3855d0d1
JM
15498msgstr ""
15499
de104104 15500#: cp/parser.c:2088
d5706a1e 15501msgid "q%E in class %qT does not name a type"
3855d0d1
JM
15502msgstr ""
15503
d5706a1e 15504#: cp/parser.c:2758
b97e55da 15505msgid "ISO C++ forbids braced-groups within expressions"
3855d0d1
JM
15506msgstr ""
15507
d5706a1e 15508#: cp/parser.c:2767
b97e55da 15509msgid "statement-expressions are allowed only inside functions"
3855d0d1
JM
15510msgstr ""
15511
d5706a1e
ZW
15512#: cp/parser.c:2818
15513msgid "%<this%> may not be used in this context"
3855d0d1
JM
15514msgstr ""
15515
d5706a1e
ZW
15516#: cp/parser.c:2953
15517msgid "local variable %qD may not appear in this context"
3855d0d1
JM
15518msgstr ""
15519
d5706a1e
ZW
15520#: cp/parser.c:3318
15521msgid "typedef-name %qD used as destructor declarator"
3855d0d1
JM
15522msgstr ""
15523
d5706a1e 15524#: cp/parser.c:3976
b97e55da 15525msgid "ISO C++ forbids compound-literals"
3855d0d1
JM
15526msgstr ""
15527
d5706a1e 15528#: cp/parser.c:4861
b1b51268
JM
15529msgid "array bound forbidden after parenthesized type-id"
15530msgstr ""
15531
d5706a1e 15532#: cp/parser.c:4862
b1b51268
JM
15533msgid "try removing the parentheses around the type-id"
15534msgstr ""
15535
d5706a1e 15536#: cp/parser.c:4968
807ab1f2
JM
15537msgid "size in array new must have integral type"
15538msgstr ""
15539
d5706a1e 15540#: cp/parser.c:4971
807ab1f2
JM
15541msgid "zero size array reserves no space"
15542msgstr ""
15543
d5706a1e 15544#: cp/parser.c:5070
b97e55da 15545msgid "expression in new-declarator must have integral or enumeration type"
9e620082
ZW
15546msgstr ""
15547
d5706a1e 15548#: cp/parser.c:5252
b97e55da 15549msgid "use of old-style cast"
3855d0d1
JM
15550msgstr ""
15551
d5706a1e 15552#: cp/parser.c:6007
8d98c44c 15553#, c-format
d5706a1e 15554msgid "case label %qE not within a switch statement"
8d98c44c
JM
15555msgstr ""
15556
d5706a1e 15557#: cp/parser.c:6550
b97e55da 15558msgid "ISO C++ forbids computed gotos"
3855d0d1
JM
15559msgstr ""
15560
d5706a1e 15561#: cp/parser.c:6675
de104104 15562msgid "extra %<;%>"
7bf81eee
PT
15563msgstr ""
15564
d5706a1e 15565#: cp/parser.c:6993
b97e55da 15566msgid "mixing declarations and function-definitions is forbidden"
7bf81eee
PT
15567msgstr ""
15568
d5706a1e
ZW
15569#: cp/parser.c:7125
15570msgid "duplicate %<friend%>"
807ab1f2
JM
15571msgstr ""
15572
d5706a1e 15573#: cp/parser.c:7294
01b84e13
JM
15574msgid "class definition may not be declared a friend"
15575msgstr ""
15576
d5706a1e 15577#: cp/parser.c:7607
b97e55da 15578msgid "only constructors take base initializers"
3855d0d1
JM
15579msgstr ""
15580
d5706a1e 15581#: cp/parser.c:7658
b97e55da 15582msgid "anachronistic old-style base class initializer"
3855d0d1
JM
15583msgstr ""
15584
d5706a1e 15585#: cp/parser.c:7699
807ab1f2 15586msgid ""
d5706a1e 15587"keyword %<typename%> not allowed in this context (a qualified member "
807ab1f2
JM
15588"initializer is implicitly a type)"
15589msgstr ""
15590
b97e55da 15591#. Warn that we do not support `export'.
d5706a1e
ZW
15592#: cp/parser.c:8061
15593msgid "keyword %<export%> not implemented, and will be ignored"
3855d0d1
JM
15594msgstr ""
15595
b06c20ee
JM
15596#. Otherwise, emit an error about the invalid digraph, but continue
15597#. parsing because we got our argument list.
d5706a1e
ZW
15598#: cp/parser.c:8434
15599msgid "%<<::%> cannot begin a template-argument list"
b06c20ee
JM
15600msgstr ""
15601
d5706a1e 15602#: cp/parser.c:8435
b06c20ee 15603msgid ""
d5706a1e
ZW
15604"%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15605"and %<::%>"
b06c20ee
JM
15606msgstr ""
15607
d5706a1e
ZW
15608#: cp/parser.c:8442
15609msgid "(if you use -fpermissive G++ will accept your code)"
b06c20ee
JM
15610msgstr ""
15611
01b84e13 15612#. Explain what went wrong.
d5706a1e
ZW
15613#: cp/parser.c:8617
15614msgid "non-template %qD used as template"
01b84e13
JM
15615msgstr ""
15616
d5706a1e
ZW
15617#: cp/parser.c:8618
15618msgid "use %<%T::template %D%> to indicate that it is a template"
8d98c44c
JM
15619msgstr ""
15620
d5706a1e
ZW
15621#: cp/parser.c:9645
15622msgid "using %<typename%> outside of template"
3855d0d1
JM
15623msgstr ""
15624
d5706a1e 15625#: cp/parser.c:9768
b97e55da 15626msgid "expected type-name"
3855d0d1
JM
15627msgstr ""
15628
d5706a1e 15629#: cp/parser.c:9827
01b84e13
JM
15630msgid "type attributes are honored only at type definition"
15631msgstr ""
15632
b97e55da
JM
15633#. [namespace.udecl]
15634#.
15635#. A using declaration shall not name a template-id.
d5706a1e 15636#: cp/parser.c:10201
b97e55da 15637msgid "a template-id may not appear in a using-declaration"
3855d0d1
JM
15638msgstr ""
15639
d5706a1e 15640#: cp/parser.c:10526
b97e55da 15641msgid "an asm-specification is not allowed on a function-definition"
3855d0d1
JM
15642msgstr ""
15643
d5706a1e 15644#: cp/parser.c:10528
b97e55da 15645msgid "attributes are not allowed on a function-definition"
3855d0d1
JM
15646msgstr ""
15647
d5706a1e 15648#: cp/parser.c:10659
b97e55da 15649msgid "attributes after parenthesized initializer ignored"
3855d0d1
JM
15650msgstr ""
15651
d5706a1e
ZW
15652#: cp/parser.c:11088
15653msgid "%<%T::%D%> is not a type"
807ab1f2
JM
15654msgstr ""
15655
d5706a1e 15656#: cp/parser.c:11133
807ab1f2
JM
15657msgid "invalid use of constructor as a template"
15658msgstr ""
15659
d5706a1e 15660#: cp/parser.c:11134
807ab1f2 15661msgid ""
d5706a1e
ZW
15662"use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15663"name"
807ab1f2
JM
15664msgstr ""
15665
d5706a1e 15666#: cp/parser.c:11322
807ab1f2
JM
15667msgid "duplicate cv-qualifier"
15668msgstr ""
15669
d5706a1e 15670#: cp/parser.c:11836
b97e55da 15671msgid "file ends in default argument"
3855d0d1
JM
15672msgstr ""
15673
d5706a1e 15674#: cp/parser.c:11896
b97e55da 15675msgid "deprecated use of default argument for parameter of non-function"
3855d0d1
JM
15676msgstr ""
15677
d5706a1e 15678#: cp/parser.c:11899
b97e55da 15679msgid "default arguments are only permitted for function parameters"
3855d0d1
JM
15680msgstr ""
15681
d5706a1e
ZW
15682#: cp/parser.c:12641
15683msgid "declaration of %qD in %qD which does not enclose %qD"
8d9d2e1d
ZW
15684msgstr ""
15685
d5706a1e 15686#: cp/parser.c:12654
b97e55da 15687msgid "extra qualification ignored"
3855d0d1
JM
15688msgstr ""
15689
d5706a1e
ZW
15690#: cp/parser.c:12665
15691msgid "an explicit specialization must be preceded by %<template <>%>"
01b84e13
JM
15692msgstr ""
15693
d5706a1e 15694#: cp/parser.c:12949
de104104 15695msgid "%Hextra %<;%>"
3855d0d1
JM
15696msgstr ""
15697
d5706a1e 15698#: cp/parser.c:12967
b97e55da 15699msgid "a class-key must be used when declaring a friend"
3855d0d1
JM
15700msgstr ""
15701
d5706a1e 15702#: cp/parser.c:12981
b97e55da 15703msgid "friend declaration does not name a class or function"
3855d0d1
JM
15704msgstr ""
15705
d5706a1e 15706#: cp/parser.c:13154
01b84e13 15707msgid "pure-specifier on function-definition"
3855d0d1
JM
15708msgstr ""
15709
d5706a1e
ZW
15710#: cp/parser.c:13427
15711msgid "keyword %<typename%> not allowed outside of templates"
3855d0d1
JM
15712msgstr ""
15713
d5706a1e 15714#: cp/parser.c:13429
01b84e13 15715msgid ""
d5706a1e
ZW
15716"keyword %<typename%> not allowed in this context (the base class is "
15717"implicitly a type)"
01b84e13
JM
15718msgstr ""
15719
d5706a1e 15720#: cp/parser.c:13702
807ab1f2
JM
15721msgid "invalid catch parameter"
15722msgstr ""
15723
d5706a1e
ZW
15724#: cp/parser.c:14264
15725msgid "reference to %qD is ambiguous"
01b84e13
JM
15726msgstr ""
15727
d5706a1e 15728#: cp/parser.c:14433
01b84e13
JM
15729msgid "too few template-parameter-lists"
15730msgstr ""
15731
15732#. Otherwise, there are too many template parameter lists. We have
15733#. something like:
15734#.
b97e55da 15735#. template <class T> template <class U> void S::f();
d5706a1e 15736#: cp/parser.c:14448
b97e55da 15737msgid "too many template-parameter-lists"
3855d0d1
JM
15738msgstr ""
15739
807ab1f2 15740#. Skip the entire function.
d5706a1e 15741#: cp/parser.c:14672
b97e55da 15742msgid "invalid function declaration"
3855d0d1
JM
15743msgstr ""
15744
b97e55da 15745#. Issue an error message.
d5706a1e 15746#: cp/parser.c:14709
b97e55da 15747msgid "named return values are no longer supported"
3855d0d1
JM
15748msgstr ""
15749
d5706a1e 15750#: cp/parser.c:15054
de104104 15751msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
01b84e13
JM
15752msgstr ""
15753
d5706a1e 15754#: cp/parser.c:15069
de104104 15755msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
3855d0d1
JM
15756msgstr ""
15757
d5706a1e 15758#: cp/parser.c:15074
de104104 15759msgid "missing %<>%> to terminate the template argument list"
b1b51268
JM
15760msgstr ""
15761
d5706a1e
ZW
15762#: cp/parser.c:15593
15763msgid "%qs tag used in naming %q#T"
3855d0d1
JM
15764msgstr ""
15765
d5706a1e
ZW
15766#: cp/parser.c:15614
15767msgid "%qD redeclared with different access"
3855d0d1
JM
15768msgstr ""
15769
d5706a1e
ZW
15770#: cp/parser.c:15631
15771msgid "%<template%> (as a disambiguator) is only allowed within templates"
3855d0d1
JM
15772msgstr ""
15773
d5706a1e 15774#: cp/parser.c:15839
b1b51268
JM
15775msgid "inter-module optimizations not implemented for C++"
15776msgstr ""
15777
de104104 15778#: cp/pt.c:240
d5706a1e 15779msgid "data member %qD cannot be a member template"
3855d0d1
JM
15780msgstr ""
15781
de104104 15782#: cp/pt.c:252
d5706a1e 15783msgid "invalid member template declaration %qD"
3855d0d1
JM
15784msgstr ""
15785
de104104 15786#: cp/pt.c:635
d5706a1e 15787msgid "explicit specialization in non-namespace scope %qD"
3855d0d1
JM
15788msgstr ""
15789
d5706a1e 15790#: cp/pt.c:646
b97e55da 15791msgid "enclosing class templates are not explicitly specialized"
3855d0d1
JM
15792msgstr ""
15793
d5706a1e
ZW
15794#: cp/pt.c:730
15795msgid "specialization of %qD in different namespace"
3855d0d1
JM
15796msgstr ""
15797
d5706a1e
ZW
15798#: cp/pt.c:731 cp/pt.c:800
15799msgid " from definition of %q#D"
3855d0d1
JM
15800msgstr ""
15801
d5706a1e
ZW
15802#: cp/pt.c:767
15803msgid "specialization of %qT after instantiation"
3855d0d1
JM
15804msgstr ""
15805
d5706a1e
ZW
15806#: cp/pt.c:799
15807msgid "specializing %q#T in different namespace"
807ab1f2
JM
15808msgstr ""
15809
d5706a1e
ZW
15810#: cp/pt.c:814
15811msgid "specialization %qT after instantiation %qT"
a47a6810
JM
15812msgstr ""
15813
d5706a1e
ZW
15814#: cp/pt.c:826
15815msgid "explicit specialization of non-template %qT"
a47a6810
JM
15816msgstr ""
15817
d5706a1e
ZW
15818#: cp/pt.c:1083
15819msgid "specialization of %qD after instantiation"
3855d0d1
JM
15820msgstr ""
15821
d5706a1e 15822#: cp/pt.c:1212
b97e55da 15823msgid "%s %+#D"
3855d0d1
JM
15824msgstr ""
15825
d5706a1e
ZW
15826#: cp/pt.c:1268
15827msgid "%qD is not a function template"
3855d0d1
JM
15828msgstr ""
15829
d5706a1e
ZW
15830#: cp/pt.c:1453
15831msgid "template-id %qD for %q+D does not match any template declaration"
3855d0d1
JM
15832msgstr ""
15833
d5706a1e
ZW
15834#: cp/pt.c:1462
15835msgid "ambiguous template specialization %qD for %q+D"
3855d0d1
JM
15836msgstr ""
15837
b97e55da
JM
15838#. This case handles bogus declarations like template <>
15839#. template <class T> void f<int>();
d5706a1e
ZW
15840#: cp/pt.c:1685 cp/pt.c:1739
15841msgid "template-id %qD in declaration of primary template"
3855d0d1
JM
15842msgstr ""
15843
d5706a1e 15844#: cp/pt.c:1698
b97e55da 15845msgid "template parameter list used in explicit instantiation"
3855d0d1
JM
15846msgstr ""
15847
d5706a1e 15848#: cp/pt.c:1704
b97e55da 15849msgid "definition provided for explicit instantiation"
3855d0d1
JM
15850msgstr ""
15851
d5706a1e
ZW
15852#: cp/pt.c:1712
15853msgid "too many template parameter lists in declaration of %qD"
3855d0d1
JM
15854msgstr ""
15855
d5706a1e
ZW
15856#: cp/pt.c:1715
15857msgid "too few template parameter lists in declaration of %qD"
3855d0d1
JM
15858msgstr ""
15859
d5706a1e
ZW
15860#: cp/pt.c:1717
15861msgid "explicit specialization of %qD must be introduced by `template <>'"
3855d0d1
JM
15862msgstr ""
15863
d5706a1e
ZW
15864#: cp/pt.c:1736
15865msgid "function template partial specialization %qD is not allowed"
3855d0d1
JM
15866msgstr ""
15867
d5706a1e 15868#: cp/pt.c:1768
b97e55da 15869msgid "default argument specified in explicit specialization"
3855d0d1
JM
15870msgstr ""
15871
d5706a1e 15872#: cp/pt.c:1772
b97e55da 15873msgid "template specialization with C linkage"
a47a6810
JM
15874msgstr ""
15875
b97e55da
JM
15876#. From [temp.expl.spec]:
15877#.
15878#. If such an explicit specialization for the member
15879#. of a class template names an implicitly-declared
15880#. special member function (clause _special_), the
15881#. program is ill-formed.
15882#.
15883#. Similar language is found in [temp.explicit].
d5706a1e 15884#: cp/pt.c:1856
b97e55da 15885msgid "specialization of implicitly-declared special member function"
3855d0d1
JM
15886msgstr ""
15887
d5706a1e
ZW
15888#: cp/pt.c:1900
15889msgid "no member function %qD declared in %qT"
3855d0d1
JM
15890msgstr ""
15891
b97e55da 15892#. There are two many template parameter lists.
d5706a1e
ZW
15893#: cp/pt.c:2050
15894msgid "too many template parameter lists in declaration of %qT"
3855d0d1
JM
15895msgstr ""
15896
d5706a1e
ZW
15897#: cp/pt.c:2144
15898msgid " shadows template parm %q#D"
3855d0d1
JM
15899msgstr ""
15900
d5706a1e 15901#: cp/pt.c:2544
b97e55da 15902msgid "template parameters not used in partial specialization:"
3855d0d1
JM
15903msgstr ""
15904
d5706a1e
ZW
15905#: cp/pt.c:2548
15906msgid " %qD"
3855d0d1
JM
15907msgstr ""
15908
d5706a1e
ZW
15909#: cp/pt.c:2559
15910msgid "partial specialization %qT does not specialize any template arguments"
a47a6810
JM
15911msgstr ""
15912
d5706a1e 15913#: cp/pt.c:2584
b97e55da 15914#, c-format
d5706a1e 15915msgid "template argument %qE involves template parameter(s)"
3855d0d1
JM
15916msgstr ""
15917
d5706a1e
ZW
15918#: cp/pt.c:2628
15919msgid "type %qT of template argument %qE depends on template parameter(s)"
3855d0d1
JM
15920msgstr ""
15921
d5706a1e
ZW
15922#: cp/pt.c:2714
15923msgid "no default argument for %qD"
3855d0d1
JM
15924msgstr ""
15925
d5706a1e 15926#: cp/pt.c:2866
b97e55da 15927msgid "template with C linkage"
3855d0d1
JM
15928msgstr ""
15929
d5706a1e 15930#: cp/pt.c:2869
b97e55da 15931msgid "template class without a name"
3855d0d1
JM
15932msgstr ""
15933
b97e55da
JM
15934#. [temp.mem]
15935#.
15936#. A destructor shall not be a member template.
d5706a1e
ZW
15937#: cp/pt.c:2877
15938msgid "destructor %qD declared as member template"
3855d0d1
JM
15939msgstr ""
15940
807ab1f2
JM
15941#. [basic.stc.dynamic.allocation]
15942#.
15943#. An allocation function can be a function
15944#. template. ... Template allocation functions shall
15945#. have two or more parameters.
d5706a1e
ZW
15946#: cp/pt.c:2892
15947msgid "invalid template declaration of %qD"
807ab1f2
JM
15948msgstr ""
15949
d5706a1e
ZW
15950#: cp/pt.c:2972
15951msgid "%qD does not declare a template type"
3855d0d1
JM
15952msgstr ""
15953
d5706a1e
ZW
15954#: cp/pt.c:2978
15955msgid "template definition of non-template %q#D"
3855d0d1
JM
15956msgstr ""
15957
d5706a1e
ZW
15958#: cp/pt.c:3019
15959msgid "expected %d levels of template parms for %q#D, got %d"
a47a6810
JM
15960msgstr ""
15961
d5706a1e
ZW
15962#: cp/pt.c:3031
15963msgid "got %d template parameters for %q#D"
3855d0d1
JM
15964msgstr ""
15965
d5706a1e
ZW
15966#: cp/pt.c:3034
15967msgid "got %d template parameters for %q#T"
3855d0d1
JM
15968msgstr ""
15969
d5706a1e 15970#: cp/pt.c:3036
3855d0d1 15971#, c-format
b97e55da 15972msgid " but %d required"
3855d0d1
JM
15973msgstr ""
15974
d5706a1e
ZW
15975#: cp/pt.c:3121
15976msgid "%qT is not a template type"
3855d0d1
JM
15977msgstr ""
15978
d5706a1e
ZW
15979#: cp/pt.c:3137
15980msgid "previous declaration %qD"
b97e55da
JM
15981msgstr ""
15982
d5706a1e 15983#: cp/pt.c:3138
3855d0d1 15984#, c-format
b97e55da 15985msgid "used %d template parameter%s instead of %d"
3855d0d1
JM
15986msgstr ""
15987
d5706a1e
ZW
15988#: cp/pt.c:3158
15989msgid "template parameter %q#D"
3855d0d1
JM
15990msgstr ""
15991
d5706a1e
ZW
15992#: cp/pt.c:3159
15993msgid "redeclared here as %q#D"
3855d0d1
JM
15994msgstr ""
15995
b97e55da
JM
15996#. We have in [temp.param]:
15997#.
15998#. A template-parameter may not be given default arguments
15999#. by two different declarations in the same scope.
d5706a1e
ZW
16000#: cp/pt.c:3169
16001msgid "redefinition of default argument for %q#D"
3855d0d1
JM
16002msgstr ""
16003
d5706a1e 16004#: cp/pt.c:3170
b97e55da 16005msgid "%J original definition appeared here"
3855d0d1
JM
16006msgstr ""
16007
d5706a1e 16008#: cp/pt.c:3316
b97e55da 16009#, c-format
d5706a1e 16010msgid "%qE is not a valid template argument"
3855d0d1
JM
16011msgstr ""
16012
d5706a1e 16013#: cp/pt.c:3320
b97e55da 16014msgid "it must be the address of a function with external linkage"
3855d0d1
JM
16015msgstr ""
16016
d5706a1e 16017#: cp/pt.c:3322
b97e55da 16018msgid "it must be the address of an object with external linkage"
3855d0d1
JM
16019msgstr ""
16020
d5706a1e
ZW
16021#: cp/pt.c:3325
16022msgid "it must be a pointer-to-member of the form %<&X::Y%>"
3855d0d1
JM
16023msgstr ""
16024
d5706a1e 16025#: cp/pt.c:3336
b97e55da
JM
16026#, c-format
16027msgid ""
d5706a1e
ZW
16028"string literal %qE is not a valid template argument because it is the "
16029"address of an object with static linkage"
3855d0d1
JM
16030msgstr ""
16031
d5706a1e 16032#: cp/pt.c:3352
b97e55da 16033#, c-format
d5706a1e 16034msgid "address of non-extern %qE cannot be used as template argument"
3855d0d1
JM
16035msgstr ""
16036
d5706a1e 16037#: cp/pt.c:3362
b97e55da 16038#, c-format
d5706a1e 16039msgid "non-constant %qE cannot be used as template argument"
3855d0d1
JM
16040msgstr ""
16041
d5706a1e
ZW
16042#: cp/pt.c:3369
16043msgid "type %qT cannot be used as a value for a non-type template-parameter"
3855d0d1
JM
16044msgstr ""
16045
d5706a1e
ZW
16046#: cp/pt.c:3372
16047msgid "invalid use of %qD as a non-type template-argument"
3855d0d1
JM
16048msgstr ""
16049
d5706a1e 16050#: cp/pt.c:3374
b97e55da 16051#, c-format
d5706a1e 16052msgid "invalid use of %qE as a non-type template-argument"
3855d0d1
JM
16053msgstr ""
16054
d5706a1e
ZW
16055#: cp/pt.c:3752
16056msgid "to refer to a type member of a template parameter, use %<typename %E%>"
3855d0d1
JM
16057msgstr ""
16058
d5706a1e
ZW
16059#: cp/pt.c:3766 cp/pt.c:3785 cp/pt.c:3825
16060msgid "type/value mismatch at argument %d in template parameter list for %qD"
3855d0d1
JM
16061msgstr ""
16062
de104104 16063#: cp/pt.c:3770
d5706a1e 16064msgid " expected a constant of type %qT, got %qT"
3855d0d1
JM
16065msgstr ""
16066
de104104 16067#: cp/pt.c:3774
b97e55da 16068#, c-format
d5706a1e 16069msgid " expected a class template, got %qE"
3855d0d1
JM
16070msgstr ""
16071
de104104 16072#: cp/pt.c:3776
b97e55da 16073#, c-format
d5706a1e 16074msgid " expected a type, got %qE"
3855d0d1
JM
16075msgstr ""
16076
d5706a1e
ZW
16077#: cp/pt.c:3789
16078msgid " expected a type, got %qT"
3855d0d1
JM
16079msgstr ""
16080
d5706a1e
ZW
16081#: cp/pt.c:3791
16082msgid " expected a class template, got %qT"
3855d0d1
JM
16083msgstr ""
16084
d5706a1e
ZW
16085#: cp/pt.c:3828
16086msgid " expected a template of type %qD, got %qD"
a47a6810
JM
16087msgstr ""
16088
d5706a1e
ZW
16089#: cp/pt.c:3864
16090msgid "could not convert template argument %qE to %qT"
3855d0d1
JM
16091msgstr ""
16092
d5706a1e 16093#: cp/pt.c:3903
b97e55da
JM
16094#, c-format
16095msgid "wrong number of template arguments (%d, should be %d)"
3855d0d1
JM
16096msgstr ""
16097
d5706a1e
ZW
16098#: cp/pt.c:3907
16099msgid "provided for %qD"
3855d0d1
JM
16100msgstr ""
16101
d5706a1e 16102#: cp/pt.c:3935
b97e55da
JM
16103#, c-format
16104msgid "template argument %d is invalid"
3855d0d1
JM
16105msgstr ""
16106
d5706a1e 16107#: cp/pt.c:4156
b97e55da 16108msgid "non-template used as template"
3855d0d1
JM
16109msgstr ""
16110
d5706a1e
ZW
16111#: cp/pt.c:4291
16112msgid "non-template type %qT used as a template"
3855d0d1
JM
16113msgstr ""
16114
d5706a1e
ZW
16115#: cp/pt.c:4293
16116msgid "for template declaration %qD"
3855d0d1
JM
16117msgstr ""
16118
d5706a1e 16119#: cp/pt.c:4942
b97e55da
JM
16120msgid ""
16121"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
d5706a1e 16122"to increase the maximum) instantiating %qD"
3855d0d1
JM
16123msgstr ""
16124
d5706a1e
ZW
16125#: cp/pt.c:5381
16126msgid "ambiguous class template instantiation for %q#T"
3855d0d1
JM
16127msgstr ""
16128
d5706a1e 16129#: cp/pt.c:5387
b97e55da 16130msgid "%s %+#T"
3855d0d1
JM
16131msgstr ""
16132
d5706a1e
ZW
16133#: cp/pt.c:6408 cp/pt.c:6528
16134msgid "instantiation of %qD as type %qT"
3855d0d1
JM
16135msgstr ""
16136
d5706a1e
ZW
16137#: cp/pt.c:6570
16138msgid "invalid parameter type %qT"
a47a6810
JM
16139msgstr ""
16140
d5706a1e
ZW
16141#: cp/pt.c:6572
16142msgid "in declaration %qD"
3855d0d1
JM
16143msgstr ""
16144
d5706a1e
ZW
16145#: cp/pt.c:6646
16146msgid "creating pointer to member function of non-class type %qT"
3855d0d1
JM
16147msgstr ""
16148
d5706a1e 16149#: cp/pt.c:6783
b97e55da 16150msgid "creating array with size zero"
3855d0d1
JM
16151msgstr ""
16152
d5706a1e 16153#: cp/pt.c:6797
b97e55da 16154#, c-format
d5706a1e 16155msgid "creating array with size zero (%qE)"
3855d0d1
JM
16156msgstr ""
16157
d5706a1e 16158#: cp/pt.c:7014
b97e55da 16159msgid "forming reference to void"
3855d0d1
JM
16160msgstr ""
16161
d5706a1e
ZW
16162#: cp/pt.c:7016
16163msgid "forming %s to reference type %qT"
3855d0d1
JM
16164msgstr ""
16165
d5706a1e
ZW
16166#: cp/pt.c:7053
16167msgid "creating pointer to member of non-class type %qT"
3855d0d1
JM
16168msgstr ""
16169
d5706a1e
ZW
16170#: cp/pt.c:7059
16171msgid "creating pointer to member reference type %qT"
3855d0d1
JM
16172msgstr ""
16173
d5706a1e
ZW
16174#: cp/pt.c:7145
16175msgid "creating array of %qT"
3855d0d1
JM
16176msgstr ""
16177
d5706a1e
ZW
16178#: cp/pt.c:7151
16179msgid "creating array of %qT, which is an abstract class type"
01b84e13
JM
16180msgstr ""
16181
d5706a1e
ZW
16182#: cp/pt.c:7195
16183msgid "%qT is not a class, struct, or union type"
3855d0d1
JM
16184msgstr ""
16185
d5706a1e 16186#: cp/pt.c:7281
b97e55da
JM
16187#, c-format
16188msgid "use of `%s' in template"
3855d0d1
JM
16189msgstr ""
16190
d5706a1e 16191#: cp/pt.c:7406
b06c20ee
JM
16192#, c-format
16193msgid ""
d5706a1e 16194"dependent-name %qE is parsed as a non-type, but instantiation yields a type"
b06c20ee
JM
16195msgstr ""
16196
d5706a1e
ZW
16197#: cp/pt.c:7408
16198msgid "say %<typename %E%> if a type is meant"
3855d0d1
JM
16199msgstr ""
16200
d5706a1e
ZW
16201#: cp/pt.c:8545
16202msgid "%qT is not a class or namespace"
807ab1f2
JM
16203msgstr ""
16204
d5706a1e
ZW
16205#: cp/pt.c:8548
16206msgid "%qD is not a class or namespace"
807ab1f2
JM
16207msgstr ""
16208
d5706a1e
ZW
16209#: cp/pt.c:8673
16210msgid "%qT uses anonymous type"
3855d0d1
JM
16211msgstr ""
16212
d5706a1e
ZW
16213#: cp/pt.c:8675
16214msgid "%qT uses local type %qT"
3855d0d1
JM
16215msgstr ""
16216
d5706a1e
ZW
16217#: cp/pt.c:8683
16218msgid "%qT is a variably modified type"
3855d0d1
JM
16219msgstr ""
16220
d5706a1e 16221#: cp/pt.c:8694
b97e55da 16222#, c-format
d5706a1e 16223msgid "integral expression %qE is not constant"
3855d0d1
JM
16224msgstr ""
16225
d5706a1e
ZW
16226#: cp/pt.c:8699
16227msgid " trying to instantiate %qD"
3855d0d1
JM
16228msgstr ""
16229
d5706a1e 16230#: cp/pt.c:9213
b97e55da 16231msgid "incomplete type unification"
3855d0d1
JM
16232msgstr ""
16233
d5706a1e
ZW
16234#: cp/pt.c:10531 cp/pt.c:10602
16235msgid "explicit instantiation of non-template %q#D"
3855d0d1
JM
16236msgstr ""
16237
d5706a1e
ZW
16238#: cp/pt.c:10547 cp/pt.c:10597
16239msgid "no matching template for %qD found"
3855d0d1
JM
16240msgstr ""
16241
d5706a1e
ZW
16242#: cp/pt.c:10553
16243msgid "explicit instantiation of %q#D"
3855d0d1
JM
16244msgstr ""
16245
d5706a1e
ZW
16246#: cp/pt.c:10589
16247msgid "duplicate explicit instantiation of %q#D"
3855d0d1
JM
16248msgstr ""
16249
d5706a1e
ZW
16250#: cp/pt.c:10611
16251msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
3855d0d1
JM
16252msgstr ""
16253
d5706a1e
ZW
16254#: cp/pt.c:10616 cp/pt.c:10706
16255msgid "storage class %qD applied to template instantiation"
3855d0d1
JM
16256msgstr ""
16257
d5706a1e
ZW
16258#: cp/pt.c:10678
16259msgid "explicit instantiation of non-template type %qT"
3855d0d1
JM
16260msgstr ""
16261
d5706a1e
ZW
16262#: cp/pt.c:10687
16263msgid "explicit instantiation of %q#T before definition of template"
3855d0d1
JM
16264msgstr ""
16265
d5706a1e 16266#: cp/pt.c:10695
3855d0d1 16267#, c-format
807ab1f2 16268msgid "ISO C++ forbids the use of `%E' on explicit instantiations"
3855d0d1
JM
16269msgstr ""
16270
d5706a1e
ZW
16271#: cp/pt.c:10740
16272msgid "duplicate explicit instantiation of %q#T"
3855d0d1
JM
16273msgstr ""
16274
d5706a1e
ZW
16275#: cp/pt.c:11103
16276msgid "explicit instantiation of %qD but no definition available"
3855d0d1
JM
16277msgstr ""
16278
d5706a1e 16279#: cp/pt.c:11247
807ab1f2
JM
16280msgid ""
16281"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
d5706a1e 16282"to increase the maximum) instantiating %q+D, possibly from virtual table "
807ab1f2
JM
16283"generation"
16284msgstr ""
16285
d5706a1e
ZW
16286#: cp/pt.c:11526
16287msgid "%q#T is not a valid type for a template constant parameter"
3855d0d1
JM
16288msgstr ""
16289
807ab1f2 16290#: cp/repo.c:112
b97e55da 16291msgid "-frepo must be used with -c"
3855d0d1
JM
16292msgstr ""
16293
807ab1f2 16294#: cp/repo.c:200
b97e55da
JM
16295#, c-format
16296msgid "mysterious repository information in %s"
3855d0d1
JM
16297msgstr ""
16298
807ab1f2 16299#: cp/repo.c:214
b97e55da
JM
16300#, c-format
16301msgid "can't create repository information file `%s'"
3855d0d1
JM
16302msgstr ""
16303
de104104 16304#: cp/rtti.c:243
b97e55da 16305msgid "cannot use typeid with -fno-rtti"
3855d0d1
JM
16306msgstr ""
16307
de104104 16308#: cp/rtti.c:249
b97e55da 16309msgid "must #include <typeinfo> before using typeid"
3855d0d1
JM
16310msgstr ""
16311
de104104 16312#: cp/rtti.c:321
b97e55da
JM
16313msgid ""
16314"cannot create type information for type `%T' because its size is variable"
3855d0d1
JM
16315msgstr ""
16316
de104104 16317#: cp/rtti.c:573 cp/rtti.c:587
b97e55da 16318msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
3855d0d1
JM
16319msgstr ""
16320
de104104 16321#: cp/rtti.c:666
b97e55da 16322msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
3855d0d1
JM
16323msgstr ""
16324
de104104 16325#: cp/search.c:246
b97e55da 16326msgid "`%T' is an ambiguous base of `%T'"
3855d0d1
JM
16327msgstr ""
16328
de104104 16329#: cp/search.c:264
b97e55da 16330msgid "`%T' is an inaccessible base of `%T'"
3855d0d1
JM
16331msgstr ""
16332
de104104 16333#: cp/search.c:1645
b97e55da 16334msgid "invalid covariant return type for `%#D'"
3855d0d1
JM
16335msgstr ""
16336
de104104 16337#: cp/search.c:1646 cp/search.c:1652
b97e55da 16338msgid " overriding `%#D'"
3855d0d1
JM
16339msgstr ""
16340
de104104 16341#: cp/search.c:1650
b97e55da 16342msgid "conflicting return type specified for `%#D'"
3855d0d1
JM
16343msgstr ""
16344
de104104 16345#: cp/search.c:1661
b97e55da
JM
16346#, c-format
16347msgid "looser throw specifier for `%#F'"
3855d0d1
JM
16348msgstr ""
16349
de104104 16350#: cp/search.c:1662
b97e55da
JM
16351#, c-format
16352msgid " overriding `%#F'"
3855d0d1
JM
16353msgstr ""
16354
b97e55da
JM
16355#. A static member function cannot match an inherited
16356#. virtual member function.
de104104 16357#: cp/search.c:1755
b97e55da 16358msgid "`%#D' cannot be declared"
3855d0d1
JM
16359msgstr ""
16360
de104104 16361#: cp/search.c:1756
b97e55da 16362msgid " since `%#D' declared in base class"
3855d0d1
JM
16363msgstr ""
16364
807ab1f2 16365#: cp/semantics.c:1133
b97e55da
JM
16366#, c-format
16367msgid "type of asm operand `%E' could not be determined"
d9b2742a
ZW
16368msgstr ""
16369
807ab1f2 16370#: cp/semantics.c:1265
b97e55da 16371msgid "invalid use of member `%D' in static member function"
3855d0d1
JM
16372msgstr ""
16373
d5706a1e
ZW
16374#: cp/semantics.c:1268
16375msgid "invalid use of non-static data member `%D'"
16376msgstr ""
16377
807ab1f2 16378#: cp/semantics.c:1269 cp/semantics.c:1308
b97e55da 16379msgid "from this location"
3855d0d1
JM
16380msgstr ""
16381
807ab1f2 16382#: cp/semantics.c:1307
b97e55da 16383msgid "object missing in reference to `%D'"
3855d0d1
JM
16384msgstr ""
16385
de104104 16386#: cp/semantics.c:1786
b97e55da 16387msgid "arguments to destructor are not allowed"
3855d0d1
JM
16388msgstr ""
16389
de104104 16390#: cp/semantics.c:1836
b97e55da 16391msgid "`this' is unavailable for static member functions"
3855d0d1
JM
16392msgstr ""
16393
de104104 16394#: cp/semantics.c:1842
b97e55da 16395msgid "invalid use of `this' in non-member function"
3855d0d1
JM
16396msgstr ""
16397
de104104 16398#: cp/semantics.c:1844
b97e55da 16399msgid "invalid use of `this' at top level"
3855d0d1
JM
16400msgstr ""
16401
de104104 16402#: cp/semantics.c:1868
b97e55da 16403msgid "invalid qualifying scope in pseudo-destructor name"
3855d0d1
JM
16404msgstr ""
16405
de104104 16406#: cp/semantics.c:1888
b97e55da 16407msgid "`%E' is not of type `%T'"
d9b2742a
ZW
16408msgstr ""
16409
de104104 16410#: cp/semantics.c:1982
b97e55da 16411msgid "template type parameters must use the keyword `class' or `typename'"
d9b2742a
ZW
16412msgstr ""
16413
de104104 16414#: cp/semantics.c:2026
b06c20ee
JM
16415msgid ""
16416"invalid use of type `%T' as a default value for a template template-parameter"
16417msgstr ""
16418
de104104 16419#: cp/semantics.c:2029
b06c20ee
JM
16420msgid ""
16421"invalid use of `%D' as a default value for a template template-parameter"
d9b2742a
ZW
16422msgstr ""
16423
de104104 16424#: cp/semantics.c:2033
b06c20ee
JM
16425msgid "invalid default argument for a template template parameter"
16426msgstr ""
16427
de104104 16428#: cp/semantics.c:2050
b97e55da 16429msgid "definition of `%#T' inside template parameter list"
d9b2742a
ZW
16430msgstr ""
16431
de104104 16432#: cp/semantics.c:2061
b97e55da 16433msgid "invalid definition of qualified type `%T'"
3855d0d1
JM
16434msgstr ""
16435
d5706a1e
ZW
16436#: cp/semantics.c:2075
16437msgid "redefinition of `%#T'"
16438msgstr ""
16439
de104104 16440#: cp/semantics.c:2076
b97e55da 16441msgid "previous definition of `%#T'"
3855d0d1
JM
16442msgstr ""
16443
de104104 16444#: cp/semantics.c:2252
b97e55da 16445msgid "invalid base-class specification"
3855d0d1
JM
16446msgstr ""
16447
de104104 16448#: cp/semantics.c:2261
b97e55da 16449msgid "base class `%T' has cv qualifiers"
3855d0d1
JM
16450msgstr ""
16451
de104104 16452#: cp/semantics.c:2294
b97e55da 16453msgid "multiple declarators in template declaration"
d9b2742a
ZW
16454msgstr ""
16455
de104104 16456#: cp/semantics.c:2306
a47a6810 16457msgid "incomplete type `%T' used in nested name specifier"
3855d0d1
JM
16458msgstr ""
16459
de104104 16460#: cp/semantics.c:2309
807ab1f2
JM
16461msgid "reference to `%T::%D' is ambiguous"
16462msgstr ""
16463
de104104 16464#: cp/semantics.c:2313 cp/typeck.c:1649
b97e55da
JM
16465msgid "`%D' is not a member of `%T'"
16466msgstr ""
16467
de104104 16468#: cp/semantics.c:2316
a47a6810 16469msgid "`%D' is not a member of `%D'"
3855d0d1
JM
16470msgstr ""
16471
d5706a1e
ZW
16472#: cp/semantics.c:2318
16473msgid "`::%D' has not been declared"
16474msgstr ""
16475
de104104 16476#: cp/semantics.c:2441
01b84e13
JM
16477msgid ""
16478"template parameter `%D' of type `%T' is not allowed in an integral constant "
16479"expression because it is not of integral or enumeration type"
16480msgstr ""
16481
de104104 16482#: cp/semantics.c:2585
b97e55da 16483msgid "`%D' cannot appear in a constant-expression"
3855d0d1
JM
16484msgstr ""
16485
de104104 16486#: cp/semantics.c:2593
b97e55da 16487msgid "use of namespace `%D' as expression"
3855d0d1
JM
16488msgstr ""
16489
de104104 16490#: cp/semantics.c:2598
b97e55da 16491msgid "use of class template `%T' as expression"
3855d0d1
JM
16492msgstr ""
16493
b06c20ee 16494#. Ambiguous reference to base members.
de104104 16495#: cp/semantics.c:2604
b97e55da 16496msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
3855d0d1
JM
16497msgstr ""
16498
de104104 16499#: cp/semantics.c:2665
b97e55da
JM
16500#, c-format
16501msgid "use of %s from containing function"
3855d0d1
JM
16502msgstr ""
16503
de104104 16504#: cp/semantics.c:2668
b97e55da 16505msgid " `%#D' declared here"
3855d0d1
JM
16506msgstr ""
16507
de104104 16508#: cp/semantics.c:2719
b97e55da
JM
16509#, c-format
16510msgid "type of `%E' is unknown"
d9b2742a
ZW
16511msgstr ""
16512
de104104 16513#: cp/tree.c:226
b97e55da
JM
16514#, c-format
16515msgid "non-lvalue in %s"
3855d0d1
JM
16516msgstr ""
16517
de104104 16518#: cp/tree.c:539
b97e55da 16519msgid "`%V' qualifiers cannot be applied to `%T'"
3855d0d1
JM
16520msgstr ""
16521
de104104 16522#: cp/tree.c:1768
b97e55da 16523#, c-format
807ab1f2 16524msgid "`%E' attribute can only be applied to Java class definitions"
3855d0d1
JM
16525msgstr ""
16526
de104104 16527#: cp/tree.c:1797
b97e55da 16528#, c-format
807ab1f2 16529msgid "`%E' attribute can only be applied to class definitions"
d9b2742a
ZW
16530msgstr ""
16531
de104104 16532#: cp/tree.c:1803
b97e55da 16533#, c-format
807ab1f2 16534msgid "`%E' is obsolete; g++ vtables are now COM-compatible by default"
3855d0d1
JM
16535msgstr ""
16536
de104104 16537#: cp/tree.c:1827
b97e55da 16538msgid "requested init_priority is not an integer constant"
3855d0d1
JM
16539msgstr ""
16540
de104104 16541#: cp/tree.c:1848
b97e55da
JM
16542#, c-format
16543msgid ""
807ab1f2 16544"can only use `%E' attribute on file-scope definitions of objects of class "
b97e55da 16545"type"
3855d0d1
JM
16546msgstr ""
16547
de104104 16548#: cp/tree.c:1856
b97e55da 16549msgid "requested init_priority is out of range"
3855d0d1
JM
16550msgstr ""
16551
de104104 16552#: cp/tree.c:1866
b97e55da 16553msgid "requested init_priority is reserved for internal use"
3855d0d1
JM
16554msgstr ""
16555
de104104 16556#: cp/tree.c:1876
b97e55da 16557#, c-format
807ab1f2 16558msgid "`%E' attribute is not supported on this platform"
d9b2742a
ZW
16559msgstr ""
16560
807ab1f2 16561#: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:540
b97e55da 16562msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
3855d0d1
JM
16563msgstr ""
16564
807ab1f2 16565#: cp/typeck.c:510
b97e55da
JM
16566#, c-format
16567msgid ""
16568"ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
3855d0d1
JM
16569msgstr ""
16570
807ab1f2 16571#: cp/typeck.c:560
b97e55da 16572msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
3855d0d1
JM
16573msgstr ""
16574
807ab1f2 16575#: cp/typeck.c:1247
b97e55da
JM
16576#, c-format
16577msgid "invalid application of `%s' to a member function"
3855d0d1
JM
16578msgstr ""
16579
807ab1f2 16580#: cp/typeck.c:1280
b97e55da
JM
16581#, c-format
16582msgid "invalid application of `%s' to a bit-field"
3855d0d1
JM
16583msgstr ""
16584
807ab1f2 16585#: cp/typeck.c:1285
b97e55da
JM
16586#, c-format
16587msgid "ISO C++ forbids applying `%s' to an expression of function type"
d9b2742a
ZW
16588msgstr ""
16589
807ab1f2 16590#: cp/typeck.c:1321
b97e55da 16591msgid "invalid use of non-static member function"
3855d0d1
JM
16592msgstr ""
16593
807ab1f2 16594#: cp/typeck.c:1506
b97e55da 16595msgid "deprecated conversion from string constant to `%T'"
3855d0d1
JM
16596msgstr ""
16597
de104104 16598#: cp/typeck.c:1620 cp/typeck.c:1918
b97e55da 16599msgid "request for member `%D' in `%E', which is of non-class type `%T'"
8d9d2e1d
ZW
16600msgstr ""
16601
de104104 16602#: cp/typeck.c:1647
b97e55da
JM
16603#, c-format
16604msgid "invalid use of nonstatic data member '%E'"
3855d0d1
JM
16605msgstr ""
16606
de104104 16607#: cp/typeck.c:1699 cp/typeck.c:1726
b97e55da 16608msgid "invalid access to non-static data member `%D' of NULL object"
3855d0d1
JM
16609msgstr ""
16610
de104104 16611#: cp/typeck.c:1701 cp/typeck.c:1728
b97e55da 16612msgid "(perhaps the `offsetof' macro was used incorrectly)"
3855d0d1
JM
16613msgstr ""
16614
d5706a1e
ZW
16615#: cp/typeck.c:1813
16616msgid "invalid use of `%D'"
16617msgstr ""
16618
16619#: cp/typeck.c:1839
16620msgid "qualified type `%T' does not match destructor name `~%T'"
16621msgstr ""
16622
de104104 16623#: cp/typeck.c:1845
b1b51268 16624msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
9d967a7e
ZW
16625msgstr ""
16626
de104104 16627#: cp/typeck.c:1964
b97e55da 16628msgid "`%D::%D' is not a member of `%T'"
9d967a7e
ZW
16629msgstr ""
16630
de104104 16631#: cp/typeck.c:1975
b97e55da 16632msgid "`%T' is not a base of `%T'"
d9b2742a
ZW
16633msgstr ""
16634
de104104 16635#: cp/typeck.c:1994
b97e55da 16636msgid "'%D' has no member named '%E'"
3855d0d1
JM
16637msgstr ""
16638
de104104 16639#: cp/typeck.c:2009
b97e55da 16640msgid "`%D' is not a member template function"
3855d0d1
JM
16641msgstr ""
16642
b97e55da
JM
16643#. A pointer to incomplete type (other than cv void) can be
16644#. dereferenced [expr.unary.op]/1
de104104 16645#: cp/typeck.c:2116
b97e55da 16646msgid "`%T' is not a pointer-to-object type"
3855d0d1
JM
16647msgstr ""
16648
de104104 16649#: cp/typeck.c:2141
b97e55da
JM
16650#, c-format
16651msgid "invalid use of `%s' on pointer to member"
3855d0d1
JM
16652msgstr ""
16653
de104104 16654#: cp/typeck.c:2145
807ab1f2
JM
16655#, c-format
16656msgid "invalid type argument of `%s'"
16657msgstr ""
16658
de104104 16659#: cp/typeck.c:2147
b97e55da 16660msgid "invalid type argument"
3855d0d1
JM
16661msgstr ""
16662
de104104 16663#: cp/typeck.c:2211
807ab1f2
JM
16664msgid "array subscript has type `char'"
16665msgstr ""
16666
de104104 16667#: cp/typeck.c:2252
b97e55da 16668msgid "ISO C++ forbids subscripting non-lvalue array"
3855d0d1
JM
16669msgstr ""
16670
de104104 16671#: cp/typeck.c:2263
b97e55da 16672msgid "subscripting array declared `register'"
3855d0d1
JM
16673msgstr ""
16674
de104104 16675#: cp/typeck.c:2346
b97e55da
JM
16676#, c-format
16677msgid "object missing in use of `%E'"
3855d0d1
JM
16678msgstr ""
16679
de104104 16680#: cp/typeck.c:2447
b97e55da 16681msgid "ISO C++ forbids calling `::main' from within program"
3855d0d1
JM
16682msgstr ""
16683
de104104 16684#: cp/typeck.c:2472
b97e55da
JM
16685#, c-format
16686msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
d9b2742a
ZW
16687msgstr ""
16688
de104104 16689#: cp/typeck.c:2485
b97e55da
JM
16690#, c-format
16691msgid "`%E' cannot be used as a function"
3855d0d1
JM
16692msgstr ""
16693
de104104 16694#: cp/typeck.c:2564
b97e55da 16695msgid "too many arguments to %s `%+#D'"
3855d0d1
JM
16696msgstr ""
16697
de104104 16698#: cp/typeck.c:2566 cp/typeck.c:2672
b97e55da 16699msgid "at this point in file"
3855d0d1
JM
16700msgstr ""
16701
de104104 16702#: cp/typeck.c:2603
b97e55da 16703msgid "parameter %P of `%D' has incomplete type `%T'"
3855d0d1
JM
16704msgstr ""
16705
de104104 16706#: cp/typeck.c:2606
b97e55da 16707msgid "parameter %P has incomplete type `%T'"
3855d0d1
JM
16708msgstr ""
16709
de104104 16710#: cp/typeck.c:2670
b97e55da 16711msgid "too few arguments to %s `%+#D'"
3855d0d1
JM
16712msgstr ""
16713
de104104 16714#: cp/typeck.c:2822 cp/typeck.c:2832
b97e55da 16715msgid "assuming cast to type `%T' from overloaded function"
3855d0d1
JM
16716msgstr ""
16717
de104104 16718#: cp/typeck.c:2893
b97e55da
JM
16719#, c-format
16720msgid "division by zero in `%E / 0'"
3855d0d1
JM
16721msgstr ""
16722
de104104 16723#: cp/typeck.c:2895
b97e55da
JM
16724#, c-format
16725msgid "division by zero in `%E / 0.'"
3855d0d1
JM
16726msgstr ""
16727
de104104 16728#: cp/typeck.c:2929
b97e55da
JM
16729#, c-format
16730msgid "division by zero in `%E %% 0'"
3855d0d1
JM
16731msgstr ""
16732
de104104 16733#: cp/typeck.c:2931
b97e55da
JM
16734#, c-format
16735msgid "division by zero in `%E %% 0.'"
3855d0d1
JM
16736msgstr ""
16737
de104104 16738#: cp/typeck.c:3011
b97e55da
JM
16739#, c-format
16740msgid "%s rotate count is negative"
3855d0d1
JM
16741msgstr ""
16742
de104104 16743#: cp/typeck.c:3014
b97e55da
JM
16744#, c-format
16745msgid "%s rotate count >= width of type"
3855d0d1
JM
16746msgstr ""
16747
de104104 16748#: cp/typeck.c:3048 cp/typeck.c:3053 cp/typeck.c:3149 cp/typeck.c:3154
b97e55da 16749msgid "ISO C++ forbids comparison between pointer and integer"
3855d0d1
JM
16750msgstr ""
16751
de104104
JM
16752#: cp/typeck.c:3190
16753msgid "invalid operands of types `%T' and `%T' to binary `%O'"
3855d0d1
JM
16754msgstr ""
16755
de104104
JM
16756#: cp/typeck.c:3352
16757msgid "comparison between types `%#T' and `%#T'"
3855d0d1
JM
16758msgstr ""
16759
de104104
JM
16760#: cp/typeck.c:3388
16761msgid "comparison between signed and unsigned integer expressions"
7bf81eee
PT
16762msgstr ""
16763
b97e55da
JM
16764#. Some sort of arithmetic operation involving NULL was
16765#. performed. Note that pointer-difference and pointer-addition
16766#. have already been handled above, and so we don't end up here in
16767#. that case.
de104104 16768#: cp/typeck.c:3467
b97e55da 16769msgid "NULL used in arithmetic"
7bf81eee
PT
16770msgstr ""
16771
de104104 16772#: cp/typeck.c:3525
b97e55da 16773msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
7bf81eee
PT
16774msgstr ""
16775
de104104 16776#: cp/typeck.c:3527
b97e55da 16777msgid "ISO C++ forbids using pointer to a function in subtraction"
7bf81eee
PT
16778msgstr ""
16779
de104104 16780#: cp/typeck.c:3529
b97e55da 16781msgid "ISO C++ forbids using pointer to a method in subtraction"
7bf81eee
PT
16782msgstr ""
16783
de104104 16784#: cp/typeck.c:3541
b97e55da 16785msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
7bf81eee
PT
16786msgstr ""
16787
de104104 16788#: cp/typeck.c:3617
3855d0d1 16789#, c-format
b97e55da
JM
16790msgid ""
16791"invalid use of '%E' to form a pointer-to-member-function. Use a qualified-"
16792"id."
7bf81eee
PT
16793msgstr ""
16794
de104104 16795#: cp/typeck.c:3623
b97e55da
JM
16796#, c-format
16797msgid ""
16798"parenthesis around '%E' cannot be used to form a pointer-to-member-function"
7bf81eee
PT
16799msgstr ""
16800
de104104 16801#: cp/typeck.c:3645
b97e55da 16802msgid "taking address of temporary"
7bf81eee
PT
16803msgstr ""
16804
de104104 16805#: cp/typeck.c:3876
b97e55da
JM
16806#, c-format
16807msgid "ISO C++ forbids %sing an enum"
7bf81eee
PT
16808msgstr ""
16809
de104104 16810#: cp/typeck.c:3887
b97e55da 16811msgid "cannot %s a pointer to incomplete type `%T'"
7bf81eee
PT
16812msgstr ""
16813
de104104 16814#: cp/typeck.c:3893
b97e55da 16815msgid "ISO C++ forbids %sing a pointer of type `%T'"
1737c953
JM
16816msgstr ""
16817
de104104 16818#: cp/typeck.c:3918
b97e55da 16819msgid "cast to non-reference type used as lvalue"
1737c953
JM
16820msgstr ""
16821
de104104 16822#: cp/typeck.c:3953
b97e55da 16823msgid "invalid use of `--' on bool variable `%D'"
1737c953
JM
16824msgstr ""
16825
b97e55da 16826#. ARM $3.4
de104104 16827#: cp/typeck.c:3982
b97e55da 16828msgid "ISO C++ forbids taking address of function `::main'"
1737c953
JM
16829msgstr ""
16830
b06c20ee 16831#. An expression like &memfn.
de104104 16832#: cp/typeck.c:4036
b97e55da
JM
16833msgid ""
16834"ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16835"static member function to form a pointer to member function. Say `&%T::%D'"
1737c953
JM
16836msgstr ""
16837
de104104 16838#: cp/typeck.c:4041
b97e55da
JM
16839msgid ""
16840"ISO C++ forbids taking the address of a bound member function to form a "
16841"pointer to member function. Say `&%T::%D'"
1737c953
JM
16842msgstr ""
16843
de104104 16844#: cp/typeck.c:4069
b97e55da 16845msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
1737c953
JM
16846msgstr ""
16847
de104104 16848#: cp/typeck.c:4121
b97e55da 16849msgid "attempt to take address of bit-field structure member `%D'"
1737c953
JM
16850msgstr ""
16851
de104104 16852#: cp/typeck.c:4233
b97e55da 16853msgid "taking address of destructor"
1737c953
JM
16854msgstr ""
16855
de104104 16856#: cp/typeck.c:4246
b97e55da 16857msgid "taking address of bound pointer-to-member expression"
1737c953
JM
16858msgstr ""
16859
de104104 16860#: cp/typeck.c:4254
b97e55da 16861msgid "cannot create pointer to reference member `%D'"
1737c953
JM
16862msgstr ""
16863
de104104 16864#: cp/typeck.c:4317
b97e55da 16865msgid "cannot take the address of `this', which is an rvalue expression"
1737c953
JM
16866msgstr ""
16867
de104104 16868#: cp/typeck.c:4336
b97e55da 16869msgid "address requested for `%D', which is declared `register'"
1737c953
JM
16870msgstr ""
16871
de104104 16872#: cp/typeck.c:4402
b97e55da
JM
16873#, c-format
16874msgid "%s expression list treated as compound expression"
1737c953
JM
16875msgstr ""
16876
de104104 16877#: cp/typeck.c:4476
b97e55da 16878msgid "%s from type `%T' to type `%T' casts away constness"
1737c953
JM
16879msgstr ""
16880
de104104 16881#: cp/typeck.c:4678
b97e55da 16882msgid "invalid static_cast from type `%T' to type `%T'"
1737c953
JM
16883msgstr ""
16884
d5706a1e 16885#: cp/typeck.c:4721
3855d0d1 16886msgid ""
b97e55da 16887"invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
1737c953
JM
16888msgstr ""
16889
d5706a1e 16890#: cp/typeck.c:4741
b97e55da 16891msgid "reinterpret_cast from `%T' to `%T' loses precision"
1737c953
JM
16892msgstr ""
16893
d5706a1e 16894#: cp/typeck.c:4760
b97e55da
JM
16895msgid ""
16896"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
1737c953
JM
16897msgstr ""
16898
d5706a1e 16899#: cp/typeck.c:4766
b97e55da 16900msgid "invalid reinterpret_cast from type `%T' to type `%T'"
1737c953
JM
16901msgstr ""
16902
d5706a1e 16903#: cp/typeck.c:4794
b97e55da
JM
16904msgid ""
16905"invalid use of const_cast with type `%T', which is not a pointer, reference, "
16906"nor a pointer-to-data-member type"
1737c953
JM
16907msgstr ""
16908
d5706a1e 16909#: cp/typeck.c:4797
b97e55da
JM
16910msgid ""
16911"invalid use of const_cast with type `%T', which is a pointer or reference to "
16912"a function type"
1737c953
JM
16913msgstr ""
16914
d5706a1e 16915#: cp/typeck.c:4820
b97e55da 16916msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
1737c953
JM
16917msgstr ""
16918
d5706a1e 16919#: cp/typeck.c:4837
b97e55da 16920msgid "invalid const_cast from type `%T' to type `%T'"
1737c953
JM
16921msgstr ""
16922
d5706a1e 16923#: cp/typeck.c:4884 cp/typeck.c:4889
b97e55da 16924msgid "ISO C++ forbids casting to an array type `%T'"
1737c953
JM
16925msgstr ""
16926
d5706a1e 16927#: cp/typeck.c:4897
b97e55da 16928msgid "invalid cast to function type `%T'"
7bf81eee
PT
16929msgstr ""
16930
d5706a1e 16931#: cp/typeck.c:4953
b97e55da 16932msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
7bf81eee
PT
16933msgstr ""
16934
d5706a1e 16935#: cp/typeck.c:5001
b97e55da 16936msgid "cast from `%T' to `%T' increases required alignment of target type"
7bf81eee
PT
16937msgstr ""
16938
d5706a1e 16939#: cp/typeck.c:5186
b97e55da 16940msgid " in evaluation of `%Q(%#T, %#T)'"
7bf81eee
PT
16941msgstr ""
16942
d5706a1e 16943#: cp/typeck.c:5255
b97e55da 16944msgid "incompatible types in assignment of `%T' to `%T'"
7bf81eee
PT
16945msgstr ""
16946
d5706a1e 16947#: cp/typeck.c:5262
b97e55da 16948msgid "ISO C++ forbids assignment of arrays"
7bf81eee
PT
16949msgstr ""
16950
d5706a1e 16951#: cp/typeck.c:5369
b97e55da 16952msgid " in pointer to member function conversion"
7bf81eee
PT
16953msgstr ""
16954
d5706a1e 16955#: cp/typeck.c:5375
b97e55da 16956msgid " in pointer to member conversion"
7bf81eee
PT
16957msgstr ""
16958
b97e55da 16959#. This is a reinterpret cast, we choose to do nothing.
d5706a1e 16960#: cp/typeck.c:5385 cp/typeck.c:5401
b97e55da 16961msgid "pointer to member cast via virtual base `%T'"
7bf81eee
PT
16962msgstr ""
16963
d5706a1e 16964#: cp/typeck.c:5404
b97e55da 16965msgid "pointer to member conversion via virtual base `%T'"
3855d0d1
JM
16966msgstr ""
16967
d5706a1e 16968#: cp/typeck.c:5477
b97e55da 16969msgid "invalid conversion to type `%T' from type `%T'"
7bf81eee
PT
16970msgstr ""
16971
d5706a1e 16972#: cp/typeck.c:5639
b97e55da 16973msgid "passing NULL used for non-pointer %s %P of `%D'"
7bf81eee
PT
16974msgstr ""
16975
d5706a1e 16976#: cp/typeck.c:5642
b97e55da 16977msgid "%s to non-pointer type `%T' from NULL"
3855d0d1
JM
16978msgstr ""
16979
d5706a1e 16980#: cp/typeck.c:5650
b97e55da 16981msgid "passing `%T' for %s %P of `%D'"
3855d0d1
JM
16982msgstr ""
16983
d5706a1e 16984#: cp/typeck.c:5653
b97e55da 16985msgid "%s to `%T' from `%T'"
7bf81eee
PT
16986msgstr ""
16987
d5706a1e 16988#: cp/typeck.c:5662
b97e55da 16989msgid "passing negative value `%E' for %s %P of `%D'"
7bf81eee
PT
16990msgstr ""
16991
d5706a1e 16992#: cp/typeck.c:5665
b97e55da 16993msgid "%s of negative value `%E' to `%T'"
3855d0d1
JM
16994msgstr ""
16995
d5706a1e 16996#: cp/typeck.c:5752
b97e55da 16997msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
7bf81eee
PT
16998msgstr ""
16999
d5706a1e 17000#: cp/typeck.c:5755
b97e55da 17001msgid "cannot convert `%T' to `%T' in %s"
3855d0d1
JM
17002msgstr ""
17003
d5706a1e 17004#: cp/typeck.c:5832 cp/typeck.c:5834
b97e55da 17005msgid "in passing argument %P of `%+D'"
7bf81eee
PT
17006msgstr ""
17007
d5706a1e 17008#: cp/typeck.c:5884
b97e55da 17009msgid "returning reference to temporary"
3855d0d1
JM
17010msgstr ""
17011
d5706a1e 17012#: cp/typeck.c:5891
b97e55da 17013msgid "reference to non-lvalue returned"
3855d0d1
JM
17014msgstr ""
17015
d5706a1e 17016#: cp/typeck.c:5903
b97e55da 17017msgid "reference to local variable `%D' returned"
3855d0d1
JM
17018msgstr ""
17019
d5706a1e 17020#: cp/typeck.c:5906
b97e55da 17021msgid "address of local variable `%D' returned"
3855d0d1
JM
17022msgstr ""
17023
d5706a1e 17024#: cp/typeck.c:5930
807ab1f2
JM
17025msgid "function declared `noreturn' has a `return' statement"
17026msgstr ""
17027
d5706a1e 17028#: cp/typeck.c:5936
b97e55da 17029msgid "returning a value from a destructor"
9d967a7e
ZW
17030msgstr ""
17031
b97e55da
JM
17032#. If a return statement appears in a handler of the
17033#. function-try-block of a constructor, the program is ill-formed.
d5706a1e 17034#: cp/typeck.c:5944
b97e55da 17035msgid "cannot return from a handler of a function-try-block of a constructor"
3855d0d1
JM
17036msgstr ""
17037
b97e55da 17038#. You can't return a value from a constructor.
d5706a1e 17039#: cp/typeck.c:5947
b97e55da 17040msgid "returning a value from a constructor"
3855d0d1
JM
17041msgstr ""
17042
d5706a1e 17043#: cp/typeck.c:5970
b97e55da 17044msgid "return-statement with no value, in function returning '%T'"
7bf81eee
PT
17045msgstr ""
17046
d5706a1e 17047#: cp/typeck.c:5987
b97e55da 17048msgid "return-statement with a value, in function returning 'void'"
3855d0d1
JM
17049msgstr ""
17050
d5706a1e 17051#: cp/typeck.c:6009
b97e55da
JM
17052msgid ""
17053"`operator new' must not return NULL unless it is declared `throw()' (or -"
17054"fcheck-new is in effect)"
3855d0d1
JM
17055msgstr ""
17056
d5706a1e
ZW
17057#: cp/typeck.c:6034
17058msgid "`operator=' should return a reference to `*this'"
17059msgstr ""
17060
807ab1f2 17061#: cp/typeck2.c:52
b97e55da 17062msgid "type `%T' is not a base type for type `%T'"
7bf81eee
PT
17063msgstr ""
17064
de104104 17065#: cp/typeck2.c:292
807ab1f2
JM
17066msgid "cannot declare variable `%+D' to be of abstract type `%T'"
17067msgstr ""
17068
de104104 17069#: cp/typeck2.c:295
807ab1f2 17070msgid "cannot declare parameter `%+D' to be of abstract type `%T'"
dc6746e7
PT
17071msgstr ""
17072
de104104 17073#: cp/typeck2.c:298
807ab1f2 17074msgid "cannot declare field `%+D' to be of abstract type `%T'"
3855d0d1
JM
17075msgstr ""
17076
de104104 17077#: cp/typeck2.c:302
807ab1f2 17078msgid "invalid abstract return type for member function `%+#D'"
3855d0d1
JM
17079msgstr ""
17080
de104104 17081#: cp/typeck2.c:305
807ab1f2 17082msgid "invalid abstract return type for function `%+#D'"
3855d0d1
JM
17083msgstr ""
17084
807ab1f2
JM
17085#. Here we do not have location information, so use error instead
17086#. of cp_error_at.
de104104 17087#: cp/typeck2.c:310
807ab1f2 17088msgid "invalid abstract type `%T' for `%E'"
3855d0d1
JM
17089msgstr ""
17090
de104104 17091#: cp/typeck2.c:312
807ab1f2 17092msgid "invalid abstract type for `%+D'"
3855d0d1
JM
17093msgstr ""
17094
de104104 17095#: cp/typeck2.c:315
807ab1f2 17096msgid "cannot allocate an object of abstract type `%T'"
3855d0d1
JM
17097msgstr ""
17098
807ab1f2
JM
17099#: cp/typeck2.c:323
17100msgid "%J because the following virtual functions are pure within `%T':"
3855d0d1
JM
17101msgstr ""
17102
807ab1f2
JM
17103#: cp/typeck2.c:327
17104msgid "%J\t%#D"
3855d0d1
JM
17105msgstr ""
17106
de104104 17107#: cp/typeck2.c:334
807ab1f2
JM
17108msgid "%J since type `%T' has pure virtual functions"
17109msgstr ""
17110
de104104 17111#: cp/typeck2.c:580
b97e55da 17112msgid "constructor syntax used, but no constructor declared for type `%T'"
3855d0d1
JM
17113msgstr ""
17114
de104104 17115#: cp/typeck2.c:593
b97e55da 17116msgid "cannot initialize arrays using this syntax"
3855d0d1
JM
17117msgstr ""
17118
de104104 17119#: cp/typeck2.c:693
b97e55da 17120msgid "initializing array with parameter list"
3855d0d1
JM
17121msgstr ""
17122
de104104 17123#: cp/typeck2.c:715
807ab1f2
JM
17124msgid "int-array initialized from non-wide string"
17125msgstr ""
17126
de104104 17127#: cp/typeck2.c:748
b97e55da 17128msgid "initializer for scalar variable requires one element"
3855d0d1
JM
17129msgstr ""
17130
de104104 17131#: cp/typeck2.c:755
b97e55da 17132msgid "braces around scalar initializer for `%T'"
dc6746e7
PT
17133msgstr ""
17134
de104104 17135#: cp/typeck2.c:758
b97e55da 17136msgid "ignoring extra initializers for `%T'"
dc6746e7
PT
17137msgstr ""
17138
de104104 17139#: cp/typeck2.c:770
b97e55da 17140msgid "variable-sized object of type `%T' may not be initialized"
dc6746e7
PT
17141msgstr ""
17142
de104104 17143#: cp/typeck2.c:781
b97e55da 17144msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
dc6746e7
PT
17145msgstr ""
17146
de104104 17147#: cp/typeck2.c:846
b97e55da 17148msgid "aggregate has a partly bracketed initializer"
dc6746e7
PT
17149msgstr ""
17150
de104104 17151#: cp/typeck2.c:884 cp/typeck2.c:973
b97e55da 17152msgid "non-trivial labeled initializers"
3855d0d1
JM
17153msgstr ""
17154
de104104 17155#: cp/typeck2.c:898
b97e55da 17156msgid "non-empty initializer for array of empty elements"
3855d0d1
JM
17157msgstr ""
17158
de104104 17159#: cp/typeck2.c:1012 cp/typeck2.c:1028
b97e55da 17160msgid "missing initializer for member `%D'"
dc6746e7
PT
17161msgstr ""
17162
de104104 17163#: cp/typeck2.c:1017
b97e55da 17164msgid "uninitialized const member `%D'"
dc6746e7
PT
17165msgstr ""
17166
de104104 17167#: cp/typeck2.c:1019
b97e55da 17168msgid "member `%D' with uninitialized const fields"
dc6746e7
PT
17169msgstr ""
17170
de104104 17171#: cp/typeck2.c:1022
b97e55da 17172msgid "member `%D' is uninitialized reference"
4ba01ed2
PT
17173msgstr ""
17174
de104104 17175#: cp/typeck2.c:1069
b97e55da 17176msgid "index value instead of field name in union initializer"
dc6746e7
PT
17177msgstr ""
17178
de104104 17179#: cp/typeck2.c:1081
b97e55da 17180msgid "no field `%D' in union being initialized"
dc6746e7
PT
17181msgstr ""
17182
de104104 17183#: cp/typeck2.c:1089
b97e55da 17184msgid "union `%T' with no named members cannot be initialized"
dc6746e7
PT
17185msgstr ""
17186
de104104 17187#: cp/typeck2.c:1124
b97e55da 17188msgid "excess elements in aggregate initializer"
3855d0d1
JM
17189msgstr ""
17190
de104104 17191#: cp/typeck2.c:1238
b97e55da 17192msgid "circular pointer delegation detected"
3855d0d1
JM
17193msgstr ""
17194
de104104 17195#: cp/typeck2.c:1251
b97e55da 17196msgid "base operand of `->' has non-pointer type `%T'"
a47a6810
JM
17197msgstr ""
17198
de104104 17199#: cp/typeck2.c:1275
b97e55da 17200msgid "result of `operator->()' yields non-pointer result"
a47a6810
JM
17201msgstr ""
17202
de104104 17203#: cp/typeck2.c:1277
b97e55da 17204msgid "base operand of `->' is not a pointer"
3855d0d1
JM
17205msgstr ""
17206
de104104 17207#: cp/typeck2.c:1301
b97e55da 17208msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
dc6746e7
PT
17209msgstr ""
17210
de104104 17211#: cp/typeck2.c:1309
b97e55da
JM
17212msgid ""
17213"cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
dc6746e7
PT
17214msgstr ""
17215
de104104 17216#: cp/typeck2.c:1330
807ab1f2 17217msgid "pointer to member type `%T' incompatible with object type `%T'"
dc6746e7
PT
17218msgstr ""
17219
de104104 17220#: cp/typeck2.c:1552
b97e55da 17221msgid "call to function `%D' which throws incomplete type `%#T'"
dc6746e7
PT
17222msgstr ""
17223
de104104 17224#: cp/typeck2.c:1555
b97e55da 17225msgid "call to function which throws incomplete type `%#T'"
3855d0d1
JM
17226msgstr ""
17227
b97e55da 17228#. XXX Not i18n clean.
de104104 17229#: cp/cp-tree.h:3801
b97e55da
JM
17230#, c-format
17231msgid "%s is deprecated, please see the documentation for details"
3855d0d1
JM
17232msgstr ""
17233
807ab1f2 17234#: fortran/f95-lang.c:242
b4117c30 17235msgid "Unexpected type in truthvalue_conversion"
3855d0d1
JM
17236msgstr ""
17237
807ab1f2 17238#: fortran/f95-lang.c:295
b4117c30
ZW
17239#, c-format
17240msgid "can't open input file: %s"
dc6746e7
PT
17241msgstr ""
17242
d5706a1e 17243#: fortran/f95-lang.c:622
807ab1f2
JM
17244#, c-format
17245msgid "global register variable `%s' used in nested function"
17246msgstr ""
17247
d5706a1e 17248#: fortran/f95-lang.c:626
807ab1f2
JM
17249#, c-format
17250msgid "register variable `%s' used in nested function"
17251msgstr ""
17252
d5706a1e 17253#: fortran/f95-lang.c:633
807ab1f2
JM
17254#, c-format
17255msgid "address of global register variable `%s' requested"
17256msgstr ""
17257
d5706a1e 17258#: fortran/f95-lang.c:651
807ab1f2
JM
17259#, c-format
17260msgid "address of register variable `%s' requested"
17261msgstr ""
17262
b4117c30
ZW
17263#: fortran/gfortranspec.c:231
17264#, c-format
17265msgid "overflowed output arg list for `%s'"
a47a6810
JM
17266msgstr ""
17267
b4117c30
ZW
17268#: fortran/gfortranspec.c:375
17269#, c-format
17270msgid "argument to `%s' missing"
3855d0d1
JM
17271msgstr ""
17272
b4117c30
ZW
17273#: fortran/gfortranspec.c:379
17274msgid "no input files; unwilling to write output files"
3855d0d1
JM
17275msgstr ""
17276
807ab1f2 17277#: fortran/trans-array.c:2890
b4117c30 17278msgid "Possible frontend bug: array constructor not expanded"
7bbf788c
PT
17279msgstr ""
17280
d5706a1e 17281#: fortran/trans-array.c:3993
b4117c30
ZW
17282msgid ""
17283"Possible frontend bug: Deferred array size without pointer or allocatable "
17284"attribute."
3855d0d1
JM
17285msgstr ""
17286
d5706a1e 17287#: fortran/trans-array.c:4153
b4117c30 17288msgid "scalar vector subscript???"
3855d0d1
JM
17289msgstr ""
17290
d5706a1e 17291#: fortran/trans-array.c:4427
5b7874aa 17292#, c-format
b4117c30 17293msgid "bad expression type during walk (%d)"
d51681a7
PT
17294msgstr ""
17295
d5706a1e 17296#: fortran/trans-const.c:329
d51681a7 17297#, c-format
b4117c30 17298msgid "gfc_conv_constant_to_tree(): invalid type: %s"
d51681a7
PT
17299msgstr ""
17300
807ab1f2 17301#: fortran/trans-decl.c:760
b4117c30 17302msgid "intrinsic variable which isn't a procedure"
3855d0d1
JM
17303msgstr ""
17304
de104104 17305#: fortran/trans-decl.c:1896
b4117c30 17306msgid "Function does not return a value"
d51681a7
PT
17307msgstr ""
17308
b4117c30 17309#. I don't think this should ever happen.
de104104 17310#: fortran/trans-decl.c:1995
d51681a7 17311#, c-format
b4117c30 17312msgid "module symbol %s in wrong namespace"
d51681a7
PT
17313msgstr ""
17314
de104104 17315#: fortran/trans-decl.c:2009
5b7874aa 17316#, c-format
b4117c30 17317msgid "backend decl for module variable %s already exists"
dc6746e7
PT
17318msgstr ""
17319
de104104 17320#: fortran/trans-decl.c:2093
01b84e13 17321#, c-format
b4117c30 17322msgid "unused parameter `%s'"
dc6746e7
PT
17323msgstr ""
17324
de104104 17325#: fortran/trans-decl.c:2099
b4117c30
ZW
17326#, c-format
17327msgid "unused variable `%s'"
b06c20ee
JM
17328msgstr ""
17329
de104104 17330#: fortran/trans-decl.c:2243
b4117c30 17331msgid "Function return value not set"
b06c20ee
JM
17332msgstr ""
17333
d5706a1e 17334#: fortran/trans-expr.c:950
b4117c30 17335msgid "Unknown intrinsic op"
b06c20ee
JM
17336msgstr ""
17337
807ab1f2 17338#: fortran/trans-intrinsic.c:585
b4117c30
ZW
17339#, c-format
17340msgid "Intrinsic function %s(%d) not recognized"
dc6746e7
PT
17341msgstr ""
17342
807ab1f2 17343#: fortran/trans-io.c:934
b4117c30
ZW
17344#, c-format
17345msgid "Bad namelist IO basetype (%d)"
dc6746e7
PT
17346msgstr ""
17347
807ab1f2
JM
17348#: fortran/trans-io.c:1011
17349msgid "A format cannot be specified with a namelist"
3855d0d1
JM
17350msgstr ""
17351
de104104 17352#: fortran/trans-io.c:1309
b4117c30 17353#, c-format
807ab1f2 17354msgid "Bad IO basetype (%d)"
3855d0d1
JM
17355msgstr ""
17356
807ab1f2
JM
17357#: fortran/trans-types.c:189
17358msgid "integer kind=8 not available for -i8 option"
3855d0d1
JM
17359msgstr ""
17360
807ab1f2
JM
17361#: fortran/trans-types.c:201
17362msgid "real kind=8 not available for -r8 option"
b1b51268
JM
17363msgstr ""
17364
807ab1f2 17365#: fortran/trans-types.c:904
b4117c30 17366msgid "Array element size too big"
3855d0d1
JM
17367msgstr ""
17368
807ab1f2 17369#: fortran/trans.c:625
b4117c30 17370msgid "gfc_trans_code(): Bad statement code"
3855d0d1
JM
17371msgstr ""
17372
b4117c30
ZW
17373#. I changed this from sorry(...) because it should not return.
17374#. TODO: Remove gfc_todo_error before releasing version 1.0.
d5706a1e 17375#: fortran/trans.h:562
b4117c30 17376msgid "gfc_todo: Not Implemented: "
3855d0d1
JM
17377msgstr ""
17378
d5706a1e
ZW
17379#: java/check-init.c:469 java/parse.h:377
17380#, c-format
17381msgid "Variable `%s' may not have been initialized"
17382msgstr ""
17383
17384#: java/check-init.c:485
17385#, c-format
17386msgid "variable `%s' may not have been initialized"
17387msgstr ""
17388
de104104 17389#: java/check-init.c:896
b4117c30
ZW
17390#, c-format
17391msgid "internal error in check-init: tree code not implemented: %s"
3855d0d1
JM
17392msgstr ""
17393
de104104 17394#: java/check-init.c:968
b4117c30 17395msgid "%Jfinal field `%D' may not have been initialized"
3855d0d1
JM
17396msgstr ""
17397
d5706a1e 17398#: java/class.c:758
b4117c30 17399msgid "bad method signature"
dc6746e7
PT
17400msgstr ""
17401
d5706a1e 17402#: java/class.c:802
b4117c30 17403msgid "misplaced ConstantValue attribute (not in any field)"
dc6746e7
PT
17404msgstr ""
17405
d5706a1e 17406#: java/class.c:804
b4117c30
ZW
17407#, c-format
17408msgid "duplicate ConstantValue attribute for field '%s'"
dc6746e7
PT
17409msgstr ""
17410
d5706a1e 17411#: java/class.c:815
b4117c30
ZW
17412#, c-format
17413msgid "ConstantValue attribute of field '%s' has wrong type"
1737c953
JM
17414msgstr ""
17415
d5706a1e 17416#: java/class.c:1113
b4117c30
ZW
17417#, c-format
17418msgid "field '%s' not found in class"
dc6746e7
PT
17419msgstr ""
17420
d5706a1e 17421#: java/class.c:1428
b4117c30 17422msgid "%Jabstract method in non-abstract class"
3855d0d1
JM
17423msgstr ""
17424
d5706a1e 17425#: java/class.c:2294
b4117c30 17426msgid "%Jnon-static method '%D' overrides static method"
dc6746e7
PT
17427msgstr ""
17428
de104104 17429#: java/decl.c:1158
b4117c30 17430msgid "%J'%D' used prior to declaration"
d51681a7
PT
17431msgstr ""
17432
de104104 17433#: java/decl.c:1199
b97e55da 17434#, c-format
b4117c30 17435msgid "declaration of `%s' shadows a parameter"
dc6746e7
PT
17436msgstr ""
17437
de104104 17438#: java/decl.c:1202
b97e55da 17439#, c-format
b4117c30 17440msgid "declaration of `%s' shadows a symbol from the parameter list"
dc6746e7
PT
17441msgstr ""
17442
de104104 17443#: java/decl.c:1530
b4117c30 17444msgid "%Jlabel '%D' used but not defined"
d51681a7
PT
17445msgstr ""
17446
de104104 17447#: java/decl.c:1535
b4117c30 17448msgid "%Jlabel '%D' defined but not used"
3855d0d1
JM
17449msgstr ""
17450
de104104 17451#: java/decl.c:1657
b4117c30 17452msgid "%JIn %D: overlapped variable and exception ranges at %d"
b1b51268
JM
17453msgstr ""
17454
de104104 17455#: java/decl.c:1721
b1b51268
JM
17456msgid "bad type in parameter debug info"
17457msgstr ""
17458
de104104 17459#: java/decl.c:1730
b1b51268
JM
17460msgid "%Jbad PC range for debug info for local '%D'"
17461msgstr ""
17462
807ab1f2 17463#: java/expr.c:538
b1b51268
JM
17464msgid "stack underflow - dup* operation"
17465msgstr ""
17466
807ab1f2 17467#: java/expr.c:1489
b1b51268
JM
17468#, c-format
17469msgid ""
17470"reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17471msgstr ""
17472
807ab1f2 17473#: java/expr.c:1517
b1b51268
JM
17474#, c-format
17475msgid "field `%s' not found"
17476msgstr ""
17477
807ab1f2 17478#: java/expr.c:1714
b1b51268
JM
17479msgid "ret instruction not implemented"
17480msgstr ""
17481
807ab1f2 17482#: java/expr.c:1875
b1b51268
JM
17483#, c-format
17484msgid "method '%s' not found in class"
17485msgstr ""
17486
807ab1f2 17487#: java/expr.c:2065
b1b51268
JM
17488#, c-format
17489msgid "failed to find class '%s'"
17490msgstr ""
17491
807ab1f2 17492#: java/expr.c:2075
b1b51268
JM
17493#, c-format
17494msgid "class '%s' has no method named '%s' matching signature '%s'"
17495msgstr ""
17496
807ab1f2 17497#: java/expr.c:2085
b1b51268
JM
17498msgid "invokestatic on non static method"
17499msgstr ""
17500
807ab1f2 17501#: java/expr.c:2090
b1b51268
JM
17502msgid "invokestatic on abstract method"
17503msgstr ""
17504
807ab1f2 17505#: java/expr.c:2098
b1b51268
JM
17506msgid "invoke[non-static] on static method"
17507msgstr ""
17508
807ab1f2 17509#: java/expr.c:2398
b1b51268
JM
17510#, c-format
17511msgid "missing field '%s' in '%s'"
17512msgstr ""
17513
807ab1f2 17514#: java/expr.c:2404
b1b51268
JM
17515#, c-format
17516msgid "mismatching signature for field '%s' in '%s'"
17517msgstr ""
17518
807ab1f2 17519#: java/expr.c:2426
b1b51268
JM
17520msgid "%Jassignment to final field '%D' not in field's class"
17521msgstr ""
17522
807ab1f2 17523#: java/expr.c:2431
b1b51268
JM
17524msgid "%Jassignment to final static field `%D' not in class initializer"
17525msgstr ""
17526
807ab1f2 17527#: java/expr.c:2440
b1b51268
JM
17528msgid "%Jassignment to final field '%D' not in constructor"
17529msgstr ""
17530
807ab1f2 17531#: java/expr.c:2630
b1b51268
JM
17532msgid "invalid PC in line number table"
17533msgstr ""
17534
807ab1f2 17535#: java/expr.c:2676
b1b51268
JM
17536#, c-format
17537msgid "unreachable bytecode from %d to before %d"
17538msgstr ""
17539
d5706a1e 17540#: java/expr.c:2718
b1b51268
JM
17541#, c-format
17542msgid "unreachable bytecode from %d to the end of the method"
17543msgstr ""
17544
17545#. duplicate code from LOAD macro
d5706a1e 17546#: java/expr.c:3012
b1b51268 17547msgid "unrecogized wide sub-instruction"
dc6746e7
PT
17548msgstr ""
17549
de104104 17550#: java/gjavah.c:691
b1b51268 17551msgid "static field has same name as method"
dc6746e7
PT
17552msgstr ""
17553
b1b51268
JM
17554#. FIXME: i18n bug here. Order of prints should not be
17555#. fixed.
de104104 17556#: java/gjavah.c:849
b1b51268 17557msgid "ignored method `"
dc6746e7
PT
17558msgstr ""
17559
de104104 17560#: java/gjavah.c:851
b1b51268 17561msgid "' marked virtual\n"
3855d0d1
JM
17562msgstr ""
17563
de104104 17564#: java/gjavah.c:1199
b1b51268
JM
17565#, c-format
17566msgid "couldn't find class %s"
3855d0d1
JM
17567msgstr ""
17568
de104104 17569#: java/gjavah.c:1206
b1b51268
JM
17570#, c-format
17571msgid "parse error while reading %s"
3855d0d1
JM
17572msgstr ""
17573
de104104 17574#: java/gjavah.c:1432 java/gjavah.c:1534 java/gjavah.c:1609
b1b51268
JM
17575#, c-format
17576msgid "unparseable signature: `%s'"
3855d0d1
JM
17577msgstr ""
17578
de104104 17579#: java/gjavah.c:1999
b1b51268 17580msgid "Not a valid Java .class file."
dc6746e7
PT
17581msgstr ""
17582
d5706a1e 17583#: java/gjavah.c:2007 java/jcf-parse.c:673
b1b51268 17584msgid "error while parsing constant pool"
3855d0d1
JM
17585msgstr ""
17586
de104104 17587#: java/gjavah.c:2013
b1b51268
JM
17588#, c-format
17589msgid "error in constant pool entry #%d"
3855d0d1
JM
17590msgstr ""
17591
de104104 17592#: java/gjavah.c:2156
b1b51268 17593msgid "class is of array type\n"
dc6746e7
PT
17594msgstr ""
17595
de104104 17596#: java/gjavah.c:2164
b1b51268 17597msgid "base class is of array type"
dc6746e7
PT
17598msgstr ""
17599
de104104 17600#: java/gjavah.c:2280
b1b51268 17601msgid "Try `gcjh --help' for more information.\n"
3855d0d1
JM
17602msgstr ""
17603
de104104 17604#: java/gjavah.c:2287
b1b51268
JM
17605msgid ""
17606"Usage: gcjh [OPTION]... CLASS...\n"
17607"\n"
dc6746e7
PT
17608msgstr ""
17609
de104104 17610#: java/gjavah.c:2288
b1b51268
JM
17611msgid ""
17612"Generate C++ header files from .class files\n"
17613"\n"
dc6746e7
PT
17614msgstr ""
17615
de104104 17616#: java/gjavah.c:2289
b1b51268 17617msgid " -stubs Generate an implementation stub file\n"
3855d0d1
JM
17618msgstr ""
17619
de104104 17620#: java/gjavah.c:2290
b1b51268 17621msgid " -jni Generate a JNI header or stub\n"
3855d0d1
JM
17622msgstr ""
17623
de104104 17624#: java/gjavah.c:2292
b1b51268 17625msgid " -add TEXT Insert TEXT into class body\n"
3855d0d1
JM
17626msgstr ""
17627
de104104 17628#: java/gjavah.c:2293
b1b51268 17629msgid " -append TEXT Insert TEXT after class declaration\n"
3855d0d1
JM
17630msgstr ""
17631
de104104 17632#: java/gjavah.c:2294
b1b51268 17633msgid " -friend TEXT Insert TEXT as `friend' declaration\n"
a47a6810
JM
17634msgstr ""
17635
de104104 17636#: java/gjavah.c:2295
b1b51268 17637msgid " -prepend TEXT Insert TEXT before start of class\n"
a47a6810
JM
17638msgstr ""
17639
de104104 17640#: java/gjavah.c:2297 java/jcf-dump.c:897
b1b51268 17641msgid " --classpath PATH Set path to find .class files\n"
dc6746e7
PT
17642msgstr ""
17643
de104104 17644#: java/gjavah.c:2298 java/jcf-dump.c:898
b1b51268 17645msgid " -IDIR Append directory to class path\n"
dc6746e7
PT
17646msgstr ""
17647
de104104 17648#: java/gjavah.c:2299 java/jcf-dump.c:899
b1b51268 17649msgid " --bootclasspath PATH Override built-in class path\n"
dc6746e7
PT
17650msgstr ""
17651
de104104 17652#: java/gjavah.c:2300 java/jcf-dump.c:900
b1b51268 17653msgid " --extdirs PATH Set extensions directory path\n"
d51681a7
PT
17654msgstr ""
17655
de104104 17656#: java/gjavah.c:2301
b1b51268 17657msgid " -d DIRECTORY Set output directory name\n"
d51681a7
PT
17658msgstr ""
17659
d5706a1e 17660#: java/gjavah.c:2302 java/jcf-dump.c:901 java/jv-scan.c:114
b1b51268 17661msgid " -o FILE Set output file name\n"
d51681a7
PT
17662msgstr ""
17663
de104104 17664#: java/gjavah.c:2303
b1b51268 17665msgid " -td DIRECTORY Set temporary directory name\n"
d51681a7
PT
17666msgstr ""
17667
d5706a1e 17668#: java/gjavah.c:2305 java/jcf-dump.c:903 java/jv-scan.c:116
b1b51268 17669msgid " --help Print this help, then exit\n"
d51681a7
PT
17670msgstr ""
17671
d5706a1e 17672#: java/gjavah.c:2306 java/jcf-dump.c:904 java/jv-scan.c:117
b1b51268 17673msgid " --version Print version number, then exit\n"
d51681a7
PT
17674msgstr ""
17675
de104104 17676#: java/gjavah.c:2307 java/jcf-dump.c:905
b1b51268 17677msgid " -v, --verbose Print extra information while running\n"
d51681a7
PT
17678msgstr ""
17679
de104104 17680#: java/gjavah.c:2309
b1b51268
JM
17681msgid ""
17682" -M Print all dependencies to stdout;\n"
17683" suppress ordinary output\n"
d51681a7
PT
17684msgstr ""
17685
de104104 17686#: java/gjavah.c:2311
b1b51268
JM
17687msgid ""
17688" -MM Print non-system dependencies to stdout;\n"
17689" suppress ordinary output\n"
9d967a7e
ZW
17690msgstr ""
17691
de104104 17692#: java/gjavah.c:2313
b1b51268
JM
17693msgid " -MD Print all dependencies to stdout\n"
17694msgstr ""
17695
de104104 17696#: java/gjavah.c:2314
b1b51268 17697msgid " -MMD Print non-system dependencies to stdout\n"
9d967a7e
ZW
17698msgstr ""
17699
d5706a1e 17700#: java/gjavah.c:2317 java/jcf-dump.c:907 java/jv-scan.c:119
b97e55da
JM
17701#, c-format
17702msgid ""
b1b51268
JM
17703"For bug reporting instructions, please see:\n"
17704"%s.\n"
17705msgstr ""
17706
de104104 17707#: java/gjavah.c:2345 java/gjavah.c:2459
b1b51268
JM
17708msgid "no classes specified"
17709msgstr ""
17710
de104104 17711#: java/gjavah.c:2438
b1b51268
JM
17712msgid "`-MG' option is unimplemented"
17713msgstr ""
17714
de104104 17715#: java/gjavah.c:2467
b1b51268 17716msgid "can't specify both -o and -MD"
9d967a7e
ZW
17717msgstr ""
17718
de104104 17719#: java/gjavah.c:2478
b97e55da 17720#, c-format
b1b51268 17721msgid "Processing %s\n"
9d967a7e
ZW
17722msgstr ""
17723
de104104 17724#: java/gjavah.c:2484
b1b51268
JM
17725#, c-format
17726msgid "%s: no such class"
9d967a7e
ZW
17727msgstr ""
17728
de104104 17729#: java/gjavah.c:2488
b97e55da 17730#, c-format
b1b51268 17731msgid "Found in %s\n"
9d967a7e
ZW
17732msgstr ""
17733
b1b51268 17734#: java/jcf-dump.c:814
b1b51268 17735msgid "Not a valid Java .class file.\n"
9d967a7e
ZW
17736msgstr ""
17737
b1b51268 17738#: java/jcf-dump.c:820
b1b51268 17739msgid "error while parsing constant pool\n"
9d967a7e
ZW
17740msgstr ""
17741
d5706a1e 17742#: java/jcf-dump.c:826 java/jcf-parse.c:676
b1b51268
JM
17743#, c-format
17744msgid "error in constant pool entry #%d\n"
9d967a7e
ZW
17745msgstr ""
17746
b1b51268 17747#: java/jcf-dump.c:836
b1b51268 17748msgid "error while parsing fields\n"
9d967a7e
ZW
17749msgstr ""
17750
b1b51268 17751#: java/jcf-dump.c:842
b1b51268 17752msgid "error while parsing methods\n"
9d967a7e
ZW
17753msgstr ""
17754
b1b51268 17755#: java/jcf-dump.c:848
b1b51268 17756msgid "error while parsing final attributes\n"
9d967a7e
ZW
17757msgstr ""
17758
b1b51268 17759#: java/jcf-dump.c:885
b1b51268 17760msgid "Try `jcf-dump --help' for more information.\n"
9d967a7e
ZW
17761msgstr ""
17762
b1b51268 17763#: java/jcf-dump.c:892
b1b51268
JM
17764msgid ""
17765"Usage: jcf-dump [OPTION]... CLASS...\n"
17766"\n"
9d967a7e
ZW
17767msgstr ""
17768
b1b51268 17769#: java/jcf-dump.c:893
b1b51268
JM
17770msgid ""
17771"Display contents of a class file in readable form.\n"
17772"\n"
9d967a7e
ZW
17773msgstr ""
17774
b1b51268 17775#: java/jcf-dump.c:894
b1b51268 17776msgid " -c Disassemble method bodies\n"
9d967a7e
ZW
17777msgstr ""
17778
b1b51268 17779#: java/jcf-dump.c:895
b1b51268 17780msgid " --javap Generate output in `javap' format\n"
9d967a7e
ZW
17781msgstr ""
17782
b1b51268 17783#: java/jcf-dump.c:932 java/jcf-dump.c:1000
b1b51268 17784msgid "jcf-dump: no classes specified\n"
9d967a7e
ZW
17785msgstr ""
17786
b1b51268 17787#: java/jcf-dump.c:1020
b97e55da 17788#, c-format
b1b51268 17789msgid "Cannot open '%s' for output.\n"
9d967a7e
ZW
17790msgstr ""
17791
b1b51268 17792#: java/jcf-dump.c:1066
b1b51268 17793msgid "bad format of .zip/.jar archive\n"
9d967a7e
ZW
17794msgstr ""
17795
b1b51268 17796#: java/jcf-dump.c:1184
b1b51268 17797msgid "Bad byte codes.\n"
9d967a7e
ZW
17798msgstr ""
17799
b1b51268 17800#: java/jcf-io.c:535
b97e55da
JM
17801#, c-format
17802msgid ""
17803"source file for class `%s' is newer than its matching class file. Source "
17804"file `%s' used instead"
9d967a7e
ZW
17805msgstr ""
17806
d5706a1e 17807#: java/jcf-parse.c:360
b97e55da 17808msgid "bad string constant"
9d967a7e
ZW
17809msgstr ""
17810
d5706a1e 17811#: java/jcf-parse.c:378
b97e55da
JM
17812#, c-format
17813msgid "bad value constant type %d, index %d"
9d967a7e
ZW
17814msgstr ""
17815
d5706a1e 17816#: java/jcf-parse.c:557
b97e55da
JM
17817#, c-format
17818msgid "can't reopen %s: %m"
9d967a7e
ZW
17819msgstr ""
17820
d5706a1e 17821#: java/jcf-parse.c:564
b97e55da
JM
17822#, c-format
17823msgid "can't close %s: %m"
9d967a7e
ZW
17824msgstr ""
17825
d5706a1e 17826#: java/jcf-parse.c:659
b97e55da
JM
17827#, c-format
17828msgid "cannot find file for class %s"
9d967a7e
ZW
17829msgstr ""
17830
d5706a1e 17831#: java/jcf-parse.c:670
b97e55da 17832msgid "not a valid Java .class file"
9d967a7e
ZW
17833msgstr ""
17834
b97e55da 17835#. FIXME - where was first time
d5706a1e 17836#: java/jcf-parse.c:688
b97e55da
JM
17837#, c-format
17838msgid "reading class %s for the second time from %s"
9d967a7e
ZW
17839msgstr ""
17840
d5706a1e 17841#: java/jcf-parse.c:706
b97e55da 17842msgid "error while parsing fields"
9d967a7e
ZW
17843msgstr ""
17844
d5706a1e 17845#: java/jcf-parse.c:709
b97e55da 17846msgid "error while parsing methods"
9d967a7e
ZW
17847msgstr ""
17848
d5706a1e 17849#: java/jcf-parse.c:712
b97e55da 17850msgid "error while parsing final attributes"
9d967a7e
ZW
17851msgstr ""
17852
d5706a1e 17853#: java/jcf-parse.c:729
b97e55da
JM
17854#, c-format
17855msgid ""
17856"the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17857"length `gnu.gcj.gcj-compiled' attribute. This generally means that your "
17858"classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the "
17859"info page describing how to set the classpath"
9d967a7e
ZW
17860msgstr ""
17861
d5706a1e 17862#: java/jcf-parse.c:806
b97e55da 17863msgid "missing Code attribute"
9d967a7e
ZW
17864msgstr ""
17865
d5706a1e 17866#: java/jcf-parse.c:1065
b97e55da 17867msgid "%Hsource file seen twice on command line and will be compiled only once"
9d967a7e
ZW
17868msgstr ""
17869
d5706a1e 17870#: java/jcf-parse.c:1080
b97e55da 17871msgid "no input file specified"
9d967a7e
ZW
17872msgstr ""
17873
d5706a1e 17874#: java/jcf-parse.c:1112
9d967a7e 17875#, c-format
b97e55da 17876msgid "can't close input file %s: %m"
9d967a7e
ZW
17877msgstr ""
17878
d5706a1e 17879#: java/jcf-parse.c:1153
9d967a7e 17880#, c-format
b97e55da 17881msgid "bad zip/jar file %s"
9d967a7e
ZW
17882msgstr ""
17883
d5706a1e 17884#: java/jcf-parse.c:1355
9d967a7e 17885#, c-format
b97e55da 17886msgid "error while reading %s from zip file"
9d967a7e
ZW
17887msgstr ""
17888
de104104 17889#: java/jcf-write.c:2658
9d967a7e
ZW
17890#, c-format
17891msgid ""
b97e55da 17892"internal error in generate_bytecode_insn - tree code not implemented: %s"
9d967a7e
ZW
17893msgstr ""
17894
de104104 17895#: java/jcf-write.c:3030
b97e55da 17896msgid "field initializer type mismatch"
9d967a7e
ZW
17897msgstr ""
17898
de104104 17899#: java/jcf-write.c:3487
b97e55da
JM
17900#, c-format
17901msgid "can't create directory %s: %m"
9d967a7e
ZW
17902msgstr ""
17903
de104104 17904#: java/jcf-write.c:3520
a05e4fdb
JM
17905#, c-format
17906msgid "can't open %s for writing: %m"
17907msgstr ""
17908
de104104 17909#: java/jcf-write.c:3540
b97e55da
JM
17910#, c-format
17911msgid "can't create %s: %m"
9d967a7e
ZW
17912msgstr ""
17913
d5706a1e 17914#: java/jv-scan.c:99
b1b51268
JM
17915msgid "Try `jv-scan --help' for more information.\n"
17916msgstr ""
17917
d5706a1e 17918#: java/jv-scan.c:106
b1b51268
JM
17919msgid ""
17920"Usage: jv-scan [OPTION]... FILE...\n"
17921"\n"
17922msgstr ""
17923
d5706a1e 17924#: java/jv-scan.c:107
b1b51268
JM
17925msgid ""
17926"Print useful information read from Java source files.\n"
17927"\n"
17928msgstr ""
17929
d5706a1e 17930#: java/jv-scan.c:108
b1b51268
JM
17931msgid " --no-assert Don't recognize the assert keyword\n"
17932msgstr ""
17933
d5706a1e 17934#: java/jv-scan.c:109
b1b51268
JM
17935msgid " --complexity Print cyclomatic complexity of input file\n"
17936msgstr ""
17937
d5706a1e 17938#: java/jv-scan.c:110
b1b51268
JM
17939msgid " --encoding NAME Specify encoding of input file\n"
17940msgstr ""
17941
d5706a1e 17942#: java/jv-scan.c:111
b1b51268
JM
17943msgid " --print-main Print name of class containing `main'\n"
17944msgstr ""
17945
d5706a1e 17946#: java/jv-scan.c:112
b1b51268
JM
17947msgid " --list-class List all classes defined in file\n"
17948msgstr ""
17949
d5706a1e 17950#: java/jv-scan.c:113
b1b51268
JM
17951msgid ""
17952" --list-filename Print input filename when listing class names\n"
9d967a7e
ZW
17953msgstr ""
17954
d5706a1e 17955#: java/jv-scan.c:213
b1b51268
JM
17956msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
17957msgstr ""
17958
d5706a1e 17959#: java/jv-scan.c:216
b97e55da
JM
17960#, c-format
17961msgid "can't open output file `%s'"
9d967a7e
ZW
17962msgstr ""
17963
d5706a1e 17964#: java/jv-scan.c:251
b97e55da
JM
17965#, c-format
17966msgid "file not found `%s'"
9d967a7e
ZW
17967msgstr ""
17968
d5706a1e 17969#: java/jv-scan.c:273
b1b51268
JM
17970#, c-format
17971msgid "%s: error: "
17972msgstr ""
17973
d5706a1e 17974#: java/jv-scan.c:285
b1b51268
JM
17975#, c-format
17976msgid "%s: warning: "
17977msgstr ""
17978
17979#: java/jvgenmain.c:48
17980#, c-format
17981msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
17982msgstr ""
17983
17984#: java/jvgenmain.c:98
17985#, c-format
17986msgid "%s: Cannot open output file: %s\n"
17987msgstr ""
17988
17989#: java/jvgenmain.c:135
17990#, c-format
17991msgid "%s: Failed to close output file %s\n"
17992msgstr ""
17993
b97e55da
JM
17994#: java/jvspec.c:418
17995msgid "can't specify `-D' without `--main'\n"
9d967a7e
ZW
17996msgstr ""
17997
b97e55da
JM
17998#: java/jvspec.c:421
17999#, c-format
18000msgid "`%s' is not a valid class name"
9d967a7e
ZW
18001msgstr ""
18002
b97e55da
JM
18003#: java/jvspec.c:427
18004msgid "--resource requires -o"
9d967a7e
ZW
18005msgstr ""
18006
b97e55da
JM
18007#: java/jvspec.c:434
18008msgid "warning: already-compiled .class files ignored with -C"
9d967a7e
ZW
18009msgstr ""
18010
b97e55da
JM
18011#: java/jvspec.c:441
18012msgid "cannot specify both -C and -o"
9d967a7e
ZW
18013msgstr ""
18014
b97e55da
JM
18015#: java/jvspec.c:453
18016msgid "cannot create temporary file"
9d967a7e
ZW
18017msgstr ""
18018
b97e55da
JM
18019#: java/jvspec.c:481
18020msgid "using both @FILE with multiple files not implemented"
9d967a7e
ZW
18021msgstr ""
18022
b97e55da
JM
18023#: java/jvspec.c:530
18024msgid "cannot specify `main' class when not linking"
9d967a7e
ZW
18025msgstr ""
18026
de104104 18027#: java/lang.c:619
b97e55da 18028msgid "can't do dependency tracking with input from stdin"
9d967a7e
ZW
18029msgstr ""
18030
de104104 18031#: java/lang.c:635
b97e55da 18032msgid "couldn't determine target name for dependency tracking"
9d967a7e
ZW
18033msgstr ""
18034
d5706a1e 18035#: java/lex.c:256
b97e55da
JM
18036#, c-format
18037msgid ""
18038"unknown encoding: `%s'\n"
18039"This might mean that your locale's encoding is not supported\n"
18040"by your system's iconv(3) implementation. If you aren't trying\n"
18041"to use a particular encoding for your input file, try the\n"
18042"`--encoding=UTF-8' option"
9d967a7e
ZW
18043msgstr ""
18044
d5706a1e
ZW
18045#: java/lex.c:626
18046msgid "internal error - bad unget"
18047msgstr ""
18048
b97e55da
JM
18049#: java/mangle.c:89
18050#, c-format
18051msgid "can't mangle %s"
9d967a7e
ZW
18052msgstr ""
18053
b97e55da
JM
18054#: java/mangle_name.c:140 java/mangle_name.c:210
18055msgid "internal error - invalid Utf8 name"
9d967a7e
ZW
18056msgstr ""
18057
d5706a1e
ZW
18058#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:881
18059#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:977
18060#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1318
18061#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1379
18062#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1590
18063#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1813
18064#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1822
18065#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1833
18066#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1844
18067#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1856
18068#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1871
18069#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1888
18070#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1890
18071#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1971
18072#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2148
18073#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2217
18074#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2381
18075#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2394
18076#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2401
18077#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2408
18078#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2419
18079#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2421
18080#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2459
18081#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2461
18082#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2463
18083#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2484
18084#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2486
18085#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2488
18086#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2504
18087#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2506
18088#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2527
18089#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2529
18090#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2531
18091#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2559
18092#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2561
18093#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2563
18094#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2565
18095#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2583
18096#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2585
18097#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2596
18098#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2607
18099#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2618
18100#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2629
18101#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2640
18102#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2653
18103#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2657
18104#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2659
18105#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2672
b06c20ee
JM
18106msgid "Missing term"
18107msgstr ""
18108
d5706a1e
ZW
18109#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:883
18110#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:751
18111#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:789
18112#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:814
18113#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:998
18114#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1353
18115#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1566
18116#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1568
18117#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1798
18118#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1824
18119#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1835
18120#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1846
18121#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1858
18122#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1873
b06c20ee
JM
18123msgid "';' expected"
18124msgstr ""
18125
d5706a1e
ZW
18126#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:749
18127#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:787
b06c20ee
JM
18128msgid "Missing name"
18129msgstr ""
18130
d5706a1e
ZW
18131#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:777
18132#, c-format
18133msgid "Ambiguous class: `%s' and `%s'"
18134msgstr ""
18135
18136#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:812
b06c20ee
JM
18137msgid "'*' expected"
18138msgstr ""
18139
d5706a1e 18140#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:826
b06c20ee
JM
18141msgid "Class or interface declaration expected"
18142msgstr ""
18143
d5706a1e
ZW
18144#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:843
18145#, c-format
18146msgid "Modifier `%s' declared twice"
18147msgstr ""
18148
18149#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:863
18150#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:865
b06c20ee
JM
18151msgid "Missing class name"
18152msgstr ""
18153
d5706a1e
ZW
18154#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:868
18155#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:872
18156#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:880
18157#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1038
18158#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1299
18159#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1301
18160#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1633
18161#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1884
18162#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1916
18163#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1978
b06c20ee
JM
18164msgid "'{' expected"
18165msgstr ""
18166
d5706a1e 18167#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:882
b06c20ee
JM
18168msgid "Missing super class name"
18169msgstr ""
18170
d5706a1e
ZW
18171#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:892
18172#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:908
b06c20ee
JM
18173msgid "Missing interface name"
18174msgstr ""
18175
d5706a1e 18176#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:992
b06c20ee
JM
18177msgid "Missing variable initializer"
18178msgstr ""
18179
d5706a1e 18180#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1009
b06c20ee
JM
18181msgid "Invalid declaration"
18182msgstr ""
18183
d5706a1e
ZW
18184#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1012
18185#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1097
18186#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2163
18187#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2192
18188#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2214
18189#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2218
18190#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2253
18191#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2332
18192#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2342
18193#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2352
b06c20ee
JM
18194msgid "']' expected"
18195msgstr ""
18196
d5706a1e 18197#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1016
b06c20ee
JM
18198msgid "Unbalanced ']'"
18199msgstr ""
18200
d5706a1e 18201#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1052
b06c20ee
JM
18202msgid "Invalid method declaration, method name required"
18203msgstr ""
18204
d5706a1e
ZW
18205#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1057
18206#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1062
18207#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1067
18208#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2066
b06c20ee
JM
18209msgid "Identifier expected"
18210msgstr ""
18211
d5706a1e
ZW
18212#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1072
18213#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4743
b06c20ee
JM
18214msgid "Invalid method declaration, return type required"
18215msgstr ""
18216
d5706a1e
ZW
18217#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1092
18218msgid "Discouraged form of returned type specification"
18219msgstr ""
18220
18221#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1095
18222#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1546
18223#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1553
18224#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1562
18225#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1564
18226#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1592
18227#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1701
18228#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2008
18229#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2061
b06c20ee
JM
18230msgid "')' expected"
18231msgstr ""
18232
d5706a1e 18233#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1111
b06c20ee
JM
18234msgid "Missing formal parameter term"
18235msgstr ""
18236
d5706a1e
ZW
18237#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1126
18238#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1131
b06c20ee
JM
18239msgid "Missing identifier"
18240msgstr ""
18241
d5706a1e
ZW
18242#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1151
18243#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1160
b06c20ee
JM
18244msgid "Missing class type term"
18245msgstr ""
18246
d5706a1e
ZW
18247#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1187
18248#, c-format
18249msgid ""
18250"Can't define static initializer in class `%s'. Static initializer can only "
18251"be defined in top-level classes"
18252msgstr ""
18253
18254#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1316
b06c20ee
JM
18255msgid "Invalid interface type"
18256msgstr ""
18257
d5706a1e
ZW
18258#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1485
18259msgid "An empty declaration is a deprecated feature that should not be used"
18260msgstr ""
18261
18262#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1506
18263#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1680
18264#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1682
b06c20ee
JM
18265msgid "':' expected"
18266msgstr ""
18267
d5706a1e
ZW
18268#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1532
18269#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1537
18270#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1542
18271msgid "Invalid expression statement"
18272msgstr ""
18273
18274#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1560
18275#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1588
18276#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1629
18277#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1697
18278#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1765
18279#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1886
18280#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1964
18281#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2055
18282#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2057
18283#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2070
18284#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2313
18285#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2315
18286msgid "'(' expected"
18287msgstr ""
18288
18289#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1631
18290msgid "Missing term or ')'"
18291msgstr ""
18292
18293#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1678
18294msgid "Missing or invalid constant expression"
18295msgstr ""
18296
18297#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1699
18298msgid "Missing term and ')' expected"
18299msgstr ""
18300
18301#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1738
18302msgid "Invalid control expression"
18303msgstr ""
18304
18305#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1740
18306#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1742
18307msgid "Invalid update expression"
18308msgstr ""
18309
18310#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1767
18311msgid "Invalid init statement"
18312msgstr ""
18313
18314#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1967
18315msgid "Missing term or ')' expected"
18316msgstr ""
18317
18318#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2010
18319msgid "'class' or 'this' expected"
18320msgstr ""
18321
18322#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2012
18323#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2014
18324msgid "'class' expected"
18325msgstr ""
18326
18327#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2059
18328msgid "')' or term expected"
18329msgstr ""
18330
18331#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2161
18332#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2190
18333msgid "'[' expected"
18334msgstr ""
18335
18336#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2268
18337msgid "Field expected"
18338msgstr ""
18339
18340#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2327
18341#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2337
18342#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2347
18343msgid "Missing term and ']' expected"
18344msgstr ""
18345
18346#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2452
18347msgid "']' expected, invalid type expression"
18348msgstr ""
18349
18350#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2455
18351msgid "Invalid type expression"
18352msgstr ""
18353
18354#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2567
18355msgid "Invalid reference type"
18356msgstr ""
18357
18358#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3034
18359msgid "Constructor invocation must be first thing in a constructor"
18360msgstr ""
18361
18362#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3036
18363msgid "Only constructors can invoke constructors"
18364msgstr ""
18365
18366#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3044
18367#, c-format
18368msgid ": `%s' JDK1.1(TM) feature"
18369msgstr ""
18370
18371#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3124
18372#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3126
18373#, c-format
18374msgid ""
18375"%s.\n"
18376"%s"
18377msgstr ""
18378
18379#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3285
18380msgid "Missing return statement"
18381msgstr ""
18382
18383#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3307
18384#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11931
18385#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11935
18386msgid "Unreachable statement"
18387msgstr ""
18388
18389#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3317
18390#, c-format
18391msgid "Can't access %s field `%s.%s' from `%s'"
18392msgstr ""
18393
18394#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3386
18395#, c-format
18396msgid "%s `%s' already defined in %s:%d"
18397msgstr ""
18398
18399#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3404
18400#, c-format
18401msgid ""
18402"Variable `%s' is already defined in this method and was declared `%s %s' at "
18403"line %d"
18404msgstr ""
18405
18406#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3515
18407#, c-format
18408msgid "Interface `%s' repeated"
18409msgstr ""
18410
18411#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3545
18412#, c-format
18413msgid "%s name `%s' clashes with imported type `%s'"
18414msgstr ""
18415
18416#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3577
18417#, c-format
18418msgid "Public %s `%s' must be defined in a file called `%s.java'"
18419msgstr ""
18420
18421#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3592
18422#, c-format
18423msgid ""
18424"Inner class `%s' can't be static. Static classes can only occur in "
18425"interfaces and top-level classes"
18426msgstr ""
18427
18428#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3673
18429#, c-format
18430msgid ""
18431"The class name `%s' is already defined in this scope. An inner class may not "
18432"have the same simple name as any of its enclosing classes"
18433msgstr ""
18434
18435#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3715
18436msgid "Qualifier must be a reference"
18437msgstr ""
18438
18439#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3736
18440#, c-format
18441msgid "Cyclic inheritance involving %s"
18442msgstr ""
18443
18444#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4000
18445#, c-format
18446msgid ""
18447"Redundant use of `abstract' modifier. Interface `%s' is implicitly abstract"
18448msgstr ""
18449
18450#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4155
18451#, c-format
18452msgid "Class `%s' can't be declared both abstract and final"
18453msgstr ""
18454
18455#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4167
18456msgid "`java.lang.Object' can't extend anything"
18457msgstr ""
18458
18459#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4409
18460#, c-format
18461msgid "Duplicate variable declaration: `%s %s' was `%s %s' (%s:%d)"
18462msgstr ""
18463
18464#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4473
18465#, c-format
18466msgid "Field `%s' can't be static in inner class `%s' unless it is final"
18467msgstr ""
18468
18469#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4718
18470#, c-format
18471msgid "Class `%s' must be declared abstract to define abstract method `%s'"
18472msgstr ""
18473
18474#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4725
18475#, c-format
18476msgid "native method `%s' can't be strictfp"
18477msgstr ""
18478
18479#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4729
18480#, c-format
18481msgid "method `%s' can't be transient"
18482msgstr ""
18483
18484#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4732
18485#, c-format
18486msgid "method `%s' can't be volatile"
18487msgstr ""
18488
18489#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4782
18490#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6531
18491#, c-format
18492msgid ""
18493"Method `%s' can't be static in inner class `%s'. Only members of interfaces "
18494"and top-level classes can be static"
18495msgstr ""
18496
18497#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4948
18498#, c-format
18499msgid "%s method `%s' can't have a body defined"
18500msgstr ""
18501
18502#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4959
18503#, c-format
18504msgid "Non native and non abstract method `%s' must have a body defined"
18505msgstr ""
18506
18507#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5030
18508#, c-format
18509msgid "%s: recursive invocation of constructor `%s'"
18510msgstr ""
18511
18512#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5060
18513msgid ""
18514"Inconsistent member declaration. At most one of `public', `private', or "
18515"`protected' may be specified"
18516msgstr ""
18517
18518#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5068
18519msgid ""
18520"Inconsistent member declaration. At most one of `final' or `volatile' may "
18521"be specified"
18522msgstr ""
18523
18524#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5158
18525#, c-format
18526msgid ""
18527"Variable `%s' is used more than once in the argument list of method `%s'"
18528msgstr ""
18529
18530#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5242
18531#, c-format
18532msgid "%s `%s' can't implement/extend %s `%s'"
18533msgstr ""
18534
18535#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5276
18536#, c-format
18537msgid "Class `%s' can't subclass %s `%s'"
18538msgstr ""
18539
18540#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5285
18541#, c-format
18542msgid "Can't subclass final classes: %s"
18543msgstr ""
18544
18545#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5471
18546#, c-format
18547msgid "Cyclic class inheritance%s"
18548msgstr ""
18549
18550#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6182
18551#, c-format
18552msgid "Superclass `%s' of class `%s' not found"
18553msgstr ""
18554
18555#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6188
18556#, c-format
18557msgid "Type `%s' not found in declaration of field `%s'"
18558msgstr ""
18559
18560#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6194
18561#, c-format
18562msgid ""
18563"Type `%s' not found in the declaration of the argument `%s' of method `%s'"
18564msgstr ""
18565
18566#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6201
18567#, c-format
18568msgid ""
18569"Type `%s' not found in the declaration of the return type of method `%s'"
18570msgstr ""
18571
18572#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6207
18573#, c-format
18574msgid "Superinterface `%s' of %s `%s' not found"
18575msgstr ""
18576
18577#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6214
18578#, c-format
18579msgid "Type `%s' not found in the declaration of the local variable `%s'"
18580msgstr ""
18581
18582#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6221
18583#, c-format
18584msgid "Class `%s' not found in `throws'"
18585msgstr ""
18586
18587#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6278
18588#, c-format
18589msgid "Duplicate %s declaration `%s'"
18590msgstr ""
18591
18592#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6352
18593#, c-format
18594msgid ""
18595"Class `%s' doesn't define the abstract method `%s %s' from %s `%s'. This "
18596"method must be defined or %s `%s' must be declared abstract"
18597msgstr ""
18598
18599#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6508
18600#, c-format
18601msgid ""
18602"Class `%s' in `throws' clause must be a subclass of class `java.lang."
18603"Throwable'"
18604msgstr ""
18605
18606#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6552
18607#, c-format
18608msgid ""
18609"Class `%s' must override `%s' with a public method in order to implement "
18610"interface `%s'"
18611msgstr ""
18612
18613#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6566
18614#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6793
18615#, c-format
18616msgid "Method `%s' was defined with return type `%s' in class `%s'"
18617msgstr ""
18618
18619#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6583
18620#, c-format
18621msgid "%s methods can't be overridden. Method `%s' is %s in class `%s'"
18622msgstr ""
18623
18624#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6597
18625#, c-format
18626msgid ""
18627"Instance methods can't be overridden by a static method. Method `%s' is an "
18628"instance method in class `%s'"
18629msgstr ""
18630
18631#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6620
18632#, c-format
18633msgid ""
18634"Methods can't be overridden to be more private. Method `%s' is not %s in "
18635"class `%s'"
18636msgstr ""
18637
18638#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6761
18639#, c-format
18640msgid ""
18641"Invalid checked exception class `%s' in `throws' clause. The exception must "
18642"be a subclass of an exception thrown by `%s' from class `%s'"
18643msgstr ""
18644
18645#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6818
18646#, c-format
18647msgid ""
18648"Interface `%s' inherits method `%s' from interface `%s'. This method is "
18649"redefined with a different return type in interface `%s'"
18650msgstr ""
18651
18652#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6993
18653#, c-format
18654msgid "Class or interface `%s' not found in import"
18655msgstr ""
18656
18657#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7078
18658#, c-format
18659msgid "malformed .zip archive in CLASSPATH: %s"
18660msgstr ""
18661
18662#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7149
18663#, c-format
18664msgid ""
18665"Can't find default package `%s'. Check the CLASSPATH environment variable "
18666"and the access to the archives"
18667msgstr ""
18668
18669#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7154
18670#, c-format
18671msgid "Package `%s' not found in import"
18672msgstr ""
18673
18674#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7251
18675#, c-format
18676msgid "Type `%s' also potentially defined in package `%s'"
18677msgstr ""
18678
18679#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7396
18680#, c-format
18681msgid "Nested %s %s is %s; cannot be accessed from here"
18682msgstr ""
18683
18684#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7434
18685#, c-format
18686msgid ""
18687"Can't access %s `%s'. Only public classes and interfaces in other packages "
18688"can be accessed"
18689msgstr ""
18690
18691#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7472
18692msgid "Only `final' is allowed as a local variables modifier"
18693msgstr ""
18694
18695#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9026
18696#, c-format
18697msgid "No constructor matching `%s' found in class `%s'"
18698msgstr ""
18699
18700#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9525
18701#, c-format
18702msgid "Can't reference `%s' before the superclass constructor has been called"
18703msgstr ""
18704
18705#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9579
18706#, c-format
18707msgid ""
18708"Local variable `%s' can't be accessed from within the inner class `%s' "
18709"unless it is declared final"
18710msgstr ""
18711
18712#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9584
18713#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10047
18714#, c-format
18715msgid "Undefined variable `%s'"
18716msgstr ""
18717
18718#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9595
18719#, c-format
18720msgid "Can't make a static reference to nonstatic variable `%s' in class `%s'"
18721msgstr ""
18722
18723#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9801
18724#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10656
18725#, c-format
18726msgid "No enclosing instance for inner class `%s' is in scope%s"
18727msgstr ""
18728
18729#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9920
18730#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12363
18731msgid "Keyword `this' used outside allowed context"
18732msgstr ""
18733
18734#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9926
18735#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10810
18736msgid ""
18737"Can't reference `this' before the superclass constructor has been called"
18738msgstr ""
18739
18740#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9942
18741#, c-format
18742msgid ""
18743"Can't use variable `%s.this': type `%s' isn't an outer type of type `%s'"
18744msgstr ""
18745
18746#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9975
18747msgid "Keyword `super' used outside allowed context"
18748msgstr ""
18749
18750#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10024
18751#, c-format
18752msgid "No variable `%s' defined in class `%s'"
18753msgstr ""
18754
18755#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10029
18756#, c-format
18757msgid "Undefined variable or class name: `%s'"
18758msgstr ""
18759
18760#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10100
18761#, c-format
18762msgid "Can't use type `%s' as a qualifier"
18763msgstr ""
18764
18765#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10119
18766#, c-format
18767msgid "Attempt to reference field `%s' in `%s %s'"
18768msgstr ""
18769
18770#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10150
18771#, c-format
18772msgid "No variable `%s' defined in type `%s'"
18773msgstr ""
18774
18775#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10234
18776#, c-format
18777msgid "Attempt to reference field `new' in a `%s'"
18778msgstr ""
18779
18780#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10371
18781#, c-format
18782msgid "The class `%s' has been deprecated"
18783msgstr ""
18784
18785#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10381
18786#, c-format
18787msgid "The %s `%s' in class `%s' has been deprecated"
18788msgstr ""
18789
18790#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10498
18791#, c-format
18792msgid "Can't invoke a method on primitive type `%s'"
18793msgstr ""
18794
18795#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10513
18796#, c-format
18797msgid "Can't make static reference to method `%s' in interface `%s'"
18798msgstr ""
18799
18800#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10523
18801#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10857
18802#, c-format
18803msgid "Can't make static reference to method `%s %s' in class `%s'"
18804msgstr ""
18805
18806#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10563
18807msgid "Can't invoke super constructor on java.lang.Object"
18808msgstr ""
18809
18810#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10576
18811#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14424
18812#, c-format
18813msgid "Class `%s' not found in type declaration"
18814msgstr ""
18815
18816#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10588
18817#, c-format
18818msgid "Class `%s' is an abstract class. It can't be instantiated"
18819msgstr ""
18820
18821#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10618
18822#, c-format
18823msgid "No method named `%s' in scope"
18824msgstr ""
18825
18826#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10729
18827#, c-format
18828msgid "Can't access %s %s `%s.%s' from `%s'"
18829msgstr ""
18830
18831#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11195
18832#, c-format
18833msgid "Can't find %s `%s(%s)' in type `%s'%s"
18834msgstr ""
18835
18836#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11777
18837msgid "Constant expression required"
18838msgstr ""
18839
18840#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11790
18841#, c-format
18842msgid "Incompatible type for case. Can't convert `%s' to `int'"
18843msgstr ""
18844
18845#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11824
18846msgid "Duplicate case label: `default'"
18847msgstr ""
18848
18849#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12172
18850#, c-format
18851msgid "Incompatible type for `+='. Can't convert `%s' to `java.lang.String'"
18852msgstr ""
18853
18854#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12343
18855#, c-format
18856msgid "missing static field `%s'"
18857msgstr ""
18858
18859#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12348
18860#, c-format
18861msgid "not a static field `%s'"
18862msgstr ""
18863
18864#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12371
18865msgid ""
18866"Can't reference `this' or `super' before the superclass constructor has been "
18867"called"
18868msgstr ""
18869
18870#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12391
18871#, c-format
18872msgid "No case for %s"
18873msgstr ""
18874
18875#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12821
18876msgid "Invalid left hand side of assignment"
18877msgstr ""
18878
18879#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12872
18880#, c-format
18881msgid "Incompatible type for %s. Can't convert `%s' to `%s'"
18882msgstr ""
18883
18884#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12875
18885#, c-format
18886msgid "Incompatible type for %s. Explicit cast needed to convert `%s' to `%s'"
18887msgstr ""
18888
18889#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13047
18890#, c-format
18891msgid ""
18892"Constant expression `%s' too wide for narrowing primitive conversion to `%s'"
18893msgstr ""
18894
18895#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13338
18896#, c-format
18897msgid "unregistered operator %s"
18898msgstr ""
18899
18900#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13485
18901msgid ""
18902"Evaluating this expression will result in an arithmetic exception being "
18903"thrown"
18904msgstr ""
18905
18906#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13567
18907#, c-format
18908msgid ""
18909"Incompatible type for `%s'. Explicit cast needed to convert shift distance "
18910"from `%s' to integral"
18911msgstr ""
18912
18913#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13572
18914#, c-format
18915msgid ""
18916"Incompatible type for `%s'. Can't convert shift distance from `%s' to "
18917"integral"
18918msgstr ""
18919
18920#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13648
18921#, c-format
18922msgid "Invalid argument `%s' for `instanceof'"
18923msgstr ""
18924
18925#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13675
18926#, c-format
18927msgid "Impossible for `%s' to be instance of `%s'"
18928msgstr ""
18929
18930#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13804
18931#, c-format
18932msgid "Incompatible type for `%s'. Can't convert `%s' to `%s'"
18933msgstr ""
18934
18935#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14285
18936#, c-format
18937msgid "Invalid argument type `%s' to `%s'"
18938msgstr ""
18939
18940#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14515
18941#, c-format
18942msgid "Invalid cast from `%s' to `%s'"
18943msgstr ""
18944
18945#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14562
18946#, c-format
18947msgid "`[]' can only be applied to arrays. It can't be applied to `%s'"
18948msgstr ""
18949
18950#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14575
18951#, c-format
18952msgid ""
18953"Incompatible type for `[]'. Explicit cast needed to convert `%s' to `int'"
18954msgstr ""
18955
18956#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14579
18957#, c-format
18958msgid "Incompatible type for `[]'. Can't convert `%s' to `int'"
18959msgstr ""
18960
18961#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14650
18962#, c-format
18963msgid ""
18964"Incompatible type for dimension in array creation expression. %s convert `%"
18965"s' to `int'"
18966msgstr ""
18967
18968#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14766
18969#, c-format
18970msgid "Invalid array initializer for non-array type `%s'"
18971msgstr ""
18972
18973#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14853
18974#, c-format
18975msgid "Incompatible type for array. %s convert `%s' to `%s'"
b06c20ee
JM
18976msgstr ""
18977
d5706a1e
ZW
18978#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14922
18979msgid "`return' inside instance initializer"
b06c20ee
JM
18980msgstr ""
18981
d5706a1e
ZW
18982#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14926
18983msgid "`return' inside static initializer"
b06c20ee
JM
18984msgstr ""
18985
d5706a1e
ZW
18986#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14932
18987#, c-format
18988msgid "`return' with%s value from `%s %s'"
b06c20ee
JM
18989msgstr ""
18990
d5706a1e
ZW
18991#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14939
18992#, c-format
18993msgid "`return' with value from constructor `%s'"
b06c20ee
JM
18994msgstr ""
18995
d5706a1e
ZW
18996#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15004
18997#, c-format
18998msgid "Incompatible type for `if'. Can't convert `%s' to `boolean'"
b06c20ee
JM
18999msgstr ""
19000
d5706a1e
ZW
19001#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15037
19002#, c-format
19003msgid "Declaration of `%s' shadows a previous label declaration"
b06c20ee
JM
19004msgstr ""
19005
d5706a1e
ZW
19006#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15042
19007#, c-format
19008msgid "This is the location of the previous declaration of label `%s'"
b06c20ee
JM
19009msgstr ""
19010
d5706a1e
ZW
19011#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15290
19012#, c-format
19013msgid "No label definition found for `%s'"
b06c20ee
JM
19014msgstr ""
19015
d5706a1e
ZW
19016#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15303
19017msgid "`continue' must be in loop"
b06c20ee
JM
19018msgstr ""
19019
d5706a1e
ZW
19020#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15306
19021#, c-format
19022msgid "continue label `%s' does not name a loop"
b06c20ee
JM
19023msgstr ""
19024
d5706a1e
ZW
19025#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15327
19026msgid "`break' must be in loop or switch"
b06c20ee
JM
19027msgstr ""
19028
d5706a1e
ZW
19029#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15368
19030#, c-format
19031msgid "Incompatible type for loop conditional. Can't convert `%s' to `boolean'"
b06c20ee
JM
19032msgstr ""
19033
d5706a1e
ZW
19034#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15406
19035#, c-format
19036msgid "Incompatible type for `switch'. Can't convert `%s' to `int'"
b06c20ee
JM
19037msgstr ""
19038
d5706a1e
ZW
19039#. The case_label_list is in reverse order, so print the
19040#. outer label first.
19041#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15437
19042msgid "duplicate case label: `"
b06c20ee
JM
19043msgstr ""
19044
d5706a1e
ZW
19045#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15441
19046msgid "original label is here"
b06c20ee
JM
19047msgstr ""
19048
d5706a1e
ZW
19049#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15658
19050#, c-format
19051msgid ""
19052"Can't catch class `%s'. Catch clause parameter type must be a subclass of "
19053"class `java.lang.Throwable'"
b06c20ee
JM
19054msgstr ""
19055
d5706a1e
ZW
19056#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15682
19057#, c-format
19058msgid "`catch' not reached because of the catch clause at line %d"
b06c20ee
JM
19059msgstr ""
19060
d5706a1e
ZW
19061#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15749
19062#, c-format
19063msgid ""
19064"Incompatible type for `synchronized'. Can't convert `%s' to `java.lang."
19065"Object'"
b06c20ee
JM
19066msgstr ""
19067
d5706a1e
ZW
19068#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15808
19069#, c-format
19070msgid "Can't throw `%s'; it must be a subclass of class `java.lang.Throwable'"
b06c20ee
JM
19071msgstr ""
19072
d5706a1e 19073#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15837
b06c20ee 19074#, c-format
d5706a1e
ZW
19075msgid ""
19076"Checked exception `%s' can't be thrown in instance initializer (not all "
19077"declared constructor are declaring it in their `throws' clause)"
b06c20ee
JM
19078msgstr ""
19079
d5706a1e 19080#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15858
b06c20ee
JM
19081#, c-format
19082msgid ""
d5706a1e
ZW
19083"Checked exception `%s' can't be caught by any of the catch clause(s) of the "
19084"surrounding `try' block"
b06c20ee
JM
19085msgstr ""
19086
d5706a1e 19087#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15871
b06c20ee 19088#, c-format
d5706a1e
ZW
19089msgid "Checked exception `%s' can't be thrown in initializer"
19090msgstr ""
19091
19092#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15875
19093#, c-format
19094msgid "Checked exception `%s' isn't thrown from a `try' block"
b06c20ee
JM
19095msgstr ""
19096
d5706a1e 19097#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15881
b06c20ee
JM
19098#, c-format
19099msgid ""
d5706a1e
ZW
19100"Checked exception `%s' doesn't match any of current method's `throws' "
19101"declaration(s)"
b06c20ee
JM
19102msgstr ""
19103
d5706a1e 19104#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15936
b06c20ee 19105#, c-format
d5706a1e 19106msgid "Exception `%s' can't be thrown in initializer"
b06c20ee
JM
19107msgstr ""
19108
d5706a1e 19109#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15941
b06c20ee 19110#, c-format
d5706a1e
ZW
19111msgid ""
19112"Exception `%s' must be caught, or it must be declared in the `throws' clause "
19113"of `%s'"
b06c20ee
JM
19114msgstr ""
19115
d5706a1e 19116#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16052
b06c20ee 19117#, c-format
d5706a1e 19118msgid "Incompatible type for `?:'. Can't convert `%s' to `boolean'"
b06c20ee
JM
19119msgstr ""
19120
d5706a1e 19121#: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16120
b06c20ee 19122#, c-format
d5706a1e 19123msgid "Incompatible type for `?:'. Can't convert `%s' to `%s'"
b06c20ee
JM
19124msgstr ""
19125
807ab1f2 19126#: java/typeck.c:547
b97e55da 19127msgid "junk at end of signature string"
9d967a7e
ZW
19128msgstr ""
19129
807ab1f2 19130#: java/verify.c:479
b97e55da 19131msgid "bad pc in exception_table"
9d967a7e
ZW
19132msgstr ""
19133
807ab1f2 19134#: java/verify.c:1475
9d967a7e 19135#, c-format
b97e55da 19136msgid "unknown opcode %d@pc=%d during verification"
9d967a7e
ZW
19137msgstr ""
19138
807ab1f2 19139#: java/verify.c:1550 java/verify.c:1566 java/verify.c:1571
9d967a7e 19140#, c-format
b97e55da 19141msgid "verification error at PC=%d"
9d967a7e
ZW
19142msgstr ""
19143
d5706a1e
ZW
19144#: java/parse.h:125
19145#, c-format
19146msgid "%s method can't be abstract"
19147msgstr ""
19148
19149#: java/parse.h:129
19150#, c-format
19151msgid "Constructor can't be %s"
19152msgstr ""
19153
19154#. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19155#. flags was set artificially, such as for a interface method
19156#: java/parse.h:161
19157#, c-format
19158msgid "Discouraged redundant use of `%s' modifier in declaration of %s"
19159msgstr ""
19160
19161#: java/parse.h:168
19162#, c-format
19163msgid "Discouraged redundant use of `%s' modifier in declaration of %s `%s'"
19164msgstr ""
19165
19166#. Standard error messages
19167#: java/parse.h:352
19168#, c-format
19169msgid "Incompatible type for `%s'. Can't convert `%s' to boolean"
19170msgstr ""
19171
19172#: java/parse.h:357
19173#, c-format
19174msgid "Incompatible type for `%s'. Can't convert `%s' to numeric type"
19175msgstr ""
19176
19177#: java/parse.h:365
19178#, c-format
19179msgid ""
19180"Incompatible type for `%s'. Explicit cast needed to convert `%s' to integral"
19181msgstr ""
19182
19183#: java/parse.h:370
19184#, c-format
19185msgid "Incompatible type for `%s'. Can't convert `%s' to integral"
19186msgstr ""
19187
de104104 19188#: objc/objc-act.c:753
807ab1f2 19189msgid "`@end' must appear in an @implementation context"
9d967a7e
ZW
19190msgstr ""
19191
de104104 19192#: objc/objc-act.c:780
807ab1f2
JM
19193msgid "method declaration not in @interface context"
19194msgstr ""
19195
de104104 19196#: objc/objc-act.c:791
807ab1f2 19197msgid "method definition not in @implementation context"
9d967a7e
ZW
19198msgstr ""
19199
de104104 19200#: objc/objc-act.c:896
b97e55da 19201#, c-format
807ab1f2 19202msgid "object does not conform to the `%s' protocol"
9d967a7e
ZW
19203msgstr ""
19204
de104104 19205#: objc/objc-act.c:982 objc/objc-act.c:1055
b97e55da 19206#, c-format
807ab1f2 19207msgid "class `%s' does not implement the `%s' protocol"
7bbf788c
PT
19208msgstr ""
19209
de104104 19210#: objc/objc-act.c:1161
807ab1f2
JM
19211#, c-format
19212msgid "statically allocated instance of Objective-C class `%s'"
9d967a7e
ZW
19213msgstr ""
19214
de104104 19215#: objc/objc-act.c:1218
9d967a7e 19216#, c-format
b97e55da 19217msgid "protocol `%s' has circular dependency"
9d967a7e
ZW
19218msgstr ""
19219
de104104 19220#: objc/objc-act.c:1240 objc/objc-act.c:5793
b97e55da
JM
19221#, c-format
19222msgid "cannot find protocol declaration for `%s'"
7bbf788c
PT
19223msgstr ""
19224
de104104
JM
19225#: objc/objc-act.c:1636 objc/objc-act.c:2764 objc/objc-act.c:6318
19226#: objc/objc-act.c:6644 objc/objc-act.c:6697 objc/objc-act.c:6722
b97e55da
JM
19227#, c-format
19228msgid "cannot find interface declaration for `%s'"
7bbf788c
PT
19229msgstr ""
19230
de104104 19231#: objc/objc-act.c:1640
b97e55da
JM
19232#, c-format
19233msgid "interface `%s' does not have valid constant string layout"
7bbf788c
PT
19234msgstr ""
19235
de104104 19236#: objc/objc-act.c:1645
b97e55da
JM
19237#, c-format
19238msgid "cannot find reference tag for class `%s'"
9d967a7e
ZW
19239msgstr ""
19240
de104104
JM
19241#: objc/objc-act.c:2312
19242msgid "%Jcreating selector for nonexistent method %qE"
7bbf788c
PT
19243msgstr ""
19244
de104104 19245#: objc/objc-act.c:2500
b97e55da
JM
19246#, c-format
19247msgid "`%s' is not an Objective-C class name or alias"
9d967a7e
ZW
19248msgstr ""
19249
de104104
JM
19250#: objc/objc-act.c:2615 objc/objc-act.c:2633 objc/objc-act.c:6581
19251#: objc/objc-act.c:6895 objc/objc-act.c:6925
b97e55da 19252msgid "Objective-C declarations may only appear in global scope"
9d967a7e
ZW
19253msgstr ""
19254
de104104 19255#: objc/objc-act.c:2620
b97e55da
JM
19256#, c-format
19257msgid "cannot find class `%s'"
9d967a7e
ZW
19258msgstr ""
19259
de104104 19260#: objc/objc-act.c:2622
b97e55da
JM
19261#, c-format
19262msgid "class `%s' already exists"
9d967a7e
ZW
19263msgstr ""
19264
de104104 19265#: objc/objc-act.c:2647 objc/objc-act.c:6613
b97e55da
JM
19266#, c-format
19267msgid "`%s' redeclared as different kind of symbol"
d9b2742a
ZW
19268msgstr ""
19269
de104104 19270#: objc/objc-act.c:2649 objc/objc-act.c:6615
b1b51268
JM
19271msgid "%Jprevious declaration of '%D'"
19272msgstr ""
19273
de104104 19274#: objc/objc-act.c:2874
807ab1f2 19275msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
9d967a7e
ZW
19276msgstr ""
19277
de104104 19278#: objc/objc-act.c:3203
807ab1f2 19279msgid "@catch parameter is not a known Objective-C class type"
7bbf788c
PT
19280msgstr ""
19281
de104104 19282#: objc/objc-act.c:3219
807ab1f2 19283msgid "exception of type %<%T%> will be caught"
9d967a7e
ZW
19284msgstr ""
19285
de104104 19286#: objc/objc-act.c:3221
807ab1f2 19287msgid "%H by earlier handler for %<%T%>"
9d967a7e
ZW
19288msgstr ""
19289
de104104 19290#: objc/objc-act.c:3274
807ab1f2 19291msgid "`@try' without `@catch' or `@finally'"
9d967a7e
ZW
19292msgstr ""
19293
de104104 19294#: objc/objc-act.c:3321
807ab1f2 19295msgid "%<@throw%> (rethrow) used outside of a @catch block"
9d967a7e
ZW
19296msgstr ""
19297
de104104 19298#: objc/objc-act.c:3697
b97e55da 19299msgid "%Jtype '%D' does not have a known size"
9d967a7e
ZW
19300msgstr ""
19301
de104104 19302#: objc/objc-act.c:4215
b97e55da 19303msgid "%J%s `%s'"
9d967a7e
ZW
19304msgstr ""
19305
de104104 19306#: objc/objc-act.c:4238 objc/objc-act.c:4257
b97e55da 19307msgid "inconsistent instance variable specification"
9d967a7e
ZW
19308msgstr ""
19309
de104104 19310#: objc/objc-act.c:5121
807ab1f2 19311msgid "can not use an object as parameter to a method"
9d967a7e
ZW
19312msgstr ""
19313
de104104 19314#: objc/objc-act.c:5323
b97e55da
JM
19315#, c-format
19316msgid "multiple %s named `%c%s' found"
9d967a7e
ZW
19317msgstr ""
19318
de104104 19319#: objc/objc-act.c:5548
b97e55da
JM
19320#, c-format
19321msgid "no super class declared in @interface for `%s'"
9d967a7e
ZW
19322msgstr ""
19323
de104104 19324#: objc/objc-act.c:5638
b97e55da
JM
19325#, c-format
19326msgid "invalid receiver type `%s'"
9d967a7e
ZW
19327msgstr ""
19328
de104104 19329#: objc/objc-act.c:5649
b97e55da
JM
19330#, c-format
19331msgid "`%s' may not respond to `%c%s'"
9d967a7e
ZW
19332msgstr ""
19333
de104104 19334#: objc/objc-act.c:5654
b97e55da
JM
19335#, c-format
19336msgid "`%c%s' not implemented by protocol(s)"
9d967a7e
ZW
19337msgstr ""
19338
de104104 19339#: objc/objc-act.c:5659
b97e55da 19340msgid "(Messages without a matching method signature"
9d967a7e
ZW
19341msgstr ""
19342
de104104 19343#: objc/objc-act.c:5660
b97e55da 19344msgid "will be assumed to return `id' and accept"
9d967a7e
ZW
19345msgstr ""
19346
de104104 19347#: objc/objc-act.c:5661
b97e55da 19348msgid "`...' as arguments.)"
9d967a7e
ZW
19349msgstr ""
19350
de104104 19351#: objc/objc-act.c:5892
b97e55da
JM
19352#, c-format
19353msgid "undeclared selector `%s'"
9d967a7e
ZW
19354msgstr ""
19355
b97e55da
JM
19356#. Historically, a class method that produced objects (factory
19357#. method) would assign `self' to the instance that it
19358#. allocated. This would effectively turn the class method into
19359#. an instance method. Following this assignment, the instance
19360#. variables could be accessed. That practice, while safe,
19361#. violates the simple rule that a class method should not refer
19362#. to an instance variable. It's better to catch the cases
19363#. where this is done unknowingly than to support the above
19364#. paradigm.
de104104 19365#: objc/objc-act.c:5934
b97e55da
JM
19366#, c-format
19367msgid "instance variable `%s' accessed in class method"
9d967a7e
ZW
19368msgstr ""
19369
de104104 19370#: objc/objc-act.c:6146
b97e55da
JM
19371#, c-format
19372msgid "duplicate declaration of method `%c%s'"
9d967a7e
ZW
19373msgstr ""
19374
de104104 19375#: objc/objc-act.c:6188
b97e55da
JM
19376#, c-format
19377msgid "duplicate interface declaration for category `%s(%s)'"
9d967a7e
ZW
19378msgstr ""
19379
de104104 19380#: objc/objc-act.c:6215
b97e55da
JM
19381#, c-format
19382msgid "illegal reference type specified for instance variable `%s'"
9d967a7e
ZW
19383msgstr ""
19384
de104104 19385#: objc/objc-act.c:6226
b97e55da
JM
19386#, c-format
19387msgid "instance variable `%s' has unknown size"
9d967a7e
ZW
19388msgstr ""
19389
b97e55da 19390#. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
de104104 19391#: objc/objc-act.c:6240
b97e55da
JM
19392#, c-format
19393msgid "type `%s' has virtual member functions"
9d967a7e
ZW
19394msgstr ""
19395
de104104 19396#: objc/objc-act.c:6241
b97e55da
JM
19397#, c-format
19398msgid "illegal aggregate type `%s' specified for instance variable `%s'"
9d967a7e
ZW
19399msgstr ""
19400
de104104 19401#: objc/objc-act.c:6249
b97e55da
JM
19402#, c-format
19403msgid "type `%s' has a user-defined constructor"
9d967a7e
ZW
19404msgstr ""
19405
de104104 19406#: objc/objc-act.c:6251
b97e55da
JM
19407#, c-format
19408msgid "type `%s' has a user-defined destructor"
9d967a7e
ZW
19409msgstr ""
19410
de104104 19411#: objc/objc-act.c:6252
b97e55da
JM
19412msgid ""
19413"C++ constructors and destructors will not be invoked for Objective-C fields"
9d967a7e
ZW
19414msgstr ""
19415
de104104 19416#: objc/objc-act.c:6342
b97e55da
JM
19417#, c-format
19418msgid "instance variable `%s' is declared private"
9d967a7e
ZW
19419msgstr ""
19420
de104104 19421#: objc/objc-act.c:6351
b97e55da
JM
19422#, c-format
19423msgid "instance variable `%s' is %s; this will be a hard error in the future"
9d967a7e
ZW
19424msgstr ""
19425
de104104 19426#: objc/objc-act.c:6358
b97e55da
JM
19427#, c-format
19428msgid "instance variable `%s' is declared %s"
9d967a7e
ZW
19429msgstr ""
19430
de104104 19431#: objc/objc-act.c:6368
b97e55da 19432msgid "static access to object of type `id'"
9d967a7e
ZW
19433msgstr ""
19434
de104104 19435#: objc/objc-act.c:6390 objc/objc-act.c:6478
b97e55da
JM
19436#, c-format
19437msgid "incomplete implementation of class `%s'"
9d967a7e
ZW
19438msgstr ""
19439
de104104 19440#: objc/objc-act.c:6394 objc/objc-act.c:6483
b97e55da
JM
19441#, c-format
19442msgid "incomplete implementation of category `%s'"
9d967a7e
ZW
19443msgstr ""
19444
de104104 19445#: objc/objc-act.c:6399 objc/objc-act.c:6488
b97e55da
JM
19446#, c-format
19447msgid "method definition for `%c%s' not found"
9d967a7e
ZW
19448msgstr ""
19449
de104104 19450#: objc/objc-act.c:6529
b97e55da
JM
19451#, c-format
19452msgid "%s `%s' does not fully implement the `%s' protocol"
9d967a7e
ZW
19453msgstr ""
19454
de104104 19455#: objc/objc-act.c:6587 objc/objc-act.c:8152
b97e55da 19456msgid "`@end' missing in implementation context"
9d967a7e
ZW
19457msgstr ""
19458
de104104 19459#: objc/objc-act.c:6600
807ab1f2
JM
19460#, c-format
19461msgid "cannot find interface declaration for `%s', superclass of `%s'"
19462msgstr ""
19463
de104104 19464#: objc/objc-act.c:6627
b97e55da
JM
19465#, c-format
19466msgid "reimplementation of class `%s'"
9d967a7e
ZW
19467msgstr ""
19468
de104104 19469#: objc/objc-act.c:6658
b97e55da
JM
19470#, c-format
19471msgid "conflicting super class name `%s'"
9d967a7e
ZW
19472msgstr ""
19473
de104104 19474#: objc/objc-act.c:6660
b97e55da
JM
19475#, c-format
19476msgid "previous declaration of `%s'"
9d967a7e
ZW
19477msgstr ""
19478
de104104 19479#: objc/objc-act.c:6674 objc/objc-act.c:6676
b97e55da
JM
19480#, c-format
19481msgid "duplicate interface declaration for class `%s'"
9d967a7e
ZW
19482msgstr ""
19483
de104104 19484#: objc/objc-act.c:6953
b97e55da
JM
19485#, c-format
19486msgid "duplicate declaration for protocol `%s'"
9d967a7e
ZW
19487msgstr ""
19488
b97e55da 19489#. Add a readable method name to the warning.
de104104 19490#: objc/objc-act.c:7469
b97e55da 19491msgid "%J%s `%c%s'"
9d967a7e
ZW
19492msgstr ""
19493
de104104 19494#: objc/objc-act.c:7759
b97e55da
JM
19495#, c-format
19496msgid "no super class declared in interface for `%s'"
9d967a7e
ZW
19497msgstr ""
19498
de104104 19499#: objc/objc-act.c:7807
b97e55da 19500msgid "[super ...] must appear in a method context"
9d967a7e
ZW
19501msgstr ""
19502
d5706a1e 19503#: objc/objc-parse.y:2709
807ab1f2 19504msgid "extra semicolon in method definition specified"
b06c20ee
JM
19505msgstr ""
19506
d5706a1e
ZW
19507#: treelang/tree1.c:278
19508msgid "%HDuplicate name %q.*s."
19509msgstr ""
19510
19511#: treelang/treetree.c:842
19512msgid "Global register variable %qD used in nested function."
19513msgstr ""
19514
19515#: treelang/treetree.c:846
19516msgid "Register variable %qD used in nested function."
19517msgstr ""
19518
19519#: treelang/treetree.c:852
19520msgid "Address of global register variable %qD requested."
19521msgstr ""
19522
19523#: treelang/treetree.c:857
19524msgid "Address of register variable %qD requested."
19525msgstr ""
19526
19527#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:934
b97e55da 19528msgid "Display this information"
9d967a7e
ZW
19529msgstr ""
19530
d5706a1e 19531#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:940
b97e55da
JM
19532msgid ""
19533"--param <param>=<value>\tSet paramter <param> to value. See below for a "
19534"complete list of parameters"
9d967a7e
ZW
19535msgstr ""
19536
d5706a1e 19537#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:949
b97e55da
JM
19538msgid ""
19539"-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' "
19540"before <question> disables the <answer> to <question>"
9d967a7e
ZW
19541msgstr ""
19542
d5706a1e 19543#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:952
b97e55da 19544msgid "Do not discard comments"
9d967a7e
ZW
19545msgstr ""
19546
d5706a1e 19547#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:955
b97e55da 19548msgid "Do not discard comments in macro expansions"
9d967a7e
ZW
19549msgstr ""
19550
d5706a1e 19551#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:958
b97e55da
JM
19552msgid ""
19553"-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just "
19554"<macro> is given, <val> is taken to be 1"
9d967a7e
ZW
19555msgstr ""
19556
d5706a1e 19557#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:964
b1b51268
JM
19558msgid "-F <dir>\tAdd <dir> to the end of the main framework include path "
19559msgstr ""
19560
d5706a1e 19561#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:967
b97e55da
JM
19562msgid ""
19563"-G<number>\tPut global and static data smaller than <number> bytes into a "
19564"special section (on some targets)"
9d967a7e
ZW
19565msgstr ""
19566
d5706a1e 19567#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:970
b97e55da 19568msgid "Print the name of header files as they are used"
9d967a7e
ZW
19569msgstr ""
19570
d5706a1e 19571#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:979
b97e55da 19572msgid "Generate make dependencies and compile"
9d967a7e
ZW
19573msgstr ""
19574
d5706a1e 19575#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:988
b97e55da 19576msgid "Treat missing header files as generated files"
9d967a7e
ZW
19577msgstr ""
19578
d5706a1e 19579#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:994
b97e55da 19580msgid "Like -MD but ignore system header files"
9d967a7e
ZW
19581msgstr ""
19582
d5706a1e 19583#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1003
b97e55da 19584msgid "-MQ <target>\tAdd a MAKE-quoted target"
9d967a7e
ZW
19585msgstr ""
19586
d5706a1e 19587#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1009
b97e55da 19588msgid "-O<number>\tSet optimization level to <number>"
9d967a7e
ZW
19589msgstr ""
19590
d5706a1e 19591#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1012
b97e55da 19592msgid "Optimize for space rather than speed"
9d967a7e
ZW
19593msgstr ""
19594
d5706a1e 19595#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1015
b97e55da 19596msgid "Do not generate #line directives"
9d967a7e
ZW
19597msgstr ""
19598
d5706a1e 19599#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1018
b97e55da 19600msgid "-U<macro>\tUndefine <macro>"
9d967a7e
ZW
19601msgstr ""
19602
d5706a1e 19603#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1021
b97e55da 19604msgid "This switch is deprecated; use -Wextra instead"
9d967a7e
ZW
19605msgstr ""
19606
d5706a1e 19607#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1024
807ab1f2
JM
19608msgid ""
19609"Warn about things that will change when compiling with an ABI-compliant "
19610"compiler"
19611msgstr ""
19612
d5706a1e 19613#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1027
b97e55da 19614msgid "Warn about returning structures, unions or arrays"
9d967a7e
ZW
19615msgstr ""
19616
d5706a1e 19617#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1033
b97e55da 19618msgid "Warn about casting functions to incompatible types"
9d967a7e
ZW
19619msgstr ""
19620
d5706a1e 19621#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1036
b97e55da 19622msgid "Warn about pointer casts which increase alignment"
9d967a7e
ZW
19623msgstr ""
19624
d5706a1e 19625#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1039
b97e55da 19626msgid "Warn about casts which discard qualifiers"
9d967a7e
ZW
19627msgstr ""
19628
d5706a1e 19629#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1042
b97e55da 19630msgid "Warn about subscripts whose type is \"char\""
9d967a7e
ZW
19631msgstr ""
19632
d5706a1e 19633#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1045
b1b51268
JM
19634msgid ""
19635"Warn about possibly nested block comments, and C++ comments spanning more "
19636"than one physical line"
19637msgstr ""
19638
d5706a1e 19639#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1048
b1b51268 19640msgid "Synonym for -Wcomment"
9d967a7e
ZW
19641msgstr ""
19642
d5706a1e
ZW
19643#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1051
19644msgid "Warn about possibly confusing type conversions"
b1b51268
JM
19645msgstr ""
19646
d5706a1e 19647#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1054
b97e55da 19648msgid "Warn when all constructors and destructors are private"
9d967a7e
ZW
19649msgstr ""
19650
d5706a1e 19651#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1057
b97e55da 19652msgid "Warn when a declaration is found after a statement"
9d967a7e
ZW
19653msgstr ""
19654
d5706a1e 19655#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1060
807ab1f2 19656msgid "Warn if a deprecated compiler feature, class, method, or field is used"
9d967a7e
ZW
19657msgstr ""
19658
d5706a1e 19659#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1063
b97e55da 19660msgid "Warn about uses of __attribute__((deprecated)) declarations"
9d967a7e
ZW
19661msgstr ""
19662
d5706a1e 19663#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1066
b97e55da 19664msgid "Warn when an optimization pass is disabled"
9d967a7e
ZW
19665msgstr ""
19666
d5706a1e 19667#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1069
b97e55da 19668msgid "Warn about compile-time integer division by zero"
9d967a7e
ZW
19669msgstr ""
19670
d5706a1e 19671#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1072
b97e55da 19672msgid "Warn about violations of Effective C++ style rules"
9d967a7e
ZW
19673msgstr ""
19674
d5706a1e 19675#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1075
b97e55da 19676msgid "Warn about stray tokens after #elif and #endif"
9d967a7e
ZW
19677msgstr ""
19678
d5706a1e 19679#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1078
b97e55da 19680msgid "Treat all warnings as errors"
9d967a7e
ZW
19681msgstr ""
19682
d5706a1e 19683#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1081
b97e55da 19684msgid "Make implicit function declarations an error"
9d967a7e
ZW
19685msgstr ""
19686
d5706a1e 19687#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1084
b97e55da 19688msgid "Print extra (possibly unwanted) warnings"
9d967a7e
ZW
19689msgstr ""
19690
d5706a1e 19691#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1087
b97e55da 19692msgid "Warn if deprecated empty statements are found"
9d967a7e
ZW
19693msgstr ""
19694
d5706a1e 19695#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1090
b1b51268
JM
19696msgid "Exit on the first error occurred"
19697msgstr ""
19698
d5706a1e 19699#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1093
b97e55da 19700msgid "Warn if testing floating point numbers for equality"
9d967a7e
ZW
19701msgstr ""
19702
d5706a1e 19703#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1096
b97e55da 19704msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
9d967a7e
ZW
19705msgstr ""
19706
d5706a1e 19707#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1099
b97e55da 19708msgid "Warn if passing too many arguments to a function for its format string"
9d967a7e
ZW
19709msgstr ""
19710
d5706a1e 19711#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1102
b97e55da 19712msgid "Warn about format strings that are not literals"
9d967a7e
ZW
19713msgstr ""
19714
d5706a1e 19715#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1105
b97e55da 19716msgid "Warn about possible security problems with format functions"
9d967a7e
ZW
19717msgstr ""
19718
d5706a1e 19719#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1108
b97e55da 19720msgid "Warn about strftime formats yielding 2-digit years"
9d967a7e
ZW
19721msgstr ""
19722
d5706a1e 19723#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1111
807ab1f2
JM
19724msgid "Warn about zero-length formats"
19725msgstr ""
19726
d5706a1e 19727#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1120
b97e55da 19728msgid "Warn about implicit function declarations"
9d967a7e
ZW
19729msgstr ""
19730
d5706a1e 19731#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1123
b97e55da 19732msgid "Warn when a declaration does not specify a type"
9d967a7e
ZW
19733msgstr ""
19734
d5706a1e 19735#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1126
b1b51268
JM
19736msgid "Deprecated. This switch has no effect."
19737msgstr ""
19738
d5706a1e 19739#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1129
b97e55da 19740msgid "Warn about variables which are initialized to themselves."
9d967a7e
ZW
19741msgstr ""
19742
d5706a1e 19743#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1132
b97e55da 19744msgid "Warn when an inlined function cannot be inlined"
9d967a7e
ZW
19745msgstr ""
19746
d5706a1e 19747#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1135
b97e55da 19748msgid "Warn about invalid uses of the \"offsetof\" macro"
9d967a7e
ZW
19749msgstr ""
19750
d5706a1e 19751#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1138
b97e55da 19752msgid "Warn about PCH files that are found but not used"
9d967a7e
ZW
19753msgstr ""
19754
d5706a1e 19755#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1141
b97e55da 19756msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
9d967a7e
ZW
19757msgstr ""
19758
d5706a1e 19759#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1144
b97e55da 19760msgid "Do not warn about using \"long long\" when -pedantic"
9d967a7e
ZW
19761msgstr ""
19762
d5706a1e 19763#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1147
b97e55da 19764msgid "Warn about suspicious declarations of \"main\""
9d967a7e
ZW
19765msgstr ""
19766
d5706a1e 19767#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1150
b97e55da 19768msgid "Warn about possibly missing braces around initializers"
9d967a7e
ZW
19769msgstr ""
19770
d5706a1e 19771#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1153
b97e55da 19772msgid "Warn about global functions without previous declarations"
9d967a7e
ZW
19773msgstr ""
19774
d5706a1e 19775#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1156
807ab1f2
JM
19776msgid "Warn about missing fields in struct initializers"
19777msgstr ""
19778
d5706a1e 19779#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1159
b97e55da 19780msgid "Warn about functions which might be candidates for format attributes"
9d967a7e
ZW
19781msgstr ""
19782
d5706a1e 19783#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1162
807ab1f2
JM
19784msgid "Warn about user-specified include directories that do not exist"
19785msgstr ""
19786
d5706a1e 19787#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1165
9d967a7e 19788msgid ""
b97e55da 19789"Warn about functions which might be candidates for __attribute__((noreturn))"
9d967a7e
ZW
19790msgstr ""
19791
d5706a1e 19792#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1168
b97e55da 19793msgid "Warn about global functions without prototypes"
9d967a7e
ZW
19794msgstr ""
19795
d5706a1e 19796#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1171
b97e55da 19797msgid "Warn about use of multi-character character constants"
9d967a7e
ZW
19798msgstr ""
19799
d5706a1e 19800#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1174
b97e55da 19801msgid "Warn about \"extern\" declarations not at file scope"
9d967a7e
ZW
19802msgstr ""
19803
d5706a1e 19804#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1177
b97e55da
JM
19805msgid ""
19806"Warn when non-templatized friend functions are declared within a template"
9d967a7e
ZW
19807msgstr ""
19808
d5706a1e 19809#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1180
b97e55da 19810msgid "Warn about non-virtual destructors"
9d967a7e
ZW
19811msgstr ""
19812
d5706a1e 19813#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1183
807ab1f2
JM
19814msgid ""
19815"Warn about NULL being passed to argument slots marked as requiring non-NULL"
19816msgstr ""
19817
d5706a1e 19818#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1186
b97e55da 19819msgid "Warn if a C-style cast is used in a program"
9d967a7e
ZW
19820msgstr ""
19821
d5706a1e 19822#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1189
b97e55da 19823msgid "Warn if an old-style parameter definition is used"
9d967a7e
ZW
19824msgstr ""
19825
d5706a1e 19826#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1192
b97e55da 19827msgid "Warn if .class files are out of date"
9d967a7e
ZW
19828msgstr ""
19829
d5706a1e 19830#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1195
b97e55da 19831msgid "Warn about overloaded virtual function names"
9d967a7e
ZW
19832msgstr ""
19833
d5706a1e 19834#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1198
b97e55da 19835msgid "Warn when the packed attribute has no effect on struct layout"
9d967a7e
ZW
19836msgstr ""
19837
d5706a1e 19838#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1201
b97e55da 19839msgid "Warn when padding is required to align structure members"
9d967a7e
ZW
19840msgstr ""
19841
d5706a1e 19842#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1204
b97e55da 19843msgid "Warn about possibly missing parentheses"
9d967a7e
ZW
19844msgstr ""
19845
d5706a1e 19846#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1207
b97e55da 19847msgid "Warn when converting the type of pointers to member functions"
9d967a7e
ZW
19848msgstr ""
19849
d5706a1e 19850#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1210
b97e55da 19851msgid "Warn about function pointer arithmetic"
9d967a7e
ZW
19852msgstr ""
19853
d5706a1e 19854#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1213
b97e55da 19855msgid "Warn if inherited methods are unimplemented"
9d967a7e
ZW
19856msgstr ""
19857
d5706a1e 19858#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1216
b97e55da 19859msgid "Warn about multiple declarations of the same object"
9d967a7e
ZW
19860msgstr ""
19861
d5706a1e 19862#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1219
b97e55da 19863msgid "Warn if modifiers are specified when not necessary"
9d967a7e
ZW
19864msgstr ""
19865
d5706a1e 19866#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1222
b97e55da 19867msgid "Warn when the compiler reorders code"
9d967a7e
ZW
19868msgstr ""
19869
d5706a1e 19870#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1225
b97e55da
JM
19871msgid ""
19872"Warn whenever a function's return type defaults to \"int\" (C), or about "
19873"inconsistent return types (C++)"
9d967a7e
ZW
19874msgstr ""
19875
d5706a1e 19876#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1228
b97e55da 19877msgid "Warn if a selector has multiple methods"
9d967a7e
ZW
19878msgstr ""
19879
d5706a1e 19880#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1231
b97e55da 19881msgid "Warn about possible violations of sequence point rules"
9d967a7e
ZW
19882msgstr ""
19883
d5706a1e 19884#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1234
b97e55da 19885msgid "Warn when one local variable shadows another"
9d967a7e
ZW
19886msgstr ""
19887
d5706a1e 19888#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1237
b97e55da 19889msgid "Warn about signed-unsigned comparisons"
9d967a7e
ZW
19890msgstr ""
19891
d5706a1e 19892#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1240
b97e55da 19893msgid "Warn when overload promotes from unsigned to signed"
9d967a7e
ZW
19894msgstr ""
19895
d5706a1e
ZW
19896#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1243
19897#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1246
b97e55da 19898msgid "Warn about code which might break strict aliasing rules"
9d967a7e
ZW
19899msgstr ""
19900
d5706a1e 19901#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1249
b97e55da 19902msgid "Warn about unprototyped function declarations"
9d967a7e
ZW
19903msgstr ""
19904
d5706a1e 19905#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1252
b97e55da 19906msgid "Warn about enumerated switches, with no default, missing a case"
9d967a7e
ZW
19907msgstr ""
19908
d5706a1e 19909#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1255
b97e55da 19910msgid "Warn about enumerated switches missing a \"default:\" statement"
9d967a7e
ZW
19911msgstr ""
19912
d5706a1e 19913#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1258
b97e55da 19914msgid "Warn about all enumerated switches missing a specific case"
9d967a7e
ZW
19915msgstr ""
19916
d5706a1e 19917#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1261
b97e55da 19918msgid "Warn when synthesis behavior differs from Cfront"
9d967a7e
ZW
19919msgstr ""
19920
d5706a1e 19921#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1264
b97e55da 19922msgid "Do not suppress warnings from system headers"
9d967a7e
ZW
19923msgstr ""
19924
d5706a1e 19925#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1267
b97e55da 19926msgid "Warn about features not present in traditional C"
9d967a7e
ZW
19927msgstr ""
19928
d5706a1e 19929#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1270
b1b51268
JM
19930msgid ""
19931"Warn if trigraphs are encountered that might affect the meaning of the "
19932"program"
19933msgstr ""
19934
d5706a1e 19935#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1273
807ab1f2
JM
19936msgid "Warn about @selector()s without previously declared methods"
19937msgstr ""
19938
d5706a1e 19939#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1276
b97e55da 19940msgid "Warn if an undefined macro is used in an #if directive"
9d967a7e
ZW
19941msgstr ""
19942
d5706a1e 19943#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1279
b97e55da 19944msgid "Warn about uninitialized automatic variables"
9d967a7e
ZW
19945msgstr ""
19946
d5706a1e 19947#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1282
b97e55da 19948msgid "Warn about unrecognized pragmas"
9d967a7e
ZW
19949msgstr ""
19950
d5706a1e 19951#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1285
b97e55da 19952msgid "Warn about code that will never be executed"
9d967a7e
ZW
19953msgstr ""
19954
d5706a1e 19955#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1288
b97e55da 19956msgid "Enable all -Wunused- warnings"
9d967a7e
ZW
19957msgstr ""
19958
d5706a1e 19959#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1291
b97e55da 19960msgid "Warn when a function is unused"
9d967a7e
ZW
19961msgstr ""
19962
d5706a1e 19963#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1294
b97e55da 19964msgid "Warn when a label is unused"
9d967a7e
ZW
19965msgstr ""
19966
d5706a1e 19967#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1297
b97e55da 19968msgid "Warn about macros defined in the main file that are not used"
9d967a7e
ZW
19969msgstr ""
19970
d5706a1e 19971#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1300
b97e55da 19972msgid "Warn when a function parameter is unused"
9d967a7e
ZW
19973msgstr ""
19974
d5706a1e 19975#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1303
b97e55da 19976msgid "Warn when an expression value is unused"
9d967a7e
ZW
19977msgstr ""
19978
d5706a1e 19979#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1306
b97e55da 19980msgid "Warn when a variable is unused"
9d967a7e
ZW
19981msgstr ""
19982
d5706a1e 19983#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1309
b1b51268
JM
19984msgid "Do not warn about using variadic macros when -pedantic"
19985msgstr ""
19986
d5706a1e 19987#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1312
b97e55da 19988msgid "Give strings the type \"array of char\""
9d967a7e
ZW
19989msgstr ""
19990
d5706a1e 19991#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1315
b97e55da
JM
19992msgid ""
19993"A synonym for -std=c89. In a future version of GCC it will become "
19994"synonymous with -std=c99 instead"
9d967a7e
ZW
19995msgstr ""
19996
d5706a1e 19997#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1318
b97e55da 19998msgid "-aux-info <file>\tEmit declaration information into <file>"
9d967a7e
ZW
19999msgstr ""
20000
d5706a1e 20001#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1330
b97e55da 20002msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
9d967a7e
ZW
20003msgstr ""
20004
d5706a1e 20005#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1333
b97e55da 20006msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
9d967a7e
ZW
20007msgstr ""
20008
d5706a1e 20009#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1336
b97e55da 20010msgid "--CLASSPATH\tDeprecated; use --classpath instead"
9d967a7e
ZW
20011msgstr ""
20012
d5706a1e 20013#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1339
807ab1f2
JM
20014msgid "Generate position-independent code if possible (large mode)"
20015msgstr ""
20016
d5706a1e 20017#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1342
807ab1f2
JM
20018msgid ""
20019"Generate position-independent code for executables if possible (large mode)"
20020msgstr ""
20021
d5706a1e 20022#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1348
b97e55da 20023msgid "Enforce class member access control semantics"
9d967a7e
ZW
20024msgstr ""
20025
d5706a1e 20026#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1351
b97e55da 20027msgid "Align the start of functions"
9d967a7e
ZW
20028msgstr ""
20029
d5706a1e 20030#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1357
b97e55da 20031msgid "Align labels which are only reached by jumping"
9d967a7e
ZW
20032msgstr ""
20033
d5706a1e 20034#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1363
b97e55da 20035msgid "Align all labels"
9d967a7e
ZW
20036msgstr ""
20037
d5706a1e 20038#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1369
b97e55da 20039msgid "Align the start of loops"
9d967a7e
ZW
20040msgstr ""
20041
d5706a1e 20042#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1378
b97e55da 20043msgid "Change when template instances are emitted"
9d967a7e
ZW
20044msgstr ""
20045
d5706a1e 20046#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1381
b97e55da 20047msgid "Specify that arguments may alias each other and globals"
9d967a7e
ZW
20048msgstr ""
20049
d5706a1e 20050#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1384
b97e55da 20051msgid "Assume arguments may alias globals but not each other"
9d967a7e
ZW
20052msgstr ""
20053
d5706a1e 20054#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1387
b97e55da 20055msgid "Assume arguments alias neither each other nor globals"
9d967a7e
ZW
20056msgstr ""
20057
d5706a1e 20058#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1390
b97e55da 20059msgid "Recognize the \"asm\" keyword"
9d967a7e
ZW
20060msgstr ""
20061
d5706a1e 20062#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1393
807ab1f2
JM
20063msgid "Permit the use of the assert keyword"
20064msgstr ""
20065
d5706a1e 20066#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1402
b97e55da 20067msgid "Generate unwind tables that are exact at each instruction boundary"
9d967a7e
ZW
20068msgstr ""
20069
d5706a1e 20070#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1405
b97e55da 20071msgid "--bootclasspath=<path>\tReplace system path"
9d967a7e
ZW
20072msgstr ""
20073
d5706a1e 20074#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1408
b97e55da 20075msgid "Generate code to check bounds before indexing arrays"
9d967a7e
ZW
20076msgstr ""
20077
d5706a1e 20078#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1411
b97e55da 20079msgid "Replace add, compare, branch with branch on count register"
9d967a7e
ZW
20080msgstr ""
20081
d5706a1e 20082#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1414
b97e55da 20083msgid "Use profiling information for branch probabilities"
9d967a7e
ZW
20084msgstr ""
20085
d5706a1e 20086#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1417
b97e55da
JM
20087msgid ""
20088"Perform branch target load optimization before prologue / epilogue threading"
9d967a7e
ZW
20089msgstr ""
20090
d5706a1e 20091#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1420
b97e55da
JM
20092msgid ""
20093"Perform branch target load optimization after prologue / epilogue threading"
9d967a7e
ZW
20094msgstr ""
20095
d5706a1e 20096#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1423
b06c20ee
JM
20097msgid ""
20098"Restrict target load migration not to re-use registers in any basic block"
20099msgstr ""
20100
d5706a1e 20101#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1426
b97e55da 20102msgid "Recognize built-in functions"
9d967a7e
ZW
20103msgstr ""
20104
d5706a1e 20105#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1432
b97e55da
JM
20106msgid ""
20107"-fcall-saved-<register>\tMark <register> as being preserved across functions"
9d967a7e
ZW
20108msgstr ""
20109
d5706a1e 20110#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1435
b97e55da
JM
20111msgid ""
20112"-fcall-used-<register>\tMark <register> as being corrupted by function calls"
9d967a7e
ZW
20113msgstr ""
20114
d5706a1e 20115#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1438
b97e55da 20116msgid "Save registers around function calls"
9d967a7e
ZW
20117msgstr ""
20118
d5706a1e 20119#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1441
b97e55da 20120msgid "Check the return value of new"
9d967a7e
ZW
20121msgstr ""
20122
d5706a1e 20123#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1444
807ab1f2
JM
20124msgid "Generate checks for references to NULL"
20125msgstr ""
20126
d5706a1e 20127#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1447
b97e55da 20128msgid "--classpath=<path>\tSet class path"
9d967a7e
ZW
20129msgstr ""
20130
d5706a1e 20131#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1450
b97e55da 20132msgid "Do not put uninitialized globals in the common section"
9d967a7e
ZW
20133msgstr ""
20134
d5706a1e 20135#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1456
b97e55da 20136msgid "Allow the arguments of the '?' operator to have different types"
9d967a7e
ZW
20137msgstr ""
20138
d5706a1e 20139#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1459
b97e55da 20140msgid "Reduce the size of object files"
9d967a7e
ZW
20141msgstr ""
20142
d5706a1e 20143#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1462
b97e55da 20144msgid "Make string literals \"const char[]\" not \"char[]\""
9d967a7e
ZW
20145msgstr ""
20146
d5706a1e 20147#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1465
b97e55da 20148msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
9d967a7e
ZW
20149msgstr ""
20150
d5706a1e 20151#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1468
b97e55da 20152msgid "Perform a register copy-propagation optimization pass"
9d967a7e
ZW
20153msgstr ""
20154
d5706a1e 20155#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1471
b97e55da 20156msgid "Perform cross-jumping optimization"
9d967a7e
ZW
20157msgstr ""
20158
d5706a1e 20159#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1474
b97e55da 20160msgid "When running CSE, follow jumps to their targets"
9d967a7e
ZW
20161msgstr ""
20162
d5706a1e 20163#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1477
b97e55da 20164msgid "When running CSE, follow conditional jumps"
9d967a7e
ZW
20165msgstr ""
20166
d5706a1e 20167#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1480
b1b51268 20168msgid "Place data items into their own section"
9d967a7e
ZW
20169msgstr ""
20170
d5706a1e 20171#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1483
b97e55da 20172msgid "Inline member functions by default"
d51681a7
PT
20173msgstr ""
20174
d5706a1e 20175#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1486
b97e55da 20176msgid "Defer popping functions args from stack until later"
d51681a7
PT
20177msgstr ""
20178
d5706a1e 20179#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1489
b97e55da 20180msgid "Attempt to fill delay slots of branch instructions"
d51681a7
PT
20181msgstr ""
20182
d5706a1e 20183#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1492
b97e55da 20184msgid "Delete useless null pointer checks"
d51681a7
PT
20185msgstr ""
20186
d5706a1e 20187#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1495
9d967a7e 20188msgid ""
b97e55da
JM
20189"-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20190"location at the beginning of line-wrapped diagnostics"
d51681a7
PT
20191msgstr ""
20192
d5706a1e 20193#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1504
b97e55da 20194msgid "Permit '$' as an identifier character"
9d967a7e
ZW
20195msgstr ""
20196
d5706a1e 20197#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1507
b1b51268
JM
20198msgid "-fdump-<type>\tDump various compiler internals to a file"
20199msgstr ""
20200
d5706a1e 20201#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1510
b97e55da
JM
20202msgid ""
20203"Suppress output of instruction numbers and line number notes in debugging "
20204"dumps"
d51681a7
PT
20205msgstr ""
20206
d5706a1e 20207#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1516
b97e55da 20208msgid "Perform DWARF2 duplicate elimination"
d51681a7
PT
20209msgstr ""
20210
d5706a1e
ZW
20211#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1519
20212#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1522
b97e55da 20213msgid "Perform unused type elimination in debug info"
d51681a7
PT
20214msgstr ""
20215
d5706a1e 20216#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1525
807ab1f2
JM
20217msgid "Output a class file"
20218msgstr ""
20219
d5706a1e 20220#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1528
807ab1f2
JM
20221msgid "Alias for -femit-class-file"
20222msgstr ""
20223
d5706a1e 20224#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1537
9d967a7e 20225msgid ""
b97e55da 20226"--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
d51681a7
PT
20227msgstr ""
20228
d5706a1e 20229#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1540
b97e55da 20230msgid "Generate code to check exception specifications"
d51681a7
PT
20231msgstr ""
20232
d5706a1e 20233#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1546
b97e55da 20234msgid "Enable exception handling"
dc6746e7
PT
20235msgstr ""
20236
d5706a1e 20237#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1549
9d967a7e 20238msgid ""
b97e55da
JM
20239"-fexec-charset=<cset>\tConvert all strings and character constants to "
20240"character set <cset>"
d51681a7
PT
20241msgstr ""
20242
d5706a1e 20243#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1552
b97e55da 20244msgid "Perform a number of minor, expensive optimizations"
d51681a7
PT
20245msgstr ""
20246
d5706a1e 20247#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1564
807ab1f2
JM
20248msgid "Input file is a file with a list of filenames to compile"
20249msgstr ""
20250
d5706a1e 20251#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1567
b97e55da 20252msgid "Assume no NaNs or infinities are generated"
dc6746e7
PT
20253msgstr ""
20254
d5706a1e 20255#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1570
b97e55da
JM
20256msgid ""
20257"-ffixed-<register>\tMark <register> as being unavailable to the compiler"
d51681a7
PT
20258msgstr ""
20259
d5706a1e 20260#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1579
807ab1f2 20261msgid "Don't allocate floats and doubles in extended-precision registers"
dc6746e7
PT
20262msgstr ""
20263
d5706a1e 20264#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1582
b97e55da 20265msgid "Scope of for-init-statement variables is local to the loop"
dc6746e7
PT
20266msgstr ""
20267
d5706a1e 20268#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1585
b97e55da 20269msgid "Copy memory address constants into registers before use"
d51681a7
PT
20270msgstr ""
20271
d5706a1e 20272#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1588
b97e55da 20273msgid "Always check for non gcj generated classes archives"
d51681a7
PT
20274msgstr ""
20275
d5706a1e 20276#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1591
b97e55da 20277msgid "Copy memory operands into registers before use"
d51681a7
PT
20278msgstr ""
20279
d5706a1e 20280#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1594
b97e55da 20281msgid "Do not assume that standard C libraries and \"main\" exist"
d51681a7
PT
20282msgstr ""
20283
d5706a1e 20284#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1597
b97e55da 20285msgid "Allow function addresses to be held in registers"
4ba01ed2
PT
20286msgstr ""
20287
d5706a1e 20288#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1600
b97e55da 20289msgid "Place each function into its own section"
4ba01ed2
PT
20290msgstr ""
20291
d5706a1e 20292#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1603
b97e55da 20293msgid "Perform global common subexpression elimination"
4ba01ed2
PT
20294msgstr ""
20295
d5706a1e 20296#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1606
b97e55da 20297msgid ""
b1b51268 20298"Perform global common subexpression elimination after register allocation"
dc6746e7
PT
20299msgstr ""
20300
d5706a1e 20301#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1609
b97e55da 20302msgid ""
b1b51268 20303"Perform redundant load after store elimination in global common subexpression"
9e620082
ZW
20304msgstr ""
20305
d5706a1e 20306#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1612
b1b51268
JM
20307msgid ""
20308"Perform enhanced load motion during global common subexpression elimination"
d51681a7
PT
20309msgstr ""
20310
d5706a1e 20311#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1615
b1b51268 20312msgid "Perform store motion after global common subexpression elimination"
d51681a7
PT
20313msgstr ""
20314
d5706a1e 20315#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1618
b97e55da 20316msgid "Recognize GNU-defined keywords"
d51681a7
PT
20317msgstr ""
20318
d5706a1e 20319#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1621
b97e55da 20320msgid "Generate code for GNU runtime environment"
7bf81eee
PT
20321msgstr ""
20322
d5706a1e 20323#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1624
b97e55da 20324msgid "Enable guessing of branch probabilities"
dc6746e7
PT
20325msgstr ""
20326
d5706a1e 20327#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1633
807ab1f2
JM
20328msgid ""
20329"Assume the runtime uses a hash table to map an object to its synchronization "
20330"structure"
20331msgstr ""
20332
d5706a1e 20333#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1639
b97e55da 20334msgid "Assume normal C execution environment"
4ba01ed2
PT
20335msgstr ""
20336
d5706a1e 20337#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1642
b97e55da 20338msgid "Enable support for huge objects"
4ba01ed2
PT
20339msgstr ""
20340
d5706a1e 20341#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1645
b97e55da 20342msgid "Process #ident directives"
4ba01ed2
PT
20343msgstr ""
20344
d5706a1e 20345#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1648
b97e55da 20346msgid "Perform conversion of conditional jumps to branchless equivalents"
4ba01ed2
PT
20347msgstr ""
20348
d5706a1e 20349#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1651
b97e55da 20350msgid "Perform conversion of conditional jumps to conditional execution"
4ba01ed2
PT
20351msgstr ""
20352
d5706a1e 20353#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1654
b97e55da 20354msgid "Export functions even if they can be inlined"
4ba01ed2
PT
20355msgstr ""
20356
d5706a1e 20357#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1657
b97e55da 20358msgid "Emit implicit instantiations of inline templates"
4ba01ed2
PT
20359msgstr ""
20360
d5706a1e 20361#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1660
b97e55da 20362msgid "Emit implicit instantiations of templates"
4ba01ed2
PT
20363msgstr ""
20364
d5706a1e 20365#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1663
b97e55da 20366msgid "Use offset tables for virtual method calls"
4ba01ed2
PT
20367msgstr ""
20368
d5706a1e 20369#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1666
b97e55da 20370msgid "Do not generate .size directives"
9d967a7e
ZW
20371msgstr ""
20372
d5706a1e 20373#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1669
b97e55da 20374msgid "Pay attention to the \"inline\" keyword"
4ba01ed2
PT
20375msgstr ""
20376
d5706a1e 20377#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1678
b97e55da
JM
20378msgid ""
20379"-finline-limit=<number>\tLimit the size of inlined functions to <number>"
4ba01ed2
PT
20380msgstr ""
20381
d5706a1e 20382#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1681
b06c20ee
JM
20383msgid ""
20384"-finput-charset=<cset> Specify the default character set for source "
20385"files."
20386msgstr ""
20387
d5706a1e 20388#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1684
b97e55da 20389msgid "Instrument function entry and exit with profiling calls"
1737c953
JM
20390msgstr ""
20391
d5706a1e 20392#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1687
807ab1f2
JM
20393msgid "Optimize induction variables on trees"
20394msgstr ""
20395
d5706a1e 20396#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1690
b97e55da 20397msgid "Assume native functions are implemented using JNI"
4ba01ed2
PT
20398msgstr ""
20399
d5706a1e 20400#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1693
b97e55da 20401msgid "Generate code for functions even if they are fully inlined"
4ba01ed2
PT
20402msgstr ""
20403
d5706a1e 20404#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1696
b97e55da 20405msgid "Emit static const variables even if they are not used"
4ba01ed2
PT
20406msgstr ""
20407
d5706a1e 20408#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1702
b97e55da 20409msgid "Give external symbols a leading underscore"
4ba01ed2
PT
20410msgstr ""
20411
d5706a1e 20412#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1705
b97e55da 20413msgid "Perform loop optimizations"
d9b2742a
ZW
20414msgstr ""
20415
d5706a1e 20416#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1708
807ab1f2
JM
20417msgid "Perform loop optimizations using the new loop optimizer"
20418msgstr ""
20419
d5706a1e 20420#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1711
b1b51268 20421msgid "Set errno after built-in math functions"
4ba01ed2
PT
20422msgstr ""
20423
d5706a1e 20424#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1714
b97e55da 20425msgid "Report on permanent memory allocation"
4ba01ed2
PT
20426msgstr ""
20427
d5706a1e 20428#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1717
b97e55da 20429msgid "Attempt to merge identical constants and constant variables"
4ba01ed2
PT
20430msgstr ""
20431
d5706a1e 20432#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1720
b97e55da 20433msgid "Attempt to merge identical constants across compilation units"
4ba01ed2
PT
20434msgstr ""
20435
d5706a1e 20436#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1723
b97e55da
JM
20437msgid ""
20438"-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20439"line. 0 suppresses line-wrapping"
4ba01ed2
PT
20440msgstr ""
20441
d5706a1e 20442#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1726
807ab1f2 20443msgid "Perform SMS based modulo scheduling before the first scheduling pass"
4ba01ed2
PT
20444msgstr ""
20445
d5706a1e 20446#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1729
807ab1f2
JM
20447msgid "Move loop invariant computations out of loops"
20448msgstr ""
20449
d5706a1e 20450#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1732
b1b51268 20451msgid "Don't warn about uses of Microsoft extensions"
4ba01ed2
PT
20452msgstr ""
20453
d5706a1e 20454#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1735
b1b51268
JM
20455msgid ""
20456"Add mudflap bounds-checking instrumentation for single-threaded program."
4ba01ed2
PT
20457msgstr ""
20458
d5706a1e 20459#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1738
b1b51268 20460msgid "Ignore read operations when inserting mudflap instrumentation."
4ba01ed2
PT
20461msgstr ""
20462
d5706a1e 20463#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1741
b1b51268 20464msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
4ba01ed2
PT
20465msgstr ""
20466
d5706a1e 20467#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1750
b97e55da 20468msgid "Use graph-coloring register allocation"
d51681a7
PT
20469msgstr ""
20470
d5706a1e 20471#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1753
b97e55da 20472msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
dc6746e7
PT
20473msgstr ""
20474
d5706a1e 20475#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1756
b97e55da 20476msgid "Assume that receivers of Objective-C messages may be nil"
7bf81eee
PT
20477msgstr ""
20478
d5706a1e 20479#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1759
b97e55da 20480msgid "Support synchronous non-call exceptions"
9e620082
ZW
20481msgstr ""
20482
d5706a1e 20483#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1768
b97e55da 20484msgid "Enable Objective-C exception and synchronization syntax"
dc6746e7
PT
20485msgstr ""
20486
d5706a1e 20487#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1771
807ab1f2 20488msgid "Enable Objective-C setjmp exception handling runtime"
d51681a7
PT
20489msgstr ""
20490
d5706a1e 20491#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1774
b97e55da 20492msgid "When possible do not generate stack frames"
5b7874aa
ZW
20493msgstr ""
20494
d5706a1e 20495#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1777
b97e55da 20496msgid "Recognize C++ kewords like \"compl\" and \"xor\""
d51681a7
PT
20497msgstr ""
20498
d5706a1e 20499#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1780
b97e55da 20500msgid "Do the full register move optimization pass"
9e620082
ZW
20501msgstr ""
20502
d5706a1e 20503#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1783
b97e55da 20504msgid "Optimize sibling and tail recursive calls"
9e620082
ZW
20505msgstr ""
20506
d5706a1e 20507#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1786
b97e55da 20508msgid "Enable optimization of static class initialization code"
7bbf788c
PT
20509msgstr ""
20510
d5706a1e 20511#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1789
b97e55da 20512msgid "Enable optional diagnostics"
7bbf788c
PT
20513msgstr ""
20514
d5706a1e 20515#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1795
b1b51268 20516msgid "Pack structure members together without holes"
d51681a7
PT
20517msgstr ""
20518
d5706a1e 20519#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1798
807ab1f2
JM
20520msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20521msgstr ""
20522
d5706a1e 20523#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1801
b1b51268 20524msgid "Return small aggregates in memory, not registers"
d51681a7
PT
20525msgstr ""
20526
d5706a1e 20527#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1807
807ab1f2
JM
20528msgid "Look for and use PCH files even when preprocessing"
20529msgstr ""
20530
d5706a1e 20531#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1810
b97e55da 20532msgid "Perform loop peeling"
d51681a7
PT
20533msgstr ""
20534
d5706a1e 20535#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1813
b97e55da 20536msgid "Enable machine specific peephole optimizations"
d51681a7
PT
20537msgstr ""
20538
d5706a1e 20539#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1816
b97e55da 20540msgid "Enable an RTL peephole pass before sched2"
d51681a7
PT
20541msgstr ""
20542
d5706a1e 20543#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1819
b97e55da 20544msgid "Downgrade conformance errors to warnings"
d51681a7
PT
20545msgstr ""
20546
d5706a1e 20547#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1822
807ab1f2 20548msgid "Generate position-independent code if possible (small mode)"
d51681a7
PT
20549msgstr ""
20550
d5706a1e 20551#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1825
807ab1f2
JM
20552msgid ""
20553"Generate position-independent code for executables if possible (small mode)"
d51681a7
PT
20554msgstr ""
20555
d5706a1e 20556#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1828
b97e55da 20557msgid "Generate prefetch instructions, if available, for arrays in loops"
5b7874aa
ZW
20558msgstr ""
20559
d5706a1e 20560#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1831
b1b51268
JM
20561msgid "Treat the input file as already preprocessed"
20562msgstr ""
20563
d5706a1e 20564#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1834
b97e55da 20565msgid "Enable basic program profiling code"
5b7874aa
ZW
20566msgstr ""
20567
d5706a1e 20568#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1837
b97e55da 20569msgid "Insert arc-based program profiling code"
d51681a7
PT
20570msgstr ""
20571
d5706a1e 20572#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1840
01b84e13
JM
20573msgid ""
20574"Enable common options for generating profile info for profile feedback "
20575"directed optimizations"
20576msgstr ""
20577
d5706a1e 20578#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1843
01b84e13
JM
20579msgid ""
20580"Enable common options for performing profile feedback directed optimizations"
20581msgstr ""
20582
d5706a1e 20583#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1846
b97e55da 20584msgid "Insert code to profile values of expressions"
5b7874aa
ZW
20585msgstr ""
20586
d5706a1e 20587#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1852
b97e55da 20588msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
7bf81eee
PT
20589msgstr ""
20590
d5706a1e 20591#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1855
b97e55da 20592msgid "Return small aggregates in registers"
7bf81eee
PT
20593msgstr ""
20594
d5706a1e 20595#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1858
b97e55da 20596msgid "Enables a register move optimization"
dc6746e7
PT
20597msgstr ""
20598
d5706a1e 20599#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1861
b97e55da 20600msgid "Perform a register renaming optimization pass"
dc6746e7
PT
20601msgstr ""
20602
d5706a1e 20603#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1864
b97e55da 20604msgid "Reorder basic blocks to improve code placement"
a47a6810
JM
20605msgstr ""
20606
d5706a1e 20607#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1867
b1b51268
JM
20608msgid "Reorder basic blocks and partition into hot and cold sections"
20609msgstr ""
20610
d5706a1e 20611#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1870
b97e55da 20612msgid "Reorder functions to improve code placement"
5b7874aa
ZW
20613msgstr ""
20614
d5706a1e 20615#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1873
b97e55da
JM
20616msgid ""
20617"Used in Fix-and-Continue mode to indicate that object files may be swapped "
20618"in at runtime"
9e620082
ZW
20619msgstr ""
20620
d5706a1e 20621#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1876
b97e55da 20622msgid "Enable automatic template instantiation"
9e620082
ZW
20623msgstr ""
20624
d5706a1e 20625#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1879
b97e55da 20626msgid "Add a common subexpression elimination pass after loop optimizations"
9e620082
ZW
20627msgstr ""
20628
d5706a1e 20629#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1882
b97e55da 20630msgid "Run the loop optimizer twice"
7bbf788c
PT
20631msgstr ""
20632
d5706a1e 20633#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1885
807ab1f2
JM
20634msgid ""
20635"Enable/Disable the traditional scheduling in loops that already passed "
20636"modulo scheduling"
20637msgstr ""
20638
d5706a1e 20639#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1888
b97e55da 20640msgid "Disable optimizations that assume default FP rounding behavior"
9e620082
ZW
20641msgstr ""
20642
d5706a1e 20643#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1891
b97e55da 20644msgid "Generate run time type descriptor information"
9e620082
ZW
20645msgstr ""
20646
d5706a1e 20647#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1894
b97e55da 20648msgid "Enable scheduling across basic blocks"
9e620082
ZW
20649msgstr ""
20650
d5706a1e 20651#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1897
b97e55da 20652msgid "Allow speculative motion of non-loads"
9e620082
ZW
20653msgstr ""
20654
d5706a1e 20655#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1900
b97e55da 20656msgid "Allow speculative motion of some loads"
9e620082
ZW
20657msgstr ""
20658
d5706a1e 20659#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1903
b97e55da 20660msgid "Allow speculative motion of more loads"
9e620082
ZW
20661msgstr ""
20662
d5706a1e 20663#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1906
b97e55da 20664msgid "Allow premature scheduling of queued insns"
5b7874aa
ZW
20665msgstr ""
20666
d5706a1e 20667#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1909
b97e55da
JM
20668msgid ""
20669"Set dependence distance checking in premature scheduling of queued insns"
5b7874aa
ZW
20670msgstr ""
20671
d5706a1e 20672#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1912
b97e55da
JM
20673msgid ""
20674"-fsched-stalled-insns-dep=<number> Set dependence distance checking in "
20675"premature scheduling of queued insns"
20676msgstr ""
20677
d5706a1e 20678#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1915
5b7874aa 20679msgid ""
b97e55da
JM
20680"-fsched-stalled-insns=<number> Set number of queued insns that can be "
20681"prematurely scheduled"
4ba01ed2
PT
20682msgstr ""
20683
d5706a1e 20684#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1918
b97e55da 20685msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
4ba01ed2
PT
20686msgstr ""
20687
d5706a1e 20688#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1921
b97e55da 20689msgid "If scheduling post reload, do superblock scheduling"
4ba01ed2
PT
20690msgstr ""
20691
d5706a1e 20692#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1924
b97e55da 20693msgid "If scheduling post reload, do trace scheduling"
1737c953
JM
20694msgstr ""
20695
d5706a1e 20696#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1927
b97e55da
JM
20697msgid "Reschedule instructions before register allocation"
20698msgstr ""
1737c953 20699
d5706a1e 20700#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1930
b97e55da 20701msgid "Reschedule instructions after register allocation"
1737c953 20702msgstr ""
b97e55da 20703
d5706a1e 20704#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1933
b97e55da 20705msgid "Mark data as shared rather than private"
1737c953
JM
20706msgstr ""
20707
d5706a1e 20708#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1936
b97e55da 20709msgid "Use the same size for double as for float"
1737c953
JM
20710msgstr ""
20711
d5706a1e 20712#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1939
b97e55da 20713msgid "Use the narrowest integer type possible for enumeration types"
1737c953
JM
20714msgstr ""
20715
d5706a1e 20716#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1942
b97e55da 20717msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
1737c953
JM
20718msgstr ""
20719
d5706a1e 20720#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1948
b97e55da 20721msgid "Disable optimizations observable by IEEE signaling NaNs"
1737c953
JM
20722msgstr ""
20723
d5706a1e 20724#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1951
b97e55da 20725msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
1737c953
JM
20726msgstr ""
20727
d5706a1e 20728#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1954
b97e55da 20729msgid "Make \"char\" signed by default"
1737c953
JM
20730msgstr ""
20731
d5706a1e 20732#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1957
b97e55da 20733msgid "Convert floating point constants to single precision constants"
1737c953
JM
20734msgstr ""
20735
d5706a1e 20736#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1960
807ab1f2
JM
20737msgid "Use value profiling for speculative prefetching"
20738msgstr ""
20739
d5706a1e 20740#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1963
807ab1f2
JM
20741msgid "Split lifetimes of induction variables when loops are unrolled."
20742msgstr ""
20743
d5706a1e 20744#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1969
b97e55da 20745msgid "Insert stack checking code into the program"
1737c953
JM
20746msgstr ""
20747
d5706a1e 20748#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1975
b97e55da
JM
20749msgid ""
20750"-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
1737c953
JM
20751msgstr ""
20752
d5706a1e 20753#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1978
b97e55da 20754msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
1737c953
JM
20755msgstr ""
20756
d5706a1e 20757#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1981
b97e55da 20758msgid "Display statistics accumulated during compilation"
1737c953
JM
20759msgstr ""
20760
d5706a1e 20761#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1984
b97e55da 20762msgid "Enable assignability checks for stores into object arrays"
1737c953
JM
20763msgstr ""
20764
d5706a1e 20765#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1987
b97e55da 20766msgid "Perform strength reduction optimizations"
1737c953
JM
20767msgstr ""
20768
d5706a1e 20769#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1990
b97e55da 20770msgid "Assume strict aliasing rules apply"
1737c953
JM
20771msgstr ""
20772
d5706a1e 20773#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1996
b97e55da 20774msgid "Check for syntax errors, then stop"
1737c953
JM
20775msgstr ""
20776
d5706a1e 20777#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1999
b97e55da 20778msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
1737c953
JM
20779msgstr ""
20780
d5706a1e 20781#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2002
b97e55da 20782msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
1737c953
JM
20783msgstr ""
20784
d5706a1e 20785#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2005
b97e55da 20786msgid "Create data files needed by \"gcov\""
1737c953
JM
20787msgstr ""
20788
d5706a1e 20789#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2011
b97e55da 20790msgid "Perform jump threading optimizations"
1737c953
JM
20791msgstr ""
20792
d5706a1e 20793#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2014
807ab1f2
JM
20794msgid ""
20795"-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
20796"local statics."
20797msgstr ""
20798
d5706a1e 20799#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2017
b97e55da 20800msgid "Report the time taken by each compiler pass"
1737c953
JM
20801msgstr ""
20802
d5706a1e 20803#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2020
b97e55da
JM
20804msgid ""
20805"-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20806"default thread-local storage code generation model"
1737c953
JM
20807msgstr ""
20808
d5706a1e 20809#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2023
b97e55da 20810msgid "Perform superblock formation via tail duplication"
1737c953
JM
20811msgstr ""
20812
d5706a1e 20813#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2026
b97e55da 20814msgid "Assume floating-point operations can trap"
1737c953
JM
20815msgstr ""
20816
d5706a1e 20817#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2029
b97e55da 20818msgid "Trap for signed overflow in addition, subtraction and multiplication"
1737c953
JM
20819msgstr ""
20820
d5706a1e 20821#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2032
b1b51268 20822msgid "Use tree-ssa based implementation of profiling"
1737c953
JM
20823msgstr ""
20824
d5706a1e 20825#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2035
b1b51268 20826msgid "Enable SSA-CCP optimization on trees"
1737c953
JM
20827msgstr ""
20828
d5706a1e 20829#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2038
b1b51268 20830msgid "Enable loop header copying on trees"
1737c953
JM
20831msgstr ""
20832
d5706a1e 20833#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2041
b1b51268 20834msgid "Coalesce memory temporaries in the SSA->normal pass"
1737c953
JM
20835msgstr ""
20836
d5706a1e 20837#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2044
b1b51268 20838msgid "Replace SSA temporaries with better names in copies."
1737c953
JM
20839msgstr ""
20840
d5706a1e 20841#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2047
b1b51268 20842msgid "Enable SSA dead code elimination optimization on trees"
1737c953
JM
20843msgstr ""
20844
d5706a1e 20845#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2050
b1b51268 20846msgid "Enable dominator optimizations"
4ba01ed2
PT
20847msgstr ""
20848
d5706a1e 20849#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2053
b1b51268 20850msgid "Enable dead store elimination"
4ba01ed2
PT
20851msgstr ""
20852
d5706a1e 20853#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2056
807ab1f2
JM
20854msgid "Enable Full Redundancy Elimination (FRE) on trees"
20855msgstr ""
20856
d5706a1e 20857#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2059
807ab1f2
JM
20858msgid "Enable loop invariant motion on trees"
20859msgstr ""
20860
d5706a1e 20861#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2062
807ab1f2
JM
20862msgid "Create canonical induction variables in loops"
20863msgstr ""
20864
d5706a1e 20865#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2065
807ab1f2
JM
20866msgid "Enable linear loop transforms on trees"
20867msgstr ""
20868
d5706a1e 20869#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2068
807ab1f2 20870msgid "Enable loop optimizations on tree level"
a47a6810
JM
20871msgstr ""
20872
d5706a1e 20873#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2071
b1b51268 20874msgid "Perform live range splitting during the SSA->normal pass."
4ba01ed2
PT
20875msgstr ""
20876
d5706a1e 20877#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2074
b1b51268 20878msgid "Enable SSA-PRE optimization on trees"
4ba01ed2
PT
20879msgstr ""
20880
d5706a1e 20881#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2077
b1b51268 20882msgid "Perform scalar replacement of aggregates"
4ba01ed2
PT
20883msgstr ""
20884
d5706a1e 20885#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2080
b1b51268 20886msgid "Replace temporary expressions in the SSA->normal pass"
4ba01ed2
PT
20887msgstr ""
20888
d5706a1e 20889#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2083
807ab1f2
JM
20890msgid "Enable loop vectorization on trees"
20891msgstr ""
20892
d5706a1e 20893#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2086
b1b51268 20894msgid "Compile whole compilation unit at a time"
4ba01ed2
PT
20895msgstr ""
20896
d5706a1e 20897#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2089
807ab1f2
JM
20898msgid "Perform loop unrolling for all loops"
20899msgstr ""
20900
d5706a1e 20901#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2092
807ab1f2
JM
20902msgid "Perform loop unrolling when iteration count is known"
20903msgstr ""
20904
d5706a1e 20905#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2095
b97e55da 20906msgid "Allow math optimizations that may violate IEEE or ISO standards"
4ba01ed2
PT
20907msgstr ""
20908
d5706a1e 20909#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2098
b97e55da 20910msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
4ba01ed2
PT
20911msgstr ""
20912
d5706a1e 20913#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2101
b97e55da 20914msgid "Make \"char\" unsigned by default"
9d967a7e
ZW
20915msgstr ""
20916
d5706a1e 20917#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2104
b97e55da 20918msgid "Perform loop unswitching"
9d967a7e
ZW
20919msgstr ""
20920
d5706a1e 20921#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2107
b97e55da 20922msgid "Just generate unwind tables for exception handling"
4ba01ed2
PT
20923msgstr ""
20924
d5706a1e 20925#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2110
807ab1f2
JM
20926msgid "Generate code for the Boehm GC"
20927msgstr ""
20928
d5706a1e 20929#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2113
b97e55da 20930msgid "Use __cxa_atexit to register destructors"
9d967a7e
ZW
20931msgstr ""
20932
d5706a1e 20933#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2116
807ab1f2
JM
20934msgid "Call a library routine to do integer divisions"
20935msgstr ""
20936
d5706a1e 20937#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2119
b1b51268 20938msgid "Perform variable tracking"
9d967a7e
ZW
20939msgstr ""
20940
d5706a1e 20941#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2122
b1b51268 20942msgid "Add extra commentary to assembler output"
9d967a7e
ZW
20943msgstr ""
20944
d5706a1e 20945#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2125
807ab1f2
JM
20946msgid "Marks all inlined methods as having hidden visibility"
20947msgstr ""
20948
d5706a1e 20949#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2128
807ab1f2
JM
20950msgid ""
20951"-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
20952"visibility"
20953msgstr ""
20954
d5706a1e 20955#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2131
b97e55da 20956msgid "Use expression value profiles in optimizations"
7bbf788c
PT
20957msgstr ""
20958
d5706a1e 20959#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2134
b97e55da 20960msgid "Discard unused virtual functions"
d9b2742a
ZW
20961msgstr ""
20962
d5706a1e 20963#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2137
b97e55da 20964msgid "Implement vtables using thunks"
7bbf788c
PT
20965msgstr ""
20966
d5706a1e 20967#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2140
b97e55da 20968msgid "Emit common-like symbols as weak symbols"
4ba01ed2
PT
20969msgstr ""
20970
d5706a1e 20971#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2143
b97e55da 20972msgid "Construct webs and split unrelated uses of single variable"
9e620082
ZW
20973msgstr ""
20974
d5706a1e 20975#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2146
b97e55da
JM
20976msgid ""
20977"-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20978"to character set <cset>"
9e620082
ZW
20979msgstr ""
20980
d5706a1e 20981#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2149
b97e55da 20982msgid "Generate a #line directive pointing at the current working directory"
4ba01ed2
PT
20983msgstr ""
20984
d5706a1e 20985#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2152
b97e55da 20986msgid "Assume signed arithmetic overflow wraps around"
4ba01ed2
PT
20987msgstr ""
20988
d5706a1e 20989#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2155
b97e55da 20990msgid "Emit cross referencing information"
a47a6810
JM
20991msgstr ""
20992
d5706a1e 20993#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2158
b97e55da 20994msgid "Put zero initialized data in the bss section"
4ba01ed2
PT
20995msgstr ""
20996
d5706a1e 20997#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2161
b97e55da
JM
20998msgid ""
20999"Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
4ba01ed2
PT
21000msgstr ""
21001
d5706a1e 21002#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2164
b97e55da 21003msgid "Generate debug information in default format"
4ba01ed2
PT
21004msgstr ""
21005
d5706a1e 21006#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2167
b97e55da 21007msgid "Generate debug information in COFF format"
a47a6810
JM
21008msgstr ""
21009
d5706a1e 21010#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2170
b97e55da 21011msgid "Generate debug information in DWARF v2 format"
4ba01ed2
PT
21012msgstr ""
21013
d5706a1e 21014#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2173
b97e55da 21015msgid "Dump declarations to a .decl file"
4ba01ed2
PT
21016msgstr ""
21017
d5706a1e 21018#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2176
b97e55da 21019msgid "Generate debug information in default extended format"
dc6746e7
PT
21020msgstr ""
21021
d5706a1e 21022#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2179
b97e55da 21023msgid "Generate debug information in STABS format"
dc6746e7
PT
21024msgstr ""
21025
d5706a1e 21026#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2182
b97e55da 21027msgid "Generate debug information in extended STABS format"
dc6746e7
PT
21028msgstr ""
21029
d5706a1e 21030#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2185
b97e55da 21031msgid "Generate debug information in VMS format"
dc6746e7
PT
21032msgstr ""
21033
d5706a1e 21034#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2188
b97e55da 21035msgid "Generate debug information in XCOFF format"
a47a6810
JM
21036msgstr ""
21037
d5706a1e 21038#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2191
b97e55da 21039msgid "Generate debug information in extended XCOFF format"
d51681a7
PT
21040msgstr ""
21041
d5706a1e 21042#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2194
b97e55da 21043msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
d51681a7
PT
21044msgstr ""
21045
d5706a1e 21046#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2197
b97e55da 21047msgid "-imacros <file>\tAccept definition of macros in <file>"
d51681a7
PT
21048msgstr ""
21049
d5706a1e 21050#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2200
b97e55da 21051msgid "-include <file>\tInclude the contents of <file> before other files"
d51681a7
PT
21052msgstr ""
21053
d5706a1e 21054#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2203
b97e55da 21055msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
dc6746e7
PT
21056msgstr ""
21057
d5706a1e 21058#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2206
b1b51268
JM
21059msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21060msgstr ""
21061
d5706a1e 21062#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2209
b97e55da 21063msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
d51681a7
PT
21064msgstr ""
21065
d5706a1e 21066#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2212
b97e55da 21067msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
4ba01ed2
PT
21068msgstr ""
21069
d5706a1e 21070#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2215
b97e55da 21071msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
d51681a7
PT
21072msgstr ""
21073
d5706a1e 21074#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2218
b97e55da 21075msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
d51681a7
PT
21076msgstr ""
21077
d5706a1e 21078#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2230
b97e55da
JM
21079msgid ""
21080"Do not search standard system include directories (those specified with -"
21081"isystem will still be used)"
d51681a7
PT
21082msgstr ""
21083
d5706a1e 21084#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2233
b97e55da 21085msgid "Do not search standard system include directories for C++"
dc6746e7
PT
21086msgstr ""
21087
d5706a1e 21088#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2236
b97e55da 21089msgid "-o <file>\tPlace output into <file>"
dc6746e7
PT
21090msgstr ""
21091
d5706a1e 21092#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2239
b97e55da 21093msgid "Enable function profiling"
dc6746e7
PT
21094msgstr ""
21095
d5706a1e 21096#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2242
b97e55da 21097msgid "Issue warnings needed for strict compliance to the standard"
dc6746e7
PT
21098msgstr ""
21099
d5706a1e 21100#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2245
b97e55da 21101msgid "Like -pedantic but issue them as errors"
dc6746e7
PT
21102msgstr ""
21103
d5706a1e 21104#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2248
b97e55da 21105msgid "Generate C header of platform-specific features"
d51681a7
PT
21106msgstr ""
21107
d5706a1e 21108#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2251
b97e55da 21109msgid "Do not display functions compiled or elapsed time"
d51681a7
PT
21110msgstr ""
21111
d5706a1e 21112#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2254
b97e55da 21113msgid "Remap file names when including files"
d51681a7
PT
21114msgstr ""
21115
d5706a1e 21116#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2257
b97e55da 21117msgid "Conform to the ISO 1998 C++ standard"
d51681a7
PT
21118msgstr ""
21119
d5706a1e 21120#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2260
b97e55da 21121msgid "Conform to the ISO 1990 C standard"
4ba01ed2
PT
21122msgstr ""
21123
d5706a1e 21124#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2263
b97e55da 21125msgid "Conform to the ISO 1999 C standard"
7bf81eee
PT
21126msgstr ""
21127
d5706a1e
ZW
21128#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2266
21129#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2287
21130#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2290
b97e55da 21131msgid "Deprecated in favor of -std=c99"
9e620082
ZW
21132msgstr ""
21133
d5706a1e 21134#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2269
b97e55da 21135msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
dc6746e7
PT
21136msgstr ""
21137
d5706a1e 21138#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2272
b97e55da 21139msgid "Conform to the ISO 1990 C standard with GNU extensions"
3855d0d1
JM
21140msgstr ""
21141
d5706a1e 21142#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2275
b97e55da 21143msgid "Conform to the ISO 1999 C standard with GNU extensions"
3855d0d1
JM
21144msgstr ""
21145
d5706a1e 21146#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2278
b97e55da 21147msgid "Deprecated in favor of -std=gnu99"
3855d0d1
JM
21148msgstr ""
21149
d5706a1e 21150#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2281
b97e55da 21151msgid "Deprecated in favor of -std=c89"
dc6746e7
PT
21152msgstr ""
21153
d5706a1e 21154#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2284
b97e55da 21155msgid "Conform to the ISO 1990 C standard as amended in 1994"
dc6746e7
PT
21156msgstr ""
21157
d5706a1e 21158#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2293
b97e55da 21159msgid "Enable traditional preprocessing"
dc6746e7
PT
21160msgstr ""
21161
d5706a1e 21162#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2296
b97e55da 21163msgid "-trigraphs\tSupport ISO C trigraphs"
9d967a7e
ZW
21164msgstr ""
21165
d5706a1e 21166#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2299
b97e55da 21167msgid "Do not predefine system-specific and GCC-specific macros"
9d967a7e
ZW
21168msgstr ""
21169
d5706a1e 21170#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2302
b97e55da 21171msgid "Enable verbose output"
d9b2742a
ZW
21172msgstr ""
21173
d5706a1e 21174#: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2308
b97e55da 21175msgid "Suppress warnings"
dc6746e7
PT
21176msgstr ""
21177
d5706a1e
ZW
21178#: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34
21179msgid "-pg and -fomit-frame-pointer are incompatible"
cabb228b
ZW
21180msgstr ""
21181
d5706a1e
ZW
21182#: config/i386/cygwin.h:29
21183msgid "mno-cygwin and mno-win32 are not compatible"
a47a6810
JM
21184msgstr ""
21185
d5706a1e
ZW
21186#: config/i386/cygwin.h:70 config/i386/mingw32.h:58
21187msgid "shared and mdll are not compatible"
a52453cc
PT
21188msgstr ""
21189
807ab1f2
JM
21190#: config/sh/sh.h:685
21191msgid "SH2a does not support little-endian"
dc6746e7
PT
21192msgstr ""
21193
d5706a1e
ZW
21194#: config/sparc/linux64.h:207 config/sparc/linux64.h:218
21195#: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21196#: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21197msgid "may not use both -m32 and -m64"
8d98c44c
JM
21198msgstr ""
21199
d5706a1e
ZW
21200#: config/i386/sco5.h:189
21201msgid "-pg not supported on this platform"
8d98c44c
JM
21202msgstr ""
21203
d5706a1e
ZW
21204#: config/i386/sco5.h:190
21205msgid "-p and -pp specified - pick one"
21206msgstr ""
21207
21208#: config/i386/sco5.h:264
21209msgid "-G and -static are mutually exclusive"
21210msgstr ""
21211
21212#: config/vax/vax.h:50 config/vax/vax.h:51
21213msgid "profiling not supported with -mg\n"
7bbf788c
PT
21214msgstr ""
21215
a05e4fdb 21216#: config/darwin.h:248
b1b51268 21217msgid "-current_version only allowed with -dynamiclib"
dc6746e7
PT
21218msgstr ""
21219
a05e4fdb 21220#: config/darwin.h:251
b1b51268 21221msgid "-install_name only allowed with -dynamiclib"
dc6746e7
PT
21222msgstr ""
21223
a05e4fdb 21224#: config/darwin.h:256
b1b51268 21225msgid "-bundle not allowed with -dynamiclib"
dc6746e7
PT
21226msgstr ""
21227
a05e4fdb 21228#: config/darwin.h:257
b1b51268 21229msgid "-bundle_loader not allowed with -dynamiclib"
dc6746e7
PT
21230msgstr ""
21231
a05e4fdb 21232#: config/darwin.h:258
b1b51268 21233msgid "-client_name not allowed with -dynamiclib"
dc6746e7
PT
21234msgstr ""
21235
a05e4fdb 21236#: config/darwin.h:261
b1b51268 21237msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
dc6746e7
PT
21238msgstr ""
21239
a05e4fdb 21240#: config/darwin.h:262
b1b51268 21241msgid "-force_flat_namespace not allowed with -dynamiclib"
a47a6810
JM
21242msgstr ""
21243
a05e4fdb 21244#: config/darwin.h:264
b1b51268 21245msgid "-keep_private_externs not allowed with -dynamiclib"
a47a6810
JM
21246msgstr ""
21247
a05e4fdb 21248#: config/darwin.h:265
b1b51268 21249msgid "-private_bundle not allowed with -dynamiclib"
dc6746e7 21250msgstr ""
7bbf788c 21251
d5706a1e
ZW
21252#: config/lynx.h:71
21253msgid "Cannot use mthreads and mlegacy-threads together."
b4117c30
ZW
21254msgstr ""
21255
d5706a1e
ZW
21256#: config/lynx.h:96
21257msgid "Cannot use mshared and static together."
b4117c30
ZW
21258msgstr ""
21259
d5706a1e
ZW
21260#: config/mcore/mcore.h:57
21261msgid "the m210 does not have little endian support"
8d98c44c
JM
21262msgstr ""
21263
d5706a1e
ZW
21264#: config/arm/arm.h:151
21265msgid "-msoft-float and -mhard_float may not be used together"
01b84e13
JM
21266msgstr ""
21267
d5706a1e
ZW
21268#: config/arm/arm.h:153
21269msgid "-mbig-endian and -mlittle-endian may not be used together"
de104104
JM
21270msgstr ""
21271
d5706a1e
ZW
21272#: gcc.c:769
21273msgid "GCC does not support -C or -CC without -E"
de104104
JM
21274msgstr ""
21275
d5706a1e
ZW
21276#: gcc.c:963
21277msgid "-E required when input is from standard input"
b4117c30
ZW
21278msgstr ""
21279
807ab1f2
JM
21280#: ada/lang-specs.h:35
21281msgid "-c or -S required for Ada"
b4117c30
ZW
21282msgstr ""
21283
d5706a1e
ZW
21284#: config/rs6000/darwin.h:132
21285msgid " conflicting code gen style switches are used"
b4117c30
ZW
21286msgstr ""
21287
d5706a1e
ZW
21288#: config/i386/nwld.h:34
21289msgid "Static linking is not supported.\n"
b4117c30
ZW
21290msgstr ""
21291
d5706a1e
ZW
21292#: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21293#: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21294msgid "does not support multilib"
b4117c30
ZW
21295msgstr ""
21296
d5706a1e
ZW
21297#: config/vax/netbsd-elf.h:42
21298msgid "The -shared option is not currently supported for VAX ELF."
b4117c30
ZW
21299msgstr ""
21300
d5706a1e
ZW
21301#: java/lang-specs.h:34
21302msgid "-fjni and -femit-class-files are incompatible"
b4117c30
ZW
21303msgstr ""
21304
d5706a1e
ZW
21305#: java/lang-specs.h:35
21306msgid "-fjni and -femit-class-file are incompatible"
01b84e13
JM
21307msgstr ""
21308
d5706a1e
ZW
21309#: java/lang-specs.h:36 java/lang-specs.h:37
21310msgid "-femit-class-file should used along with -fsyntax-only"
7bbf788c 21311msgstr ""
807ab1f2 21312
d5706a1e
ZW
21313#: config/arc/arc.h:63 config/mips/mips.h:1114
21314msgid "may not use both -EB and -EL"
de104104
JM
21315msgstr ""
21316
d5706a1e
ZW
21317#: treelang/lang-specs.h:52
21318msgid "-pg or -p and -fomit-frame-pointer are incompatible"
de104104
JM
21319msgstr ""
21320
d5706a1e
ZW
21321#: config/mips/r3900.h:35
21322msgid "-mhard-float not supported"
de104104
JM
21323msgstr ""
21324
d5706a1e
ZW
21325#: config/mips/r3900.h:37
21326msgid "-msingle-float and -msoft-float cannot both be specified"
807ab1f2 21327msgstr ""
This page took 5.517093 seconds and 5 git commands to generate.