OSDN Git Service

* de.po: Update.
[pf3gnuchains/gcc-fork.git] / gcc / po / de.po
1 # German translation of gcc messages.
2 # Copyright © 2002, 2003 Free Software Foundation, Inc.
3 # Karl Eichwalder <ke@suse.de>, 2002, 2003.
4 # Roland Stigge <stigge@antcom.de>, 2003.
5 # This file is distributed under the same license as the gcc package.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc 3.3.2\n"
10 "POT-Creation-Date: 2003-10-24 13:20+0200\n"
11 "PO-Revision-Date: 2003-12-15 21:30+0100\n"
12 "Last-Translator: Roland Stigge <stigge@antcom.de>\n"
13 "Language-Team: German <de@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: attribs.c:185
19 #, c-format
20 msgid "`%s' attribute directive ignored"
21 msgstr "Attribut-Anweisung »%s« wird ignoriert"
22
23 #: attribs.c:193
24 #, c-format
25 msgid "wrong number of arguments specified for `%s' attribute"
26 msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
27
28 #: attribs.c:210
29 #, c-format
30 msgid "`%s' attribute does not apply to types"
31 msgstr "Attribut »%s« kann nicht auf Typen angewandt werden"
32
33 #: attribs.c:247
34 #, c-format
35 msgid "`%s' attribute only applies to function types"
36 msgstr "Attribut »%s« kann nur auf Funktionstypen angewandt werden"
37
38 #: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
39 #: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
40 #: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
41 #: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
42 #: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
43 #: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2101
44 #: config/arm/arm.c:2128 config/avr/avr.c:4774 config/h8300/h8300.c:3693
45 #: config/h8300/h8300.c:3718 config/i386/i386.c:1403 config/i386/winnt.c:78
46 #: config/ip2k/ip2k.c:3204
47 #, c-format
48 msgid "`%s' attribute ignored"
49 msgstr "Attribut »%s« wird ignoriert"
50
51 #: builtins.c:285
52 msgid "offset outside bounds of constant string"
53 msgstr "Adressabstand ist außerhalb der Grenzen der konstanten Zeichenkette"
54
55 #: builtins.c:765
56 msgid "second arg to `__builtin_prefetch' must be a constant"
57 msgstr "Zweites Argument für »__builtin_prefetch« muss eine Konstante sein"
58
59 #: builtins.c:772
60 msgid "invalid second arg to __builtin_prefetch; using zero"
61 msgstr "Ungültiges zweites Argument für »__builtin_prefetch«; benutze Null"
62
63 #: builtins.c:779
64 msgid "third arg to `__builtin_prefetch' must be a constant"
65 msgstr "Drittes Argument für »__builtin_prefetch« muss eine Konstante sein"
66
67 #: builtins.c:786
68 msgid "invalid third arg to __builtin_prefetch; using zero"
69 msgstr "Ungültiges drittes Argument für »__builtin_prefetch«; benutze Null"
70
71 #. ??? We used to try and build up a call to the out of line function,
72 #. guessing about what registers needed saving etc.  This became much
73 #. harder with __builtin_va_start, since we don't have a tree for a
74 #. call to __builtin_saveregs to fall back on.  There was exactly one
75 #. port (i860) that used this code, and I'm unconvinced it could actually
76 #. handle the general case.  So we no longer try to handle anything
77 #. weird and make the backend absorb the evil.
78 #: builtins.c:2875
79 msgid "__builtin_saveregs not supported by this target"
80 msgstr "__builtin_saveregs wird von diesem Ziel nicht unterstützt"
81
82 #: builtins.c:2917
83 msgid "argument of `__builtin_args_info' must be constant"
84 msgstr "Argument von »__builtin_args_info« muss konstant sein"
85
86 #: builtins.c:2923
87 msgid "argument of `__builtin_args_info' out of range"
88 msgstr "Argument von »__builtin_args_info« außerhalb des Wertebereichs"
89
90 #: builtins.c:2929
91 msgid "missing argument in `__builtin_args_info'"
92 msgstr "Fehlendes Argument in »__builtin_args_info«"
93
94 #: builtins.c:2960
95 msgid "`va_start' used in function with fixed args"
96 msgstr "»va_start« in Funktion mit fester Parameterzahl verwendet"
97
98 #: builtins.c:2979
99 msgid "second parameter of `va_start' not last named argument"
100 msgstr "Zweiter Parameter von »va_start« ist nicht letztgenanntes Argument"
101
102 #. Evidently an out of date version of <stdarg.h>; can't validate
103 #. va_start's second argument, but can still work as intended.
104 #: builtins.c:2984
105 msgid "`__builtin_next_arg' called without an argument"
106 msgstr "»__builtin_next_arg« ohne Argument gerufen"
107
108 #: builtins.c:3070
109 msgid "too many arguments to function `va_start'"
110 msgstr "Zu viele Argumente für »va_start«"
111
112 #: builtins.c:3172
113 msgid "first argument to `va_arg' not of type `va_list'"
114 msgstr "Erstes Argument für »va_arg« nicht vom Typ »va_list«"
115
116 #. Unfortunately, this is merely undefined, rather than a constraint
117 #. violation, so we cannot make this an error.  If this call is never
118 #. executed, the program is still strictly conforming.
119 #: builtins.c:3204
120 #, c-format
121 msgid "`%s' is promoted to `%s' when passed through `...'"
122 msgstr "»%s« auf »%s« gesetzt beim Durchlaufen von »...«"
123
124 #: builtins.c:3209
125 #, c-format
126 msgid "(so you should pass `%s' not `%s' to `va_arg')"
127 msgstr "(Sie sollten also »%s« statt »%s« an »va_arg« übergeben)"
128
129 #: builtins.c:3340
130 msgid "invalid arg to `__builtin_frame_address'"
131 msgstr "Ungültiges Argument für »__builtin_frame_address«"
132
133 #: builtins.c:3342
134 msgid "invalid arg to `__builtin_return_address'"
135 msgstr "Ungültiges Argument für »__builtin_return_address«"
136
137 #: builtins.c:3356
138 msgid "unsupported arg to `__builtin_frame_address'"
139 msgstr "Nicht unterstütztes Argument für »__builtin_frame_address«"
140
141 #: builtins.c:3358
142 msgid "unsupported arg to `__builtin_return_address'"
143 msgstr "Nicht unterstütztes Argument für »__builtin_return_address«"
144
145 #: builtins.c:3530
146 msgid "second arg to `__builtin_expect' must be a constant"
147 msgstr "Zweites Argument für »__builtin_expect« muss eine Konstante sein"
148
149 #: builtins.c:4028
150 msgid "__builtin_longjmp second argument must be 1"
151 msgstr "Zweites Argument für __builtin_longjmp muss 1 sein"
152
153 #. just do library call, if unknown builtin
154 #: builtins.c:4092 c-common.c:4459
155 #, c-format
156 msgid "built-in function `%s' not currently supported"
157 msgstr "Eingebaute Funktion »%s« gegenwärtig nicht unterstützt"
158
159 #: builtins.c:4165
160 msgid "target format does not support infinity"
161 msgstr "Zielformat unterstützt nicht »unendlich«"
162
163 #: c-common.c:1168
164 #, c-format
165 msgid "`%s' is not defined outside of function scope"
166 msgstr "»%s« ist außerhalb des Funktionsgültigkeitsbereiches undefiniert"
167
168 #: c-common.c:1189
169 #, c-format
170 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
171 msgstr "Zeichenkettenlänge »%d« ist größer als die Länge »%d«, die von ISO-C%d-Compilern unterstützt werden muss"
172
173 #: c-common.c:1247
174 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
175 msgstr "Verkettung von Zeichenkettenliteralen mit __FUNCTION__ ist veraltet"
176
177 #: c-common.c:1343
178 msgid "overflow in constant expression"
179 msgstr "Überlauf in Konstanten-Ausdruck"
180
181 #: c-common.c:1364
182 msgid "integer overflow in expression"
183 msgstr "Ganzzahlüberlauf in Ausdruck"
184
185 #: c-common.c:1373
186 msgid "floating point overflow in expression"
187 msgstr "Fließkommaüberlauf in Ausdruck"
188
189 #: c-common.c:1379
190 msgid "vector overflow in expression"
191 msgstr "Vektorüberlauf in Ausdruck"
192
193 #. This detects cases like converting -129 or 256 to unsigned char.
194 #: c-common.c:1402
195 msgid "large integer implicitly truncated to unsigned type"
196 msgstr "Große Ganzzahl implizit auf vorzeichenlosen Typen abgeschnitten"
197
198 #: c-common.c:1404
199 msgid "negative integer implicitly converted to unsigned type"
200 msgstr "Negative Ganzzahl implizit in vorzeichenlosen Typen konvertiert"
201
202 #: c-common.c:1452
203 msgid "overflow in implicit constant conversion"
204 msgstr "Überlauf in impliziter Konstantenkonvertierung"
205
206 #: c-common.c:1600
207 #, c-format
208 msgid "operation on `%s' may be undefined"
209 msgstr "Operation auf »%s« könnte undefiniert sein"
210
211 #: c-common.c:1891
212 msgid "expression statement has incomplete type"
213 msgstr "Ausdrucksanweisung hat unvollständigen Typ"
214
215 #: c-common.c:1924
216 msgid "case label does not reduce to an integer constant"
217 msgstr "case-Marke reduziert nicht auf Ganzzahlkonstante"
218
219 #: c-common.c:2228
220 msgid "invalid truth-value expression"
221 msgstr "Ungültiger Wahrheitswert-Ausdruck"
222
223 #: c-common.c:2279
224 #, c-format
225 msgid "invalid operands to binary %s"
226 msgstr "Ungültige Operanden für binäres %s"
227
228 #: c-common.c:2513
229 msgid "comparison is always false due to limited range of data type"
230 msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »unwahr«"
231
232 #: c-common.c:2515
233 msgid "comparison is always true due to limited range of data type"
234 msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »wahr«"
235
236 #: c-common.c:2585
237 msgid "comparison of unsigned expression >= 0 is always true"
238 msgstr "Vergleich eines vorzeichenlosen Ausdrucks >= 0 ist stets »wahr«"
239
240 #: c-common.c:2594
241 msgid "comparison of unsigned expression < 0 is always false"
242 msgstr "Vergleich eines vorzeichenlosen Ausdrucks < 0 ist stets »unwahr«"
243
244 #: c-common.c:2641
245 msgid "pointer of type `void *' used in arithmetic"
246 msgstr "Zeiger auf Typen »void *« in Arithmetik verwendet"
247
248 #: c-common.c:2647
249 msgid "pointer to a function used in arithmetic"
250 msgstr "Zeiger auf Funktion in Arithmetik verwendet"
251
252 #: c-common.c:2653
253 msgid "pointer to member function used in arithmetic"
254 msgstr "Zeiger auf member-Funktion in Arithmetik verwendet"
255
256 #: c-common.c:2659
257 msgid "pointer to a member used in arithmetic"
258 msgstr "Zeiger auf member in Arithmetik verwendet"
259
260 #: c-common.c:2746 f/com.c:14762
261 msgid "struct type value used where scalar is required"
262 msgstr "Wert eines struct-Typs anstelle des geforderten Skalars verwendet"
263
264 #: c-common.c:2750 f/com.c:14766
265 msgid "union type value used where scalar is required"
266 msgstr "Wert eines union-Typs anstelle des geforderten Skalars verwendet"
267
268 #: c-common.c:2754 f/com.c:14770
269 msgid "array type value used where scalar is required"
270 msgstr "Wert eines array-Typs anstelle des geforderten Skalars verwendet"
271
272 #: c-common.c:2874 f/com.c:14903
273 msgid "suggest parentheses around assignment used as truth value"
274 msgstr "Schlage Klammern um Zuweisung, die als Wahrheitswert verwendet wird, vor"
275
276 #: c-common.c:2918 c-common.c:2950
277 msgid "invalid use of `restrict'"
278 msgstr "Ungültige Verwendung von »restrict«"
279
280 #: c-common.c:3064
281 msgid "invalid application of `sizeof' to a function type"
282 msgstr "Ungültige Anwendung von »sizeof« auf einen Funktionstypen"
283
284 #: c-common.c:3074
285 #, c-format
286 msgid "invalid application of `%s' to a void type"
287 msgstr "Ungültige Anwendung von »%s« auf einen void-Typen"
288
289 #: c-common.c:3080
290 #, c-format
291 msgid "invalid application of `%s' to an incomplete type"
292 msgstr "Ungültige Anwendung von »%s« auf einen unvollständigen Typen"
293
294 #: c-common.c:3121
295 msgid "`__alignof' applied to a bit-field"
296 msgstr "»__alignof« auf Bitfeld angewandt"
297
298 #: c-common.c:3618
299 #, c-format
300 msgid "cannot disable built-in function `%s'"
301 msgstr "Kann eingebaute Funktion »%s« nicht abschalten"
302
303 #: c-common.c:3787 c-typeck.c:1748
304 #, c-format
305 msgid "too few arguments to function `%s'"
306 msgstr "Zu wenig Argumente für Funktion »%s«"
307
308 #: c-common.c:3793 c-typeck.c:1601
309 #, c-format
310 msgid "too many arguments to function `%s'"
311 msgstr "Zu viele Argumente für Funktion »%s«"
312
313 #: c-common.c:3812
314 #, c-format
315 msgid "non-floating-point argument to function `%s'"
316 msgstr "Nicht-Fließkomma-Argument für Funktion »%s«"
317
318 #: c-common.c:4081
319 msgid "pointers are not permitted as case values"
320 msgstr "Zeiger sind nicht als case-Werte zugelassen"
321
322 #: c-common.c:4087
323 msgid "ISO C++ forbids range expressions in switch statements"
324 msgstr "ISO-C++ verbietet Wertebereichsausdrücke in switch-Anweisungen"
325
326 #: c-common.c:4089
327 msgid "ISO C forbids range expressions in switch statements"
328 msgstr "ISO-C verbietet Wertebereichsausdrücke in switch-Anweisungen"
329
330 #: c-common.c:4119
331 msgid "empty range specified"
332 msgstr "Leerer Wertebereich angegeben"
333
334 #: c-common.c:4170
335 msgid "duplicate (or overlapping) case value"
336 msgstr "Doppelte (oder sich überschneidende) case-Werte"
337
338 #: c-common.c:4172
339 msgid "this is the first entry overlapping that value"
340 msgstr "Dies ist der erste Eintrag, der diesen Wert überschneidet"
341
342 #: c-common.c:4176
343 msgid "duplicate case value"
344 msgstr "Doppelter case-Wert"
345
346 #: c-common.c:4177
347 msgid "previously used here"
348 msgstr "bereits hier verwendet"
349
350 #: c-common.c:4181
351 msgid "multiple default labels in one switch"
352 msgstr "Mehrere Standardmarken in einem »switch«"
353
354 #: c-common.c:4182
355 msgid "this is the first default label"
356 msgstr "Dies ist die erste Standardmarke"
357
358 #: c-common.c:4210
359 msgid "ISO C++ forbids taking the address of a label"
360 msgstr "ISO-C++ verbietet die Adresse einer Marke"
361
362 #: c-common.c:4212
363 msgid "ISO C forbids taking the address of a label"
364 msgstr "ISO-C verbietet die Adresse einer Marke"
365
366 #: c-common.c:5235
367 #, c-format
368 msgid "declaration of `%s' shadows %s"
369 msgstr "Deklaration von »%s« verdeckt %s"
370
371 #: c-common.c:5654
372 #, c-format
373 msgid "unknown machine mode `%s'"
374 msgstr "Unbekannter Maschinenzustand »%s«"
375
376 #: c-common.c:5657
377 #, c-format
378 msgid "no data type for mode `%s'"
379 msgstr "Kein Datentyp für Zustand »%s«"
380
381 #: c-common.c:5666 c-common.c:6316
382 #, c-format
383 msgid "unable to emulate '%s'"
384 msgstr "»%s« kann nicht emuliert werden"
385
386 #: c-common.c:5702
387 msgid "section attribute cannot be specified for local variables"
388 msgstr "Abschnitts-Attribut kann nicht für lokale Variablen angegeben werden"
389
390 #: c-common.c:5713
391 #, c-format
392 msgid "section of `%s' conflicts with previous declaration"
393 msgstr "Abschnitt von »%s« in Konflikt mit vorheriger Deklaration"
394
395 #: c-common.c:5722
396 #, c-format
397 msgid "section attribute not allowed for `%s'"
398 msgstr "Abschnitts-Attribute nicht erlaubt für »%s«"
399
400 #: c-common.c:5729
401 msgid "section attributes are not supported for this target"
402 msgstr "Abschnitts-Attribute werden für dieses Ziel nicht unterstützt"
403
404 #: c-common.c:5771
405 msgid "requested alignment is not a constant"
406 msgstr "Verlangte Ausrichtung ist keine Konstante"
407
408 #: c-common.c:5776
409 msgid "requested alignment is not a power of 2"
410 msgstr "Verlangte Ausrichtung ist keine Zweierpotenz"
411
412 #: c-common.c:5781
413 msgid "requested alignment is too large"
414 msgstr "Verlangte Ausrichtung ist zu groß"
415
416 #: c-common.c:5808
417 #, c-format
418 msgid "alignment may not be specified for `%s'"
419 msgstr "Für »%s« darf keine Ausrichtung angegeben werden"
420
421 #: c-common.c:5853
422 #, c-format
423 msgid "`%s' defined both normally and as an alias"
424 msgstr "»%s« sowohl normal als auch als Alias definiert"
425
426 #: c-common.c:5863
427 msgid "alias arg not a string"
428 msgstr "Alias-Argument ist keine Zeichenkette"
429
430 #: c-common.c:5910
431 msgid "visibility arg not a string"
432 msgstr "Sichtbarkeitsargument ist keine Zeichenkette"
433
434 #: c-common.c:5919
435 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
436 msgstr "Sichtbarkeitsargument muss »default«, »hidden«, »protected« oder »internal« sein"
437
438 #: c-common.c:5953
439 msgid "tls_model arg not a string"
440 msgstr "Argument für tls_model ist keine Zeichenkette"
441
442 #: c-common.c:5962
443 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
444 msgstr "Argument für tls_model muss »local-exec«, »initial-exec«, »local-dynamic« oder »global-dynamic« sein"
445
446 #: c-common.c:5987 c-common.c:6043
447 #, c-format
448 msgid "`%s' attribute applies only to functions"
449 msgstr "Attribut »%s« kann nur auf Funktionen angewandt werden"
450
451 #: c-common.c:5994 c-common.c:6050
452 #, c-format
453 msgid "can't set `%s' attribute after definition"
454 msgstr "Kann Attribut »%s« nicht nach der Definition setzen"
455
456 #: c-common.c:6114
457 msgid "cleanup arg not an identifier"
458 msgstr "Argument für cleanup ist kein Bezeichner"
459
460 #: c-common.c:6121
461 msgid "cleanup arg not a function"
462 msgstr "Argument für cleanup ist keine Funktion"
463
464 #: c-common.c:6183
465 #, c-format
466 msgid "`%s' attribute ignored for `%s'"
467 msgstr "Attribut »%s« ignoriert für »%s«"
468
469 #: c-common.c:6248
470 #, c-format
471 msgid "invalid vector type for attribute `%s'"
472 msgstr "Ungültiger Vektortyp für Attribut »%s«"
473
474 #: c-common.c:6272 c-common.c:6304
475 msgid "no vector mode with the size and type specified could be found"
476 msgstr "Vektorzustand mit der angegebenen Größe und dem angegebenen Typ konnte nicht gefunden werden"
477
478 #: c-common.c:6403
479 msgid "nonnull attribute without arguments on a non-prototype"
480 msgstr "Nicht-Null-Attribut ohne Argumente für einen Nicht-Prototyp"
481
482 #: c-common.c:6418
483 #, c-format
484 msgid "nonnull argument has invalid operand number (arg %lu)"
485 msgstr "Nicht-Null-Argument hat ungültige Operandenzahl (Argument %lu)"
486
487 #: c-common.c:6437
488 #, c-format
489 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
490 msgstr "Nicht-Null-Argument mit Operandenzahl außerhalb des Wertebereiches (Argument %lu, Operand %lu)"
491
492 #: c-common.c:6445
493 #, c-format
494 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
495 msgstr "Nicht-Null-Argument referenziert Nicht-Zeiger-Operanden (Argument %lu, Operand %lu)"
496
497 #: c-common.c:6531
498 #, c-format
499 msgid "null argument where non-null required (arg %lu)"
500 msgstr "Null-Argument, wo Nicht-Null erwartet (Argument %lu)"
501
502 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
503 #: cp/typeck.c:5939
504 msgid "void value not ignored as it ought to be"
505 msgstr "void-Wert nicht ignoriert wie es sein sollte"
506
507 #: c-convert.c:112 java/typeck.c:150
508 msgid "conversion to non-scalar type requested"
509 msgstr "Konvertierung zu Nicht-Skalar-Typ verlangt"
510
511 #: c-decl.c:340
512 #, c-format
513 msgid "array `%s' assumed to have one element"
514 msgstr "Feld »%s« als einelementig betrachtet"
515
516 #: c-decl.c:526
517 #, c-format
518 msgid "`struct %s' incomplete in scope ending here"
519 msgstr "»struct %s« im Gültigkeitsbereich, der hier endet, unvollständig"
520
521 #: c-decl.c:529
522 #, c-format
523 msgid "`union %s' incomplete in scope ending here"
524 msgstr "»union %s« im Gültigkeitsbereich, der hier endet, unvollständig"
525
526 #: c-decl.c:532
527 #, c-format
528 msgid "`enum %s' incomplete in scope ending here"
529 msgstr "»enum %s« im Gültigkeitsbereich, der hier endet, unvollständig"
530
531 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
532 #, c-format
533 msgid "label `%s' used but not defined"
534 msgstr "Marke »%s« verwendet, aber nicht definiert"
535
536 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
537 #, c-format
538 msgid "label `%s' defined but not used"
539 msgstr "Marke »%s« definiert aber nicht verwendet"
540
541 #: c-decl.c:893 cp/decl.c:3335
542 #, c-format
543 msgid "function `%s' redeclared as inline"
544 msgstr "Funktion »%s« als inline redeklariert"
545
546 #: c-decl.c:895 cp/decl.c:3337
547 #, c-format
548 msgid "previous declaration of function `%s' with attribute noinline"
549 msgstr "Vorherige Deklaration der Funktion »%s« mit Attribut noinline"
550
551 #: c-decl.c:902 cp/decl.c:3344
552 #, c-format
553 msgid "function `%s' redeclared with attribute noinline"
554 msgstr "Funktion »%s« redeklariert mit Attribut noinline"
555
556 #: c-decl.c:904 cp/decl.c:3346
557 #, c-format
558 msgid "previous declaration of function `%s' was inline"
559 msgstr "Vorherige Deklaration der Funktion »%s« war inline"
560
561 #: c-decl.c:933 c-decl.c:979
562 #, c-format
563 msgid "shadowing built-in function `%s'"
564 msgstr "Eingebaute Funktion »%s« überdeckt"
565
566 #: c-decl.c:935
567 #, c-format
568 msgid "shadowing library function `%s'"
569 msgstr "Bibliotheksfunktion »%s« überdeckt"
570
571 #: c-decl.c:941
572 #, c-format
573 msgid "library function `%s' declared as non-function"
574 msgstr "Bibliotheksfunktion »%s« als Nicht-Funktion deklariert"
575
576 #: c-decl.c:945 c-decl.c:948
577 #, c-format
578 msgid "built-in function `%s' declared as non-function"
579 msgstr "Eingebaute Funktion »%s« als Nicht-Funktion deklariert"
580
581 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
582 #, c-format
583 msgid "`%s' redeclared as different kind of symbol"
584 msgstr "»%s« redeklariert als andere Symbolart"
585
586 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
587 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
588 #, c-format
589 msgid "previous declaration of `%s'"
590 msgstr "Vorherige Deklaration von »%s«"
591
592 #. If types don't match for a built-in, throw away the built-in.
593 #: c-decl.c:1048
594 #, c-format
595 msgid "conflicting types for built-in function `%s'"
596 msgstr "In Konflikt stehende Typen für eingebaute Funktion »%s«"
597
598 #: c-decl.c:1091 c-decl.c:1110
599 #, c-format
600 msgid "conflicting types for `%s'"
601 msgstr "In Konflikt stehende Typen für »%s«"
602
603 #: c-decl.c:1133
604 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
605 msgstr "Eine Parameterliste mit Auslassung passt nicht zu einer leeren Parameternamenslistendeklaration"
606
607 #: c-decl.c:1139
608 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
609 msgstr "Ein Argumenttyp mit Standard-promotion passt nicht zu leerer Parameternamenslistendeklaration"
610
611 #: c-decl.c:1157
612 #, c-format
613 msgid "thread-local declaration of `%s' follows non thread-local declaration"
614 msgstr "Thread-lokale Deklaration von »%s« folgt nicht-Thread-lokaler Deklaration"
615
616 #: c-decl.c:1164
617 #, c-format
618 msgid "non thread-local declaration of `%s' follows thread-local declaration"
619 msgstr "Nicht-Thread-lokale Deklaration von »%s« folgt Thread-lokaler Deklaration"
620
621 #: c-decl.c:1175 c-decl.c:1198
622 #, c-format
623 msgid "redefinition of `%s'"
624 msgstr "Redefinition von »%s«"
625
626 #: c-decl.c:1178
627 #, c-format
628 msgid "redeclaration of `%s'"
629 msgstr "Redeklaration von »%s«"
630
631 #: c-decl.c:1181
632 #, c-format
633 msgid "conflicting declarations of `%s'"
634 msgstr "In Konflikt stehende Deklarationen von »%s«"
635
636 #: c-decl.c:1225
637 #, c-format
638 msgid "prototype for `%s' follows"
639 msgstr "Prototyp für »%s« folgt"
640
641 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
642 msgid "non-prototype definition here"
643 msgstr "Nicht-Prototyp-Definition hier"
644
645 #: c-decl.c:1233
646 #, c-format
647 msgid "prototype for `%s' follows and number of arguments doesn't match"
648 msgstr "Prototyp für »%s« folgt und Anzahl der Argumente passt nicht"
649
650 #: c-decl.c:1243
651 #, c-format
652 msgid "prototype for `%s' follows and argument %d doesn't match"
653 msgstr "Prototyp für »%s« folgt und Argument %d passt nicht"
654
655 #: c-decl.c:1261
656 #, c-format
657 msgid "`%s' declared inline after being called"
658 msgstr "»%s« als inline deklariert nachdem es aufgerufen wurde"
659
660 #: c-decl.c:1267
661 #, c-format
662 msgid "`%s' declared inline after its definition"
663 msgstr "»%s« nach der Definition als inline deklariert"
664
665 #: c-decl.c:1274
666 #, c-format
667 msgid "static declaration for `%s' follows non-static"
668 msgstr "Statische Deklaration für »%s« folgt Nicht-static"
669
670 #: c-decl.c:1282
671 #, c-format
672 msgid "non-static declaration for `%s' follows static"
673 msgstr "Nicht-static-Deklaration für »%s« folgt static"
674
675 #: c-decl.c:1289
676 #, c-format
677 msgid "const declaration for `%s' follows non-const"
678 msgstr "const-Deklaration für »%s« folgt Nicht-const"
679
680 #: c-decl.c:1296
681 #, c-format
682 msgid "type qualifiers for `%s' conflict with previous decl"
683 msgstr "Typ-Kennzeichner für »%s« stehen in Konflikt mit vorheriger Deklaration"
684
685 #: c-decl.c:1309
686 #, c-format
687 msgid "redundant redeclaration of `%s' in same scope"
688 msgstr "Redundante Redeklaration von »%s« im selben Gültigkeitsbereich"
689
690 #: c-decl.c:1619 java/decl.c:1102
691 #, c-format
692 msgid "declaration of `%s' shadows a parameter"
693 msgstr "Deklaration von »%s« überdeckt einen Parameter"
694
695 #: c-decl.c:1622 java/decl.c:1105
696 #, c-format
697 msgid "declaration of `%s' shadows a symbol from the parameter list"
698 msgstr "Deklaration von »%s« überdeckt ein Symbol aus der Parameterliste"
699
700 #: c-decl.c:1643 cp/decl.c:4479
701 msgid "a parameter"
702 msgstr "Ein Parameter"
703
704 #: c-decl.c:1645 cp/decl.c:4496
705 msgid "a previous local"
706 msgstr "Ein vorheriges »local«"
707
708 #. XXX shadow warnings in outer-more namespaces
709 #: c-decl.c:1649 cp/decl.c:4500
710 msgid "a global declaration"
711 msgstr "Eine globale Deklaration"
712
713 #: c-decl.c:1693
714 #, c-format
715 msgid "nested extern declaration of `%s'"
716 msgstr "Geschachtelte extern-Deklaration von »%s«"
717
718 #: c-decl.c:1712 java/decl.c:1055
719 #, c-format
720 msgid "`%s' used prior to declaration"
721 msgstr "»%s« bereits vor Deklaration benutzt"
722
723 #: c-decl.c:1726 c-decl.c:1901
724 #, c-format
725 msgid "`%s' was declared implicitly `extern' and later `static'"
726 msgstr "»%s« wurde implizit als »extern« und später als »static« deklariert"
727
728 #: c-decl.c:1829 cp/decl.c:4336
729 msgid "type mismatch with previous external decl"
730 msgstr "Typen passen nicht zu vorheriger externer Deklaration"
731
732 #: c-decl.c:1830
733 #, c-format
734 msgid "previous external decl of `%s'"
735 msgstr "Vorherige externe Deklaration von »%s«"
736
737 #: c-decl.c:1843
738 msgid "type mismatch with previous implicit declaration"
739 msgstr "Typen passen nicht zu vorheriger impliziter Deklaration"
740
741 #: c-decl.c:1845
742 #, c-format
743 msgid "previous implicit declaration of `%s'"
744 msgstr "Vorherige implizite Deklaration von »%s«"
745
746 #: c-decl.c:1880
747 #, c-format
748 msgid "`%s' was previously implicitly declared to return `int'"
749 msgstr "»%s« wurde bereits implizit deklariert, »int« zurückzugeben"
750
751 #: c-decl.c:1905
752 #, c-format
753 msgid "`%s' was declared `extern' and later `static'"
754 msgstr "»%s« wurde »extern« deklariert und später »static«"
755
756 #: c-decl.c:1929
757 #, c-format
758 msgid "extern declaration of `%s' doesn't match global one"
759 msgstr "extern-Deklaration von »%s« passt nicht zu globaler Deklaration"
760
761 #: c-decl.c:1971
762 #, c-format
763 msgid "`%s' locally external but globally static"
764 msgstr "»%s« ist lokal extern, aber global »static«"
765
766 #: c-decl.c:2095
767 #, c-format
768 msgid "function `%s' was previously declared within a block"
769 msgstr "Funktion »%s« wurde bereits innerhalb eines Blockes deklariert"
770
771 #: c-decl.c:2115 c-decl.c:2117
772 #, c-format
773 msgid "implicit declaration of function `%s'"
774 msgstr "Implizite Deklaration der Funktion »%s«"
775
776 #: c-decl.c:2196
777 #, c-format
778 msgid "label %s referenced outside of any function"
779 msgstr "Marke %s außerhalb einer Funktion referenziert"
780
781 #: c-decl.c:2253
782 #, c-format
783 msgid "duplicate label declaration `%s'"
784 msgstr "Doppelte Markendeklaration »%s«"
785
786 #: c-decl.c:2256
787 msgid "this is a previous declaration"
788 msgstr "Dies ist eine vorherige Deklaration"
789
790 #: c-decl.c:2679
791 msgid "unnamed struct/union that defines no instances"
792 msgstr "Unbenannte struct/union, die keine Instanzen definiert"
793
794 #: c-decl.c:2698
795 msgid "useless keyword or type name in empty declaration"
796 msgstr "Nutzloses Schlüsselwort oder Typenname in leerer Deklaration"
797
798 #: c-decl.c:2705
799 msgid "two types specified in one empty declaration"
800 msgstr "Zwei Typen in einer leeren Deklaration angegeben"
801
802 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
803 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
804 msgid "empty declaration"
805 msgstr "leere Deklaration"
806
807 #: c-decl.c:2740
808 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
809 msgstr "ISO-C90 unterstützt kein »static« oder Typkennzeichner in Parameterfelddeklaratoren"
810
811 #: c-decl.c:2742
812 msgid "ISO C90 does not support `[*]' array declarators"
813 msgstr "ISO-C90 unterstützt nicht »[*]«-Felddeklaratoren"
814
815 #: c-decl.c:2745
816 msgid "GCC does not yet properly implement `[*]' array declarators"
817 msgstr "GCC implementiert nocht keine richtigen »[*]«-Felddeklaratoren"
818
819 #: c-decl.c:2764
820 msgid "static or type qualifiers in abstract declarator"
821 msgstr "static oder Typkennzeichner in abstraktem Deklarator"
822
823 #: c-decl.c:2838
824 #, c-format
825 msgid "`%s' is usually a function"
826 msgstr "»%s« ist üblicherweise eine Funktion"
827
828 #: c-decl.c:2847
829 #, c-format
830 msgid "typedef `%s' is initialized (use __typeof__ instead)"
831 msgstr "typedef »%s« ist initialisiert (benutzen Sie stattdessen __typeof__)"
832
833 #: c-decl.c:2853
834 #, c-format
835 msgid "function `%s' is initialized like a variable"
836 msgstr "Funktion »%s« ist wie eine Variable initialisiert"
837
838 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
839 #: c-decl.c:2860
840 #, c-format
841 msgid "parameter `%s' is initialized"
842 msgstr "Parameter »%s« ist initialisiert"
843
844 #: c-decl.c:2880 c-typeck.c:4895
845 msgid "variable-sized object may not be initialized"
846 msgstr "Objekt variabler Größe darf nicht initialisiert werden"
847
848 #: c-decl.c:2886
849 #, c-format
850 msgid "variable `%s' has initializer but incomplete type"
851 msgstr "Variable »%s« hat Initialisierung aber unvollständigen Typ"
852
853 #: c-decl.c:2892
854 #, c-format
855 msgid "elements of array `%s' have incomplete type"
856 msgstr "Elemente des Feldes »%s« haben unvollständigen Typ"
857
858 #: c-decl.c:2905
859 #, c-format
860 msgid "declaration of `%s' has `extern' and is initialized"
861 msgstr "Deklaration von »%s« hat »extern« und ist initialisiert"
862
863 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
864 #, c-format
865 msgid "inline function `%s' given attribute noinline"
866 msgstr "inline-Funktion »%s« wurde das Attribut »noinline« gegeben"
867
868 #: c-decl.c:3028
869 #, c-format
870 msgid "initializer fails to determine size of `%s'"
871 msgstr "Initialisierung scheitert an Größenbestimmung von »%s«"
872
873 #: c-decl.c:3033
874 #, c-format
875 msgid "array size missing in `%s'"
876 msgstr "Feldgröße in »%s« fehlt"
877
878 #: c-decl.c:3049
879 #, c-format
880 msgid "zero or negative size array `%s'"
881 msgstr "Feldgröße von »%s« ist null oder negativ"
882
883 #: c-decl.c:3077
884 #, c-format
885 msgid "storage size of `%s' isn't known"
886 msgstr "Speichergröße von »%s« unbekannt"
887
888 #: c-decl.c:3087
889 #, c-format
890 msgid "storage size of `%s' isn't constant"
891 msgstr "Speichergröße von »%s« unbekannt"
892
893 #: c-decl.c:3147
894 #, c-format
895 msgid "ignoring asm-specifier for non-static local variable `%s'"
896 msgstr "Ignoriere asm-Symbol für lokale Nicht-static Variable »%s«"
897
898 #: c-decl.c:3247
899 #, c-format
900 msgid "ISO C forbids parameter `%s' shadowing typedef"
901 msgstr "ISO-C verbietet typedef verdeckenden Parameter »%s«"
902
903 #: c-decl.c:3592 cp/decl.c:10880
904 msgid "`long long long' is too long for GCC"
905 msgstr "»long long long« ist für GCC zu lang"
906
907 #: c-decl.c:3597
908 msgid "ISO C90 does not support `long long'"
909 msgstr "ISO-C90 unterstützt nicht »long long«"
910
911 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
912 #, c-format
913 msgid "duplicate `%s'"
914 msgstr "Doppeltes »%s«"
915
916 #: c-decl.c:3619 cp/decl.c:10892
917 msgid "`__thread' before `extern'"
918 msgstr "»__thread« vor »extern«"
919
920 #: c-decl.c:3621 cp/decl.c:10894
921 msgid "`__thread' before `static'"
922 msgstr "»__thread« vor »static«"
923
924 #: c-decl.c:3629 cp/decl.c:10921
925 #, c-format
926 msgid "two or more data types in declaration of `%s'"
927 msgstr "Zwei oder mehr Datentypen in Deklaration von »%s«"
928
929 #: c-decl.c:3649 cp/decl.c:10926
930 #, c-format
931 msgid "`%s' fails to be a typedef or built in type"
932 msgstr "»%s« ist kein typedef oder eingebauter Typ"
933
934 #: c-decl.c:3688
935 #, c-format
936 msgid "type defaults to `int' in declaration of `%s'"
937 msgstr "»int« ist Standardtyp in Deklaration von »%s«"
938
939 #: c-decl.c:3717
940 #, c-format
941 msgid "both long and short specified for `%s'"
942 msgstr "Sowohl »long« als auch »short« für »%s« angegeben"
943
944 #: c-decl.c:3721 cp/decl.c:11041
945 #, c-format
946 msgid "long or short specified with char for `%s'"
947 msgstr "»long« oder »short« mit »char« für »%s« angegeben"
948
949 #: c-decl.c:3728 cp/decl.c:11045
950 #, c-format
951 msgid "long or short specified with floating type for `%s'"
952 msgstr "»long« oder »short« mit Fließkommatyp für »%s« angegeben"
953
954 #: c-decl.c:3731
955 msgid "the only valid combination is `long double'"
956 msgstr "Die einzig gültige Kombination ist »long double«"
957
958 #: c-decl.c:3737
959 #, c-format
960 msgid "both signed and unsigned specified for `%s'"
961 msgstr "Sowohl »signed« als auch »unsigned« für »%s« angegeben"
962
963 #: c-decl.c:3739 cp/decl.c:11034
964 #, c-format
965 msgid "long, short, signed or unsigned invalid for `%s'"
966 msgstr "long, short, signed oder unsigned ist ungültig für »%s«"
967
968 #: c-decl.c:3745 cp/decl.c:11054
969 #, c-format
970 msgid "long, short, signed or unsigned used invalidly for `%s'"
971 msgstr "long, short, signed oder unsigned ungültig verwendet für »%s«"
972
973 #: c-decl.c:3763 cp/decl.c:11075
974 #, c-format
975 msgid "complex invalid for `%s'"
976 msgstr "complex ungültig für »%s«"
977
978 #: c-decl.c:3805
979 msgid "ISO C90 does not support complex types"
980 msgstr "ISO-C90 unterstützt nicht komplexe Typen"
981
982 #: c-decl.c:3817
983 msgid "ISO C does not support plain `complex' meaning `double complex'"
984 msgstr "ISO-C unterstützt nicht »double complex« bedeutendes »complex«"
985
986 #: c-decl.c:3823 c-decl.c:3835
987 msgid "ISO C does not support complex integer types"
988 msgstr "ISO-C unterstützt keine komplexen Ganzzahltypen"
989
990 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
991 msgid "duplicate `const'"
992 msgstr "Doppeltes »const«"
993
994 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
995 msgid "duplicate `restrict'"
996 msgstr "Doppeltes »restrict«"
997
998 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
999 msgid "duplicate `volatile'"
1000 msgstr "Doppeltes »volatile«"
1001
1002 #: c-decl.c:3882 cp/decl.c:11238
1003 #, c-format
1004 msgid "multiple storage classes in declaration of `%s'"
1005 msgstr "Mehrere Speicherklassen in Deklaration von »%s«"
1006
1007 #: c-decl.c:3892
1008 msgid "function definition declared `auto'"
1009 msgstr "Funktionsdefinition deklarierte »auto«"
1010
1011 #: c-decl.c:3894
1012 msgid "function definition declared `register'"
1013 msgstr "Funktionsdefinition deklarierte »register«"
1014
1015 #: c-decl.c:3896
1016 msgid "function definition declared `typedef'"
1017 msgstr "Funktionsdefinition deklarierte »typedef«"
1018
1019 #: c-decl.c:3898
1020 msgid "function definition declared `__thread'"
1021 msgstr "Funktionsdefinition deklarierte »__thread«"
1022
1023 #: c-decl.c:3911
1024 #, c-format
1025 msgid "storage class specified for structure field `%s'"
1026 msgstr "Speicherklasse für Strukturfeld »%s« angegeben"
1027
1028 #: c-decl.c:3915 cp/decl.c:11285
1029 #, c-format
1030 msgid "storage class specified for parameter `%s'"
1031 msgstr "Speicherklasse für Parameter »%s« angegeben"
1032
1033 #: c-decl.c:3918 cp/decl.c:11287
1034 msgid "storage class specified for typename"
1035 msgstr "Speicherklasse für Typnamen angegeben"
1036
1037 #: c-decl.c:3930 cp/decl.c:11302
1038 #, c-format
1039 msgid "`%s' initialized and declared `extern'"
1040 msgstr "»%s« initialisiert und als »extern« deklariert"
1041
1042 #: c-decl.c:3932 cp/decl.c:11305
1043 #, c-format
1044 msgid "`%s' has both `extern' and initializer"
1045 msgstr "»%s« hat sowohl »extern« als auch Initialisierung"
1046
1047 #: c-decl.c:3937 cp/decl.c:11313
1048 #, c-format
1049 msgid "top-level declaration of `%s' specifies `auto'"
1050 msgstr "Deklaration höchster Ebene von »%s« spezifiziert »auto«"
1051
1052 #: c-decl.c:3942 cp/decl.c:11309
1053 #, c-format
1054 msgid "nested function `%s' declared `extern'"
1055 msgstr "Geschachtelte Funktion »%s« als »extern« deklariert"
1056
1057 #: c-decl.c:3948 cp/decl.c:11319
1058 #, c-format
1059 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1060 msgstr "Funktions-Gültigkeitsbereich »%s« ist implizit auto und deklarierte »__thread«"
1061
1062 #. Only the innermost declarator (making a parameter be of
1063 #. array type which is converted to pointer type)
1064 #. may have static or type qualifiers.
1065 #: c-decl.c:3987 c-decl.c:4188
1066 msgid "static or type qualifiers in non-parameter array declarator"
1067 msgstr "»static« oder Typkennzeichner in Nicht-Parameter-Felddeklarator"
1068
1069 #: c-decl.c:4031
1070 #, c-format
1071 msgid "declaration of `%s' as array of voids"
1072 msgstr "Deklaration von »%s« als Feld von voids"
1073
1074 #: c-decl.c:4037
1075 #, c-format
1076 msgid "declaration of `%s' as array of functions"
1077 msgstr "Deklaration von »%s« als Feld von Funtionen"
1078
1079 #: c-decl.c:4042 c-decl.c:5332
1080 msgid "invalid use of structure with flexible array member"
1081 msgstr "Ungültige Verwendung einer Struktur mit flexiblem Feld"
1082
1083 #: c-decl.c:4061
1084 #, c-format
1085 msgid "size of array `%s' has non-integer type"
1086 msgstr "Feldgröße von »%s« hat Nicht-Ganzzahltyp"
1087
1088 #: c-decl.c:4066
1089 #, c-format
1090 msgid "ISO C forbids zero-size array `%s'"
1091 msgstr "ISO-C verbietet Feld »%s« der Größe null"
1092
1093 #: c-decl.c:4073
1094 #, c-format
1095 msgid "size of array `%s' is negative"
1096 msgstr "Feldgröße von »%s« ist negativ"
1097
1098 #: c-decl.c:4086
1099 #, c-format
1100 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1101 msgstr "ISO-C90 verbietet Feld »%s«, dessen Größe nicht ausgewertet werden kann"
1102
1103 #: c-decl.c:4089
1104 #, c-format
1105 msgid "ISO C90 forbids variable-size array `%s'"
1106 msgstr "ISO-C90 verbietet Feld »%s« variabler Größe"
1107
1108 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1109 #, c-format
1110 msgid "size of array `%s' is too large"
1111 msgstr "Feldgröße von »%s« ist zu groß"
1112
1113 #: c-decl.c:4145
1114 msgid "ISO C90 does not support flexible array members"
1115 msgstr "ISO-C90 unterstützt keine flexiblen Felder als Mitglied"
1116
1117 #: c-decl.c:4155
1118 msgid "array type has incomplete element type"
1119 msgstr "Feldtyp hat unvollständigen Elementtypen"
1120
1121 #: c-decl.c:4162 c-decl.c:4392
1122 msgid "ISO C forbids const or volatile function types"
1123 msgstr "ISO-C verbietet const oder volatile Funktionstypen"
1124
1125 #: c-decl.c:4208 cp/decl.c:11445
1126 #, c-format
1127 msgid "`%s' declared as function returning a function"
1128 msgstr "»%s« als Funktion, die eine Funktion zurückgibt, deklariert"
1129
1130 #: c-decl.c:4213 cp/decl.c:11450
1131 #, c-format
1132 msgid "`%s' declared as function returning an array"
1133 msgstr "»%s« als Funktion, die ein Feld zurückgibt, deklariert"
1134
1135 #: c-decl.c:4241
1136 msgid "ISO C forbids qualified void function return type"
1137 msgstr "ISO-C verbietet qualifiziertes void als Funktions-Rückgabetypen"
1138
1139 #: c-decl.c:4245
1140 msgid "type qualifiers ignored on function return type"
1141 msgstr "Typkennzeichner ignoriert an Funktions-Rückgabewert"
1142
1143 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1144 msgid "ISO C forbids qualified function types"
1145 msgstr "ISO-C verbietet qualifizierte Funktionstypen"
1146
1147 #: c-decl.c:4314 cp/decl.c:11684
1148 msgid "invalid type modifier within pointer declarator"
1149 msgstr "Ungültiger Typmodifizierer innerhalb Zeigerdeklarator"
1150
1151 #: c-decl.c:4412 cp/decl.c:12182
1152 #, c-format
1153 msgid "variable or field `%s' declared void"
1154 msgstr "Variable oder Feld »%s« als »void« deklariert"
1155
1156 #: c-decl.c:4445
1157 msgid "attributes in parameter array declarator ignored"
1158 msgstr "Attribute in Parameterfeld ignoriert"
1159
1160 #: c-decl.c:4470
1161 msgid "invalid type modifier within array declarator"
1162 msgstr "Ungültiger Typmodifizierer in Felddeklarator"
1163
1164 #: c-decl.c:4515
1165 #, c-format
1166 msgid "field `%s' declared as a function"
1167 msgstr "Feld »%s« als Funktion deklariert"
1168
1169 #: c-decl.c:4521
1170 #, c-format
1171 msgid "field `%s' has incomplete type"
1172 msgstr "Feld »%s« hat unvollständigen Typen"
1173
1174 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1175 #, c-format
1176 msgid "invalid storage class for function `%s'"
1177 msgstr "Ungültige Speicherklasse für Funktion »%s«"
1178
1179 #: c-decl.c:4579
1180 msgid "`noreturn' function returns non-void value"
1181 msgstr "»noreturn«-Funktion gibt nicht-void-Wert zurück"
1182
1183 #: c-decl.c:4594
1184 msgid "cannot inline function `main'"
1185 msgstr "»main« ist nicht als »inline« möglich"
1186
1187 #: c-decl.c:4649
1188 #, c-format
1189 msgid "variable `%s' declared `inline'"
1190 msgstr "Variable »%s« als »inline« deklariert"
1191
1192 #. A mere warning is sure to result in improper semantics
1193 #. at runtime.  Don't bother to allow this to compile.
1194 #: c-decl.c:4677 cp/decl.c:9951
1195 msgid "thread-local storage not supported for this target"
1196 msgstr "Thread-lokaler Speicher wird für dieses Ziel nicht unterstützt"
1197
1198 #: c-decl.c:4732 c-decl.c:5880
1199 msgid "function declaration isn't a prototype"
1200 msgstr "Funktionsdeklaration ist kein Prototyp"
1201
1202 #: c-decl.c:4738
1203 msgid "parameter names (without types) in function declaration"
1204 msgstr "Parameternamen (ohne Typen) in Funktionsdeklaration"
1205
1206 #: c-decl.c:4770 c-decl.c:6250
1207 #, c-format
1208 msgid "parameter `%s' has incomplete type"
1209 msgstr "Parameter »%s« hat unvollständigen Typen"
1210
1211 #: c-decl.c:4773
1212 msgid "parameter has incomplete type"
1213 msgstr "Parameter hat unvollständigen Typen"
1214
1215 #: c-decl.c:4794
1216 #, c-format
1217 msgid "parameter `%s' points to incomplete type"
1218 msgstr "Parameter »%s« zeigt auf unvollständigen Typen"
1219
1220 #: c-decl.c:4797
1221 msgid "parameter points to incomplete type"
1222 msgstr "Parameter zeigt auf unvollständigen Typen"
1223
1224 #: c-decl.c:4862
1225 #, c-format
1226 msgid "parameter `%s' has just a forward declaration"
1227 msgstr "Parameter »%s« hat nur eine Vorwärtsdeklaration"
1228
1229 #: c-decl.c:4903
1230 msgid "`void' in parameter list must be the entire list"
1231 msgstr "»void« in Parameterliste muss die gesamte Liste sein"
1232
1233 #: c-decl.c:4934
1234 #, c-format
1235 msgid "`struct %s' declared inside parameter list"
1236 msgstr "»struct %s« innerhalb Parameterliste deklariert"
1237
1238 #: c-decl.c:4937
1239 #, c-format
1240 msgid "`union %s' declared inside parameter list"
1241 msgstr "»union %s« innerhalb Parameterliste deklariert"
1242
1243 #: c-decl.c:4940
1244 #, c-format
1245 msgid "`enum %s' declared inside parameter list"
1246 msgstr "»enum %s« innerhalb Parameterliste deklariert"
1247
1248 #: c-decl.c:4947
1249 msgid "anonymous struct declared inside parameter list"
1250 msgstr "Anonymes »struct« innerhalb Parameterliste deklariert"
1251
1252 #: c-decl.c:4949
1253 msgid "anonymous union declared inside parameter list"
1254 msgstr "Anonymes »union« innerhalb Parameterliste deklariert"
1255
1256 #: c-decl.c:4951
1257 msgid "anonymous enum declared inside parameter list"
1258 msgstr "Anonymes »enum« innerhalb Parameterliste deklariert"
1259
1260 #: c-decl.c:4955
1261 msgid "its scope is only this definition or declaration, which is probably not what you want"
1262 msgstr "Sein Gültigkeitsbereich umfasst nur diese Definition bzw. Deklaration, was Sie wahrscheinlich nicht wollten"
1263
1264 #: c-decl.c:5032
1265 #, c-format
1266 msgid "redefinition of `union %s'"
1267 msgstr "Redefinition von »union %s«"
1268
1269 #: c-decl.c:5034
1270 #, c-format
1271 msgid "redefinition of `struct %s'"
1272 msgstr "Redefinition von »struct %s«"
1273
1274 #: c-decl.c:5105 cp/decl.c:7532
1275 msgid "declaration does not declare anything"
1276 msgstr "Deklaration deklariert nichts"
1277
1278 #: c-decl.c:5169 c-decl.c:5172
1279 #, c-format
1280 msgid "%s defined inside parms"
1281 msgstr "%s innerhalb Parameter definiert"
1282
1283 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1284 msgid "union"
1285 msgstr "union"
1286
1287 #: c-decl.c:5170 c-decl.c:5173
1288 msgid "structure"
1289 msgstr "Struktur"
1290
1291 #: c-decl.c:5183
1292 #, c-format
1293 msgid "%s has no %s"
1294 msgstr "%s hat kein %s"
1295
1296 #: c-decl.c:5184
1297 msgid "struct"
1298 msgstr "struct"
1299
1300 #: c-decl.c:5185
1301 msgid "named members"
1302 msgstr "benannte Member"
1303
1304 #: c-decl.c:5185
1305 msgid "members"
1306 msgstr "Member"
1307
1308 #: c-decl.c:5224
1309 #, c-format
1310 msgid "nested redefinition of `%s'"
1311 msgstr "Verschachtelte Redefinition von »%s«"
1312
1313 #: c-decl.c:5237
1314 #, c-format
1315 msgid "bit-field `%s' width not an integer constant"
1316 msgstr "Breite des Bitfeldes »%s« ist keine Ganzzahlkonstante"
1317
1318 #: c-decl.c:5248
1319 #, c-format
1320 msgid "bit-field `%s' has invalid type"
1321 msgstr "Bitfeld »%s« hat ungültigen Typen"
1322
1323 #: c-decl.c:5260
1324 #, c-format
1325 msgid "bit-field `%s' type invalid in ISO C"
1326 msgstr "Typ des Bitfeldes »%s« ist ungültig in ISO-C"
1327
1328 #: c-decl.c:5271
1329 #, c-format
1330 msgid "negative width in bit-field `%s'"
1331 msgstr "Negative Breite in Bitfeld »%s«"
1332
1333 #: c-decl.c:5273
1334 #, c-format
1335 msgid "width of `%s' exceeds its type"
1336 msgstr "Breite von »%s« überschreitet dessen Typen"
1337
1338 #: c-decl.c:5275
1339 #, c-format
1340 msgid "zero width for bit-field `%s'"
1341 msgstr "Breite null für Bitfeld »%s«"
1342
1343 #: c-decl.c:5289
1344 #, c-format
1345 msgid "`%s' is narrower than values of its type"
1346 msgstr "»%s« ist schmaler als die Werte seines Typs"
1347
1348 #: c-decl.c:5323
1349 msgid "flexible array member in union"
1350 msgstr "Flexibler Feld-Member in union"
1351
1352 #: c-decl.c:5325
1353 msgid "flexible array member not at end of struct"
1354 msgstr "Flexibler Feld-Member nicht am Ende von struct"
1355
1356 #: c-decl.c:5327
1357 msgid "flexible array member in otherwise empty struct"
1358 msgstr "Flexibler Feld-Member in ansonsten leerem struct"
1359
1360 #: c-decl.c:5357
1361 #, c-format
1362 msgid "duplicate member `%s'"
1363 msgstr "Doppelter Member »%s«"
1364
1365 #: c-decl.c:5448
1366 msgid "union cannot be made transparent"
1367 msgstr "union kann nicht transparent gemacht werden"
1368
1369 #. This enum is a named one that has been declared already.
1370 #: c-decl.c:5558
1371 #, c-format
1372 msgid "redeclaration of `enum %s'"
1373 msgstr "Redeklaration von »enum %s«"
1374
1375 #: c-decl.c:5592
1376 msgid "enum defined inside parms"
1377 msgstr "enum innerhalb von Parametern definiert"
1378
1379 #: c-decl.c:5625
1380 msgid "enumeration values exceed range of largest integer"
1381 msgstr "Aufzählungswerte überschreiten Wertebereich des größten Ganzzahltypen"
1382
1383 #: c-decl.c:5734
1384 #, c-format
1385 msgid "enumerator value for `%s' not integer constant"
1386 msgstr "Aufzählungswert für »%s« ist keine Ganzzahlkonstante"
1387
1388 #: c-decl.c:5747
1389 msgid "overflow in enumeration values"
1390 msgstr "Überlauf in Aufzählungswerten"
1391
1392 #: c-decl.c:5752
1393 msgid "ISO C restricts enumerator values to range of `int'"
1394 msgstr "ISO-C beschränkt Aufzählungswerte auf Bereich von »int«"
1395
1396 #: c-decl.c:5834
1397 msgid "return type is an incomplete type"
1398 msgstr "Rückgabetyp ist unvollständig"
1399
1400 #: c-decl.c:5842
1401 msgid "return type defaults to `int'"
1402 msgstr "Rückgabetyp ist auf »int« voreingestellt"
1403
1404 #: c-decl.c:5889
1405 #, c-format
1406 msgid "no previous prototype for `%s'"
1407 msgstr "Kein vorheriger Prototyp für »%s«"
1408
1409 #: c-decl.c:5896
1410 #, c-format
1411 msgid "`%s' was used with no prototype before its definition"
1412 msgstr "»%s« wurde vor seiner Definition ohne Prototyp verwendet"
1413
1414 #: c-decl.c:5902
1415 #, c-format
1416 msgid "no previous declaration for `%s'"
1417 msgstr "Keine vorherige Deklaration für »%s«"
1418
1419 #: c-decl.c:5909
1420 #, c-format
1421 msgid "`%s' was used with no declaration before its definition"
1422 msgstr "»%s« wurde vor seiner Definition ohne Deklaration verwendet"
1423
1424 #: c-decl.c:5933 c-decl.c:6486
1425 #, c-format
1426 msgid "return type of `%s' is not `int'"
1427 msgstr "Rückgabetyp von »%s« ist nicht »int«"
1428
1429 #: c-decl.c:5949
1430 #, c-format
1431 msgid "first argument of `%s' should be `int'"
1432 msgstr "Erstes Argument von »%s« sollte »int« sein"
1433
1434 #: c-decl.c:5958
1435 #, c-format
1436 msgid "second argument of `%s' should be `char **'"
1437 msgstr "Zweites Argument von »%s« sollte »char **« sein"
1438
1439 #: c-decl.c:5967
1440 #, c-format
1441 msgid "third argument of `%s' should probably be `char **'"
1442 msgstr "Drittes Argument von »%s« sollte wahrscheinlich »char **« sein"
1443
1444 #: c-decl.c:5976
1445 #, c-format
1446 msgid "`%s' takes only zero or two arguments"
1447 msgstr "»%s« benötigt entweder null oder zwei Argumente"
1448
1449 #: c-decl.c:5979
1450 #, c-format
1451 msgid "`%s' is normally a non-static function"
1452 msgstr "»%s« ist normalerweise eine Nicht-static-Funktion"
1453
1454 #: c-decl.c:6077
1455 msgid "parm types given both in parmlist and separately"
1456 msgstr "Parametertypen sowohl in Parameterliste als auch separat angegeben"
1457
1458 #: c-decl.c:6098
1459 msgid "parameter name omitted"
1460 msgstr "Parametername ausgelassen"
1461
1462 #: c-decl.c:6102 c-decl.c:6204
1463 #, c-format
1464 msgid "parameter `%s' declared void"
1465 msgstr "Parameter »%s« als void deklariert"
1466
1467 #: c-decl.c:6178
1468 msgid "parameter name missing from parameter list"
1469 msgstr "Parametername fehlt in Parameterliste"
1470
1471 #: c-decl.c:6197
1472 #, c-format
1473 msgid "multiple parameters named `%s'"
1474 msgstr "Mehrere Parameter wurden »%s« genannt"
1475
1476 #: c-decl.c:6219 c-decl.c:6221
1477 #, c-format
1478 msgid "type of `%s' defaults to `int'"
1479 msgstr "Typ von »%s« auf »int« voreingestellt"
1480
1481 #: c-decl.c:6257
1482 #, c-format
1483 msgid "declaration for parameter `%s' but no such parameter"
1484 msgstr "Nicht vorhandener Parameter »%s« deklariert"
1485
1486 #: c-decl.c:6305
1487 msgid "number of arguments doesn't match prototype"
1488 msgstr "Anzahl der Argumente passt nicht zum Prototypen"
1489
1490 #: c-decl.c:6335
1491 #, c-format
1492 msgid "promoted argument `%s' doesn't match prototype"
1493 msgstr "Weitergegebenes Argument »%s« passt nicht zum Prototypen"
1494
1495 #: c-decl.c:6345
1496 #, c-format
1497 msgid "argument `%s' doesn't match prototype"
1498 msgstr "Argument »%s« passt nicht zum Prototypen"
1499
1500 #: c-decl.c:6518 cp/decl.c:15049
1501 msgid "no return statement in function returning non-void"
1502 msgstr "Keine return-Anweisung in nicht void zurückgebender Funktion"
1503
1504 #: c-decl.c:6525
1505 msgid "this function may return with or without a value"
1506 msgstr "Diese Funktion kann mit oder ohne Wert zurückkehren"
1507
1508 #: c-decl.c:6729
1509 #, c-format
1510 msgid "size of return value of `%s' is %u bytes"
1511 msgstr "Größe des Rückgabewertes von »%s« ist %u Bytes"
1512
1513 #: c-decl.c:6733
1514 #, c-format
1515 msgid "size of return value of `%s' is larger than %d bytes"
1516 msgstr "Größe des Rückgabewertes von »%s« ist größer als %d Bytes"
1517
1518 #. If we get here, declarations have been used in a for loop without
1519 #. the C99 for loop scope.  This doesn't make much sense, so don't
1520 #. allow it.
1521 #: c-decl.c:6791
1522 msgid "`for' loop initial declaration used outside C99 mode"
1523 msgstr "Anfangsdeklaration in »for«-Schleife außerhalb C99-Modus verwendet"
1524
1525 #: c-decl.c:6815
1526 #, c-format
1527 msgid "`struct %s' declared in `for' loop initial declaration"
1528 msgstr "»struct %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1529
1530 #: c-decl.c:6818
1531 #, c-format
1532 msgid "`union %s' declared in `for' loop initial declaration"
1533 msgstr "»union %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1534
1535 #: c-decl.c:6821
1536 #, c-format
1537 msgid "`enum %s' declared in `for' loop initial declaration"
1538 msgstr "»enum %s« in Anfangsdeklaration einer »for«-Schleife deklariert"
1539
1540 #: c-decl.c:6829
1541 #, c-format
1542 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1543 msgstr "Deklaration der Nicht-Variablen »%s« in Anfangsdeklaration einer »for«-Schleife"
1544
1545 #: c-decl.c:6831
1546 #, c-format
1547 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1548 msgstr "Deklaration der »static«-Variablen »%s« in Anfangsdeklaration einer »for«-Schleife"
1549
1550 #: c-decl.c:6833
1551 #, c-format
1552 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1553 msgstr "Deklaration der »extern«-Variablen »%s« in Anfangsdeklaration einer »for«-Schleife"
1554
1555 #: c-format.c:109 c-format.c:191
1556 msgid "format string arg not a string type"
1557 msgstr "Format-Zeichenkettenargument ist kein Zeichenkettentyp"
1558
1559 #: c-format.c:124
1560 msgid "args to be formatted is not '...'"
1561 msgstr "Zu formatierendes Argument ist nicht »...«"
1562
1563 #: c-format.c:133
1564 msgid "strftime formats cannot format arguments"
1565 msgstr "strftime-Formate können keine Argumente formatieren"
1566
1567 #: c-format.c:168 c-format.c:270
1568 msgid "format string has invalid operand number"
1569 msgstr "Formatzeichenkette hat ungültige Operandenzahl"
1570
1571 #: c-format.c:202
1572 msgid "function does not return string type"
1573 msgstr "Funktion gibt keinen Zeichenkettentypen zurück"
1574
1575 #: c-format.c:233
1576 msgid "unrecognized format specifier"
1577 msgstr "Unerkannte Formatangabe"
1578
1579 #: c-format.c:246
1580 #, c-format
1581 msgid "`%s' is an unrecognized format function type"
1582 msgstr "»%s« ist ein nicht erkannter Formatfunktionstyp"
1583
1584 #: c-format.c:280
1585 msgid "format string arg follows the args to be formatted"
1586 msgstr "Format-Zeichenkettenargument folgt den zu formatierenden Argumenten"
1587
1588 #: c-format.c:601
1589 msgid "` ' flag"
1590 msgstr "» «-Kennzeichen"
1591
1592 #: c-format.c:601
1593 msgid "the ` ' printf flag"
1594 msgstr "Das » «-printf-Kennzeichen"
1595
1596 #: c-format.c:602 c-format.c:673
1597 msgid "`+' flag"
1598 msgstr "»+«-Kennzeichen"
1599
1600 #: c-format.c:602
1601 msgid "the `+' printf flag"
1602 msgstr "Das »+«-printf-Kennzeichen"
1603
1604 #: c-format.c:603 c-format.c:649
1605 msgid "`#' flag"
1606 msgstr "»#«-Kennzeichen"
1607
1608 #: c-format.c:603
1609 msgid "the `#' printf flag"
1610 msgstr "Das »#«-printf-Kennzeichen"
1611
1612 #: c-format.c:604 c-format.c:647
1613 msgid "`0' flag"
1614 msgstr "»0«-Kennzeichen"
1615
1616 #: c-format.c:604
1617 msgid "the `0' printf flag"
1618 msgstr "Das »0«-printf-Kennzeichen"
1619
1620 #: c-format.c:605 c-format.c:646 c-format.c:676
1621 msgid "`-' flag"
1622 msgstr "»-«-Kennzeichen"
1623
1624 #: c-format.c:605
1625 msgid "the `-' printf flag"
1626 msgstr "Das »-«-printf-Kennzeichen"
1627
1628 #: c-format.c:606 c-format.c:630
1629 msgid "`'' flag"
1630 msgstr "»'«-Kennzeichen"
1631
1632 #: c-format.c:606
1633 msgid "the `'' printf flag"
1634 msgstr "Das »'«-printf-Kennzeichen"
1635
1636 #: c-format.c:607 c-format.c:631
1637 msgid "`I' flag"
1638 msgstr "»I«-Kennzeichen"
1639
1640 #: c-format.c:607
1641 msgid "the `I' printf flag"
1642 msgstr "Das »I«-printf-Kennzeichen"
1643
1644 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1645 msgid "field width"
1646 msgstr "Feldbreite"
1647
1648 #: c-format.c:608
1649 msgid "field width in printf format"
1650 msgstr "Feldbreite im printf-Format"
1651
1652 #: c-format.c:609
1653 msgid "precision"
1654 msgstr "Präzision"
1655
1656 #: c-format.c:609
1657 msgid "precision in printf format"
1658 msgstr "Präzision im printf-Format"
1659
1660 #: c-format.c:610 c-format.c:629 c-format.c:680
1661 msgid "length modifier"
1662 msgstr "Längenmodifizierer"
1663
1664 #: c-format.c:610
1665 msgid "length modifier in printf format"
1666 msgstr "Längenmodifizierer im printf-Format"
1667
1668 #: c-format.c:626
1669 msgid "assignment suppression"
1670 msgstr "Zuweisungsunterdrückung"
1671
1672 #: c-format.c:626
1673 msgid "the assignment suppression scanf feature"
1674 msgstr "Das scanf-Merkmal der Zuweisungsunterdrückung"
1675
1676 #: c-format.c:627
1677 msgid "`a' flag"
1678 msgstr "»a«-Kennzeichen"
1679
1680 #: c-format.c:627
1681 msgid "the `a' scanf flag"
1682 msgstr "Das »a«-scanf-Kennzeichen"
1683
1684 #: c-format.c:628
1685 msgid "field width in scanf format"
1686 msgstr "Feldbreite im scanf-Format"
1687
1688 #: c-format.c:629
1689 msgid "length modifier in scanf format"
1690 msgstr "Längenmodifizierer im scanf-Format"
1691
1692 #: c-format.c:630
1693 msgid "the `'' scanf flag"
1694 msgstr "Das »'«-scanf-Kennzeichen"
1695
1696 #: c-format.c:631
1697 msgid "the `I' scanf flag"
1698 msgstr "Das »I«-scanf-Kennzeichen"
1699
1700 #: c-format.c:645
1701 msgid "`_' flag"
1702 msgstr "»_«-Kennzeichen"
1703
1704 #: c-format.c:645
1705 msgid "the `_' strftime flag"
1706 msgstr "Das »_«-strftime-Kennzeichen"
1707
1708 #: c-format.c:646
1709 msgid "the `-' strftime flag"
1710 msgstr "Das »-«-strftime-Kennzeichen"
1711
1712 #: c-format.c:647
1713 msgid "the `0' strftime flag"
1714 msgstr "Das »0«-strftime-Kennzeichen"
1715
1716 #: c-format.c:648 c-format.c:672
1717 msgid "`^' flag"
1718 msgstr "»^«-Kennzeichen"
1719
1720 #: c-format.c:648
1721 msgid "the `^' strftime flag"
1722 msgstr "Das »^«-strftime-Kennzeichen"
1723
1724 #: c-format.c:649
1725 msgid "the `#' strftime flag"
1726 msgstr "Das »#«-strftime-Kennzeichen"
1727
1728 #: c-format.c:650
1729 msgid "field width in strftime format"
1730 msgstr "Feldbreite im strftime-Format"
1731
1732 #: c-format.c:651
1733 msgid "`E' modifier"
1734 msgstr "»E«-Modifizierer"
1735
1736 #: c-format.c:651
1737 msgid "the `E' strftime modifier"
1738 msgstr "Der »E«-strftime-Modifizierer"
1739
1740 #: c-format.c:652
1741 msgid "`O' modifier"
1742 msgstr "»O«-Modifizierer"
1743
1744 #: c-format.c:652
1745 msgid "the `O' strftime modifier"
1746 msgstr "Der »O«-strftime-Modifizierer"
1747
1748 #: c-format.c:653
1749 msgid "the `O' modifier"
1750 msgstr "Der »O«-Modifizierer"
1751
1752 #: c-format.c:671
1753 msgid "fill character"
1754 msgstr "Füllzeichen"
1755
1756 #: c-format.c:671
1757 msgid "fill character in strfmon format"
1758 msgstr "Füllzeichen im strfmon-Format"
1759
1760 #: c-format.c:672
1761 msgid "the `^' strfmon flag"
1762 msgstr "Das »^«-strfmon-Kennzeichen"
1763
1764 #: c-format.c:673
1765 msgid "the `+' strfmon flag"
1766 msgstr "Das »+«-strfmon-Kennzeichen"
1767
1768 #: c-format.c:674
1769 msgid "`(' flag"
1770 msgstr "»(«-Kennzeichen"
1771
1772 #: c-format.c:674
1773 msgid "the `(' strfmon flag"
1774 msgstr "Das »(«-strfmon-Kennzeichen"
1775
1776 #: c-format.c:675
1777 msgid "`!' flag"
1778 msgstr "»!«-Kennzeichen"
1779
1780 #: c-format.c:675
1781 msgid "the `!' strfmon flag"
1782 msgstr "Das »!«-strfmon-Kennzeichen"
1783
1784 #: c-format.c:676
1785 msgid "the `-' strfmon flag"
1786 msgstr "Das »-«-strfmon-Kennzeichen"
1787
1788 #: c-format.c:677
1789 msgid "field width in strfmon format"
1790 msgstr "Feldbreite im strfmon-Format"
1791
1792 #: c-format.c:678
1793 msgid "left precision"
1794 msgstr "Linke Präzision"
1795
1796 #: c-format.c:678
1797 msgid "left precision in strfmon format"
1798 msgstr "Linke Präzision im strfmon-Format"
1799
1800 #: c-format.c:679
1801 msgid "right precision"
1802 msgstr "Rechte Präzision"
1803
1804 #: c-format.c:679
1805 msgid "right precision in strfmon format"
1806 msgstr "Rechte Präzision im strfmon-Format"
1807
1808 #: c-format.c:680
1809 msgid "length modifier in strfmon format"
1810 msgstr "Längenmodifizierer im strfmon-Format"
1811
1812 #: c-format.c:983
1813 #, c-format
1814 msgid "function might be possible candidate for `%s' format attribute"
1815 msgstr "Funktion könnte möglicher Kandidat für Formatattribut »%s« sein"
1816
1817 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1818 msgid "missing $ operand number in format"
1819 msgstr "Fehlende $-Operandennummer im Format"
1820
1821 #: c-format.c:1138
1822 #, c-format
1823 msgid "%s does not support %%n$ operand number formats"
1824 msgstr "%s unterstützt nicht %%n$-Operandennummerformate"
1825
1826 #: c-format.c:1145
1827 msgid "operand number out of range in format"
1828 msgstr "Operandennummer außerhalb des Wertebereiches im Format"
1829
1830 #: c-format.c:1168
1831 #, c-format
1832 msgid "format argument %d used more than once in %s format"
1833 msgstr "Formatargument %d mehr als einmal im %s-Format verwendet"
1834
1835 #: c-format.c:1218
1836 #, c-format
1837 msgid "format argument %d unused before used argument %d in $-style format"
1838 msgstr "Formatargument %d nicht verwendet vor benutztem Argument %d im $-Stil-Format"
1839
1840 #: c-format.c:1322
1841 msgid "format not a string literal, format string not checked"
1842 msgstr "Format ist kein Zeichenkettenliteral, Formatzeichenkette ungeprüft"
1843
1844 #: c-format.c:1336
1845 msgid "format not a string literal and no format arguments"
1846 msgstr "Format ist kein Zeichenkettenliteral, und keine Formatargumente"
1847
1848 #: c-format.c:1338
1849 msgid "format not a string literal, argument types not checked"
1850 msgstr "Format ist kein Zeichenkettenliteral, Argumenttypen ungeprüft"
1851
1852 #: c-format.c:1351
1853 msgid "too many arguments for format"
1854 msgstr "Zu viele Argumente für Format"
1855
1856 #: c-format.c:1354
1857 msgid "unused arguments in $-style format"
1858 msgstr "Unbenutzte Argumente in $-Stil-Format"
1859
1860 #: c-format.c:1357
1861 #, c-format
1862 msgid "zero-length %s format string"
1863 msgstr "Format-Zeichenkette %s der Länge null"
1864
1865 #: c-format.c:1361
1866 msgid "format is a wide character string"
1867 msgstr "Format ist »wide character«-Zeichenkette"
1868
1869 #: c-format.c:1364
1870 msgid "unterminated format string"
1871 msgstr "Unbeendete Formatzeichenkette"
1872
1873 #: c-format.c:1581
1874 msgid "embedded `\\0' in format"
1875 msgstr "Eingebettetes »\\0« im Format"
1876
1877 #: c-format.c:1596
1878 #, c-format
1879 msgid "spurious trailing `%%' in format"
1880 msgstr "Störendes letztes »%%« im Format"
1881
1882 #: c-format.c:1635 c-format.c:1872
1883 #, c-format
1884 msgid "repeated %s in format"
1885 msgstr "Wiederholtes %s im Format"
1886
1887 #: c-format.c:1648
1888 msgid "missing fill character at end of strfmon format"
1889 msgstr "Fehlendes Füllzeichen am Ende des strfmon-Formates"
1890
1891 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1892 msgid "too few arguments for format"
1893 msgstr "Zu wenig Argumente für Format"
1894
1895 #: c-format.c:1728
1896 #, c-format
1897 msgid "zero width in %s format"
1898 msgstr "Breite null im Format %s"
1899
1900 #: c-format.c:1747
1901 #, c-format
1902 msgid "empty left precision in %s format"
1903 msgstr "Leere linke Präzision im Format %s"
1904
1905 #: c-format.c:1801
1906 msgid "field precision"
1907 msgstr "Feldpräzision"
1908
1909 #: c-format.c:1816
1910 #, c-format
1911 msgid "empty precision in %s format"
1912 msgstr "Fehlende Präzision im Format %s"
1913
1914 #: c-format.c:1856
1915 #, c-format
1916 msgid "%s does not support the `%s' %s length modifier"
1917 msgstr "%s unterstützt nicht den Längenmodifizierer »%s« %s"
1918
1919 #: c-format.c:1906
1920 msgid "conversion lacks type at end of format"
1921 msgstr "Konvertierung fehlt der Typ am Ende des Formates"
1922
1923 #: c-format.c:1917
1924 #, c-format
1925 msgid "unknown conversion type character `%c' in format"
1926 msgstr "Unbekanntes Konvertierungstyp-Zeichen »%c« im Format"
1927
1928 #: c-format.c:1920
1929 #, c-format
1930 msgid "unknown conversion type character 0x%x in format"
1931 msgstr "Unbekanntes Konvertierungstyp-Zeichen 0x%x im Format"
1932
1933 #: c-format.c:1927
1934 #, c-format
1935 msgid "%s does not support the `%%%c' %s format"
1936 msgstr "%s unterstützt nicht das Format »%%%c« %s"
1937
1938 #: c-format.c:1943
1939 #, c-format
1940 msgid "%s used with `%%%c' %s format"
1941 msgstr "%s verwendet mit Format »%%%c« %s"
1942
1943 #: c-format.c:1952
1944 #, c-format
1945 msgid "%s does not support %s"
1946 msgstr "%s unterstützt nicht %s"
1947
1948 #: c-format.c:1961
1949 #, c-format
1950 msgid "%s does not support %s with the `%%%c' %s format"
1951 msgstr "%s unterstützt nicht %s mit dem Format »%%%c« %s"
1952
1953 #: c-format.c:1994
1954 #, c-format
1955 msgid "%s ignored with %s and `%%%c' %s format"
1956 msgstr "%s ignoriert mit %s und Format »%%%c« %s"
1957
1958 #: c-format.c:1998
1959 #, c-format
1960 msgid "%s ignored with %s in %s format"
1961 msgstr "%s ignoriert mit %s im Format %s"
1962
1963 #: c-format.c:2004
1964 #, c-format
1965 msgid "use of %s and %s together with `%%%c' %s format"
1966 msgstr "Verwendung von %s und %s zusammen mit »%%%c« %s Format"
1967
1968 #: c-format.c:2008
1969 #, c-format
1970 msgid "use of %s and %s together in %s format"
1971 msgstr "Verwendung von %s und %s zusammen im Format %s"
1972
1973 #: c-format.c:2027
1974 #, c-format
1975 msgid "`%%%c' yields only last 2 digits of year in some locales"
1976 msgstr "»%%%c« liefert in manchen Locales nur die letzten 2 Ziffern des Jahres"
1977
1978 #: c-format.c:2030
1979 #, c-format
1980 msgid "`%%%c' yields only last 2 digits of year"
1981 msgstr "»%%%c« liefert nur die letzten 2 Ziffern des Jahres"
1982
1983 #. The end of the format string was reached.
1984 #: c-format.c:2046
1985 #, c-format
1986 msgid "no closing `]' for `%%[' format"
1987 msgstr "Kein schließendes »]« für »%%[«-Format"
1988
1989 #: c-format.c:2059
1990 #, c-format
1991 msgid "use of `%s' length modifier with `%c' type character"
1992 msgstr "Verwendung des »%s«-Längenmodifizierers mit »%c«-Typ-Zeichen"
1993
1994 #: c-format.c:2080
1995 #, c-format
1996 msgid "%s does not support the `%%%s%c' %s format"
1997 msgstr "%s unterstützt nicht das Format »%%%s%c« %s"
1998
1999 #: c-format.c:2095
2000 msgid "operand number specified with suppressed assignment"
2001 msgstr "Operandennummer mit unterdrückter Zuweisung angegeben"
2002
2003 #: c-format.c:2097
2004 msgid "operand number specified for format taking no argument"
2005 msgstr "Operandennummer angegeben für Format ohne Argumente"
2006
2007 #: c-format.c:2211
2008 #, c-format
2009 msgid "writing through null pointer (arg %d)"
2010 msgstr "Schreiben mit Null-Zeiger (Argument %d)"
2011
2012 #: c-format.c:2220
2013 #, c-format
2014 msgid "reading through null pointer (arg %d)"
2015 msgstr "Lesen mit Null-Zeiger (Argument %d)"
2016
2017 #: c-format.c:2240
2018 #, c-format
2019 msgid "writing into constant object (arg %d)"
2020 msgstr "Schreiben in konstantes Objekt (Argument %d)"
2021
2022 #: c-format.c:2250
2023 #, c-format
2024 msgid "extra type qualifiers in format argument (arg %d)"
2025 msgstr "Zusätzliche Typqualifizierer in Format-Argument (Argument %d)"
2026
2027 #: c-format.c:2257
2028 #, c-format
2029 msgid "format argument is not a pointer (arg %d)"
2030 msgstr "Format-Argument ist kein Zeiger (Argument %d)"
2031
2032 #: c-format.c:2259
2033 #, c-format
2034 msgid "format argument is not a pointer to a pointer (arg %d)"
2035 msgstr "Format-Argument ist kein Zeiger auf einen Zeiger (Argument %d)"
2036
2037 #: c-format.c:2330
2038 msgid "pointer"
2039 msgstr "Zeiger"
2040
2041 #: c-format.c:2332
2042 msgid "different type"
2043 msgstr "anderer Typ"
2044
2045 #: c-format.c:2353
2046 #, c-format
2047 msgid "%s is not type %s (arg %d)"
2048 msgstr "%s ist nicht vom Typ %s (Argument %d)"
2049
2050 #: c-format.c:2356
2051 #, c-format
2052 msgid "%s format, %s arg (arg %d)"
2053 msgstr "%s Format, %s Argument (Argument %d)"
2054
2055 #: c-lex.c:153
2056 msgid "YYDEBUG not defined"
2057 msgstr "YYDEBUG ist nicht definiert"
2058
2059 #: c-lex.c:293
2060 msgid "badly nested C headers from preprocessor"
2061 msgstr "Schlecht geschachtelte C-Header vom Präprozessor"
2062
2063 #: c-lex.c:336
2064 #, c-format
2065 msgid "ignoring #pragma %s %s"
2066 msgstr "Ignoriere #pragma %s %s"
2067
2068 #: c-lex.c:386
2069 #, c-format
2070 msgid "universal-character-name '\\U%08x' not valid in identifier"
2071 msgstr "Universeller Zeichenname »\\U%08x« nicht gültig in Bezeichner"
2072
2073 #: c-lex.c:632
2074 #, c-format
2075 msgid "universal-character-name '\\u%04x' not valid in identifier"
2076 msgstr "Universeller Zeichenname »\\u%04x« nicht gültig in Bezeichner"
2077
2078 #: c-lex.c:695
2079 #, c-format
2080 msgid "stray '%c' in program"
2081 msgstr "Verirrtes »%c« im Programm"
2082
2083 #: c-lex.c:697
2084 #, c-format
2085 msgid "stray '\\%o' in program"
2086 msgstr "Verirrtes »\\%o« im Programm"
2087
2088 #: c-lex.c:854
2089 msgid "this decimal constant is unsigned only in ISO C90"
2090 msgstr "Diese Dezimalkonstante ist nur in ISO-C90 vorzeichenlos"
2091
2092 #: c-lex.c:857
2093 msgid "this decimal constant would be unsigned in ISO C90"
2094 msgstr "Diese Dezimalkonstante wäre in ISO-C90 vorzeichenlos"
2095
2096 #: c-lex.c:873
2097 #, c-format
2098 msgid "integer constant is too large for \"%s\" type"
2099 msgstr "Ganzzahlkonstante ist zu groß für »%s«-Typ"
2100
2101 #: c-lex.c:941
2102 #, c-format
2103 msgid "floating constant exceeds range of \"%s\""
2104 msgstr "Fließkommakonstante überschreitet Wertebereich von »%s«"
2105
2106 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2107 msgid "ignoring invalid multibyte character"
2108 msgstr "Ungültiges Multibyte-Zeichen wird ignoriert"
2109
2110 #: c-opts.c:355
2111 #, c-format
2112 msgid "missing argument to \"-%s\""
2113 msgstr "Fehlendes Argument für »-%s«"
2114
2115 #: c-opts.c:359
2116 #, c-format
2117 msgid "no class name specified with \"-%s\""
2118 msgstr "Kein Klassenname mit »-%s« angegeben"
2119
2120 #: c-opts.c:366
2121 #, c-format
2122 msgid "missing filename after \"-%s\""
2123 msgstr "Fehlender Dateiname hinter »-%s«"
2124
2125 #: c-opts.c:371
2126 #, c-format
2127 msgid "missing target after \"-%s\""
2128 msgstr "Fehlendes Ziel hinter »-%s«"
2129
2130 #: c-opts.c:505
2131 #, c-format
2132 msgid "options array incorrectly sorted: %s is before %s"
2133 msgstr "Optionenliste falsch sortiert: %s kommt vor %s"
2134
2135 #: c-opts.c:550
2136 #, c-format
2137 msgid "too many filenames given.  Type %s --help for usage"
2138 msgstr "Zu viele Dateinamen angegeben. Geben sie »%s --help« ein für Hilfe"
2139
2140 #: c-opts.c:937
2141 msgid "-Wno-strict-prototypes is not supported in C++"
2142 msgstr "-Wno-strict-prototypes wird in C++ nicht unterstützt"
2143
2144 #: c-opts.c:1017
2145 #, c-format
2146 msgid "switch \"%s\" is no longer supported"
2147 msgstr "Option »%s« wird nicht mehr unterstützt"
2148
2149 #: c-opts.c:1033
2150 #, c-format
2151 msgid "switch \"%s\" is deprecated, please see documentation for details"
2152 msgstr "Option »%s« ist veraltet, schauen sie in die Dokumentation für Details"
2153
2154 #: c-opts.c:1153
2155 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2156 msgstr "-fhandle-exceptions wurde in -fexceptions umbenannt (und ist nun voreingestellt)"
2157
2158 #: c-opts.c:1273
2159 msgid "output filename specified twice"
2160 msgstr "Ausgabedatei doppelt angegeben"
2161
2162 #: c-opts.c:1387
2163 msgid "-Wformat-y2k ignored without -Wformat"
2164 msgstr "-Wformat-y2k wird ohne -Wformat ignoriert"
2165
2166 #: c-opts.c:1389
2167 msgid "-Wformat-extra-args ignored without -Wformat"
2168 msgstr "-Wformat-extra-args wird ohne -Wformat ignoriert"
2169
2170 #: c-opts.c:1391
2171 msgid "-Wformat-zero-length ignored without -Wformat"
2172 msgstr "-Wformat-zero-length wird ohne -Wformat ignoriert"
2173
2174 #: c-opts.c:1393
2175 msgid "-Wformat-nonliteral ignored without -Wformat"
2176 msgstr "-Wformat-nonliteral wird ohne -Wformat ignoriert"
2177
2178 #: c-opts.c:1395
2179 msgid "-Wformat-security ignored without -Wformat"
2180 msgstr "-Wformat-security wird ohne -Wformat ignoriert"
2181
2182 #: c-opts.c:1397
2183 msgid "-Wmissing-format-attribute ignored without -Wformat"
2184 msgstr "-Wmissing-format-attribute wird ohne -Wformat ignoriert"
2185
2186 #: c-opts.c:1419
2187 #, c-format
2188 msgid "opening output file %s"
2189 msgstr "Ausgabedatei »%s« wird geöffnet"
2190
2191 #: c-opts.c:1474
2192 #, c-format
2193 msgid "opening dependency file %s"
2194 msgstr "Abhängigkeitsdatei »%s« wird geöffnet"
2195
2196 #: c-opts.c:1484
2197 #, c-format
2198 msgid "closing dependency file %s"
2199 msgstr "Abhängigkeitsdatei »%s« wird geschlossen"
2200
2201 #: c-opts.c:1487
2202 #, c-format
2203 msgid "when writing output to %s"
2204 msgstr "beim Schreiben der Ausgabe nach %s"
2205
2206 #: c-opts.c:1567
2207 msgid "to generate dependencies you must specify either -M or -MM"
2208 msgstr "Um Abhängigkeiten zu erzeugen müssen Sie entweder -M oder -MM angeben"
2209
2210 #: c-opts.c:1715
2211 #, c-format
2212 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2213 msgstr "\"-%c%s%s\" ist gültig für %s, aber nicht für %s"
2214
2215 #. To keep the lines from getting too long for some compilers, limit
2216 #. to about 500 characters (6 lines) per chunk.
2217 #: c-opts.c:1726
2218 msgid ""
2219 "Switches:\n"
2220 "  -include <file>           Include the contents of <file> before other files\n"
2221 "  -imacros <file>           Accept definition of macros in <file>\n"
2222 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2223 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2224 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2225 "  -isystem <dir>            Add <dir> to the start of the system include path\n"
2226 msgstr ""
2227 "Optionen:\n"
2228 "  -include <Datei>          Inhalt von <Datei> vor anderen Dateien einfügen\n"
2229 "  -imacros <Datei>          Die Definition von Makros in <Datei> akzeptieren\n"
2230 "  -iprefix <Pfad>           <Pfad> als Präfix für die nächsten beiden Optionen\n"
2231 "                            angeben\n"
2232 "  -iwithprefix <Verz>       <Verz> zum Ende des System-Einfüge-Pfades\n"
2233 "                            hinzufügen\n"
2234 "  -iwithprefixbefore <Verz> <Verz> zum das Ende des Haupt-Einfüge-Pfades\n"
2235 "                            hinzufügen\n"
2236 "  -isystem <Verz>           <Verz> zum Anfang des System-Einfüge-Pfades\n"
2237 "                            hinzufügen\n"
2238
2239 #: c-opts.c:1735
2240 msgid ""
2241 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2242 "  -I <dir>                  Add <dir> to the end of the main include path\n"
2243 "  -I-                       Fine-grained include path control; see info docs\n"
2244 "  -nostdinc                 Do not search system include directories\n"
2245 "                             (dirs specified with -isystem will still be used)\n"
2246 "  -nostdinc++               Do not search system include directories for C++\n"
2247 "  -o <file>                 Put output into <file>\n"
2248 msgstr ""
2249 "  -idirafter <Verz>         <Verz> zum Ende des System-Einfüge-Pfades\n"
2250 "                             hinzufügen\n"
2251 "  -I <Verz>                 <Verz> zum Anfang des Haupt-Einfüge-Pfades\n"
2252 "                             hinzufügen\n"
2253 "  -I-                       Feineinstellung des Einfügepfades; siehe info-\n"
2254 "                             Seiten\n"
2255 "  -nostdinc                 Keine System-Einfüge-Verzeichnisse durchsuchen\n"
2256 "                             (-isystem Verzeichnisse werden aber verwendet)\n"
2257 "  -nostdinc++               Keine System-Einfüge-Verzeichnisse nach C++\n"
2258 "                             durchsuchen\n"
2259 "  -o <Datei>                Ausgabe in <Datei> leiten\n"
2260
2261 #: c-opts.c:1744
2262 msgid ""
2263 "  -trigraphs                Support ISO C trigraphs\n"
2264 "  -std=<std name>           Specify the conformance standard; one of:\n"
2265 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2266 "                            iso9899:199409, iso9899:1999, c++98\n"
2267 "  -w                        Inhibit warning messages\n"
2268 "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2269 "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2270 msgstr ""
2271 "  -trigraphs                ISO-C-»Trigraphs« unterstützen\n"
2272 "  -std=<Name>               Standardkonformität angeben; eines von:\n"
2273 "                             gnu89, gnu99, c89, c99, iso9899:1990,\n"
2274 "                             iso9899:199409, iso9899:1999, c++98\n"
2275 "  -w                        Warnungen unterdrücken\n"
2276 "  -W[no-]trigraphs          Warnungen bei »Trigraphs«\n"
2277 "  -W[no-]comment{s}         Warnungen bei geschachtelten Kommentaren\n"
2278
2279 #: c-opts.c:1753
2280 msgid ""
2281 "  -W[no-]traditional        Warn about features not present in traditional C\n"
2282 "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2283 "  -W[no-]import             Warn about the use of the #import directive\n"
2284 msgstr ""
2285 "  -W[no-]traditional        Warnungen bei Merkmalen von traditionellem C\n"
2286 "  -W[no-]undef              Warnungen bei Verwendung undefinierter Makros\n"
2287 "                             mit #if\n"
2288 "  -W[no-]import             Warnungen über die Verwendung der Direktive\n"
2289 "                             #import\n"
2290
2291 #: c-opts.c:1758
2292 msgid ""
2293 "  -W[no-]error              Treat all warnings as errors\n"
2294 "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2295 "  -W[no-]all                Enable most preprocessor warnings\n"
2296 msgstr ""
2297 "  -W[no-]error              Alle Warnungen als Fehler behandeln\n"
2298 "  -W[no-]system-headers     Keine Warnungen von System-Headern unterdrücken\n"
2299 "  -W[no-]all                Die meisten Präprozessorwarnungen einschalten\n"
2300
2301 #: c-opts.c:1763
2302 msgid ""
2303 "  -M                        Generate make dependencies\n"
2304 "  -MM                       As -M, but ignore system header files\n"
2305 "  -MD                       Generate make dependencies and compile\n"
2306 "  -MMD                      As -MD, but ignore system header files\n"
2307 "  -MF <file>                Write dependency output to the given file\n"
2308 "  -MG                       Treat missing header file as generated files\n"
2309 msgstr ""
2310 "  -M                        Make-Abhängigkeiten generieren\n"
2311 "  -MM                       Wie -M, aber System-Header ignorieren\n"
2312 "  -MD                       Make-Abhängigkeiten generieren und kompilieren\n"
2313 "  -MMD                      Wie -MD, aber System-Header ignorieren\n"
2314 "  -MF <Datei>               Abhängigkeiten-Ausgabe in die angegebene Datei\n"
2315 "                             schreiben\n"
2316 "  -MG                       Fehlende Header-Dateien als generierte Dateien\n"
2317 "                             behandeln\n"
2318
2319 #: c-opts.c:1771
2320 msgid ""
2321 "  -MP\t\t\t    Generate phony targets for all headers\n"
2322 "  -MQ <target>              Add a MAKE-quoted target\n"
2323 "  -MT <target>              Add an unquoted target\n"
2324 msgstr ""
2325 "  -MP\t\t\t    Generiere falsche (phony) Ziele für Header\n"
2326 "  -MQ <Ziel>                MAKE-zitiertes Ziel hinzufügen\n"
2327 "  -MT <Ziel>                Ein unzitiertes Ziel hinzufügen\n"
2328
2329 #: c-opts.c:1776
2330 msgid ""
2331 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
2332 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2333 "  -A<question>=<answer>     Assert the <answer> to <question>\n"
2334 "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2335 "  -U<macro>                 Undefine <macro> \n"
2336 "  -v                        Display the version number\n"
2337 msgstr ""
2338 "  -D<Makro>                 <Makro> mit Wert \"1\" definieren\n"
2339 "  -D<Makro>=<Wert>          <Makro> mit Wert <Wert> definieren\n"
2340 "  -A<Frage>=<Antwort>       Die <Antwort> auf <Frage> annehmen\n"
2341 "  -A-<Frage>=<Antwort>      Die <Antwort> auf <Frage> abschalten\n"
2342 "  -U<Makro>                 <Makro> löschen\n"
2343 "  -v                        Version anzeigen\n"
2344
2345 #: c-opts.c:1784
2346 msgid ""
2347 "  -H                        Print the name of header files as they are used\n"
2348 "  -C                        Do not discard comments\n"
2349 "  -dM                       Display a list of macro definitions active at end\n"
2350 "  -dD                       Preserve macro definitions in output\n"
2351 "  -dN                       As -dD except that only the names are preserved\n"
2352 "  -dI                       Include #include directives in the output\n"
2353 msgstr ""
2354 "  -H                        Namen von Header-Dateien anzeigen wenn sie\n"
2355 "                             verwendet werden\n"
2356 "  -C                        Kommentare nicht streichen\n"
2357 "  -dM                       Am Ende eine Liste von Makrodefinitionen anzeigen\n"
2358 "  -dD                       Makrodefinitionen in der Ausgabe bewahren\n"
2359 "  -dN                       Wie -dD nur dass die Namen bewahrt werden\n"
2360 "  -dI                       #include-Anweisungen in die Ausgabe einfügen\n"
2361
2362 #: c-opts.c:1792
2363 msgid ""
2364 "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2365 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2366 "  -P                        Do not generate #line directives\n"
2367 "  -remap                    Remap file names when including files\n"
2368 "  --help                    Display this information\n"
2369 msgstr ""
2370 "  -f[no-]preprocessed       Eingabedatei als bereits vorverarbeitet behandeln\n"
2371 "  -ftabstop=<Zahl>          Tabulatorenabstand für Spaltenmeldungen\n"
2372 "  -P                        Keine #line-Direktiven generieren\n"
2373 "  -remap                    Dateinamen beim Einfügen neu abbilden\n"
2374 "  --help                    Diese Information anzeigen\n"
2375
2376 #. Like YYERROR but do call yyerror.
2377 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2378 msgid "syntax error"
2379 msgstr "Syntaxfehler"
2380
2381 #: /usr/share/bison/bison.simple:179
2382 msgid "syntax error: cannot back up"
2383 msgstr "Syntaxfehler: Kann nicht zurücksetzen"
2384
2385 #: c-parse.y:325 objc-parse.y:346
2386 msgid "ISO C forbids an empty source file"
2387 msgstr "ISO-C erlaubt keine leeren Quelldateien"
2388
2389 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2390 msgid "argument of `asm' is not a constant string"
2391 msgstr "Argument von »asm« ist keine konstante Zeichenkette"
2392
2393 #: c-parse.y:374 objc-parse.y:396
2394 msgid "ISO C forbids data definition with no type or storage class"
2395 msgstr "ISO-C verbietet Datendefinition ohne Typ und Speicherklasse"
2396
2397 #: c-parse.y:376 objc-parse.y:398
2398 msgid "data definition has no type or storage class"
2399 msgstr "Datendefinition hat keinen Typ oder Speicherklasse"
2400
2401 #: c-parse.y:389 objc-parse.y:411
2402 msgid "ISO C does not allow extra `;' outside of a function"
2403 msgstr "ISO-C erlaubt kein extra »;« außerhalb einer Funktion"
2404
2405 #: c-parse.y:449 cppexp.c:1312
2406 msgid "traditional C rejects the unary plus operator"
2407 msgstr "Traditionelles C weist den unären Plus-Operator zurück"
2408
2409 #: c-parse.y:496 objc-parse.y:518
2410 msgid "`sizeof' applied to a bit-field"
2411 msgstr "»sizeof«-Operator auf ein Bitfeld angewendet"
2412
2413 #: c-parse.y:583 objc-parse.y:605
2414 msgid "ISO C forbids omitting the middle term of a ?: expression"
2415 msgstr "ISO-C verbietet das Weglassen des mittleren Terms eines ?:-Ausdruckes"
2416
2417 #: c-parse.y:632 objc-parse.y:654
2418 msgid "ISO C89 forbids compound literals"
2419 msgstr "ISO-C89 verbietet zusammengesetzte Literale"
2420
2421 #: c-parse.y:646 objc-parse.y:668
2422 msgid "ISO C forbids braced-groups within expressions"
2423 msgstr "ISO-C verbietet geklammerte Gruppen innerhalb von Ausrücken"
2424
2425 #: c-parse.y:677 objc-parse.y:699
2426 msgid "first argument to __builtin_choose_expr not a constant"
2427 msgstr "Das erste Argument für __builtin_choose_expr ist keine Konstante"
2428
2429 #: c-parse.y:721 objc-parse.y:767
2430 msgid "traditional C rejects ISO C style function definitions"
2431 msgstr "Traditionelles C weist Funktionsdefinitionen im ISO-C-Stil zurück"
2432
2433 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2434 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2435 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2436 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2437 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2438 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2439 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2440 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2441 #, c-format
2442 msgid "`%s' is not at beginning of declaration"
2443 msgstr "»%s« ist nicht am Beginn einer Deklaration"
2444
2445 #: c-parse.y:1441 objc-parse.y:1496
2446 msgid "ISO C forbids empty initializer braces"
2447 msgstr "ISO-C verbietet leere Initialisierungsklammern"
2448
2449 #: c-parse.y:1455 objc-parse.y:1510
2450 msgid "ISO C89 forbids specifying subobject to initialize"
2451 msgstr "ISO-C89 verbietet die Angabe von zu initialisierenden Unterobjekten"
2452
2453 #: c-parse.y:1458 objc-parse.y:1513
2454 msgid "obsolete use of designated initializer without `='"
2455 msgstr "Veraltete Verwendung einer bestimmten Initialisierung ohne »=«"
2456
2457 #: c-parse.y:1462 objc-parse.y:1517
2458 msgid "obsolete use of designated initializer with `:'"
2459 msgstr "Veraltete Verwendung einer bestimmten Initialisierung mit »:«"
2460
2461 #: c-parse.y:1489 objc-parse.y:1544
2462 msgid "ISO C forbids specifying range of elements to initialize"
2463 msgstr "ISO-C verbietet die Angabe eines zu initialisierenden Wertebereiches"
2464
2465 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2466 msgid "ISO C forbids nested functions"
2467 msgstr "ISO-C verbietet verschachtelte Funktionen"
2468
2469 #: c-parse.y:1703 objc-parse.y:1760
2470 msgid "ISO C forbids forward references to `enum' types"
2471 msgstr "ISO-C verbietet Vorwärts-Referenzen auf »enum«-Typen"
2472
2473 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2474 msgid "comma at end of enumerator list"
2475 msgstr "Komma am Ende der Aufzählungsliste"
2476
2477 #: c-parse.y:1723 objc-parse.y:1780
2478 msgid "no semicolon at end of struct or union"
2479 msgstr "Kein Semikolon am Ende von »struct« oder »union«"
2480
2481 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2482 msgid "extra semicolon in struct or union specified"
2483 msgstr "Zusätzliches Semikolon in »struct« oder »union« angegeben"
2484
2485 #: c-parse.y:1745 objc-parse.y:1816
2486 msgid "ISO C doesn't support unnamed structs/unions"
2487 msgstr "ISO-C unterstützt keine namenlosen structs/unions"
2488
2489 #: c-parse.y:1754 objc-parse.y:1825
2490 msgid "ISO C forbids member declarations with no members"
2491 msgstr "ISO-C verbietet Member-Deklarationen ohne Member"
2492
2493 #: c-parse.y:1913 objc-parse.y:1984
2494 msgid "deprecated use of label at end of compound statement"
2495 msgstr "Veraltete Verwendung einer Marke am Ende einer Verbundanweisung"
2496
2497 #: c-parse.y:1930 objc-parse.y:2001
2498 msgid "ISO C89 forbids mixed declarations and code"
2499 msgstr "ISO-C89 verbietet gemischte Deklarationen und Kode"
2500
2501 #: c-parse.y:2005 objc-parse.y:2080
2502 msgid "ISO C forbids label declarations"
2503 msgstr "ISO-C verbietet Markendeklarationen"
2504
2505 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2506 msgid "braced-group within expression allowed only inside a function"
2507 msgstr "Geklammerte Gruppe innerhalb Ausdruck nur in Funktion erlaubt"
2508
2509 #: c-parse.y:2182 objc-parse.y:2257
2510 msgid "empty body in an else-statement"
2511 msgstr "Leerer Körper in einer else-Anweisung"
2512
2513 #: c-parse.y:2303 objc-parse.y:2378
2514 msgid "ISO C forbids `goto *expr;'"
2515 msgstr "ISO-C verbietet »goto *expr;«"
2516
2517 #: c-parse.y:2403 objc-parse.y:2478
2518 msgid "ISO C forbids forward parameter declarations"
2519 msgstr "ISO-C verbietet Vorwärtsdeklaration für Parameter"
2520
2521 #. Gcc used to allow this as an extension.  However, it does
2522 #. not work for all targets, and thus has been disabled.
2523 #. Also, since func (...) and func () are indistinguishable,
2524 #. it caused problems with the code in expand_builtin which
2525 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2526 #. correctly.
2527 #: c-parse.y:2429 objc-parse.y:2504
2528 msgid "ISO C requires a named argument before `...'"
2529 msgstr "ISO-C erfordert ein benanntes Argument vor »...«"
2530
2531 #: c-parse.y:2526 objc-parse.y:2601
2532 msgid "`...' in old-style identifier list"
2533 msgstr "»...« in einer Bezeichnerliste alten Stils"
2534
2535 #: /usr/share/bison/bison.simple:795
2536 msgid "parse error; also virtual memory exhausted"
2537 msgstr "Fehler beim Parsen; auch virtueller Speicher verbraucht"
2538
2539 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2540 msgid "parse error"
2541 msgstr "Fehler beim Parsen"
2542
2543 #: /usr/share/bison/bison.simple:924
2544 msgid "parser stack overflow"
2545 msgstr "Parser-Keller-Überlauf"
2546
2547 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2548 #, c-format
2549 msgid "%s at end of input"
2550 msgstr "%s am Ende der Eingabe"
2551
2552 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2553 #, c-format
2554 msgid "%s before %s'%c'"
2555 msgstr "%s vor %s'%c'"
2556
2557 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2558 #, c-format
2559 msgid "%s before %s'\\x%x'"
2560 msgstr "%s vor %s'\\x%x'"
2561
2562 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2563 #, c-format
2564 msgid "%s before string constant"
2565 msgstr "%s vor Zeichenkettenkonstante"
2566
2567 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2568 #, c-format
2569 msgid "%s before numeric constant"
2570 msgstr "%s vor numerischer Konstante"
2571
2572 #: c-parse.y:2854 objc-parse.y:3553
2573 #, c-format
2574 msgid "%s before \"%s\""
2575 msgstr "%s vor \"%s\""
2576
2577 #: c-parse.y:2856 objc-parse.y:3555
2578 #, c-format
2579 msgid "%s before '%s' token"
2580 msgstr "%s vor »%s«"
2581
2582 #: c-parse.y:2921
2583 msgid "traditional C rejects string concatenation"
2584 msgstr "Traditionelles C weist Stringverkettung zurück"
2585
2586 #: c-parse.y:3047 objc-parse.y:3779
2587 #, c-format
2588 msgid "syntax error at '%s' token"
2589 msgstr "Syntaxfehler bei »%s«"
2590
2591 #: c-pragma.c:107
2592 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2593 msgstr "#pragma pack (pop) gefunden ohne passendes #pragma pack (push, <n>)"
2594
2595 #: c-pragma.c:125
2596 #, c-format
2597 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2598 msgstr "#pragma pack(pop, %s) gefunden ohne passendes #pragma pack(push, %s, <n>)"
2599
2600 #: c-pragma.c:145
2601 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2602 msgstr "#pragma pack(push[, id], <n>) wird von diesem Ziel nicht unterstützt"
2603
2604 #: c-pragma.c:147
2605 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2606 msgstr "#pragma pack(pop[, id], <n>) wird von diesem Ziel nicht unterstützt"
2607
2608 #: c-pragma.c:167
2609 msgid "missing '(' after '#pragma pack' - ignored"
2610 msgstr "Fehlendes »(« hinter »#pragma pack« - ignoriert"
2611
2612 #: c-pragma.c:180 c-pragma.c:230
2613 msgid "malformed '#pragma pack' - ignored"
2614 msgstr "Falsch geformtes »#pragma pack« - ignoriert"
2615
2616 #: c-pragma.c:185
2617 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2618 msgstr "Falsch geformtes »#pragma pack(push[, id], <n>)« - ignoriert"
2619
2620 #: c-pragma.c:187
2621 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2622 msgstr "Falsch geformtes »#pragma pack(pop[, id])« - ignoriert"
2623
2624 #: c-pragma.c:196
2625 #, c-format
2626 msgid "unknown action '%s' for '#pragma pack' - ignored"
2627 msgstr "Unbekannte Aktion »%s« für »#pragma pack« - ignoriert"
2628
2629 #: c-pragma.c:233
2630 msgid "junk at end of '#pragma pack'"
2631 msgstr "Ausschuss am Ende von »#pragma pack«"
2632
2633 #: c-pragma.c:247
2634 #, c-format
2635 msgid "alignment must be a small power of two, not %d"
2636 msgstr "Ausrichtung muss eine kleine Zweierpotenz sein, nicht %d"
2637
2638 #: c-pragma.c:280
2639 #, c-format
2640 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2641 msgstr "Anwendung von #pragma weak »%s« nach erster Benutzung führt zu nicht spezifiziertem Verhalten"
2642
2643 #: c-pragma.c:328 c-pragma.c:333
2644 msgid "malformed #pragma weak, ignored"
2645 msgstr "Falsch geformtes #pragma weak, ignoriert"
2646
2647 #: c-pragma.c:337
2648 msgid "junk at end of #pragma weak"
2649 msgstr "Ausschuss am Ende von #pragma weak"
2650
2651 #: c-pragma.c:372 c-pragma.c:377
2652 msgid "malformed #pragma redefine_extname, ignored"
2653 msgstr "Falsch geformtes #pragma redefine_extname, ignoriert"
2654
2655 #: c-pragma.c:382
2656 msgid "junk at end of #pragma redefine_extname"
2657 msgstr "Ausschuss am Ende von #pragma redefine_extname"
2658
2659 #: c-pragma.c:389 c-pragma.c:470
2660 msgid "#pragma redefine_extname conflicts with declaration"
2661 msgstr "#pragma redefine_extname steht in Konflikt mit Deklaration"
2662
2663 #: c-pragma.c:420
2664 msgid "malformed #pragma extern_prefix, ignored"
2665 msgstr "Falsch geformtes #pragma extern_prefix, ignoriert"
2666
2667 #: c-pragma.c:425
2668 msgid "junk at end of #pragma extern_prefix"
2669 msgstr "Ausschuss am Ende von #pragma extern_prefix"
2670
2671 #: c-pragma.c:457
2672 msgid "asm declaration conflicts with previous rename"
2673 msgstr "asm-Deklaration steht in Konflikt mit vorheriger Umbenennung"
2674
2675 #: c-semantics.c:565
2676 msgid "break statement not within loop or switch"
2677 msgstr "break-Anweisung nicht innerhalb einer Schleife oder »switch«"
2678
2679 #: c-semantics.c:583
2680 msgid "continue statement not within a loop"
2681 msgstr "continue-Anweisung nicht innerhalb einer Schleife"
2682
2683 #: c-semantics.c:678
2684 msgid "destructor needed for `%#D'"
2685 msgstr "Destruktor für »%#D« benötigt"
2686
2687 #: c-semantics.c:679
2688 msgid "where case label appears here"
2689 msgstr "wobei die case-Marke hier auftritt"
2690
2691 #: c-semantics.c:682
2692 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2693 msgstr "(schließen sie Aktionen vorheriger case-Anweisungen, die Destruktoren benötigen, in ihrem eigenen Gültigkeitsbereich ein)"
2694
2695 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2696 #, c-format
2697 msgid "%s qualifier ignored on asm"
2698 msgstr "%s-Qualifizierer für asm ignoriert"
2699
2700 #: c-typeck.c:123
2701 #, c-format
2702 msgid "`%s' has an incomplete type"
2703 msgstr "»%s« hat unvollständigen Typ"
2704
2705 #: c-typeck.c:145 cp/call.c:2865
2706 msgid "invalid use of void expression"
2707 msgstr "Falsche Benutzung eines void-Ausdruckes"
2708
2709 #: c-typeck.c:153
2710 msgid "invalid use of flexible array member"
2711 msgstr "Falsche Benutzung eines flexiblen Feld-Members"
2712
2713 #: c-typeck.c:159
2714 msgid "invalid use of array with unspecified bounds"
2715 msgstr "Falsche Benutzung eines Feldes mit unbekannten Grenzen"
2716
2717 #: c-typeck.c:167
2718 #, c-format
2719 msgid "invalid use of undefined type `%s %s'"
2720 msgstr "Falsche Benutzung des undefinierten Typs »%s %s«"
2721
2722 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2723 #: c-typeck.c:171
2724 #, c-format
2725 msgid "invalid use of incomplete typedef `%s'"
2726 msgstr "Falsche Benutzung des unvollständigen typedef »%s«"
2727
2728 #: c-typeck.c:424 c-typeck.c:438
2729 msgid "function types not truly compatible in ISO C"
2730 msgstr "Funktionstypen nicht wirklich kompatibel in ISO-C"
2731
2732 #: c-typeck.c:603
2733 msgid "types are not quite compatible"
2734 msgstr "Typen nicht sehr kompatibel"
2735
2736 #: c-typeck.c:757 c-typeck.c:2687
2737 msgid "arithmetic on pointer to an incomplete type"
2738 msgstr "Arithmetik mit Zeiger auf unvollständigen Typen"
2739
2740 #: c-typeck.c:1136
2741 #, c-format
2742 msgid "%s has no member named `%s'"
2743 msgstr "%s hat keinen Member »%s«"
2744
2745 #: c-typeck.c:1172
2746 #, c-format
2747 msgid "request for member `%s' in something not a structure or union"
2748 msgstr "Anfrage nach Member »%s« in etwas, was keine Struktur oder union ist"
2749
2750 #: c-typeck.c:1204
2751 msgid "dereferencing pointer to incomplete type"
2752 msgstr "Dereferenzierung eines Zeigers auf unvollständigen Typen"
2753
2754 #: c-typeck.c:1208
2755 msgid "dereferencing `void *' pointer"
2756 msgstr "Dereferenzierung eines »void *« Zeigers"
2757
2758 #: c-typeck.c:1225 cp/typeck.c:2369
2759 #, c-format
2760 msgid "invalid type argument of `%s'"
2761 msgstr "Falsches Typ-Argument von »%s«"
2762
2763 #: c-typeck.c:1244 cp/typeck.c:2395
2764 msgid "subscript missing in array reference"
2765 msgstr "Index fehlt in Feldreferenz"
2766
2767 #: c-typeck.c:1265 cp/typeck.c:2437
2768 msgid "array subscript has type `char'"
2769 msgstr "Feldindex hat Typ »char«"
2770
2771 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2772 msgid "array subscript is not an integer"
2773 msgstr "Feldindex ist keine Ganzzahl"
2774
2775 #: c-typeck.c:1306
2776 msgid "ISO C forbids subscripting `register' array"
2777 msgstr "ISO-C verbietet, ein »register«-Array zu indizieren"
2778
2779 #: c-typeck.c:1308
2780 msgid "ISO C90 forbids subscripting non-lvalue array"
2781 msgstr "ISO-C90 verbietet, ein Nicht-L-Wert-Feld zu indizieren"
2782
2783 #: c-typeck.c:1341
2784 msgid "subscript has type `char'"
2785 msgstr "Index hat Typ »char«"
2786
2787 #: c-typeck.c:1357 cp/typeck.c:2518
2788 msgid "subscripted value is neither array nor pointer"
2789 msgstr "Indizierter Wert ist weder ein Feld noch ein Zeiger"
2790
2791 #: c-typeck.c:1411
2792 #, c-format
2793 msgid "`%s' undeclared here (not in a function)"
2794 msgstr "»%s« ist hier nicht deklariert (nicht in einer Funktion)"
2795
2796 #: c-typeck.c:1418
2797 #, c-format
2798 msgid "`%s' undeclared (first use in this function)"
2799 msgstr "»%s« nicht deklariert (erste Benutzung in dieser Funktion)"
2800
2801 #: c-typeck.c:1423
2802 msgid "(Each undeclared identifier is reported only once"
2803 msgstr "(Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt"
2804
2805 #: c-typeck.c:1424
2806 msgid "for each function it appears in.)"
2807 msgstr "für jede Funktion in der er auftritt.)"
2808
2809 #: c-typeck.c:1441
2810 #, c-format
2811 msgid "local declaration of `%s' hides instance variable"
2812 msgstr "Lokale Deklaration von »%s« versteckt Instanzvariable"
2813
2814 #: c-typeck.c:1518
2815 msgid "called object is not a function"
2816 msgstr "Gerufenes Objekt ist keine Funktion"
2817
2818 #: c-typeck.c:1604 cp/typeck.c:2829
2819 msgid "too many arguments to function"
2820 msgstr "Zu viele Argumente für Funktion"
2821
2822 #: c-typeck.c:1625
2823 #, c-format
2824 msgid "type of formal parameter %d is incomplete"
2825 msgstr "Typ des formalen Parameters %d ist unvollständig"
2826
2827 #: c-typeck.c:1638
2828 #, c-format
2829 msgid "%s as integer rather than floating due to prototype"
2830 msgstr "%s als Ganzzahl statt Fließkomma aufgrund des Prototyps"
2831
2832 #: c-typeck.c:1641
2833 #, c-format
2834 msgid "%s as integer rather than complex due to prototype"
2835 msgstr "%s als Ganzzahl statt komplex aufgrund des Prototyps"
2836
2837 #: c-typeck.c:1644
2838 #, c-format
2839 msgid "%s as complex rather than floating due to prototype"
2840 msgstr "%s als komplex statt Fließkomma aufgrund des Prototyps"
2841
2842 #: c-typeck.c:1647
2843 #, c-format
2844 msgid "%s as floating rather than integer due to prototype"
2845 msgstr "%s als Fließkomma statt Ganzzahl aufgrund des Prototyps"
2846
2847 #: c-typeck.c:1650
2848 #, c-format
2849 msgid "%s as complex rather than integer due to prototype"
2850 msgstr "%s als komplex statt Ganzzahl aufgrund des Prototyps"
2851
2852 #: c-typeck.c:1653
2853 #, c-format
2854 msgid "%s as floating rather than complex due to prototype"
2855 msgstr "%s als Gließkomma statt komplex aufgrund des Prototyps"
2856
2857 #: c-typeck.c:1663
2858 #, c-format
2859 msgid "%s as `float' rather than `double' due to prototype"
2860 msgstr "%s als »float« statt »double« aufgrund des Prototyps"
2861
2862 #: c-typeck.c:1681
2863 #, c-format
2864 msgid "%s with different width due to prototype"
2865 msgstr "%s mit anderer Breite aufgrund des Prototyps"
2866
2867 #: c-typeck.c:1715
2868 #, c-format
2869 msgid "%s as unsigned due to prototype"
2870 msgstr "%s als vorzeichenlos aufgrund des Prototyps"
2871
2872 #: c-typeck.c:1717
2873 #, c-format
2874 msgid "%s as signed due to prototype"
2875 msgstr "%s als vorzeichenbehaftet aufgrund des Prototyps"
2876
2877 #: c-typeck.c:1751 cp/typeck.c:2933
2878 msgid "too few arguments to function"
2879 msgstr "Zu wenige Argumente für Funktion"
2880
2881 #: c-typeck.c:1793
2882 msgid "suggest parentheses around + or - inside shift"
2883 msgstr "Klammern um + oder - innerhalb von Schiebeoperation empfohlen"
2884
2885 #: c-typeck.c:1800
2886 msgid "suggest parentheses around && within ||"
2887 msgstr "Klammern um && innerhalb von || empfohlen"
2888
2889 #: c-typeck.c:1809
2890 msgid "suggest parentheses around arithmetic in operand of |"
2891 msgstr "Klammern um Arithmetik in Operand von | empfohlen"
2892
2893 #: c-typeck.c:1812
2894 msgid "suggest parentheses around comparison in operand of |"
2895 msgstr "Klammern um Vergleich in Operand von | empfohlen"
2896
2897 #: c-typeck.c:1821
2898 msgid "suggest parentheses around arithmetic in operand of ^"
2899 msgstr "Klammern um Arithmetik in Operand von ^ empfohlen"
2900
2901 #: c-typeck.c:1824
2902 msgid "suggest parentheses around comparison in operand of ^"
2903 msgstr "Klammern um Vergleich in Operand von ^ empfohlen"
2904
2905 #: c-typeck.c:1831
2906 msgid "suggest parentheses around + or - in operand of &"
2907 msgstr "Klammern um + oder - in Operand von & empfohlen"
2908
2909 #: c-typeck.c:1834
2910 msgid "suggest parentheses around comparison in operand of &"
2911 msgstr "Klammern um Vergleich in Operand von & empfohlen"
2912
2913 #: c-typeck.c:1841
2914 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2915 msgstr "Vergleiche wie X<=Y<=Z haben nicht ihre mathematische Bedeutung"
2916
2917 #: c-typeck.c:2001 c-typeck.c:2036
2918 msgid "division by zero"
2919 msgstr "Teilung durch Null"
2920
2921 #: c-typeck.c:2081 cp/typeck.c:3194
2922 msgid "right shift count is negative"
2923 msgstr "Rechts-Schiebe-Weite ist negativ"
2924
2925 #: c-typeck.c:2088 cp/typeck.c:3200
2926 msgid "right shift count >= width of type"
2927 msgstr "Rechts-Schiebe-Weite >= Breite des Typs"
2928
2929 #: c-typeck.c:2109 cp/typeck.c:3219
2930 msgid "left shift count is negative"
2931 msgstr "Links-Schiebe-Weite ist negativ"
2932
2933 #: c-typeck.c:2112 cp/typeck.c:3221
2934 msgid "left shift count >= width of type"
2935 msgstr "Links-Schiebe-Weite >= Breite des Typs"
2936
2937 #: c-typeck.c:2133
2938 msgid "shift count is negative"
2939 msgstr "Schiebeweite ist negativ"
2940
2941 #: c-typeck.c:2135
2942 msgid "shift count >= width of type"
2943 msgstr "Schiebeweite >= Breite des Typs"
2944
2945 #: c-typeck.c:2152 cp/typeck.c:3256
2946 msgid "comparing floating point with == or != is unsafe"
2947 msgstr "Vergleich von Fließkomma mit == oder != ist unsicher"
2948
2949 #: c-typeck.c:2178 c-typeck.c:2184
2950 msgid "ISO C forbids comparison of `void *' with function pointer"
2951 msgstr "ISO-C verbietet Vergleich von »void *« mit Funktionszeiger"
2952
2953 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
2954 msgid "comparison of distinct pointer types lacks a cast"
2955 msgstr "In Vergleich verschiedener Zeigertypen fehlt Typkonvertierung"
2956
2957 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
2958 msgid "comparison between pointer and integer"
2959 msgstr "Vergleich zwischen Zeiger und Ganzzahl"
2960
2961 #: c-typeck.c:2222 c-typeck.c:2250
2962 msgid "ISO C forbids ordered comparisons of pointers to functions"
2963 msgstr "ISO-C verbietet geordnete Vergleiche zwischen Zeigern auf Funktionen"
2964
2965 #: c-typeck.c:2247
2966 msgid "comparison of complete and incomplete pointers"
2967 msgstr "Vergleich von vollständigen und unvollständigen Zeigern"
2968
2969 #: c-typeck.c:2263 c-typeck.c:2270
2970 msgid "ordered comparison of pointer with integer zero"
2971 msgstr "Geordneter Vergleich von Zeiger mit Ganzzahlnull"
2972
2973 #: c-typeck.c:2294 cp/typeck.c:3389
2974 msgid "unordered comparison on non-floating point argument"
2975 msgstr "Ungeordneter Vergleich mit Nicht-Fließkomma-Argument"
2976
2977 #: c-typeck.c:2505
2978 msgid "comparison between signed and unsigned"
2979 msgstr "Vergleich zwischen vorzeichenbehaftet und vorzeichenlos"
2980
2981 #: c-typeck.c:2551 cp/typeck.c:3633
2982 msgid "comparison of promoted ~unsigned with constant"
2983 msgstr "Vergleich von weitergegebenem ~unsigned mit Konstante"
2984
2985 #: c-typeck.c:2559 cp/typeck.c:3641
2986 msgid "comparison of promoted ~unsigned with unsigned"
2987 msgstr "Vergleich von weitergegebenem ~unsigned mit unsigned"
2988
2989 #: c-typeck.c:2639
2990 msgid "pointer of type `void *' used in subtraction"
2991 msgstr "Zeiger des Typs »void *« in Subtraktion verwendet"
2992
2993 #: c-typeck.c:2641
2994 msgid "pointer to a function used in subtraction"
2995 msgstr "Zeiger auf eine Funktion in Subtraktion verwendet"
2996
2997 #: c-typeck.c:2738
2998 msgid "wrong type argument to unary plus"
2999 msgstr "Argument falschen Typs für unäres Plus"
3000
3001 #: c-typeck.c:2751
3002 msgid "wrong type argument to unary minus"
3003 msgstr "Argument falschen Typs für unäres Minus"
3004
3005 #: c-typeck.c:2768
3006 msgid "ISO C does not support `~' for complex conjugation"
3007 msgstr "ISO-C unterstützt nicht »~« für komplexe Konjugation"
3008
3009 #: c-typeck.c:2774
3010 msgid "wrong type argument to bit-complement"
3011 msgstr "Argument falschen Typs für Bit-Komplement"
3012
3013 #: c-typeck.c:2783
3014 msgid "wrong type argument to abs"
3015 msgstr "Argument falschen Typs für abs"
3016
3017 #: c-typeck.c:2795
3018 msgid "wrong type argument to conjugation"
3019 msgstr "Argument falschen Typs für Konjugation"
3020
3021 #: c-typeck.c:2809
3022 msgid "wrong type argument to unary exclamation mark"
3023 msgstr "Argument falschen Typs für unäres Ausrufungszeichen"
3024
3025 #: c-typeck.c:2852
3026 msgid "ISO C does not support `++' and `--' on complex types"
3027 msgstr "ISO-C unterstützt kein »++« und »--« für komplexe Typen"
3028
3029 #: c-typeck.c:2867 c-typeck.c:2899
3030 msgid "wrong type argument to increment"
3031 msgstr "Argument falschen Typs für Inkrementierung"
3032
3033 #: c-typeck.c:2869 c-typeck.c:2901
3034 msgid "wrong type argument to decrement"
3035 msgstr "Argument falschen Typs für Dekrementierung"
3036
3037 #: c-typeck.c:2890
3038 msgid "increment of pointer to unknown structure"
3039 msgstr ""
3040
3041 #: c-typeck.c:2892
3042 msgid "decrement of pointer to unknown structure"
3043 msgstr ""
3044
3045 #: c-typeck.c:3029
3046 msgid "ISO C forbids the address of a cast expression"
3047 msgstr ""
3048
3049 #: c-typeck.c:3039
3050 msgid "invalid lvalue in unary `&'"
3051 msgstr ""
3052
3053 #: c-typeck.c:3071
3054 #, c-format
3055 msgid "attempt to take address of bit-field structure member `%s'"
3056 msgstr ""
3057
3058 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
3059 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
3060 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
3061 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3062 #, c-format
3063 msgid "%s"
3064 msgstr ""
3065
3066 #: c-typeck.c:3241
3067 msgid "ISO C forbids use of conditional expressions as lvalues"
3068 msgstr ""
3069
3070 #: c-typeck.c:3244
3071 msgid "ISO C forbids use of compound expressions as lvalues"
3072 msgstr ""
3073
3074 #: c-typeck.c:3247
3075 msgid "ISO C forbids use of cast expressions as lvalues"
3076 msgstr ""
3077
3078 #: c-typeck.c:3264
3079 #, c-format
3080 msgid "%s of read-only member `%s'"
3081 msgstr ""
3082
3083 #: c-typeck.c:3268
3084 #, c-format
3085 msgid "%s of read-only variable `%s'"
3086 msgstr ""
3087
3088 #: c-typeck.c:3271
3089 #, c-format
3090 msgid "%s of read-only location"
3091 msgstr ""
3092
3093 #: c-typeck.c:3290
3094 #, c-format
3095 msgid "cannot take address of bit-field `%s'"
3096 msgstr ""
3097
3098 #: c-typeck.c:3318
3099 #, c-format
3100 msgid "global register variable `%s' used in nested function"
3101 msgstr ""
3102
3103 #: c-typeck.c:3322
3104 #, c-format
3105 msgid "register variable `%s' used in nested function"
3106 msgstr ""
3107
3108 #: c-typeck.c:3329
3109 #, c-format
3110 msgid "address of global register variable `%s' requested"
3111 msgstr ""
3112
3113 #: c-typeck.c:3341
3114 msgid "cannot put object with volatile field into register"
3115 msgstr ""
3116
3117 #: c-typeck.c:3345
3118 #, c-format
3119 msgid "address of register variable `%s' requested"
3120 msgstr ""
3121
3122 #: c-typeck.c:3453
3123 msgid "signed and unsigned type in conditional expression"
3124 msgstr ""
3125
3126 #: c-typeck.c:3460
3127 msgid "ISO C forbids conditional expr with only one void side"
3128 msgstr ""
3129
3130 #: c-typeck.c:3476 c-typeck.c:3483
3131 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3132 msgstr ""
3133
3134 #: c-typeck.c:3489
3135 msgid "pointer type mismatch in conditional expression"
3136 msgstr ""
3137
3138 #: c-typeck.c:3496 c-typeck.c:3506
3139 msgid "pointer/integer type mismatch in conditional expression"
3140 msgstr ""
3141
3142 #: c-typeck.c:3520
3143 msgid "type mismatch in conditional expression"
3144 msgstr ""
3145
3146 #: c-typeck.c:3591 cp/typeck.c:4623
3147 msgid "left-hand operand of comma expression has no effect"
3148 msgstr ""
3149
3150 #: c-typeck.c:3635
3151 msgid "cast specifies array type"
3152 msgstr ""
3153
3154 #: c-typeck.c:3641
3155 msgid "cast specifies function type"
3156 msgstr ""
3157
3158 #: c-typeck.c:3651
3159 msgid "ISO C forbids casting nonscalar to the same type"
3160 msgstr ""
3161
3162 #: c-typeck.c:3670
3163 msgid "ISO C forbids casts to union type"
3164 msgstr ""
3165
3166 #: c-typeck.c:3685
3167 msgid "cast to union type from type not present in union"
3168 msgstr ""
3169
3170 #: c-typeck.c:3736
3171 msgid "cast adds new qualifiers to function type"
3172 msgstr ""
3173
3174 #. There are qualifiers present in IN_OTYPE that are not
3175 #. present in IN_TYPE.
3176 #: c-typeck.c:3741
3177 msgid "cast discards qualifiers from pointer target type"
3178 msgstr ""
3179
3180 #: c-typeck.c:3756
3181 msgid "cast increases required alignment of target type"
3182 msgstr ""
3183
3184 #: c-typeck.c:3762 cp/typeck.c:5144
3185 msgid "cast from pointer to integer of different size"
3186 msgstr ""
3187
3188 #: c-typeck.c:3767
3189 msgid "cast does not match function type"
3190 msgstr ""
3191
3192 #: c-typeck.c:3774 cp/typeck.c:5151
3193 msgid "cast to pointer from integer of different size"
3194 msgstr ""
3195
3196 #: c-typeck.c:3786
3197 msgid "type-punning to incomplete type might break strict-aliasing rules"
3198 msgstr ""
3199
3200 #: c-typeck.c:3790
3201 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3202 msgstr ""
3203
3204 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3205 #. Reject anything strange now.
3206 #: c-typeck.c:3949
3207 msgid "invalid lvalue in assignment"
3208 msgstr ""
3209
3210 #. Convert new value to destination type.
3211 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3212 #: cp/typeck.c:5416
3213 msgid "assignment"
3214 msgstr ""
3215
3216 #: c-typeck.c:4070
3217 msgid "cannot pass rvalue to reference parameter"
3218 msgstr ""
3219
3220 #: c-typeck.c:4174 c-typeck.c:4241
3221 #, c-format
3222 msgid "%s makes qualified function pointer from unqualified"
3223 msgstr ""
3224
3225 #: c-typeck.c:4178 c-typeck.c:4221
3226 #, c-format
3227 msgid "%s discards qualifiers from pointer target type"
3228 msgstr ""
3229
3230 #: c-typeck.c:4184
3231 msgid "ISO C prohibits argument conversion to union type"
3232 msgstr ""
3233
3234 #: c-typeck.c:4213
3235 #, c-format
3236 msgid "ISO C forbids %s between function pointer and `void *'"
3237 msgstr ""
3238
3239 #: c-typeck.c:4230
3240 #, c-format
3241 msgid "pointer targets in %s differ in signedness"
3242 msgstr ""
3243
3244 #: c-typeck.c:4246
3245 #, c-format
3246 msgid "%s from incompatible pointer type"
3247 msgstr ""
3248
3249 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3250 msgid "invalid use of non-lvalue array"
3251 msgstr ""
3252
3253 #: c-typeck.c:4267
3254 #, c-format
3255 msgid "%s makes pointer from integer without a cast"
3256 msgstr ""
3257
3258 #: c-typeck.c:4275
3259 #, c-format
3260 msgid "%s makes integer from pointer without a cast"
3261 msgstr ""
3262
3263 #: c-typeck.c:4289 c-typeck.c:4292
3264 #, c-format
3265 msgid "incompatible type for argument %d of `%s'"
3266 msgstr ""
3267
3268 #: c-typeck.c:4296
3269 #, c-format
3270 msgid "incompatible type for argument %d of indirect function call"
3271 msgstr ""
3272
3273 #: c-typeck.c:4300
3274 #, c-format
3275 msgid "incompatible types in %s"
3276 msgstr ""
3277
3278 #. Function name is known; supply it.
3279 #: c-typeck.c:4358
3280 #, c-format
3281 msgid "passing arg of `%s'"
3282 msgstr ""
3283
3284 #. Function name unknown (call through ptr).
3285 #: c-typeck.c:4368
3286 msgid "passing arg of pointer to function"
3287 msgstr ""
3288
3289 #. Function name is known; supply it.
3290 #: c-typeck.c:4376
3291 #, c-format
3292 msgid "passing arg %d of `%s'"
3293 msgstr ""
3294
3295 #. Function name unknown (call through ptr); just give arg number.
3296 #: c-typeck.c:4386
3297 #, c-format
3298 msgid "passing arg %d of pointer to function"
3299 msgstr ""
3300
3301 #: c-typeck.c:4452
3302 msgid "initializer for static variable is not constant"
3303 msgstr ""
3304
3305 #: c-typeck.c:4458
3306 msgid "initializer for static variable uses complicated arithmetic"
3307 msgstr ""
3308
3309 #: c-typeck.c:4466
3310 msgid "aggregate initializer is not constant"
3311 msgstr ""
3312
3313 #: c-typeck.c:4468
3314 msgid "aggregate initializer uses complicated arithmetic"
3315 msgstr ""
3316
3317 #: c-typeck.c:4475
3318 msgid "traditional C rejects automatic aggregate initialization"
3319 msgstr ""
3320
3321 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3322 #, c-format
3323 msgid "(near initialization for `%s')"
3324 msgstr ""
3325
3326 #: c-typeck.c:4737 cp/typeck2.c:488
3327 msgid "char-array initialized from wide string"
3328 msgstr ""
3329
3330 #: c-typeck.c:4744 cp/typeck2.c:495
3331 msgid "int-array initialized from non-wide string"
3332 msgstr ""
3333
3334 #: c-typeck.c:4762 cp/typeck2.c:511
3335 msgid "initializer-string for array of chars is too long"
3336 msgstr ""
3337
3338 #: c-typeck.c:4822
3339 msgid "array initialized from non-constant array expression"
3340 msgstr ""
3341
3342 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3343 #: c-typeck.c:6281
3344 msgid "initializer element is not constant"
3345 msgstr ""
3346
3347 #: c-typeck.c:4873
3348 msgid "initialization"
3349 msgstr ""
3350
3351 #: c-typeck.c:4884 c-typeck.c:6286
3352 msgid "initializer element is not computable at load time"
3353 msgstr ""
3354
3355 #: c-typeck.c:4899 cp/typeck2.c:588
3356 msgid "invalid initializer"
3357 msgstr ""
3358
3359 #: c-typeck.c:5393
3360 msgid "extra brace group at end of initializer"
3361 msgstr ""
3362
3363 #: c-typeck.c:5413
3364 msgid "missing braces around initializer"
3365 msgstr ""
3366
3367 #: c-typeck.c:5473
3368 msgid "braces around scalar initializer"
3369 msgstr ""
3370
3371 #: c-typeck.c:5521
3372 msgid "initialization of flexible array member in a nested context"
3373 msgstr ""
3374
3375 #: c-typeck.c:5523
3376 msgid "initialization of a flexible array member"
3377 msgstr ""
3378
3379 #: c-typeck.c:5554
3380 msgid "missing initializer"
3381 msgstr ""
3382
3383 #: c-typeck.c:5580
3384 msgid "empty scalar initializer"
3385 msgstr ""
3386
3387 #: c-typeck.c:5585
3388 msgid "extra elements in scalar initializer"
3389 msgstr ""
3390
3391 #: c-typeck.c:5671
3392 msgid "initialization designators may not nest"
3393 msgstr ""
3394
3395 #: c-typeck.c:5692 c-typeck.c:5763
3396 msgid "array index in non-array initializer"
3397 msgstr ""
3398
3399 #: c-typeck.c:5697 c-typeck.c:5817
3400 msgid "field name not in record or union initializer"
3401 msgstr ""
3402
3403 #: c-typeck.c:5759 c-typeck.c:5761
3404 msgid "nonconstant array index in initializer"
3405 msgstr ""
3406
3407 #: c-typeck.c:5765 c-typeck.c:5768
3408 msgid "array index in initializer exceeds array bounds"
3409 msgstr ""
3410
3411 #: c-typeck.c:5779
3412 msgid "empty index range in initializer"
3413 msgstr ""
3414
3415 #: c-typeck.c:5788
3416 msgid "array index range in initializer exceeds array bounds"
3417 msgstr ""
3418
3419 #: c-typeck.c:5829
3420 #, c-format
3421 msgid "unknown field `%s' specified in initializer"
3422 msgstr ""
3423
3424 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3425 msgid "initialized field with side-effects overwritten"
3426 msgstr ""
3427
3428 #: c-typeck.c:6558
3429 msgid "excess elements in char array initializer"
3430 msgstr ""
3431
3432 #: c-typeck.c:6565 c-typeck.c:6611
3433 msgid "excess elements in struct initializer"
3434 msgstr ""
3435
3436 #: c-typeck.c:6626
3437 msgid "non-static initialization of a flexible array member"
3438 msgstr ""
3439
3440 #: c-typeck.c:6693
3441 msgid "excess elements in union initializer"
3442 msgstr ""
3443
3444 #: c-typeck.c:6714
3445 msgid "traditional C rejects initialization of unions"
3446 msgstr ""
3447
3448 #: c-typeck.c:6777
3449 msgid "excess elements in array initializer"
3450 msgstr ""
3451
3452 #: c-typeck.c:6806
3453 msgid "excess elements in vector initializer"
3454 msgstr ""
3455
3456 #: c-typeck.c:6828
3457 msgid "excess elements in scalar initializer"
3458 msgstr ""
3459
3460 #: c-typeck.c:6935
3461 msgid "asm template is not a string constant"
3462 msgstr ""
3463
3464 #: c-typeck.c:6967
3465 msgid "invalid lvalue in asm statement"
3466 msgstr ""
3467
3468 #: c-typeck.c:7042
3469 msgid "modification by `asm'"
3470 msgstr ""
3471
3472 #: c-typeck.c:7061 cp/typeck.c:6237
3473 msgid "function declared `noreturn' has a `return' statement"
3474 msgstr ""
3475
3476 #: c-typeck.c:7068
3477 msgid "`return' with no value, in function returning non-void"
3478 msgstr ""
3479
3480 #: c-typeck.c:7074
3481 msgid "`return' with a value, in function returning void"
3482 msgstr ""
3483
3484 #: c-typeck.c:7078
3485 msgid "return"
3486 msgstr ""
3487
3488 #: c-typeck.c:7130
3489 msgid "function returns address of local variable"
3490 msgstr ""
3491
3492 #: c-typeck.c:7186 cp/semantics.c:555
3493 msgid "switch quantity not an integer"
3494 msgstr ""
3495
3496 #: c-typeck.c:7196
3497 msgid "`long' switch expression not converted to `int' in ISO C"
3498 msgstr ""
3499
3500 #: c-typeck.c:7231 cp/decl.c:5523
3501 msgid "case label not within a switch statement"
3502 msgstr ""
3503
3504 #: c-typeck.c:7233 cp/decl.c:5528
3505 msgid "`default' label not within a switch statement"
3506 msgstr ""
3507
3508 #: calls.c:1934 tree-inline.c:1177
3509 #, c-format
3510 msgid "inlining failed in call to `%s'"
3511 msgstr ""
3512
3513 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3514 msgid "called from here"
3515 msgstr ""
3516
3517 #: calls.c:2270
3518 #, c-format
3519 msgid "can't inline call to `%s'"
3520 msgstr ""
3521
3522 #: calls.c:2300
3523 msgid "function call has aggregate value"
3524 msgstr ""
3525
3526 #: cfgloop.c:1107
3527 #, c-format
3528 msgid "Size of loop %d should be %d, not %d."
3529 msgstr ""
3530
3531 #: cfgloop.c:1126
3532 #, c-format
3533 msgid "Bb %d do not belong to loop %d."
3534 msgstr ""
3535
3536 #: cfgloop.c:1144
3537 #, c-format
3538 msgid "Loop %d's header does not have exactly 2 entries."
3539 msgstr ""
3540
3541 #: cfgloop.c:1152
3542 #, c-format
3543 msgid "Loop %d's latch does not have exactly 1 successor."
3544 msgstr ""
3545
3546 #: cfgloop.c:1157
3547 #, c-format
3548 msgid "Loop %d's latch does not have header as successor."
3549 msgstr ""
3550
3551 #: cfgloop.c:1162
3552 #, c-format
3553 msgid "Loop %d's latch does not belong directly to it."
3554 msgstr ""
3555
3556 #: cfgloop.c:1168
3557 #, c-format
3558 msgid "Loop %d's header does not belong directly to it."
3559 msgstr ""
3560
3561 #: cfgrtl.c:1774
3562 #, c-format
3563 msgid "bb %d on wrong place"
3564 msgstr ""
3565
3566 #: cfgrtl.c:1780
3567 #, c-format
3568 msgid "prev_bb of %d should be %d, not %d"
3569 msgstr ""
3570
3571 #: cfgrtl.c:1800
3572 #, c-format
3573 msgid "end insn %d for block %d not found in the insn stream"
3574 msgstr ""
3575
3576 #: cfgrtl.c:1814
3577 #, c-format
3578 msgid "insn %d is in multiple basic blocks (%d and %d)"
3579 msgstr ""
3580
3581 #: cfgrtl.c:1826
3582 #, c-format
3583 msgid "head insn %d for block %d not found in the insn stream"
3584 msgstr ""
3585
3586 #: cfgrtl.c:1848
3587 #, c-format
3588 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3589 msgstr ""
3590
3591 #: cfgrtl.c:1855
3592 #, c-format
3593 msgid "verify_flow_info: Wrong count of block %i %i"
3594 msgstr ""
3595
3596 #: cfgrtl.c:1861
3597 #, c-format
3598 msgid "verify_flow_info: Wrong frequency of block %i %i"
3599 msgstr ""
3600
3601 #: cfgrtl.c:1869
3602 #, c-format
3603 msgid "verify_flow_info: Duplicate edge %i->%i"
3604 msgstr ""
3605
3606 #: cfgrtl.c:1875
3607 #, c-format
3608 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3609 msgstr ""
3610
3611 #: cfgrtl.c:1881
3612 #, c-format
3613 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3614 msgstr ""
3615
3616 #: cfgrtl.c:1911
3617 #, c-format
3618 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3619 msgstr ""
3620
3621 #: cfgrtl.c:1926
3622 #, c-format
3623 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3624 msgstr ""
3625
3626 #: cfgrtl.c:1928
3627 msgid "wrong insn in the fallthru edge"
3628 msgstr ""
3629
3630 #: cfgrtl.c:1935
3631 #, c-format
3632 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3633 msgstr ""
3634
3635 #: cfgrtl.c:1951
3636 #, c-format
3637 msgid "Missing REG_EH_REGION note in the end of bb %i"
3638 msgstr ""
3639
3640 #: cfgrtl.c:1959
3641 #, c-format
3642 msgid "Too many outgoing branch edges from bb %i"
3643 msgstr ""
3644
3645 #: cfgrtl.c:1964
3646 #, c-format
3647 msgid "Fallthru edge after unconditional jump %i"
3648 msgstr ""
3649
3650 #: cfgrtl.c:1969
3651 #, c-format
3652 msgid "Wrong amount of branch edges after unconditional jump %i"
3653 msgstr ""
3654
3655 #: cfgrtl.c:1975
3656 #, c-format
3657 msgid "Wrong amount of branch edges after conditional jump %i"
3658 msgstr ""
3659
3660 #: cfgrtl.c:1980
3661 #, c-format
3662 msgid "Call edges for non-call insn in bb %i"
3663 msgstr ""
3664
3665 #: cfgrtl.c:1989
3666 #, c-format
3667 msgid "Abnormal edges for no purpose in bb %i"
3668 msgstr ""
3669
3670 #: cfgrtl.c:2004
3671 #, c-format
3672 msgid "missing barrier after block %i"
3673 msgstr ""
3674
3675 #: cfgrtl.c:2014
3676 #, c-format
3677 msgid "basic block %d pred edge is corrupted"
3678 msgstr ""
3679
3680 #: cfgrtl.c:2031
3681 #, c-format
3682 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3683 msgstr ""
3684
3685 #: cfgrtl.c:2035
3686 #, c-format
3687 msgid "insn %d inside basic block %d but block_for_insn is %i"
3688 msgstr ""
3689
3690 #: cfgrtl.c:2049 cfgrtl.c:2059
3691 #, c-format
3692 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3693 msgstr ""
3694
3695 #: cfgrtl.c:2072
3696 #, c-format
3697 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3698 msgstr ""
3699
3700 #: cfgrtl.c:2084
3701 #, c-format
3702 msgid "in basic block %d:"
3703 msgstr ""
3704
3705 #: cfgrtl.c:2085
3706 msgid "flow control insn inside a basic block"
3707 msgstr ""
3708
3709 #: cfgrtl.c:2104
3710 #, c-format
3711 msgid "basic block %i edge lists are corrupted"
3712 msgstr ""
3713
3714 #: cfgrtl.c:2119
3715 msgid "basic blocks not numbered consecutively"
3716 msgstr ""
3717
3718 #: cfgrtl.c:2144
3719 msgid "insn outside basic block"
3720 msgstr ""
3721
3722 #: cfgrtl.c:2152
3723 msgid "return not followed by barrier"
3724 msgstr ""
3725
3726 #: cfgrtl.c:2157
3727 #, c-format
3728 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3729 msgstr ""
3730
3731 #: cfgrtl.c:2161
3732 msgid "verify_flow_info failed"
3733 msgstr ""
3734
3735 #: collect2.c:425
3736 msgid "internal error"
3737 msgstr ""
3738
3739 #: collect2.c:934
3740 msgid "no arguments"
3741 msgstr ""
3742
3743 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3744 #, c-format
3745 msgid "fopen %s"
3746 msgstr ""
3747
3748 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3749 #, c-format
3750 msgid "fclose %s"
3751 msgstr ""
3752
3753 #: collect2.c:1275
3754 #, c-format
3755 msgid "collect2 version %s"
3756 msgstr ""
3757
3758 #: collect2.c:1365
3759 #, c-format
3760 msgid "%d constructor(s) found\n"
3761 msgstr ""
3762
3763 #: collect2.c:1366
3764 #, c-format
3765 msgid "%d destructor(s)  found\n"
3766 msgstr ""
3767
3768 #: collect2.c:1367
3769 #, c-format
3770 msgid "%d frame table(s) found\n"
3771 msgstr ""
3772
3773 #: collect2.c:1508
3774 #, c-format
3775 msgid "%s terminated with signal %d [%s]%s"
3776 msgstr ""
3777
3778 #: collect2.c:1527
3779 #, c-format
3780 msgid "%s returned %d exit status"
3781 msgstr ""
3782
3783 #: collect2.c:1555
3784 #, c-format
3785 msgid "[cannot find %s]"
3786 msgstr ""
3787
3788 #: collect2.c:1570
3789 #, c-format
3790 msgid "cannot find `%s'"
3791 msgstr ""
3792
3793 #: collect2.c:1581 collect2.c:1584
3794 #, c-format
3795 msgid "redirecting stdout: %s"
3796 msgstr ""
3797
3798 #: collect2.c:1627
3799 #, c-format
3800 msgid "[Leaving %s]\n"
3801 msgstr ""
3802
3803 #: collect2.c:1870
3804 #, c-format
3805 msgid ""
3806 "\n"
3807 "write_c_file - output name is %s, prefix is %s\n"
3808 msgstr ""
3809
3810 #: collect2.c:2082
3811 msgid "cannot find `nm'"
3812 msgstr ""
3813
3814 #: collect2.c:2092 collect2.c:2533
3815 msgid "pipe"
3816 msgstr ""
3817
3818 #: collect2.c:2096 collect2.c:2537
3819 msgid "fdopen"
3820 msgstr ""
3821
3822 #: collect2.c:2122 collect2.c:2563
3823 #, c-format
3824 msgid "dup2 %d 1"
3825 msgstr ""
3826
3827 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3828 #: collect2.c:2569 collect2.c:2582
3829 #, c-format
3830 msgid "close %d"
3831 msgstr ""
3832
3833 #: collect2.c:2131 collect2.c:2572
3834 #, c-format
3835 msgid "execv %s"
3836 msgstr ""
3837
3838 #: collect2.c:2185
3839 #, c-format
3840 msgid "init function found in object %s"
3841 msgstr ""
3842
3843 #: collect2.c:2193
3844 #, c-format
3845 msgid "fini function found in object %s"
3846 msgstr ""
3847
3848 #: collect2.c:2216 collect2.c:2621
3849 msgid "fclose"
3850 msgstr ""
3851
3852 #: collect2.c:2261
3853 #, c-format
3854 msgid "unable to open file '%s'"
3855 msgstr ""
3856
3857 #: collect2.c:2263
3858 #, c-format
3859 msgid "unable to stat file '%s'"
3860 msgstr ""
3861
3862 #: collect2.c:2269
3863 #, c-format
3864 msgid "unable to mmap file '%s'"
3865 msgstr ""
3866
3867 #: collect2.c:2422
3868 msgid "not found\n"
3869 msgstr ""
3870
3871 #: collect2.c:2424 collect2.c:2600
3872 #, c-format
3873 msgid "dynamic dependency %s not found"
3874 msgstr ""
3875
3876 #: collect2.c:2444
3877 #, c-format
3878 msgid "bad magic number in file '%s'"
3879 msgstr ""
3880
3881 #: collect2.c:2466
3882 msgid "dynamic dependencies.\n"
3883 msgstr ""
3884
3885 #: collect2.c:2524
3886 msgid "cannot find `ldd'"
3887 msgstr ""
3888
3889 #: collect2.c:2585
3890 msgid ""
3891 "\n"
3892 "ldd output with constructors/destructors.\n"
3893 msgstr ""
3894
3895 #: collect2.c:2612
3896 #, c-format
3897 msgid "unable to open dynamic dependency '%s'"
3898 msgstr ""
3899
3900 #: collect2.c:2726
3901 #, c-format
3902 msgid "%s: not a COFF file"
3903 msgstr ""
3904
3905 #: collect2.c:2845
3906 #, c-format
3907 msgid "%s: cannot open as COFF file"
3908 msgstr ""
3909
3910 #: collect2.c:2901
3911 #, c-format
3912 msgid "library lib%s not found"
3913 msgstr ""
3914
3915 #: collect2.c:3028
3916 #, c-format
3917 msgid "open %s"
3918 msgstr ""
3919
3920 #: collect2.c:3051
3921 msgid "incompatibilities between object file & expected values"
3922 msgstr ""
3923
3924 #: collect2.c:3124
3925 #, c-format
3926 msgid ""
3927 "\n"
3928 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3929 msgstr ""
3930
3931 #: collect2.c:3133
3932 msgid "string section missing"
3933 msgstr ""
3934
3935 #: collect2.c:3136
3936 msgid "section pointer missing"
3937 msgstr ""
3938
3939 #: collect2.c:3184
3940 msgid "no symbol table found"
3941 msgstr ""
3942
3943 #: collect2.c:3197
3944 msgid "no cmd_strings found"
3945 msgstr ""
3946
3947 #: collect2.c:3209
3948 msgid ""
3949 "\n"
3950 "Updating header and load commands.\n"
3951 "\n"
3952 msgstr ""
3953
3954 #: collect2.c:3216
3955 #, c-format
3956 msgid "load command map, %d cmds, new size %ld.\n"
3957 msgstr ""
3958
3959 #: collect2.c:3247
3960 msgid ""
3961 "writing load commands.\n"
3962 "\n"
3963 msgstr ""
3964
3965 #: collect2.c:3267
3966 #, c-format
3967 msgid "close %s"
3968 msgstr ""
3969
3970 #: collect2.c:3341
3971 msgid "could not convert 0x%l.8x into a region"
3972 msgstr ""
3973
3974 #: collect2.c:3345
3975 #, c-format
3976 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3977 msgstr ""
3978
3979 #: collect2.c:3472
3980 msgid "bad magic number"
3981 msgstr ""
3982
3983 #: collect2.c:3473
3984 msgid "bad header version"
3985 msgstr ""
3986
3987 #: collect2.c:3474
3988 msgid "bad raw header version"
3989 msgstr ""
3990
3991 #: collect2.c:3475
3992 msgid "raw header buffer too small"
3993 msgstr ""
3994
3995 #: collect2.c:3476
3996 msgid "old raw header file"
3997 msgstr ""
3998
3999 #: collect2.c:3477
4000 msgid "unsupported version"
4001 msgstr ""
4002
4003 #: collect2.c:3479
4004 #, c-format
4005 msgid "unknown {de,en}code_mach_o_hdr return value %d"
4006 msgstr ""
4007
4008 #: collect2.c:3499
4009 #, c-format
4010 msgid "fstat %s"
4011 msgstr ""
4012
4013 #: collect2.c:3536 collect2.c:3584
4014 #, c-format
4015 msgid "lseek %s 0"
4016 msgstr ""
4017
4018 #: collect2.c:3540
4019 #, c-format
4020 msgid "read %s"
4021 msgstr ""
4022
4023 #: collect2.c:3543
4024 #, c-format
4025 msgid "read %ld bytes, expected %ld, from %s"
4026 msgstr ""
4027
4028 #: collect2.c:3564
4029 #, c-format
4030 msgid "msync %s"
4031 msgstr ""
4032
4033 #: collect2.c:3571
4034 #, c-format
4035 msgid "munmap %s"
4036 msgstr ""
4037
4038 #: collect2.c:3588
4039 #, c-format
4040 msgid "write %s"
4041 msgstr ""
4042
4043 #: collect2.c:3591
4044 #, c-format
4045 msgid "wrote %ld bytes, expected %ld, to %s"
4046 msgstr ""
4047
4048 #: combine.c:13222
4049 #, c-format
4050 msgid ""
4051 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4052 ";; %d successes.\n"
4053 "\n"
4054 msgstr ""
4055
4056 #: combine.c:13232
4057 #, c-format
4058 msgid ""
4059 "\n"
4060 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4061 ";; %d successes.\n"
4062 msgstr ""
4063
4064 #: convert.c:69
4065 msgid "cannot convert to a pointer type"
4066 msgstr ""
4067
4068 #: convert.c:102
4069 msgid "pointer value used where a floating point value was expected"
4070 msgstr ""
4071
4072 #: convert.c:106
4073 msgid "aggregate value used where a float was expected"
4074 msgstr ""
4075
4076 #: convert.c:132
4077 msgid "conversion to incomplete type"
4078 msgstr ""
4079
4080 #: convert.c:414 convert.c:494
4081 msgid "can't convert between vector values of different size"
4082 msgstr ""
4083
4084 #: convert.c:420
4085 msgid "aggregate value used where an integer was expected"
4086 msgstr ""
4087
4088 #: convert.c:472 f/com.c:1100
4089 msgid "pointer value used where a complex was expected"
4090 msgstr ""
4091
4092 #: convert.c:476 f/com.c:1102
4093 msgid "aggregate value used where a complex was expected"
4094 msgstr ""
4095
4096 #: convert.c:500
4097 msgid "can't convert value to a vector"
4098 msgstr ""
4099
4100 #: cpperror.c:113
4101 msgid "warning: "
4102 msgstr "Warnung: "
4103
4104 #: cpperror.c:115
4105 msgid "internal error: "
4106 msgstr "interner Fehler: "
4107
4108 #: cpperror.c:189
4109 msgid "stdout"
4110 msgstr ""
4111
4112 #: cpperror.c:191 gcc.c:6428
4113 #, c-format
4114 msgid "%s: %s"
4115 msgstr ""
4116
4117 #: cppexp.c:199
4118 msgid "too many decimal points in number"
4119 msgstr ""
4120
4121 #: cppexp.c:219
4122 #, c-format
4123 msgid "invalid digit \"%c\" in octal constant"
4124 msgstr ""
4125
4126 #: cppexp.c:225
4127 msgid "use of C99 hexadecimal floating constant"
4128 msgstr ""
4129
4130 #: cppexp.c:234
4131 msgid "exponent has no digits"
4132 msgstr ""
4133
4134 #: cppexp.c:241
4135 msgid "hexadecimal floating constants require an exponent"
4136 msgstr ""
4137
4138 #: cppexp.c:247
4139 #, c-format
4140 msgid "invalid suffix \"%.*s\" on floating constant"
4141 msgstr ""
4142
4143 #: cppexp.c:257 cppexp.c:282
4144 #, c-format
4145 msgid "traditional C rejects the \"%.*s\" suffix"
4146 msgstr ""
4147
4148 #: cppexp.c:268
4149 #, c-format
4150 msgid "invalid suffix \"%.*s\" on integer constant"
4151 msgstr ""
4152
4153 #: cppexp.c:289
4154 msgid "use of C99 long long integer constant"
4155 msgstr ""
4156
4157 #: cppexp.c:295
4158 msgid "imaginary constants are a GCC extension"
4159 msgstr ""
4160
4161 #: cppexp.c:383
4162 msgid "integer constant is too large for its type"
4163 msgstr ""
4164
4165 #: cppexp.c:395
4166 msgid "integer constant is so large that it is unsigned"
4167 msgstr ""
4168
4169 #: cppexp.c:482
4170 msgid "missing ')' after \"defined\""
4171 msgstr ""
4172
4173 #: cppexp.c:489
4174 msgid "operator \"defined\" requires an identifier"
4175 msgstr ""
4176
4177 #: cppexp.c:497
4178 #, c-format
4179 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4180 msgstr ""
4181
4182 #: cppexp.c:507
4183 msgid "this use of \"defined\" may not be portable"
4184 msgstr ""
4185
4186 #: cppexp.c:545
4187 msgid "floating constant in preprocessor expression"
4188 msgstr ""
4189
4190 #: cppexp.c:551
4191 msgid "imaginary number in preprocessor expression"
4192 msgstr ""
4193
4194 #: cppexp.c:596
4195 #, c-format
4196 msgid "ISO C++ does not permit \"%s\" in #if"
4197 msgstr ""
4198
4199 #: cppexp.c:604
4200 #, c-format
4201 msgid "\"%s\" is not defined"
4202 msgstr ""
4203
4204 #: cppexp.c:737 cppexp.c:772
4205 #, c-format
4206 msgid "missing binary operator before token \"%s\""
4207 msgstr ""
4208
4209 #: cppexp.c:756
4210 #, c-format
4211 msgid "invalid character '%c' in #if"
4212 msgstr ""
4213
4214 #: cppexp.c:758
4215 #, c-format
4216 msgid "invalid character '\\%03o' in #if"
4217 msgstr ""
4218
4219 #: cppexp.c:763
4220 #, c-format
4221 msgid "token \"%s\" is not valid in preprocessor expressions"
4222 msgstr ""
4223
4224 #: cppexp.c:782
4225 msgid "void expression between '(' and ')'"
4226 msgstr ""
4227
4228 #: cppexp.c:785
4229 msgid "#if with no expression"
4230 msgstr ""
4231
4232 #: cppexp.c:787
4233 #, c-format
4234 msgid "operator '%s' has no right operand"
4235 msgstr ""
4236
4237 #: cppexp.c:813
4238 msgid " ':' without preceding '?'"
4239 msgstr ""
4240
4241 #: cppexp.c:840
4242 msgid "unbalanced stack in #if"
4243 msgstr ""
4244
4245 #: cppexp.c:862
4246 #, c-format
4247 msgid "impossible operator '%u'"
4248 msgstr ""
4249
4250 #: cppexp.c:954
4251 msgid "missing ')' in expression"
4252 msgstr ""
4253
4254 #: cppexp.c:975
4255 msgid "'?' without following ':'"
4256 msgstr ""
4257
4258 #: cppexp.c:985
4259 msgid "integer overflow in preprocessor expression"
4260 msgstr ""
4261
4262 #: cppexp.c:990
4263 msgid "missing '(' in expression"
4264 msgstr ""
4265
4266 #: cppexp.c:1026
4267 #, c-format
4268 msgid "the left operand of \"%s\" changes sign when promoted"
4269 msgstr ""
4270
4271 #: cppexp.c:1031
4272 #, c-format
4273 msgid "the right operand of \"%s\" changes sign when promoted"
4274 msgstr ""
4275
4276 #: cppexp.c:1414
4277 msgid "comma operator in operand of #if"
4278 msgstr ""
4279
4280 #: cppexp.c:1551
4281 msgid "division by zero in #if"
4282 msgstr ""
4283
4284 #: cppfiles.c:411
4285 #, c-format
4286 msgid "%s is too large"
4287 msgstr "%s ist zu groß"
4288
4289 #: cppfiles.c:447
4290 #, c-format
4291 msgid "%s is shorter than expected"
4292 msgstr ""
4293
4294 #: cppfiles.c:461
4295 #, c-format
4296 msgid "%s is a block device"
4297 msgstr ""
4298
4299 #: cppfiles.c:594
4300 #, c-format
4301 msgid "no include path in which to find %s"
4302 msgstr ""
4303
4304 #: cppfiles.c:668
4305 msgid "Multiple include guards may be useful for:\n"
4306 msgstr ""
4307
4308 #: cppfiles.c:1014
4309 msgid "absolute file name in remap_filename"
4310 msgstr ""
4311
4312 #: cppinit.c:224
4313 #, c-format
4314 msgid "ignoring nonexistent directory \"%s\"\n"
4315 msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
4316
4317 #: cppinit.c:231
4318 #, c-format
4319 msgid "%s: Not a directory"
4320 msgstr "%s: Kein Verzeichnis"
4321
4322 #: cppinit.c:287
4323 #, c-format
4324 msgid "ignoring duplicate directory \"%s\"\n"
4325 msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
4326
4327 #: cppinit.c:325
4328 msgid "  as it is a non-system directory that duplicates a system directory\n"
4329 msgstr ""
4330
4331 #: cppinit.c:891
4332 msgid "cppchar_t must be an unsigned type"
4333 msgstr ""
4334
4335 #: cppinit.c:895
4336 #, c-format
4337 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4338 msgstr ""
4339
4340 #: cppinit.c:901
4341 msgid "CPP arithmetic must be at least as precise as a target int"
4342 msgstr ""
4343
4344 #: cppinit.c:904
4345 msgid "target char is less than 8 bits wide"
4346 msgstr ""
4347
4348 #: cppinit.c:908
4349 msgid "target wchar_t is narrower than target char"
4350 msgstr ""
4351
4352 #: cppinit.c:912
4353 msgid "target int is narrower than target char"
4354 msgstr ""
4355
4356 #: cppinit.c:916
4357 msgid "CPP half-integer narrower than CPP character"
4358 msgstr ""
4359
4360 #: cppinit.c:920
4361 #, c-format
4362 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4363 msgstr ""
4364
4365 #: cppinit.c:972
4366 msgid "#include \"...\" search starts here:\n"
4367 msgstr ""
4368
4369 #: cppinit.c:976
4370 msgid "#include <...> search starts here:\n"
4371 msgstr ""
4372
4373 #: cppinit.c:979
4374 msgid "End of search list.\n"
4375 msgstr ""
4376
4377 #: cppinit.c:1057
4378 msgid "<built-in>"
4379 msgstr ""
4380
4381 #: cppinit.c:1059
4382 msgid "<command line>"
4383 msgstr ""
4384
4385 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4386 #. I.e. a const string initializer with parens around it.  That is
4387 #. what N_("string") resolves to, so we make no_* be macros instead.
4388 #: cppinit.c:1164
4389 #, c-format
4390 msgid "assertion missing after %s"
4391 msgstr ""
4392
4393 #: cppinit.c:1165
4394 #, c-format
4395 msgid "directory name missing after %s"
4396 msgstr ""
4397
4398 #: cppinit.c:1166
4399 #, c-format
4400 msgid "file name missing after %s"
4401 msgstr ""
4402
4403 #: cppinit.c:1167
4404 #, c-format
4405 msgid "macro name missing after %s"
4406 msgstr ""
4407
4408 #: cppinit.c:1168
4409 #, c-format
4410 msgid "path name missing after %s"
4411 msgstr ""
4412
4413 #: cppinit.c:1353
4414 msgid "-I- specified twice"
4415 msgstr ""
4416
4417 #: cpplex.c:149
4418 #, c-format
4419 msgid "trigraph ??%c converted to %c"
4420 msgstr ""
4421
4422 #: cpplex.c:157
4423 #, c-format
4424 msgid "trigraph ??%c ignored"
4425 msgstr ""
4426
4427 #: cpplex.c:214
4428 msgid "backslash and newline separated by space"
4429 msgstr ""
4430
4431 #: cpplex.c:221 cpptrad.c:158
4432 msgid "backslash-newline at end of file"
4433 msgstr ""
4434
4435 #: cpplex.c:287 cpptrad.c:199
4436 msgid "\"/*\" within comment"
4437 msgstr ""
4438
4439 #: cpplex.c:395
4440 msgid "null character(s) ignored"
4441 msgstr ""
4442
4443 #: cpplex.c:402
4444 #, c-format
4445 msgid "%s in preprocessing directive"
4446 msgstr ""
4447
4448 #: cpplex.c:475
4449 #, c-format
4450 msgid "attempt to use poisoned \"%s\""
4451 msgstr ""
4452
4453 #: cpplex.c:483
4454 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4455 msgstr ""
4456
4457 #: cpplex.c:555
4458 msgid "'$' character(s) in identifier or number"
4459 msgstr ""
4460
4461 #: cpplex.c:698
4462 #, c-format
4463 msgid "missing terminating %c character"
4464 msgstr ""
4465
4466 #: cpplex.c:711
4467 msgid "null character(s) preserved in literal"
4468 msgstr ""
4469
4470 #: cpplex.c:915 cpptrad.c:487
4471 msgid "no newline at end of file"
4472 msgstr ""
4473
4474 #: cpplex.c:1092 cpptrad.c:213
4475 msgid "unterminated comment"
4476 msgstr "nicht beendeter Kommentar"
4477
4478 #: cpplex.c:1103
4479 msgid "C++ style comments are not allowed in ISO C90"
4480 msgstr ""
4481
4482 #: cpplex.c:1105
4483 msgid "(this will be reported only once per input file)"
4484 msgstr ""
4485
4486 #: cpplex.c:1110
4487 msgid "multi-line comment"
4488 msgstr "mehrzeiliger Kommentar"
4489
4490 #: cpplex.c:1425
4491 #, c-format
4492 msgid "unknown string token %s\n"
4493 msgstr ""
4494
4495 #: cpplex.c:1438
4496 #, c-format
4497 msgid "unspellable token %s"
4498 msgstr ""
4499
4500 #: cpplex.c:1695
4501 #, c-format
4502 msgid "the meaning of '\\%c' is different in traditional C"
4503 msgstr ""
4504
4505 #: cpplex.c:1701
4506 msgid "incomplete universal-character-name"
4507 msgstr ""
4508
4509 #: cpplex.c:1715
4510 #, c-format
4511 msgid "non-hex digit '%c' in universal-character-name"
4512 msgstr ""
4513
4514 #: cpplex.c:1723
4515 msgid "universal-character-name on EBCDIC target"
4516 msgstr ""
4517
4518 #: cpplex.c:1737
4519 msgid "universal-character-name out of range"
4520 msgstr ""
4521
4522 #: cpplex.c:1791
4523 msgid "the meaning of '\\a' is different in traditional C"
4524 msgstr ""
4525
4526 #: cpplex.c:1798
4527 #, c-format
4528 msgid "non-ISO-standard escape sequence, '\\%c'"
4529 msgstr ""
4530
4531 #: cpplex.c:1809
4532 msgid "the meaning of '\\x' is different in traditional C"
4533 msgstr ""
4534
4535 #: cpplex.c:1828 f/lex.c:585
4536 msgid "\\x used with no following hex digits"
4537 msgstr ""
4538
4539 #: cpplex.c:1833
4540 msgid "hex escape sequence out of range"
4541 msgstr ""
4542
4543 #: cpplex.c:1858
4544 msgid "octal escape sequence out of range"
4545 msgstr ""
4546
4547 #: cpplex.c:1874
4548 #, c-format
4549 msgid "unknown escape sequence '\\%c'"
4550 msgstr ""
4551
4552 #: cpplex.c:1877
4553 #, c-format
4554 msgid "unknown escape sequence: '\\%03o'"
4555 msgstr ""
4556
4557 #: cpplex.c:1882
4558 msgid "escape sequence out of range for its type"
4559 msgstr ""
4560
4561 #: cpplex.c:1973
4562 msgid "empty character constant"
4563 msgstr ""
4564
4565 #: cpplex.c:1983
4566 msgid "character constant too long for its type"
4567 msgstr ""
4568
4569 #: cpplex.c:1986
4570 msgid "multi-character character constant"
4571 msgstr ""
4572
4573 #: cpplib.c:225
4574 #, c-format
4575 msgid "extra tokens at end of #%s directive"
4576 msgstr ""
4577
4578 #: cpplib.c:315
4579 #, c-format
4580 msgid "#%s is a GCC extension"
4581 msgstr "#%s ist eine Erweiterung des GCC"
4582
4583 #: cpplib.c:327
4584 msgid "suggest not using #elif in traditional C"
4585 msgstr ""
4586
4587 #: cpplib.c:330
4588 #, c-format
4589 msgid "traditional C ignores #%s with the # indented"
4590 msgstr ""
4591
4592 #: cpplib.c:334
4593 #, c-format
4594 msgid "suggest hiding #%s from traditional C with an indented #"
4595 msgstr ""
4596
4597 #: cpplib.c:358
4598 msgid "embedding a directive within macro arguments is not portable"
4599 msgstr ""
4600
4601 #: cpplib.c:378
4602 msgid "style of line directive is a GCC extension"
4603 msgstr ""
4604
4605 #: cpplib.c:428
4606 #, c-format
4607 msgid "invalid preprocessing directive #%s"
4608 msgstr ""
4609
4610 #: cpplib.c:500
4611 msgid "\"defined\" cannot be used as a macro name"
4612 msgstr ""
4613
4614 #: cpplib.c:506
4615 #, c-format
4616 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4617 msgstr ""
4618
4619 #: cpplib.c:509
4620 #, c-format
4621 msgid "no macro name given in #%s directive"
4622 msgstr ""
4623
4624 #: cpplib.c:512
4625 msgid "macro names must be identifiers"
4626 msgstr ""
4627
4628 #: cpplib.c:552
4629 #, c-format
4630 msgid "undefining \"%s\""
4631 msgstr ""
4632
4633 #: cpplib.c:598
4634 msgid "missing terminating > character"
4635 msgstr ""
4636
4637 #: cpplib.c:637
4638 #, c-format
4639 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4640 msgstr ""
4641
4642 #: cpplib.c:648
4643 #, c-format
4644 msgid "empty file name in #%s"
4645 msgstr ""
4646
4647 #: cpplib.c:667
4648 msgid "#include_next in primary source file"
4649 msgstr ""
4650
4651 #: cpplib.c:674
4652 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4653 msgstr ""
4654
4655 #: cpplib.c:682
4656 msgid "#include nested too deeply"
4657 msgstr ""
4658
4659 #: cpplib.c:739
4660 #, c-format
4661 msgid "invalid flag \"%s\" in line directive"
4662 msgstr ""
4663
4664 #: cpplib.c:814
4665 #, c-format
4666 msgid "\"%s\" after #line is not a positive integer"
4667 msgstr ""
4668
4669 #: cpplib.c:820
4670 msgid "line number out of range"
4671 msgstr ""
4672
4673 #: cpplib.c:831 cpplib.c:902
4674 #, c-format
4675 msgid "\"%s\" is not a valid filename"
4676 msgstr ""
4677
4678 #: cpplib.c:866
4679 #, c-format
4680 msgid "\"%s\" after # is not a positive integer"
4681 msgstr ""
4682
4683 #: cpplib.c:973
4684 msgid "invalid #ident directive"
4685 msgstr ""
4686
4687 #: cpplib.c:1061
4688 #, c-format
4689 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4690 msgstr ""
4691
4692 #: cpplib.c:1064
4693 #, c-format
4694 msgid "#pragma %s %s is already registered"
4695 msgstr ""
4696
4697 #: cpplib.c:1067
4698 #, c-format
4699 msgid "#pragma %s is already registered"
4700 msgstr ""
4701
4702 #: cpplib.c:1143
4703 msgid "#pragma once is obsolete"
4704 msgstr ""
4705
4706 #: cpplib.c:1146
4707 msgid "#pragma once in main file"
4708 msgstr ""
4709
4710 #: cpplib.c:1170
4711 msgid "invalid #pragma GCC poison directive"
4712 msgstr ""
4713
4714 #: cpplib.c:1179
4715 #, c-format
4716 msgid "poisoning existing macro \"%s\""
4717 msgstr ""
4718
4719 #: cpplib.c:1201
4720 msgid "#pragma system_header ignored outside include file"
4721 msgstr ""
4722
4723 #: cpplib.c:1226
4724 #, c-format
4725 msgid "cannot find source %s"
4726 msgstr ""
4727
4728 #: cpplib.c:1230
4729 #, c-format
4730 msgid "current file is older than %s"
4731 msgstr ""
4732
4733 #: cpplib.c:1346
4734 msgid "_Pragma takes a parenthesized string literal"
4735 msgstr ""
4736
4737 #: cpplib.c:1429
4738 msgid "#else without #if"
4739 msgstr ""
4740
4741 #: cpplib.c:1434
4742 msgid "#else after #else"
4743 msgstr ""
4744
4745 #: cpplib.c:1436 cpplib.c:1470
4746 msgid "the conditional began here"
4747 msgstr ""
4748
4749 #: cpplib.c:1463
4750 msgid "#elif without #if"
4751 msgstr ""
4752
4753 #: cpplib.c:1468
4754 msgid "#elif after #else"
4755 msgstr ""
4756
4757 #: cpplib.c:1499
4758 msgid "#endif without #if"
4759 msgstr ""
4760
4761 #: cpplib.c:1582
4762 msgid "missing '(' after predicate"
4763 msgstr ""
4764
4765 #: cpplib.c:1597
4766 msgid "missing ')' to complete answer"
4767 msgstr ""
4768
4769 #: cpplib.c:1617
4770 msgid "predicate's answer is empty"
4771 msgstr ""
4772
4773 #: cpplib.c:1647
4774 msgid "assertion without predicate"
4775 msgstr ""
4776
4777 #: cpplib.c:1649
4778 msgid "predicate must be an identifier"
4779 msgstr ""
4780
4781 #: cpplib.c:1738
4782 #, c-format
4783 msgid "\"%s\" re-asserted"
4784 msgstr ""
4785
4786 #: cpplib.c:1968
4787 #, c-format
4788 msgid "unterminated #%s"
4789 msgstr ""
4790
4791 #: cppmacro.c:94
4792 #, c-format
4793 msgid "macro \"%s\" is not used"
4794 msgstr ""
4795
4796 #: cppmacro.c:139 cppmacro.c:294
4797 #, c-format
4798 msgid "invalid built-in macro \"%s\""
4799 msgstr ""
4800
4801 #: cppmacro.c:234
4802 msgid "could not determine date and time"
4803 msgstr ""
4804
4805 #: cppmacro.c:407
4806 msgid "invalid string literal, ignoring final '\\'"
4807 msgstr ""
4808
4809 #: cppmacro.c:504
4810 #, c-format
4811 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4812 msgstr ""
4813
4814 #: cppmacro.c:546
4815 msgid "ISO C99 requires rest arguments to be used"
4816 msgstr ""
4817
4818 #: cppmacro.c:551
4819 #, c-format
4820 msgid "macro \"%s\" requires %u arguments, but only %u given"
4821 msgstr ""
4822
4823 #: cppmacro.c:556
4824 #, c-format
4825 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4826 msgstr ""
4827
4828 #: cppmacro.c:669 cpptrad.c:774
4829 #, c-format
4830 msgid "unterminated argument list invoking macro \"%s\""
4831 msgstr ""
4832
4833 #: cppmacro.c:776
4834 #, c-format
4835 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4836 msgstr ""
4837
4838 #: cppmacro.c:1314
4839 #, c-format
4840 msgid "duplicate macro parameter \"%s\""
4841 msgstr ""
4842
4843 #: cppmacro.c:1351
4844 #, c-format
4845 msgid "\"%s\" may not appear in macro parameter list"
4846 msgstr ""
4847
4848 #: cppmacro.c:1359
4849 msgid "macro parameters must be comma-separated"
4850 msgstr ""
4851
4852 #: cppmacro.c:1376
4853 msgid "parameter name missing"
4854 msgstr ""
4855
4856 #: cppmacro.c:1391
4857 msgid "anonymous variadic macros were introduced in C99"
4858 msgstr ""
4859
4860 #: cppmacro.c:1395
4861 msgid "ISO C does not permit named variadic macros"
4862 msgstr ""
4863
4864 #: cppmacro.c:1404
4865 msgid "missing ')' in macro parameter list"
4866 msgstr ""
4867
4868 #: cppmacro.c:1472
4869 msgid "ISO C requires whitespace after the macro name"
4870 msgstr ""
4871
4872 #: cppmacro.c:1500
4873 msgid "'#' is not followed by a macro parameter"
4874 msgstr ""
4875
4876 #: cppmacro.c:1519
4877 msgid "'##' cannot appear at either end of a macro expansion"
4878 msgstr ""
4879
4880 #: cppmacro.c:1601
4881 #, c-format
4882 msgid "\"%s\" redefined"
4883 msgstr ""
4884
4885 #: cppmacro.c:1606
4886 msgid "this is the location of the previous definition"
4887 msgstr ""
4888
4889 #: cppmacro.c:1657
4890 #, c-format
4891 msgid "macro argument \"%s\" would be stringified in traditional C"
4892 msgstr ""
4893
4894 #: cppmacro.c:1682
4895 #, c-format
4896 msgid "invalid hash type %d in cpp_macro_definition"
4897 msgstr ""
4898
4899 #: cppspec.c:109
4900 #, c-format
4901 msgid "\"%s\" is not a valid option to the preprocessor"
4902 msgstr ""
4903
4904 #: cppspec.c:133
4905 msgid "too many input files"
4906 msgstr "zu viele Eingabedateien"
4907
4908 #: cpptrad.c:841
4909 #, c-format
4910 msgid "detected recursion whilst expanding macro \"%s\""
4911 msgstr ""
4912
4913 #: cse.c:7195
4914 #, c-format
4915 msgid ";; Processing block from %d to %d, %d sets.\n"
4916 msgstr ""
4917
4918 #: diagnostic.c:714
4919 msgid "((anonymous))"
4920 msgstr ""
4921
4922 #: diagnostic.c:928
4923 #, c-format
4924 msgid "%s: warnings being treated as errors\n"
4925 msgstr ""
4926
4927 #: diagnostic.c:963
4928 #, c-format
4929 msgid "%s: %s: "
4930 msgstr ""
4931
4932 #: diagnostic.c:1054
4933 #, c-format
4934 msgid "%s "
4935 msgstr ""
4936
4937 #: diagnostic.c:1056
4938 #, c-format
4939 msgid " %s"
4940 msgstr ""
4941
4942 #: diagnostic.c:1078
4943 msgid "At top level:"
4944 msgstr ""
4945
4946 #: diagnostic.c:1083
4947 #, c-format
4948 msgid "In member function `%s':"
4949 msgstr ""
4950
4951 #: diagnostic.c:1087
4952 #, c-format
4953 msgid "In function `%s':"
4954 msgstr ""
4955
4956 #: diagnostic.c:1175
4957 msgid "compilation terminated.\n"
4958 msgstr ""
4959
4960 #: diagnostic.c:1193
4961 #, c-format
4962 msgid "%s:%d: confused by earlier errors, bailing out\n"
4963 msgstr ""
4964
4965 #: diagnostic.c:1208 diagnostic.c:1316
4966 #, c-format
4967 msgid ""
4968 "Please submit a full bug report,\n"
4969 "with preprocessed source if appropriate.\n"
4970 "See %s for instructions.\n"
4971 msgstr ""
4972 "Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;\n"
4973 "bearbeiten Sie die Quellen zunächst mit einem Präprozessor, wenn es\n"
4974 "dienlich ist.\n"
4975 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
4976 "\n"
4977 "Gehen Sie gemäß den Hinweisen in %s vor.\n"
4978
4979 #: diagnostic.c:1314
4980 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4981 msgstr ""
4982
4983 #: diagnostic.c:1376
4984 #, c-format
4985 msgid "in %s, at %s:%d"
4986 msgstr ""
4987
4988 #: diagnostic.c:1397
4989 #, c-format
4990 msgid "In file included from %s:%d"
4991 msgstr ""
4992
4993 #: diagnostic.c:1400
4994 #, c-format
4995 msgid ""
4996 ",\n"
4997 "                 from %s:%d"
4998 msgstr ""
4999
5000 #: diagnostic.c:1401
5001 msgid ":\n"
5002 msgstr ""
5003
5004 #: diagnostic.c:1445 diagnostic.c:1462
5005 #, c-format
5006 msgid "`%s' is deprecated (declared at %s:%d)"
5007 msgstr ""
5008
5009 #: diagnostic.c:1465
5010 #, c-format
5011 msgid "`%s' is deprecated"
5012 msgstr ""
5013
5014 #: diagnostic.c:1468
5015 #, c-format
5016 msgid "type is deprecated (declared at %s:%d)"
5017 msgstr ""
5018
5019 #: diagnostic.c:1471
5020 msgid "type is deprecated"
5021 msgstr ""
5022
5023 #: dominance.c:728
5024 #, c-format
5025 msgid "dominator of %d should be %d, not %d"
5026 msgstr ""
5027
5028 #: dwarf2out.c:3135
5029 #, c-format
5030 msgid "DW_LOC_OP %s not implemented\n"
5031 msgstr ""
5032
5033 #: dwarfout.c:2066
5034 #, c-format
5035 msgid "internal regno botch: `%s' has regno = %d\n"
5036 msgstr ""
5037
5038 #: dwarfout.c:6181
5039 msgid "support for the DWARF1 debugging format is deprecated"
5040 msgstr ""
5041
5042 #: dwarfout.c:6278
5043 msgid "can't get current directory"
5044 msgstr ""
5045
5046 #: emit-rtl.c:1155
5047 msgid "can't access real part of complex value in hard register"
5048 msgstr ""
5049
5050 #: emit-rtl.c:1177
5051 msgid "can't access imaginary part of complex value in hard register"
5052 msgstr ""
5053
5054 #: emit-rtl.c:3402
5055 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5056 msgstr ""
5057
5058 #: errors.c:136
5059 #, c-format
5060 msgid "abort in %s, at %s:%d"
5061 msgstr ""
5062
5063 #: except.c:369
5064 msgid "exception handling disabled, use -fexceptions to enable"
5065 msgstr ""
5066
5067 #: except.c:2994
5068 msgid "argument of `__builtin_eh_return_regno' must be constant"
5069 msgstr ""
5070
5071 #: except.c:3137
5072 msgid "__builtin_eh_return not supported on this target"
5073 msgstr ""
5074
5075 #: explow.c:1408
5076 msgid "stack limits not supported on this target"
5077 msgstr ""
5078
5079 #: expr.c:3355
5080 msgid "function using short complex types cannot be inline"
5081 msgstr ""
5082
5083 #: expr.c:6272 expr.c:6281 expr.c:6290 expr.c:6295 expr.c:6604 expr.c:6620
5084 msgid "unsupported wide integer operation"
5085 msgstr ""
5086
5087 #: expr.c:6669
5088 #, c-format
5089 msgid "prior parameter's size depends on `%s'"
5090 msgstr ""
5091
5092 #: expr.c:7005
5093 msgid "returned value in block_exit_expr"
5094 msgstr ""
5095
5096 #. We can't make a bitwise copy of this object, so fail.
5097 #: expr.c:9202
5098 msgid "cannot take the address of an unaligned member"
5099 msgstr ""
5100
5101 #: final.c:1342
5102 msgid "negative insn length"
5103 msgstr ""
5104
5105 #: final.c:2793
5106 msgid "could not split insn"
5107 msgstr ""
5108
5109 #: final.c:3141
5110 msgid "invalid `asm': "
5111 msgstr ""
5112
5113 #: final.c:3328
5114 msgid "nested assembly dialect alternatives"
5115 msgstr ""
5116
5117 #: final.c:3345 final.c:3357
5118 msgid "unterminated assembly dialect alternative"
5119 msgstr ""
5120
5121 #: final.c:3401
5122 #, c-format
5123 msgid "operand number missing after %%-letter"
5124 msgstr ""
5125
5126 #: final.c:3404 final.c:3443
5127 msgid "operand number out of range"
5128 msgstr ""
5129
5130 #: final.c:3462
5131 #, c-format
5132 msgid "invalid %%-code"
5133 msgstr ""
5134
5135 #: final.c:3493
5136 #, c-format
5137 msgid "`%%l' operand isn't a label"
5138 msgstr ""
5139
5140 #. We can't handle floating point constants;
5141 #. PRINT_OPERAND must handle them.
5142 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6314
5143 #: config/pdp11/pdp11.c:1573
5144 msgid "floating constant misused"
5145 msgstr ""
5146
5147 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6392
5148 #: config/pdp11/pdp11.c:1620
5149 msgid "invalid expression as operand"
5150 msgstr ""
5151
5152 #: flow.c:352
5153 msgid "function might be possible candidate for attribute `noreturn'"
5154 msgstr ""
5155
5156 #: flow.c:357
5157 msgid "`noreturn' function does return"
5158 msgstr ""
5159
5160 #: flow.c:378
5161 msgid "control reaches end of non-void function"
5162 msgstr ""
5163
5164 #: flow.c:1642
5165 msgid "Attempt to delete prologue/epilogue insn:"
5166 msgstr ""
5167
5168 #: fold-const.c:2546 fold-const.c:2559
5169 #, c-format
5170 msgid "comparison is always %d due to width of bit-field"
5171 msgstr ""
5172
5173 #: fold-const.c:3753 fold-const.c:3770
5174 #, c-format
5175 msgid "comparison is always %d"
5176 msgstr ""
5177
5178 #: fold-const.c:3901
5179 msgid "`or' of unmatched not-equal tests is always 1"
5180 msgstr ""
5181
5182 #: fold-const.c:3906
5183 msgid "`and' of mutually exclusive equal-tests is always 0"
5184 msgstr ""
5185
5186 #: function.c:884 varasm.c:1503
5187 #, c-format
5188 msgid "size of variable `%s' is too large"
5189 msgstr ""
5190
5191 #: function.c:3772
5192 msgid "impossible constraint in `asm'"
5193 msgstr ""
5194
5195 #: function.c:5527
5196 #, c-format
5197 msgid "`%s' might be used uninitialized in this function"
5198 msgstr ""
5199
5200 #: function.c:5534
5201 #, c-format
5202 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5203 msgstr ""
5204
5205 #: function.c:5553
5206 #, c-format
5207 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5208 msgstr ""
5209
5210 #: function.c:6420
5211 msgid "function returns an aggregate"
5212 msgstr ""
5213
5214 #: function.c:6925
5215 #, c-format
5216 msgid "unused parameter `%s'"
5217 msgstr ""
5218
5219 #: gcc.c:1107
5220 #, c-format
5221 msgid "ambiguous abbreviation %s"
5222 msgstr ""
5223
5224 #: gcc.c:1134
5225 #, c-format
5226 msgid "incomplete `%s' option"
5227 msgstr ""
5228
5229 #: gcc.c:1145
5230 #, c-format
5231 msgid "missing argument to `%s' option"
5232 msgstr ""
5233
5234 #: gcc.c:1158
5235 #, c-format
5236 msgid "extraneous argument to `%s' option"
5237 msgstr ""
5238
5239 #: gcc.c:1486
5240 msgid "Using built-in specs.\n"
5241 msgstr ""
5242
5243 #: gcc.c:1667
5244 #, c-format
5245 msgid ""
5246 "Setting spec %s to '%s'\n"
5247 "\n"
5248 msgstr ""
5249
5250 #: gcc.c:1774
5251 #, c-format
5252 msgid "Reading specs from %s\n"
5253 msgstr ""
5254
5255 #: gcc.c:1872 gcc.c:1891
5256 #, c-format
5257 msgid "specs %%include syntax malformed after %ld characters"
5258 msgstr ""
5259
5260 #: gcc.c:1899
5261 #, c-format
5262 msgid "could not find specs file %s\n"
5263 msgstr ""
5264
5265 #: gcc.c:1916 gcc.c:1924 gcc.c:1933 gcc.c:1942
5266 #, c-format
5267 msgid "specs %%rename syntax malformed after %ld characters"
5268 msgstr ""
5269
5270 #: gcc.c:1951
5271 #, c-format
5272 msgid "specs %s spec was not found to be renamed"
5273 msgstr ""
5274
5275 #: gcc.c:1958
5276 #, c-format
5277 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5278 msgstr ""
5279
5280 #: gcc.c:1963
5281 #, c-format
5282 msgid "rename spec %s to %s\n"
5283 msgstr ""
5284
5285 #: gcc.c:1965
5286 #, c-format
5287 msgid ""
5288 "spec is '%s'\n"
5289 "\n"
5290 msgstr ""
5291
5292 #: gcc.c:1978
5293 #, c-format
5294 msgid "specs unknown %% command after %ld characters"
5295 msgstr ""
5296
5297 #: gcc.c:1989 gcc.c:2002
5298 #, c-format
5299 msgid "specs file malformed after %ld characters"
5300 msgstr ""
5301
5302 #: gcc.c:2056
5303 msgid "spec file has no spec for linking"
5304 msgstr ""
5305
5306 #: gcc.c:2554
5307 msgid "-pipe not supported"
5308 msgstr "-pipe wird nicht unterstützt"
5309
5310 # can we use j/n here, too?
5311 # 2002-04-23 18:57:43 CEST -ke-
5312 #: gcc.c:2609
5313 msgid ""
5314 "\n"
5315 "Go ahead? (y or n) "
5316 msgstr ""
5317 "\n"
5318 "Fortfahren? (y oder n) "
5319
5320 #: gcc.c:2735
5321 #, c-format
5322 msgid ""
5323 "Internal error: %s (program %s)\n"
5324 "Please submit a full bug report.\n"
5325 "See %s for instructions."
5326 msgstr ""
5327 "Interner Fehler: %s (Programm %s)\n"
5328 "Bitte senden Sie einen vollständigen Fehlerbericht\n"
5329 "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
5330 "sind an de@li.org zu melden.\n"
5331 "Gehen Sie gemäß den Hinweisen in %s vor."
5332
5333 #: gcc.c:2753
5334 #, c-format
5335 msgid "# %s %.2f %.2f\n"
5336 msgstr ""
5337
5338 #: gcc.c:2883
5339 #, c-format
5340 msgid "Usage: %s [options] file...\n"
5341 msgstr "Aufruf: %s [Optionen] Datei...\n"
5342
5343 #: gcc.c:2884
5344 msgid "Options:\n"
5345 msgstr "Optionen:\n"
5346
5347 #: gcc.c:2886
5348 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5349 msgstr ""
5350
5351 #: gcc.c:2887
5352 msgid "  --help                   Display this information\n"
5353 msgstr "  --help                   Diese Informationen anzeigen\n"
5354
5355 #: gcc.c:2888
5356 msgid "  --target-help            Display target specific command line options\n"
5357 msgstr ""
5358
5359 #: gcc.c:2890
5360 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5361 msgstr ""
5362
5363 #: gcc.c:2891
5364 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5365 msgstr ""
5366
5367 #: gcc.c:2892
5368 msgid "  -dumpversion             Display the version of the compiler\n"
5369 msgstr ""
5370
5371 #: gcc.c:2893
5372 msgid "  -dumpmachine             Display the compiler's target processor\n"
5373 msgstr ""
5374
5375 #: gcc.c:2894
5376 msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
5377 msgstr ""
5378
5379 #: gcc.c:2895
5380 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
5381 msgstr ""
5382
5383 #: gcc.c:2896
5384 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5385 msgstr ""
5386
5387 #: gcc.c:2897
5388 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
5389 msgstr ""
5390
5391 #: gcc.c:2898
5392 msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
5393 msgstr ""
5394
5395 #: gcc.c:2899
5396 msgid ""
5397 "  -print-multi-lib         Display the mapping between command line options and\n"
5398 "                           multiple library search directories\n"
5399 msgstr ""
5400
5401 #: gcc.c:2902
5402 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5403 msgstr ""
5404
5405 #: gcc.c:2903
5406 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
5407 msgstr ""
5408
5409 #: gcc.c:2904
5410 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
5411 msgstr ""
5412
5413 #: gcc.c:2905
5414 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5415 msgstr ""
5416
5417 #: gcc.c:2906
5418 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5419 msgstr ""
5420
5421 #: gcc.c:2907
5422 msgid "  -save-temps              Do not delete intermediate files\n"
5423 msgstr ""
5424
5425 #: gcc.c:2908
5426 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5427 msgstr ""
5428
5429 #: gcc.c:2909
5430 msgid "  -time                    Time the execution of each subprocess\n"
5431 msgstr ""
5432
5433 #: gcc.c:2910
5434 msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
5435 msgstr ""
5436
5437 #: gcc.c:2911
5438 msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
5439 msgstr ""
5440
5441 #: gcc.c:2912
5442 msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
5443 msgstr ""
5444
5445 #: gcc.c:2913
5446 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5447 msgstr ""
5448
5449 #: gcc.c:2914
5450 msgid "  -V <version>             Run gcc version number <version>, if installed\n"
5451 msgstr ""
5452
5453 #: gcc.c:2915
5454 msgid "  -v                       Display the programs invoked by the compiler\n"
5455 msgstr ""
5456
5457 #: gcc.c:2916
5458 msgid "  -###                     Like -v but options quoted and commands not executed\n"
5459 msgstr ""
5460
5461 #: gcc.c:2917
5462 msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
5463 msgstr ""
5464
5465 #: gcc.c:2918
5466 msgid "  -S                       Compile only; do not assemble or link\n"
5467 msgstr ""
5468
5469 #: gcc.c:2919
5470 msgid "  -c                       Compile and assemble, but do not link\n"
5471 msgstr ""
5472
5473 #: gcc.c:2920
5474 msgid "  -o <file>                Place the output into <file>\n"
5475 msgstr "  -o <Datei>               Ausgabe in <Datei> schreiben\n"
5476
5477 #: gcc.c:2921
5478 msgid ""
5479 "  -x <language>            Specify the language of the following input files\n"
5480 "                           Permissible languages include: c c++ assembler none\n"
5481 "                           'none' means revert to the default behavior of\n"
5482 "                           guessing the language based on the file's extension\n"
5483 msgstr ""
5484
5485 #: gcc.c:2928
5486 #, c-format
5487 msgid ""
5488 "\n"
5489 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5490 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5491 " other options on to these processes the -W<letter> options must be used.\n"
5492 msgstr ""
5493
5494 #: gcc.c:3063
5495 #, c-format
5496 msgid "`-%c' option must have argument"
5497 msgstr ""
5498
5499 #: gcc.c:3085
5500 #, c-format
5501 msgid "couldn't run `%s': %s"
5502 msgstr ""
5503
5504 #. translate_options () has turned --version into -fversion.
5505 #: gcc.c:3262
5506 #, c-format
5507 msgid "%s (GCC) %s\n"
5508 msgstr "%s (GCC) %s\n"
5509
5510 #: gcc.c:3263
5511 #, fuzzy
5512 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5513 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5514
5515 #: gcc.c:3265 gcov.c:364
5516 msgid ""
5517 "This is free software; see the source for copying conditions.  There is NO\n"
5518 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5519 "\n"
5520 msgstr ""
5521 "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
5522 "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
5523 "\n"
5524
5525 #: gcc.c:3366
5526 msgid "argument to `-Xlinker' is missing"
5527 msgstr ""
5528
5529 #: gcc.c:3374
5530 msgid "argument to `-l' is missing"
5531 msgstr ""
5532
5533 #: gcc.c:3391
5534 msgid "argument to `-specs' is missing"
5535 msgstr ""
5536
5537 #: gcc.c:3406
5538 msgid "argument to `-specs=' is missing"
5539 msgstr ""
5540
5541 #: gcc.c:3436
5542 #, c-format
5543 msgid "`-%c' must come at the start of the command line"
5544 msgstr ""
5545
5546 #: gcc.c:3445
5547 msgid "argument to `-B' is missing"
5548 msgstr ""
5549
5550 #: gcc.c:3618
5551 msgid "cannot specify -o with -c or -S and multiple compilations"
5552 msgstr ""
5553
5554 #: gcc.c:3791
5555 msgid "warning: -pipe ignored because -save-temps specified"
5556 msgstr ""
5557
5558 #: gcc.c:3795
5559 msgid "warning: -pipe ignored because -time specified"
5560 msgstr ""
5561
5562 #: gcc.c:3807
5563 msgid "argument to `-x' is missing"
5564 msgstr ""
5565
5566 #: gcc.c:3835
5567 #, c-format
5568 msgid "argument to `-%s' is missing"
5569 msgstr ""
5570
5571 #: gcc.c:3896
5572 #, c-format
5573 msgid "warning: `-x %s' after last input file has no effect"
5574 msgstr ""
5575
5576 #: gcc.c:4241
5577 msgid "invalid specification!  Bug in cc"
5578 msgstr ""
5579
5580 #: gcc.c:4395
5581 #, c-format
5582 msgid "%s\n"
5583 msgstr ""
5584
5585 #. Catch the case where a spec string contains something like
5586 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5587 #. hand side of the :.
5588 #: gcc.c:4955
5589 #, c-format
5590 msgid "spec failure: '%%*' has not been initialized by pattern match"
5591 msgstr ""
5592
5593 #: gcc.c:4964
5594 #, c-format
5595 msgid "warning: use of obsolete %%[ operator in specs"
5596 msgstr ""
5597
5598 #: gcc.c:4982
5599 #, c-format
5600 msgid "Processing spec %c%s%c, which is '%s'\n"
5601 msgstr ""
5602
5603 #: gcc.c:5107
5604 #, c-format
5605 msgid "spec failure: unrecognized spec option '%c'"
5606 msgstr ""
5607
5608 #: gcc.c:5188
5609 #, c-format
5610 msgid "unknown spec function `%s'"
5611 msgstr ""
5612
5613 #: gcc.c:5207
5614 #, c-format
5615 msgid "error in args to spec function `%s'"
5616 msgstr ""
5617
5618 #: gcc.c:5256
5619 msgid "malformed spec function name"
5620 msgstr ""
5621
5622 #. )
5623 #: gcc.c:5259
5624 msgid "no arguments for spec function"
5625 msgstr ""
5626
5627 #: gcc.c:5278
5628 msgid "malformed spec function arguments"
5629 msgstr ""
5630
5631 #: gcc.c:5386
5632 msgid "mismatched braces in specs"
5633 msgstr ""
5634
5635 #: gcc.c:6081
5636 #, c-format
5637 msgid "unrecognized option `-%s'"
5638 msgstr ""
5639
5640 #: gcc.c:6087
5641 #, c-format
5642 msgid "install: %s%s\n"
5643 msgstr ""
5644
5645 #: gcc.c:6088
5646 #, c-format
5647 msgid "programs: %s\n"
5648 msgstr ""
5649
5650 #: gcc.c:6089
5651 #, c-format
5652 msgid "libraries: %s\n"
5653 msgstr ""
5654
5655 #: gcc.c:6146
5656 msgid ""
5657 "\n"
5658 "For bug reporting instructions, please see:\n"
5659 msgstr ""
5660 "\n"
5661 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die\n"
5662 "folgenden Hinweise; Fehler in der deutschen Übersetzung sind an de@li.org\n"
5663 "zu melden:\n"
5664
5665 #: gcc.c:6162
5666 #, c-format
5667 msgid "Configured with: %s\n"
5668 msgstr "Konfiguriert mit: %s\n"
5669
5670 #: gcc.c:6176
5671 #, c-format
5672 msgid "Thread model: %s\n"
5673 msgstr ""
5674
5675 #: gcc.c:6187
5676 #, c-format
5677 msgid "gcc version %s\n"
5678 msgstr "gcc-Version %s\n"
5679
5680 #: gcc.c:6189
5681 #, c-format
5682 msgid "gcc driver version %s executing gcc version %s\n"
5683 msgstr ""
5684
5685 #: gcc.c:6197
5686 msgid "no input files"
5687 msgstr "keine Eingabedateien"
5688
5689 #: gcc.c:6235
5690 #, c-format
5691 msgid "%s: %s compiler not installed on this system"
5692 msgstr "%s: %s-Compiler ist auf diesem System nicht installiert"
5693
5694 #: gcc.c:6310
5695 #, c-format
5696 msgid "%s: linker input file unused because linking not done"
5697 msgstr ""
5698
5699 #: gcc.c:6353
5700 #, c-format
5701 msgid "language %s not recognized"
5702 msgstr "Sprache %s nicht erkannt"
5703
5704 #: gcc.c:6456
5705 msgid "internal gcc abort"
5706 msgstr ""
5707
5708 #: gcov.c:325
5709 msgid "Internal gcov abort.\n"
5710 msgstr ""
5711
5712 #: gcov.c:338
5713 msgid ""
5714 "Usage: gcov [OPTION]... SOURCEFILE\n"
5715 "\n"
5716 msgstr ""
5717 "Aufruf: gcov [OPTION]... QUELLDATEI\n"
5718 "\n"
5719
5720 #: gcov.c:339
5721 msgid ""
5722 "Print code coverage information.\n"
5723 "\n"
5724 msgstr ""
5725
5726 #: gcov.c:340
5727 msgid "  -h, --help                      Print this help, then exit\n"
5728 msgstr "  -h, --help                      Diese Hilfe anzeigen\n"
5729
5730 #: gcov.c:341
5731 msgid "  -v, --version                   Print version number, then exit\n"
5732 msgstr "  -v, --version                   Versionsnummer anzeigen\n"
5733
5734 #: gcov.c:342
5735 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
5736 msgstr ""
5737
5738 #: gcov.c:343
5739 msgid ""
5740 "  -c, --branch-counts             Given counts of branches taken\n"
5741 "                                    rather than percentages\n"
5742 msgstr ""
5743
5744 #: gcov.c:345
5745 msgid "  -n, --no-output                 Do not create an output file\n"
5746 msgstr "  -n, --no-output                 Keine Ausgabedatei erzeugen\n"
5747
5748 #: gcov.c:346
5749 msgid ""
5750 "  -l, --long-file-names           Use long output file names for included\n"
5751 "                                    source files\n"
5752 msgstr ""
5753
5754 #: gcov.c:348
5755 msgid "  -f, --function-summaries        Output summaries for each function\n"
5756 msgstr ""
5757
5758 #: gcov.c:349
5759 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5760 msgstr ""
5761
5762 #: gcov.c:350
5763 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5764 msgstr ""
5765
5766 #: gcov.c:351
5767 #, c-format
5768 msgid ""
5769 "\n"
5770 "For bug reporting instructions, please see:\n"
5771 "%s.\n"
5772 msgstr ""
5773 "\n"
5774 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die Hinweise in:\n"
5775 "%s.\n"
5776 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
5777
5778 #: gcov.c:361
5779 #, c-format
5780 msgid "gcov (GCC) %s\n"
5781 msgstr "gcov (GCC) %s\n"
5782
5783 #: gcov.c:362
5784 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5785 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5786
5787 #: gcov.c:500
5788 #, c-format
5789 msgid "Could not open basic block file %s.\n"
5790 msgstr ""
5791
5792 #: gcov.c:507
5793 #, c-format
5794 msgid "Could not open program flow graph file %s.\n"
5795 msgstr ""
5796
5797 #: gcov.c:524
5798 #, c-format
5799 msgid "Could not open data file %s.\n"
5800 msgstr ""
5801
5802 #: gcov.c:525
5803 msgid "Assuming that all execution counts are zero.\n"
5804 msgstr ""
5805
5806 #: gcov.c:534
5807 #, c-format
5808 msgid "No executable code associated with file %s.\n"
5809 msgstr ""
5810
5811 #: gcov.c:1186
5812 #, c-format
5813 msgid "%s of %d lines executed in %s %s\n"
5814 msgstr ""
5815
5816 #: gcov.c:1191
5817 #, c-format
5818 msgid "No executable lines in %s %s\n"
5819 msgstr ""
5820
5821 #: gcov.c:1198
5822 #, c-format
5823 msgid "%s of %d branches executed in %s %s\n"
5824 msgstr ""
5825
5826 #: gcov.c:1203
5827 #, c-format
5828 msgid "%s of %d branches taken at least once in %s %s\n"
5829 msgstr ""
5830
5831 #: gcov.c:1209
5832 #, c-format
5833 msgid "No branches in %s %s\n"
5834 msgstr ""
5835
5836 #: gcov.c:1211
5837 #, c-format
5838 msgid "%s of %d calls executed in %s %s\n"
5839 msgstr ""
5840
5841 #: gcov.c:1216
5842 #, c-format
5843 msgid "No calls in %s %s\n"
5844 msgstr ""
5845
5846 #: gcov.c:1351
5847 #, c-format
5848 msgid "didn't use all bb entries of graph, function %s\n"
5849 msgstr ""
5850
5851 #: gcov.c:1353
5852 #, c-format
5853 msgid "block_num = %ld, num_blocks = %d\n"
5854 msgstr ""
5855
5856 #: gcov.c:1367
5857 #, c-format
5858 msgid "ERROR: unexpected line number %ld\n"
5859 msgstr ""
5860
5861 #: gcov.c:1383
5862 #, c-format
5863 msgid "ERROR: too many basic blocks in function %s\n"
5864 msgstr ""
5865
5866 #: gcov.c:1398
5867 #, c-format
5868 msgid "ERROR: out of range line number in function %s\n"
5869 msgstr ""
5870
5871 #: gcov.c:1470
5872 #, c-format
5873 msgid "Could not open source file %s.\n"
5874 msgstr ""
5875
5876 #: gcov.c:1480
5877 #, c-format
5878 msgid "Warning: source file %s is newer than %s\n"
5879 msgstr ""
5880
5881 #: gcov.c:1510
5882 #, c-format
5883 msgid "Unexpected EOF while reading source file %s.\n"
5884 msgstr ""
5885
5886 #: gcov.c:1532
5887 #, c-format
5888 msgid "call   %2d never executed\n"
5889 msgstr ""
5890
5891 #: gcov.c:1535
5892 #, c-format
5893 msgid "call   %2d returns %s\n"
5894 msgstr ""
5895
5896 #: gcov.c:1543
5897 #, c-format
5898 msgid "branch %2d never executed\n"
5899 msgstr ""
5900
5901 #: gcov.c:1546
5902 #, c-format
5903 msgid "branch %2d taken %s\n"
5904 msgstr ""
5905
5906 #: gcov.c:1610
5907 #, c-format
5908 msgid "Creating %s.\n"
5909 msgstr ""
5910
5911 #: gcov.c:1613
5912 #, c-format
5913 msgid "Error writing output file %s.\n"
5914 msgstr ""
5915
5916 #: gcov.c:1618
5917 #, c-format
5918 msgid "Could not open output file %s.\n"
5919 msgstr ""
5920
5921 #: gcse.c:763
5922 #, c-format
5923 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5924 msgstr ""
5925
5926 #: gcse.c:775
5927 #, c-format
5928 msgid "GCSE disabled: %d basic blocks and %d registers"
5929 msgstr ""
5930
5931 #: genautomata.c:1490
5932 #, c-format
5933 msgid "Name `%s' contains quotes"
5934 msgstr ""
5935
5936 #: genautomata.c:1621
5937 #, c-format
5938 msgid "invalid string `%s' in define_cpu_unit"
5939 msgstr ""
5940
5941 #: genautomata.c:1650
5942 #, c-format
5943 msgid "invalid string `%s' in define_query_cpu_unit"
5944 msgstr ""
5945
5946 #: genautomata.c:1682 genautomata.c:1685
5947 #, c-format
5948 msgid "invalid string `%s' in define_bypass"
5949 msgstr ""
5950
5951 #: genautomata.c:1720
5952 #, c-format
5953 msgid "invalid first string `%s' in exclusion_set"
5954 msgstr ""
5955
5956 #: genautomata.c:1724
5957 #, c-format
5958 msgid "invalid second string `%s' in exclusion_set"
5959 msgstr ""
5960
5961 #: genautomata.c:1760
5962 #, c-format
5963 msgid "invalid first string `%s' in presence_set"
5964 msgstr ""
5965
5966 #: genautomata.c:1764
5967 #, c-format
5968 msgid "invalid second string `%s' in presence_set"
5969 msgstr ""
5970
5971 #: genautomata.c:1800
5972 #, c-format
5973 msgid "invalid first string `%s' in absence_set"
5974 msgstr ""
5975
5976 #: genautomata.c:1804
5977 #, c-format
5978 msgid "invalid second string `%s' in absence_set"
5979 msgstr ""
5980
5981 #: genautomata.c:1837
5982 #, c-format
5983 msgid "invalid string `%s' in define_automaton"
5984 msgstr ""
5985
5986 #: genautomata.c:1868
5987 #, c-format
5988 msgid "invalid option `%s' in automata_option"
5989 msgstr "ungültige Option »%s« in automata_option"
5990
5991 #: genautomata.c:1890
5992 #, c-format
5993 msgid "garbage after ) in reservation `%s'"
5994 msgstr ""
5995
5996 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5997 #, fuzzy, c-format
5998 msgid "invalid `%s' in reservation `%s'"
5999 msgstr "ungültige Option »%s«"
6000
6001 #: genautomata.c:1932
6002 #, c-format
6003 msgid "repetition `%s' <= 1 in reservation `%s'"
6004 msgstr ""
6005
6006 #: genautomata.c:2425
6007 #, c-format
6008 msgid "unit `%s' in exclusion is not declared"
6009 msgstr ""
6010
6011 #: genautomata.c:2427
6012 #, c-format
6013 msgid "`%s' in exclusion is not unit"
6014 msgstr ""
6015
6016 #: genautomata.c:2465
6017 #, c-format
6018 msgid "unit `%s' excludes itself"
6019 msgstr ""
6020
6021 #: genautomata.c:2473
6022 #, c-format
6023 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6024 msgstr ""
6025
6026 #: genautomata.c:2603 genautomata.c:2609
6027 #, c-format
6028 msgid "unit `%s' excludes and requires presence of `%s'"
6029 msgstr ""
6030
6031 #: genautomata.c:2623 genautomata.c:2629
6032 #, c-format
6033 msgid "unit `%s' requires absence and presence of `%s'"
6034 msgstr ""
6035
6036 #: genautomata.c:2692 genautomata.c:2695
6037 #, fuzzy, c-format
6038 msgid "repeated declaration of automaton `%s'"
6039 msgstr "Deklaration von »%D« als %s"
6040
6041 #: genautomata.c:2711
6042 #, c-format
6043 msgid "define_insn_reservation `%s' has negative latency time"
6044 msgstr ""
6045
6046 #: genautomata.c:2717
6047 #, c-format
6048 msgid "`%s' is already used as insn reservation name"
6049 msgstr ""
6050
6051 #: genautomata.c:2723
6052 #, c-format
6053 msgid "define_bypass `%s - %s' has negative latency time"
6054 msgstr ""
6055
6056 #: genautomata.c:2737
6057 #, c-format
6058 msgid "automaton `%s' is not declared"
6059 msgstr ""
6060
6061 #: genautomata.c:2747
6062 #, c-format
6063 msgid "define_unit `%s' without automaton when one defined"
6064 msgstr ""
6065
6066 #: genautomata.c:2753
6067 #, c-format
6068 msgid "`%s' is declared as cpu unit"
6069 msgstr ""
6070
6071 #: genautomata.c:2762
6072 #, fuzzy, c-format
6073 msgid "`%s' is declared as cpu reservation"
6074 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
6075
6076 #: genautomata.c:2772
6077 #, c-format
6078 msgid "repeated declaration of unit `%s'"
6079 msgstr "wiederholte Deklaration von Unit »%s«"
6080
6081 #: genautomata.c:2775
6082 #, c-format
6083 msgid "repeated declaration of reservation `%s'"
6084 msgstr ""
6085
6086 #: genautomata.c:2790 genautomata.c:2793
6087 #, c-format
6088 msgid "there is no insn reservation `%s'"
6089 msgstr ""
6090
6091 #: genautomata.c:2810 genautomata.c:2815
6092 #, c-format
6093 msgid "the same bypass `%s - %s' is already defined"
6094 msgstr ""
6095
6096 #: genautomata.c:2820
6097 #, c-format
6098 msgid "bypass `%s - %s' is already defined"
6099 msgstr ""
6100
6101 #: genautomata.c:2925 genautomata.c:2927
6102 #, c-format
6103 msgid "automaton `%s' is not used"
6104 msgstr ""
6105
6106 #: genautomata.c:2950
6107 #, c-format
6108 msgid "undeclared unit or reservation `%s'"
6109 msgstr ""
6110
6111 #: genautomata.c:3028 genautomata.c:3030
6112 #, c-format
6113 msgid "unit `%s' is not used"
6114 msgstr "Unit »%s« wird nicht verwendet"
6115
6116 #: genautomata.c:3035 genautomata.c:3037
6117 #, c-format
6118 msgid "reservation `%s' is not used"
6119 msgstr ""
6120
6121 #: genautomata.c:3134
6122 #, c-format
6123 msgid "cycle in definition of reservation `%s'"
6124 msgstr ""
6125
6126 #: genautomata.c:5333
6127 #, c-format
6128 msgid "Units `%s' and `%s' should be in the same automaton"
6129 msgstr ""
6130
6131 #: genautomata.c:9441
6132 msgid "-split has no argument."
6133 msgstr ""
6134
6135 #: genautomata.c:9442
6136 msgid "option `-split' has not been implemented yet\n"
6137 msgstr ""
6138
6139 #: genautomata.c:9486 genautomata.c:9491
6140 #, c-format
6141 msgid "Automaton `%s': Insn `%s' will never be issued"
6142 msgstr ""
6143
6144 #: genautomata.c:9498 genautomata.c:9501
6145 #, c-format
6146 msgid "Insn `%s' will never be issued"
6147 msgstr ""
6148
6149 #: genautomata.c:9649
6150 msgid "Errors in DFA description"
6151 msgstr ""
6152
6153 #: genautomata.c:9732
6154 #, c-format
6155 msgid "Error in writing DFA description file %s"
6156 msgstr ""
6157
6158 #: genconditions.c:196
6159 msgid "No input file name."
6160 msgstr "Kein Eingabedateiname,"
6161
6162 #: ggc-page.c:1265
6163 msgid "open /dev/zero"
6164 msgstr ""
6165
6166 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5168
6167 #: f/com.c:14210 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6168 #: objc/objc-act.c:449
6169 #, c-format
6170 msgid "can't open %s"
6171 msgstr "Es ist nicht möglich »%s« zu öffnen"
6172
6173 #: haifa-sched.c:196
6174 #, c-format
6175 msgid "fix_sched_param: unknown param: %s"
6176 msgstr ""
6177
6178 #: integrate.c:174
6179 msgid "function cannot be inline"
6180 msgstr ""
6181
6182 #: integrate.c:178
6183 msgid "varargs function cannot be inline"
6184 msgstr ""
6185
6186 #: integrate.c:181
6187 msgid "function using alloca cannot be inline"
6188 msgstr ""
6189
6190 #: integrate.c:184
6191 msgid "function using setjmp cannot be inline"
6192 msgstr ""
6193
6194 #: integrate.c:187
6195 msgid "function uses __builtin_eh_return"
6196 msgstr ""
6197
6198 #: integrate.c:190
6199 msgid "function with nested functions cannot be inline"
6200 msgstr ""
6201
6202 #: integrate.c:194
6203 msgid "function with label addresses used in initializers cannot inline"
6204 msgstr ""
6205
6206 #: integrate.c:201 integrate.c:245
6207 msgid "function too large to be inline"
6208 msgstr ""
6209
6210 #: integrate.c:211
6211 msgid "no prototype, and parameter address used; cannot be inline"
6212 msgstr ""
6213
6214 #: integrate.c:218 integrate.c:263
6215 msgid "inline functions not supported for this return value type"
6216 msgstr ""
6217
6218 #: integrate.c:223
6219 msgid "function with varying-size return value cannot be inline"
6220 msgstr ""
6221
6222 #: integrate.c:230
6223 msgid "function with varying-size parameter cannot be inline"
6224 msgstr ""
6225
6226 #: integrate.c:233
6227 msgid "function with transparent unit parameter cannot be inline"
6228 msgstr ""
6229
6230 #: integrate.c:252
6231 msgid "function with computed jump cannot inline"
6232 msgstr ""
6233
6234 #: integrate.c:256
6235 msgid "function with nonlocal goto cannot be inline"
6236 msgstr ""
6237
6238 #: integrate.c:270
6239 msgid "function with target specific attribute(s) cannot be inlined"
6240 msgstr ""
6241
6242 #: line-map.c:198
6243 #, c-format
6244 msgid "In file included from %s:%u"
6245 msgstr ""
6246
6247 #. Translators note: this message is used in conjunction
6248 #. with "In file included from %s:%ld" and some other
6249 #. tricks.  We want something like this:
6250 #.
6251 #. | In file included from sys/select.h:123,
6252 #. |                  from sys/types.h:234,
6253 #. |                  from userfile.c:31:
6254 #. | bits/select.h:45: <error message here>
6255 #.
6256 #. with all the "from"s lined up.
6257 #. The trailing comma is at the beginning of this message,
6258 #. and the trailing colon is not translated.
6259 #: line-map.c:216
6260 #, c-format
6261 msgid ""
6262 ",\n"
6263 "                 from %s:%u"
6264 msgstr ""
6265
6266 #. If we didn't find this parameter, issue an error message.
6267 #: params.c:80
6268 #, c-format
6269 msgid "invalid parameter `%s'"
6270 msgstr ""
6271
6272 #: profile.c:397
6273 #, c-format
6274 msgid "Profile does not match flowgraph of function %s (out of date?)"
6275 msgstr ""
6276
6277 #: profile.c:400
6278 msgid ".da file corrupted"
6279 msgstr ""
6280
6281 #: profile.c:634
6282 #, c-format
6283 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6284 msgstr ""
6285
6286 #: profile.c:1226
6287 #, c-format
6288 msgid "file %s not found, execution counts assumed to be zero"
6289 msgstr ""
6290
6291 #: protoize.c:542
6292 #, c-format
6293 msgid "%s: internal abort\n"
6294 msgstr ""
6295
6296 #: protoize.c:633
6297 #, c-format
6298 msgid "%s: error writing file `%s': %s\n"
6299 msgstr ""
6300
6301 #: protoize.c:678
6302 #, c-format
6303 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6304 msgstr ""
6305
6306 #: protoize.c:681
6307 #, c-format
6308 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6309 msgstr ""
6310
6311 #: protoize.c:788
6312 #, c-format
6313 msgid "%s: warning: no read access for file `%s'\n"
6314 msgstr ""
6315
6316 #: protoize.c:796
6317 #, c-format
6318 msgid "%s: warning: no write access for file `%s'\n"
6319 msgstr ""
6320
6321 #: protoize.c:804
6322 #, c-format
6323 msgid "%s: warning: no write access for dir containing `%s'\n"
6324 msgstr ""
6325
6326 #. Catch cases like /.. where we try to backup to a
6327 #. point above the absolute root of the logical file
6328 #. system.
6329 #: protoize.c:1222
6330 #, c-format
6331 msgid "%s: invalid file name: %s\n"
6332 msgstr ""
6333
6334 #: protoize.c:1374
6335 #, c-format
6336 msgid "%s: %s: can't get status: %s\n"
6337 msgstr ""
6338
6339 #: protoize.c:1395
6340 #, c-format
6341 msgid ""
6342 "\n"
6343 "%s: fatal error: aux info file corrupted at line %d\n"
6344 msgstr ""
6345
6346 #: protoize.c:1731
6347 #, c-format
6348 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6349 msgstr ""
6350
6351 #: protoize.c:1989
6352 #, c-format
6353 msgid "%s: compiling `%s'\n"
6354 msgstr ""
6355
6356 #: protoize.c:2012
6357 #, c-format
6358 msgid "%s: wait: %s\n"
6359 msgstr ""
6360
6361 #: protoize.c:2017
6362 #, c-format
6363 msgid "%s: subprocess got fatal signal %d\n"
6364 msgstr ""
6365
6366 #: protoize.c:2025
6367 #, c-format
6368 msgid "%s: %s exited with status %d\n"
6369 msgstr ""
6370
6371 #: protoize.c:2077
6372 #, c-format
6373 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6374 msgstr ""
6375
6376 #: protoize.c:2086 protoize.c:2115
6377 #, c-format
6378 msgid "%s: can't read aux info file `%s': %s\n"
6379 msgstr ""
6380
6381 #: protoize.c:2131 protoize.c:2159
6382 #, c-format
6383 msgid "%s: can't get status of aux info file `%s': %s\n"
6384 msgstr ""
6385
6386 #: protoize.c:2187
6387 #, c-format
6388 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6389 msgstr ""
6390
6391 #: protoize.c:2205
6392 #, c-format
6393 msgid "%s: error reading aux info file `%s': %s\n"
6394 msgstr ""
6395
6396 #: protoize.c:2218
6397 #, c-format
6398 msgid "%s: error closing aux info file `%s': %s\n"
6399 msgstr ""
6400
6401 #: protoize.c:2234
6402 #, c-format
6403 msgid "%s: can't delete aux info file `%s': %s\n"
6404 msgstr ""
6405
6406 #: protoize.c:2316 protoize.c:4318
6407 #, c-format
6408 msgid "%s: can't delete file `%s': %s\n"
6409 msgstr ""
6410
6411 #: protoize.c:2395
6412 #, c-format
6413 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6414 msgstr ""
6415
6416 #: protoize.c:2520
6417 #, c-format
6418 msgid "%s: conflicting extern definitions of '%s'\n"
6419 msgstr ""
6420
6421 #: protoize.c:2524
6422 #, c-format
6423 msgid "%s: declarations of '%s' will not be converted\n"
6424 msgstr ""
6425
6426 #: protoize.c:2526
6427 #, c-format
6428 msgid "%s: conflict list for '%s' follows:\n"
6429 msgstr ""
6430
6431 #: protoize.c:2559
6432 #, c-format
6433 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6434 msgstr ""
6435
6436 #: protoize.c:2599
6437 #, c-format
6438 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6439 msgstr ""
6440
6441 #: protoize.c:2605
6442 #, c-format
6443 msgid "%s: %d: warning: no extern definition for `%s'\n"
6444 msgstr ""
6445
6446 #: protoize.c:2636
6447 #, c-format
6448 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6449 msgstr ""
6450
6451 #: protoize.c:2642
6452 #, c-format
6453 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6454 msgstr ""
6455
6456 #: protoize.c:2815 protoize.c:2818
6457 #, c-format
6458 msgid "%s: %d: warning: source too confusing\n"
6459 msgstr ""
6460
6461 #: protoize.c:3024
6462 #, c-format
6463 msgid "%s: %d: warning: varargs function declaration not converted\n"
6464 msgstr ""
6465
6466 #: protoize.c:3039
6467 #, c-format
6468 msgid "%s: declaration of function `%s' not converted\n"
6469 msgstr ""
6470
6471 #: protoize.c:3162
6472 #, c-format
6473 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6474 msgstr ""
6475
6476 #: protoize.c:3183
6477 #, c-format
6478 msgid ""
6479 "\n"
6480 "%s: warning: too few parameter lists in declaration of `%s'\n"
6481 msgstr ""
6482
6483 #: protoize.c:3281
6484 #, c-format
6485 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6486 msgstr ""
6487
6488 #: protoize.c:3459
6489 #, c-format
6490 msgid "%s: local declaration for function `%s' not inserted\n"
6491 msgstr ""
6492
6493 #: protoize.c:3486
6494 #, c-format
6495 msgid ""
6496 "\n"
6497 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6498 msgstr ""
6499
6500 #: protoize.c:3560
6501 #, c-format
6502 msgid "%s: global declarations for file `%s' not inserted\n"
6503 msgstr ""
6504
6505 #: protoize.c:3651 protoize.c:3681
6506 #, c-format
6507 msgid "%s: definition of function `%s' not converted\n"
6508 msgstr ""
6509
6510 #: protoize.c:3670
6511 #, c-format
6512 msgid "%s: %d: warning: definition of %s not converted\n"
6513 msgstr ""
6514
6515 #: protoize.c:4000
6516 #, c-format
6517 msgid "%s: found definition of `%s' at %s(%d)\n"
6518 msgstr ""
6519
6520 #. If we make it here, then we did not know about this
6521 #. function definition.
6522 #: protoize.c:4016
6523 #, c-format
6524 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6525 msgstr ""
6526
6527 #: protoize.c:4019
6528 #, c-format
6529 msgid "%s: function definition not converted\n"
6530 msgstr ""
6531
6532 #: protoize.c:4078
6533 #, c-format
6534 msgid "%s: `%s' not converted\n"
6535 msgstr ""
6536
6537 #: protoize.c:4086
6538 #, c-format
6539 msgid "%s: would convert file `%s'\n"
6540 msgstr ""
6541
6542 #: protoize.c:4089
6543 #, c-format
6544 msgid "%s: converting file `%s'\n"
6545 msgstr ""
6546
6547 #: protoize.c:4099
6548 #, c-format
6549 msgid "%s: can't get status for file `%s': %s\n"
6550 msgstr ""
6551
6552 #: protoize.c:4141
6553 #, c-format
6554 msgid "%s: can't open file `%s' for reading: %s\n"
6555 msgstr ""
6556
6557 #: protoize.c:4156
6558 #, c-format
6559 msgid ""
6560 "\n"
6561 "%s: error reading input file `%s': %s\n"
6562 msgstr ""
6563
6564 #: protoize.c:4190
6565 #, c-format
6566 msgid "%s: can't create/open clean file `%s': %s\n"
6567 msgstr ""
6568
6569 #: protoize.c:4295
6570 #, c-format
6571 msgid "%s: warning: file `%s' already saved in `%s'\n"
6572 msgstr ""
6573
6574 #: protoize.c:4303
6575 #, c-format
6576 msgid "%s: can't link file `%s' to `%s': %s\n"
6577 msgstr ""
6578
6579 #: protoize.c:4333
6580 #, c-format
6581 msgid "%s: can't create/open output file `%s': %s\n"
6582 msgstr ""
6583
6584 #: protoize.c:4366
6585 #, c-format
6586 msgid "%s: can't change mode of file `%s': %s\n"
6587 msgstr ""
6588
6589 #: protoize.c:4541
6590 #, c-format
6591 msgid "%s: cannot get working directory: %s\n"
6592 msgstr ""
6593
6594 #: protoize.c:4639
6595 #, c-format
6596 msgid "%s: input file names must have .c suffixes: %s\n"
6597 msgstr ""
6598
6599 #: ra.c:750
6600 msgid "Didn't find a coloring.\n"
6601 msgstr ""
6602
6603 #: reg-stack.c:673
6604 #, c-format
6605 msgid "output constraint %d must specify a single register"
6606 msgstr ""
6607
6608 #: reg-stack.c:683
6609 #, c-format
6610 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6611 msgstr ""
6612
6613 #: reg-stack.c:706
6614 msgid "output regs must be grouped at top of stack"
6615 msgstr ""
6616
6617 #: reg-stack.c:743
6618 msgid "implicitly popped regs must be grouped at top of stack"
6619 msgstr ""
6620
6621 #: reg-stack.c:762
6622 #, c-format
6623 msgid "output operand %d must use `&' constraint"
6624 msgstr ""
6625
6626 #: regclass.c:756
6627 #, c-format
6628 msgid "can't use '%s' as a %s register"
6629 msgstr ""
6630
6631 #: regclass.c:771 config/ia64/ia64.c:4304 config/ia64/ia64.c:4311
6632 #, c-format
6633 msgid "unknown register name: %s"
6634 msgstr ""
6635
6636 #: regclass.c:782
6637 msgid "global register variable follows a function definition"
6638 msgstr ""
6639
6640 #: regclass.c:786
6641 msgid "register used for two global register variables"
6642 msgstr ""
6643
6644 #: regclass.c:791
6645 msgid "call-clobbered register used for global register variable"
6646 msgstr ""
6647
6648 #: regrename.c:1899
6649 #, c-format
6650 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6651 msgstr ""
6652
6653 #: regrename.c:1911
6654 #, c-format
6655 msgid "validate_value_data: Loop in regno chain (%u)"
6656 msgstr ""
6657
6658 #: regrename.c:1914
6659 #, c-format
6660 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6661 msgstr ""
6662
6663 #: regrename.c:1926
6664 #, c-format
6665 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6666 msgstr ""
6667
6668 #: reload.c:1229
6669 msgid "cannot reload integer constant operand in `asm'"
6670 msgstr ""
6671
6672 #: reload.c:1251
6673 msgid "impossible register constraint in `asm'"
6674 msgstr ""
6675
6676 #: reload.c:3461
6677 msgid "`&' constraint used with no register class"
6678 msgstr ""
6679
6680 #: reload.c:3629
6681 msgid "unable to generate reloads for:"
6682 msgstr ""
6683
6684 #: reload.c:3630 reload.c:3844
6685 msgid "inconsistent operand constraints in an `asm'"
6686 msgstr ""
6687
6688 #: reload1.c:1250
6689 msgid "frame size too large for reliable stack checking"
6690 msgstr ""
6691
6692 #: reload1.c:1253
6693 msgid "try reducing the number of local variables"
6694 msgstr ""
6695
6696 #: reload1.c:1909
6697 #, c-format
6698 msgid "can't find a register in class `%s' while reloading `asm'"
6699 msgstr ""
6700
6701 #: reload1.c:1913
6702 #, c-format
6703 msgid "unable to find a register to spill in class `%s'"
6704 msgstr ""
6705
6706 #: reload1.c:1915
6707 msgid "this is the insn:"
6708 msgstr ""
6709
6710 #: reload1.c:3938
6711 msgid "`asm' operand requires impossible reload"
6712 msgstr ""
6713
6714 #. It's the compiler's fault.
6715 #: reload1.c:5052
6716 msgid "could not find a spill register"
6717 msgstr ""
6718
6719 #: reload1.c:5057
6720 msgid "`asm' operand constraint incompatible with operand size"
6721 msgstr ""
6722
6723 #. It's the compiler's fault.
6724 #: reload1.c:6679
6725 msgid "VOIDmode on an output"
6726 msgstr ""
6727
6728 #: reload1.c:6680
6729 msgid "output operand is constant in `asm'"
6730 msgstr ""
6731
6732 #: rtl-error.c:140
6733 msgid "unrecognizable insn:"
6734 msgstr ""
6735
6736 #: rtl-error.c:142
6737 msgid "insn does not satisfy its constraints:"
6738 msgstr ""
6739
6740 #: rtl.c:535
6741 #, c-format
6742 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6743 msgstr ""
6744
6745 #: rtl.c:550
6746 #, c-format
6747 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6748 msgstr ""
6749
6750 #: rtl.c:566
6751 #, c-format
6752 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6753 msgstr ""
6754
6755 #: rtl.c:579
6756 #, c-format
6757 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6758 msgstr ""
6759
6760 #: rtl.c:593
6761 #, c-format
6762 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6763 msgstr ""
6764
6765 #: rtl.c:608
6766 #, c-format
6767 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6768 msgstr ""
6769
6770 #: rtl.c:623
6771 #, c-format
6772 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6773 msgstr ""
6774
6775 #: stmt.c:766
6776 #, c-format
6777 msgid "jump to `%s' invalidly jumps into binding contour"
6778 msgstr ""
6779
6780 #: stmt.c:1002 stmt.c:3766
6781 #, c-format
6782 msgid "label `%s' used before containing binding contour"
6783 msgstr ""
6784
6785 #: stmt.c:1190
6786 msgid "output operand constraint lacks `='"
6787 msgstr ""
6788
6789 #: stmt.c:1205
6790 #, c-format
6791 msgid "output constraint `%c' for operand %d is not at the beginning"
6792 msgstr ""
6793
6794 #: stmt.c:1227
6795 msgid "operand constraint contains incorrectly positioned '+' or '='"
6796 msgstr ""
6797
6798 #: stmt.c:1233 stmt.c:1337
6799 #, c-format
6800 msgid "`%%' constraint used with last operand"
6801 msgstr ""
6802
6803 #: stmt.c:1252
6804 msgid "matching constraint not valid in output operand"
6805 msgstr ""
6806
6807 #: stmt.c:1328
6808 #, c-format
6809 msgid "input operand constraint contains `%c'"
6810 msgstr ""
6811
6812 #: stmt.c:1368
6813 msgid "matching constraint references invalid operand number"
6814 msgstr ""
6815
6816 #: stmt.c:1400
6817 #, c-format
6818 msgid "invalid punctuation `%c' in constraint"
6819 msgstr ""
6820
6821 #: stmt.c:1450
6822 #, c-format
6823 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6824 msgstr ""
6825
6826 #: stmt.c:1540
6827 #, c-format
6828 msgid "unknown register name `%s' in `asm'"
6829 msgstr ""
6830
6831 #: stmt.c:1588
6832 #, c-format
6833 msgid "more than %d operands in `asm'"
6834 msgstr ""
6835
6836 #: stmt.c:1650
6837 #, c-format
6838 msgid "output number %d not directly addressable"
6839 msgstr ""
6840
6841 #: stmt.c:1728
6842 #, c-format
6843 msgid "asm operand %d probably doesn't match constraints"
6844 msgstr ""
6845
6846 #: stmt.c:1738
6847 #, c-format
6848 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6849 msgstr ""
6850
6851 #: stmt.c:1889
6852 msgid "asm clobber conflict with output operand"
6853 msgstr ""
6854
6855 #: stmt.c:1894
6856 msgid "asm clobber conflict with input operand"
6857 msgstr ""
6858
6859 #: stmt.c:1929
6860 msgid "too many alternatives in `asm'"
6861 msgstr ""
6862
6863 #: stmt.c:1941
6864 msgid "operand constraints for `asm' differ in number of alternatives"
6865 msgstr ""
6866
6867 #: stmt.c:1994
6868 #, c-format
6869 msgid "duplicate asm operand name '%s'"
6870 msgstr ""
6871
6872 #: stmt.c:2081
6873 msgid "missing close brace for named operand"
6874 msgstr ""
6875
6876 #: stmt.c:2109
6877 #, c-format
6878 msgid "undefined named operand '%s'"
6879 msgstr ""
6880
6881 #: stmt.c:3703
6882 #, c-format
6883 msgid "unused variable `%s'"
6884 msgstr ""
6885
6886 #: stmt.c:5189
6887 #, c-format
6888 msgid "enumeration value `%s' not handled in switch"
6889 msgstr ""
6890
6891 #: stmt.c:5214 stmt.c:5234
6892 #, c-format
6893 msgid "case value `%ld' not in enumerated type"
6894 msgstr ""
6895
6896 #: stmt.c:5217 stmt.c:5237
6897 #, c-format
6898 msgid "case value `%ld' not in enumerated type `%s'"
6899 msgstr ""
6900
6901 #: stmt.c:5310
6902 msgid "switch missing default case"
6903 msgstr ""
6904
6905 #: stor-layout.c:178
6906 msgid "type size can't be explicitly evaluated"
6907 msgstr ""
6908
6909 #: stor-layout.c:180
6910 msgid "variable-size type declared outside of any function"
6911 msgstr ""
6912
6913 #: stor-layout.c:487
6914 #, c-format
6915 msgid "size of `%s' is %d bytes"
6916 msgstr ""
6917
6918 #: stor-layout.c:489
6919 #, c-format
6920 msgid "size of `%s' is larger than %d bytes"
6921 msgstr ""
6922
6923 #: stor-layout.c:909 stor-layout.c:1325
6924 #, c-format
6925 msgid "packed attribute causes inefficient alignment for `%s'"
6926 msgstr ""
6927
6928 #: stor-layout.c:911 stor-layout.c:1327
6929 #, c-format
6930 msgid "packed attribute is unnecessary for `%s'"
6931 msgstr ""
6932
6933 #: stor-layout.c:926
6934 #, c-format
6935 msgid "padding struct to align `%s'"
6936 msgstr ""
6937
6938 #: stor-layout.c:1289
6939 msgid "padding struct size to alignment boundary"
6940 msgstr ""
6941
6942 #: stor-layout.c:1332
6943 msgid "packed attribute causes inefficient alignment"
6944 msgstr ""
6945
6946 #: stor-layout.c:1334
6947 msgid "packed attribute is unnecessary"
6948 msgstr ""
6949
6950 #: timevar.c:322
6951 #, c-format
6952 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6953 msgstr ""
6954
6955 #: timevar.c:453
6956 msgid ""
6957 "\n"
6958 "Execution times (seconds)\n"
6959 msgstr ""
6960
6961 #. Print total time.
6962 #: timevar.c:503
6963 msgid " TOTAL                 :"
6964 msgstr ""
6965
6966 #: timevar.c:539
6967 #, c-format
6968 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6969 msgstr ""
6970
6971 #: tlink.c:399
6972 #, c-format
6973 msgid "collect: reading %s\n"
6974 msgstr ""
6975
6976 #: tlink.c:502
6977 #, c-format
6978 msgid "collect: recompiling %s\n"
6979 msgstr ""
6980
6981 #: tlink.c:674
6982 #, c-format
6983 msgid "collect: tweaking %s in %s\n"
6984 msgstr ""
6985
6986 #: tlink.c:721
6987 msgid "collect: relinking\n"
6988 msgstr ""
6989
6990 #: tlink.c:730
6991 #, c-format
6992 msgid "ld returned %d exit status"
6993 msgstr ""
6994
6995 #: toplev.c:920
6996 msgid "Generate debugging info in default format"
6997 msgstr ""
6998
6999 #: toplev.c:921
7000 msgid "Generate debugging info in default extended format"
7001 msgstr ""
7002
7003 #: toplev.c:923
7004 msgid "Generate STABS format debug info"
7005 msgstr ""
7006
7007 #: toplev.c:924
7008 msgid "Generate extended STABS format debug info"
7009 msgstr ""
7010
7011 #: toplev.c:927
7012 msgid "Generate DWARF-1 format debug info"
7013 msgstr ""
7014
7015 #: toplev.c:929
7016 msgid "Generate extended DWARF-1 format debug info"
7017 msgstr ""
7018
7019 #: toplev.c:932
7020 msgid "Generate DWARF-2 debug info"
7021 msgstr ""
7022
7023 #: toplev.c:935
7024 msgid "Generate XCOFF format debug info"
7025 msgstr ""
7026
7027 #: toplev.c:936
7028 msgid "Generate extended XCOFF format debug info"
7029 msgstr ""
7030
7031 #: toplev.c:939
7032 msgid "Generate COFF format debug info"
7033 msgstr ""
7034
7035 #: toplev.c:942
7036 msgid "Generate VMS format debug info"
7037 msgstr ""
7038
7039 #: toplev.c:981
7040 msgid "Perform DWARF2 duplicate elimination"
7041 msgstr ""
7042
7043 #: toplev.c:983
7044 msgid "Do not store floats in registers"
7045 msgstr ""
7046
7047 #: toplev.c:985
7048 msgid "Consider all mem refs through pointers as volatile"
7049 msgstr ""
7050
7051 #: toplev.c:987
7052 msgid "Consider all mem refs to global data to be volatile"
7053 msgstr ""
7054
7055 #: toplev.c:989
7056 msgid "Consider all mem refs to static data to be volatile"
7057 msgstr ""
7058
7059 #: toplev.c:991
7060 msgid "Defer popping functions args from stack until later"
7061 msgstr ""
7062
7063 #: toplev.c:993
7064 msgid "When possible do not generate stack frames"
7065 msgstr ""
7066
7067 #: toplev.c:995
7068 msgid "Optimize sibling and tail recursive calls"
7069 msgstr ""
7070
7071 #: toplev.c:997
7072 msgid "Perform superblock formation via tail duplication"
7073 msgstr ""
7074
7075 #: toplev.c:999
7076 msgid "When running CSE, follow jumps to their targets"
7077 msgstr ""
7078
7079 #: toplev.c:1001
7080 msgid "When running CSE, follow conditional jumps"
7081 msgstr ""
7082
7083 #: toplev.c:1003
7084 msgid "Perform a number of minor, expensive optimizations"
7085 msgstr ""
7086
7087 #: toplev.c:1005
7088 msgid "Perform jump threading optimizations"
7089 msgstr ""
7090
7091 #: toplev.c:1007
7092 msgid "Perform strength reduction optimizations"
7093 msgstr ""
7094
7095 #: toplev.c:1009
7096 msgid "Perform loop unrolling when iteration count is known"
7097 msgstr ""
7098
7099 #: toplev.c:1011
7100 msgid "Perform loop unrolling for all loops"
7101 msgstr ""
7102
7103 #: toplev.c:1013
7104 msgid "Generate prefetch instructions, if available, for arrays in loops"
7105 msgstr ""
7106
7107 #: toplev.c:1015
7108 msgid "Force all loop invariant computations out of loops"
7109 msgstr ""
7110
7111 #: toplev.c:1017
7112 msgid "Strength reduce all loop general induction variables"
7113 msgstr ""
7114
7115 #: toplev.c:1019
7116 msgid "Store strings in writable data section"
7117 msgstr ""
7118
7119 #: toplev.c:1021
7120 msgid "Enable machine specific peephole optimizations"
7121 msgstr ""
7122
7123 #: toplev.c:1023
7124 msgid "Copy memory operands into registers before using"
7125 msgstr ""
7126
7127 #: toplev.c:1025
7128 msgid "Copy memory address constants into regs before using"
7129 msgstr ""
7130
7131 #: toplev.c:1027
7132 msgid "Allow function addresses to be held in registers"
7133 msgstr ""
7134
7135 #: toplev.c:1029
7136 msgid "Integrate simple functions into their callers"
7137 msgstr ""
7138
7139 #: toplev.c:1031
7140 msgid "Generate code for funcs even if they are fully inlined"
7141 msgstr ""
7142
7143 #: toplev.c:1033
7144 msgid "Pay attention to the 'inline' keyword"
7145 msgstr ""
7146
7147 #: toplev.c:1035
7148 msgid "Emit static const variables even if they are not used"
7149 msgstr ""
7150
7151 #: toplev.c:1037
7152 msgid "Check for syntax errors, then stop"
7153 msgstr ""
7154
7155 #: toplev.c:1039
7156 msgid "Mark data as shared rather than private"
7157 msgstr ""
7158
7159 #: toplev.c:1041
7160 msgid "Enable saving registers around function calls"
7161 msgstr ""
7162
7163 #: toplev.c:1043
7164 msgid "Return 'short' aggregates in memory, not registers"
7165 msgstr ""
7166
7167 #: toplev.c:1045
7168 msgid "Return 'short' aggregates in registers"
7169 msgstr ""
7170
7171 #: toplev.c:1047
7172 msgid "Attempt to fill delay slots of branch instructions"
7173 msgstr ""
7174
7175 #: toplev.c:1049
7176 msgid "Perform the global common subexpression elimination"
7177 msgstr ""
7178
7179 #: toplev.c:1051
7180 msgid "Perform enhanced load motion during global subexpression elimination"
7181 msgstr ""
7182
7183 #: toplev.c:1053
7184 msgid "Perform store motion after global subexpression elimination"
7185 msgstr ""
7186
7187 #: toplev.c:1055
7188 msgid "Perform the loop optimizations"
7189 msgstr ""
7190
7191 #: toplev.c:1057
7192 msgid "Perform cross-jumping optimization"
7193 msgstr ""
7194
7195 #: toplev.c:1059
7196 msgid "Perform conversion of conditional jumps to branchless equivalents"
7197 msgstr ""
7198
7199 #: toplev.c:1061
7200 msgid "Perform conversion of conditional jumps to conditional execution"
7201 msgstr ""
7202
7203 #: toplev.c:1063
7204 msgid "Run CSE pass after loop optimizations"
7205 msgstr ""
7206
7207 #: toplev.c:1065
7208 msgid "Run the loop optimizer twice"
7209 msgstr ""
7210
7211 #: toplev.c:1067
7212 msgid "Delete useless null pointer checks"
7213 msgstr ""
7214
7215 #: toplev.c:1069
7216 msgid "Reschedule instructions before register allocation"
7217 msgstr ""
7218
7219 #: toplev.c:1071
7220 msgid "Reschedule instructions after register allocation"
7221 msgstr ""
7222
7223 #: toplev.c:1073
7224 msgid "Enable scheduling across basic blocks"
7225 msgstr ""
7226
7227 #: toplev.c:1075
7228 msgid "Allow speculative motion of non-loads"
7229 msgstr ""
7230
7231 #: toplev.c:1077
7232 msgid "Allow speculative motion of some loads"
7233 msgstr ""
7234
7235 #: toplev.c:1079
7236 msgid "Allow speculative motion of more loads"
7237 msgstr ""
7238
7239 #: toplev.c:1081
7240 msgid "Replace add,compare,branch with branch on count reg"
7241 msgstr ""
7242
7243 #: toplev.c:1083
7244 msgid "Generate position independent code, if possible"
7245 msgstr ""
7246
7247 #: toplev.c:1086
7248 msgid "Enable exception handling"
7249 msgstr ""
7250
7251 #: toplev.c:1088
7252 msgid "Just generate unwind tables for exception handling"
7253 msgstr ""
7254
7255 #: toplev.c:1090
7256 msgid "Generate unwind tables exact at each instruction boundary"
7257 msgstr ""
7258
7259 #: toplev.c:1092
7260 msgid "Support synchronous non-call exceptions"
7261 msgstr ""
7262
7263 #: toplev.c:1094
7264 msgid "Insert arc based program profiling code"
7265 msgstr ""
7266
7267 #: toplev.c:1096
7268 msgid "Create data files needed by gcov"
7269 msgstr ""
7270
7271 #: toplev.c:1098
7272 msgid "Use profiling information for branch probabilities"
7273 msgstr ""
7274
7275 #: toplev.c:1100
7276 msgid "Enable basic program profiling code"
7277 msgstr ""
7278
7279 #: toplev.c:1102
7280 msgid "Reorder basic blocks to improve code placement"
7281 msgstr ""
7282
7283 #: toplev.c:1104
7284 msgid "Reorder functions to improve code placement"
7285 msgstr ""
7286
7287 #: toplev.c:1106
7288 msgid "Do the register renaming optimization pass"
7289 msgstr ""
7290
7291 #: toplev.c:1108
7292 msgid "Do the register copy-propagation optimization pass"
7293 msgstr ""
7294
7295 #: toplev.c:1110
7296 msgid "Do not put uninitialized globals in the common section"
7297 msgstr ""
7298
7299 #: toplev.c:1112
7300 msgid "Do not generate .size directives"
7301 msgstr ""
7302
7303 #: toplev.c:1114
7304 msgid "place each function into its own section"
7305 msgstr ""
7306
7307 #: toplev.c:1116
7308 msgid "place data items into their own section"
7309 msgstr ""
7310
7311 #: toplev.c:1118
7312 msgid "Add extra commentary to assembler output"
7313 msgstr ""
7314
7315 #: toplev.c:1120
7316 msgid "Output GNU ld formatted global initializers"
7317 msgstr ""
7318
7319 #: toplev.c:1122
7320 msgid "Enables a register move optimization"
7321 msgstr ""
7322
7323 #: toplev.c:1124
7324 msgid "Do the full regmove optimization pass"
7325 msgstr ""
7326
7327 #: toplev.c:1126
7328 msgid "Pack structure members together without holes"
7329 msgstr ""
7330
7331 #: toplev.c:1128
7332 msgid "Insert stack checking code into the program"
7333 msgstr ""
7334
7335 #: toplev.c:1130
7336 msgid "Specify that arguments may alias each other & globals"
7337 msgstr ""
7338
7339 #: toplev.c:1132
7340 msgid "Assume arguments may alias globals but not each other"
7341 msgstr ""
7342
7343 #: toplev.c:1134
7344 msgid "Assume arguments do not alias each other or globals"
7345 msgstr ""
7346
7347 #: toplev.c:1136
7348 msgid "Assume strict aliasing rules apply"
7349 msgstr ""
7350
7351 #: toplev.c:1138
7352 msgid "Align the start of loops"
7353 msgstr ""
7354
7355 #: toplev.c:1140
7356 msgid "Align labels which are only reached by jumping"
7357 msgstr ""
7358
7359 #: toplev.c:1142
7360 msgid "Align all labels"
7361 msgstr ""
7362
7363 #: toplev.c:1144
7364 msgid "Align the start of functions"
7365 msgstr ""
7366
7367 #: toplev.c:1146
7368 msgid "Attempt to merge identical constants across compilation units"
7369 msgstr ""
7370
7371 #: toplev.c:1148
7372 msgid "Attempt to merge identical constants and constant variables"
7373 msgstr ""
7374
7375 #: toplev.c:1150
7376 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7377 msgstr ""
7378
7379 #: toplev.c:1152
7380 msgid "Instrument function entry/exit with profiling calls"
7381 msgstr ""
7382
7383 #: toplev.c:1154
7384 msgid "Put zero initialized data in the bss section"
7385 msgstr ""
7386
7387 #: toplev.c:1156
7388 msgid "Enable SSA optimizations"
7389 msgstr ""
7390
7391 #: toplev.c:1158
7392 msgid "Enable SSA conditional constant propagation"
7393 msgstr ""
7394
7395 #: toplev.c:1160
7396 msgid "Enable aggressive SSA dead code elimination"
7397 msgstr ""
7398
7399 #: toplev.c:1162
7400 msgid "External symbols have a leading underscore"
7401 msgstr ""
7402
7403 #: toplev.c:1164
7404 msgid "Process #ident directives"
7405 msgstr ""
7406
7407 #: toplev.c:1166
7408 msgid "Enables an rtl peephole pass run before sched2"
7409 msgstr ""
7410
7411 #: toplev.c:1168
7412 msgid "Assume no NaNs or +-Infs are generated"
7413 msgstr ""
7414
7415 #: toplev.c:1170
7416 msgid "Enables guessing of branch probabilities"
7417 msgstr ""
7418
7419 #: toplev.c:1172
7420 msgid "Set errno after built-in math functions"
7421 msgstr ""
7422
7423 #: toplev.c:1174
7424 msgid "Floating-point operations can trap"
7425 msgstr ""
7426
7427 #: toplev.c:1176
7428 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7429 msgstr ""
7430
7431 #: toplev.c:1178
7432 msgid "Disable optimizations observable by IEEE signaling NaNs"
7433 msgstr ""
7434
7435 #: toplev.c:1180
7436 msgid "Generate code to check bounds before indexing arrays"
7437 msgstr ""
7438
7439 #: toplev.c:1182
7440 msgid "Convert floating point constant to single precision constant"
7441 msgstr ""
7442
7443 #: toplev.c:1184
7444 msgid "Report time taken by each compiler pass at end of run"
7445 msgstr ""
7446
7447 #: toplev.c:1186
7448 msgid "Report on permanent memory allocation at end of run"
7449 msgstr ""
7450
7451 #: toplev.c:1188
7452 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7453 msgstr ""
7454
7455 #: toplev.c:1190
7456 msgid "Use graph coloring register allocation."
7457 msgstr ""
7458
7459 #: toplev.c:1207
7460 msgid "Compile just for ISO C90"
7461 msgstr ""
7462
7463 #: toplev.c:1209
7464 msgid "Determine language standard"
7465 msgstr ""
7466
7467 #: toplev.c:1213
7468 msgid "Make bit-fields by unsigned by default"
7469 msgstr ""
7470
7471 #: toplev.c:1217
7472 msgid "Make 'char' be signed by default"
7473 msgstr ""
7474
7475 #: toplev.c:1219
7476 msgid "Make 'char' be unsigned by default"
7477 msgstr ""
7478
7479 #: toplev.c:1225
7480 msgid "Do not recognize the 'asm' keyword"
7481 msgstr ""
7482
7483 #: toplev.c:1228
7484 msgid "Do not recognize any built in functions"
7485 msgstr ""
7486
7487 #: toplev.c:1230
7488 msgid "Assume normal C execution environment"
7489 msgstr ""
7490
7491 #: toplev.c:1233
7492 msgid "Assume that standard libraries & main might not exist"
7493 msgstr ""
7494
7495 #: toplev.c:1236
7496 msgid "Allow different types as args of ? operator"
7497 msgstr ""
7498
7499 #: toplev.c:1239
7500 msgid "Allow the use of $ inside identifiers"
7501 msgstr ""
7502
7503 #: toplev.c:1244
7504 msgid "Use the same size for double as for float"
7505 msgstr ""
7506
7507 #: toplev.c:1247
7508 msgid "Use the smallest fitting integer to hold enums"
7509 msgstr ""
7510
7511 #: toplev.c:1250
7512 msgid "Override the underlying type for wchar_t to `unsigned short'"
7513 msgstr ""
7514
7515 #: toplev.c:1254
7516 msgid "Enable most warning messages"
7517 msgstr ""
7518
7519 #: toplev.c:1256
7520 msgid "Warn about casting functions to incompatible types"
7521 msgstr ""
7522
7523 #: toplev.c:1259
7524 msgid "Warn about functions which might be candidates for format attributes"
7525 msgstr ""
7526
7527 #: toplev.c:1262
7528 msgid "Warn about casts which discard qualifiers"
7529 msgstr ""
7530
7531 #: toplev.c:1265
7532 msgid "Warn about subscripts whose type is 'char'"
7533 msgstr ""
7534
7535 #: toplev.c:1268 toplev.c:1271
7536 msgid "Warn if nested comments are detected"
7537 msgstr ""
7538
7539 #: toplev.c:1274
7540 msgid "Warn about possibly confusing type conversions"
7541 msgstr ""
7542
7543 #: toplev.c:1278
7544 msgid "Do not warn about compile-time integer division by zero"
7545 msgstr ""
7546
7547 #: toplev.c:1280
7548 msgid "Warn about testing equality of floating point numbers"
7549 msgstr ""
7550
7551 #: toplev.c:1283
7552 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7553 msgstr ""
7554
7555 #: toplev.c:1287
7556 msgid "Don't warn about too many arguments to format functions"
7557 msgstr ""
7558
7559 #: toplev.c:1289
7560 msgid "Warn about non-string-literal format strings"
7561 msgstr ""
7562
7563 #: toplev.c:1292
7564 msgid "Warn about possible security problems with format functions"
7565 msgstr ""
7566
7567 #: toplev.c:1296
7568 msgid "Don't warn about strftime formats yielding 2 digit years"
7569 msgstr ""
7570
7571 #: toplev.c:1298
7572 msgid "Warn about implicit function declarations"
7573 msgstr ""
7574
7575 #: toplev.c:1302
7576 msgid "Warn when a declaration does not specify a type"
7577 msgstr ""
7578
7579 #: toplev.c:1307
7580 msgid "Warn about the use of the #import directive"
7581 msgstr ""
7582
7583 #: toplev.c:1311
7584 msgid "Do not warn about using 'long long' when -pedantic"
7585 msgstr ""
7586
7587 #: toplev.c:1313
7588 msgid "Warn about suspicious declarations of main"
7589 msgstr ""
7590
7591 #: toplev.c:1316
7592 msgid "Warn about possibly missing braces around initializers"
7593 msgstr ""
7594
7595 #: toplev.c:1319
7596 msgid "Warn about global funcs without previous declarations"
7597 msgstr ""
7598
7599 #: toplev.c:1322
7600 msgid "Warn about global funcs without prototypes"
7601 msgstr ""
7602
7603 #: toplev.c:1325
7604 msgid "Warn about use of multicharacter literals"
7605 msgstr ""
7606
7607 #: toplev.c:1328
7608 msgid "Warn about externs not at file scope level"
7609 msgstr ""
7610
7611 #: toplev.c:1331
7612 msgid "Warn about possible missing parentheses"
7613 msgstr ""
7614
7615 #: toplev.c:1334
7616 msgid "Warn about function pointer arithmetic"
7617 msgstr ""
7618
7619 #: toplev.c:1337
7620 msgid "Warn about multiple declarations of the same object"
7621 msgstr ""
7622
7623 #: toplev.c:1340
7624 msgid "Warn whenever a function's return-type defaults to int"
7625 msgstr ""
7626
7627 #: toplev.c:1343
7628 msgid "Warn about possible violations of sequence point rules"
7629 msgstr ""
7630
7631 #: toplev.c:1346
7632 msgid "Warn about signed/unsigned comparisons"
7633 msgstr ""
7634
7635 #: toplev.c:1349
7636 msgid "Warn about non-prototyped function decls"
7637 msgstr ""
7638
7639 #: toplev.c:1352
7640 msgid "Warn about constructs whose meanings change in ISO C"
7641 msgstr ""
7642
7643 #: toplev.c:1355
7644 msgid "Warn when trigraphs are encountered"
7645 msgstr ""
7646
7647 #: toplev.c:1360
7648 msgid "Warn about unrecognized pragmas"
7649 msgstr ""
7650
7651 #: toplev.c:1363
7652 msgid "Mark strings as 'const char *'"
7653 msgstr ""
7654
7655 #: toplev.c:1508
7656 msgid "Warn when a function is unused"
7657 msgstr ""
7658
7659 #: toplev.c:1510
7660 msgid "Warn when a label is unused"
7661 msgstr ""
7662
7663 #: toplev.c:1512
7664 msgid "Warn when a function parameter is unused"
7665 msgstr ""
7666
7667 #: toplev.c:1514
7668 msgid "Warn when a variable is unused"
7669 msgstr ""
7670
7671 #: toplev.c:1516
7672 msgid "Warn when an expression value is unused"
7673 msgstr ""
7674
7675 #: toplev.c:1518
7676 msgid "Do not suppress warnings from system headers"
7677 msgstr ""
7678
7679 #: toplev.c:1520
7680 msgid "Treat all warnings as errors"
7681 msgstr ""
7682
7683 #: toplev.c:1522
7684 msgid "Warn when one local variable shadows another"
7685 msgstr ""
7686
7687 #: toplev.c:1524
7688 msgid "Warn about enumerated switches, with no default, missing a case"
7689 msgstr ""
7690
7691 #: toplev.c:1526
7692 msgid "Warn about enumerated switches missing a default case"
7693 msgstr ""
7694
7695 #: toplev.c:1528
7696 msgid "Warn about all enumerated switches missing a specific case"
7697 msgstr ""
7698
7699 #: toplev.c:1530
7700 msgid "Warn about returning structures, unions or arrays"
7701 msgstr ""
7702
7703 #: toplev.c:1532
7704 msgid "Warn about pointer casts which increase alignment"
7705 msgstr ""
7706
7707 #: toplev.c:1534
7708 msgid "Warn about code that will never be executed"
7709 msgstr ""
7710
7711 #: toplev.c:1536
7712 msgid "Warn about uninitialized automatic variables"
7713 msgstr ""
7714
7715 #: toplev.c:1538
7716 msgid "Warn when an inlined function cannot be inlined"
7717 msgstr ""
7718
7719 #: toplev.c:1540
7720 msgid "Warn when the packed attribute has no effect on struct layout"
7721 msgstr ""
7722
7723 #: toplev.c:1542
7724 msgid "Warn when padding is required to align struct members"
7725 msgstr ""
7726
7727 #: toplev.c:1544
7728 msgid "Warn when an optimization pass is disabled"
7729 msgstr ""
7730
7731 #: toplev.c:1546
7732 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7733 msgstr ""
7734
7735 #: toplev.c:1548
7736 msgid "Warn about functions which might be candidates for attribute noreturn"
7737 msgstr ""
7738
7739 #: toplev.c:1550
7740 msgid "Warn about code which might break the strict aliasing rules"
7741 msgstr ""
7742
7743 #: toplev.c:1627 toplev.c:4548 config/rs6000/rs6000.c:680
7744 #, c-format
7745 msgid "invalid option `%s'"
7746 msgstr "ungültige Option »%s«"
7747
7748 #: toplev.c:2031
7749 #, c-format
7750 msgid "`%s' used but never defined"
7751 msgstr "»%s« verwendet, aber nirgendwo definiert"
7752
7753 #: toplev.c:2034
7754 #, c-format
7755 msgid "`%s' declared `static' but never defined"
7756 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
7757
7758 #: toplev.c:2057
7759 #, c-format
7760 msgid "`%s' defined but not used"
7761 msgstr "»%s« definiert, aber nicht verwendet"
7762
7763 #: toplev.c:2280
7764 #, c-format
7765 msgid "invalid register name `%s' for register variable"
7766 msgstr ""
7767
7768 #: toplev.c:3697
7769 msgid "  -ffixed-<register>      Mark <register> as being unavailable to the compiler\n"
7770 msgstr ""
7771
7772 #: toplev.c:3698
7773 msgid "  -fcall-used-<register>  Mark <register> as being corrupted by function calls\n"
7774 msgstr ""
7775
7776 #: toplev.c:3699
7777 msgid "  -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7778 msgstr ""
7779
7780 #: toplev.c:3700
7781 msgid "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7782 msgstr ""
7783
7784 #: toplev.c:3701
7785 msgid "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line.  0 suppresses line-wrapping\n"
7786 msgstr ""
7787
7788 #: toplev.c:3702
7789 msgid "  -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
7790 msgstr ""
7791
7792 #: toplev.c:3703
7793 msgid "  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7794 msgstr ""
7795
7796 #: toplev.c:3704
7797 msgid "  -fstack-limit-register=<register>  Trap if the stack goes past <register>\n"
7798 msgstr ""
7799
7800 #: toplev.c:3705
7801 msgid "  -fstack-limit-symbol=<name>  Trap if the stack goes past symbol <name>\n"
7802 msgstr ""
7803
7804 #: toplev.c:3706
7805 msgid "  -frandom-seed=<string>  Make compile reproducible using <string>\n"
7806 msgstr ""
7807
7808 #: toplev.c:3718
7809 msgid "  -O[number]              Set optimization level to [number]\n"
7810 msgstr ""
7811
7812 #: toplev.c:3719
7813 msgid "  -Os                     Optimize for space rather than speed\n"
7814 msgstr ""
7815
7816 #: toplev.c:3731
7817 msgid "  -pedantic               Issue warnings needed by strict compliance to ISO C\n"
7818 msgstr ""
7819
7820 #: toplev.c:3732
7821 msgid "  -pedantic-errors        Like -pedantic except that errors are produced\n"
7822 msgstr ""
7823
7824 #: toplev.c:3733
7825 msgid "  -w                      Suppress warnings\n"
7826 msgstr ""
7827
7828 #: toplev.c:3734
7829 msgid "  -W                      Enable extra warnings\n"
7830 msgstr ""
7831
7832 #: toplev.c:3745
7833 msgid "  -Wunused                Enable unused warnings\n"
7834 msgstr ""
7835
7836 #: toplev.c:3746
7837 msgid "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
7838 msgstr ""
7839
7840 #: toplev.c:3747
7841 msgid "  -p                      Enable function profiling\n"
7842 msgstr ""
7843
7844 #: toplev.c:3748
7845 msgid "  -o <file>               Place output into <file> \n"
7846 msgstr ""
7847
7848 #: toplev.c:3749
7849 msgid ""
7850 "  -G <number>             Put global and static data smaller than <number>\n"
7851 "                          bytes into a special section (on some targets)\n"
7852 msgstr ""
7853
7854 #: toplev.c:3760
7855 msgid "  -aux-info <file>        Emit declaration info into <file>\n"
7856 msgstr ""
7857
7858 #: toplev.c:3761
7859 msgid "  -quiet                  Do not display functions compiled or elapsed time\n"
7860 msgstr ""
7861
7862 #: toplev.c:3762
7863 msgid "  -version                Display the compiler's version\n"
7864 msgstr ""
7865
7866 #: toplev.c:3763
7867 msgid "  -d[letters]             Enable dumps from specific passes of the compiler\n"
7868 msgstr ""
7869
7870 #: toplev.c:3764
7871 msgid "  -dumpbase <file>        Base name to be used for dumps from specific passes\n"
7872 msgstr ""
7873
7874 #: toplev.c:3766
7875 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7876 msgstr ""
7877
7878 #: toplev.c:3768
7879 msgid "  --help                  Display this information\n"
7880 msgstr ""
7881
7882 #: toplev.c:3783
7883 msgid ""
7884 "\n"
7885 "Language specific options:\n"
7886 msgstr ""
7887
7888 #: toplev.c:3795
7889 #, c-format
7890 msgid "  %-23.23s [undocumented]\n"
7891 msgstr ""
7892
7893 #: toplev.c:3803 toplev.c:3817
7894 #, c-format
7895 msgid ""
7896 "\n"
7897 "There are undocumented %s specific options as well.\n"
7898 msgstr ""
7899
7900 #: toplev.c:3807
7901 #, c-format
7902 msgid ""
7903 "\n"
7904 " Options for %s:\n"
7905 msgstr ""
7906
7907 #: toplev.c:3844
7908 msgid ""
7909 "\n"
7910 "Target specific options:\n"
7911 msgstr ""
7912
7913 #: toplev.c:3858 toplev.c:3877
7914 #, c-format
7915 msgid "  -m%-23.23s [undocumented]\n"
7916 msgstr ""
7917
7918 #: toplev.c:3886
7919 msgid ""
7920 "\n"
7921 "There are undocumented target specific options as well.\n"
7922 msgstr ""
7923
7924 #: toplev.c:3888
7925 msgid "  They exist, but they are not documented.\n"
7926 msgstr ""
7927
7928 #: toplev.c:3941
7929 #, c-format
7930 msgid "unrecognized gcc debugging option: %c"
7931 msgstr ""
7932
7933 #: toplev.c:4007
7934 #, c-format
7935 msgid "`%s': unknown tls-model option"
7936 msgstr ""
7937
7938 #: toplev.c:4034
7939 #, c-format
7940 msgid "unrecognized register name `%s'"
7941 msgstr ""
7942
7943 #: toplev.c:4059 toplev.c:5012
7944 #, c-format
7945 msgid "unrecognized option `%s'"
7946 msgstr ""
7947
7948 #: toplev.c:4107
7949 msgid "-Wid-clash-LEN is no longer supported"
7950 msgstr ""
7951
7952 #: toplev.c:4184
7953 #, c-format
7954 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7955 msgstr ""
7956
7957 #: toplev.c:4187
7958 msgid "use -gdwarf-2   for DWARF v2"
7959 msgstr ""
7960
7961 #: toplev.c:4192
7962 #, c-format
7963 msgid "ignoring option `%s' due to invalid debug level specification"
7964 msgstr ""
7965
7966 #: toplev.c:4215 toplev.c:5010
7967 #, c-format
7968 msgid "`%s': unknown or unsupported -g option"
7969 msgstr ""
7970
7971 #: toplev.c:4222
7972 #, c-format
7973 msgid "`%s' ignored, conflicts with `-g%s'"
7974 msgstr ""
7975
7976 #: toplev.c:4304
7977 msgid "-param option missing argument"
7978 msgstr ""
7979
7980 #: toplev.c:4313
7981 #, c-format
7982 msgid "invalid --param option: %s"
7983 msgstr ""
7984
7985 #: toplev.c:4325
7986 #, c-format
7987 msgid "invalid parameter value `%s'"
7988 msgstr ""
7989
7990 #: toplev.c:4565
7991 #, c-format
7992 msgid ""
7993 "%s%s%s version %s (%s)\n"
7994 "%s\tcompiled by GNU C version %s.\n"
7995 "%s%s%s version %s (%s) compiled by CC.\n"
7996 msgstr ""
7997
7998 #: toplev.c:4572
7999 #, c-format
8000 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
8001 msgstr ""
8002
8003 #: toplev.c:4630
8004 msgid "options passed: "
8005 msgstr ""
8006
8007 #: toplev.c:4659
8008 msgid "options enabled: "
8009 msgstr ""
8010
8011 #: toplev.c:4718 java/jcf-write.c:3453
8012 #, c-format
8013 msgid "can't open %s for writing"
8014 msgstr ""
8015
8016 #: toplev.c:5002
8017 #, c-format
8018 msgid "ignoring command line option '%s'"
8019 msgstr ""
8020
8021 #: toplev.c:5005
8022 #, c-format
8023 msgid "(it is valid for %s but not the selected language)"
8024 msgstr ""
8025
8026 #: toplev.c:5039
8027 msgid "-Wuninitialized is not supported without -O"
8028 msgstr ""
8029
8030 #: toplev.c:5094
8031 msgid "instruction scheduling not supported on this target machine"
8032 msgstr ""
8033
8034 #: toplev.c:5098
8035 msgid "this target machine does not have delayed branches"
8036 msgstr ""
8037
8038 #: toplev.c:5112
8039 #, c-format
8040 msgid "-f%sleading-underscore not supported on this target machine"
8041 msgstr ""
8042
8043 #: toplev.c:5175
8044 msgid "-ffunction-sections not supported for this target"
8045 msgstr ""
8046
8047 #: toplev.c:5180
8048 msgid "-fdata-sections not supported for this target"
8049 msgstr ""
8050
8051 #: toplev.c:5187
8052 msgid "-ffunction-sections disabled; it makes profiling impossible"
8053 msgstr ""
8054
8055 #: toplev.c:5194
8056 msgid "-fprefetch-loop-arrays not supported for this target"
8057 msgstr ""
8058
8059 #: toplev.c:5200
8060 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8061 msgstr ""
8062
8063 #: toplev.c:5209
8064 msgid "-fprefetch-loop-arrays is not supported with -Os"
8065 msgstr ""
8066
8067 #: toplev.c:5215
8068 msgid "-ffunction-sections may affect debugging on some targets"
8069 msgstr ""
8070
8071 #: toplev.c:5327
8072 #, c-format
8073 msgid "error writing to %s"
8074 msgstr ""
8075
8076 #: toplev.c:5329 java/jcf-parse.c:936 java/jcf-write.c:3460
8077 #, c-format
8078 msgid "error closing %s"
8079 msgstr ""
8080
8081 #: tree-dump.c:702
8082 #, c-format
8083 msgid "could not open dump file `%s'"
8084 msgstr ""
8085
8086 #: tree-dump.c:778
8087 #, c-format
8088 msgid "ignoring unknown option `%.*s' in `-f%s'"
8089 msgstr ""
8090
8091 #: tree.c:3645
8092 msgid "arrays of functions are not meaningful"
8093 msgstr ""
8094
8095 #: tree.c:3702
8096 msgid "function return type cannot be function"
8097 msgstr ""
8098
8099 #: tree.c:4557
8100 msgid "invalid initializer for bit string"
8101 msgstr ""
8102
8103 #: tree.c:4616
8104 #, c-format
8105 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8106 msgstr ""
8107
8108 #: tree.c:4633
8109 #, c-format
8110 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8111 msgstr ""
8112
8113 #: tree.c:4650
8114 #, c-format
8115 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8116 msgstr ""
8117
8118 #: varasm.c:455 config/i386/winnt.c:611
8119 #, c-format
8120 msgid "%s causes a section type conflict"
8121 msgstr ""
8122
8123 #: varasm.c:841
8124 #, c-format
8125 msgid "register name not specified for `%s'"
8126 msgstr ""
8127
8128 #: varasm.c:843
8129 #, c-format
8130 msgid "invalid register name for `%s'"
8131 msgstr ""
8132
8133 #: varasm.c:846
8134 #, c-format
8135 msgid "data type of `%s' isn't suitable for a register"
8136 msgstr ""
8137
8138 #: varasm.c:849
8139 #, c-format
8140 msgid "register specified for `%s' isn't suitable for data type"
8141 msgstr ""
8142
8143 #: varasm.c:858
8144 msgid "global register variable has initial value"
8145 msgstr ""
8146
8147 #: varasm.c:861
8148 msgid "volatile register variables don't work as you might wish"
8149 msgstr ""
8150
8151 #: varasm.c:894
8152 #, c-format
8153 msgid "register name given for non-register variable `%s'"
8154 msgstr ""
8155
8156 #: varasm.c:1542
8157 #, c-format
8158 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8159 msgstr ""
8160
8161 #: varasm.c:1584
8162 msgid "thread-local COMMON data not implemented"
8163 msgstr ""
8164
8165 #: varasm.c:1610
8166 #, c-format
8167 msgid "requested alignment for %s is greater than implemented alignment of %d"
8168 msgstr ""
8169
8170 #: varasm.c:4048
8171 msgid "initializer for integer value is too complicated"
8172 msgstr ""
8173
8174 #: varasm.c:4053
8175 msgid "initializer for floating value is not a floating constant"
8176 msgstr ""
8177
8178 #: varasm.c:4120
8179 msgid "unknown set constructor type"
8180 msgstr ""
8181
8182 #: varasm.c:4334
8183 #, c-format
8184 msgid "invalid initial value for member `%s'"
8185 msgstr ""
8186
8187 #: varasm.c:4525 varasm.c:4568
8188 #, c-format
8189 msgid "weak declaration of `%s' must precede definition"
8190 msgstr ""
8191
8192 #: varasm.c:4532
8193 #, c-format
8194 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8195 msgstr ""
8196
8197 #: varasm.c:4566
8198 #, c-format
8199 msgid "weak declaration of `%s' must be public"
8200 msgstr ""
8201
8202 #: varasm.c:4575
8203 #, c-format
8204 msgid "weak declaration of `%s' not supported"
8205 msgstr ""
8206
8207 #: varasm.c:4602 varasm.c:4677
8208 msgid "only weak aliases are supported in this configuration"
8209 msgstr ""
8210
8211 #: varasm.c:4685
8212 msgid "alias definitions not supported in this configuration; ignored"
8213 msgstr ""
8214
8215 #: varasm.c:4716
8216 msgid "visibility attribute not supported in this configuration; ignored"
8217 msgstr ""
8218
8219 #: varray.c:134
8220 #, c-format
8221 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8222 msgstr ""
8223
8224 #. Print an error message for unrecognized stab codes.
8225 #: xcoffout.c:175
8226 #, c-format
8227 msgid "no sclass for %s stab (0x%x)\n"
8228 msgstr ""
8229
8230 #: pretty-print.h:97
8231 #, c-format
8232 msgid "#`%s' not supported by %s#"
8233 msgstr "#»%s« wird von %s# nicht unterstützt"
8234
8235 #: params.def:53
8236 msgid "The maximum number of instructions in a single function eligible for inlining"
8237 msgstr ""
8238
8239 #: params.def:65
8240 msgid "The maximum number of instructions when automatically inlining"
8241 msgstr ""
8242
8243 #: params.def:84
8244 msgid "The maximum number of instructions by repeated inlining before gcc starts to throttle inlining"
8245 msgstr ""
8246
8247 #: params.def:97
8248 msgid "The slope of the linear function throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8249 msgstr ""
8250
8251 #: params.def:110
8252 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8253 msgstr ""
8254
8255 #: params.def:120
8256 msgid "The maximum number of instructions for the RTL inliner"
8257 msgstr ""
8258
8259 #: params.def:131
8260 msgid "The maximum number of instructions to consider to fill a delay slot"
8261 msgstr ""
8262
8263 #: params.def:142
8264 msgid "The maximum number of instructions to consider to find accurate live register information"
8265 msgstr ""
8266
8267 #: params.def:152
8268 msgid "The maximum length of scheduling's pending operations list"
8269 msgstr ""
8270
8271 #: params.def:159
8272 msgid "The maximum amount of memory to be allocated by GCSE"
8273 msgstr ""
8274
8275 #: params.def:164
8276 msgid "The maximum number of passes to make when doing GCSE"
8277 msgstr ""
8278
8279 #: params.def:171
8280 msgid "The maximum number of instructions to consider to unroll in a loop"
8281 msgstr ""
8282
8283 #: params.def:176
8284 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8285 msgstr ""
8286
8287 #: params.def:181
8288 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8289 msgstr ""
8290
8291 #: params.def:186
8292 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8293 msgstr ""
8294
8295 #: params.def:191
8296 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8297 msgstr ""
8298
8299 #: params.def:196
8300 msgid "Maximal code growth caused by tail duplication (in percents)"
8301 msgstr ""
8302
8303 #: params.def:200
8304 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8305 msgstr ""
8306
8307 #: params.def:205
8308 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8309 msgstr ""
8310
8311 #: params.def:210
8312 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8313 msgstr ""
8314
8315 #: params.def:217
8316 msgid "The maximum number of incoming edges to consider for crossjumping"
8317 msgstr ""
8318
8319 #: params.def:230
8320 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8321 msgstr ""
8322
8323 #: params.def:236
8324 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8325 msgstr ""
8326
8327 #: config/darwin-c.c:75
8328 msgid "too many #pragma options align=reset"
8329 msgstr ""
8330
8331 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8332 #: config/darwin-c.c:104
8333 msgid "malformed '#pragma options', ignoring"
8334 msgstr ""
8335
8336 #: config/darwin-c.c:107
8337 msgid "junk at end of '#pragma options'"
8338 msgstr ""
8339
8340 #: config/darwin-c.c:117
8341 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8342 msgstr ""
8343
8344 #: config/darwin-c.c:130
8345 msgid "missing '(' after '#pragma unused', ignoring"
8346 msgstr ""
8347
8348 #: config/darwin-c.c:148
8349 msgid "missing ')' after '#pragma unused', ignoring"
8350 msgstr ""
8351
8352 #: config/darwin-c.c:151
8353 msgid "junk at end of '#pragma unused'"
8354 msgstr ""
8355
8356 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8357 msgid "-msystem-v and -p are incompatible"
8358 msgstr ""
8359
8360 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8361 msgid "-msystem-v and -mthreads are incompatible"
8362 msgstr ""
8363
8364 #: config/alpha/alpha.c:342
8365 #, c-format
8366 msgid "-f%s ignored for Unicos/Mk (not supported)"
8367 msgstr ""
8368
8369 #: config/alpha/alpha.c:366
8370 msgid "-mieee not supported on Unicos/Mk"
8371 msgstr ""
8372
8373 #: config/alpha/alpha.c:377
8374 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8375 msgstr ""
8376
8377 #: config/alpha/alpha.c:394
8378 #, c-format
8379 msgid "bad value `%s' for -mtrap-precision switch"
8380 msgstr ""
8381
8382 #: config/alpha/alpha.c:408
8383 #, c-format
8384 msgid "bad value `%s' for -mfp-rounding-mode switch"
8385 msgstr ""
8386
8387 #: config/alpha/alpha.c:423
8388 #, c-format
8389 msgid "bad value `%s' for -mfp-trap-mode switch"
8390 msgstr ""
8391
8392 #: config/alpha/alpha.c:435
8393 #, c-format
8394 msgid "bad value `%s' for -mtls-size switch"
8395 msgstr ""
8396
8397 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8398 #, c-format
8399 msgid "bad value `%s' for -mcpu switch"
8400 msgstr ""
8401
8402 #: config/alpha/alpha.c:473
8403 msgid "trap mode not supported on Unicos/Mk"
8404 msgstr ""
8405
8406 #: config/alpha/alpha.c:480
8407 msgid "fp software completion requires -mtrap-precision=i"
8408 msgstr ""
8409
8410 #: config/alpha/alpha.c:496
8411 msgid "rounding mode not supported for VAX floats"
8412 msgstr ""
8413
8414 #: config/alpha/alpha.c:501
8415 msgid "trap mode not supported for VAX floats"
8416 msgstr ""
8417
8418 #: config/alpha/alpha.c:530
8419 #, c-format
8420 msgid "L%d cache latency unknown for %s"
8421 msgstr ""
8422
8423 #: config/alpha/alpha.c:545
8424 #, c-format
8425 msgid "bad value `%s' for -mmemory-latency"
8426 msgstr ""
8427
8428 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8429 #: config/romp/romp.c:761
8430 #, c-format
8431 msgid "invalid %%H value"
8432 msgstr ""
8433
8434 #: config/alpha/alpha.c:5625
8435 #, c-format
8436 msgid "invalid %%J value"
8437 msgstr ""
8438
8439 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3970 config/m88k/m88k.c:3034
8440 #, c-format
8441 msgid "invalid %%r value"
8442 msgstr ""
8443
8444 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7737
8445 #, c-format
8446 msgid "invalid %%R value"
8447 msgstr ""
8448
8449 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7663
8450 #, c-format
8451 msgid "invalid %%N value"
8452 msgstr ""
8453
8454 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7691
8455 #, c-format
8456 msgid "invalid %%P value"
8457 msgstr ""
8458
8459 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8460 #: config/romp/romp.c:747
8461 #, c-format
8462 msgid "invalid %%h value"
8463 msgstr ""
8464
8465 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8466 #, c-format
8467 msgid "invalid %%L value"
8468 msgstr ""
8469
8470 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7645
8471 #, c-format
8472 msgid "invalid %%m value"
8473 msgstr ""
8474
8475 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7653
8476 #, c-format
8477 msgid "invalid %%M value"
8478 msgstr ""
8479
8480 #: config/alpha/alpha.c:5772
8481 #, c-format
8482 msgid "invalid %%U value"
8483 msgstr ""
8484
8485 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8486 #: config/rs6000/rs6000.c:7745
8487 #, c-format
8488 msgid "invalid %%s value"
8489 msgstr ""
8490
8491 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8492 #, c-format
8493 msgid "invalid %%C value"
8494 msgstr ""
8495
8496 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8497 #: config/rs6000/rs6000.c:7502
8498 #, c-format
8499 msgid "invalid %%E value"
8500 msgstr ""
8501
8502 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8503 msgid "unknown relocation unspec"
8504 msgstr ""
8505
8506 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8507 #: config/rs6000/rs6000.c:8052
8508 #, c-format
8509 msgid "invalid %%xn code"
8510 msgstr ""
8511
8512 #: config/alpha/alpha.c:6618 config/alpha/alpha.c:6621 config/s390/s390.c:6069
8513 #: config/s390/s390.c:6072
8514 msgid "bad builtin fcode"
8515 msgstr ""
8516
8517 #. Macro to define tables used to set the flags.
8518 #. This is a list in braces of pairs in braces,
8519 #. each pair being { "NAME", VALUE }
8520 #. where VALUE is the bits to set or minus the bits to clear.
8521 #. An empty string NAME is used to identify the default VALUE.
8522 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8523 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8524 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8525 msgid "Use hardware fp"
8526 msgstr ""
8527
8528 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8529 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8530 #: config/sparc/sparc.h:529
8531 msgid "Do not use hardware fp"
8532 msgstr ""
8533
8534 #: config/alpha/alpha.h:281
8535 msgid "Use fp registers"
8536 msgstr ""
8537
8538 #: config/alpha/alpha.h:283
8539 msgid "Do not use fp registers"
8540 msgstr ""
8541
8542 #: config/alpha/alpha.h:284
8543 msgid "Do not assume GAS"
8544 msgstr ""
8545
8546 #: config/alpha/alpha.h:285
8547 msgid "Assume GAS"
8548 msgstr ""
8549
8550 #: config/alpha/alpha.h:287
8551 msgid "Request IEEE-conformant math library routines (OSF/1)"
8552 msgstr ""
8553
8554 #: config/alpha/alpha.h:289
8555 msgid "Emit IEEE-conformant code, without inexact exceptions"
8556 msgstr ""
8557
8558 #: config/alpha/alpha.h:291
8559 msgid "Emit IEEE-conformant code, with inexact exceptions"
8560 msgstr ""
8561
8562 #: config/alpha/alpha.h:293
8563 msgid "Do not emit complex integer constants to read-only memory"
8564 msgstr ""
8565
8566 #: config/alpha/alpha.h:294
8567 msgid "Use VAX fp"
8568 msgstr ""
8569
8570 #: config/alpha/alpha.h:295
8571 msgid "Do not use VAX fp"
8572 msgstr ""
8573
8574 #: config/alpha/alpha.h:296
8575 msgid "Emit code for the byte/word ISA extension"
8576 msgstr ""
8577
8578 #: config/alpha/alpha.h:299
8579 msgid "Emit code for the motion video ISA extension"
8580 msgstr ""
8581
8582 #: config/alpha/alpha.h:302
8583 msgid "Emit code for the fp move and sqrt ISA extension"
8584 msgstr ""
8585
8586 #: config/alpha/alpha.h:304
8587 msgid "Emit code for the counting ISA extension"
8588 msgstr ""
8589
8590 #: config/alpha/alpha.h:307
8591 msgid "Emit code using explicit relocation directives"
8592 msgstr ""
8593
8594 #: config/alpha/alpha.h:310
8595 msgid "Emit 16-bit relocations to the small data areas"
8596 msgstr ""
8597
8598 #: config/alpha/alpha.h:312
8599 msgid "Emit 32-bit relocations to the small data areas"
8600 msgstr ""
8601
8602 #: config/alpha/alpha.h:314
8603 msgid "Emit rdval instead of rduniq for thread pointer"
8604 msgstr ""
8605
8606 #. For -mcpu=
8607 #. For -mtune=
8608 #. For -mfp-rounding-mode=[n|m|c|d]
8609 #. For -mfp-trap-mode=[n|u|su|sui]
8610 #. For -mtrap-precision=[p|f|i]
8611 #. For -mmemory-latency=
8612 #. For -mtls-size=
8613 #: config/alpha/alpha.h:343
8614 msgid "Use features of and schedule given CPU"
8615 msgstr ""
8616
8617 #: config/alpha/alpha.h:345
8618 msgid "Schedule given CPU"
8619 msgstr ""
8620
8621 #: config/alpha/alpha.h:347
8622 msgid "Control the generated fp rounding mode"
8623 msgstr ""
8624
8625 #: config/alpha/alpha.h:349
8626 msgid "Control the IEEE trap mode"
8627 msgstr ""
8628
8629 #: config/alpha/alpha.h:351
8630 msgid "Control the precision given to fp exceptions"
8631 msgstr ""
8632
8633 #: config/alpha/alpha.h:353
8634 msgid "Tune expected memory latency"
8635 msgstr ""
8636
8637 #: config/alpha/alpha.h:355 config/ia64/ia64.h:225
8638 msgid "Specify bit size of immediate TLS offsets"
8639 msgstr ""
8640
8641 #: config/arc/arc.c:135
8642 #, c-format
8643 msgid "bad value (%s) for -mcpu switch"
8644 msgstr ""
8645
8646 #: config/arc/arc.c:362
8647 #, c-format
8648 msgid "argument of `%s' attribute is not a string constant"
8649 msgstr ""
8650
8651 #: config/arc/arc.c:369
8652 #, c-format
8653 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8654 msgstr ""
8655
8656 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8657 #, c-format
8658 msgid "invalid operand to %%R code"
8659 msgstr ""
8660
8661 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8662 #, c-format
8663 msgid "invalid operand to %%H/%%L code"
8664 msgstr ""
8665
8666 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8667 #, c-format
8668 msgid "invalid operand to %%U code"
8669 msgstr ""
8670
8671 #: config/arc/arc.c:1774
8672 #, c-format
8673 msgid "invalid operand to %%V code"
8674 msgstr ""
8675
8676 #. Unknown flag.
8677 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6533
8678 msgid "invalid operand output code"
8679 msgstr ""
8680
8681 #: config/arm/arm.c:458
8682 #, c-format
8683 msgid "switch -mcpu=%s conflicts with -march= switch"
8684 msgstr ""
8685
8686 #: config/arm/arm.c:468 config/rs6000/rs6000.c:558 config/sparc/sparc.c:393
8687 #, c-format
8688 msgid "bad value (%s) for %s switch"
8689 msgstr ""
8690
8691 #: config/arm/arm.c:604
8692 msgid "target CPU does not support APCS-32"
8693 msgstr ""
8694
8695 #: config/arm/arm.c:609
8696 msgid "target CPU does not support APCS-26"
8697 msgstr ""
8698
8699 #: config/arm/arm.c:615
8700 msgid "target CPU does not support interworking"
8701 msgstr ""
8702
8703 #: config/arm/arm.c:621
8704 msgid "target CPU does not support THUMB instructions"
8705 msgstr ""
8706
8707 #: config/arm/arm.c:635
8708 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8709 msgstr ""
8710
8711 #: config/arm/arm.c:638
8712 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8713 msgstr ""
8714
8715 #: config/arm/arm.c:641
8716 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8717 msgstr ""
8718
8719 #: config/arm/arm.c:647
8720 msgid "interworking forces APCS-32 to be used"
8721 msgstr ""
8722
8723 #: config/arm/arm.c:653
8724 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8725 msgstr ""
8726
8727 #: config/arm/arm.c:661
8728 msgid "-fpic and -mapcs-reent are incompatible"
8729 msgstr ""
8730
8731 #: config/arm/arm.c:664
8732 msgid "APCS reentrant code not supported.  Ignored"
8733 msgstr ""
8734
8735 #: config/arm/arm.c:672
8736 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8737 msgstr ""
8738
8739 #: config/arm/arm.c:680
8740 msgid "passing floating point arguments in fp regs not yet supported"
8741 msgstr ""
8742
8743 #: config/arm/arm.c:709
8744 #, c-format
8745 msgid "invalid floating point emulation option: -mfpe-%s"
8746 msgstr ""
8747
8748 #: config/arm/arm.c:733
8749 msgid "structure size boundary can only be set to 8 or 32"
8750 msgstr ""
8751
8752 #: config/arm/arm.c:741
8753 msgid "-mpic-register= is useless without -fpic"
8754 msgstr ""
8755
8756 #: config/arm/arm.c:748
8757 #, c-format
8758 msgid "unable to use '%s' for PIC register"
8759 msgstr ""
8760
8761 #: config/arm/arm.c:2064 config/arm/arm.c:2087 config/avr/avr.c:4794
8762 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1396
8763 #: config/i386/i386.c:1425 config/ip2k/ip2k.c:3224
8764 #: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3510
8765 #: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12538 config/sh/sh.c:5681
8766 #: config/sh/sh.c:5706 config/sh/sh.c:5745 config/stormy16/stormy16.c:2026
8767 #: config/v850/v850.c:2180
8768 #, c-format
8769 msgid "`%s' attribute only applies to functions"
8770 msgstr ""
8771
8772 #: config/arm/arm.c:9459
8773 msgid "unable to compute real location of stacked parameter"
8774 msgstr ""
8775
8776 #: config/arm/arm.c:10138
8777 msgid "no low registers available for popping high registers"
8778 msgstr ""
8779
8780 #: config/arm/arm.c:10389
8781 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8782 msgstr ""
8783
8784 #: config/arm/pe.c:168 config/mcore/mcore.c:3358
8785 #, c-format
8786 msgid "initialized variable `%s' is marked dllimport"
8787 msgstr ""
8788
8789 #: config/arm/pe.c:177
8790 #, c-format
8791 msgid "static variable `%s' is marked dllimport"
8792 msgstr ""
8793
8794 #: config/arm/arm.h:416
8795 msgid "Generate APCS conformant stack frames"
8796 msgstr ""
8797
8798 #: config/arm/arm.h:419
8799 msgid "Store function names in object code"
8800 msgstr ""
8801
8802 #: config/arm/arm.h:423
8803 msgid "Use the 32-bit version of the APCS"
8804 msgstr ""
8805
8806 #: config/arm/arm.h:425
8807 msgid "Use the 26-bit version of the APCS"
8808 msgstr ""
8809
8810 #: config/arm/arm.h:429
8811 msgid "Pass FP arguments in FP registers"
8812 msgstr ""
8813
8814 #: config/arm/arm.h:432
8815 msgid "Generate re-entrant, PIC code"
8816 msgstr ""
8817
8818 #: config/arm/arm.h:435
8819 msgid "The MMU will trap on unaligned accesses"
8820 msgstr ""
8821
8822 #: config/arm/arm.h:442
8823 msgid "Use library calls to perform FP operations"
8824 msgstr ""
8825
8826 #: config/arm/arm.h:444 config/i960/i960.h:281
8827 msgid "Use hardware floating point instructions"
8828 msgstr ""
8829
8830 #: config/arm/arm.h:446
8831 msgid "Assume target CPU is configured as big endian"
8832 msgstr ""
8833
8834 #: config/arm/arm.h:448
8835 msgid "Assume target CPU is configured as little endian"
8836 msgstr ""
8837
8838 #: config/arm/arm.h:450
8839 msgid "Assume big endian bytes, little endian words"
8840 msgstr ""
8841
8842 #: config/arm/arm.h:452
8843 msgid "Support calls between Thumb and ARM instruction sets"
8844 msgstr ""
8845
8846 #: config/arm/arm.h:455
8847 msgid "Generate a call to abort if a noreturn function returns"
8848 msgstr ""
8849
8850 #: config/arm/arm.h:458
8851 msgid "Do not move instructions into a function's prologue"
8852 msgstr ""
8853
8854 #: config/arm/arm.h:461
8855 msgid "Do not load the PIC register in function prologues"
8856 msgstr ""
8857
8858 #: config/arm/arm.h:464
8859 msgid "Generate call insns as indirect calls, if necessary"
8860 msgstr ""
8861
8862 #: config/arm/arm.h:467
8863 msgid "Compile for the Thumb not the ARM"
8864 msgstr ""
8865
8866 #: config/arm/arm.h:471
8867 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8868 msgstr ""
8869
8870 #: config/arm/arm.h:474
8871 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8872 msgstr ""
8873
8874 #: config/arm/arm.h:477
8875 msgid "Thumb: Assume non-static functions may be called from ARM code"
8876 msgstr ""
8877
8878 #: config/arm/arm.h:481
8879 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8880 msgstr ""
8881
8882 #: config/arm/arm.h:491
8883 msgid "Specify the name of the target CPU"
8884 msgstr ""
8885
8886 #: config/arm/arm.h:493
8887 msgid "Specify the name of the target architecture"
8888 msgstr ""
8889
8890 #: config/arm/arm.h:497
8891 msgid "Specify the version of the floating point emulator"
8892 msgstr ""
8893
8894 #: config/arm/arm.h:499
8895 msgid "Specify the minimum bit alignment of structures"
8896 msgstr ""
8897
8898 #: config/arm/arm.h:501
8899 msgid "Specify the register to be used for PIC addressing"
8900 msgstr ""
8901
8902 #: config/arm/pe.h:65
8903 msgid "Ignore dllimport attribute for functions"
8904 msgstr ""
8905
8906 #: config/avr/avr.c:528
8907 #, c-format
8908 msgid "large frame pointer change (%d) with -mtiny-stack"
8909 msgstr ""
8910
8911 #: config/avr/avr.c:1135
8912 msgid "bad address, not (reg+disp):"
8913 msgstr ""
8914
8915 #: config/avr/avr.c:1143
8916 msgid "internal compiler error.  Bad address:"
8917 msgstr ""
8918
8919 #: config/avr/avr.c:1156
8920 msgid "internal compiler error.  Unknown mode:"
8921 msgstr ""
8922
8923 #: config/avr/avr.c:1864 config/avr/avr.c:2576
8924 msgid "invalid insn:"
8925 msgstr ""
8926
8927 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
8928 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
8929 #: config/avr/avr.c:2613 config/avr/avr.c:2724
8930 msgid "incorrect insn:"
8931 msgstr ""
8932
8933 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
8934 #: config/avr/avr.c:2768
8935 msgid "unknown move insn:"
8936 msgstr ""
8937
8938 #: config/avr/avr.c:3003
8939 msgid "bad shift insn:"
8940 msgstr ""
8941
8942 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
8943 msgid "internal compiler error.  Incorrect shift:"
8944 msgstr ""
8945
8946 #: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
8947 msgid "only initialized variables can be placed into program memory area"
8948 msgstr ""
8949
8950 #: config/avr/avr.c:4866
8951 msgid "only uninitialized variables can be placed in the .noinit section"
8952 msgstr ""
8953
8954 #: config/avr/avr.c:4881
8955 #, c-format
8956 msgid "MCU `%s' supported for assembler only"
8957 msgstr ""
8958
8959 #: config/avr/avr.h:78
8960 msgid "Assume int to be 8 bit integer"
8961 msgstr ""
8962
8963 #: config/avr/avr.h:80
8964 msgid "Change the stack pointer without disabling interrupts"
8965 msgstr ""
8966
8967 #: config/avr/avr.h:82
8968 msgid "Use subroutines for function prologue/epilogue"
8969 msgstr ""
8970
8971 #: config/avr/avr.h:84
8972 msgid "Change only the low 8 bits of the stack pointer"
8973 msgstr ""
8974
8975 #: config/avr/avr.h:86
8976 msgid "Do not generate tablejump insns"
8977 msgstr ""
8978
8979 #: config/avr/avr.h:88
8980 msgid "Use rjmp/rcall (limited range) on >8K devices"
8981 msgstr ""
8982
8983 #: config/avr/avr.h:91
8984 msgid "Output instruction sizes to the asm file"
8985 msgstr ""
8986
8987 #: config/avr/avr.h:108
8988 msgid "Specify the initial stack address"
8989 msgstr ""
8990
8991 #: config/avr/avr.h:109
8992 msgid "Specify the MCU name"
8993 msgstr ""
8994
8995 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8996 #. In some cases, the strength reduction optimization pass can
8997 #. produce better code if this is defined.  This macro controls the
8998 #. order that induction variables are combined.  This macro is
8999 #. particularly useful if the target has limited addressing modes.
9000 #. For instance, the SH target has only positive offsets in
9001 #. addresses.  Thus sorting to put the smallest address first allows
9002 #. the most combinations to be found.
9003 #: config/avr/avr.h:2450
9004 msgid "trampolines not supported"
9005 msgstr ""
9006
9007 #: config/c4x/c4x-c.c:69
9008 #, c-format
9009 msgid "missing '(' after '#pragma %s' - ignored"
9010 msgstr ""
9011
9012 #: config/c4x/c4x-c.c:72
9013 #, c-format
9014 msgid "missing function name in '#pragma %s' - ignored"
9015 msgstr ""
9016
9017 #: config/c4x/c4x-c.c:77
9018 #, c-format
9019 msgid "malformed '#pragma %s' - ignored"
9020 msgstr ""
9021
9022 #: config/c4x/c4x-c.c:79
9023 #, c-format
9024 msgid "missing section name in '#pragma %s' - ignored"
9025 msgstr ""
9026
9027 #: config/c4x/c4x-c.c:84
9028 #, c-format
9029 msgid "missing ')' for '#pragma %s' - ignored"
9030 msgstr ""
9031
9032 #: config/c4x/c4x-c.c:87
9033 #, c-format
9034 msgid "junk at end of '#pragma %s'"
9035 msgstr ""
9036
9037 #: config/c4x/c4x.c:280
9038 #, c-format
9039 msgid "unknown CPU version %d, using 40.\n"
9040 msgstr ""
9041
9042 #: config/c4x/c4x.c:853
9043 #, c-format
9044 msgid "ISR %s requires %d words of local vars, max is 32767"
9045 msgstr ""
9046
9047 #: config/c4x/c4x.c:1602
9048 msgid "using CONST_DOUBLE for address"
9049 msgstr ""
9050
9051 #: config/c4x/c4x.c:1742
9052 msgid "c4x_address_cost: Invalid addressing mode"
9053 msgstr ""
9054
9055 #: config/c4x/c4x.c:1884
9056 #, c-format
9057 msgid "c4x_print_operand: %%L inconsistency"
9058 msgstr ""
9059
9060 #: config/c4x/c4x.c:1890
9061 #, c-format
9062 msgid "c4x_print_operand: %%N inconsistency"
9063 msgstr ""
9064
9065 #: config/c4x/c4x.c:1931
9066 #, c-format
9067 msgid "c4x_print_operand: %%O inconsistency"
9068 msgstr ""
9069
9070 #: config/c4x/c4x.c:2026
9071 msgid "c4x_print_operand: Bad operand case"
9072 msgstr ""
9073
9074 #: config/c4x/c4x.c:2069
9075 msgid "c4x_print_operand_address: Bad post_modify"
9076 msgstr ""
9077
9078 #: config/c4x/c4x.c:2091
9079 msgid "c4x_print_operand_address: Bad pre_modify"
9080 msgstr ""
9081
9082 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9083 msgid "c4x_print_operand_address: Bad operand case"
9084 msgstr ""
9085
9086 #: config/c4x/c4x.c:2422
9087 msgid "c4x_rptb_insert: Cannot find start label"
9088 msgstr ""
9089
9090 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9091 msgid "mode not QImode"
9092 msgstr ""
9093
9094 #: config/c4x/c4x.c:3514
9095 msgid "invalid indirect memory address"
9096 msgstr ""
9097
9098 #: config/c4x/c4x.c:3603
9099 msgid "invalid indirect (S) memory address"
9100 msgstr ""
9101
9102 #: config/c4x/c4x.c:3944
9103 msgid "c4x_valid_operands: Internal error"
9104 msgstr ""
9105
9106 #: config/c4x/c4x.c:4424
9107 msgid "c4x_operand_subword: invalid mode"
9108 msgstr ""
9109
9110 #: config/c4x/c4x.c:4427
9111 msgid "c4x_operand_subword: invalid operand"
9112 msgstr ""
9113
9114 #. We could handle these with some difficulty.
9115 #. e.g., *p-- => *(p-=2); *(p+1).
9116 #: config/c4x/c4x.c:4453
9117 msgid "c4x_operand_subword: invalid autoincrement"
9118 msgstr ""
9119
9120 #: config/c4x/c4x.c:4459
9121 msgid "c4x_operand_subword: invalid address"
9122 msgstr ""
9123
9124 #: config/c4x/c4x.c:4470
9125 msgid "c4x_operand_subword: address not offsettable"
9126 msgstr ""
9127
9128 #: config/c4x/c4x.c:4670
9129 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9130 msgstr ""
9131
9132 #. Name of the c4x assembler.
9133 #. Name of the c4x linker.
9134 #. Define assembler options.
9135 #. Define linker options.
9136 #. Specify the end file to link with.
9137 #. Target compilation option flags.
9138 #. Small memory model.
9139 #. Use 24-bit MPYI for C3x.
9140 #. Fast fixing of floats.
9141 #. Allow use of RPTS.
9142 #. Emit C3x code.
9143 #. Be compatible with TI assembler.
9144 #. Be paranoid about DP reg. in ISRs.
9145 #. Pass arguments on stack.
9146 #. Enable features under development.
9147 #. Enable repeat block.
9148 #. Use BK as general register.
9149 #. Use decrement and branch for C3x.
9150 #. Enable debugging of GCC.
9151 #. Force constants into registers.
9152 #. Allow unsigned loop counters.
9153 #. Force op0 and op1 to be same.
9154 #. Save all 40 bits for floats.
9155 #. Allow parallel insns.
9156 #. Allow MPY||ADD, MPY||SUB insns.
9157 #. Assume mem refs possibly aliased.
9158 #. Emit C30 code.
9159 #. Emit C31 code.
9160 #. Emit C32 code.
9161 #. Emit C33 code.
9162 #. Emit C40 code.
9163 #. Emit C44 code.
9164 #. Run-time compilation parameters selecting different hardware subsets.
9165 #.
9166 #. Macro to define tables used to set the flags.
9167 #. This is a list in braces of triplets in braces,
9168 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9169 #. where VALUE is the bits to set or minus the bits to clear.
9170 #. An empty string NAME is used to identify the default VALUE.
9171 #: config/c4x/c4x.h:168
9172 msgid "Small memory model"
9173 msgstr ""
9174
9175 #: config/c4x/c4x.h:170
9176 msgid "Big memory model"
9177 msgstr ""
9178
9179 #: config/c4x/c4x.h:172
9180 msgid "Use MPYI instruction for C3x"
9181 msgstr ""
9182
9183 #: config/c4x/c4x.h:174
9184 msgid "Do not use MPYI instruction for C3x"
9185 msgstr ""
9186
9187 #: config/c4x/c4x.h:176
9188 msgid "Use fast but approximate float to integer conversion"
9189 msgstr ""
9190
9191 #: config/c4x/c4x.h:178
9192 msgid "Use slow but accurate float to integer conversion"
9193 msgstr ""
9194
9195 #: config/c4x/c4x.h:180
9196 msgid "Enable use of RTPS instruction"
9197 msgstr ""
9198
9199 #: config/c4x/c4x.h:182
9200 msgid "Disable use of RTPS instruction"
9201 msgstr ""
9202
9203 #: config/c4x/c4x.h:184
9204 msgid "Enable use of RTPB instruction"
9205 msgstr ""
9206
9207 #: config/c4x/c4x.h:186
9208 msgid "Disable use of RTPB instruction"
9209 msgstr ""
9210
9211 #: config/c4x/c4x.h:188
9212 msgid "Generate code for C30 CPU"
9213 msgstr ""
9214
9215 #: config/c4x/c4x.h:190
9216 msgid "Generate code for C31 CPU"
9217 msgstr ""
9218
9219 #: config/c4x/c4x.h:192
9220 msgid "Generate code for C32 CPU"
9221 msgstr ""
9222
9223 #: config/c4x/c4x.h:194
9224 msgid "Generate code for C33 CPU"
9225 msgstr ""
9226
9227 #: config/c4x/c4x.h:196
9228 msgid "Generate code for C40 CPU"
9229 msgstr ""
9230
9231 #: config/c4x/c4x.h:198
9232 msgid "Generate code for C44 CPU"
9233 msgstr ""
9234
9235 #: config/c4x/c4x.h:200
9236 msgid "Emit code compatible with TI tools"
9237 msgstr ""
9238
9239 #: config/c4x/c4x.h:202
9240 msgid "Emit code to use GAS extensions"
9241 msgstr ""
9242
9243 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9244 msgid "Save DP across ISR in small memory model"
9245 msgstr ""
9246
9247 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9248 msgid "Don't save DP across ISR in small memory model"
9249 msgstr ""
9250
9251 #: config/c4x/c4x.h:212
9252 msgid "Pass arguments on the stack"
9253 msgstr ""
9254
9255 #: config/c4x/c4x.h:214
9256 msgid "Pass arguments in registers"
9257 msgstr ""
9258
9259 #: config/c4x/c4x.h:216
9260 msgid "Enable new features under development"
9261 msgstr ""
9262
9263 #: config/c4x/c4x.h:218
9264 msgid "Disable new features under development"
9265 msgstr ""
9266
9267 #: config/c4x/c4x.h:220
9268 msgid "Use the BK register as a general purpose register"
9269 msgstr ""
9270
9271 #: config/c4x/c4x.h:222
9272 msgid "Do not allocate BK register"
9273 msgstr ""
9274
9275 #: config/c4x/c4x.h:224
9276 msgid "Enable use of DB instruction"
9277 msgstr ""
9278
9279 #: config/c4x/c4x.h:226
9280 msgid "Disable use of DB instruction"
9281 msgstr ""
9282
9283 #: config/c4x/c4x.h:228
9284 msgid "Enable debugging"
9285 msgstr ""
9286
9287 #: config/c4x/c4x.h:230
9288 msgid "Disable debugging"
9289 msgstr ""
9290
9291 #: config/c4x/c4x.h:232
9292 msgid "Force constants into registers to improve hoisting"
9293 msgstr ""
9294
9295 #: config/c4x/c4x.h:234
9296 msgid "Don't force constants into registers"
9297 msgstr ""
9298
9299 #: config/c4x/c4x.h:236
9300 msgid "Force RTL generation to emit valid 3 operand insns"
9301 msgstr ""
9302
9303 #: config/c4x/c4x.h:238
9304 msgid "Allow RTL generation to emit invalid 3 operand insns"
9305 msgstr ""
9306
9307 #: config/c4x/c4x.h:240
9308 msgid "Allow unsigned iteration counts for RPTB/DB"
9309 msgstr ""
9310
9311 #: config/c4x/c4x.h:242
9312 msgid "Disallow unsigned iteration counts for RPTB/DB"
9313 msgstr ""
9314
9315 #: config/c4x/c4x.h:244
9316 msgid "Preserve all 40 bits of FP reg across call"
9317 msgstr ""
9318
9319 #: config/c4x/c4x.h:246
9320 msgid "Only preserve 32 bits of FP reg across call"
9321 msgstr ""
9322
9323 #: config/c4x/c4x.h:248
9324 msgid "Enable parallel instructions"
9325 msgstr ""
9326
9327 #: config/c4x/c4x.h:250
9328 msgid "Disable parallel instructions"
9329 msgstr ""
9330
9331 #: config/c4x/c4x.h:252
9332 msgid "Enable MPY||ADD and MPY||SUB instructions"
9333 msgstr ""
9334
9335 #: config/c4x/c4x.h:254
9336 msgid "Disable MPY||ADD and MPY||SUB instructions"
9337 msgstr ""
9338
9339 #: config/c4x/c4x.h:256
9340 msgid "Assume that pointers may be aliased"
9341 msgstr ""
9342
9343 #: config/c4x/c4x.h:258
9344 msgid "Assume that pointers not aliased"
9345 msgstr ""
9346
9347 #: config/c4x/c4x.h:331
9348 msgid "Specify maximum number of iterations for RPTS"
9349 msgstr ""
9350
9351 #: config/c4x/c4x.h:333
9352 msgid "Select CPU to generate code for"
9353 msgstr ""
9354
9355 #: config/cris/cris.c:599
9356 msgid "unexpected index-type in cris_print_index"
9357 msgstr ""
9358
9359 #: config/cris/cris.c:615
9360 msgid "unexpected base-type in cris_print_base"
9361 msgstr ""
9362
9363 #: config/cris/cris.c:908
9364 #, c-format
9365 msgid "stackframe too big: %d bytes"
9366 msgstr ""
9367
9368 #: config/cris/cris.c:1223
9369 msgid "allocated but unused delay list in epilogue"
9370 msgstr ""
9371
9372 #: config/cris/cris.c:1233
9373 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9374 msgstr ""
9375
9376 #: config/cris/cris.c:1312
9377 msgid "invalid operand for 'b' modifier"
9378 msgstr ""
9379
9380 #: config/cris/cris.c:1324
9381 msgid "invalid operand for 'v' modifier"
9382 msgstr ""
9383
9384 #: config/cris/cris.c:1334
9385 msgid "invalid operand for 'P' modifier"
9386 msgstr ""
9387
9388 #: config/cris/cris.c:1341
9389 msgid "invalid operand for 'p' modifier"
9390 msgstr ""
9391
9392 #: config/cris/cris.c:1380
9393 msgid "invalid operand for 'z' modifier"
9394 msgstr ""
9395
9396 #: config/cris/cris.c:1411 config/cris/cris.c:1441
9397 msgid "invalid operand for 'H' modifier"
9398 msgstr ""
9399
9400 #: config/cris/cris.c:1417
9401 msgid "bad register"
9402 msgstr ""
9403
9404 #: config/cris/cris.c:1455
9405 msgid "invalid operand for 'e' modifier"
9406 msgstr ""
9407
9408 #: config/cris/cris.c:1472
9409 msgid "invalid operand for 'm' modifier"
9410 msgstr ""
9411
9412 #: config/cris/cris.c:1497
9413 msgid "invalid operand for 'A' modifier"
9414 msgstr ""
9415
9416 #: config/cris/cris.c:1505
9417 msgid "invalid operand for 'D' modifier"
9418 msgstr ""
9419
9420 #: config/cris/cris.c:1519
9421 msgid "invalid operand for 'T' modifier"
9422 msgstr ""
9423
9424 #: config/cris/cris.c:1528
9425 msgid "invalid operand modifier letter"
9426 msgstr ""
9427
9428 #: config/cris/cris.c:1536
9429 #, c-format
9430 msgid "internal error: bad register: %d"
9431 msgstr ""
9432
9433 #: config/cris/cris.c:1584
9434 msgid "unexpected multiplicative operand"
9435 msgstr ""
9436
9437 #: config/cris/cris.c:1604
9438 msgid "unexpected operand"
9439 msgstr ""
9440
9441 #: config/cris/cris.c:1639 config/cris/cris.c:1649
9442 msgid "unrecognized address"
9443 msgstr ""
9444
9445 #: config/cris/cris.c:2005
9446 msgid "internal error: sideeffect-insn affecting main effect"
9447 msgstr ""
9448
9449 #. If we get here, the caller got its initial tests wrong.
9450 #: config/cris/cris.c:2292
9451 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9452 msgstr ""
9453
9454 #: config/cris/cris.c:2374 config/cris/cris.c:2432
9455 msgid "unrecognized supposed constant"
9456 msgstr ""
9457
9458 #: config/cris/cris.c:2473
9459 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9460 msgstr ""
9461
9462 #: config/cris/cris.c:2492
9463 #, c-format
9464 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9465 msgstr ""
9466
9467 #: config/cris/cris.c:2520
9468 #, c-format
9469 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9470 msgstr ""
9471
9472 #: config/cris/cris.c:2556
9473 #, c-format
9474 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9475 msgstr ""
9476
9477 #: config/cris/cris.c:2574
9478 msgid "-fPIC and -fpic are not supported in this configuration"
9479 msgstr ""
9480
9481 #: config/cris/cris.c:2590
9482 msgid "that particular -g option is invalid with -maout and -melinux"
9483 msgstr ""
9484
9485 #: config/cris/cris.c:2824 config/cris/cris.c:2869
9486 msgid "unexpected side-effects in address"
9487 msgstr ""
9488
9489 #. Labels are never marked as global symbols.
9490 #: config/cris/cris.c:2966 config/cris/cris.c:2997
9491 msgid "unexpected PIC symbol"
9492 msgstr ""
9493
9494 #: config/cris/cris.c:2970
9495 msgid "PIC register isn't set up"
9496 msgstr ""
9497
9498 #: config/cris/cris.c:2983 config/cris/cris.c:3066
9499 msgid "unexpected address expression"
9500 msgstr ""
9501
9502 #: config/cris/cris.c:3001
9503 msgid "emitting PIC operand, but PIC register isn't set up"
9504 msgstr ""
9505
9506 #: config/cris/cris.c:3010
9507 msgid "unexpected NOTE as addr_const:"
9508 msgstr ""
9509
9510 #: config/cris/aout.h:108
9511 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9512 msgstr ""
9513
9514 #: config/cris/aout.h:115
9515 msgid "For elinux, request a specified stack-size for this program"
9516 msgstr ""
9517
9518 #. 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.
9519 #: config/cris/cris.h:340
9520 msgid "Compile for ETRAX 4 (CRIS v3)"
9521 msgstr ""
9522
9523 #: config/cris/cris.h:345
9524 msgid "Compile for ETRAX 100 (CRIS v8)"
9525 msgstr ""
9526
9527 #: config/cris/cris.h:349
9528 msgid "Emit verbose debug information in assembly code"
9529 msgstr ""
9530
9531 #: config/cris/cris.h:352
9532 msgid "Do not use condition codes from normal instructions"
9533 msgstr ""
9534
9535 #: config/cris/cris.h:356
9536 msgid "Do not emit addressing modes with side-effect assignment"
9537 msgstr ""
9538
9539 #: config/cris/cris.h:359
9540 msgid "Do not tune stack alignment"
9541 msgstr ""
9542
9543 #: config/cris/cris.h:362
9544 msgid "Do not tune writable data alignment"
9545 msgstr ""
9546
9547 #: config/cris/cris.h:365
9548 msgid "Do not tune code and read-only data alignment"
9549 msgstr ""
9550
9551 #: config/cris/cris.h:374
9552 msgid "Align code and data to 32 bits"
9553 msgstr ""
9554
9555 #: config/cris/cris.h:387
9556 msgid "Don't align items in code or data"
9557 msgstr ""
9558
9559 #: config/cris/cris.h:390
9560 msgid "Do not emit function prologue or epilogue"
9561 msgstr ""
9562
9563 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9564 #: config/cris/cris.h:394
9565 msgid "Use the most feature-enabling options allowed by other options"
9566 msgstr ""
9567
9568 #. 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.
9569 #: config/cris/cris.h:400
9570 msgid "Override -mbest-lib-options"
9571 msgstr ""
9572
9573 #: config/cris/cris.h:432
9574 msgid "Generate code for the specified chip or CPU version"
9575 msgstr ""
9576
9577 #: config/cris/cris.h:434
9578 msgid "Tune alignment for the specified chip or CPU version"
9579 msgstr ""
9580
9581 #: config/cris/cris.h:436
9582 msgid "Warn when a stackframe is larger than the specified size"
9583 msgstr ""
9584
9585 #. Node: Profiling
9586 #: config/cris/cris.h:1022
9587 msgid "no FUNCTION_PROFILER for CRIS"
9588 msgstr ""
9589
9590 #: config/cris/linux.h:71
9591 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9592 msgstr ""
9593
9594 #: config/d30v/d30v.c:207
9595 #, c-format
9596 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9597 msgstr ""
9598
9599 #: config/d30v/d30v.c:2666
9600 msgid "bad insn to d30v_print_operand_address:"
9601 msgstr ""
9602
9603 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9604 #: config/d30v/d30v.c:2783
9605 msgid "bad insn to d30v_print_operand_memory_reference:"
9606 msgstr ""
9607
9608 #: config/d30v/d30v.c:2851
9609 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9610 msgstr ""
9611
9612 #: config/d30v/d30v.c:2860
9613 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9614 msgstr ""
9615
9616 #: config/d30v/d30v.c:2867
9617 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9618 msgstr ""
9619
9620 #: config/d30v/d30v.c:2921
9621 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9622 msgstr ""
9623
9624 #: config/d30v/d30v.c:2932
9625 msgid "bad insn to print_operand, 'B' modifier:"
9626 msgstr ""
9627
9628 #: config/d30v/d30v.c:2939
9629 msgid "bad insn to print_operand, 'E' modifier:"
9630 msgstr ""
9631
9632 #: config/d30v/d30v.c:2957
9633 msgid "bad insn to print_operand, 'R' modifier:"
9634 msgstr ""
9635
9636 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9637 msgid "bad insn to print_operand, 's' modifier:"
9638 msgstr ""
9639
9640 #: config/d30v/d30v.c:3003
9641 msgid "bad insn in d30v_print_operand, 0 case"
9642 msgstr ""
9643
9644 #: config/d30v/d30v.c:3301
9645 msgid "d30v_emit_comparison"
9646 msgstr ""
9647
9648 #: config/d30v/d30v.c:3345
9649 msgid "bad call to d30v_move_2words"
9650 msgstr ""
9651
9652 #: config/d30v/d30v.h:114
9653 msgid "Enable use of conditional move instructions"
9654 msgstr ""
9655
9656 #: config/d30v/d30v.h:117
9657 msgid "Disable use of conditional move instructions"
9658 msgstr ""
9659
9660 #: config/d30v/d30v.h:120
9661 msgid "Debug argument support in compiler"
9662 msgstr ""
9663
9664 #: config/d30v/d30v.h:123
9665 msgid "Debug stack support in compiler"
9666 msgstr ""
9667
9668 #: config/d30v/d30v.h:126
9669 msgid "Debug memory address support in compiler"
9670 msgstr ""
9671
9672 #: config/d30v/d30v.h:129
9673 msgid "Make adjacent short instructions parallel if possible"
9674 msgstr ""
9675
9676 #: config/d30v/d30v.h:132
9677 msgid "Do not make adjacent short instructions parallel"
9678 msgstr ""
9679
9680 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9681 msgid "Link programs/data to be in external memory by default"
9682 msgstr ""
9683
9684 #: config/d30v/d30v.h:141
9685 msgid "Link programs/data to be in onchip memory by default"
9686 msgstr ""
9687
9688 #: config/d30v/d30v.h:149
9689 msgid "Change the branch costs within the compiler"
9690 msgstr ""
9691
9692 #: config/d30v/d30v.h:152
9693 msgid "Change the threshold for conversion to conditional execution"
9694 msgstr ""
9695
9696 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9697 msgid "stack size > 32k"
9698 msgstr ""
9699
9700 #: config/dsp16xx/dsp16xx.c:1678
9701 msgid "invalid addressing mode"
9702 msgstr ""
9703
9704 #: config/dsp16xx/dsp16xx.c:1821
9705 msgid "bad register extension code"
9706 msgstr ""
9707
9708 #: config/dsp16xx/dsp16xx.c:1921
9709 msgid "invalid offset in ybase addressing"
9710 msgstr ""
9711
9712 #: config/dsp16xx/dsp16xx.c:1924
9713 msgid "invalid register in ybase addressing"
9714 msgstr ""
9715
9716 #: config/dsp16xx/dsp16xx.c:2099
9717 msgid "invalid shift operator in emit_1600_core_shift"
9718 msgstr ""
9719
9720 #: config/dsp16xx/dsp16xx.c:2428
9721 msgid "invalid mode for gen_tst_reg"
9722 msgstr ""
9723
9724 #: config/dsp16xx/dsp16xx.c:2500
9725 msgid "invalid mode for integer comparison in gen_compare_reg"
9726 msgstr ""
9727
9728 #. Macro to define tables used to set the flags.
9729 #. This is a list in braces of pairs in braces,
9730 #. each pair being { "NAME", VALUE }
9731 #. where VALUE is the bits to set or minus the bits to clear.
9732 #. An empty string NAME is used to identify the default VALUE.
9733 #: config/dsp16xx/dsp16xx.h:230
9734 msgid "Pass parameters in registers (default)"
9735 msgstr ""
9736
9737 #: config/dsp16xx/dsp16xx.h:232
9738 msgid "Don't pass parameters in registers"
9739 msgstr ""
9740
9741 #: config/dsp16xx/dsp16xx.h:234
9742 msgid "Generate code for near calls"
9743 msgstr ""
9744
9745 #: config/dsp16xx/dsp16xx.h:236
9746 msgid "Don't generate code for near calls"
9747 msgstr ""
9748
9749 #: config/dsp16xx/dsp16xx.h:238
9750 msgid "Generate code for near jumps"
9751 msgstr ""
9752
9753 #: config/dsp16xx/dsp16xx.h:240
9754 msgid "Don't generate code for near jumps"
9755 msgstr ""
9756
9757 #: config/dsp16xx/dsp16xx.h:242
9758 msgid "Generate code for a bit-manipulation unit"
9759 msgstr ""
9760
9761 #: config/dsp16xx/dsp16xx.h:244
9762 msgid "Don't generate code for a bit-manipulation unit"
9763 msgstr ""
9764
9765 #: config/dsp16xx/dsp16xx.h:246
9766 msgid "Generate code for memory map1"
9767 msgstr ""
9768
9769 #: config/dsp16xx/dsp16xx.h:248
9770 msgid "Generate code for memory map2"
9771 msgstr ""
9772
9773 #: config/dsp16xx/dsp16xx.h:250
9774 msgid "Generate code for memory map3"
9775 msgstr ""
9776
9777 #: config/dsp16xx/dsp16xx.h:252
9778 msgid "Generate code for memory map4"
9779 msgstr ""
9780
9781 #: config/dsp16xx/dsp16xx.h:254
9782 msgid "Ouput extra code for initialized data"
9783 msgstr ""
9784
9785 #: config/dsp16xx/dsp16xx.h:256
9786 msgid "Don't let reg. allocator use ybase registers"
9787 msgstr ""
9788
9789 #: config/dsp16xx/dsp16xx.h:258
9790 msgid "Output extra debug info in Luxworks environment"
9791 msgstr ""
9792
9793 #: config/dsp16xx/dsp16xx.h:260
9794 msgid "Save temp. files in Luxworks environment"
9795 msgstr ""
9796
9797 #: config/dsp16xx/dsp16xx.h:272
9798 msgid "Specify alternate name for text section"
9799 msgstr ""
9800
9801 #: config/dsp16xx/dsp16xx.h:274
9802 msgid "Specify alternate name for data section"
9803 msgstr ""
9804
9805 #: config/dsp16xx/dsp16xx.h:276
9806 msgid "Specify alternate name for bss section"
9807 msgstr ""
9808
9809 #: config/dsp16xx/dsp16xx.h:278
9810 msgid "Specify alternate name for constant section"
9811 msgstr ""
9812
9813 #: config/dsp16xx/dsp16xx.h:280
9814 msgid "Specify alternate name for dsp16xx chip"
9815 msgstr ""
9816
9817 #. Output assembler code to FILE to increment profiler label # LABELNO
9818 #. for profiling a function entry.
9819 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9820 #: config/dsp16xx/dsp16xx.h:1777
9821 msgid "profiling not implemented yet"
9822 msgstr ""
9823
9824 #. Emit RTL insns to initialize the variable parts of a trampoline.
9825 #. FNADDR is an RTX for the address of the function's pure code.
9826 #. CXT is an RTX for the static chain value for the function.
9827 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9828 msgid "trampolines not yet implemented"
9829 msgstr ""
9830
9831 #: config/fr30/fr30.c:453
9832 msgid "fr30_print_operand_address: unhandled address"
9833 msgstr ""
9834
9835 #: config/fr30/fr30.c:480
9836 #, c-format
9837 msgid "fr30_print_operand: unrecognized %%p code"
9838 msgstr ""
9839
9840 #: config/fr30/fr30.c:500
9841 #, c-format
9842 msgid "fr30_print_operand: unrecognized %%b code"
9843 msgstr ""
9844
9845 #: config/fr30/fr30.c:521
9846 #, c-format
9847 msgid "fr30_print_operand: unrecognized %%B code"
9848 msgstr ""
9849
9850 #: config/fr30/fr30.c:529
9851 #, c-format
9852 msgid "fr30_print_operand: invalid operand to %%A code"
9853 msgstr ""
9854
9855 #: config/fr30/fr30.c:546
9856 #, c-format
9857 msgid "fr30_print_operand: invalid %%x code"
9858 msgstr ""
9859
9860 #: config/fr30/fr30.c:553
9861 #, c-format
9862 msgid "fr30_print_operand: invalid %%F code"
9863 msgstr ""
9864
9865 #: config/fr30/fr30.c:570
9866 msgid "fr30_print_operand: unknown code"
9867 msgstr ""
9868
9869 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9870 #: config/fr30/fr30.c:632
9871 msgid "fr30_print_operand: unhandled MEM"
9872 msgstr ""
9873
9874 #: config/fr30/fr30.h:63
9875 msgid "Assume small address space"
9876 msgstr ""
9877
9878 #: config/frv/frv.c:410 config/frv/frv.c:428
9879 #, c-format
9880 msgid "Unknown cpu: -mcpu=%s"
9881 msgstr ""
9882
9883 #: config/frv/frv.c:451
9884 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9885 msgstr ""
9886
9887 #: config/frv/frv.c:2520
9888 msgid "Bad insn to frv_print_operand_address:"
9889 msgstr ""
9890
9891 #: config/frv/frv.c:2533
9892 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9893 msgstr ""
9894
9895 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
9896 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
9897 msgid "Bad insn to frv_print_operand_memory_reference:"
9898 msgstr ""
9899
9900 #: config/frv/frv.c:2779
9901 msgid "Bad insn in frv_print_operand, bad const_double"
9902 msgstr ""
9903
9904 #: config/frv/frv.c:2824
9905 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9906 msgstr ""
9907
9908 #: config/frv/frv.c:2847
9909 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9910 msgstr ""
9911
9912 #: config/frv/frv.c:2872
9913 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9914 msgstr ""
9915
9916 #: config/frv/frv.c:2880
9917 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9918 msgstr ""
9919
9920 #: config/frv/frv.c:2896
9921 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9922 msgstr ""
9923
9924 #: config/frv/frv.c:2949
9925 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9926 msgstr ""
9927
9928 #: config/frv/frv.c:2962
9929 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9930 msgstr ""
9931
9932 #: config/frv/frv.c:2983
9933 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9934 msgstr ""
9935
9936 #: config/frv/frv.c:3001
9937 msgid "Bad insn to frv_print_operand, P modifier:"
9938 msgstr ""
9939
9940 #: config/frv/frv.c:3021
9941 msgid "Bad insn in frv_print_operand, z case"
9942 msgstr ""
9943
9944 #: config/frv/frv.c:3049
9945 msgid "Bad insn in frv_print_operand, 0 case"
9946 msgstr ""
9947
9948 #: config/frv/frv.c:3054
9949 msgid "frv_print_operand: unknown code"
9950 msgstr ""
9951
9952 #: config/frv/frv.c:5737
9953 msgid "Bad output_move_single operand"
9954 msgstr ""
9955
9956 #: config/frv/frv.c:5866
9957 msgid "Bad output_move_double operand"
9958 msgstr ""
9959
9960 #: config/frv/frv.c:6010
9961 msgid "Bad output_condmove_single operand"
9962 msgstr ""
9963
9964 #: config/frv/frv.c:8315
9965 msgid "frv_registers_update"
9966 msgstr ""
9967
9968 #: config/frv/frv.c:8475
9969 msgid "frv_registers_used_p"
9970 msgstr ""
9971
9972 #: config/frv/frv.c:8604
9973 msgid "frv_registers_set_p"
9974 msgstr ""
9975
9976 #: config/frv/frv.c:9171
9977 msgid "accumulator is not a constant integer"
9978 msgstr ""
9979
9980 #: config/frv/frv.c:9176
9981 msgid "accumulator number is out of bounds"
9982 msgstr ""
9983
9984 #: config/frv/frv.c:9187
9985 #, c-format
9986 msgid "inappropriate accumulator for `%s'"
9987 msgstr ""
9988
9989 #: config/frv/frv.c:9253
9990 #, c-format
9991 msgid "`%s' expects a constant argument"
9992 msgstr ""
9993
9994 #: config/frv/frv.c:9258
9995 #, c-format
9996 msgid "constant argument out of range for `%s'"
9997 msgstr ""
9998
9999 #: config/frv/frv.c:9638
10000 msgid "media functions are not available unless -mmedia is used"
10001 msgstr ""
10002
10003 #: config/frv/frv.c:9650
10004 msgid "this media function is only available on the fr500"
10005 msgstr ""
10006
10007 #: config/frv/frv.c:9678
10008 msgid "this media function is only available on the fr400"
10009 msgstr ""
10010
10011 #. This macro is a C statement to print on `stderr' a string describing the
10012 #. particular machine description choice.  Every machine description should
10013 #. define `TARGET_VERSION'.  For example:
10014 #.
10015 #. #ifdef MOTOROLA
10016 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
10017 #. #else
10018 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
10019 #. #endif
10020 #: config/frv/frv.h:512
10021 msgid " (frv)"
10022 msgstr ""
10023
10024 #: config/h8300/h8300.c:314
10025 msgid "-ms2600 is used without -ms"
10026 msgstr ""
10027
10028 #: config/h8300/h8300.c:320
10029 msgid "-mn is used without -mh or -ms"
10030 msgstr ""
10031
10032 #. Macro to define tables used to set the flags.
10033 #. This is a list in braces of pairs in braces,
10034 #. each pair being { "NAME", VALUE }
10035 #. where VALUE is the bits to set or minus the bits to clear.
10036 #. An empty string NAME is used to identify the default VALUE.
10037 #: config/h8300/h8300.h:150
10038 msgid "Generate H8S code"
10039 msgstr ""
10040
10041 #: config/h8300/h8300.h:151
10042 msgid "Do not generate H8S code"
10043 msgstr ""
10044
10045 #: config/h8300/h8300.h:152
10046 msgid "Generate H8S/2600 code"
10047 msgstr ""
10048
10049 #: config/h8300/h8300.h:153
10050 msgid "Do not generate H8S/2600 code"
10051 msgstr ""
10052
10053 #: config/h8300/h8300.h:154
10054 msgid "Make integers 32 bits wide"
10055 msgstr ""
10056
10057 #: config/h8300/h8300.h:157
10058 msgid "Use registers for argument passing"
10059 msgstr ""
10060
10061 #: config/h8300/h8300.h:159
10062 msgid "Do not use registers for argument passing"
10063 msgstr ""
10064
10065 #: config/h8300/h8300.h:161
10066 msgid "Consider access to byte sized memory slow"
10067 msgstr ""
10068
10069 #: config/h8300/h8300.h:162
10070 msgid "Enable linker relaxing"
10071 msgstr ""
10072
10073 #: config/h8300/h8300.h:164
10074 msgid "Generate H8/300H code"
10075 msgstr ""
10076
10077 #: config/h8300/h8300.h:165
10078 msgid "Enable the normal mode"
10079 msgstr ""
10080
10081 #: config/h8300/h8300.h:166
10082 msgid "Do not generate H8/300H code"
10083 msgstr ""
10084
10085 #: config/h8300/h8300.h:167
10086 msgid "Use H8/300 alignment rules"
10087 msgstr ""
10088
10089 #: config/i370/i370-c.c:53
10090 msgid "junk at end of #pragma map"
10091 msgstr ""
10092
10093 #: config/i370/i370-c.c:59
10094 msgid "malformed #pragma map, ignored"
10095 msgstr ""
10096
10097 #: config/i370/i370.c:915
10098 msgid "real name is too long - alias ignored"
10099 msgstr ""
10100
10101 #: config/i370/i370.c:920
10102 msgid "alias name is too long - alias ignored"
10103 msgstr ""
10104
10105 #: config/i370/i370.c:1191
10106 msgid "internal error--no jump follows compare:"
10107 msgstr ""
10108
10109 #. Macro to define tables used to set the flags.  This is a list in braces
10110 #. of pairs in braces, each pair being { "NAME", VALUE }
10111 #. where VALUE is the bits to set or minus the bits to clear.
10112 #. An empty string NAME is used to identify the default VALUE.
10113 #: config/i370/i370.h:75
10114 msgid "Generate char instructions"
10115 msgstr ""
10116
10117 #: config/i370/i370.h:76
10118 msgid "Do not generate char instructions"
10119 msgstr ""
10120
10121 #: config/i386/i386.c:1050
10122 #, c-format
10123 msgid "code model %s not supported in PIC mode"
10124 msgstr ""
10125
10126 #: config/i386/i386.c:1060 config/sparc/sparc.c:356
10127 #, c-format
10128 msgid "bad value (%s) for -mcmodel= switch"
10129 msgstr ""
10130
10131 #: config/i386/i386.c:1075
10132 #, c-format
10133 msgid "bad value (%s) for -masm= switch"
10134 msgstr ""
10135
10136 #: config/i386/i386.c:1078
10137 #, c-format
10138 msgid "code model `%s' not supported in the %s bit mode"
10139 msgstr ""
10140
10141 #: config/i386/i386.c:1081
10142 msgid "code model `large' not supported yet"
10143 msgstr ""
10144
10145 #: config/i386/i386.c:1083
10146 #, c-format
10147 msgid "%i-bit mode not compiled in"
10148 msgstr ""
10149
10150 #: config/i386/i386.c:1113
10151 #, c-format
10152 msgid "bad value (%s) for -march= switch"
10153 msgstr ""
10154
10155 #: config/i386/i386.c:1124
10156 #, c-format
10157 msgid "bad value (%s) for -mcpu= switch"
10158 msgstr ""
10159
10160 #: config/i386/i386.c:1141
10161 #, c-format
10162 msgid "-mregparm=%d is not between 0 and %d"
10163 msgstr ""
10164
10165 #: config/i386/i386.c:1154
10166 msgid "-malign-loops is obsolete, use -falign-loops"
10167 msgstr ""
10168
10169 #: config/i386/i386.c:1159 config/i386/i386.c:1172 config/i386/i386.c:1185
10170 #, c-format
10171 msgid "-malign-loops=%d is not between 0 and %d"
10172 msgstr ""
10173
10174 #: config/i386/i386.c:1167
10175 msgid "-malign-jumps is obsolete, use -falign-jumps"
10176 msgstr ""
10177
10178 #: config/i386/i386.c:1180
10179 msgid "-malign-functions is obsolete, use -falign-functions"
10180 msgstr ""
10181
10182 #: config/i386/i386.c:1218
10183 #, c-format
10184 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10185 msgstr ""
10186
10187 #: config/i386/i386.c:1230
10188 #, c-format
10189 msgid "-mbranch-cost=%d is not between 0 and 5"
10190 msgstr ""
10191
10192 #: config/i386/i386.c:1242
10193 #, c-format
10194 msgid "bad value (%s) for -mtls-dialect= switch"
10195 msgstr ""
10196
10197 #: config/i386/i386.c:1263
10198 msgid "-malign-double makes no sense in the 64bit mode"
10199 msgstr ""
10200
10201 #: config/i386/i386.c:1265
10202 msgid "-mrtd calling convention not supported in the 64bit mode"
10203 msgstr ""
10204
10205 #: config/i386/i386.c:1281 config/i386/i386.c:1292
10206 msgid "SSE instruction set disabled, using 387 arithmetics"
10207 msgstr ""
10208
10209 #: config/i386/i386.c:1297
10210 msgid "387 instruction set disabled, using SSE arithmetics"
10211 msgstr ""
10212
10213 #: config/i386/i386.c:1304
10214 #, c-format
10215 msgid "bad value (%s) for -mfpmath= switch"
10216 msgstr ""
10217
10218 #: config/i386/i386.c:1436
10219 #, c-format
10220 msgid "`%s' attribute requires an integer constant argument"
10221 msgstr ""
10222
10223 #: config/i386/i386.c:1442
10224 #, c-format
10225 msgid "argument to `%s' attribute larger than %d"
10226 msgstr ""
10227
10228 #: config/i386/i386.c:2504
10229 msgid "SSE vector return without SSE enabled changes the ABI"
10230 msgstr ""
10231
10232 #: config/i386/i386.c:6386
10233 msgid "invalid UNSPEC as operand"
10234 msgstr ""
10235
10236 #: config/i386/i386.c:6648
10237 msgid "extended registers have no high halves"
10238 msgstr ""
10239
10240 #: config/i386/i386.c:6663
10241 msgid "unsupported operand size for extended register"
10242 msgstr ""
10243
10244 #: config/i386/i386.c:6978
10245 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10246 msgstr ""
10247
10248 #: config/i386/i386.c:7024
10249 #, c-format
10250 msgid "invalid operand code `%c'"
10251 msgstr ""
10252
10253 #: config/i386/i386.c:7071
10254 msgid "invalid constraints for operand"
10255 msgstr ""
10256
10257 #: config/i386/i386.c:11271
10258 msgid "unknown insn mode"
10259 msgstr ""
10260
10261 #. @@@ better error message
10262 #: config/i386/i386.c:13391 config/i386/i386.c:13427
10263 msgid "selector must be an immediate"
10264 msgstr ""
10265
10266 #. @@@ better error message
10267 #: config/i386/i386.c:13588 config/i386/i386.c:13622
10268 msgid "mask must be an immediate"
10269 msgstr ""
10270
10271 #: config/i386/i386.c:13654
10272 msgid "shift must be an immediate"
10273 msgstr ""
10274
10275 #: config/i386/winnt.c:96
10276 #, c-format
10277 msgid "function `%s' definition is marked dllimport."
10278 msgstr ""
10279
10280 #: config/i386/winnt.c:104
10281 #, c-format
10282 msgid "variable `%s' definition is marked dllimport."
10283 msgstr ""
10284
10285 #: config/i386/winnt.c:123
10286 #, c-format
10287 msgid "external linkage required for symbol '%s' because of '%s' attribute."
10288 msgstr ""
10289
10290 #: config/i386/winnt.c:143
10291 #, c-format
10292 msgid "`%s' attribute only applies to variables"
10293 msgstr ""
10294
10295 #: config/i386/winnt.c:242
10296 #, c-format
10297 msgid "function '%s' is defined after prior declaration as dllimport: attribute ignored."
10298 msgstr ""
10299
10300 #: config/i386/winnt.c:252
10301 #, c-format
10302 msgid "inline function '%s' is declared as dllimport: attribute ignored."
10303 msgstr ""
10304
10305 #: config/i386/winnt.c:263
10306 #, c-format
10307 msgid "definition of static data member '%s' of dllimport'd class."
10308 msgstr ""
10309
10310 #: config/i386/winnt.c:322
10311 #, c-format
10312 msgid "inconsistent dll linkage for '%s': dllexport assumed."
10313 msgstr ""
10314
10315 #: config/i386/winnt.c:364
10316 #, c-format
10317 msgid "`%s' declared as both exported to and imported from a DLL"
10318 msgstr ""
10319
10320 #: config/i386/winnt.c:373
10321 #, c-format
10322 msgid "failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10323 msgstr ""
10324
10325 #: config/i386/winnt.c:479
10326 #, c-format
10327 msgid "'%s' %s after being referenced with dllimport linkage."
10328 msgstr ""
10329
10330 #: config/i386/cygwin.h:45
10331 msgid "Use the Cygwin interface"
10332 msgstr ""
10333
10334 #: config/i386/cygwin.h:46
10335 msgid "Use the Mingw32 interface"
10336 msgstr ""
10337
10338 #: config/i386/cygwin.h:47
10339 msgid "Create GUI application"
10340 msgstr ""
10341
10342 #: config/i386/cygwin.h:48
10343 msgid "Don't set Windows defines"
10344 msgstr ""
10345
10346 #: config/i386/cygwin.h:49
10347 msgid "Set Windows defines"
10348 msgstr ""
10349
10350 #: config/i386/cygwin.h:50
10351 msgid "Create console application"
10352 msgstr ""
10353
10354 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10355 msgid "Generate code for a DLL"
10356 msgstr ""
10357
10358 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10359 msgid "Ignore dllimport for functions"
10360 msgstr ""
10361
10362 #: config/i386/cygwin.h:55
10363 msgid "Use Mingw-specific thread support"
10364 msgstr ""
10365
10366 #: config/i386/cygwin.h:245
10367 #, c-format
10368 msgid "-f%s ignored for target (all code is position independent)"
10369 msgstr ""
10370
10371 #: config/i386/djgpp.h:206
10372 msgid "-mbnu210 is ignored (option is obsolete)"
10373 msgstr ""
10374
10375 #. Deprecated.
10376 #. Deprecated.
10377 #. Deprecated.
10378 #. Deprecated.
10379 #. Deprecated.
10380 #. Deprecated.
10381 #: config/i386/i386.h:306
10382 msgid "Alternate calling convention"
10383 msgstr ""
10384
10385 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10386 msgid "Use normal calling convention"
10387 msgstr ""
10388
10389 #: config/i386/i386.h:310
10390 msgid "Align some doubles on dword boundary"
10391 msgstr ""
10392
10393 #: config/i386/i386.h:312
10394 msgid "Align doubles on word boundary"
10395 msgstr ""
10396
10397 #: config/i386/i386.h:314
10398 msgid "Uninitialized locals in .bss"
10399 msgstr ""
10400
10401 #: config/i386/i386.h:316
10402 msgid "Uninitialized locals in .data"
10403 msgstr ""
10404
10405 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10406 #: config/ns32k/ns32k.h:167
10407 msgid "Use IEEE math for fp comparisons"
10408 msgstr ""
10409
10410 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10411 msgid "Do not use IEEE math for fp comparisons"
10412 msgstr ""
10413
10414 #: config/i386/i386.h:322
10415 msgid "Return values of functions in FPU registers"
10416 msgstr ""
10417
10418 #: config/i386/i386.h:324
10419 msgid "Do not return values of functions in FPU registers"
10420 msgstr ""
10421
10422 #: config/i386/i386.h:326
10423 msgid "Do not generate sin, cos, sqrt for FPU"
10424 msgstr ""
10425
10426 #: config/i386/i386.h:328
10427 msgid "Generate sin, cos, sqrt for FPU"
10428 msgstr ""
10429
10430 #: config/i386/i386.h:330
10431 msgid "Omit the frame pointer in leaf functions"
10432 msgstr ""
10433
10434 #: config/i386/i386.h:333
10435 msgid "Enable stack probing"
10436 msgstr ""
10437
10438 #. undocumented
10439 #. undocumented
10440 #: config/i386/i386.h:338
10441 msgid "Align destination of the string operations"
10442 msgstr ""
10443
10444 #: config/i386/i386.h:340
10445 msgid "Do not align destination of the string operations"
10446 msgstr ""
10447
10448 #: config/i386/i386.h:342
10449 msgid "Inline all known string operations"
10450 msgstr ""
10451
10452 #: config/i386/i386.h:344
10453 msgid "Do not inline all known string operations"
10454 msgstr ""
10455
10456 #: config/i386/i386.h:346 config/i386/i386.h:350
10457 msgid "Use push instructions to save outgoing arguments"
10458 msgstr ""
10459
10460 #: config/i386/i386.h:348 config/i386/i386.h:352
10461 msgid "Do not use push instructions to save outgoing arguments"
10462 msgstr ""
10463
10464 #: config/i386/i386.h:354
10465 msgid "Support MMX built-in functions"
10466 msgstr ""
10467
10468 #: config/i386/i386.h:356
10469 msgid "Do not support MMX built-in functions"
10470 msgstr ""
10471
10472 #: config/i386/i386.h:358
10473 msgid "Support 3DNow! built-in functions"
10474 msgstr ""
10475
10476 #: config/i386/i386.h:360
10477 msgid "Do not support 3DNow! built-in functions"
10478 msgstr ""
10479
10480 #: config/i386/i386.h:362
10481 msgid "Support MMX and SSE built-in functions and code generation"
10482 msgstr ""
10483
10484 #: config/i386/i386.h:364
10485 msgid "Do not support MMX and SSE built-in functions and code generation"
10486 msgstr ""
10487
10488 #: config/i386/i386.h:366
10489 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10490 msgstr ""
10491
10492 #: config/i386/i386.h:368
10493 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10494 msgstr ""
10495
10496 #: config/i386/i386.h:370
10497 msgid "sizeof(long double) is 16"
10498 msgstr ""
10499
10500 #: config/i386/i386.h:372
10501 msgid "sizeof(long double) is 12"
10502 msgstr ""
10503
10504 #: config/i386/i386.h:374
10505 msgid "Generate 64bit x86-64 code"
10506 msgstr ""
10507
10508 #: config/i386/i386.h:376
10509 msgid "Generate 32bit i386 code"
10510 msgstr ""
10511
10512 #: config/i386/i386.h:378
10513 msgid "Use red-zone in the x86-64 code"
10514 msgstr ""
10515
10516 #: config/i386/i386.h:380
10517 msgid "Do not use red-zone in the x86-64 code"
10518 msgstr ""
10519
10520 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10521 #. command options that have values.  Its definition is an
10522 #. initializer with a subgrouping for each command option.
10523 #.
10524 #. Each subgrouping contains a string constant, that defines the
10525 #. fixed part of the option name, and the address of a variable.  The
10526 #. variable, type `char *', is set to the variable part of the given
10527 #. option if the fixed part matches.  The actual option name is made
10528 #. by appending `-m' to the specified name.
10529 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10530 msgid "Schedule code for given CPU"
10531 msgstr ""
10532
10533 #: config/i386/i386.h:411
10534 msgid "Generate floating point mathematics using given instruction set"
10535 msgstr ""
10536
10537 #: config/i386/i386.h:413
10538 msgid "Generate code for given CPU"
10539 msgstr ""
10540
10541 #: config/i386/i386.h:415
10542 msgid "Number of registers used to pass integer arguments"
10543 msgstr ""
10544
10545 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10546 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10547 #. command options that have values.  Its definition is an
10548 #. initializer with a subgrouping for each command option.
10549 #.
10550 #. Each subgrouping contains a string constant, that defines the
10551 #. fixed part of the option name, and the address of a variable.  The
10552 #. variable, type `char *', is set to the variable part of the given
10553 #. option if the fixed part matches.  The actual option name is made
10554 #. by appending `-m' to the specified name.
10555 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10556 msgid "Loop code aligned to this power of 2"
10557 msgstr ""
10558
10559 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10560 msgid "Jump targets are aligned to this power of 2"
10561 msgstr ""
10562
10563 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10564 msgid "Function starts are aligned to this power of 2"
10565 msgstr ""
10566
10567 #: config/i386/i386.h:424
10568 msgid "Attempt to keep stack aligned to this power of 2"
10569 msgstr ""
10570
10571 #: config/i386/i386.h:426
10572 msgid "Branches are this expensive (1-5, arbitrary units)"
10573 msgstr ""
10574
10575 #: config/i386/i386.h:428
10576 msgid "Use given x86-64 code model"
10577 msgstr ""
10578
10579 #. Undocumented.
10580 #. Undocumented.
10581 #: config/i386/i386.h:434
10582 msgid "Use given assembler dialect"
10583 msgstr ""
10584
10585 #: config/i386/i386.h:436
10586 msgid "Use given thread-local storage dialect"
10587 msgstr ""
10588
10589 #: config/i386/sco5.h:297
10590 msgid "Generate ELF output"
10591 msgstr ""
10592
10593 #: config/i386/win32.h:53
10594 msgid "Use Mingw32 interface"
10595 msgstr ""
10596
10597 #: config/i386/win32.h:55
10598 msgid "Use Cygwin interface"
10599 msgstr ""
10600
10601 #: config/i386/win32.h:57
10602 msgid "Use bare Windows interface"
10603 msgstr ""
10604
10605 #. 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.
10606 #. 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.
10607 #: config/i386/xm-djgpp.h:71
10608 msgid "environment variable DJGPP not defined"
10609 msgstr ""
10610
10611 #: config/i386/xm-djgpp.h:73
10612 #, c-format
10613 msgid "environment variable DJGPP points to missing file '%s'"
10614 msgstr ""
10615
10616 #: config/i386/xm-djgpp.h:76
10617 #, c-format
10618 msgid "environment variable DJGPP points to corrupt file '%s'"
10619 msgstr ""
10620
10621 #: config/i960/i960-c.c:66
10622 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10623 msgstr ""
10624
10625 #: config/i960/i960-c.c:71
10626 msgid "malformed #pragma align - ignored"
10627 msgstr ""
10628
10629 #: config/i960/i960-c.c:109
10630 msgid "sorry, not implemented: #pragma noalign NAME"
10631 msgstr ""
10632
10633 #: config/i960/i960.c:121 config/i960/i960.c:131
10634 msgid "conflicting architectures defined - using C series"
10635 msgstr ""
10636
10637 #: config/i960/i960.c:126
10638 msgid "conflicting architectures defined - using K series"
10639 msgstr ""
10640
10641 #: config/i960/i960.c:141
10642 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10643 msgstr ""
10644
10645 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9976
10646 msgid "stack limit expression is not supported"
10647 msgstr ""
10648
10649 #. Macro to define tables used to set the flags.
10650 #. This is a list in braces of pairs in braces,
10651 #. each pair being { "NAME", VALUE }
10652 #. where VALUE is the bits to set or minus the bits to clear.
10653 #. An empty string NAME is used to identify the default VALUE.
10654 #. ??? Not all ten of these architecture variations actually exist, but I
10655 #. am not sure which are real and which aren't.
10656 #: config/i960/i960.h:240
10657 msgid "Generate SA code"
10658 msgstr ""
10659
10660 #: config/i960/i960.h:243
10661 msgid "Generate SB code"
10662 msgstr ""
10663
10664 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
10665 #: config/i960/i960.h:248
10666 msgid "Generate KA code"
10667 msgstr ""
10668
10669 #: config/i960/i960.h:251
10670 msgid "Generate KB code"
10671 msgstr ""
10672
10673 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
10674 #: config/i960/i960.h:256
10675 msgid "Generate JA code"
10676 msgstr ""
10677
10678 #: config/i960/i960.h:258
10679 msgid "Generate JD code"
10680 msgstr ""
10681
10682 #: config/i960/i960.h:261
10683 msgid "Generate JF code"
10684 msgstr ""
10685
10686 #: config/i960/i960.h:263
10687 msgid "generate RP code"
10688 msgstr ""
10689
10690 #: config/i960/i960.h:266
10691 msgid "Generate MC code"
10692 msgstr ""
10693
10694 #: config/i960/i960.h:269
10695 msgid "Generate CA code"
10696 msgstr ""
10697
10698 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES|                                           TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN),       N_("Generate CB code")},                                                  {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                         TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT|                        TARGET_FLAG_CODE_ALIGN),                               N_("Generate CC code")},
10699 #: config/i960/i960.h:279
10700 msgid "Generate CF code"
10701 msgstr ""
10702
10703 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
10704 msgid "Use software floating point"
10705 msgstr ""
10706
10707 #: config/i960/i960.h:285
10708 msgid "Use alternate leaf function entries"
10709 msgstr ""
10710
10711 #: config/i960/i960.h:287
10712 msgid "Do not use alternate leaf function entries"
10713 msgstr ""
10714
10715 #: config/i960/i960.h:289
10716 msgid "Perform tail call optimization"
10717 msgstr ""
10718
10719 #: config/i960/i960.h:291
10720 msgid "Do not perform tail call optimization"
10721 msgstr ""
10722
10723 #: config/i960/i960.h:293
10724 msgid "Use complex addressing modes"
10725 msgstr ""
10726
10727 #: config/i960/i960.h:295
10728 msgid "Do not use complex addressing modes"
10729 msgstr ""
10730
10731 #: config/i960/i960.h:297
10732 msgid "Align code to 8 byte boundary"
10733 msgstr ""
10734
10735 #: config/i960/i960.h:299
10736 msgid "Do not align code to 8 byte boundary"
10737 msgstr ""
10738
10739 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE),                              N_("Force use of prototypes")},                                      {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE),                         N_("Do not force use of prototypes")},
10740 #: config/i960/i960.h:305 config/i960/i960.h:307
10741 msgid "Enable compatibility with iC960 v2.0"
10742 msgstr ""
10743
10744 #: config/i960/i960.h:309
10745 msgid "Enable compatibility with iC960 v3.0"
10746 msgstr ""
10747
10748 #: config/i960/i960.h:311 config/i960/i960.h:313
10749 msgid "Enable compatibility with ic960 assembler"
10750 msgstr ""
10751
10752 #: config/i960/i960.h:315
10753 msgid "Do not permit unaligned accesses"
10754 msgstr ""
10755
10756 #: config/i960/i960.h:317
10757 msgid "Permit unaligned accesses"
10758 msgstr ""
10759
10760 #: config/i960/i960.h:319
10761 msgid "Layout types like Intel's v1.3 gcc"
10762 msgstr ""
10763
10764 #: config/i960/i960.h:321
10765 msgid "Do not layout types like Intel's v1.3 gcc"
10766 msgstr ""
10767
10768 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:86
10769 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10770 msgid "Use 64 bit long doubles"
10771 msgstr ""
10772
10773 #: config/i960/i960.h:325
10774 msgid "Enable linker relaxation"
10775 msgstr ""
10776
10777 #: config/i960/i960.h:327
10778 msgid "Do not enable linker relaxation"
10779 msgstr ""
10780
10781 #: config/ia64/ia64-c.c:51
10782 msgid "malformed #pragma builtin"
10783 msgstr ""
10784
10785 #: config/ia64/ia64.c:4015
10786 msgid "ia64_print_operand: unknown code"
10787 msgstr ""
10788
10789 #: config/ia64/ia64.c:4292
10790 msgid "value of -mfixed-range must have form REG1-REG2"
10791 msgstr ""
10792
10793 #: config/ia64/ia64.c:4319
10794 #, c-format
10795 msgid "%s-%s is an empty range"
10796 msgstr ""
10797
10798 #: config/ia64/ia64.c:4350
10799 msgid "cannot optimize floating point division for both latency and throughput"
10800 msgstr ""
10801
10802 #: config/ia64/ia64.c:4356
10803 msgid "cannot optimize integer division for both latency and throughput"
10804 msgstr ""
10805
10806 #: config/ia64/ia64.c:4368
10807 #, c-format
10808 msgid "bad value (%s) for -mtls-size= switch"
10809 msgstr ""
10810
10811 #. This macro defines names of command options to set and clear bits in
10812 #. `target_flags'.  Its definition is an initializer with a subgrouping for
10813 #. each command option.
10814 #: config/ia64/ia64.h:154
10815 msgid "Generate big endian code"
10816 msgstr ""
10817
10818 #: config/ia64/ia64.h:156 config/mcore/mcore.h:159
10819 msgid "Generate little endian code"
10820 msgstr ""
10821
10822 #: config/ia64/ia64.h:158
10823 msgid "Generate code for GNU as"
10824 msgstr ""
10825
10826 #: config/ia64/ia64.h:160
10827 msgid "Generate code for Intel as"
10828 msgstr ""
10829
10830 #: config/ia64/ia64.h:162
10831 msgid "Generate code for GNU ld"
10832 msgstr ""
10833
10834 #: config/ia64/ia64.h:164
10835 msgid "Generate code for Intel ld"
10836 msgstr ""
10837
10838 #: config/ia64/ia64.h:166
10839 msgid "Generate code without GP reg"
10840 msgstr ""
10841
10842 #: config/ia64/ia64.h:168
10843 msgid "Emit stop bits before and after volatile extended asms"
10844 msgstr ""
10845
10846 #: config/ia64/ia64.h:170
10847 msgid "Don't emit stop bits before and after volatile extended asms"
10848 msgstr ""
10849
10850 #: config/ia64/ia64.h:172
10851 msgid "Emit code for Itanium (TM) processor B step"
10852 msgstr ""
10853
10854 #: config/ia64/ia64.h:174
10855 msgid "Use in/loc/out register names"
10856 msgstr ""
10857
10858 #: config/ia64/ia64.h:176
10859 msgid "Disable use of sdata/scommon/sbss"
10860 msgstr ""
10861
10862 #: config/ia64/ia64.h:178
10863 msgid "Enable use of sdata/scommon/sbss"
10864 msgstr ""
10865
10866 #: config/ia64/ia64.h:180
10867 msgid "gp is constant (but save/restore gp on indirect calls)"
10868 msgstr ""
10869
10870 #: config/ia64/ia64.h:182
10871 msgid "Generate self-relocatable code"
10872 msgstr ""
10873
10874 #: config/ia64/ia64.h:184
10875 msgid "Generate inline floating point division, optimize for latency"
10876 msgstr ""
10877
10878 #: config/ia64/ia64.h:186
10879 msgid "Generate inline floating point division, optimize for throughput"
10880 msgstr ""
10881
10882 #: config/ia64/ia64.h:188
10883 msgid "Generate inline integer division, optimize for latency"
10884 msgstr ""
10885
10886 #: config/ia64/ia64.h:190
10887 msgid "Generate inline integer division, optimize for throughput"
10888 msgstr ""
10889
10890 #: config/ia64/ia64.h:192
10891 msgid "Enable Dwarf 2 line debug info via GNU as"
10892 msgstr ""
10893
10894 #: config/ia64/ia64.h:194
10895 msgid "Disable Dwarf 2 line debug info via GNU as"
10896 msgstr ""
10897
10898 #: config/ia64/ia64.h:223
10899 msgid "Specify range of registers to make fixed"
10900 msgstr ""
10901
10902 #: config/ip2k/ip2k.c:1090
10903 msgid "bad operand"
10904 msgstr ""
10905
10906 #: config/m32r/m32r.c:139
10907 #, c-format
10908 msgid "bad value (%s) for -mmodel switch"
10909 msgstr ""
10910
10911 #: config/m32r/m32r.c:148
10912 #, c-format
10913 msgid "bad value (%s) for -msdata switch"
10914 msgstr ""
10915
10916 #: config/m32r/m32r.c:319
10917 #, c-format
10918 msgid "invalid argument of `%s' attribute"
10919 msgstr ""
10920
10921 #: config/m32r/m32r.c:422
10922 msgid "const objects cannot go in .sdata/.sbss"
10923 msgstr ""
10924
10925 #: config/m32r/m32r.c:2256
10926 #, c-format
10927 msgid "invalid operand to %%s code"
10928 msgstr ""
10929
10930 #: config/m32r/m32r.c:2263
10931 #, c-format
10932 msgid "invalid operand to %%p code"
10933 msgstr ""
10934
10935 #: config/m32r/m32r.c:2318
10936 msgid "bad insn for 'A'"
10937 msgstr ""
10938
10939 #: config/m32r/m32r.c:2370
10940 #, c-format
10941 msgid "invalid operand to %%T/%%B code"
10942 msgstr ""
10943
10944 #: config/m32r/m32r.c:2393
10945 #, c-format
10946 msgid "invalid operand to %%N code"
10947 msgstr ""
10948
10949 #: config/m32r/m32r.c:2438
10950 msgid "pre-increment address is not a register"
10951 msgstr ""
10952
10953 #: config/m32r/m32r.c:2445
10954 msgid "pre-decrement address is not a register"
10955 msgstr ""
10956
10957 #: config/m32r/m32r.c:2452
10958 msgid "post-increment address is not a register"
10959 msgstr ""
10960
10961 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
10962 #: config/rs6000/rs6000.c:12802
10963 msgid "bad address"
10964 msgstr ""
10965
10966 #: config/m32r/m32r.c:2551
10967 msgid "lo_sum not of register"
10968 msgstr ""
10969
10970 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10971 #: config/m32r/m32r.h:241
10972 msgid "Display compile time statistics"
10973 msgstr ""
10974
10975 #: config/m32r/m32r.h:243
10976 msgid "Align all loops to 32 byte boundary"
10977 msgstr ""
10978
10979 #: config/m32r/m32r.h:246
10980 msgid "Only issue one instruction per cycle"
10981 msgstr ""
10982
10983 #: config/m32r/m32r.h:249
10984 msgid "Prefer branches over conditional execution"
10985 msgstr ""
10986
10987 #: config/m32r/m32r.h:265
10988 msgid "Code size: small, medium or large"
10989 msgstr ""
10990
10991 #: config/m32r/m32r.h:267
10992 msgid "Small data area: none, sdata, use"
10993 msgstr ""
10994
10995 #: config/m68hc11/m68hc11.c:242
10996 #, c-format
10997 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10998 msgstr ""
10999
11000 #: config/m68hc11/m68hc11.c:1305
11001 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11002 msgstr ""
11003
11004 #: config/m68hc11/m68hc11.c:1311
11005 #, fuzzy
11006 msgid "`trap' attribute is already used"
11007 msgstr "Attribut »%s« wird ignoriert"
11008
11009 #. !!!! SCz wrong here.
11010 #: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
11011 msgid "move insn not handled"
11012 msgstr ""
11013
11014 #: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
11015 #: config/m68hc11/m68hc11.c:3946
11016 msgid "invalid register in the move instruction"
11017 msgstr ""
11018
11019 #: config/m68hc11/m68hc11.c:3613
11020 msgid "invalid operand in the instruction"
11021 msgstr ""
11022
11023 #: config/m68hc11/m68hc11.c:3920
11024 msgid "invalid register in the instruction"
11025 msgstr ""
11026
11027 #: config/m68hc11/m68hc11.c:3953
11028 msgid "operand 1 must be a hard register"
11029 msgstr ""
11030
11031 #: config/m68hc11/m68hc11.c:3970
11032 msgid "invalid rotate insn"
11033 msgstr ""
11034
11035 #: config/m68hc11/m68hc11.c:4391
11036 msgid "registers IX, IY and Z used in the same INSN"
11037 msgstr ""
11038
11039 #: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
11040 msgid "cannot do z-register replacement"
11041 msgstr ""
11042
11043 #: config/m68hc11/m68hc11.c:5094
11044 msgid "invalid Z register replacement for insn"
11045 msgstr ""
11046
11047 #. Macro to define tables used to set the flags. This is a list in braces of
11048 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11049 #. to set or minus the bits to clear. An empty string NAME is used to
11050 #. identify the default VALUE.
11051 #: config/m68hc11/m68hc11.h:172
11052 msgid "Compile with 16-bit integer mode"
11053 msgstr ""
11054
11055 #: config/m68hc11/m68hc11.h:174
11056 msgid "Compile with 32-bit integer mode"
11057 msgstr ""
11058
11059 #: config/m68hc11/m68hc11.h:176
11060 msgid "Auto pre/post decrement increment allowed"
11061 msgstr ""
11062
11063 #: config/m68hc11/m68hc11.h:178
11064 msgid "Auto pre/post decrement increment not allowed"
11065 msgstr ""
11066
11067 #: config/m68hc11/m68hc11.h:180
11068 msgid "Min/max instructions allowed"
11069 msgstr ""
11070
11071 #: config/m68hc11/m68hc11.h:182
11072 msgid "Min/max instructions not allowed"
11073 msgstr ""
11074
11075 #: config/m68hc11/m68hc11.h:184
11076 msgid "Use call and rtc for function calls and returns"
11077 msgstr ""
11078
11079 #: config/m68hc11/m68hc11.h:186
11080 msgid "Use jsr and rts for function calls and returns"
11081 msgstr ""
11082
11083 #: config/m68hc11/m68hc11.h:188
11084 msgid "Do not use direct addressing mode for soft registers"
11085 msgstr ""
11086
11087 #: config/m68hc11/m68hc11.h:190
11088 msgid "Use direct addressing mode for soft registers"
11089 msgstr ""
11090
11091 #: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11092 msgid "Compile for a 68HC11"
11093 msgstr ""
11094
11095 #: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11096 msgid "Compile for a 68HC12"
11097 msgstr ""
11098
11099 #: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11100 msgid "Compile for a 68HCS12"
11101 msgstr ""
11102
11103 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11104 #. command options that have values.  Its definition is an
11105 #. initializer with a subgrouping for each command option.
11106 #.
11107 #. Each subgrouping contains a string constant, that defines the
11108 #. fixed part of the option name, and the address of a variable.  The
11109 #. variable, type `char *', is set to the variable part of the given
11110 #. option if the fixed part matches.  The actual option name is made
11111 #. by appending `-m' to the specified name.
11112 #: config/m68hc11/m68hc11.h:216
11113 msgid "Specify the register allocation order"
11114 msgstr ""
11115
11116 #: config/m68hc11/m68hc11.h:218
11117 msgid "Indicate the number of soft registers available"
11118 msgstr ""
11119
11120 #: config/m68k/m68k.c:158
11121 #, c-format
11122 msgid "-malign-loops=%d is not between 1 and %d"
11123 msgstr ""
11124
11125 #: config/m68k/m68k.c:169
11126 #, c-format
11127 msgid "-malign-jumps=%d is not between 1 and %d"
11128 msgstr ""
11129
11130 #: config/m68k/m68k.c:180
11131 #, c-format
11132 msgid "-malign-functions=%d is not between 1 and %d"
11133 msgstr ""
11134
11135 #: config/m68k/m68k.c:189
11136 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11137 msgstr ""
11138
11139 #. Macro to define tables used to set the flags.
11140 #. This is a list in braces of pairs in braces,
11141 #. each pair being { "NAME", VALUE }
11142 #. where VALUE is the bits to set or minus the bits to clear.
11143 #. An empty string NAME is used to identify the default VALUE.
11144 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11145 msgid "Generate code for a 68020"
11146 msgstr ""
11147
11148 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11149 msgid "Generate code for a 68000"
11150 msgstr ""
11151
11152 #: config/m68k/m68k.h:174
11153 msgid "Use the bit-field instructions"
11154 msgstr ""
11155
11156 #: config/m68k/m68k.h:176
11157 msgid "Do not use the bit-field instructions"
11158 msgstr ""
11159
11160 #: config/m68k/m68k.h:178
11161 msgid "Use different calling convention using 'rtd'"
11162 msgstr ""
11163
11164 #: config/m68k/m68k.h:182
11165 msgid "Consider type `int' to be 16 bits wide"
11166 msgstr ""
11167
11168 #: config/m68k/m68k.h:184
11169 msgid "Consider type `int' to be 32 bits wide"
11170 msgstr ""
11171
11172 #: config/m68k/m68k.h:186
11173 msgid "Generate code for a Sun FPA"
11174 msgstr ""
11175
11176 #: config/m68k/m68k.h:189
11177 msgid "Do not generate code for a Sun FPA"
11178 msgstr ""
11179
11180 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11181 msgid "Generate code for a Sun Sky board"
11182 msgstr ""
11183
11184 #: config/m68k/m68k.h:195
11185 msgid "Do not use Sky linkage convention"
11186 msgstr ""
11187
11188 #: config/m68k/m68k.h:197
11189 msgid "Generate code for a 68881"
11190 msgstr ""
11191
11192 #: config/m68k/m68k.h:200
11193 msgid "Generate code with library calls for floating point"
11194 msgstr ""
11195
11196 #: config/m68k/m68k.h:202
11197 msgid "Generate code for a 68040, without any new instructions"
11198 msgstr ""
11199
11200 #: config/m68k/m68k.h:205
11201 msgid "Generate code for a 68060, without any new instructions"
11202 msgstr ""
11203
11204 #: config/m68k/m68k.h:209
11205 msgid "Generate code for a 68030"
11206 msgstr ""
11207
11208 #: config/m68k/m68k.h:212
11209 msgid "Generate code for a 68040"
11210 msgstr ""
11211
11212 #: config/m68k/m68k.h:216
11213 msgid "Generate code for a 68060"
11214 msgstr ""
11215
11216 #: config/m68k/m68k.h:221
11217 msgid "Generate code for a 520X"
11218 msgstr ""
11219
11220 #: config/m68k/m68k.h:224
11221 msgid "Generate code for a 68851"
11222 msgstr ""
11223
11224 #: config/m68k/m68k.h:226
11225 msgid "Do no generate code for a 68851"
11226 msgstr ""
11227
11228 #: config/m68k/m68k.h:229
11229 msgid "Generate code for a 68302"
11230 msgstr ""
11231
11232 #: config/m68k/m68k.h:232
11233 msgid "Generate code for a 68332"
11234 msgstr ""
11235
11236 #: config/m68k/m68k.h:236
11237 msgid "Generate code for a cpu32"
11238 msgstr ""
11239
11240 #: config/m68k/m68k.h:239
11241 msgid "Align variables on a 32-bit boundary"
11242 msgstr ""
11243
11244 #: config/m68k/m68k.h:241
11245 msgid "Align variables on a 16-bit boundary"
11246 msgstr ""
11247
11248 #: config/m68k/m68k.h:243
11249 msgid "Generate pc-relative code"
11250 msgstr ""
11251
11252 #: config/m68k/m68k.h:245
11253 msgid "Do not use unaligned memory references"
11254 msgstr ""
11255
11256 #: config/m68k/m68k.h:247
11257 msgid "Use unaligned memory references"
11258 msgstr ""
11259
11260 #: config/m88k/m88k.c:903
11261 #, c-format
11262 msgid "internal gcc monitor: short-branch(%x)"
11263 msgstr ""
11264
11265 #: config/m88k/m88k.c:2302
11266 msgid "internal gcc error: Can't express symbolic location"
11267 msgstr ""
11268
11269 #: config/m88k/m88k.c:2517
11270 #, c-format
11271 msgid "argument #%d is a structure"
11272 msgstr ""
11273
11274 #: config/m88k/m88k.c:2816
11275 #, c-format
11276 msgid "%%R not followed by %%B/C/D/E"
11277 msgstr ""
11278
11279 #: config/m88k/m88k.c:2884
11280 #, c-format
11281 msgid "invalid %%x/X value"
11282 msgstr ""
11283
11284 #: config/m88k/m88k.c:2901
11285 #, c-format
11286 msgid "invalid %%Q value"
11287 msgstr ""
11288
11289 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7718
11290 #, c-format
11291 msgid "invalid %%q value"
11292 msgstr ""
11293
11294 #: config/m88k/m88k.c:2913
11295 #, c-format
11296 msgid "invalid %%o value"
11297 msgstr ""
11298
11299 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7681
11300 #, c-format
11301 msgid "invalid %%p value"
11302 msgstr ""
11303
11304 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11305 #, c-format
11306 msgid "invalid %%s/S value"
11307 msgstr ""
11308
11309 #: config/m88k/m88k.c:2949
11310 #, c-format
11311 msgid "invalid %%P operand"
11312 msgstr ""
11313
11314 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11315 #, c-format
11316 msgid "invalid %%B value"
11317 msgstr ""
11318
11319 #: config/m88k/m88k.c:3010
11320 #, c-format
11321 msgid "invalid %%D value"
11322 msgstr ""
11323
11324 #: config/m88k/m88k.c:3023
11325 #, c-format
11326 msgid "`%%d' operand isn't a register"
11327 msgstr ""
11328
11329 #: config/m88k/m88k.c:3041
11330 msgid "operand is r0"
11331 msgstr ""
11332
11333 #: config/m88k/m88k.c:3055
11334 msgid "operand is const_double"
11335 msgstr ""
11336
11337 #: config/m88k/m88k.c:3074
11338 msgid "invalid code"
11339 msgstr ""
11340
11341 #. Do any checking or such that is needed after processing the -m switches.
11342 #: config/m88k/m88k.h:277
11343 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11344 msgstr ""
11345
11346 #: config/m88k/m88k.h:299
11347 #, c-format
11348 msgid "invalid option `-mshort-data-%s'"
11349 msgstr ""
11350
11351 #: config/m88k/m88k.h:304
11352 #, c-format
11353 msgid "-mshort-data-%s is too large "
11354 msgstr ""
11355
11356 #: config/m88k/m88k.h:306
11357 #, c-format
11358 msgid "-mshort-data-%s and PIC are incompatible"
11359 msgstr ""
11360
11361 #: config/mcore/mcore.c:3078
11362 #, c-format
11363 msgid "invalid option `-mstack-increment=%s'"
11364 msgstr ""
11365
11366 #: config/mcore/mcore.h:126
11367 msgid "Inline constants if it can be done in 2 insns or less"
11368 msgstr ""
11369
11370 #: config/mcore/mcore.h:128
11371 msgid "Inline constants if it only takes 1 instruction"
11372 msgstr ""
11373
11374 #: config/mcore/mcore.h:130
11375 msgid "Set maximum alignment to 4"
11376 msgstr ""
11377
11378 #: config/mcore/mcore.h:132
11379 msgid "Set maximum alignment to 8"
11380 msgstr ""
11381
11382 #: config/mcore/mcore.h:136
11383 msgid "Do not use the divide instruction"
11384 msgstr ""
11385
11386 #: config/mcore/mcore.h:140
11387 msgid "Do not arbitrary sized immediates in bit operations"
11388 msgstr ""
11389
11390 #: config/mcore/mcore.h:142
11391 msgid "Always treat bit-field as int-sized"
11392 msgstr ""
11393
11394 #: config/mcore/mcore.h:146
11395 msgid "Force functions to be aligned to a 4 byte boundary"
11396 msgstr ""
11397
11398 #: config/mcore/mcore.h:148
11399 msgid "Force functions to be aligned to a 2 byte boundary"
11400 msgstr ""
11401
11402 #: config/mcore/mcore.h:150
11403 msgid "Emit call graph information"
11404 msgstr ""
11405
11406 #: config/mcore/mcore.h:154
11407 msgid "Prefer word accesses over byte accesses"
11408 msgstr ""
11409
11410 #: config/mcore/mcore.h:165
11411 msgid "Generate code for the M*Core M340"
11412 msgstr ""
11413
11414 #: config/mcore/mcore.h:178
11415 msgid "Maximum amount for a single stack increment operation"
11416 msgstr ""
11417
11418 #: config/mips/mips.c:5128
11419 #, c-format
11420 msgid "bad value (%s) for -mabi= switch"
11421 msgstr ""
11422
11423 #: config/mips/mips.c:5158
11424 #, c-format
11425 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11426 msgstr ""
11427
11428 #: config/mips/mips.c:5165
11429 #, c-format
11430 msgid "bad value (%s) for -mips switch"
11431 msgstr ""
11432
11433 #: config/mips/mips.c:5180
11434 #, c-format
11435 msgid "-march=%s is not compatible with the selected ABI"
11436 msgstr ""
11437
11438 #: config/mips/mips.c:5192
11439 msgid "-mgp64 used with a 32-bit processor"
11440 msgstr ""
11441
11442 #: config/mips/mips.c:5194
11443 msgid "-mgp32 used with a 64-bit ABI"
11444 msgstr ""
11445
11446 #: config/mips/mips.c:5196
11447 msgid "-mgp64 used with a 32-bit ABI"
11448 msgstr ""
11449
11450 #: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11451 #, c-format
11452 msgid "unsupported combination: %s"
11453 msgstr ""
11454
11455 #: config/mips/mips.c:5288
11456 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11457 msgstr ""
11458
11459 #: config/mips/mips.c:5299
11460 msgid "-G is incompatible with PIC code which is the default"
11461 msgstr ""
11462
11463 #: config/mips/mips.c:5315
11464 msgid "-membedded-pic and -mabicalls are incompatible"
11465 msgstr ""
11466
11467 #: config/mips/mips.c:5318
11468 msgid "-G and -membedded-pic are incompatible"
11469 msgstr ""
11470
11471 #: config/mips/mips.c:5369
11472 #, c-format
11473 msgid "invalid option `entry%s'"
11474 msgstr ""
11475
11476 #: config/mips/mips.c:5372
11477 msgid "-mentry is only meaningful with -mips-16"
11478 msgstr ""
11479
11480 #: config/mips/mips.c:5781
11481 #, c-format
11482 msgid "internal error: %%) found without a %%( in assembler pattern"
11483 msgstr ""
11484
11485 #: config/mips/mips.c:5795
11486 #, c-format
11487 msgid "internal error: %%] found without a %%[ in assembler pattern"
11488 msgstr ""
11489
11490 #: config/mips/mips.c:5808
11491 #, c-format
11492 msgid "internal error: %%> found without a %%< in assembler pattern"
11493 msgstr ""
11494
11495 #: config/mips/mips.c:5821
11496 #, c-format
11497 msgid "internal error: %%} found without a %%{ in assembler pattern"
11498 msgstr ""
11499
11500 #: config/mips/mips.c:5835
11501 #, c-format
11502 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11503 msgstr ""
11504
11505 #: config/mips/mips.c:5844 config/xtensa/xtensa.c:1939
11506 msgid "PRINT_OPERAND null pointer"
11507 msgstr ""
11508
11509 #: config/mips/mips.c:5975
11510 #, c-format
11511 msgid "invalid use of %%d, %%x, or %%X"
11512 msgstr ""
11513
11514 #: config/mips/mips.c:6013 config/xtensa/xtensa.c:2033
11515 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11516 msgstr ""
11517
11518 #: config/mips/mips.c:6242
11519 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11520 msgstr ""
11521
11522 #: config/mips/mips.c:6552
11523 msgid "can't rewind temp file"
11524 msgstr ""
11525
11526 #: config/mips/mips.c:6556
11527 msgid "can't write to output file"
11528 msgstr ""
11529
11530 #: config/mips/mips.c:6559
11531 msgid "can't read from temp file"
11532 msgstr ""
11533
11534 #: config/mips/mips.c:6562
11535 msgid "can't close temp file"
11536 msgstr ""
11537
11538 #: config/mips/mips.c:7003
11539 #, c-format
11540 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11541 msgstr ""
11542
11543 #: config/mips/mips.c:7112
11544 #, c-format
11545 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11546 msgstr ""
11547
11548 #: config/mips/mips.c:9335
11549 #, c-format
11550 msgid "can not handle inconsistent calls to `%s'"
11551 msgstr ""
11552
11553 #: config/mips/mips.c:10467
11554 msgid "the cpu name must be lower case"
11555 msgstr ""
11556
11557 #: config/mips/mips.c:10489
11558 #, c-format
11559 msgid "bad value (%s) for %s"
11560 msgstr ""
11561
11562 #. Target CPU builtins.
11563 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
11564 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
11565 #. Macros dependent on the C dialect.
11566 #. Bizzare, but needed at least for Irix.
11567 #. Macro to define tables used to set the flags.
11568 #. This is a list in braces of pairs in braces,
11569 #. each pair being { "NAME", VALUE }
11570 #. where VALUE is the bits to set or minus the bits to clear.
11571 #. An empty string NAME is used to identify the default VALUE.
11572 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11573 msgid "No default crt0.o"
11574 msgstr ""
11575
11576 #: config/mips/mips.h:530
11577 msgid "Use 64-bit int type"
11578 msgstr ""
11579
11580 #: config/mips/mips.h:532
11581 msgid "Use 64-bit long type"
11582 msgstr ""
11583
11584 #: config/mips/mips.h:534
11585 msgid "Use 32-bit long type"
11586 msgstr ""
11587
11588 #: config/mips/mips.h:536
11589 msgid "Optimize lui/addiu address loads"
11590 msgstr ""
11591
11592 #: config/mips/mips.h:538
11593 msgid "Don't optimize lui/addiu address loads"
11594 msgstr ""
11595
11596 #: config/mips/mips.h:540
11597 msgid "Use MIPS as"
11598 msgstr ""
11599
11600 #: config/mips/mips.h:542
11601 msgid "Use GNU as"
11602 msgstr ""
11603
11604 #: config/mips/mips.h:544
11605 msgid "Use symbolic register names"
11606 msgstr ""
11607
11608 #: config/mips/mips.h:546
11609 msgid "Don't use symbolic register names"
11610 msgstr ""
11611
11612 #: config/mips/mips.h:548 config/mips/mips.h:550
11613 msgid "Use GP relative sdata/sbss sections"
11614 msgstr ""
11615
11616 #: config/mips/mips.h:552 config/mips/mips.h:554
11617 msgid "Don't use GP relative sdata/sbss sections"
11618 msgstr ""
11619
11620 #: config/mips/mips.h:556
11621 msgid "Output compiler statistics"
11622 msgstr ""
11623
11624 #: config/mips/mips.h:558
11625 msgid "Don't output compiler statistics"
11626 msgstr ""
11627
11628 #: config/mips/mips.h:560
11629 msgid "Don't optimize block moves"
11630 msgstr ""
11631
11632 #: config/mips/mips.h:562
11633 msgid "Optimize block moves"
11634 msgstr ""
11635
11636 #: config/mips/mips.h:564
11637 msgid "Use mips-tfile asm postpass"
11638 msgstr ""
11639
11640 #: config/mips/mips.h:566
11641 msgid "Don't use mips-tfile asm postpass"
11642 msgstr ""
11643
11644 #. Macro to define tables used to set the flags.
11645 #. This is a list in braces of triplets in braces,
11646 #. each triplet being { "NAME", VALUE, DOC }
11647 #. where VALUE is the bits to set or minus the bits to clear and DOC
11648 #. is the documentation for --help (NULL if intentionally undocumented).
11649 #. An empty string NAME is used to identify the default VALUE.
11650 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11651 msgid "Use hardware floating point"
11652 msgstr ""
11653
11654 #: config/mips/mips.h:572
11655 msgid "Use 64-bit FP registers"
11656 msgstr ""
11657
11658 #: config/mips/mips.h:574
11659 msgid "Use 32-bit FP registers"
11660 msgstr ""
11661
11662 #: config/mips/mips.h:576
11663 msgid "Use 64-bit general registers"
11664 msgstr ""
11665
11666 #: config/mips/mips.h:578
11667 msgid "Use 32-bit general registers"
11668 msgstr ""
11669
11670 #: config/mips/mips.h:580
11671 msgid "Use Irix PIC"
11672 msgstr ""
11673
11674 #: config/mips/mips.h:582
11675 msgid "Don't use Irix PIC"
11676 msgstr ""
11677
11678 #: config/mips/mips.h:584
11679 msgid "Use indirect calls"
11680 msgstr ""
11681
11682 #: config/mips/mips.h:586
11683 msgid "Don't use indirect calls"
11684 msgstr ""
11685
11686 #: config/mips/mips.h:588
11687 msgid "Use embedded PIC"
11688 msgstr ""
11689
11690 #: config/mips/mips.h:590
11691 msgid "Don't use embedded PIC"
11692 msgstr ""
11693
11694 #: config/mips/mips.h:592
11695 msgid "Use ROM instead of RAM"
11696 msgstr ""
11697
11698 #: config/mips/mips.h:594
11699 msgid "Don't use ROM instead of RAM"
11700 msgstr ""
11701
11702 #: config/mips/mips.h:596
11703 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11704 msgstr ""
11705
11706 #: config/mips/mips.h:598
11707 msgid "Don't put uninitialized constants in ROM"
11708 msgstr ""
11709
11710 #. Macro to define tables used to set the flags.
11711 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11712 msgid "Use big-endian byte order"
11713 msgstr ""
11714
11715 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11716 msgid "Use little-endian byte order"
11717 msgstr ""
11718
11719 #: config/mips/mips.h:604
11720 msgid "Use single (32-bit) FP only"
11721 msgstr ""
11722
11723 #: config/mips/mips.h:606
11724 msgid "Don't use single (32-bit) FP only"
11725 msgstr ""
11726
11727 #: config/mips/mips.h:608
11728 msgid "Use multiply accumulate"
11729 msgstr ""
11730
11731 #: config/mips/mips.h:610
11732 msgid "Don't use multiply accumulate"
11733 msgstr ""
11734
11735 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11736 msgid "Don't generate fused multiply/add instructions"
11737 msgstr ""
11738
11739 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11740 msgid "Generate fused multiply/add instructions"
11741 msgstr ""
11742
11743 #: config/mips/mips.h:616
11744 msgid "Work around early 4300 hardware bug"
11745 msgstr ""
11746
11747 #: config/mips/mips.h:618
11748 msgid "Don't work around early 4300 hardware bug"
11749 msgstr ""
11750
11751 #: config/mips/mips.h:620
11752 msgid "Trap on integer divide by zero"
11753 msgstr ""
11754
11755 #: config/mips/mips.h:622
11756 msgid "Don't trap on integer divide by zero"
11757 msgstr ""
11758
11759 #: config/mips/mips.h:624
11760 msgid "Trap on integer divide overflow"
11761 msgstr ""
11762
11763 #: config/mips/mips.h:626
11764 msgid "Don't trap on integer divide overflow"
11765 msgstr ""
11766
11767 #: config/mips/mips.h:628
11768 msgid "Use Branch Likely instructions, overriding default for arch"
11769 msgstr ""
11770
11771 #: config/mips/mips.h:630
11772 msgid "Don't use Branch Likely instructions, overriding default for arch"
11773 msgstr ""
11774
11775 #: config/mips/mips.h:744 config/pa/pa.h:310
11776 msgid "Specify CPU for scheduling purposes"
11777 msgstr ""
11778
11779 #: config/mips/mips.h:746
11780 msgid "Specify CPU for code generation purposes"
11781 msgstr ""
11782
11783 #: config/mips/mips.h:748
11784 msgid "Specify an ABI"
11785 msgstr ""
11786
11787 #: config/mips/mips.h:750
11788 msgid "Specify a Standard MIPS ISA"
11789 msgstr ""
11790
11791 #: config/mips/mips.h:752
11792 msgid "Use mips16 entry/exit psuedo ops"
11793 msgstr ""
11794
11795 #: config/mips/mips.h:754
11796 msgid "Don't use MIPS16 instructions"
11797 msgstr ""
11798
11799 #: config/mips/mips.h:756
11800 msgid "Don't call any cache flush functions"
11801 msgstr ""
11802
11803 #: config/mips/mips.h:758
11804 msgid "Specify cache flush function"
11805 msgstr ""
11806
11807 #. Output assembler code to FILE to increment profiler label # LABELNO
11808 #. for profiling a function entry.
11809 #: config/mips/mips.h:2900
11810 msgid "mips16 function profiling"
11811 msgstr ""
11812
11813 #: config/mmix/mmix.c:189
11814 #, c-format
11815 msgid "-f%s not supported: ignored"
11816 msgstr ""
11817
11818 #: config/mmix/mmix.c:644
11819 #, c-format
11820 msgid "too large function value type, needs %d registers, have only %d registers for this"
11821 msgstr ""
11822
11823 #: config/mmix/mmix.c:826
11824 msgid "function_profiler support for MMIX"
11825 msgstr ""
11826
11827 #: config/mmix/mmix.c:848
11828 msgid "MMIX Internal: Last named vararg would not fit in a register"
11829 msgstr ""
11830
11831 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11832 msgid "MMIX Internal: Expected a CONST_INT, not this"
11833 msgstr ""
11834
11835 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11836 #, c-format
11837 msgid "MMIX Internal: Bad register: %d"
11838 msgstr ""
11839
11840 #: config/mmix/mmix.c:1718
11841 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11842 msgstr ""
11843
11844 #: config/mmix/mmix.c:1737
11845 msgid "MMIX Internal: Expected a register, not this"
11846 msgstr ""
11847
11848 #: config/mmix/mmix.c:1747
11849 msgid "MMIX Internal: Expected a constant, not this"
11850 msgstr ""
11851
11852 #. Presumably there's a missing case above if we get here.
11853 #: config/mmix/mmix.c:1779
11854 #, c-format
11855 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11856 msgstr ""
11857
11858 #. We need the original here.
11859 #: config/mmix/mmix.c:1831
11860 msgid "MMIX Internal: Cannot decode this operand"
11861 msgstr ""
11862
11863 #: config/mmix/mmix.c:1891
11864 msgid "MMIX Internal: This is not a recognized address"
11865 msgstr ""
11866
11867 #: config/mmix/mmix.c:2082
11868 #, c-format
11869 msgid "stack frame not a multiple of 8 bytes: %d"
11870 msgstr ""
11871
11872 #: config/mmix/mmix.c:2321
11873 #, c-format
11874 msgid "stack frame not a multiple of octabyte: %d"
11875 msgstr ""
11876
11877 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11878 #, c-format
11879 msgid "MMIX Internal: %s is not a shiftable int"
11880 msgstr ""
11881
11882 #: config/mmix/mmix.c:3006
11883 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11884 msgstr ""
11885
11886 #: config/mmix/mmix.c:3013
11887 msgid "MMIX Internal: What's the CC of this?"
11888 msgstr ""
11889
11890 #: config/mmix/mmix.c:3017
11891 msgid "MMIX Internal: What is the CC of this?"
11892 msgstr ""
11893
11894 #: config/mmix/mmix.c:3088
11895 msgid "MMIX Internal: This is not a constant:"
11896 msgstr ""
11897
11898 #. For these target macros, there is no generic documentation here.  You
11899 #. should read `Using and Porting GCC' for that.  Only comments specific
11900 #. to the MMIX target are here.
11901 #.
11902 #. There are however references to the specific texinfo node (comments
11903 #. with "Node:"), so there should be little or nothing amiss.  Probably
11904 #. the opposite, since we don't have to care about old littering and
11905 #. soon outdated generic comments.
11906 #. Node: Driver
11907 #. User symbols are in the same name-space as built-in symbols, but we
11908 #. don't need the built-in symbols, so remove those and instead apply
11909 #. stricter operand checking.  Don't warn when expanding insns.
11910 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11911 #. Provide default program start 0x100 unless -mno-set-program-start.
11912 #. Don't do this if linking relocatably, with -r.  For a final link,
11913 #. produce mmo, unless ELF is requested or when linking relocatably.
11914 #. Put unused option values here.
11915 #: config/mmix/mmix.h:132
11916 msgid "Set start-address of the program"
11917 msgstr ""
11918
11919 #: config/mmix/mmix.h:134
11920 msgid "Set start-address of data"
11921 msgstr ""
11922
11923 #. FIXME: Provide a way to *load* the epsilon register.
11924 #: config/mmix/mmix.h:198
11925 msgid "For intrinsics library: pass all parameters in registers"
11926 msgstr ""
11927
11928 #: config/mmix/mmix.h:201
11929 msgid "Use register stack for parameters and return value"
11930 msgstr ""
11931
11932 #: config/mmix/mmix.h:203
11933 msgid "Use call-clobbered registers for parameters and return value"
11934 msgstr ""
11935
11936 #: config/mmix/mmix.h:205
11937 msgid "Use epsilon-respecting floating point compare instructions"
11938 msgstr ""
11939
11940 #: config/mmix/mmix.h:208
11941 msgid "Use zero-extending memory loads, not sign-extending ones"
11942 msgstr ""
11943
11944 #: config/mmix/mmix.h:211
11945 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11946 msgstr ""
11947
11948 #: config/mmix/mmix.h:215
11949 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11950 msgstr ""
11951
11952 #: config/mmix/mmix.h:217
11953 msgid "Do not provide a default start-address 0x100 of the program"
11954 msgstr ""
11955
11956 #: config/mmix/mmix.h:219
11957 msgid "Link to emit program in ELF format (rather than mmo)"
11958 msgstr ""
11959
11960 #: config/mmix/mmix.h:221
11961 msgid "Use P-mnemonics for branches statically predicted as taken"
11962 msgstr ""
11963
11964 #: config/mmix/mmix.h:223
11965 msgid "Don't use P-mnemonics for branches"
11966 msgstr ""
11967
11968 #: config/mmix/mmix.h:225
11969 msgid "Use addresses that allocate global registers"
11970 msgstr ""
11971
11972 #: config/mmix/mmix.h:227
11973 msgid "Do not use addresses that allocate global registers"
11974 msgstr ""
11975
11976 #: config/mmix/mmix.h:229
11977 msgid "Generate a single exit point for each function"
11978 msgstr ""
11979
11980 #: config/mmix/mmix.h:231
11981 msgid "Do not generate a single exit point for each function"
11982 msgstr ""
11983
11984 #: config/mn10300/mn10300.h:59
11985 msgid "Work around hardware multiply bug"
11986 msgstr ""
11987
11988 #: config/mn10300/mn10300.h:60
11989 msgid "Do not work around hardware multiply bug"
11990 msgstr ""
11991
11992 #: config/mn10300/mn10300.h:61
11993 msgid "Target the AM33 processor"
11994 msgstr ""
11995
11996 #: config/mn10300/mn10300.h:65
11997 msgid "Enable linker relaxations"
11998 msgstr ""
11999
12000 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12001 msgid "Don't use hardware fp"
12002 msgstr ""
12003
12004 #: config/ns32k/ns32k.h:143
12005 msgid "Alternative calling convention"
12006 msgstr ""
12007
12008 #: config/ns32k/ns32k.h:145
12009 msgid "Pass some arguments in registers"
12010 msgstr ""
12011
12012 #: config/ns32k/ns32k.h:146
12013 msgid "Pass all arguments on stack"
12014 msgstr ""
12015
12016 #: config/ns32k/ns32k.h:147
12017 msgid "Optimize for 32532 cpu"
12018 msgstr ""
12019
12020 #: config/ns32k/ns32k.h:148
12021 msgid "Optimize for 32332 cpu"
12022 msgstr ""
12023
12024 #: config/ns32k/ns32k.h:150
12025 msgid "Optimize for 32032"
12026 msgstr ""
12027
12028 #: config/ns32k/ns32k.h:152
12029 msgid "Register sb is zero. Use for absolute addressing"
12030 msgstr ""
12031
12032 #: config/ns32k/ns32k.h:153
12033 msgid "Do not use register sb"
12034 msgstr ""
12035
12036 #: config/ns32k/ns32k.h:155
12037 msgid "Use bit-field instructions"
12038 msgstr ""
12039
12040 #: config/ns32k/ns32k.h:157
12041 msgid "Do not use bit-field instructions"
12042 msgstr ""
12043
12044 #: config/ns32k/ns32k.h:158
12045 msgid "Generate code for high memory"
12046 msgstr ""
12047
12048 #: config/ns32k/ns32k.h:159
12049 msgid "Generate code for low memory"
12050 msgstr ""
12051
12052 #: config/ns32k/ns32k.h:160
12053 msgid "32381 fpu"
12054 msgstr ""
12055
12056 #: config/ns32k/ns32k.h:162
12057 msgid "Use multiply-accumulate fp instructions"
12058 msgstr ""
12059
12060 #: config/ns32k/ns32k.h:164
12061 msgid "Do not use multiply-accumulate fp instructions"
12062 msgstr ""
12063
12064 #: config/ns32k/ns32k.h:165
12065 msgid "\"Small register classes\" kludge"
12066 msgstr ""
12067
12068 #: config/ns32k/ns32k.h:166
12069 msgid "No \"Small register classes\" kludge"
12070 msgstr ""
12071
12072 #: config/pa/pa.c:261
12073 #, c-format
12074 msgid ""
12075 "unknown -mschedule= option (%s).\n"
12076 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12077 msgstr ""
12078
12079 #: config/pa/pa.c:286
12080 #, c-format
12081 msgid ""
12082 "unknown -march= option (%s).\n"
12083 "Valid options are 1.0, 1.1, and 2.0\n"
12084 msgstr ""
12085
12086 #: config/pa/pa.c:299
12087 msgid "PIC code generation is not supported in the portable runtime model\n"
12088 msgstr ""
12089
12090 #: config/pa/pa.c:304
12091 msgid "PIC code generation is not compatible with fast indirect calls\n"
12092 msgstr ""
12093
12094 #: config/pa/pa.c:309
12095 msgid "-g is only supported when using GAS on this processor,"
12096 msgstr ""
12097
12098 #: config/pa/pa.c:310
12099 msgid "-g option disabled"
12100 msgstr ""
12101
12102 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12103 #: config/pa/pa64-hpux.h:25
12104 msgid "Generate cpp defines for server IO"
12105 msgstr ""
12106
12107 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12108 #: config/pa/pa64-hpux.h:27
12109 msgid "Generate cpp defines for workstation IO"
12110 msgstr ""
12111
12112 #. Macro to define tables used to set the flags.  This is a
12113 #. list in braces of target switches with each switch being
12114 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
12115 #. or minus the bits to clear.  An empty string NAME is used to
12116 #. identify the default VALUE.  Do not mark empty strings for
12117 #. translation.
12118 #: config/pa/pa.h:232 config/pa/pa.h:238
12119 msgid "Generate PA1.1 code"
12120 msgstr ""
12121
12122 #: config/pa/pa.h:234 config/pa/pa.h:236
12123 msgid "Generate PA1.0 code"
12124 msgstr ""
12125
12126 #: config/pa/pa.h:240
12127 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12128 msgstr ""
12129
12130 #: config/pa/pa.h:242
12131 msgid "Disable FP regs"
12132 msgstr ""
12133
12134 #: config/pa/pa.h:244
12135 msgid "Do not disable FP regs"
12136 msgstr ""
12137
12138 #: config/pa/pa.h:246
12139 msgid "Disable space regs"
12140 msgstr ""
12141
12142 #: config/pa/pa.h:248
12143 msgid "Do not disable space regs"
12144 msgstr ""
12145
12146 #: config/pa/pa.h:250
12147 msgid "Put jumps in call delay slots"
12148 msgstr ""
12149
12150 #: config/pa/pa.h:252
12151 msgid "Do not put jumps in call delay slots"
12152 msgstr ""
12153
12154 #: config/pa/pa.h:254
12155 msgid "Disable indexed addressing"
12156 msgstr ""
12157
12158 #: config/pa/pa.h:256
12159 msgid "Do not disable indexed addressing"
12160 msgstr ""
12161
12162 #: config/pa/pa.h:258
12163 msgid "Use portable calling conventions"
12164 msgstr ""
12165
12166 #: config/pa/pa.h:260
12167 msgid "Do not use portable calling conventions"
12168 msgstr ""
12169
12170 #: config/pa/pa.h:262
12171 msgid "Assume code will be assembled by GAS"
12172 msgstr ""
12173
12174 #: config/pa/pa.h:264
12175 msgid "Do not assume code will be assembled by GAS"
12176 msgstr ""
12177
12178 #: config/pa/pa.h:268
12179 msgid "Do not use software floating point"
12180 msgstr ""
12181
12182 #: config/pa/pa.h:270
12183 msgid "Emit long load/store sequences"
12184 msgstr ""
12185
12186 #: config/pa/pa.h:272
12187 msgid "Do not emit long load/store sequences"
12188 msgstr ""
12189
12190 #: config/pa/pa.h:274
12191 msgid "Generate fast indirect calls"
12192 msgstr ""
12193
12194 #: config/pa/pa.h:276
12195 msgid "Do not generate fast indirect calls"
12196 msgstr ""
12197
12198 #: config/pa/pa.h:278
12199 msgid "Generate code for huge switch statements"
12200 msgstr ""
12201
12202 #: config/pa/pa.h:280
12203 msgid "Do not generate code for huge switch statements"
12204 msgstr ""
12205
12206 #: config/pa/pa.h:282
12207 msgid "Always generate long calls"
12208 msgstr ""
12209
12210 #: config/pa/pa.h:284
12211 msgid "Generate long calls only when needed"
12212 msgstr ""
12213
12214 #: config/pa/pa.h:286
12215 msgid "Enable linker optimizations"
12216 msgstr ""
12217
12218 #: config/pa/pa.h:312
12219 msgid "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  2.0 requires gas snapshot 19990413 or later."
12220 msgstr ""
12221
12222 #: config/pa/pa64-hpux.h:29
12223 msgid "Assume code will be linked by GNU ld"
12224 msgstr ""
12225
12226 #: config/pa/pa64-hpux.h:31
12227 msgid "Assume code will be linked by HP ld"
12228 msgstr ""
12229
12230 #: config/pdp11/pdp11.h:57
12231 msgid "Do not use hardware floating point"
12232 msgstr ""
12233
12234 #. return float result in ac0
12235 #: config/pdp11/pdp11.h:59
12236 msgid "Return floating point results in ac0"
12237 msgstr ""
12238
12239 #: config/pdp11/pdp11.h:60
12240 msgid "Return floating point results in memory"
12241 msgstr ""
12242
12243 #. is 11/40
12244 #: config/pdp11/pdp11.h:62
12245 msgid "Generate code for an 11/40"
12246 msgstr ""
12247
12248 #. is 11/45
12249 #: config/pdp11/pdp11.h:65
12250 msgid "Generate code for an 11/45"
12251 msgstr ""
12252
12253 #. is 11/10
12254 #: config/pdp11/pdp11.h:68
12255 msgid "Generate code for an 11/10"
12256 msgstr ""
12257
12258 #. use movstrhi for bcopy
12259 #. use 32 bit for int
12260 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12261 msgid "Use 32 bit int"
12262 msgstr ""
12263
12264 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12265 msgid "Use 16 bit int"
12266 msgstr ""
12267
12268 #. use 32 bit for float
12269 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12270 msgid "Use 32 bit float"
12271 msgstr ""
12272
12273 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12274 msgid "Use 64 bit float"
12275 msgstr ""
12276
12277 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12278 #. is branching expensive - on a PDP, it's actually really cheap
12279 #. this is just to play around and check what code gcc generates
12280 #. split instruction and data memory?
12281 #: config/pdp11/pdp11.h:90
12282 msgid "Target has split I&D"
12283 msgstr ""
12284
12285 #: config/pdp11/pdp11.h:91
12286 msgid "Target does not have split I&D"
12287 msgstr ""
12288
12289 #. UNIX assembler syntax?
12290 #: config/pdp11/pdp11.h:93
12291 msgid "Use UNIX assembler syntax"
12292 msgstr ""
12293
12294 #: config/pdp11/pdp11.h:94
12295 msgid "Use DEC assembler syntax"
12296 msgstr ""
12297
12298 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7755
12299 #, c-format
12300 msgid "invalid %%S value"
12301 msgstr ""
12302
12303 #: config/romp/romp.c:726 config/romp/romp.c:733
12304 #, c-format
12305 msgid "invalid %%b value"
12306 msgstr ""
12307
12308 #: config/romp/romp.c:773 config/romp/romp.c:784
12309 #, c-format
12310 msgid "invalid %%z value"
12311 msgstr ""
12312
12313 #: config/romp/romp.c:792 config/romp/romp.c:800
12314 #, c-format
12315 msgid "invalid %%Z value"
12316 msgstr ""
12317
12318 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12319 #: config/rs6000/rs6000.c:7584
12320 #, c-format
12321 msgid "invalid %%k value"
12322 msgstr ""
12323
12324 #: config/romp/romp.c:908 config/romp/romp.c:951
12325 #, c-format
12326 msgid "invalid %%j value"
12327 msgstr ""
12328
12329 #. Perform any needed actions needed for a function that is receiving a
12330 #. variable number of arguments.
12331 #.
12332 #. CUM is as above.
12333 #.
12334 #. MODE and TYPE are the mode and type of the current parameter.
12335 #.
12336 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12337 #. that must be pushed by the prolog to pretend that our caller pushed
12338 #. it.
12339 #.
12340 #. Normally, this macro will push all remaining incoming registers on the
12341 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12342 #: config/romp/romp.h:648
12343 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12344 msgstr ""
12345
12346 #. Handle the machine specific pragma longcall.  Its syntax is
12347 #.
12348 #. # pragma longcall ( TOGGLE )
12349 #.
12350 #. where TOGGLE is either 0 or 1.
12351 #.
12352 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12353 #. whether or not new function declarations receive a longcall
12354 #. attribute by default.
12355 #: config/rs6000/rs6000-c.c:44
12356 msgid "ignoring malformed #pragma longcall"
12357 msgstr ""
12358
12359 #: config/rs6000/rs6000-c.c:58
12360 msgid "missing open paren"
12361 msgstr ""
12362
12363 #: config/rs6000/rs6000-c.c:60
12364 msgid "missing number"
12365 msgstr ""
12366
12367 #: config/rs6000/rs6000-c.c:62
12368 msgid "missing close paren"
12369 msgstr ""
12370
12371 #: config/rs6000/rs6000-c.c:65
12372 msgid "number must be 0 or 1"
12373 msgstr ""
12374
12375 #: config/rs6000/rs6000-c.c:68
12376 msgid "junk at end of #pragma longcall"
12377 msgstr ""
12378
12379 #: config/rs6000/rs6000.c:592
12380 msgid "-mmultiple is not supported on little endian systems"
12381 msgstr ""
12382
12383 #: config/rs6000/rs6000.c:599
12384 msgid "-mstring is not supported on little endian systems"
12385 msgstr ""
12386
12387 #: config/rs6000/rs6000.c:623
12388 #, c-format
12389 msgid "unknown -mdebug-%s switch"
12390 msgstr ""
12391
12392 #: config/rs6000/rs6000.c:635
12393 #, c-format
12394 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12395 msgstr ""
12396
12397 #: config/rs6000/rs6000.c:646
12398 #, c-format
12399 msgid "Unknown switch -mlong-double-%s"
12400 msgstr ""
12401
12402 #: config/rs6000/rs6000.c:738
12403 #, c-format
12404 msgid "unknown -misel= option specified: '%s'"
12405 msgstr ""
12406
12407 #: config/rs6000/rs6000.c:753
12408 #, c-format
12409 msgid "unknown -mvrsave= option specified: '%s'"
12410 msgstr ""
12411
12412 #: config/rs6000/rs6000.c:772
12413 #, c-format
12414 msgid "unknown ABI specified: '%s'"
12415 msgstr ""
12416
12417 #: config/rs6000/rs6000.c:4206
12418 msgid "argument 1 must be a 5-bit signed literal"
12419 msgstr ""
12420
12421 #: config/rs6000/rs6000.c:4313 config/rs6000/rs6000.c:4903
12422 msgid "argument 2 must be a 5-bit unsigned literal"
12423 msgstr ""
12424
12425 #: config/rs6000/rs6000.c:4356
12426 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12427 msgstr ""
12428
12429 #: config/rs6000/rs6000.c:4410
12430 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12431 msgstr ""
12432
12433 #: config/rs6000/rs6000.c:4489
12434 msgid "argument 3 must be a 4-bit unsigned literal"
12435 msgstr ""
12436
12437 #: config/rs6000/rs6000.c:4666
12438 #, c-format
12439 msgid "argument to `%s' must be a 2-bit unsigned literal"
12440 msgstr ""
12441
12442 #: config/rs6000/rs6000.c:4782
12443 msgid "argument to dss must be a 2-bit unsigned literal"
12444 msgstr ""
12445
12446 #: config/rs6000/rs6000.c:5013
12447 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12448 msgstr ""
12449
12450 #: config/rs6000/rs6000.c:5086
12451 msgid "argument 1 of __builtin_spe_predicate is out of range"
12452 msgstr ""
12453
12454 #: config/rs6000/rs6000.c:7511
12455 #, c-format
12456 msgid "invalid %%f value"
12457 msgstr ""
12458
12459 #: config/rs6000/rs6000.c:7520
12460 #, c-format
12461 msgid "invalid %%F value"
12462 msgstr ""
12463
12464 #: config/rs6000/rs6000.c:7529
12465 #, c-format
12466 msgid "invalid %%G value"
12467 msgstr ""
12468
12469 #: config/rs6000/rs6000.c:7564
12470 #, c-format
12471 msgid "invalid %%j code"
12472 msgstr ""
12473
12474 #: config/rs6000/rs6000.c:7574
12475 #, c-format
12476 msgid "invalid %%J code"
12477 msgstr ""
12478
12479 #: config/rs6000/rs6000.c:7604
12480 #, c-format
12481 msgid "invalid %%K value"
12482 msgstr ""
12483
12484 #: config/rs6000/rs6000.c:7671
12485 #, c-format
12486 msgid "invalid %%O value"
12487 msgstr ""
12488
12489 #: config/rs6000/rs6000.c:7793
12490 #, c-format
12491 msgid "invalid %%T value"
12492 msgstr ""
12493
12494 #: config/rs6000/rs6000.c:7803
12495 #, c-format
12496 msgid "invalid %%u value"
12497 msgstr ""
12498
12499 #: config/rs6000/rs6000.c:7812
12500 #, c-format
12501 msgid "invalid %%v value"
12502 msgstr ""
12503
12504 #: config/rs6000/rs6000.c:12242
12505 msgid "no profiling of 64-bit code for this ABI"
12506 msgstr ""
12507
12508 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12509 msgid "Always pass floating-point arguments in memory"
12510 msgstr ""
12511
12512 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12513 msgid "Don't always pass floating-point arguments in memory"
12514 msgstr ""
12515
12516 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12517 #: config/rs6000/aix52.h:32
12518 msgid "Support message passing with the Parallel Environment"
12519 msgstr ""
12520
12521 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12522 msgid "Compile for 64-bit pointers"
12523 msgstr ""
12524
12525 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12526 msgid "Compile for 32-bit pointers"
12527 msgstr ""
12528
12529 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12530 msgid "-maix64 and POWER architecture are incompatible"
12531 msgstr ""
12532
12533 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12534 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12535 msgstr ""
12536
12537 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12538 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12539 msgstr ""
12540
12541 #. Run-time compilation parameters selecting different hardware subsets.
12542 #.
12543 #. Macro to define tables used to set the flags.
12544 #. This is a list in braces of pairs in braces,
12545 #. each pair being { "NAME", VALUE }
12546 #. where VALUE is the bits to set or minus the bits to clear.
12547 #. An empty string NAME is used to identify the default VALUE.
12548 #: config/rs6000/rs6000.h:240
12549 msgid "Use POWER instruction set"
12550 msgstr ""
12551
12552 #: config/rs6000/rs6000.h:243
12553 msgid "Use POWER2 instruction set"
12554 msgstr ""
12555
12556 #: config/rs6000/rs6000.h:245
12557 msgid "Do not use POWER2 instruction set"
12558 msgstr ""
12559
12560 #: config/rs6000/rs6000.h:248
12561 msgid "Do not use POWER instruction set"
12562 msgstr ""
12563
12564 #: config/rs6000/rs6000.h:250
12565 msgid "Use PowerPC instruction set"
12566 msgstr ""
12567
12568 #: config/rs6000/rs6000.h:253
12569 msgid "Do not use PowerPC instruction set"
12570 msgstr ""
12571
12572 #: config/rs6000/rs6000.h:255
12573 msgid "Use PowerPC General Purpose group optional instructions"
12574 msgstr ""
12575
12576 #: config/rs6000/rs6000.h:257
12577 msgid "Don't use PowerPC General Purpose group optional instructions"
12578 msgstr ""
12579
12580 #: config/rs6000/rs6000.h:259
12581 msgid "Use PowerPC Graphics group optional instructions"
12582 msgstr ""
12583
12584 #: config/rs6000/rs6000.h:261
12585 msgid "Don't use PowerPC Graphics group optional instructions"
12586 msgstr ""
12587
12588 #: config/rs6000/rs6000.h:263
12589 msgid "Use PowerPC-64 instruction set"
12590 msgstr ""
12591
12592 #: config/rs6000/rs6000.h:265
12593 msgid "Don't use PowerPC-64 instruction set"
12594 msgstr ""
12595
12596 #: config/rs6000/rs6000.h:267
12597 msgid "Use AltiVec instructions"
12598 msgstr ""
12599
12600 #: config/rs6000/rs6000.h:269
12601 msgid "Don't use AltiVec instructions"
12602 msgstr ""
12603
12604 #: config/rs6000/rs6000.h:271
12605 msgid "Use new mnemonics for PowerPC architecture"
12606 msgstr ""
12607
12608 #: config/rs6000/rs6000.h:273
12609 msgid "Use old mnemonics for PowerPC architecture"
12610 msgstr ""
12611
12612 #: config/rs6000/rs6000.h:276
12613 msgid "Put everything in the regular TOC"
12614 msgstr ""
12615
12616 #: config/rs6000/rs6000.h:278
12617 msgid "Place floating point constants in TOC"
12618 msgstr ""
12619
12620 #: config/rs6000/rs6000.h:280
12621 msgid "Don't place floating point constants in TOC"
12622 msgstr ""
12623
12624 #: config/rs6000/rs6000.h:282
12625 msgid "Place symbol+offset constants in TOC"
12626 msgstr ""
12627
12628 #: config/rs6000/rs6000.h:284
12629 msgid "Don't place symbol+offset constants in TOC"
12630 msgstr ""
12631
12632 #: config/rs6000/rs6000.h:290
12633 msgid "Place variable addresses in the regular TOC"
12634 msgstr ""
12635
12636 #: config/rs6000/rs6000.h:296
12637 msgid "Generate load/store multiple instructions"
12638 msgstr ""
12639
12640 #: config/rs6000/rs6000.h:298
12641 msgid "Do not generate load/store multiple instructions"
12642 msgstr ""
12643
12644 #: config/rs6000/rs6000.h:302
12645 msgid "Generate string instructions for block moves"
12646 msgstr ""
12647
12648 #: config/rs6000/rs6000.h:304
12649 msgid "Do not generate string instructions for block moves"
12650 msgstr ""
12651
12652 #: config/rs6000/rs6000.h:308
12653 msgid "Generate load/store with update instructions"
12654 msgstr ""
12655
12656 #: config/rs6000/rs6000.h:310
12657 msgid "Do not generate load/store with update instructions"
12658 msgstr ""
12659
12660 #: config/rs6000/rs6000.h:318
12661 msgid "Don't schedule the start and end of the procedure"
12662 msgstr ""
12663
12664 #: config/rs6000/rs6000.h:324
12665 msgid "Return all structures in memory (AIX default)"
12666 msgstr ""
12667
12668 #: config/rs6000/rs6000.h:326
12669 msgid "Return small structures in registers (SVR4 default)"
12670 msgstr ""
12671
12672 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12673 msgid "Use features of and schedule code for given CPU"
12674 msgstr ""
12675
12676 #: config/rs6000/rs6000.h:394
12677 msgid "Enable debug output"
12678 msgstr ""
12679
12680 #: config/rs6000/rs6000.h:396
12681 msgid "Select full, part, or no traceback table"
12682 msgstr ""
12683
12684 #: config/rs6000/rs6000.h:397
12685 msgid "Specify ABI to use"
12686 msgstr ""
12687
12688 #: config/rs6000/rs6000.h:399
12689 msgid "Specify size of long double (64 or 128 bits)"
12690 msgstr ""
12691
12692 #: config/rs6000/rs6000.h:401
12693 msgid "Specify yes/no if isel instructions should be generated"
12694 msgstr ""
12695
12696 #: config/rs6000/rs6000.h:403
12697 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12698 msgstr ""
12699
12700 #: config/rs6000/rs6000.h:405
12701 msgid "Avoid all range limits on call instructions"
12702 msgstr ""
12703
12704 #. Definitions for __builtin_return_address and __builtin_frame_address.
12705 #. __builtin_return_address (0) should give link register (65), enable
12706 #. this.
12707 #. This should be uncommented, so that the link register is used, but
12708 #. currently this would result in unmatched insns and spilling fixed
12709 #. registers so we'll leave it for another day.  When these problems are
12710 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12711 #. (mrs)
12712 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12713 #. Number of bytes into the frame return addresses can be found.  See
12714 #. rs6000_stack_info in rs6000.c for more information on how the different
12715 #. abi's store the return address.
12716 #: config/rs6000/rs6000.h:1884
12717 msgid "RETURN_ADDRESS_OFFSET not supported"
12718 msgstr ""
12719
12720 #: config/rs6000/sysv4.h:87
12721 msgid "Select ABI calling convention"
12722 msgstr ""
12723
12724 #: config/rs6000/sysv4.h:88
12725 msgid "Select method for sdata handling"
12726 msgstr ""
12727
12728 #: config/rs6000/sysv4.h:103
12729 msgid "Align to the base type of the bit-field"
12730 msgstr ""
12731
12732 #: config/rs6000/sysv4.h:105
12733 msgid "Don't align to the base type of the bit-field"
12734 msgstr ""
12735
12736 #: config/rs6000/sysv4.h:107
12737 msgid "Don't assume that unaligned accesses are handled by the system"
12738 msgstr ""
12739
12740 #: config/rs6000/sysv4.h:109
12741 msgid "Assume that unaligned accesses are handled by the system"
12742 msgstr ""
12743
12744 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12745 msgid "Produce code relocatable at runtime"
12746 msgstr ""
12747
12748 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12749 msgid "Don't produce code relocatable at runtime"
12750 msgstr ""
12751
12752 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12753 msgid "Produce little endian code"
12754 msgstr ""
12755
12756 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12757 msgid "Produce big endian code"
12758 msgstr ""
12759
12760 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12761 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12762 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12763 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12764 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12765 #: config/rs6000/sysv4.h:157
12766 msgid "no description yet"
12767 msgstr ""
12768
12769 #: config/rs6000/sysv4.h:132
12770 msgid "Use EABI"
12771 msgstr ""
12772
12773 #: config/rs6000/sysv4.h:133
12774 msgid "Don't use EABI"
12775 msgstr ""
12776
12777 #: config/rs6000/sysv4.h:136
12778 msgid "Do not allow bit-fields to cross word boundaries"
12779 msgstr ""
12780
12781 #: config/rs6000/sysv4.h:138
12782 msgid "Use alternate register names"
12783 msgstr ""
12784
12785 #: config/rs6000/sysv4.h:140
12786 msgid "Don't use alternate register names"
12787 msgstr ""
12788
12789 #: config/rs6000/sysv4.h:144
12790 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12791 msgstr ""
12792
12793 #: config/rs6000/sysv4.h:146
12794 msgid "Link with libads.a, libc.a and crt0.o"
12795 msgstr ""
12796
12797 #: config/rs6000/sysv4.h:148
12798 msgid "Link with libyk.a, libc.a and crt0.o"
12799 msgstr ""
12800
12801 #: config/rs6000/sysv4.h:150
12802 msgid "Link with libmvme.a, libc.a and crt0.o"
12803 msgstr ""
12804
12805 #: config/rs6000/sysv4.h:152
12806 msgid "Set the PPC_EMB bit in the ELF flags header"
12807 msgstr ""
12808
12809 #: config/rs6000/sysv4.h:154
12810 msgid "Use the WindISS simulator"
12811 msgstr ""
12812
12813 #. Sometimes certain combinations of command options do not make sense
12814 #. on a particular target machine.  You can define a macro
12815 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12816 #. defined, is executed once just after all the command options have
12817 #. been parsed.
12818 #.
12819 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12820 #. get control.
12821 #: config/rs6000/sysv4.h:214
12822 #, c-format
12823 msgid "bad value for -mcall-%s"
12824 msgstr ""
12825
12826 #: config/rs6000/sysv4.h:230
12827 #, c-format
12828 msgid "bad value for -msdata=%s"
12829 msgstr ""
12830
12831 #: config/rs6000/sysv4.h:247
12832 #, c-format
12833 msgid "-mrelocatable and -msdata=%s are incompatible"
12834 msgstr ""
12835
12836 #: config/rs6000/sysv4.h:255
12837 #, c-format
12838 msgid "-f%s and -msdata=%s are incompatible"
12839 msgstr ""
12840
12841 #: config/rs6000/sysv4.h:264
12842 #, c-format
12843 msgid "-msdata=%s and -mcall-%s are incompatible"
12844 msgstr ""
12845
12846 #: config/rs6000/sysv4.h:273
12847 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12848 msgstr ""
12849
12850 #: config/rs6000/sysv4.h:279
12851 #, c-format
12852 msgid "-mrelocatable and -mcall-%s are incompatible"
12853 msgstr ""
12854
12855 #: config/rs6000/sysv4.h:286
12856 #, c-format
12857 msgid "-fPIC and -mcall-%s are incompatible"
12858 msgstr ""
12859
12860 #: config/rs6000/sysv4.h:293
12861 msgid "-mcall-aixdesc must be big endian"
12862 msgstr ""
12863
12864 #: config/s390/s390.c:3063
12865 msgid "invalid UNSPEC as operand (1)"
12866 msgstr ""
12867
12868 #: config/s390/s390.c:3123
12869 msgid "invalid UNSPEC as operand (2)"
12870 msgstr ""
12871
12872 #: config/s390/s390.c:3129
12873 msgid "UNKNOWN in s390_output_symbolic_const !?"
12874 msgstr ""
12875
12876 #: config/s390/s390.c:3147
12877 msgid "Cannot decompose address."
12878 msgstr ""
12879
12880 #: config/s390/s390.c:3308
12881 msgid "UNKNOWN in print_operand !?"
12882 msgstr ""
12883
12884 #: config/s390/s390.c:4961
12885 msgid "Total size of local variables exceeds architecture limit."
12886 msgstr ""
12887
12888 #: config/s390/s390.h:70
12889 msgid "Set backchain"
12890 msgstr ""
12891
12892 #: config/s390/s390.h:71
12893 msgid "Don't set backchain (faster, but debug harder"
12894 msgstr ""
12895
12896 #: config/s390/s390.h:72
12897 msgid "Use bras for executable < 64k"
12898 msgstr ""
12899
12900 #: config/s390/s390.h:73
12901 msgid "Don't use bras"
12902 msgstr ""
12903
12904 #: config/s390/s390.h:74
12905 msgid "Additional debug prints"
12906 msgstr ""
12907
12908 #: config/s390/s390.h:75
12909 msgid "Don't print additional debug prints"
12910 msgstr ""
12911
12912 #: config/s390/s390.h:76
12913 msgid "64 bit mode"
12914 msgstr ""
12915
12916 #: config/s390/s390.h:77
12917 msgid "31 bit mode"
12918 msgstr ""
12919
12920 #: config/s390/s390.h:78
12921 msgid "mvcle use"
12922 msgstr ""
12923
12924 #: config/s390/s390.h:79
12925 msgid "mvc&ex"
12926 msgstr ""
12927
12928 #: config/sh/sh.c:5137
12929 msgid "__builtin_saveregs not supported by this subtarget"
12930 msgstr ""
12931
12932 #: config/sh/sh.c:5687
12933 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12934 msgstr ""
12935
12936 #. The sp_switch attribute only has meaning for interrupt functions.
12937 #: config/sh/sh.c:5713 config/sh/sh.c:5752
12938 #, c-format
12939 msgid "`%s' attribute only applies to interrupt functions"
12940 msgstr ""
12941
12942 #. The argument must be a constant string.
12943 #: config/sh/sh.c:5720
12944 #, c-format
12945 msgid "`%s' attribute argument not a string constant"
12946 msgstr ""
12947
12948 #. The argument must be a constant integer.
12949 #: config/sh/sh.c:5759
12950 #, c-format
12951 msgid "`%s' attribute argument not an integer constant"
12952 msgstr ""
12953
12954 #. There are no delay slots on SHmedia.
12955 #. Relaxation isn't yet supported for SHmedia
12956 #: config/sh/sh.h:437
12957 msgid "Profiling is not supported on this target."
12958 msgstr ""
12959
12960 #: config/sparc/sparc.c:329
12961 #, c-format
12962 msgid "%s is not supported by this configuration"
12963 msgstr ""
12964
12965 #: config/sparc/sparc.c:336
12966 msgid "-mlong-double-64 not allowed with -m64"
12967 msgstr ""
12968
12969 #: config/sparc/sparc.c:361
12970 msgid "-mcmodel= is not supported on 32 bit systems"
12971 msgstr ""
12972
12973 #: config/sparc/sparc.c:6341 config/sparc/sparc.c:6347
12974 #, c-format
12975 msgid "invalid %%Y operand"
12976 msgstr ""
12977
12978 #: config/sparc/sparc.c:6417
12979 #, c-format
12980 msgid "invalid %%A operand"
12981 msgstr ""
12982
12983 #: config/sparc/sparc.c:6427
12984 #, c-format
12985 msgid "invalid %%B operand"
12986 msgstr ""
12987
12988 #: config/sparc/sparc.c:6466
12989 #, c-format
12990 msgid "invalid %%c operand"
12991 msgstr ""
12992
12993 #: config/sparc/sparc.c:6467
12994 #, c-format
12995 msgid "invalid %%C operand"
12996 msgstr ""
12997
12998 #: config/sparc/sparc.c:6488
12999 #, c-format
13000 msgid "invalid %%d operand"
13001 msgstr ""
13002
13003 #: config/sparc/sparc.c:6489
13004 #, c-format
13005 msgid "invalid %%D operand"
13006 msgstr ""
13007
13008 #: config/sparc/sparc.c:6505
13009 #, c-format
13010 msgid "invalid %%f operand"
13011 msgstr ""
13012
13013 #: config/sparc/sparc.c:6519
13014 #, c-format
13015 msgid "invalid %%s operand"
13016 msgstr ""
13017
13018 #: config/sparc/sparc.c:6573
13019 msgid "long long constant not a valid immediate operand"
13020 msgstr ""
13021
13022 #: config/sparc/sparc.c:6576
13023 msgid "floating point constant not a valid immediate operand"
13024 msgstr ""
13025
13026 #: config/sparc/freebsd.h:81 config/sparc/linux.h:87 config/sparc/linux64.h:89
13027 #: config/sparc/netbsd-elf.h:239
13028 msgid "Use 128 bit long doubles"
13029 msgstr ""
13030
13031 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13032 msgid "Generate code for big endian"
13033 msgstr ""
13034
13035 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13036 msgid "Generate code for little endian"
13037 msgstr ""
13038
13039 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13040 msgid "Use little-endian byte order for data"
13041 msgstr ""
13042
13043 #: config/sparc/sparc.h:532
13044 msgid "Assume possible double misalignment"
13045 msgstr ""
13046
13047 #: config/sparc/sparc.h:534
13048 msgid "Assume all doubles are aligned"
13049 msgstr ""
13050
13051 #: config/sparc/sparc.h:536
13052 msgid "Pass -assert pure-text to linker"
13053 msgstr ""
13054
13055 #: config/sparc/sparc.h:538
13056 msgid "Do not pass -assert pure-text to linker"
13057 msgstr ""
13058
13059 #: config/sparc/sparc.h:540
13060 msgid "Use flat register window model"
13061 msgstr ""
13062
13063 #: config/sparc/sparc.h:542
13064 msgid "Do not use flat register window model"
13065 msgstr ""
13066
13067 #: config/sparc/sparc.h:544
13068 msgid "Use ABI reserved registers"
13069 msgstr ""
13070
13071 #: config/sparc/sparc.h:546
13072 msgid "Do not use ABI reserved registers"
13073 msgstr ""
13074
13075 #: config/sparc/sparc.h:548
13076 msgid "Use hardware quad fp instructions"
13077 msgstr ""
13078
13079 #: config/sparc/sparc.h:550
13080 msgid "Do not use hardware quad fp instructions"
13081 msgstr ""
13082
13083 #: config/sparc/sparc.h:552
13084 msgid "Compile for v8plus ABI"
13085 msgstr ""
13086
13087 #: config/sparc/sparc.h:554
13088 msgid "Do not compile for v8plus ABI"
13089 msgstr ""
13090
13091 #: config/sparc/sparc.h:556
13092 msgid "Utilize Visual Instruction Set"
13093 msgstr ""
13094
13095 #: config/sparc/sparc.h:558
13096 msgid "Do not utilize Visual Instruction Set"
13097 msgstr ""
13098
13099 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
13100 #: config/sparc/sparc.h:561
13101 msgid "Optimize for Cypress processors"
13102 msgstr ""
13103
13104 #: config/sparc/sparc.h:563
13105 msgid "Optimize for SPARCLite processors"
13106 msgstr ""
13107
13108 #: config/sparc/sparc.h:565
13109 msgid "Optimize for F930 processors"
13110 msgstr ""
13111
13112 #: config/sparc/sparc.h:567
13113 msgid "Optimize for F934 processors"
13114 msgstr ""
13115
13116 #: config/sparc/sparc.h:569
13117 msgid "Use V8 SPARC ISA"
13118 msgstr ""
13119
13120 #: config/sparc/sparc.h:571
13121 msgid "Optimize for SuperSPARC processors"
13122 msgstr ""
13123
13124 #. End of deprecated options.
13125 #: config/sparc/sparc.h:574
13126 msgid "Pointers are 64-bit"
13127 msgstr ""
13128
13129 #: config/sparc/sparc.h:576
13130 msgid "Pointers are 32-bit"
13131 msgstr ""
13132
13133 #: config/sparc/sparc.h:578
13134 msgid "Use 32-bit ABI"
13135 msgstr ""
13136
13137 #: config/sparc/sparc.h:580
13138 msgid "Use 64-bit ABI"
13139 msgstr ""
13140
13141 #: config/sparc/sparc.h:582
13142 msgid "Use stack bias"
13143 msgstr ""
13144
13145 #: config/sparc/sparc.h:584
13146 msgid "Do not use stack bias"
13147 msgstr ""
13148
13149 #: config/sparc/sparc.h:586
13150 msgid "Use structs on stronger alignment for double-word copies"
13151 msgstr ""
13152
13153 #: config/sparc/sparc.h:588
13154 msgid "Do not use structs on stronger alignment for double-word copies"
13155 msgstr ""
13156
13157 #: config/sparc/sparc.h:590
13158 msgid "Optimize tail call instructions in assembler and linker"
13159 msgstr ""
13160
13161 #: config/sparc/sparc.h:592
13162 msgid "Do not optimize tail call instructions in assembler or linker"
13163 msgstr ""
13164
13165 #: config/sparc/sparc.h:637
13166 msgid "Use given SPARC code model"
13167 msgstr ""
13168
13169 #: config/stormy16/stormy16.c:1192
13170 msgid "cannot use va_start in interrupt function"
13171 msgstr ""
13172
13173 #: config/stormy16/stormy16.c:1552
13174 msgid "`B' operand is not constant"
13175 msgstr ""
13176
13177 #: config/stormy16/stormy16.c:1558
13178 msgid "`B' operand has multiple bits set"
13179 msgstr ""
13180
13181 #: config/stormy16/stormy16.c:1585
13182 msgid "`o' operand is not constant"
13183 msgstr ""
13184
13185 #: config/stormy16/stormy16.c:1600
13186 msgid "xstormy16_print_operand: unknown code"
13187 msgstr ""
13188
13189 #: config/stormy16/stormy16.c:1650
13190 #, c-format
13191 msgid "switch statement of size %lu entries too large"
13192 msgstr ""
13193
13194 #: config/v850/v850-c.c:67
13195 msgid "#pragma GHS endXXXX found without previous startXXX"
13196 msgstr ""
13197
13198 #: config/v850/v850-c.c:69
13199 msgid "#pragma GHS endXXX does not match previous startXXX"
13200 msgstr ""
13201
13202 #: config/v850/v850-c.c:94
13203 msgid "cannot set interrupt attribute: no current function"
13204 msgstr ""
13205
13206 #: config/v850/v850-c.c:102
13207 msgid "cannot set interrupt attribute: no such identifier"
13208 msgstr ""
13209
13210 #: config/v850/v850-c.c:148
13211 msgid "junk at end of #pragma ghs section"
13212 msgstr ""
13213
13214 #: config/v850/v850-c.c:165
13215 #, c-format
13216 msgid "unrecognized section name \"%s\""
13217 msgstr ""
13218
13219 #: config/v850/v850-c.c:180
13220 msgid "malformed #pragma ghs section"
13221 msgstr ""
13222
13223 #: config/v850/v850-c.c:200
13224 msgid "junk at end of #pragma ghs interrupt"
13225 msgstr ""
13226
13227 #: config/v850/v850-c.c:212
13228 msgid "junk at end of #pragma ghs starttda"
13229 msgstr ""
13230
13231 #: config/v850/v850-c.c:224
13232 msgid "junk at end of #pragma ghs startsda"
13233 msgstr ""
13234
13235 #: config/v850/v850-c.c:236
13236 msgid "junk at end of #pragma ghs startzda"
13237 msgstr ""
13238
13239 #: config/v850/v850-c.c:248
13240 msgid "junk at end of #pragma ghs endtda"
13241 msgstr ""
13242
13243 #: config/v850/v850-c.c:260
13244 msgid "junk at end of #pragma ghs endsda"
13245 msgstr ""
13246
13247 #: config/v850/v850-c.c:272
13248 msgid "junk at end of #pragma ghs endzda"
13249 msgstr ""
13250
13251 #: config/v850/v850.c:129
13252 #, c-format
13253 msgid "%s=%s is not numeric"
13254 msgstr ""
13255
13256 #: config/v850/v850.c:136
13257 #, c-format
13258 msgid "%s=%s is too large"
13259 msgstr ""
13260
13261 #: config/v850/v850.c:302
13262 msgid "const_double_split got a bad insn:"
13263 msgstr ""
13264
13265 #: config/v850/v850.c:837
13266 msgid "output_move_single:"
13267 msgstr ""
13268
13269 #: config/v850/v850.c:2217
13270 msgid "a data area attribute cannot be specified for local variables"
13271 msgstr ""
13272
13273 #: config/v850/v850.c:2228
13274 #, c-format
13275 msgid "data area of '%s' conflicts with previous declaration"
13276 msgstr ""
13277
13278 #: config/v850/v850.c:2447
13279 #, c-format
13280 msgid "bogus JR construction: %d\n"
13281 msgstr ""
13282
13283 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13284 #, c-format
13285 msgid "bad amount of stack space removal: %d"
13286 msgstr ""
13287
13288 #: config/v850/v850.c:2646
13289 #, c-format
13290 msgid "bogus JARL construction: %d\n"
13291 msgstr ""
13292
13293 #: config/v850/v850.c:3026
13294 #, c-format
13295 msgid "Bogus DISPOSE construction: %d\n"
13296 msgstr ""
13297
13298 #: config/v850/v850.c:3048
13299 #, c-format
13300 msgid "Too much stack space to dispose of: %d"
13301 msgstr ""
13302
13303 #: config/v850/v850.c:3224
13304 #, c-format
13305 msgid "Bogus PREPEARE construction: %d\n"
13306 msgstr ""
13307
13308 #: config/v850/v850.c:3246
13309 #, c-format
13310 msgid "Too much stack space to prepare: %d"
13311 msgstr ""
13312
13313 #. Macro to define tables used to set the flags.
13314 #. This is a list in braces of pairs in braces,
13315 #. each pair being { "NAME", VALUE }
13316 #. where VALUE is the bits to set or minus the bits to clear.
13317 #. An empty string NAME is used to identify the default VALUE.
13318 #: config/v850/v850.h:158
13319 msgid "Support Green Hills ABI"
13320 msgstr ""
13321
13322 #: config/v850/v850.h:161
13323 msgid "Prohibit PC relative function calls"
13324 msgstr ""
13325
13326 #: config/v850/v850.h:164
13327 msgid "Reuse r30 on a per function basis"
13328 msgstr ""
13329
13330 #: config/v850/v850.h:167
13331 msgid "Use stubs for function prologues"
13332 msgstr ""
13333
13334 #: config/v850/v850.h:170
13335 msgid "Same as: -mep -mprolog-function"
13336 msgstr ""
13337
13338 #: config/v850/v850.h:171
13339 msgid "Enable backend debugging"
13340 msgstr ""
13341
13342 #: config/v850/v850.h:173
13343 msgid "Compile for the v850 processor"
13344 msgstr ""
13345
13346 #: config/v850/v850.h:175
13347 msgid "Compile for v850e processor"
13348 msgstr ""
13349
13350 #. Make sure that the other bits are cleared.
13351 #: config/v850/v850.h:177
13352 msgid "Enable the use of the short load instructions"
13353 msgstr ""
13354
13355 #: config/v850/v850.h:180
13356 msgid "Do not use the callt instruction"
13357 msgstr ""
13358
13359 #: config/v850/v850.h:187
13360 msgid "Do not use registers r2 and r5"
13361 msgstr ""
13362
13363 #: config/v850/v850.h:189
13364 msgid "Enforce strict alignment"
13365 msgstr ""
13366
13367 #: config/v850/v850.h:192
13368 msgid "Use 4 byte entries in switch tables"
13369 msgstr ""
13370
13371 #: config/v850/v850.h:218
13372 msgid "Set the max size of data eligible for the TDA area"
13373 msgstr ""
13374
13375 #: config/v850/v850.h:221
13376 msgid "Set the max size of data eligible for the SDA area"
13377 msgstr ""
13378
13379 #: config/v850/v850.h:224
13380 msgid "Set the max size of data eligible for the ZDA area"
13381 msgstr ""
13382
13383 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13384 #: config/xtensa/xtensa.c:1105
13385 msgid "bad test"
13386 msgstr ""
13387
13388 #: config/xtensa/xtensa.c:1824
13389 msgid "boolean registers required for the floating-point option"
13390 msgstr ""
13391
13392 #: config/xtensa/xtensa.c:1991
13393 msgid "invalid mask"
13394 msgstr ""
13395
13396 #: config/xtensa/xtensa.c:2038
13397 msgid "invalid address"
13398 msgstr ""
13399
13400 #: config/xtensa/xtensa.c:2063
13401 msgid "no register in address"
13402 msgstr ""
13403
13404 #: config/xtensa/xtensa.c:2071
13405 msgid "address offset not a constant"
13406 msgstr ""
13407
13408 #: config/xtensa/xtensa.c:2794
13409 msgid "only uninitialized variables can be placed in a .bss section"
13410 msgstr ""
13411
13412 #: config/xtensa/xtensa.h:114
13413 msgid "Use the Xtensa code density option"
13414 msgstr ""
13415
13416 #: config/xtensa/xtensa.h:116
13417 msgid "Do not use the Xtensa code density option"
13418 msgstr ""
13419
13420 #: config/xtensa/xtensa.h:118
13421 msgid "Use the Xtensa MAC16 option"
13422 msgstr ""
13423
13424 #: config/xtensa/xtensa.h:120
13425 msgid "Do not use the Xtensa MAC16 option"
13426 msgstr ""
13427
13428 #: config/xtensa/xtensa.h:122
13429 msgid "Use the Xtensa MUL16 option"
13430 msgstr ""
13431
13432 #: config/xtensa/xtensa.h:124
13433 msgid "Do not use the Xtensa MUL16 option"
13434 msgstr ""
13435
13436 #: config/xtensa/xtensa.h:126
13437 msgid "Use the Xtensa MUL32 option"
13438 msgstr ""
13439
13440 #: config/xtensa/xtensa.h:128
13441 msgid "Do not use the Xtensa MUL32 option"
13442 msgstr ""
13443
13444 #. undocumented
13445 #. undocumented
13446 #: config/xtensa/xtensa.h:134
13447 msgid "Use the Xtensa NSA option"
13448 msgstr ""
13449
13450 #: config/xtensa/xtensa.h:136
13451 msgid "Do not use the Xtensa NSA option"
13452 msgstr ""
13453
13454 #: config/xtensa/xtensa.h:138
13455 msgid "Use the Xtensa MIN/MAX option"
13456 msgstr ""
13457
13458 #: config/xtensa/xtensa.h:140
13459 msgid "Do not use the Xtensa MIN/MAX option"
13460 msgstr ""
13461
13462 #: config/xtensa/xtensa.h:142
13463 msgid "Use the Xtensa SEXT option"
13464 msgstr ""
13465
13466 #: config/xtensa/xtensa.h:144
13467 msgid "Do not use the Xtensa SEXT option"
13468 msgstr ""
13469
13470 #: config/xtensa/xtensa.h:146
13471 msgid "Use the Xtensa boolean register option"
13472 msgstr ""
13473
13474 #: config/xtensa/xtensa.h:148
13475 msgid "Do not use the Xtensa boolean register option"
13476 msgstr ""
13477
13478 #: config/xtensa/xtensa.h:150
13479 msgid "Use the Xtensa floating-point unit"
13480 msgstr ""
13481
13482 #: config/xtensa/xtensa.h:152
13483 msgid "Do not use the Xtensa floating-point unit"
13484 msgstr ""
13485
13486 #. undocumented
13487 #. undocumented
13488 #. undocumented
13489 #. undocumented
13490 #. undocumented
13491 #. undocumented
13492 #. undocumented
13493 #. undocumented
13494 #: config/xtensa/xtensa.h:170
13495 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13496 msgstr ""
13497
13498 #: config/xtensa/xtensa.h:172
13499 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13500 msgstr ""
13501
13502 #: config/xtensa/xtensa.h:174
13503 msgid "Serialize volatile memory references with MEMW instructions"
13504 msgstr ""
13505
13506 #: config/xtensa/xtensa.h:176
13507 msgid "Do not serialize volatile memory references with MEMW instructions"
13508 msgstr ""
13509
13510 #: config/xtensa/xtensa.h:178
13511 msgid "Intersperse literal pools with code in the text section"
13512 msgstr ""
13513
13514 #: config/xtensa/xtensa.h:180
13515 msgid "Put literal pools in a separate literal section"
13516 msgstr ""
13517
13518 #: config/xtensa/xtensa.h:182
13519 msgid "Automatically align branch targets to reduce branch penalties"
13520 msgstr ""
13521
13522 #: config/xtensa/xtensa.h:184
13523 msgid "Do not automatically align branch targets"
13524 msgstr ""
13525
13526 #: config/xtensa/xtensa.h:186
13527 msgid "Use indirect CALLXn instructions for large programs"
13528 msgstr ""
13529
13530 #: config/xtensa/xtensa.h:188
13531 msgid "Use direct CALLn instructions for fast calls"
13532 msgstr ""
13533
13534 #: ada/misc.c:233
13535 msgid "`-gnat' misspelled as `-gant'"
13536 msgstr ""
13537
13538 #: cp/call.c:261 cp/init.c:1594
13539 msgid "qualified type `%T' does not match destructor name `~%T'"
13540 msgstr ""
13541
13542 #: cp/call.c:270
13543 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13544 msgstr ""
13545
13546 #: cp/call.c:279
13547 msgid "`%D' is a namespace"
13548 msgstr ""
13549
13550 #: cp/call.c:287
13551 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13552 msgstr ""
13553
13554 #: cp/call.c:369
13555 msgid "unable to call pointer to member function here"
13556 msgstr ""
13557
13558 #: cp/call.c:518
13559 msgid "destructors take no parameters"
13560 msgstr ""
13561
13562 #: cp/call.c:522
13563 msgid "destructor name `~%T' does not match type `%T' of expression"
13564 msgstr ""
13565
13566 #: cp/call.c:543 cp/call.c:5000
13567 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13568 msgstr ""
13569
13570 #: cp/call.c:567
13571 msgid "request for member `%D' is ambiguous"
13572 msgstr ""
13573
13574 #: cp/call.c:2537
13575 msgid "%s %D(%T, %T, %T) <built-in>"
13576 msgstr ""
13577
13578 #: cp/call.c:2542
13579 msgid "%s %D(%T, %T) <built-in>"
13580 msgstr ""
13581
13582 #: cp/call.c:2546
13583 msgid "%s %D(%T) <built-in>"
13584 msgstr ""
13585
13586 #: cp/call.c:2550
13587 msgid "%s %T <conversion>"
13588 msgstr ""
13589
13590 #: cp/call.c:2552
13591 msgid "%s %+#D%s"
13592 msgstr ""
13593
13594 #: cp/call.c:2726
13595 msgid "conversion from `%T' to `%T' is ambiguous"
13596 msgstr ""
13597
13598 #: cp/call.c:2803
13599 #, fuzzy
13600 msgid "`%T' is not a class type"
13601 msgstr "»%s« ist kein gültiger Klassenname"
13602
13603 #: cp/call.c:2811
13604 msgid "incomplete type '%T' cannot be used to name a scope"
13605 msgstr ""
13606
13607 #: cp/call.c:2831 cp/typeck.c:2188 cp/typeck.c:2217
13608 msgid "'%D' has no member named '%E'"
13609 msgstr ""
13610
13611 #: cp/call.c:2933
13612 msgid "no matching function for call to `%D(%A)'"
13613 msgstr ""
13614
13615 #: cp/call.c:2944 cp/call.c:5087
13616 msgid "call of overloaded `%D(%A)' is ambiguous"
13617 msgstr ""
13618
13619 #. It's no good looking for an overloaded operator() on a
13620 #. pointer-to-member-function.
13621 #: cp/call.c:2971
13622 #, c-format
13623 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13624 msgstr ""
13625
13626 #: cp/call.c:3036
13627 msgid "no match for call to `(%T) (%A)'"
13628 msgstr ""
13629
13630 #: cp/call.c:3046
13631 msgid "call of `(%T) (%A)' is ambiguous"
13632 msgstr ""
13633
13634 #: cp/call.c:3081
13635 #, c-format
13636 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13637 msgstr ""
13638
13639 #: cp/call.c:3087
13640 #, c-format
13641 msgid "%s for 'operator%s' in '%E%s'"
13642 msgstr ""
13643
13644 #: cp/call.c:3091
13645 #, c-format
13646 msgid "%s for 'operator[]' in '%E[%E]'"
13647 msgstr ""
13648
13649 #: cp/call.c:3096
13650 #, c-format
13651 msgid "%s for 'operator%s' in '%E %s %E'"
13652 msgstr ""
13653
13654 #: cp/call.c:3099
13655 #, c-format
13656 msgid "%s for 'operator%s' in '%s%E'"
13657 msgstr ""
13658
13659 #: cp/call.c:3191
13660 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13661 msgstr ""
13662
13663 #: cp/call.c:3250
13664 #, c-format
13665 msgid "`%E' has type `void' and is not a throw-expression"
13666 msgstr ""
13667
13668 #: cp/call.c:3283 cp/call.c:3475
13669 msgid "operands to ?: have different types"
13670 msgstr ""
13671
13672 #: cp/call.c:3428
13673 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13674 msgstr ""
13675
13676 #: cp/call.c:3435
13677 msgid "enumeral and non-enumeral type in conditional expression"
13678 msgstr ""
13679
13680 #: cp/call.c:3516
13681 msgid "`%D' must be declared before use"
13682 msgstr ""
13683
13684 #: cp/call.c:3706
13685 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13686 msgstr ""
13687
13688 #: cp/call.c:3753
13689 msgid "using synthesized `%#D' for copy assignment"
13690 msgstr ""
13691
13692 #: cp/call.c:3755
13693 msgid "  where cfront would use `%#D'"
13694 msgstr ""
13695
13696 #: cp/call.c:3782
13697 msgid "comparison between `%#T' and `%#T'"
13698 msgstr ""
13699
13700 #: cp/call.c:4021
13701 msgid "no suitable `operator delete' for `%T'"
13702 msgstr ""
13703
13704 #: cp/call.c:4040
13705 msgid "`%+#D' is private"
13706 msgstr ""
13707
13708 #: cp/call.c:4042
13709 msgid "`%+#D' is protected"
13710 msgstr ""
13711
13712 #: cp/call.c:4044
13713 msgid "`%+#D' is inaccessible"
13714 msgstr ""
13715
13716 #: cp/call.c:4045
13717 msgid "within this context"
13718 msgstr ""
13719
13720 #: cp/call.c:4088
13721 msgid "invalid conversion from `%T' to `%T'"
13722 msgstr ""
13723
13724 #: cp/call.c:4090 cp/call.c:4229 cp/call.c:4231
13725 msgid "  initializing argument %P of `%D'"
13726 msgstr ""
13727
13728 #: cp/call.c:4152 cp/call.c:4156
13729 msgid "  initializing argument %P of `%D' from result of `%D'"
13730 msgstr ""
13731
13732 #: cp/call.c:4162 cp/call.c:4165
13733 msgid "  initializing temporary from result of `%D'"
13734 msgstr ""
13735
13736 #. Undefined behavior [expr.call] 5.2.2/7.  We used to just warn
13737 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13738 #. try to do that.
13739 #: cp/call.c:4316
13740 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13741 msgstr ""
13742
13743 #. Undefined behavior [expr.call] 5.2.2/7.
13744 #: cp/call.c:4343
13745 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13746 msgstr ""
13747
13748 #: cp/call.c:4523
13749 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13750 msgstr ""
13751
13752 #: cp/call.c:4542
13753 msgid "`%T' is not an accessible base of `%T'"
13754 msgstr ""
13755
13756 #: cp/call.c:4786
13757 msgid "could not find class$ field in java interface type `%T'"
13758 msgstr ""
13759
13760 #: cp/call.c:4974
13761 msgid "call to non-function `%D'"
13762 msgstr ""
13763
13764 #: cp/call.c:5076
13765 msgid "no matching function for call to `%T::%D(%A)%#V'"
13766 msgstr ""
13767
13768 #: cp/call.c:5106
13769 msgid "cannot call member function `%D' without object"
13770 msgstr ""
13771
13772 #: cp/call.c:5704
13773 msgid "passing `%T' chooses `%T' over `%T'"
13774 msgstr ""
13775
13776 #: cp/call.c:5706 cp/decl2.c:4154
13777 msgid "  in call to `%D'"
13778 msgstr ""
13779
13780 #: cp/call.c:5755
13781 msgid "choosing `%D' over `%D'"
13782 msgstr ""
13783
13784 #: cp/call.c:5756
13785 msgid "  for conversion from `%T' to `%T'"
13786 msgstr ""
13787
13788 #: cp/call.c:5758
13789 msgid "  because conversion sequence for the argument is better"
13790 msgstr ""
13791
13792 #: cp/call.c:5879
13793 msgid "ISO C++ says that `%D' and `%D' are ambiguous even though the worst conversion for the former is better than the worst conversion for the latter"
13794 msgstr ""
13795
13796 #: cp/call.c:5996
13797 msgid "could not convert `%E' to `%T'"
13798 msgstr ""
13799
13800 #: cp/call.c:6105
13801 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
13802 msgstr ""
13803
13804 #: cp/call.c:6109
13805 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
13806 msgstr ""
13807
13808 #: cp/class.c:287
13809 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13810 msgstr ""
13811
13812 #: cp/class.c:992
13813 msgid "`%#D' and `%#D' cannot be overloaded"
13814 msgstr ""
13815
13816 #: cp/class.c:1076
13817 msgid "duplicate enum value `%D'"
13818 msgstr ""
13819
13820 #: cp/class.c:1079
13821 msgid "duplicate field `%D' (as enum and non-enum)"
13822 msgstr ""
13823
13824 #: cp/class.c:1086
13825 msgid "duplicate nested type `%D'"
13826 msgstr ""
13827
13828 #: cp/class.c:1097
13829 msgid "duplicate field `%D' (as type and non-type)"
13830 msgstr ""
13831
13832 #: cp/class.c:1101
13833 msgid "duplicate member `%D'"
13834 msgstr ""
13835
13836 #: cp/class.c:1144
13837 msgid "conflicting access specifications for method `%D', ignored"
13838 msgstr ""
13839
13840 #: cp/class.c:1146
13841 #, c-format
13842 msgid "conflicting access specifications for field `%s', ignored"
13843 msgstr ""
13844
13845 #: cp/class.c:1194
13846 msgid "`%D' names constructor"
13847 msgstr ""
13848
13849 #: cp/class.c:1199
13850 msgid "`%D' invalid in `%T'"
13851 msgstr ""
13852
13853 #: cp/class.c:1207
13854 msgid "no members matching `%D' in `%#T'"
13855 msgstr ""
13856
13857 #: cp/class.c:1239 cp/class.c:1247
13858 msgid "`%D' invalid in `%#T'"
13859 msgstr ""
13860
13861 #: cp/class.c:1240
13862 msgid "  because of local method `%#D' with same name"
13863 msgstr ""
13864
13865 #: cp/class.c:1248
13866 msgid "  because of local member `%#D' with same name"
13867 msgstr ""
13868
13869 #: cp/class.c:1320
13870 msgid "base class `%#T' has a non-virtual destructor"
13871 msgstr ""
13872
13873 #: cp/class.c:1340
13874 msgid "base `%T' with only non-default constructor in class without a constructor"
13875 msgstr ""
13876
13877 #: cp/class.c:1912
13878 msgid "all member functions in class `%T' are private"
13879 msgstr ""
13880
13881 #: cp/class.c:1926
13882 msgid "`%#T' only defines a private destructor and has no friends"
13883 msgstr ""
13884
13885 #: cp/class.c:1969
13886 msgid "`%#T' only defines private constructors and has no friends"
13887 msgstr ""
13888
13889 #: cp/class.c:2090 cp/class.c:5276
13890 msgid "redefinition of `%#T'"
13891 msgstr ""
13892
13893 #: cp/class.c:2091
13894 msgid "previous definition of `%#T'"
13895 msgstr ""
13896
13897 #: cp/class.c:2365
13898 msgid "no unique final overrider for `%D' in `%T'"
13899 msgstr ""
13900
13901 #. Here we know it is a hider, and no overrider exists.
13902 #: cp/class.c:2712
13903 msgid "`%D' was hidden"
13904 msgstr ""
13905
13906 #: cp/class.c:2713
13907 msgid "  by `%D'"
13908 msgstr ""
13909
13910 #: cp/class.c:2755
13911 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13912 msgstr ""
13913
13914 #: cp/class.c:2760 cp/decl2.c:1331
13915 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13916 msgstr ""
13917
13918 #: cp/class.c:2766 cp/decl2.c:1337
13919 msgid "private member `%#D' in anonymous union"
13920 msgstr ""
13921
13922 #: cp/class.c:2769 cp/decl2.c:1339
13923 msgid "protected member `%#D' in anonymous union"
13924 msgstr ""
13925
13926 #: cp/class.c:2894
13927 msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
13928 msgstr ""
13929
13930 #: cp/class.c:2958
13931 msgid "bit-field `%#D' with non-integral type"
13932 msgstr ""
13933
13934 #: cp/class.c:2978
13935 msgid "bit-field `%D' width not an integer constant"
13936 msgstr ""
13937
13938 #: cp/class.c:2984
13939 msgid "negative width in bit-field `%D'"
13940 msgstr ""
13941
13942 #: cp/class.c:2989
13943 msgid "zero width for bit-field `%D'"
13944 msgstr ""
13945
13946 #: cp/class.c:2995
13947 msgid "width of `%D' exceeds its type"
13948 msgstr ""
13949
13950 #: cp/class.c:3004
13951 msgid "`%D' is too small to hold all values of `%#T'"
13952 msgstr ""
13953
13954 #: cp/class.c:3088
13955 msgid "member `%#D' with constructor not allowed in union"
13956 msgstr ""
13957
13958 #: cp/class.c:3091
13959 msgid "member `%#D' with destructor not allowed in union"
13960 msgstr ""
13961
13962 #: cp/class.c:3094
13963 msgid "member `%#D' with copy assignment operator not allowed in union"
13964 msgstr ""
13965
13966 #: cp/class.c:3121
13967 msgid "multiple fields in union `%T' initialized"
13968 msgstr ""
13969
13970 #: cp/class.c:3234
13971 msgid "field `%D' in local class cannot be static"
13972 msgstr ""
13973
13974 #: cp/class.c:3240
13975 msgid "field `%D' invalidly declared function type"
13976 msgstr ""
13977
13978 #: cp/class.c:3247
13979 msgid "field `%D' invalidly declared method type"
13980 msgstr ""
13981
13982 #: cp/class.c:3253
13983 msgid "field `%D' invalidly declared offset type"
13984 msgstr ""
13985
13986 #. Unions cannot have static members.
13987 #: cp/class.c:3271
13988 msgid "field `%D' declared static in union"
13989 msgstr ""
13990
13991 #: cp/class.c:3298
13992 msgid "non-static reference `%#D' in class without a constructor"
13993 msgstr ""
13994
13995 #: cp/class.c:3333
13996 msgid "non-static const member `%#D' in class without a constructor"
13997 msgstr ""
13998
13999 #: cp/class.c:3349
14000 msgid "field `%#D' with same name as class"
14001 msgstr ""
14002
14003 #: cp/class.c:3367
14004 msgid "`%#T' has pointer data members"
14005 msgstr ""
14006
14007 #: cp/class.c:3371
14008 msgid "  but does not override `%T(const %T&)'"
14009 msgstr ""
14010
14011 #: cp/class.c:3373
14012 msgid "  or `operator=(const %T&)'"
14013 msgstr ""
14014
14015 #: cp/class.c:3376
14016 msgid "  but does not override `operator=(const %T&)'"
14017 msgstr ""
14018
14019 #: cp/class.c:3826
14020 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
14021 msgstr ""
14022
14023 #: cp/class.c:3935
14024 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14025 msgstr ""
14026
14027 #: cp/class.c:4025
14028 msgid "initializer specified for non-virtual method `%D'"
14029 msgstr ""
14030
14031 #: cp/class.c:4761
14032 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
14033 msgstr ""
14034
14035 #: cp/class.c:4861
14036 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14037 msgstr ""
14038
14039 #: cp/class.c:4874
14040 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14041 msgstr ""
14042
14043 #: cp/class.c:5030
14044 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
14045 msgstr ""
14046
14047 #. Versions of G++ before G++ 3.4 did not reset the
14048 #. DECL_MODE.
14049 #: cp/class.c:5053
14050 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
14051 msgstr ""
14052
14053 #: cp/class.c:5079
14054 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14055 msgstr ""
14056
14057 #: cp/class.c:5088
14058 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
14059 msgstr ""
14060
14061 #: cp/class.c:5147
14062 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14063 msgstr ""
14064
14065 #: cp/class.c:5432
14066 msgid "`%#T' has virtual functions but non-virtual destructor"
14067 msgstr ""
14068
14069 #: cp/class.c:5516
14070 msgid "trying to finish struct, but kicked out due to previous parse errors"
14071 msgstr ""
14072
14073 #: cp/class.c:5982
14074 #, c-format
14075 msgid "language string `\"%s\"' not recognized"
14076 msgstr ""
14077
14078 #: cp/class.c:6078
14079 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14080 msgstr ""
14081
14082 #: cp/class.c:6203
14083 msgid "no matches converting function `%D' to type `%#T'"
14084 msgstr ""
14085
14086 #: cp/class.c:6226
14087 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14088 msgstr ""
14089
14090 #: cp/class.c:6252
14091 msgid "assuming pointer to member `%D'"
14092 msgstr ""
14093
14094 #: cp/class.c:6255
14095 #, c-format
14096 msgid "(a pointer to member can only be formed with `&%E')"
14097 msgstr ""
14098
14099 #: cp/class.c:6306 cp/class.c:6477 cp/class.c:6484
14100 msgid "not enough type information"
14101 msgstr ""
14102
14103 #: cp/class.c:6315
14104 msgid "argument of type `%T' does not match `%T'"
14105 msgstr ""
14106
14107 #: cp/class.c:6461
14108 msgid "invalid operation on uninstantiated type"
14109 msgstr ""
14110
14111 #. [basic.scope.class]
14112 #.
14113 #. A name N used in a class S shall refer to the same declaration
14114 #. in its context and when re-evaluated in the completed scope of
14115 #. S.
14116 #: cp/class.c:6745 cp/decl.c:1254 cp/decl.c:3379 cp/pt.c:2004
14117 msgid "declaration of `%#D'"
14118 msgstr ""
14119
14120 #: cp/class.c:6746
14121 msgid "changes meaning of `%D' from `%+#D'"
14122 msgstr ""
14123
14124 #: cp/cvt.c:88
14125 msgid "can't convert from incomplete type `%T' to `%T'"
14126 msgstr ""
14127
14128 #: cp/cvt.c:97
14129 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14130 msgstr ""
14131
14132 #: cp/cvt.c:126
14133 msgid "converting from `%T' to `%T'"
14134 msgstr ""
14135
14136 #: cp/cvt.c:203 cp/cvt.c:207
14137 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14138 msgstr ""
14139
14140 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14141 msgid "cannot convert `%E' from type `%T' to type `%T'"
14142 msgstr ""
14143
14144 #: cp/cvt.c:262
14145 msgid "invalid conversion from '%T' to '%T'"
14146 msgstr ""
14147
14148 #: cp/cvt.c:504
14149 msgid "conversion from `%T' to `%T' discards qualifiers"
14150 msgstr ""
14151
14152 #: cp/cvt.c:522
14153 msgid "casting `%T' to `%T' does not dereference pointer"
14154 msgstr ""
14155
14156 #: cp/cvt.c:551
14157 msgid "cannot convert type `%T' to type `%T'"
14158 msgstr ""
14159
14160 #: cp/cvt.c:683
14161 msgid "conversion from `%#T' to `%#T'"
14162 msgstr ""
14163
14164 #: cp/cvt.c:695
14165 msgid "`%#T' used where a `%T' was expected"
14166 msgstr ""
14167
14168 #: cp/cvt.c:712
14169 msgid "the address of `%D', will always be `true'"
14170 msgstr ""
14171
14172 #: cp/cvt.c:732
14173 msgid "`%#T' used where a floating point value was expected"
14174 msgstr ""
14175
14176 #: cp/cvt.c:779
14177 msgid "conversion from `%T' to non-scalar type `%T' requested"
14178 msgstr ""
14179
14180 #: cp/cvt.c:865
14181 msgid "object of incomplete type `%T' will not be accessed in %s"
14182 msgstr ""
14183
14184 #: cp/cvt.c:868
14185 msgid "object of type `%T' will not be accessed in %s"
14186 msgstr ""
14187
14188 #: cp/cvt.c:884
14189 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14190 msgstr ""
14191
14192 #. [over.over] enumerates the places where we can take the address
14193 #. of an overloaded function, and this is not one of them.
14194 #: cp/cvt.c:904
14195 #, c-format
14196 msgid "%s cannot resolve address of overloaded function"
14197 msgstr ""
14198
14199 #. Only warn when there is no &.
14200 #: cp/cvt.c:909
14201 #, c-format
14202 msgid "%s is a reference, not call, to function `%E'"
14203 msgstr ""
14204
14205 #: cp/cvt.c:1039
14206 msgid "converting NULL to non-pointer type"
14207 msgstr ""
14208
14209 #: cp/cvt.c:1115
14210 msgid "ambiguous default type conversion from `%T'"
14211 msgstr ""
14212
14213 #: cp/cvt.c:1117
14214 msgid "  candidate conversions include `%D' and `%D'"
14215 msgstr ""
14216
14217 #: cp/decl.c:736
14218 #, c-format
14219 msgid "push %s level %p line %d\n"
14220 msgstr ""
14221
14222 #: cp/decl.c:770
14223 #, c-format
14224 msgid "pop  %s level %p line %d\n"
14225 msgstr ""
14226
14227 #: cp/decl.c:776 cp/decl.c:814
14228 msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14229 msgstr ""
14230
14231 #: cp/decl.c:808
14232 #, c-format
14233 msgid "suspend  %s level %p line %d\n"
14234 msgstr ""
14235
14236 #: cp/decl.c:837
14237 #, c-format
14238 msgid "resume %s level %p line %d\n"
14239 msgstr ""
14240
14241 #: cp/decl.c:1255 cp/decl.c:3490
14242 msgid "conflicts with previous declaration `%#D'"
14243 msgstr ""
14244
14245 #: cp/decl.c:1467
14246 msgid "label `%D' used but not defined"
14247 msgstr ""
14248
14249 #: cp/decl.c:1472
14250 msgid "label `%D' defined but not used"
14251 msgstr ""
14252
14253 #: cp/decl.c:2489
14254 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14255 msgstr ""
14256
14257 #: cp/decl.c:2825
14258 msgid "XXX entering pop_everything ()\n"
14259 msgstr ""
14260
14261 #: cp/decl.c:2834
14262 msgid "XXX leaving pop_everything ()\n"
14263 msgstr ""
14264
14265 #: cp/decl.c:3285 cp/decl.c:3700
14266 msgid "previous declaration of `%D'"
14267 msgstr ""
14268
14269 #: cp/decl.c:3366 cp/decl.c:3404
14270 msgid "shadowing %s function `%#D'"
14271 msgstr ""
14272
14273 #: cp/decl.c:3375
14274 msgid "library function `%#D' redeclared as non-function `%#D'"
14275 msgstr ""
14276
14277 #: cp/decl.c:3380
14278 msgid "conflicts with built-in declaration `%#D'"
14279 msgstr ""
14280
14281 #: cp/decl.c:3399 cp/decl.c:3504 cp/decl.c:3520
14282 msgid "new declaration `%#D'"
14283 msgstr ""
14284
14285 #: cp/decl.c:3400
14286 msgid "ambiguates built-in declaration `%#D'"
14287 msgstr ""
14288
14289 #: cp/decl.c:3464
14290 msgid "`%#D' redeclared as different kind of symbol"
14291 msgstr ""
14292
14293 #: cp/decl.c:3467
14294 msgid "previous declaration of `%#D'"
14295 msgstr ""
14296
14297 #: cp/decl.c:3489
14298 msgid "declaration of template `%#D'"
14299 msgstr ""
14300
14301 #: cp/decl.c:3505 cp/decl.c:3521
14302 msgid "ambiguates old declaration `%#D'"
14303 msgstr ""
14304
14305 #: cp/decl.c:3513
14306 msgid "declaration of C function `%#D' conflicts with"
14307 msgstr ""
14308
14309 #: cp/decl.c:3515
14310 msgid "previous declaration `%#D' here"
14311 msgstr ""
14312
14313 #: cp/decl.c:3533
14314 msgid "conflicting types for `%#D'"
14315 msgstr ""
14316
14317 #: cp/decl.c:3534
14318 msgid "previous declaration as `%#D'"
14319 msgstr ""
14320
14321 #: cp/decl.c:3577
14322 msgid "`%#D' previously defined here"
14323 msgstr ""
14324
14325 #: cp/decl.c:3578
14326 msgid "`%#D' previously declared here"
14327 msgstr ""
14328
14329 #. Prototype decl follows defn w/o prototype.
14330 #: cp/decl.c:3587
14331 msgid "prototype for `%#D'"
14332 msgstr ""
14333
14334 #: cp/decl.c:3588
14335 msgid "follows non-prototype definition here"
14336 msgstr ""
14337
14338 #: cp/decl.c:3600
14339 msgid "previous declaration of `%#D' with %L linkage"
14340 msgstr ""
14341
14342 #: cp/decl.c:3602
14343 msgid "conflicts with new declaration with %L linkage"
14344 msgstr ""
14345
14346 #: cp/decl.c:3625 cp/decl.c:3632
14347 msgid "default argument given for parameter %d of `%#D'"
14348 msgstr ""
14349
14350 #: cp/decl.c:3627 cp/decl.c:3634
14351 msgid "after previous specification in `%#D'"
14352 msgstr ""
14353
14354 #: cp/decl.c:3643
14355 msgid "`%#D' was used before it was declared inline"
14356 msgstr ""
14357
14358 #: cp/decl.c:3645
14359 msgid "previous non-inline declaration here"
14360 msgstr ""
14361
14362 #: cp/decl.c:3699
14363 msgid "redundant redeclaration of `%D' in same scope"
14364 msgstr ""
14365
14366 #: cp/decl.c:3780
14367 #, c-format
14368 msgid "declaration of `%F' throws different exceptions"
14369 msgstr ""
14370
14371 #: cp/decl.c:3782
14372 #, c-format
14373 msgid "than previous declaration `%F'"
14374 msgstr ""
14375
14376 #. From [temp.expl.spec]:
14377 #.
14378 #. If a template, a member template or the member of a class
14379 #. template is explicitly specialized then that
14380 #. specialization shall be declared before the first use of
14381 #. that specialization that would cause an implicit
14382 #. instantiation to take place, in every translation unit in
14383 #. which such a use occurs.
14384 #: cp/decl.c:3922
14385 msgid "explicit specialization of %D after first use"
14386 msgstr ""
14387
14388 #: cp/decl.c:4187
14389 msgid "`%#D' used prior to declaration"
14390 msgstr ""
14391
14392 #: cp/decl.c:4218
14393 msgid "redeclaration of `wchar_t' as `%T'"
14394 msgstr ""
14395
14396 #. A redeclaration of main, but not a duplicate of the
14397 #. previous one.
14398 #.
14399 #. [basic.start.main]
14400 #.
14401 #. This function shall not be overloaded.
14402 #: cp/decl.c:4246
14403 msgid "invalid redeclaration of `%D'"
14404 msgstr ""
14405
14406 #: cp/decl.c:4247
14407 msgid "as `%D'"
14408 msgstr ""
14409
14410 #: cp/decl.c:4337
14411 msgid "previous external decl of `%#D'"
14412 msgstr ""
14413
14414 #: cp/decl.c:4378
14415 msgid "`%D' was previously implicitly declared to return `int'"
14416 msgstr ""
14417
14418 #: cp/decl.c:4438
14419 msgid "extern declaration of `%#D' doesn't match"
14420 msgstr ""
14421
14422 #: cp/decl.c:4439
14423 msgid "global declaration `%#D'"
14424 msgstr ""
14425
14426 #: cp/decl.c:4472
14427 msgid "declaration of `%#D' shadows a parameter"
14428 msgstr ""
14429
14430 #: cp/decl.c:4492
14431 #, c-format
14432 msgid "declaration of `%s' shadows a member of `this'"
14433 msgstr ""
14434
14435 #: cp/decl.c:4889
14436 msgid "`%#D' hides constructor for `%#T'"
14437 msgstr ""
14438
14439 #: cp/decl.c:4904
14440 msgid "`%#D' conflicts with previous using declaration `%#D'"
14441 msgstr ""
14442
14443 #: cp/decl.c:4916
14444 msgid "previous non-function declaration `%#D'"
14445 msgstr ""
14446
14447 #: cp/decl.c:4917
14448 msgid "conflicts with function declaration `%#D'"
14449 msgstr ""
14450
14451 #: cp/decl.c:5007
14452 msgid "implicit declaration of function `%#D'"
14453 msgstr ""
14454
14455 #: cp/decl.c:5167
14456 #, c-format
14457 msgid "label `%s' referenced outside of any function"
14458 msgstr ""
14459
14460 #: cp/decl.c:5270 cp/decl.c:5294 cp/decl.c:5387
14461 msgid "jump to label `%D'"
14462 msgstr ""
14463
14464 #: cp/decl.c:5272 cp/decl.c:5296
14465 msgid "jump to case label"
14466 msgstr ""
14467
14468 #: cp/decl.c:5280
14469 msgid "  crosses initialization of `%#D'"
14470 msgstr ""
14471
14472 #: cp/decl.c:5283 cp/decl.c:5403
14473 msgid "  enters scope of non-POD `%#D'"
14474 msgstr ""
14475
14476 #: cp/decl.c:5303 cp/decl.c:5407
14477 msgid "  enters try block"
14478 msgstr ""
14479
14480 #. Can't skip init of __exception_info.
14481 #: cp/decl.c:5305 cp/decl.c:5399 cp/decl.c:5409
14482 msgid "  enters catch block"
14483 msgstr ""
14484
14485 #: cp/decl.c:5388
14486 msgid "  from here"
14487 msgstr ""
14488
14489 #: cp/decl.c:5401
14490 msgid "  skips initialization of `%#D'"
14491 msgstr ""
14492
14493 #: cp/decl.c:5437
14494 msgid "label named wchar_t"
14495 msgstr ""
14496
14497 #: cp/decl.c:5440
14498 msgid "duplicate label `%D'"
14499 msgstr ""
14500
14501 #: cp/decl.c:5525
14502 #, c-format
14503 msgid "case label `%E' not within a switch statement"
14504 msgstr ""
14505
14506 #. Definition isn't the kind we were looking for.
14507 #: cp/decl.c:5704 cp/decl.c:5723
14508 msgid "`%#D' redeclared as %C"
14509 msgstr ""
14510
14511 #. This happens for A::B where B is a template, and there are no
14512 #. template arguments.
14513 #: cp/decl.c:5811 cp/typeck.c:2069 cp/typeck.c:2229
14514 msgid "invalid use of `%D'"
14515 msgstr ""
14516
14517 #: cp/decl.c:5852
14518 msgid "`%D::%D' is not a template"
14519 msgstr ""
14520
14521 #: cp/decl.c:5869
14522 msgid "`%D' undeclared in namespace `%D'"
14523 msgstr ""
14524
14525 #: cp/decl.c:6002
14526 msgid "`%D' used without template parameters"
14527 msgstr ""
14528
14529 #: cp/decl.c:6013 cp/decl.c:6029 cp/decl.c:6139
14530 msgid "no class template named `%#T' in `%#T'"
14531 msgstr ""
14532
14533 #: cp/decl.c:6055 cp/decl.c:6065 cp/decl.c:6100
14534 msgid "no type named `%#T' in `%#T'"
14535 msgstr ""
14536
14537 #: cp/decl.c:6329
14538 msgid "lookup of `%D' finds `%#D'"
14539 msgstr ""
14540
14541 #: cp/decl.c:6331
14542 msgid "  instead of `%D' from dependent base class"
14543 msgstr ""
14544
14545 #: cp/decl.c:6333
14546 msgid "  (use `typename %T::%D' if that's what you meant)"
14547 msgstr ""
14548
14549 #: cp/decl.c:6364
14550 msgid "name lookup of `%D' changed"
14551 msgstr ""
14552
14553 #: cp/decl.c:6366
14554 msgid "  matches this `%D' under ISO standard rules"
14555 msgstr ""
14556
14557 #: cp/decl.c:6368
14558 msgid "  matches this `%D' under old rules"
14559 msgstr ""
14560
14561 #: cp/decl.c:6382 cp/decl.c:6389
14562 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14563 msgstr ""
14564
14565 #: cp/decl.c:6384
14566 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14567 msgstr ""
14568
14569 #: cp/decl.c:6391
14570 msgid "  using obsolete binding at `%D'"
14571 msgstr ""
14572
14573 #: cp/decl.c:6609
14574 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14575 msgstr ""
14576
14577 #: cp/decl.c:7432
14578 msgid "an anonymous union cannot have function members"
14579 msgstr ""
14580
14581 #: cp/decl.c:7449
14582 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14583 msgstr ""
14584
14585 #: cp/decl.c:7452
14586 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14587 msgstr ""
14588
14589 #: cp/decl.c:7455
14590 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14591 msgstr ""
14592
14593 #: cp/decl.c:7493
14594 msgid "redeclaration of C++ built-in type `%T'"
14595 msgstr ""
14596
14597 #: cp/decl.c:7529
14598 msgid "multiple types in one declaration"
14599 msgstr ""
14600
14601 #: cp/decl.c:7556
14602 msgid "missing type-name in typedef-declaration"
14603 msgstr ""
14604
14605 #: cp/decl.c:7563
14606 msgid "ISO C++ prohibits anonymous structs"
14607 msgstr ""
14608
14609 #: cp/decl.c:7570
14610 msgid "`%D' can only be specified for functions"
14611 msgstr ""
14612
14613 #: cp/decl.c:7572
14614 msgid "`%D' can only be specified inside a class"
14615 msgstr ""
14616
14617 #: cp/decl.c:7574
14618 msgid "`%D' can only be specified for constructors"
14619 msgstr ""
14620
14621 #: cp/decl.c:7577
14622 msgid "`%D' can only be specified for objects and functions"
14623 msgstr ""
14624
14625 #: cp/decl.c:7719 cp/decl2.c:936
14626 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14627 msgstr ""
14628
14629 #: cp/decl.c:7724
14630 msgid "function `%#D' is initialized like a variable"
14631 msgstr ""
14632
14633 #: cp/decl.c:7736
14634 msgid "declaration of `%#D' has `extern' and is initialized"
14635 msgstr ""
14636
14637 #: cp/decl.c:7770
14638 msgid "`%#D' is not a static member of `%#T'"
14639 msgstr ""
14640
14641 #: cp/decl.c:7775
14642 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14643 msgstr ""
14644
14645 #: cp/decl.c:7786
14646 msgid "duplicate initialization of %D"
14647 msgstr ""
14648
14649 #: cp/decl.c:7815
14650 msgid "declaration of `%#D' outside of class is not definition"
14651 msgstr ""
14652
14653 #: cp/decl.c:7865
14654 msgid "variable `%#D' has initializer but incomplete type"
14655 msgstr ""
14656
14657 #: cp/decl.c:7873 cp/decl.c:8432
14658 msgid "elements of array `%#D' have incomplete type"
14659 msgstr ""
14660
14661 #: cp/decl.c:7889
14662 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14663 msgstr ""
14664
14665 #: cp/decl.c:7931
14666 msgid "`%D' declared as reference but not initialized"
14667 msgstr ""
14668
14669 #: cp/decl.c:7940
14670 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14671 msgstr ""
14672
14673 #: cp/decl.c:7970
14674 msgid "cannot initialize `%T' from `%T'"
14675 msgstr ""
14676
14677 #: cp/decl.c:8004
14678 msgid "initializer fails to determine size of `%D'"
14679 msgstr ""
14680
14681 #: cp/decl.c:8009
14682 msgid "array size missing in `%D'"
14683 msgstr ""
14684
14685 #: cp/decl.c:8021
14686 msgid "zero-size array `%D'"
14687 msgstr ""
14688
14689 #. An automatic variable with an incomplete type: that is an error.
14690 #. Don't talk about array types here, since we took care of that
14691 #. message in grokdeclarator.
14692 #: cp/decl.c:8059
14693 msgid "storage size of `%D' isn't known"
14694 msgstr ""
14695
14696 #: cp/decl.c:8081
14697 msgid "storage size of `%D' isn't constant"
14698 msgstr ""
14699
14700 #: cp/decl.c:8137
14701 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14702 msgstr ""
14703
14704 #: cp/decl.c:8138
14705 msgid "  you can work around this by removing the initializer"
14706 msgstr ""
14707
14708 #: cp/decl.c:8164
14709 msgid "uninitialized const `%D'"
14710 msgstr ""
14711
14712 #: cp/decl.c:8249
14713 msgid "brace-enclosed initializer used to initialize `%T'"
14714 msgstr ""
14715
14716 #: cp/decl.c:8313
14717 msgid "initializer for `%T' must be brace-enclosed"
14718 msgstr ""
14719
14720 #: cp/decl.c:8328
14721 msgid "ISO C++ does not allow designated initializers"
14722 msgstr ""
14723
14724 #: cp/decl.c:8332
14725 msgid "`%T' has no non-static data member named `%D'"
14726 msgstr ""
14727
14728 #: cp/decl.c:8389
14729 #, fuzzy
14730 msgid "too many initializers for `%T'"
14731 msgstr "zu viele Eingabedateien"
14732
14733 #: cp/decl.c:8426
14734 msgid "variable-sized object `%D' may not be initialized"
14735 msgstr ""
14736
14737 #: cp/decl.c:8437
14738 msgid "`%D' has incomplete type"
14739 msgstr ""
14740
14741 #: cp/decl.c:8486
14742 msgid "`%D' must be initialized by constructor, not by `{...}'"
14743 msgstr ""
14744
14745 #: cp/decl.c:8527
14746 msgid "structure `%D' with uninitialized const members"
14747 msgstr ""
14748
14749 #: cp/decl.c:8529
14750 msgid "structure `%D' with uninitialized reference members"
14751 msgstr ""
14752
14753 #: cp/decl.c:8770
14754 msgid "assignment (not initialization) in declaration"
14755 msgstr ""
14756
14757 #: cp/decl.c:8785
14758 msgid "cannot initialize `%D' to namespace `%D'"
14759 msgstr ""
14760
14761 #: cp/decl.c:8836
14762 msgid "shadowing previous type declaration of `%#D'"
14763 msgstr ""
14764
14765 #: cp/decl.c:8883
14766 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14767 msgstr ""
14768
14769 #: cp/decl.c:8898
14770 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14771 msgstr ""
14772
14773 #: cp/decl.c:9298 cp/init.c:562
14774 msgid "multiple initializations given for `%D'"
14775 msgstr ""
14776
14777 #: cp/decl.c:9390
14778 msgid "invalid catch parameter"
14779 msgstr ""
14780
14781 #: cp/decl.c:9508
14782 msgid "destructor for alien class `%T' cannot be a member"
14783 msgstr ""
14784
14785 #: cp/decl.c:9511
14786 msgid "constructor for alien class `%T' cannot be a member"
14787 msgstr ""
14788
14789 #: cp/decl.c:9530
14790 msgid "`%D' declared as a `virtual' %s"
14791 msgstr ""
14792
14793 #: cp/decl.c:9532
14794 msgid "`%D' declared as an `inline' %s"
14795 msgstr ""
14796
14797 #: cp/decl.c:9534
14798 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14799 msgstr ""
14800
14801 #: cp/decl.c:9537
14802 msgid "`%D' declared as a friend"
14803 msgstr ""
14804
14805 #: cp/decl.c:9543
14806 msgid "`%D' declared with an exception specification"
14807 msgstr ""
14808
14809 #: cp/decl.c:9618
14810 msgid "cannot declare `::main' to be a template"
14811 msgstr ""
14812
14813 #: cp/decl.c:9620
14814 msgid "cannot declare `::main' to be inline"
14815 msgstr ""
14816
14817 #: cp/decl.c:9622
14818 msgid "cannot declare `::main' to be static"
14819 msgstr ""
14820
14821 #: cp/decl.c:9625
14822 msgid "`main' must return `int'"
14823 msgstr ""
14824
14825 #: cp/decl.c:9653
14826 msgid "non-local function `%#D' uses anonymous type"
14827 msgstr ""
14828
14829 #: cp/decl.c:9656
14830 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14831 msgstr ""
14832
14833 #: cp/decl.c:9662
14834 msgid "non-local function `%#D' uses local type `%T'"
14835 msgstr ""
14836
14837 #: cp/decl.c:9691
14838 msgid "%smember function `%D' cannot have `%T' method qualifier"
14839 msgstr ""
14840
14841 #: cp/decl.c:9715
14842 msgid "defining explicit specialization `%D' in friend declaration"
14843 msgstr ""
14844
14845 #. Something like `template <class T> friend void f<T>()'.
14846 #: cp/decl.c:9725
14847 msgid "invalid use of template-id `%D' in declaration of primary template"
14848 msgstr ""
14849
14850 #: cp/decl.c:9753
14851 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14852 msgstr ""
14853
14854 #: cp/decl.c:9760
14855 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14856 msgstr ""
14857
14858 #: cp/decl.c:9822
14859 msgid "definition of implicitly-declared `%D'"
14860 msgstr ""
14861
14862 #: cp/decl.c:9834 cp/decl2.c:785
14863 msgid "no `%#D' member function declared in class `%T'"
14864 msgstr ""
14865
14866 #: cp/decl.c:9967
14867 msgid "non-local variable `%#D' uses local type `%T'"
14868 msgstr ""
14869
14870 #: cp/decl.c:10064
14871 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14872 msgstr ""
14873
14874 #: cp/decl.c:10073
14875 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14876 msgstr ""
14877
14878 #: cp/decl.c:10076
14879 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14880 msgstr ""
14881
14882 #: cp/decl.c:10126
14883 msgid "size of array `%D' has non-integer type"
14884 msgstr ""
14885
14886 #: cp/decl.c:10128
14887 msgid "size of array has non-integer type"
14888 msgstr ""
14889
14890 #: cp/decl.c:10148
14891 msgid "size of array `%D' is negative"
14892 msgstr ""
14893
14894 #: cp/decl.c:10150
14895 msgid "size of array is negative"
14896 msgstr ""
14897
14898 #: cp/decl.c:10159
14899 msgid "ISO C++ forbids zero-size array `%D'"
14900 msgstr ""
14901
14902 #: cp/decl.c:10161
14903 msgid "ISO C++ forbids zero-size array"
14904 msgstr ""
14905
14906 #: cp/decl.c:10168
14907 msgid "size of array `%D' is not an integral constant-expression"
14908 msgstr ""
14909
14910 #: cp/decl.c:10171
14911 msgid "size of array is not an integral constant-expression"
14912 msgstr ""
14913
14914 #: cp/decl.c:10189
14915 msgid "ISO C++ forbids variable-size array `%D'"
14916 msgstr ""
14917
14918 #: cp/decl.c:10192
14919 msgid "ISO C++ forbids variable-size array"
14920 msgstr ""
14921
14922 #: cp/decl.c:10203
14923 msgid "overflow in array dimension"
14924 msgstr ""
14925
14926 #: cp/decl.c:10262
14927 msgid "declaration of `%D' as %s"
14928 msgstr "Deklaration von »%D« als %s"
14929
14930 #: cp/decl.c:10264
14931 #, c-format
14932 msgid "creating %s"
14933 msgstr "Erzeugen von %s"
14934
14935 #: cp/decl.c:10276
14936 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
14937 msgstr ""
14938
14939 #: cp/decl.c:10279
14940 msgid "multidimensional array must have bounds for all dimensions except the first"
14941 msgstr ""
14942
14943 #: cp/decl.c:10308
14944 msgid "return type specification for constructor invalid"
14945 msgstr ""
14946
14947 #: cp/decl.c:10315
14948 msgid "return type specification for destructor invalid"
14949 msgstr ""
14950
14951 #: cp/decl.c:10321
14952 msgid "operator `%T' declared to return `%T'"
14953 msgstr ""
14954
14955 #: cp/decl.c:10323
14956 msgid "return type specified for `operator %T'"
14957 msgstr ""
14958
14959 #: cp/decl.c:10491
14960 msgid "destructors must be member functions"
14961 msgstr ""
14962
14963 #: cp/decl.c:10510
14964 msgid "destructor `%T' must match class name `%T'"
14965 msgstr ""
14966
14967 #: cp/decl.c:10539
14968 msgid "variable declaration is not allowed here"
14969 msgstr ""
14970
14971 #: cp/decl.c:10566
14972 msgid "invalid declarator"
14973 msgstr ""
14974
14975 #: cp/decl.c:10617
14976 msgid "declarator-id missing; using reserved word `%D'"
14977 msgstr ""
14978
14979 #: cp/decl.c:10674
14980 msgid "type `%T' is not derived from type `%T'"
14981 msgstr ""
14982
14983 #. Parse error puts this typespec where
14984 #. a declarator should go.
14985 #: cp/decl.c:10726
14986 msgid "`%T' specified as declarator-id"
14987 msgstr ""
14988
14989 #: cp/decl.c:10728
14990 msgid "  perhaps you want `%T' for a constructor"
14991 msgstr ""
14992
14993 #. Sometimes, we see a template-name used as part of a
14994 #. decl-specifier like in
14995 #. std::allocator alloc;
14996 #. Handle that gracefully.
14997 #: cp/decl.c:10750
14998 #, c-format
14999 msgid "invalid use of template-name '%E' in a declarator"
15000 msgstr ""
15001
15002 #: cp/decl.c:10770
15003 msgid "declaration of `%D' as non-function"
15004 msgstr ""
15005
15006 #: cp/decl.c:10847
15007 msgid "`bool' is now a keyword"
15008 msgstr ""
15009
15010 #: cp/decl.c:10849
15011 msgid "extraneous `%T' ignored"
15012 msgstr ""
15013
15014 #: cp/decl.c:10865 cp/decl.c:10910
15015 msgid "multiple declarations `%T' and `%T'"
15016 msgstr ""
15017
15018 #: cp/decl.c:10878
15019 msgid "ISO C++ does not support `long long'"
15020 msgstr ""
15021
15022 #: cp/decl.c:10983 cp/decl.c:10986
15023 #, c-format
15024 msgid "ISO C++ forbids declaration of `%s' with no type"
15025 msgstr ""
15026
15027 #. The implicit typename extension is deprecated and will be
15028 #. removed.  Warn about its use now.
15029 #: cp/decl.c:10996
15030 msgid "`%T' is implicitly a typename"
15031 msgstr ""
15032
15033 #: cp/decl.c:11032
15034 #, c-format
15035 msgid "short, signed or unsigned invalid for `%s'"
15036 msgstr ""
15037
15038 #: cp/decl.c:11037
15039 #, c-format
15040 msgid "long and short specified together for `%s'"
15041 msgstr ""
15042
15043 #: cp/decl.c:11048
15044 #, c-format
15045 msgid "signed and unsigned given together for `%s'"
15046 msgstr ""
15047
15048 #: cp/decl.c:11157
15049 msgid "qualifiers are not allowed on declaration of `operator %T'"
15050 msgstr ""
15051
15052 #: cp/decl.c:11179
15053 msgid "member `%D' cannot be declared both virtual and static"
15054 msgstr ""
15055
15056 #: cp/decl.c:11188
15057 msgid "`%T::%D' is not a valid declarator"
15058 msgstr ""
15059
15060 #: cp/decl.c:11200
15061 msgid "storage class specifiers invalid in parameter declarations"
15062 msgstr ""
15063
15064 #: cp/decl.c:11204
15065 msgid "typedef declaration invalid in parameter declaration"
15066 msgstr ""
15067
15068 #: cp/decl.c:11217
15069 msgid "virtual outside class declaration"
15070 msgstr ""
15071
15072 #: cp/decl.c:11278
15073 #, c-format
15074 msgid "storage class specified for %s `%s'"
15075 msgstr ""
15076
15077 #: cp/decl.c:11325
15078 msgid "storage class specifiers invalid in friend function declarations"
15079 msgstr ""
15080
15081 #: cp/decl.c:11495
15082 msgid "destructor cannot be static member function"
15083 msgstr ""
15084
15085 #: cp/decl.c:11498
15086 #, c-format
15087 msgid "destructors may not be `%s'"
15088 msgstr ""
15089
15090 #: cp/decl.c:11519
15091 msgid "constructor cannot be static member function"
15092 msgstr ""
15093
15094 #: cp/decl.c:11522
15095 msgid "constructors cannot be declared virtual"
15096 msgstr ""
15097
15098 #: cp/decl.c:11527
15099 #, c-format
15100 msgid "constructors may not be `%s'"
15101 msgstr ""
15102
15103 #: cp/decl.c:11537
15104 msgid "return value type specifier for constructor ignored"
15105 msgstr ""
15106
15107 #: cp/decl.c:11556
15108 #, c-format
15109 msgid "can't initialize friend function `%s'"
15110 msgstr ""
15111
15112 #. Cannot be both friend and virtual.
15113 #: cp/decl.c:11560
15114 msgid "virtual functions cannot be friends"
15115 msgstr ""
15116
15117 #: cp/decl.c:11565
15118 msgid "friend declaration not in class definition"
15119 msgstr ""
15120
15121 #: cp/decl.c:11567
15122 #, c-format
15123 msgid "can't define friend function `%s' in a local class definition"
15124 msgstr ""
15125
15126 #: cp/decl.c:11591
15127 msgid "destructors may not have parameters"
15128 msgstr ""
15129
15130 #: cp/decl.c:11622 cp/decl.c:11629
15131 msgid "cannot declare reference to `%#T'"
15132 msgstr ""
15133
15134 #: cp/decl.c:11623
15135 msgid "cannot declare pointer to `%#T'"
15136 msgstr ""
15137
15138 #: cp/decl.c:11628
15139 msgid "cannot declare pointer to `%#T' member"
15140 msgstr ""
15141
15142 #: cp/decl.c:11804
15143 msgid "extra qualification `%T::' on member `%s' ignored"
15144 msgstr ""
15145
15146 #: cp/decl.c:11814
15147 msgid "cannot declare member function `%T::%s' within `%T'"
15148 msgstr ""
15149
15150 #: cp/decl.c:11829
15151 msgid "cannot declare member `%T::%s' within `%T'"
15152 msgstr ""
15153
15154 #: cp/decl.c:11908
15155 msgid "data member may not have variably modified type `%T'"
15156 msgstr ""
15157
15158 #: cp/decl.c:11910
15159 msgid "parameter may not have variably modified type `%T'"
15160 msgstr ""
15161
15162 #. [dcl.fct.spec] The explicit specifier shall only be used in
15163 #. declarations of constructors within a class definition.
15164 #: cp/decl.c:11918
15165 msgid "only declarations of constructors can be `explicit'"
15166 msgstr ""
15167
15168 #: cp/decl.c:11926
15169 #, c-format
15170 msgid "non-member `%s' cannot be declared `mutable'"
15171 msgstr ""
15172
15173 #: cp/decl.c:11931
15174 #, c-format
15175 msgid "non-object member `%s' cannot be declared `mutable'"
15176 msgstr ""
15177
15178 #: cp/decl.c:11937
15179 #, c-format
15180 msgid "function `%s' cannot be declared `mutable'"
15181 msgstr ""
15182
15183 #: cp/decl.c:11942
15184 #, c-format
15185 msgid "static `%s' cannot be declared `mutable'"
15186 msgstr ""
15187
15188 #: cp/decl.c:11947
15189 #, c-format
15190 msgid "const `%s' cannot be declared `mutable'"
15191 msgstr ""
15192
15193 #: cp/decl.c:11960
15194 msgid "template-id `%D' used as a declarator"
15195 msgstr ""
15196
15197 #: cp/decl.c:11981
15198 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15199 msgstr ""
15200
15201 #: cp/decl.c:12030
15202 msgid "typedef name may not be class-qualified"
15203 msgstr ""
15204
15205 #: cp/decl.c:12038
15206 msgid "invalid type qualifier for non-member function type"
15207 msgstr ""
15208
15209 #: cp/decl.c:12101
15210 msgid "type qualifiers specified for friend class declaration"
15211 msgstr ""
15212
15213 #: cp/decl.c:12106
15214 msgid "`inline' specified for friend class declaration"
15215 msgstr ""
15216
15217 #: cp/decl.c:12114
15218 msgid "template parameters cannot be friends"
15219 msgstr ""
15220
15221 #: cp/decl.c:12116
15222 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15223 msgstr ""
15224
15225 #: cp/decl.c:12120
15226 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15227 msgstr ""
15228
15229 #: cp/decl.c:12134
15230 msgid "trying to make class `%T' a friend of global scope"
15231 msgstr ""
15232
15233 #: cp/decl.c:12145
15234 msgid "invalid qualifiers on non-member function type"
15235 msgstr ""
15236
15237 #: cp/decl.c:12164
15238 msgid "abstract declarator `%T' used as declaration"
15239 msgstr ""
15240
15241 #: cp/decl.c:12176
15242 msgid "unnamed variable or field declared void"
15243 msgstr ""
15244
15245 #: cp/decl.c:12185
15246 msgid "variable or field declared void"
15247 msgstr ""
15248
15249 #: cp/decl.c:12195
15250 msgid "cannot use `::' in parameter declaration"
15251 msgstr ""
15252
15253 #. Something like struct S { int N::j; };
15254 #: cp/decl.c:12234
15255 msgid "invalid use of `::'"
15256 msgstr ""
15257
15258 #: cp/decl.c:12246
15259 msgid "function `%D' cannot be declared friend"
15260 msgstr ""
15261
15262 #: cp/decl.c:12258
15263 msgid "can't make `%D' into a method -- not in a class"
15264 msgstr ""
15265
15266 #: cp/decl.c:12267
15267 msgid "function `%D' declared virtual inside a union"
15268 msgstr ""
15269
15270 #: cp/decl.c:12279
15271 msgid "`%D' cannot be declared virtual, since it is always static"
15272 msgstr ""
15273
15274 #: cp/decl.c:12355
15275 msgid "field `%D' has incomplete type"
15276 msgstr ""
15277
15278 #: cp/decl.c:12357
15279 msgid "name `%T' has incomplete type"
15280 msgstr ""
15281
15282 #: cp/decl.c:12366
15283 msgid "  in instantiation of template `%T'"
15284 msgstr ""
15285
15286 #: cp/decl.c:12376
15287 #, c-format
15288 msgid "`%s' is neither function nor member function; cannot be declared friend"
15289 msgstr ""
15290
15291 #: cp/decl.c:12387
15292 msgid "member functions are implicitly friends of their class"
15293 msgstr ""
15294
15295 #. An attempt is being made to initialize a non-static
15296 #. member.  But, from [class.mem]:
15297 #.
15298 #. 4 A member-declarator can contain a
15299 #. constant-initializer only if it declares a static
15300 #. member (_class.static_) of integral or enumeration
15301 #. type, see _class.static.data_.
15302 #.
15303 #. This used to be relatively common practice, but
15304 #. the rest of the compiler does not correctly
15305 #. handle the initialization unless the member is
15306 #. static so we make it static below.
15307 #: cp/decl.c:12434
15308 msgid "ISO C++ forbids initialization of member `%D'"
15309 msgstr ""
15310
15311 #: cp/decl.c:12436
15312 msgid "making `%D' static"
15313 msgstr ""
15314
15315 #: cp/decl.c:12460
15316 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15317 msgstr ""
15318
15319 #: cp/decl.c:12501
15320 #, c-format
15321 msgid "storage class `auto' invalid for function `%s'"
15322 msgstr ""
15323
15324 #: cp/decl.c:12503
15325 #, c-format
15326 msgid "storage class `register' invalid for function `%s'"
15327 msgstr ""
15328
15329 #: cp/decl.c:12505
15330 #, c-format
15331 msgid "storage class `__thread' invalid for function `%s'"
15332 msgstr ""
15333
15334 #: cp/decl.c:12516
15335 #, c-format
15336 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15337 msgstr ""
15338
15339 #: cp/decl.c:12518
15340 #, c-format
15341 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15342 msgstr ""
15343
15344 #: cp/decl.c:12525
15345 #, c-format
15346 msgid "virtual non-class function `%s'"
15347 msgstr ""
15348
15349 #: cp/decl.c:12554
15350 msgid "cannot declare member function `%D' to have static linkage"
15351 msgstr ""
15352
15353 #. FIXME need arm citation
15354 #: cp/decl.c:12560
15355 msgid "cannot declare static function inside another function"
15356 msgstr ""
15357
15358 #: cp/decl.c:12588
15359 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15360 msgstr ""
15361
15362 #: cp/decl.c:12594
15363 msgid "static member `%D' declared `register'"
15364 msgstr ""
15365
15366 #: cp/decl.c:12599
15367 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15368 msgstr ""
15369
15370 #: cp/decl.c:12774
15371 msgid "default argument for `%#D' has type `%T'"
15372 msgstr ""
15373
15374 #: cp/decl.c:12777
15375 msgid "default argument for parameter of type `%T' has type `%T'"
15376 msgstr ""
15377
15378 #: cp/decl.c:12794
15379 msgid "default argument `%E' uses local variable `%D'"
15380 msgstr ""
15381
15382 #: cp/decl.c:12839
15383 #, c-format
15384 msgid "invalid string constant `%E'"
15385 msgstr ""
15386
15387 #: cp/decl.c:12841
15388 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15389 msgstr ""
15390
15391 #: cp/decl.c:12879
15392 msgid "parameter `%D' invalidly declared method type"
15393 msgstr ""
15394
15395 #: cp/decl.c:12885
15396 msgid "parameter `%D' invalidly declared offset type"
15397 msgstr ""
15398
15399 #: cp/decl.c:12909
15400 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15401 msgstr ""
15402
15403 #. [class.copy]
15404 #.
15405 #. A declaration of a constructor for a class X is ill-formed if
15406 #. its first parameter is of type (optionally cv-qualified) X
15407 #. and either there are no other parameters or else all other
15408 #. parameters have default arguments.
15409 #.
15410 #. We *don't* complain about member template instantiations that
15411 #. have this form, though; they can occur as we try to decide
15412 #. what constructor to use during overload resolution.  Since
15413 #. overload resolution will never prefer such a constructor to
15414 #. the non-template copy constructor (which is either explicitly
15415 #. or implicitly defined), there's no need to worry about their
15416 #. existence.  Theoretically, they should never even be
15417 #. instantiated, but that's hard to forestall.
15418 #: cp/decl.c:13071
15419 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15420 msgstr ""
15421
15422 #: cp/decl.c:13222
15423 msgid "`%D' must be a nonstatic member function"
15424 msgstr ""
15425
15426 #: cp/decl.c:13228
15427 msgid "`%D' must be either a non-static member function or a non-member function"
15428 msgstr ""
15429
15430 #: cp/decl.c:13245
15431 msgid "`%D' must have an argument of class or enumerated type"
15432 msgstr ""
15433
15434 #: cp/decl.c:13277
15435 #, c-format
15436 msgid "conversion to %s%s will never use a type conversion operator"
15437 msgstr ""
15438
15439 #. 13.4.0.3
15440 #: cp/decl.c:13284
15441 msgid "ISO C++ prohibits overloading operator ?:"
15442 msgstr ""
15443
15444 #: cp/decl.c:13334
15445 msgid "postfix `%D' must take `int' as its argument"
15446 msgstr ""
15447
15448 #: cp/decl.c:13338
15449 msgid "postfix `%D' must take `int' as its second argument"
15450 msgstr ""
15451
15452 #: cp/decl.c:13345
15453 msgid "`%D' must take either zero or one argument"
15454 msgstr ""
15455
15456 #: cp/decl.c:13347
15457 msgid "`%D' must take either one or two arguments"
15458 msgstr ""
15459
15460 #: cp/decl.c:13368
15461 msgid "prefix `%D' should return `%T'"
15462 msgstr ""
15463
15464 #: cp/decl.c:13374
15465 msgid "postfix `%D' should return `%T'"
15466 msgstr ""
15467
15468 #: cp/decl.c:13383
15469 msgid "`%D' must take `void'"
15470 msgstr ""
15471
15472 #: cp/decl.c:13385 cp/decl.c:13393
15473 msgid "`%D' must take exactly one argument"
15474 msgstr ""
15475
15476 #: cp/decl.c:13395
15477 msgid "`%D' must take exactly two arguments"
15478 msgstr ""
15479
15480 #: cp/decl.c:13403
15481 msgid "user-defined `%D' always evaluates both arguments"
15482 msgstr ""
15483
15484 #: cp/decl.c:13417
15485 msgid "`%D' should return by value"
15486 msgstr ""
15487
15488 #: cp/decl.c:13429 cp/decl.c:13432
15489 msgid "`%D' cannot have default arguments"
15490 msgstr ""
15491
15492 #: cp/decl.c:13475
15493 msgid "using typedef-name `%D' after `%s'"
15494 msgstr ""
15495
15496 #: cp/decl.c:13481
15497 msgid "using template type parameter `%T' after `%s'"
15498 msgstr ""
15499
15500 #: cp/decl.c:13542
15501 msgid "`%s %T' declares a new type at namespace scope"
15502 msgstr ""
15503
15504 #: cp/decl.c:13545
15505 msgid "  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15506 msgstr ""
15507
15508 #: cp/decl.c:13663
15509 msgid "use of enum `%#D' without previous declaration"
15510 msgstr ""
15511
15512 #: cp/decl.c:13749
15513 msgid "derived union `%T' invalid"
15514 msgstr ""
15515
15516 #: cp/decl.c:13795
15517 msgid "base type `%T' fails to be a struct or class type"
15518 msgstr ""
15519
15520 #: cp/decl.c:13805
15521 msgid "base class `%T' has incomplete type"
15522 msgstr ""
15523
15524 #: cp/decl.c:13813
15525 msgid "recursive type `%T' undefined"
15526 msgstr ""
15527
15528 #: cp/decl.c:13815
15529 msgid "duplicate base type `%T' invalid"
15530 msgstr ""
15531
15532 #: cp/decl.c:13926
15533 msgid "multiple definition of `%#T'"
15534 msgstr ""
15535
15536 #: cp/decl.c:13927
15537 msgid "previous definition here"
15538 msgstr ""
15539
15540 #: cp/decl.c:14030
15541 msgid "no integral type can represent all of the enumerator values for `%T'"
15542 msgstr ""
15543
15544 #: cp/decl.c:14106
15545 msgid "enumerator value for `%D' not integer constant"
15546 msgstr ""
15547
15548 #: cp/decl.c:14126
15549 msgid "overflow in enumeration values at `%D'"
15550 msgstr ""
15551
15552 #: cp/decl.c:14195
15553 msgid "return type `%#T' is incomplete"
15554 msgstr ""
15555
15556 #: cp/decl.c:14309
15557 msgid "semicolon missing after declaration of `%#T'"
15558 msgstr ""
15559
15560 #: cp/decl.c:14330
15561 msgid "return type for `main' changed to `int'"
15562 msgstr ""
15563
15564 #: cp/decl.c:14361
15565 msgid "`%D' implicitly declared before its definition"
15566 msgstr ""
15567
15568 #: cp/decl.c:14383 cp/typeck.c:6314
15569 msgid "`operator=' should return a reference to `*this'"
15570 msgstr ""
15571
15572 #: cp/decl.c:14643
15573 msgid "parameter `%D' declared void"
15574 msgstr ""
15575
15576 #: cp/decl.c:15130
15577 msgid "`%D' is already defined in class `%T'"
15578 msgstr ""
15579
15580 #: cp/decl.c:15348
15581 msgid "static member function `%#D' declared with type qualifiers"
15582 msgstr ""
15583
15584 #: cp/decl2.c:153
15585 #, c-format
15586 msgid "duplicate type qualifiers in %s declaration"
15587 msgstr ""
15588
15589 #: cp/decl2.c:192
15590 msgid "template `%#D' instantiated in file without #pragma interface"
15591 msgstr ""
15592
15593 #: cp/decl2.c:198
15594 msgid "template `%#D' defined in file without #pragma interface"
15595 msgstr ""
15596
15597 #: cp/decl2.c:365
15598 msgid "name missing for member function"
15599 msgstr ""
15600
15601 #. Something has gone very wrong.  Assume we are mistakenly reducing
15602 #. an expression instead of a declaration.
15603 #: cp/decl2.c:428
15604 msgid "parser may be lost: is there a '{' missing somewhere?"
15605 msgstr ""
15606
15607 #: cp/decl2.c:459 cp/decl2.c:473
15608 msgid "ambiguous conversion for array subscript"
15609 msgstr ""
15610
15611 #: cp/decl2.c:467
15612 msgid "invalid types `%T[%T]' for array subscript"
15613 msgstr ""
15614
15615 #: cp/decl2.c:515
15616 msgid "type `%#T' argument given to `delete', expected pointer"
15617 msgstr ""
15618
15619 #: cp/decl2.c:523
15620 msgid "anachronistic use of array size in vector delete"
15621 msgstr ""
15622
15623 #: cp/decl2.c:533
15624 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to `delete'"
15625 msgstr ""
15626
15627 #: cp/decl2.c:540
15628 msgid "deleting `%T' is undefined"
15629 msgstr ""
15630
15631 #: cp/decl2.c:548
15632 msgid "deleting array `%#D'"
15633 msgstr ""
15634
15635 #. 14.5.2.2 [temp.mem]
15636 #.
15637 #. A local class shall not have member templates.
15638 #: cp/decl2.c:582
15639 msgid "invalid declaration of member template `%#D' in local class"
15640 msgstr ""
15641
15642 #: cp/decl2.c:591
15643 msgid "invalid use of `virtual' in template declaration of `%#D'"
15644 msgstr ""
15645
15646 #: cp/decl2.c:601 cp/pt.c:2745
15647 msgid "template declaration of `%#D'"
15648 msgstr ""
15649
15650 #: cp/decl2.c:651
15651 msgid "Java method '%D' has non-Java return type `%T'"
15652 msgstr ""
15653
15654 #: cp/decl2.c:660
15655 msgid "Java method '%D' has non-Java parameter type `%T'"
15656 msgstr ""
15657
15658 #: cp/decl2.c:746
15659 msgid "prototype for `%#D' does not match any in class `%T'"
15660 msgstr ""
15661
15662 #: cp/decl2.c:828
15663 msgid "local class `%#T' shall not have static data member `%#D'"
15664 msgstr ""
15665
15666 #: cp/decl2.c:836
15667 msgid "initializer invalid for static member with constructor"
15668 msgstr ""
15669
15670 #: cp/decl2.c:839
15671 msgid "(an out of class initialization is required)"
15672 msgstr ""
15673
15674 #: cp/decl2.c:898
15675 msgid "invalid data member initialization"
15676 msgstr ""
15677
15678 #: cp/decl2.c:901
15679 msgid "(use `=' to initialize static data members)"
15680 msgstr ""
15681
15682 #: cp/decl2.c:947
15683 msgid "member `%D' conflicts with virtual function table field name"
15684 msgstr ""
15685
15686 #: cp/decl2.c:967
15687 msgid "`%D' is already defined in `%T'"
15688 msgstr ""
15689
15690 #: cp/decl2.c:1014
15691 msgid "field initializer is not constant"
15692 msgstr ""
15693
15694 #: cp/decl2.c:1038
15695 msgid "`asm' specifiers are not permitted on non-static data members"
15696 msgstr ""
15697
15698 #: cp/decl2.c:1090
15699 msgid "cannot declare `%D' to be a bit-field type"
15700 msgstr ""
15701
15702 #: cp/decl2.c:1100
15703 msgid "cannot declare bit-field `%D' with function type"
15704 msgstr ""
15705
15706 #: cp/decl2.c:1107
15707 msgid "`%D' is already defined in the class %T"
15708 msgstr ""
15709
15710 #: cp/decl2.c:1114
15711 msgid "static member `%D' cannot be a bit-field"
15712 msgstr ""
15713
15714 #: cp/decl2.c:1201
15715 msgid "initializer specified for non-member function `%D'"
15716 msgstr ""
15717
15718 #: cp/decl2.c:1205
15719 msgid "invalid initializer for virtual method `%D'"
15720 msgstr ""
15721
15722 #: cp/decl2.c:1319
15723 msgid "anonymous struct not inside named type"
15724 msgstr ""
15725
15726 #: cp/decl2.c:1415
15727 msgid "namespace-scope anonymous aggregates must be static"
15728 msgstr ""
15729
15730 #: cp/decl2.c:1428
15731 msgid "anonymous aggregate with no members"
15732 msgstr ""
15733
15734 #: cp/decl2.c:1497
15735 msgid "`operator new' must return type `%T'"
15736 msgstr ""
15737
15738 #: cp/decl2.c:1505
15739 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15740 msgstr ""
15741
15742 #: cp/decl2.c:1532
15743 msgid "`operator delete' must return type `%T'"
15744 msgstr ""
15745
15746 #: cp/decl2.c:1540
15747 msgid "`operator delete' takes type `%T' as first parameter"
15748 msgstr ""
15749
15750 #. Overflow occurred.  That means there are at least 4 billion
15751 #. initialization functions.
15752 #: cp/decl2.c:2282
15753 msgid "too many initialization functions required"
15754 msgstr ""
15755
15756 #: cp/decl2.c:3006
15757 #, fuzzy
15758 msgid "inline function `%D' used but never defined"
15759 msgstr "»%s« verwendet, aber nirgendwo definiert"
15760
15761 #: cp/decl2.c:3135
15762 msgid "use of old-style cast"
15763 msgstr ""
15764
15765 #: cp/decl2.c:3860
15766 msgid "use of `%D' is ambiguous"
15767 msgstr ""
15768
15769 #: cp/decl2.c:3861
15770 msgid "  first declared as `%#D' here"
15771 msgstr ""
15772
15773 #: cp/decl2.c:3864
15774 msgid "  also declared as `%#D' here"
15775 msgstr ""
15776
15777 #: cp/decl2.c:3879
15778 msgid "`%D' denotes an ambiguous type"
15779 msgstr ""
15780
15781 #: cp/decl2.c:3880
15782 msgid "  first type here"
15783 msgstr ""
15784
15785 #: cp/decl2.c:3881
15786 msgid "  other type here"
15787 msgstr ""
15788
15789 #: cp/decl2.c:3982
15790 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15791 msgstr ""
15792
15793 #: cp/decl2.c:4016
15794 msgid "`%D' should have been declared inside `%D'"
15795 msgstr ""
15796
15797 #: cp/decl2.c:4152
15798 msgid "`%D' is not a function,"
15799 msgstr ""
15800
15801 #: cp/decl2.c:4153
15802 msgid "  conflict with `%D'"
15803 msgstr ""
15804
15805 #. The parser did not find it, so it's not there.
15806 #: cp/decl2.c:4473
15807 msgid "unknown namespace `%D'"
15808 msgstr ""
15809
15810 #: cp/decl2.c:4507 cp/decl2.c:4794
15811 msgid "`%T' is not a namespace"
15812 msgstr ""
15813
15814 #: cp/decl2.c:4509
15815 msgid "`%D' is not a namespace"
15816 msgstr ""
15817
15818 #: cp/decl2.c:4518
15819 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15820 msgstr ""
15821
15822 #: cp/decl2.c:4532
15823 msgid "namespace `%D' not allowed in using-declaration"
15824 msgstr ""
15825
15826 #: cp/decl2.c:4561
15827 msgid "`%D' not declared"
15828 msgstr ""
15829
15830 #. If the OLD_FN was really declared, the
15831 #. declarations don't match.
15832 #: cp/decl2.c:4573 cp/decl2.c:4615 cp/decl2.c:4640
15833 msgid "`%D' is already declared in this scope"
15834 msgstr ""
15835
15836 #: cp/decl2.c:4646
15837 msgid "using declaration `%D' introduced ambiguous type `%T'"
15838 msgstr ""
15839
15840 #: cp/decl2.c:4740
15841 msgid "using-declaration for non-member at class scope"
15842 msgstr ""
15843
15844 #: cp/decl2.c:4746
15845 msgid "using-declaration for destructor"
15846 msgstr ""
15847
15848 #: cp/decl2.c:4752
15849 msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
15850 msgstr ""
15851
15852 #: cp/decl2.c:4788
15853 msgid "namespace `%T' undeclared"
15854 msgstr ""
15855
15856 #: cp/decl2.c:4817
15857 msgid "default argument missing for parameter %P of `%+#D'"
15858 msgstr ""
15859
15860 #: cp/decl2.c:4941
15861 msgid "extra qualification `%T::' on member `%D' ignored"
15862 msgstr ""
15863
15864 #: cp/decl2.c:4945
15865 msgid "`%T' does not have a class or union named `%D'"
15866 msgstr ""
15867
15868 #: cp/decl2.c:4963
15869 msgid "`%T' is not a class or union type"
15870 msgstr ""
15871
15872 #: cp/decl2.c:4977
15873 msgid "template argument is required for `%T'"
15874 msgstr ""
15875
15876 #: cp/decl2.c:4995
15877 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
15878 msgstr ""
15879
15880 #: cp/error.c:35
15881 #, c-format
15882 msgid "`%s' not supported by %s"
15883 msgstr ""
15884
15885 #: cp/error.c:571
15886 #, c-format
15887 msgid "<anonymous %s>"
15888 msgstr ""
15889
15890 #: cp/error.c:810
15891 #, c-format
15892 msgid "(static %s for %s)"
15893 msgstr ""
15894
15895 #: cp/error.c:1503
15896 #, c-format
15897 msgid "\\x%x"
15898 msgstr ""
15899
15900 #: cp/error.c:2473
15901 #, c-format
15902 msgid "In %s `%s':"
15903 msgstr ""
15904
15905 #: cp/error.c:2530
15906 #, c-format
15907 msgid "%s: In instantiation of `%s':\n"
15908 msgstr ""
15909
15910 #: cp/error.c:2554
15911 #, c-format
15912 msgid "%s:%d:   instantiated from `%s'\n"
15913 msgstr ""
15914
15915 #: cp/error.c:2559
15916 #, c-format
15917 msgid "%s:%d:   instantiated from here\n"
15918 msgstr ""
15919
15920 #. damn ICE suppression
15921 #: cp/error.c:2713
15922 #, c-format
15923 msgid "unexpected letter `%c' in locate_error\n"
15924 msgstr ""
15925
15926 #. Can't throw a reference.
15927 #: cp/except.c:240
15928 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15929 msgstr ""
15930
15931 #: cp/except.c:251
15932 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15933 msgstr ""
15934
15935 #. Thrown object must be a Throwable.
15936 #: cp/except.c:258
15937 msgid "type `%T' is not derived from `java::lang::Throwable'"
15938 msgstr ""
15939
15940 #: cp/except.c:322
15941 msgid "mixing C++ and Java catches in a single translation unit"
15942 msgstr ""
15943
15944 #: cp/except.c:639
15945 msgid "throwing NULL, which has integral, not pointer type"
15946 msgstr ""
15947
15948 #: cp/except.c:730
15949 msgid "  in thrown expression"
15950 msgstr ""
15951
15952 #: cp/except.c:856
15953 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
15954 msgstr ""
15955
15956 #: cp/except.c:944
15957 msgid "exception of type `%T' will be caught"
15958 msgstr ""
15959
15960 #: cp/except.c:947
15961 msgid "   by earlier handler for `%T'"
15962 msgstr ""
15963
15964 #: cp/except.c:968
15965 msgid "`...' handler must be the last handler for its try block"
15966 msgstr ""
15967
15968 #: cp/friend.c:159
15969 msgid "`%D' is already a friend of class `%T'"
15970 msgstr ""
15971
15972 #: cp/friend.c:161
15973 msgid "previous friend declaration of `%D'"
15974 msgstr ""
15975
15976 #: cp/friend.c:206
15977 msgid "invalid type `%T' declared `friend'"
15978 msgstr ""
15979
15980 #. [temp.friend]
15981 #. Friend declarations shall not declare partial
15982 #. specializations.
15983 #: cp/friend.c:222
15984 msgid "partial specialization `%T' declared `friend'"
15985 msgstr ""
15986
15987 #: cp/friend.c:231
15988 msgid "class `%T' is implicitly friends with itself"
15989 msgstr ""
15990
15991 #. template <class T> friend typename S<T>::X;
15992 #: cp/friend.c:249
15993 msgid "typename type `%#T' declared `friend'"
15994 msgstr ""
15995
15996 #. template <class T> friend class T;
15997 #: cp/friend.c:255
15998 msgid "template parameter type `%T' declared `friend'"
15999 msgstr ""
16000
16001 #. template <class T> friend class A; where A is not a template
16002 #: cp/friend.c:261
16003 msgid "`%#T' is not a template"
16004 msgstr ""
16005
16006 #: cp/friend.c:276
16007 msgid "`%T' is already a friend of `%T'"
16008 msgstr ""
16009
16010 #: cp/friend.c:376
16011 msgid "member `%D' declared as friend before type `%T' defined"
16012 msgstr ""
16013
16014 #: cp/friend.c:431
16015 msgid "friend declaration `%#D' declares a non-template function"
16016 msgstr ""
16017
16018 #: cp/friend.c:434
16019 msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
16020 msgstr ""
16021
16022 #: cp/g++spec.c:211 java/jvspec.c:423
16023 #, c-format
16024 msgid "argument to `%s' missing\n"
16025 msgstr ""
16026
16027 #: cp/init.c:334
16028 msgid "`%D' should be initialized in the member initialization list"
16029 msgstr ""
16030
16031 #: cp/init.c:384
16032 msgid "default-initialization of `%#D', which has reference type"
16033 msgstr ""
16034
16035 #: cp/init.c:389
16036 msgid "uninitialized reference member `%D'"
16037 msgstr ""
16038
16039 #: cp/init.c:397
16040 msgid "initializer list treated as compound expression"
16041 msgstr ""
16042
16043 #: cp/init.c:538
16044 msgid "`%D' will be initialized after"
16045 msgstr ""
16046
16047 #: cp/init.c:541
16048 msgid "base `%T' will be initialized after"
16049 msgstr ""
16050
16051 #: cp/init.c:544
16052 msgid "  `%#D'"
16053 msgstr ""
16054
16055 #: cp/init.c:546
16056 msgid "  base `%T'"
16057 msgstr ""
16058
16059 #: cp/init.c:564
16060 msgid "multiple initializations given for base `%T'"
16061 msgstr ""
16062
16063 #: cp/init.c:631
16064 msgid "initializations for multiple members of `%T'"
16065 msgstr ""
16066
16067 #: cp/init.c:688
16068 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16069 msgstr ""
16070
16071 #: cp/init.c:926
16072 msgid "class `%T' does not have any field named `%D'"
16073 msgstr ""
16074
16075 #: cp/init.c:932
16076 msgid "field `%#D' is static; the only point of initialization is its definition"
16077 msgstr ""
16078
16079 #: cp/init.c:965
16080 msgid "unnamed initializer for `%T', which has no base classes"
16081 msgstr ""
16082
16083 #: cp/init.c:972
16084 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16085 msgstr ""
16086
16087 #: cp/init.c:1007
16088 msgid "type `%D' is not a direct or virtual base of `%T'"
16089 msgstr ""
16090
16091 #: cp/init.c:1010
16092 msgid "type `%D' is not a direct base of `%T'"
16093 msgstr ""
16094
16095 #. Handle bad initializers like:
16096 #. class COMPLEX {
16097 #. public:
16098 #. double re, im;
16099 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16100 #. ~COMPLEX() {};
16101 #. };
16102 #.
16103 #. int main(int argc, char **argv) {
16104 #. COMPLEX zees(1.0, 0.0)[10];
16105 #. }
16106 #.
16107 #: cp/init.c:1104
16108 msgid "bad array initializer"
16109 msgstr ""
16110
16111 #: cp/init.c:1311
16112 msgid "`%T' is not an aggregate type"
16113 msgstr ""
16114
16115 #: cp/init.c:1334
16116 msgid "`%T' fails to be an aggregate typedef"
16117 msgstr ""
16118
16119 #: cp/init.c:1343
16120 msgid "type `%T' is of non-aggregate type"
16121 msgstr ""
16122
16123 #: cp/init.c:1446
16124 msgid "cannot call destructor `%T::~%T' without object"
16125 msgstr ""
16126
16127 #: cp/init.c:1490
16128 msgid "invalid use of non-static field `%D'"
16129 msgstr ""
16130
16131 #. We can get here when processing a bad default
16132 #. argument, like:
16133 #. struct S { int a; void f(int i = a); }
16134 #: cp/init.c:1499 cp/method.c:160
16135 msgid "invalid use of member `%D'"
16136 msgstr ""
16137
16138 #: cp/init.c:1509
16139 msgid "no method `%T::%D'"
16140 msgstr ""
16141
16142 #: cp/init.c:1602
16143 msgid "incomplete type `%T' does not have member `%D'"
16144 msgstr ""
16145
16146 #: cp/init.c:1676
16147 msgid "`%D' is not a member of type `%T'"
16148 msgstr ""
16149
16150 #: cp/init.c:1695
16151 msgid "invalid pointer to bit-field `%D'"
16152 msgstr ""
16153
16154 #: cp/init.c:1734
16155 msgid "object missing in use of pointer-to-member construct"
16156 msgstr ""
16157
16158 #: cp/init.c:1774
16159 msgid "member `%D' is non-static but referenced as a static member"
16160 msgstr ""
16161
16162 #: cp/init.c:1776 cp/typeck.c:2826 cp/typeck.c:2930
16163 msgid "at this point in file"
16164 msgstr ""
16165
16166 #: cp/init.c:1813
16167 #, c-format
16168 msgid "object missing in `%E'"
16169 msgstr ""
16170
16171 #: cp/init.c:1944
16172 msgid "new of array type fails to specify size"
16173 msgstr ""
16174
16175 #: cp/init.c:1955
16176 msgid "size in array new must have integral type"
16177 msgstr ""
16178
16179 #: cp/init.c:1961
16180 msgid "zero size array reserves no space"
16181 msgstr ""
16182
16183 #: cp/init.c:2026
16184 msgid "new cannot be applied to a reference type"
16185 msgstr ""
16186
16187 #: cp/init.c:2032
16188 msgid "new cannot be applied to a function type"
16189 msgstr ""
16190
16191 #: cp/init.c:2079
16192 msgid "call to Java constructor, while `jclass' undefined"
16193 msgstr ""
16194
16195 #: cp/init.c:2095
16196 msgid "can't find class$"
16197 msgstr ""
16198
16199 #: cp/init.c:2209
16200 msgid "invalid type `void' for new"
16201 msgstr ""
16202
16203 #: cp/init.c:2261
16204 #, c-format
16205 msgid "call to Java constructor with `%s' undefined"
16206 msgstr ""
16207
16208 #: cp/init.c:2369
16209 msgid "ISO C++ forbids initialization in array new"
16210 msgstr ""
16211
16212 #: cp/init.c:2391 cp/typeck2.c:367 cp/typeck2.c:1208
16213 msgid "initializer list being treated as compound expression"
16214 msgstr ""
16215
16216 #: cp/init.c:2397
16217 msgid "ISO C++ forbids aggregate initializer to new"
16218 msgstr ""
16219
16220 #: cp/init.c:2485
16221 msgid "uninitialized const in `new' of `%#T'"
16222 msgstr ""
16223
16224 #: cp/init.c:2864
16225 msgid "initializer ends prematurely"
16226 msgstr ""
16227
16228 #: cp/init.c:2934
16229 msgid "cannot initialize multi-dimensional array with initializer"
16230 msgstr ""
16231
16232 #: cp/init.c:3124
16233 msgid "unknown array size in delete"
16234 msgstr ""
16235
16236 #: cp/init.c:3389
16237 msgid "type to vector delete is neither pointer or array type"
16238 msgstr ""
16239
16240 #: cp/lex.c:136
16241 msgid "type name expected before `*'"
16242 msgstr ""
16243
16244 #: cp/lex.c:158
16245 msgid "cannot declare references to references"
16246 msgstr ""
16247
16248 #: cp/lex.c:163
16249 msgid "cannot declare pointers to references"
16250 msgstr ""
16251
16252 #: cp/lex.c:167
16253 msgid "type name expected before `&'"
16254 msgstr ""
16255
16256 #: cp/lex.c:894
16257 #, c-format
16258 msgid "semicolon missing after %s declaration"
16259 msgstr ""
16260
16261 #: cp/lex.c:897
16262 msgid "semicolon missing after declaration of `%T'"
16263 msgstr ""
16264
16265 #: cp/lex.c:945
16266 #, c-format
16267 msgid "junk at end of #pragma %s"
16268 msgstr ""
16269
16270 #: cp/lex.c:952
16271 #, c-format
16272 msgid "invalid #pragma %s"
16273 msgstr ""
16274
16275 #: cp/lex.c:961
16276 msgid "#pragma vtable no longer supported"
16277 msgstr ""
16278
16279 #: cp/lex.c:1038
16280 #, c-format
16281 msgid "#pragma implementation for %s appears after file is included"
16282 msgstr ""
16283
16284 #: cp/lex.c:1063
16285 msgid "junk at end of #pragma GCC java_exceptions"
16286 msgstr ""
16287
16288 #: cp/lex.c:1107
16289 msgid "`%D' not defined"
16290 msgstr ""
16291
16292 #: cp/lex.c:1110
16293 msgid "`%D' was not declared in this scope"
16294 msgstr ""
16295
16296 #: cp/lex.c:1118
16297 msgid "`%D' undeclared (first use this function)"
16298 msgstr ""
16299
16300 #: cp/lex.c:1122
16301 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16302 msgstr ""
16303
16304 #: cp/lex.c:1242
16305 msgid "`::%D' undeclared (first use here)"
16306 msgstr ""
16307
16308 #: cp/mangle.c:2051
16309 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
16310 msgstr ""
16311
16312 #: cp/mangle.c:2363
16313 msgid "the mangled name of `%D' will change in a future version of GCC"
16314 msgstr ""
16315
16316 #: cp/method.c:154
16317 msgid "invalid use of member `%D' in static member function"
16318 msgstr ""
16319
16320 #: cp/method.c:216
16321 msgid "use of namespace `%D' as expression"
16322 msgstr ""
16323
16324 #: cp/method.c:221
16325 msgid "use of class template `%T' as expression"
16326 msgstr ""
16327
16328 #: cp/method.c:234
16329 #, c-format
16330 msgid "use of %s from containing function"
16331 msgstr ""
16332
16333 #: cp/method.c:237
16334 msgid "  `%#D' declared here"
16335 msgstr ""
16336
16337 #: cp/method.c:255
16338 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16339 msgstr ""
16340
16341 #: cp/method.c:458
16342 msgid "generic thunk code fails for method `%#D' which uses `...'"
16343 msgstr ""
16344
16345 #: cp/method.c:697
16346 msgid "non-static const member `%#D', can't use default assignment operator"
16347 msgstr ""
16348
16349 #: cp/method.c:702
16350 msgid "non-static reference member `%#D', can't use default assignment operator"
16351 msgstr ""
16352
16353 #: parse.y:262
16354 msgid "`%s' tag used in naming `%#T'"
16355 msgstr ""
16356
16357 #: parse.y:542
16358 msgid "keyword `export' not implemented, and will be ignored"
16359 msgstr ""
16360
16361 #: parse.y:646
16362 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16363 msgstr ""
16364
16365 #: parse.y:943
16366 msgid "no base or member initializers given following ':'"
16367 msgstr ""
16368
16369 #: parse.y:984
16370 msgid "anachronistic old style base class initializer"
16371 msgstr ""
16372
16373 #. Handle `Class<Class<Type>>' without space in the `>>'
16374 #: parse.y:1117
16375 msgid "`>>' should be `> >' in template class name"
16376 msgstr ""
16377
16378 #: parse.y:1164
16379 msgid "use of template qualifier outside template"
16380 msgstr ""
16381
16382 #: parse.y:1193 parse.y:1202
16383 #, c-format
16384 msgid "ISO C++ forbids an empty condition for `%s'"
16385 msgstr ""
16386
16387 #: parse.y:1225
16388 msgid "definition of class `%T' in condition"
16389 msgstr ""
16390
16391 #: parse.y:1227
16392 msgid "definition of enum `%T' in condition"
16393 msgstr ""
16394
16395 #: parse.y:1238
16396 msgid "definition of array `%#D' in condition"
16397 msgstr ""
16398
16399 #: parse.y:1351
16400 msgid "old style placement syntax, use () instead"
16401 msgstr ""
16402
16403 #: parse.y:1362
16404 msgid "`%T' is not a valid expression"
16405 msgstr ""
16406
16407 #. This was previously allowed as an extension, but
16408 #. was removed in G++ 3.3.
16409 #: parse.y:1369
16410 msgid "initialization of new expression with `='"
16411 msgstr ""
16412
16413 #: parse.y:1395
16414 msgid "ISO C++ forbids compound literals"
16415 msgstr ""
16416
16417 #: parse.y:1642
16418 msgid "ISO C++ forbids braced-groups within expressions"
16419 msgstr ""
16420
16421 #: parse.y:1721
16422 #, fuzzy
16423 msgid "invalid use of template `%D'"
16424 msgstr "ungültige Option »%s«"
16425
16426 #: parse.y:2053 parse.y:2068
16427 msgid "sigof type specifier"
16428 msgstr ""
16429
16430 #: parse.y:2058
16431 msgid "`sigof' applied to non-aggregate expression"
16432 msgstr ""
16433
16434 #: parse.y:2073
16435 msgid "`sigof' applied to non-aggregate type"
16436 msgstr ""
16437
16438 #: parse.y:2339
16439 msgid "using `typename' outside of template"
16440 msgstr ""
16441
16442 #: parse.y:2356
16443 msgid "qualified name does not name a class"
16444 msgstr ""
16445
16446 #: parse.y:2417
16447 #, c-format
16448 msgid "storage class specifier `%s' not allowed after struct or class"
16449 msgstr ""
16450
16451 #: parse.y:2419
16452 #, c-format
16453 msgid "type specifier `%s' not allowed after struct or class"
16454 msgstr ""
16455
16456 #: parse.y:2421
16457 #, c-format
16458 msgid "type qualifier `%s' not allowed after struct or class"
16459 msgstr ""
16460
16461 #: parse.y:2423
16462 msgid "no body nor ';' separates two class, struct or union declarations"
16463 msgstr ""
16464
16465 #: parse.y:2553
16466 msgid "no bases given following `:'"
16467 msgstr ""
16468
16469 #: parse.y:2584 parse.y:2599
16470 msgid "`%D' access"
16471 msgstr ""
16472
16473 #: parse.y:2589
16474 msgid "multiple access specifiers"
16475 msgstr ""
16476
16477 #: parse.y:2607
16478 msgid "multiple `virtual' specifiers"
16479 msgstr ""
16480
16481 #: parse.y:2644
16482 msgid "missing ';' before right brace"
16483 msgstr ""
16484
16485 #: parse.y:2865
16486 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16487 msgstr ""
16488
16489 #: parse.y:3152 parse.y:3172 parse.y:3181 parse.y:3210
16490 msgid "`%T' is not a class or namespace"
16491 msgstr ""
16492
16493 #: parse.y:3377
16494 msgid "ISO C++ forbids label declarations"
16495 msgstr ""
16496
16497 #: parse.y:3537
16498 msgid "ISO C++ forbids computed gotos"
16499 msgstr ""
16500
16501 #: parse.y:3545
16502 msgid "label must be followed by statement"
16503 msgstr ""
16504
16505 #: parse.y:3590
16506 msgid "must have at least one catch per try block"
16507 msgstr ""
16508
16509 #: parse.y:3650
16510 msgid "ISO C++ forbids compound statements inside for initializations"
16511 msgstr ""
16512
16513 #. This helps us recover from really nasty
16514 #. parse errors, for example, a missing right
16515 #. parenthesis.
16516 #: parse.y:3737 parse.y:3747
16517 msgid "possibly missing ')'"
16518 msgstr ""
16519
16520 #: parse.y:3840
16521 msgid "type specifier omitted for parameter"
16522 msgstr ""
16523
16524 #: parse.y:3849
16525 #, c-format
16526 msgid "`%E' is not a type, use `typename %E' to make it one"
16527 msgstr ""
16528
16529 #: parse.y:3851
16530 msgid "no type `%D' in `%T'"
16531 msgstr ""
16532
16533 #: parse.y:3854
16534 #, c-format
16535 msgid "type specifier omitted for parameter `%E'"
16536 msgstr ""
16537
16538 #: parse.y:3862
16539 msgid "'%D' is used as a type, but is not defined as a type."
16540 msgstr ""
16541
16542 #: cp/pt.c:284
16543 msgid "data member `%D' cannot be a member template"
16544 msgstr ""
16545
16546 #: cp/pt.c:296
16547 msgid "invalid member template declaration `%D'"
16548 msgstr ""
16549
16550 #: cp/pt.c:691
16551 msgid "explicit specialization in non-namespace scope `%D'"
16552 msgstr ""
16553
16554 #: cp/pt.c:703
16555 msgid "enclosing class templates are not explicitly specialized"
16556 msgstr ""
16557
16558 #: cp/pt.c:792 cp/pt.c:833
16559 msgid "specializing `%#T' in different namespace"
16560 msgstr ""
16561
16562 #: cp/pt.c:793 cp/pt.c:834
16563 msgid "  from definition of `%#D'"
16564 msgstr ""
16565
16566 #: cp/pt.c:801
16567 msgid "specialization of `%T' after instantiation"
16568 msgstr ""
16569
16570 #: cp/pt.c:848
16571 msgid "specialization `%T' after instantiation `%T'"
16572 msgstr ""
16573
16574 #: cp/pt.c:860
16575 msgid "explicit specialization of non-template `%T'"
16576 msgstr ""
16577
16578 #: cp/pt.c:992
16579 msgid "specialization of %D after instantiation"
16580 msgstr ""
16581
16582 #: cp/pt.c:1096
16583 msgid "%s %+#D"
16584 msgstr ""
16585
16586 #: cp/pt.c:1147
16587 msgid "`%D' is not a function template"
16588 msgstr ""
16589
16590 #: cp/pt.c:1286
16591 msgid "template-id `%D' for `%+D' does not match any template declaration"
16592 msgstr ""
16593
16594 #: cp/pt.c:1294
16595 msgid "ambiguous template specialization `%D' for `%+D'"
16596 msgstr ""
16597
16598 #. This case handles bogus declarations like template <>
16599 #. template <class T> void f<int>();
16600 #: cp/pt.c:1521 cp/pt.c:1595
16601 msgid "template-id `%D' in declaration of primary template"
16602 msgstr ""
16603
16604 #: cp/pt.c:1534
16605 msgid "template parameter list used in explicit instantiation"
16606 msgstr ""
16607
16608 #: cp/pt.c:1540
16609 msgid "definition provided for explicit instantiation"
16610 msgstr ""
16611
16612 #: cp/pt.c:1546
16613 msgid "too many template parameter lists in declaration of `%D'"
16614 msgstr ""
16615
16616 #: cp/pt.c:1562
16617 msgid "too few template parameter lists in declaration of `%D'"
16618 msgstr ""
16619
16620 #: cp/pt.c:1579
16621 msgid "explicit specialization not preceded by `template <>'"
16622 msgstr ""
16623
16624 #: cp/pt.c:1592
16625 msgid "partial specialization `%D' of function template"
16626 msgstr ""
16627
16628 #: cp/pt.c:1624
16629 msgid "default argument specified in explicit specialization"
16630 msgstr ""
16631
16632 #: cp/pt.c:1628
16633 msgid "template specialization with C linkage"
16634 msgstr ""
16635
16636 #. From [temp.expl.spec]:
16637 #.
16638 #. If such an explicit specialization for the member
16639 #. of a class template names an implicitly-declared
16640 #. special member function (clause _special_), the
16641 #. program is ill-formed.
16642 #.
16643 #. Similar language is found in [temp.explicit].
16644 #: cp/pt.c:1715
16645 msgid "specialization of implicitly-declared special member function"
16646 msgstr ""
16647
16648 #: cp/pt.c:1759
16649 msgid "no member function `%D' declared in `%T'"
16650 msgstr ""
16651
16652 #. There are two many template parameter lists.
16653 #: cp/pt.c:1909
16654 msgid "too many template parameter lists in declaration of `%T'"
16655 msgstr ""
16656
16657 #: cp/pt.c:2005
16658 msgid " shadows template parm `%#D'"
16659 msgstr ""
16660
16661 #: cp/pt.c:2409
16662 msgid "template parameters not used in partial specialization:"
16663 msgstr ""
16664
16665 #: cp/pt.c:2413
16666 msgid "        `%D'"
16667 msgstr ""
16668
16669 #: cp/pt.c:2425
16670 msgid "partial specialization `%T' does not specialize any template arguments"
16671 msgstr ""
16672
16673 #: cp/pt.c:2450
16674 #, c-format
16675 msgid "template argument `%E' involves template parameter(s)"
16676 msgstr ""
16677
16678 #: cp/pt.c:2494
16679 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16680 msgstr ""
16681
16682 #: cp/pt.c:2582
16683 msgid "no default argument for `%D'"
16684 msgstr ""
16685
16686 #: cp/pt.c:2735
16687 msgid "template with C linkage"
16688 msgstr ""
16689
16690 #: cp/pt.c:2738
16691 msgid "template class without a name"
16692 msgstr ""
16693
16694 #: cp/pt.c:2815
16695 msgid "`%D' does not declare a template type"
16696 msgstr ""
16697
16698 #: cp/pt.c:2821
16699 msgid "template definition of non-template `%#D'"
16700 msgstr ""
16701
16702 #: cp/pt.c:2862
16703 msgid "expected %d levels of template parms for `%#D', got %d"
16704 msgstr ""
16705
16706 #: cp/pt.c:2874
16707 msgid "got %d template parameters for `%#D'"
16708 msgstr ""
16709
16710 #: cp/pt.c:2877
16711 msgid "got %d template parameters for `%#T'"
16712 msgstr ""
16713
16714 #: cp/pt.c:2879
16715 #, c-format
16716 msgid "  but %d required"
16717 msgstr ""
16718
16719 #: cp/pt.c:2962
16720 msgid "`%T' is not a template type"
16721 msgstr ""
16722
16723 #: cp/pt.c:2978
16724 msgid "previous declaration `%D'"
16725 msgstr ""
16726
16727 #: cp/pt.c:2979
16728 #, c-format
16729 msgid "used %d template parameter%s instead of %d"
16730 msgstr ""
16731
16732 #: cp/pt.c:2995
16733 msgid "template parameter `%#D'"
16734 msgstr ""
16735
16736 #: cp/pt.c:2996
16737 msgid "redeclared here as `%#D'"
16738 msgstr ""
16739
16740 #. We have in [temp.param]:
16741 #.
16742 #. A template-parameter may not be given default arguments
16743 #. by two different declarations in the same scope.
16744 #: cp/pt.c:3006
16745 msgid "redefinition of default argument for `%#D'"
16746 msgstr ""
16747
16748 #: cp/pt.c:3007
16749 msgid "  original definition appeared here"
16750 msgstr ""
16751
16752 #: cp/pt.c:3100
16753 #, c-format
16754 msgid "`%E' is not a valid template argument"
16755 msgstr ""
16756
16757 #: cp/pt.c:3104
16758 msgid "it must be the address of a function with external linkage"
16759 msgstr ""
16760
16761 #: cp/pt.c:3106
16762 msgid "it must be the address of an object with external linkage"
16763 msgstr ""
16764
16765 #: cp/pt.c:3110
16766 msgid "it must be a pointer-to-member of the form `&X::Y'"
16767 msgstr ""
16768
16769 #: cp/pt.c:3121
16770 #, c-format
16771 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16772 msgstr ""
16773
16774 #: cp/pt.c:3133
16775 #, c-format
16776 msgid "address of non-extern `%E' cannot be used as template argument"
16777 msgstr ""
16778
16779 #: cp/pt.c:3144
16780 #, c-format
16781 msgid "non-constant `%E' cannot be used as template argument"
16782 msgstr ""
16783
16784 #: cp/pt.c:3151
16785 #, c-format
16786 msgid "object `%E' cannot be used as template argument"
16787 msgstr ""
16788
16789 #: cp/pt.c:3526
16790 #, c-format
16791 msgid "to refer to a type member of a template parameter, use `typename %E'"
16792 msgstr ""
16793
16794 #: cp/pt.c:3539 cp/pt.c:3555 cp/pt.c:3594
16795 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16796 msgstr ""
16797
16798 #: cp/pt.c:3542
16799 msgid "  expected a constant of type `%T', got `%T'"
16800 msgstr ""
16801
16802 #: cp/pt.c:3546
16803 #, c-format
16804 msgid "  expected a type, got `%E'"
16805 msgstr ""
16806
16807 #: cp/pt.c:3558
16808 msgid "  expected a type, got `%T'"
16809 msgstr ""
16810
16811 #: cp/pt.c:3560
16812 msgid "  expected a class template, got `%T'"
16813 msgstr ""
16814
16815 #: cp/pt.c:3596
16816 msgid "  expected a template of type `%D', got `%D'"
16817 msgstr ""
16818
16819 #: cp/pt.c:3618
16820 msgid "template-argument `%T' uses anonymous type"
16821 msgstr ""
16822
16823 #: cp/pt.c:3621
16824 msgid "template-argument `%T' uses local type `%T'"
16825 msgstr ""
16826
16827 #: cp/pt.c:3631
16828 msgid "template-argument `%T' is a variably modified type"
16829 msgstr ""
16830
16831 #: cp/pt.c:3666
16832 msgid "could not convert template argument `%E' to `%T'"
16833 msgstr ""
16834
16835 #: cp/pt.c:3710
16836 #, c-format
16837 msgid "wrong number of template arguments (%d, should be %d)"
16838 msgstr ""
16839
16840 #: cp/pt.c:3714
16841 msgid "provided for `%D'"
16842 msgstr ""
16843
16844 #: cp/pt.c:3761
16845 #, c-format
16846 msgid "template argument %d is invalid"
16847 msgstr ""
16848
16849 #: cp/pt.c:3997
16850 msgid "non-template used as template"
16851 msgstr ""
16852
16853 #: cp/pt.c:4139
16854 msgid "`%T' is not a template"
16855 msgstr ""
16856
16857 #: cp/pt.c:4152
16858 msgid "non-template type `%T' used as a template"
16859 msgstr ""
16860
16861 #: cp/pt.c:4154
16862 msgid "for template declaration `%D'"
16863 msgstr ""
16864
16865 #: cp/pt.c:4770
16866 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
16867 msgstr ""
16868
16869 #: cp/pt.c:5247
16870 msgid "ambiguous class template instantiation for `%#T'"
16871 msgstr ""
16872
16873 #: cp/pt.c:5254
16874 msgid "%s %+#T"
16875 msgstr ""
16876
16877 #: cp/pt.c:6284 cp/pt.c:6396
16878 msgid "instantiation of `%D' as type `%T'"
16879 msgstr ""
16880
16881 #: cp/pt.c:6440
16882 msgid "invalid parameter type `%T'"
16883 msgstr ""
16884
16885 #: cp/pt.c:6442
16886 msgid "in declaration `%D'"
16887 msgstr ""
16888
16889 #: cp/pt.c:6517
16890 msgid "creating pointer to member function of non-class type `%T'"
16891 msgstr ""
16892
16893 #: cp/pt.c:6680
16894 msgid "creating array with size zero"
16895 msgstr ""
16896
16897 #: cp/pt.c:6694
16898 #, c-format
16899 msgid "creating array with size zero (`%E')"
16900 msgstr ""
16901
16902 #: cp/pt.c:6933
16903 msgid "forming reference to void"
16904 msgstr ""
16905
16906 #: cp/pt.c:6935
16907 msgid "forming %s to reference type `%T'"
16908 msgstr ""
16909
16910 #: cp/pt.c:6973
16911 msgid "creating pointer to member of non-class type `%T'"
16912 msgstr ""
16913
16914 #: cp/pt.c:6979
16915 msgid "creating pointer to member reference type `%T'"
16916 msgstr ""
16917
16918 #: cp/pt.c:7057
16919 msgid "creating array of `%T'"
16920 msgstr ""
16921
16922 #: cp/pt.c:7100
16923 msgid "`%T' is not a class, struct, or union type"
16924 msgstr ""
16925
16926 #: cp/pt.c:7213
16927 #, c-format
16928 msgid "use of `%s' in template"
16929 msgstr ""
16930
16931 #: cp/pt.c:7975
16932 msgid "type `%T' composed from a local class is not a valid template-argument"
16933 msgstr ""
16934
16935 #: cp/pt.c:7976
16936 msgid "  trying to instantiate `%D'"
16937 msgstr ""
16938
16939 #: cp/pt.c:8421
16940 msgid "incomplete type unification"
16941 msgstr ""
16942
16943 #: cp/pt.c:9387
16944 #, c-format
16945 msgid "use of `%s' in template type unification"
16946 msgstr ""
16947
16948 #: cp/pt.c:9821 cp/pt.c:9893
16949 msgid "explicit instantiation of non-template `%#D'"
16950 msgstr ""
16951
16952 #: cp/pt.c:9837 cp/pt.c:9888
16953 msgid "no matching template for `%D' found"
16954 msgstr ""
16955
16956 #: cp/pt.c:9843
16957 msgid "explicit instantiation of `%#D'"
16958 msgstr ""
16959
16960 #: cp/pt.c:9880
16961 msgid "duplicate explicit instantiation of `%#D'"
16962 msgstr ""
16963
16964 #: cp/pt.c:9905
16965 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16966 msgstr ""
16967
16968 #: cp/pt.c:9909 cp/pt.c:9999
16969 msgid "storage class `%D' applied to template instantiation"
16970 msgstr ""
16971
16972 #: cp/pt.c:9966
16973 msgid "explicit instantiation of non-template type `%T'"
16974 msgstr ""
16975
16976 #: cp/pt.c:9980
16977 msgid "explicit instantiation of `%#T' before definition of template"
16978 msgstr ""
16979
16980 #: cp/pt.c:9988
16981 #, c-format
16982 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16983 msgstr ""
16984
16985 #: cp/pt.c:10032
16986 msgid "duplicate explicit instantiation of `%#T'"
16987 msgstr ""
16988
16989 #: cp/pt.c:10412
16990 msgid "explicit instantiation of `%D' but no definition available"
16991 msgstr ""
16992
16993 #: cp/pt.c:10815
16994 msgid "`%#T' is not a valid type for a template constant parameter"
16995 msgstr ""
16996
16997 #: cp/repo.c:271
16998 msgid "-frepo must be used with -c"
16999 msgstr ""
17000
17001 #: cp/repo.c:361
17002 #, c-format
17003 msgid "mysterious repository information in %s"
17004 msgstr ""
17005
17006 #: cp/repo.c:376
17007 #, c-format
17008 msgid "can't create repository information file `%s'"
17009 msgstr ""
17010
17011 #: cp/rtti.c:240
17012 msgid "cannot use typeid with -fno-rtti"
17013 msgstr ""
17014
17015 #: cp/rtti.c:246
17016 msgid "must #include <typeinfo> before using typeid"
17017 msgstr ""
17018
17019 #: cp/rtti.c:320
17020 msgid "cannot create type information for type `%T' because its size is variable"
17021 msgstr ""
17022
17023 #: cp/rtti.c:584 cp/rtti.c:598
17024 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17025 msgstr ""
17026
17027 #: cp/rtti.c:674
17028 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17029 msgstr ""
17030
17031 #: cp/search.c:332
17032 msgid "`%T' is an ambiguous base of `%T'"
17033 msgstr ""
17034
17035 #: cp/search.c:350
17036 msgid "`%T' is an inaccessible base of `%T'"
17037 msgstr ""
17038
17039 #. At parse time, we don't want to give this error, since
17040 #. we won't have enough state to make this kind of
17041 #. decision properly.  But there are times (e.g., with
17042 #. enums in nested classes) when we do need to call
17043 #. this fn at parse time.  So, in those cases, we pass
17044 #. complain as a 0 and just return a NULL_TREE.
17045 #: cp/search.c:1638
17046 msgid "assignment to non-static member `%D' of enclosing class `%T'"
17047 msgstr ""
17048
17049 #: cp/search.c:2050
17050 msgid "adjusting pointers for covariant returns"
17051 msgstr ""
17052
17053 #: cp/search.c:2054 cp/search.c:2061
17054 msgid "invalid covariant return type for `%#D'"
17055 msgstr ""
17056
17057 #: cp/search.c:2055
17058 msgid "  overriding `%#D' (must be pointer or reference to class)"
17059 msgstr ""
17060
17061 #: cp/search.c:2062
17062 msgid "  overriding `%#D' (must use pointer or reference)"
17063 msgstr ""
17064
17065 #: cp/search.c:2067
17066 msgid "conflicting return type specified for `%#D'"
17067 msgstr ""
17068
17069 #: cp/search.c:2068
17070 msgid "  overriding `%#D'"
17071 msgstr ""
17072
17073 #: cp/search.c:2077
17074 #, c-format
17075 msgid "looser throw specifier for `%#F'"
17076 msgstr ""
17077
17078 #: cp/search.c:2078
17079 #, c-format
17080 msgid "  overriding `%#F'"
17081 msgstr ""
17082
17083 #. A static member function cannot match an inherited
17084 #. virtual member function.
17085 #: cp/search.c:2167
17086 msgid "`%#D' cannot be declared"
17087 msgstr ""
17088
17089 #: cp/search.c:2168
17090 msgid "  since `%#D' declared in base class"
17091 msgstr ""
17092
17093 #: cp/search.c:2309
17094 msgid "`%#D' needs a final overrider"
17095 msgstr ""
17096
17097 #: cp/semantics.c:919
17098 #, c-format
17099 msgid "type of asm operand `%E' could not be determined"
17100 msgstr ""
17101
17102 #: cp/semantics.c:1051
17103 msgid "ISO C++ does not permit named return values"
17104 msgstr ""
17105
17106 #: cp/semantics.c:1060
17107 msgid "return identifier `%D' already in place"
17108 msgstr ""
17109
17110 #: cp/semantics.c:1068
17111 msgid "can't redefine default return value for constructors"
17112 msgstr ""
17113
17114 #: cp/semantics.c:1100
17115 msgid "only constructors take base initializers"
17116 msgstr ""
17117
17118 #: cp/semantics.c:1343
17119 msgid "`this' is unavailable for static member functions"
17120 msgstr ""
17121
17122 #: cp/semantics.c:1349
17123 msgid "invalid use of `this' in non-member function"
17124 msgstr ""
17125
17126 #: cp/semantics.c:1351
17127 msgid "invalid use of `this' at top level"
17128 msgstr ""
17129
17130 #: cp/semantics.c:1381
17131 msgid "calling type `%T' like a method"
17132 msgstr ""
17133
17134 #: cp/semantics.c:1419
17135 msgid "destructor specifier `%T::~%T()' must have matching names"
17136 msgstr ""
17137
17138 #: cp/semantics.c:1425
17139 msgid "`%E' is not of type `%T'"
17140 msgstr ""
17141
17142 #: cp/semantics.c:1613
17143 msgid "template type parameters must use the keyword `class' or `typename'"
17144 msgstr ""
17145
17146 #: cp/semantics.c:1652
17147 msgid "invalid default template argument"
17148 msgstr ""
17149
17150 #: cp/semantics.c:1694
17151 msgid "definition of `%#T' inside template parameter list"
17152 msgstr ""
17153
17154 #: cp/semantics.c:1710
17155 msgid "invalid definition of qualified type `%T'"
17156 msgstr ""
17157
17158 #: cp/semantics.c:2053
17159 msgid "invalid base-class specification"
17160 msgstr ""
17161
17162 #: cp/semantics.c:2062
17163 msgid "base class `%T' has cv qualifiers"
17164 msgstr ""
17165
17166 #: cp/semantics.c:2093
17167 msgid "multiple declarators in template declaration"
17168 msgstr ""
17169
17170 #: cp/semantics.c:2120
17171 #, c-format
17172 msgid "type of `%E' is unknown"
17173 msgstr ""
17174
17175 #: cp/spew.c:225
17176 #, c-format
17177 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17178 msgstr ""
17179
17180 #: cp/spew.c:1002 cp/spew.c:1340
17181 msgid "parse error at end of saved function text"
17182 msgstr ""
17183
17184 #: cp/spew.c:1090 cp/spew.c:1178
17185 msgid "%Hend of file read inside definition"
17186 msgstr ""
17187
17188 #: cp/spew.c:1121
17189 msgid "parse error in method specification"
17190 msgstr ""
17191
17192 #: cp/spew.c:1161
17193 msgid "function body for constructor missing"
17194 msgstr ""
17195
17196 #: cp/spew.c:1262
17197 msgid "%Hend of file read inside default argument"
17198 msgstr ""
17199
17200 #: cp/spew.c:1419
17201 msgid "circular dependency in default args of `%#D'"
17202 msgstr ""
17203
17204 #: cp/spew.c:1483
17205 msgid "invalid type `%T' for default argument to `%T'"
17206 msgstr ""
17207
17208 #: cp/spew.c:1548
17209 #, c-format
17210 msgid "%s before `%s'"
17211 msgstr ""
17212
17213 #: cp/spew.c:1550
17214 #, c-format
17215 msgid "%s before `%c'"
17216 msgstr ""
17217
17218 #: cp/spew.c:1552
17219 #, c-format
17220 msgid "%s before `\\%o'"
17221 msgstr ""
17222
17223 #: cp/spew.c:1555
17224 #, c-format
17225 msgid "%s before `%s' token"
17226 msgstr ""
17227
17228 #: cp/tree.c:263 cp/tree.c:275
17229 #, c-format
17230 msgid "non-lvalue in %s"
17231 msgstr ""
17232
17233 #: cp/tree.c:562
17234 msgid "`%V' qualifiers cannot be applied to `%T'"
17235 msgstr ""
17236
17237 #: cp/tree.c:1941
17238 #, c-format
17239 msgid "`%s' attribute can only be applied to Java class definitions"
17240 msgstr ""
17241
17242 #: cp/tree.c:1971
17243 #, c-format
17244 msgid "`%s' attribute can only be applied to class definitions"
17245 msgstr ""
17246
17247 #: cp/tree.c:1977
17248 #, c-format
17249 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17250 msgstr ""
17251
17252 #: cp/tree.c:2002
17253 msgid "requested init_priority is not an integer constant"
17254 msgstr ""
17255
17256 #: cp/tree.c:2023
17257 #, c-format
17258 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17259 msgstr ""
17260
17261 #: cp/tree.c:2031
17262 msgid "requested init_priority is out of range"
17263 msgstr ""
17264
17265 #: cp/tree.c:2041
17266 msgid "requested init_priority is reserved for internal use"
17267 msgstr ""
17268
17269 #: cp/tree.c:2051
17270 #, c-format
17271 msgid "`%s' attribute is not supported on this platform"
17272 msgstr ""
17273
17274 #: cp/tree.c:2588
17275 #, c-format
17276 msgid "lang_* check: failed in %s, at %s:%d"
17277 msgstr ""
17278
17279 #: cp/typeck.c:524
17280 #, c-format
17281 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17282 msgstr ""
17283
17284 #: cp/typeck.c:545
17285 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17286 msgstr ""
17287
17288 #: cp/typeck.c:1436
17289 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17290 msgstr ""
17291
17292 #: cp/typeck.c:1514
17293 #, c-format
17294 msgid "invalid application of `%s' to a member function"
17295 msgstr ""
17296
17297 #: cp/typeck.c:1520
17298 #, c-format
17299 msgid "invalid application of `%s' to non-static member"
17300 msgstr ""
17301
17302 #: cp/typeck.c:1538
17303 msgid "sizeof applied to a bit-field"
17304 msgstr ""
17305
17306 #: cp/typeck.c:1541
17307 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17308 msgstr ""
17309
17310 #: cp/typeck.c:1759
17311 msgid "deprecated conversion from string constant to `%T'"
17312 msgstr ""
17313
17314 #: cp/typeck.c:1890 cp/typeck.c:2122
17315 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17316 msgstr ""
17317
17318 #: cp/typeck.c:1916
17319 msgid "`%D' is not a member of `%T'"
17320 msgstr ""
17321
17322 #: cp/typeck.c:1957 cp/typeck.c:1978
17323 msgid "invalid access to non-static data member `%D' of NULL object"
17324 msgstr ""
17325
17326 #: cp/typeck.c:1959 cp/typeck.c:1980
17327 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17328 msgstr ""
17329
17330 #: cp/typeck.c:2168
17331 msgid "`%D::%D' is not a member of `%T'"
17332 msgstr ""
17333
17334 #: cp/typeck.c:2179
17335 msgid "`%T' is not a base of `%T'"
17336 msgstr ""
17337
17338 #: cp/typeck.c:2199
17339 msgid "destructor specifier `%T::~%T' must have matching names"
17340 msgstr ""
17341
17342 #: cp/typeck.c:2205
17343 msgid "type `%T' has no destructor"
17344 msgstr ""
17345
17346 #: cp/typeck.c:2244
17347 msgid "`%D' is not a member template function"
17348 msgstr ""
17349
17350 #. A pointer to incomplete type (other than cv void) can be
17351 #. dereferenced [expr.unary.op]/1
17352 #: cp/typeck.c:2338
17353 msgid "`%T' is not a pointer-to-object type"
17354 msgstr ""
17355
17356 #: cp/typeck.c:2365
17357 #, c-format
17358 msgid "invalid use of `%s' on pointer to member"
17359 msgstr ""
17360
17361 #: cp/typeck.c:2371
17362 msgid "invalid type argument"
17363 msgstr ""
17364
17365 #: cp/typeck.c:2474
17366 msgid "ISO C++ forbids subscripting non-lvalue array"
17367 msgstr ""
17368
17369 #: cp/typeck.c:2485
17370 msgid "subscripting array declared `register'"
17371 msgstr ""
17372
17373 #: cp/typeck.c:2570
17374 #, c-format
17375 msgid "object missing in use of `%E'"
17376 msgstr ""
17377
17378 #: cp/typeck.c:2674
17379 msgid "ISO C++ forbids calling `::main' from within program"
17380 msgstr ""
17381
17382 #: cp/typeck.c:2699
17383 #, c-format
17384 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17385 msgstr ""
17386
17387 #: cp/typeck.c:2712
17388 #, c-format
17389 msgid "`%E' cannot be used as a function"
17390 msgstr ""
17391
17392 #: cp/typeck.c:2824
17393 msgid "too many arguments to %s `%+#D'"
17394 msgstr ""
17395
17396 #: cp/typeck.c:2865
17397 msgid "parameter type of called function is incomplete"
17398 msgstr ""
17399
17400 #: cp/typeck.c:2928
17401 msgid "too few arguments to %s `%+#D'"
17402 msgstr ""
17403
17404 #: cp/typeck.c:3056 cp/typeck.c:3066
17405 msgid "assuming cast to type `%T' from overloaded function"
17406 msgstr ""
17407
17408 #: cp/typeck.c:3126
17409 #, c-format
17410 msgid "division by zero in `%E / 0'"
17411 msgstr ""
17412
17413 #: cp/typeck.c:3128
17414 #, c-format
17415 msgid "division by zero in `%E / 0.'"
17416 msgstr ""
17417
17418 #: cp/typeck.c:3158
17419 #, c-format
17420 msgid "division by zero in `%E %% 0'"
17421 msgstr ""
17422
17423 #: cp/typeck.c:3160
17424 #, c-format
17425 msgid "division by zero in `%E %% 0.'"
17426 msgstr ""
17427
17428 #: cp/typeck.c:3240
17429 #, c-format
17430 msgid "%s rotate count is negative"
17431 msgstr ""
17432
17433 #: cp/typeck.c:3243
17434 #, c-format
17435 msgid "%s rotate count >= width of type"
17436 msgstr ""
17437
17438 #: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
17439 msgid "ISO C++ forbids comparison between pointer and integer"
17440 msgstr ""
17441
17442 #: cp/typeck.c:3553
17443 msgid "comparison between types `%#T' and `%#T'"
17444 msgstr ""
17445
17446 #: cp/typeck.c:3589
17447 msgid "comparison between signed and unsigned integer expressions"
17448 msgstr ""
17449
17450 #: cp/typeck.c:3654
17451 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17452 msgstr ""
17453
17454 #. Some sort of arithmetic operation involving NULL was
17455 #. performed.  Note that pointer-difference and pointer-addition
17456 #. have already been handled above, and so we don't end up here in
17457 #. that case.
17458 #: cp/typeck.c:3676
17459 msgid "NULL used in arithmetic"
17460 msgstr ""
17461
17462 #: cp/typeck.c:3743
17463 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17464 msgstr ""
17465
17466 #: cp/typeck.c:3745
17467 msgid "ISO C++ forbids using pointer to a function in subtraction"
17468 msgstr ""
17469
17470 #: cp/typeck.c:3747
17471 msgid "ISO C++ forbids using pointer to a method in subtraction"
17472 msgstr ""
17473
17474 #: cp/typeck.c:3749
17475 msgid "ISO C++ forbids using pointer to a member in subtraction"
17476 msgstr ""
17477
17478 #: cp/typeck.c:3761
17479 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17480 msgstr ""
17481
17482 #: cp/typeck.c:3821
17483 #, c-format
17484 msgid "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-id."
17485 msgstr ""
17486
17487 #: cp/typeck.c:3827
17488 #, c-format
17489 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17490 msgstr ""
17491
17492 #: cp/typeck.c:3850
17493 msgid "taking address of temporary"
17494 msgstr ""
17495
17496 #: cp/typeck.c:4091
17497 #, c-format
17498 msgid "ISO C++ forbids %sing an enum"
17499 msgstr ""
17500
17501 #: cp/typeck.c:4103
17502 msgid "cannot %s a pointer to incomplete type `%T'"
17503 msgstr ""
17504
17505 #: cp/typeck.c:4110
17506 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17507 msgstr ""
17508
17509 #: cp/typeck.c:4135
17510 msgid "cast to non-reference type used as lvalue"
17511 msgstr ""
17512
17513 #: cp/typeck.c:4169
17514 msgid "invalid use of `--' on bool variable `%D'"
17515 msgstr ""
17516
17517 #. ARM $3.4
17518 #: cp/typeck.c:4202
17519 msgid "ISO C++ forbids taking address of function `::main'"
17520 msgstr ""
17521
17522 #. An expression like &memfn.
17523 #: cp/typeck.c:4269
17524 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function.  Say `&%T::%D'"
17525 msgstr ""
17526
17527 #: cp/typeck.c:4271
17528 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say `&%T::%D'"
17529 msgstr ""
17530
17531 #: cp/typeck.c:4295
17532 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17533 msgstr ""
17534
17535 #: cp/typeck.c:4324
17536 msgid "attempt to take address of bit-field structure member `%D'"
17537 msgstr ""
17538
17539 #: cp/typeck.c:4444
17540 msgid "taking address of destructor"
17541 msgstr ""
17542
17543 #: cp/typeck.c:4457
17544 msgid "taking address of bound pointer-to-member expression"
17545 msgstr ""
17546
17547 #: cp/typeck.c:4473
17548 msgid "cannot create pointer to reference member `%D'"
17549 msgstr ""
17550
17551 #: cp/typeck.c:4536
17552 msgid "cannot take the address of `this', which is an rvalue expression"
17553 msgstr ""
17554
17555 #: cp/typeck.c:4555
17556 msgid "address requested for `%D', which is declared `register'"
17557 msgstr ""
17558
17559 #: cp/typeck.c:4682
17560 msgid "static_cast from type `%T' to type `%T' casts away constness"
17561 msgstr ""
17562
17563 #: cp/typeck.c:4871
17564 msgid "invalid static_cast from type `%T' to type `%T'"
17565 msgstr ""
17566
17567 #: cp/typeck.c:4910
17568 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17569 msgstr ""
17570
17571 #: cp/typeck.c:4930
17572 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17573 msgstr ""
17574
17575 #: cp/typeck.c:4943
17576 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17577 msgstr ""
17578
17579 #: cp/typeck.c:4952
17580 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17581 msgstr ""
17582
17583 #: cp/typeck.c:4958
17584 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17585 msgstr ""
17586
17587 #: cp/typeck.c:4985
17588 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17589 msgstr ""
17590
17591 #: cp/typeck.c:4988
17592 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17593 msgstr ""
17594
17595 #: cp/typeck.c:5011
17596 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17597 msgstr ""
17598
17599 #: cp/typeck.c:5027
17600 msgid "invalid const_cast from type `%T' to type `%T'"
17601 msgstr ""
17602
17603 #: cp/typeck.c:5069 cp/typeck.c:5074
17604 msgid "ISO C++ forbids casting to an array type `%T'"
17605 msgstr ""
17606
17607 #: cp/typeck.c:5082
17608 msgid "invalid cast to function type `%T'"
17609 msgstr ""
17610
17611 #: cp/typeck.c:5138
17612 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17613 msgstr ""
17614
17615 #: cp/typeck.c:5184
17616 msgid "cast from `%T' to `%T' increases required alignment of target type"
17617 msgstr ""
17618
17619 #: cp/typeck.c:5357
17620 msgid "  in evaluation of `%Q(%#T, %#T)'"
17621 msgstr ""
17622
17623 #: cp/typeck.c:5399
17624 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17625 msgstr ""
17626
17627 #: cp/typeck.c:5463
17628 msgid "incompatible types in assignment of `%T' to `%T'"
17629 msgstr ""
17630
17631 #: cp/typeck.c:5470
17632 msgid "ISO C++ forbids assignment of arrays"
17633 msgstr ""
17634
17635 #: cp/typeck.c:5577
17636 msgid "   in pointer to member function conversion"
17637 msgstr ""
17638
17639 #: cp/typeck.c:5585
17640 msgid "   in pointer to member conversion"
17641 msgstr ""
17642
17643 #. This is a reinterpret cast, we choose to do nothing.
17644 #: cp/typeck.c:5596 cp/typeck.c:5615
17645 msgid "pointer to member cast via virtual base `%T' of `%T'"
17646 msgstr ""
17647
17648 #: cp/typeck.c:5619
17649 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17650 msgstr ""
17651
17652 #: cp/typeck.c:5695
17653 msgid "invalid conversion to type `%T' from type `%T'"
17654 msgstr ""
17655
17656 #: cp/typeck.c:5860
17657 msgid "passing NULL used for non-pointer %s %P of `%D'"
17658 msgstr ""
17659
17660 #: cp/typeck.c:5863
17661 msgid "%s to non-pointer type `%T' from NULL"
17662 msgstr ""
17663
17664 #: cp/typeck.c:5871
17665 msgid "passing `%T' for %s %P of `%D'"
17666 msgstr ""
17667
17668 #: cp/typeck.c:5874
17669 msgid "%s to `%T' from `%T'"
17670 msgstr ""
17671
17672 #: cp/typeck.c:5884
17673 msgid "passing negative value `%E' for %s %P of `%D'"
17674 msgstr ""
17675
17676 #: cp/typeck.c:5887
17677 msgid "%s of negative value `%E' to `%T'"
17678 msgstr ""
17679
17680 #: cp/typeck.c:5982
17681 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17682 msgstr ""
17683
17684 #: cp/typeck.c:5985
17685 msgid "cannot convert `%T' to `%T' in %s"
17686 msgstr ""
17687
17688 #: cp/typeck.c:6073 cp/typeck.c:6075
17689 msgid "in passing argument %P of `%+D'"
17690 msgstr ""
17691
17692 #: cp/typeck.c:6190
17693 msgid "returning reference to temporary"
17694 msgstr ""
17695
17696 #: cp/typeck.c:6197
17697 msgid "reference to non-lvalue returned"
17698 msgstr ""
17699
17700 #: cp/typeck.c:6209
17701 msgid "reference to local variable `%D' returned"
17702 msgstr ""
17703
17704 #: cp/typeck.c:6212
17705 msgid "address of local variable `%D' returned"
17706 msgstr ""
17707
17708 #: cp/typeck.c:6243
17709 msgid "returning a value from a destructor"
17710 msgstr ""
17711
17712 #. If a return statement appears in a handler of the
17713 #. function-try-block of a constructor, the program is ill-formed.
17714 #: cp/typeck.c:6251
17715 msgid "cannot return from a handler of a function-try-block of a constructor"
17716 msgstr ""
17717
17718 #. You can't return a value from a constructor.
17719 #: cp/typeck.c:6254
17720 msgid "returning a value from a constructor"
17721 msgstr ""
17722
17723 #: cp/typeck.c:6271
17724 msgid "return-statement with no value, in function declared with a non-void return type"
17725 msgstr ""
17726
17727 #: cp/typeck.c:6287
17728 msgid "return-statement with a value, in function declared with a void return type"
17729 msgstr ""
17730
17731 #: cp/typeck.c:6308
17732 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17733 msgstr ""
17734
17735 #: cp/typeck2.c:54
17736 msgid "type `%T' is not a base type for type `%T'"
17737 msgstr ""
17738
17739 #: cp/typeck2.c:157
17740 msgid "cannot declare variable `%D' to be of type `%T'"
17741 msgstr ""
17742
17743 #: cp/typeck2.c:160
17744 msgid "cannot declare parameter `%D' to be of type `%T'"
17745 msgstr ""
17746
17747 #: cp/typeck2.c:163
17748 msgid "cannot declare field `%D' to be of type `%T'"
17749 msgstr ""
17750
17751 #: cp/typeck2.c:167
17752 msgid "invalid return type for member function `%#D'"
17753 msgstr ""
17754
17755 #: cp/typeck2.c:169
17756 msgid "invalid return type for function `%#D'"
17757 msgstr ""
17758
17759 #: cp/typeck2.c:172
17760 msgid "cannot allocate an object of type `%T'"
17761 msgstr ""
17762
17763 #: cp/typeck2.c:179
17764 msgid "  because the following virtual functions are abstract:"
17765 msgstr ""
17766
17767 #: cp/typeck2.c:181
17768 msgid "\t%#D"
17769 msgstr ""
17770
17771 #: cp/typeck2.c:184
17772 msgid "  since type `%T' has abstract virtual functions"
17773 msgstr ""
17774
17775 #: cp/typeck2.c:338
17776 msgid "constructor syntax used, but no constructor declared for type `%T'"
17777 msgstr ""
17778
17779 #: cp/typeck2.c:349
17780 msgid "comma expression used to initialize return value"
17781 msgstr ""
17782
17783 #: cp/typeck2.c:358
17784 msgid "cannot initialize arrays using this syntax"
17785 msgstr ""
17786
17787 #: cp/typeck2.c:473
17788 msgid "initializing array with parameter list"
17789 msgstr ""
17790
17791 #: cp/typeck2.c:529
17792 msgid "initializer for scalar variable requires one element"
17793 msgstr ""
17794
17795 #: cp/typeck2.c:536
17796 msgid "braces around scalar initializer for `%T'"
17797 msgstr ""
17798
17799 #: cp/typeck2.c:539
17800 msgid "ignoring extra initializers for `%T'"
17801 msgstr ""
17802
17803 #: cp/typeck2.c:551
17804 msgid "variable-sized object of type `%T' may not be initialized"
17805 msgstr ""
17806
17807 #: cp/typeck2.c:561
17808 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17809 msgstr ""
17810
17811 #: cp/typeck2.c:627
17812 msgid "aggregate has a partly bracketed initializer"
17813 msgstr ""
17814
17815 #: cp/typeck2.c:665 cp/typeck2.c:770
17816 msgid "non-trivial labeled initializers"
17817 msgstr ""
17818
17819 #: cp/typeck2.c:682
17820 msgid "non-empty initializer for array of empty elements"
17821 msgstr ""
17822
17823 #: cp/typeck2.c:736
17824 msgid "initializer list for object of class with virtual base classes"
17825 msgstr ""
17826
17827 #: cp/typeck2.c:742
17828 msgid "initializer list for object of class with base classes"
17829 msgstr ""
17830
17831 #: cp/typeck2.c:748
17832 msgid "initializer list for object using virtual functions"
17833 msgstr ""
17834
17835 #: cp/typeck2.c:811 cp/typeck2.c:827
17836 msgid "missing initializer for member `%D'"
17837 msgstr ""
17838
17839 #: cp/typeck2.c:816
17840 msgid "uninitialized const member `%D'"
17841 msgstr ""
17842
17843 #: cp/typeck2.c:818
17844 msgid "member `%D' with uninitialized const fields"
17845 msgstr ""
17846
17847 #: cp/typeck2.c:821
17848 msgid "member `%D' is uninitialized reference"
17849 msgstr ""
17850
17851 #: cp/typeck2.c:868
17852 msgid "index value instead of field name in union initializer"
17853 msgstr ""
17854
17855 #: cp/typeck2.c:880
17856 msgid "no field `%D' in union being initialized"
17857 msgstr ""
17858
17859 #: cp/typeck2.c:888
17860 msgid "union `%T' with no named members cannot be initialized"
17861 msgstr ""
17862
17863 #: cp/typeck2.c:924
17864 msgid "excess elements in aggregate initializer"
17865 msgstr ""
17866
17867 #: cp/typeck2.c:1038
17868 msgid "circular pointer delegation detected"
17869 msgstr ""
17870
17871 #: cp/typeck2.c:1051
17872 msgid "base operand of `->' has non-pointer type `%T'"
17873 msgstr ""
17874
17875 #: cp/typeck2.c:1065
17876 msgid "result of `operator->()' yields non-pointer result"
17877 msgstr ""
17878
17879 #: cp/typeck2.c:1067
17880 msgid "base operand of `->' is not a pointer"
17881 msgstr ""
17882
17883 #: cp/typeck2.c:1133
17884 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17885 msgstr ""
17886
17887 #: cp/typeck2.c:1140
17888 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17889 msgstr ""
17890
17891 #: cp/typeck2.c:1149
17892 msgid "member type `%T::' incompatible with object type `%T'"
17893 msgstr ""
17894
17895 #: cp/typeck2.c:1186
17896 msgid "`%T' fails to be a typedef or built-in type"
17897 msgstr ""
17898
17899 #: cp/typeck2.c:1259
17900 #, c-format
17901 msgid "ISO C++ forbids defining types within %s"
17902 msgstr ""
17903
17904 #: cp/typeck2.c:1384
17905 msgid "call to function `%D' which throws incomplete type `%#T'"
17906 msgstr ""
17907
17908 #: cp/typeck2.c:1387
17909 msgid "call to function which throws incomplete type `%#T'"
17910 msgstr ""
17911
17912 #. XXX Not i18n clean.
17913 #: cp/cp-tree.h:3936
17914 #, c-format
17915 msgid "%s is deprecated, please see the documentation for details"
17916 msgstr ""
17917
17918 #: cp/lang-options.h:29
17919 msgid "Do not obey access control semantics"
17920 msgstr ""
17921
17922 #: cp/lang-options.h:31
17923 msgid "Change when template instances are emitted"
17924 msgstr ""
17925
17926 #: cp/lang-options.h:36
17927 msgid "Check the return value of new"
17928 msgstr ""
17929
17930 #: cp/lang-options.h:39
17931 msgid "Reduce size of object files"
17932 msgstr ""
17933
17934 #: cp/lang-options.h:43
17935 msgid "Make string literals `char[]' instead of `const char[]'"
17936 msgstr ""
17937
17938 #: cp/lang-options.h:46
17939 msgid "Dump the entire translation unit to a file"
17940 msgstr ""
17941
17942 #: cp/lang-options.h:48
17943 msgid "Do not inline member functions by default"
17944 msgstr ""
17945
17946 #: cp/lang-options.h:51
17947 msgid "Do not generate run time type descriptor information"
17948 msgstr ""
17949
17950 #: cp/lang-options.h:56
17951 msgid "Do not generate code to check exception specifications"
17952 msgstr ""
17953
17954 #: cp/lang-options.h:61
17955 msgid "Scope of for-init-statement vars extends outside"
17956 msgstr ""
17957
17958 #: cp/lang-options.h:64
17959 msgid "Do not recognize GNU defined keywords"
17960 msgstr ""
17961
17962 #: cp/lang-options.h:68
17963 msgid "Enable support for huge objects"
17964 msgstr ""
17965
17966 #: cp/lang-options.h:72
17967 msgid "Export functions even if they can be inlined"
17968 msgstr ""
17969
17970 #: cp/lang-options.h:75
17971 msgid "Only emit explicit template instantiations"
17972 msgstr ""
17973
17974 #: cp/lang-options.h:78
17975 msgid "Only emit explicit instantiations of inline templates"
17976 msgstr ""
17977
17978 #: cp/lang-options.h:84
17979 msgid "Don't pedwarn about uses of Microsoft extensions"
17980 msgstr ""
17981
17982 #: cp/lang-options.h:87
17983 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
17984 msgstr ""
17985
17986 #: cp/lang-options.h:91
17987 msgid "Disable optional diagnostics"
17988 msgstr ""
17989
17990 #: cp/lang-options.h:93
17991 msgid "Downgrade conformance errors to warnings"
17992 msgstr ""
17993
17994 #: cp/lang-options.h:96
17995 msgid "Enable automatic template instantiation"
17996 msgstr ""
17997
17998 #: cp/lang-options.h:101
17999 msgid "Display statistics accumulated during compilation"
18000 msgstr ""
18001
18002 #: cp/lang-options.h:104
18003 msgid "Specify maximum template instantiation depth"
18004 msgstr ""
18005
18006 #: cp/lang-options.h:106
18007 msgid "Use __cxa_atexit to register destructors"
18008 msgstr ""
18009
18010 #: cp/lang-options.h:109
18011 msgid "Discard unused virtual functions"
18012 msgstr ""
18013
18014 #: cp/lang-options.h:112
18015 msgid "Implement vtables using thunks"
18016 msgstr ""
18017
18018 #: cp/lang-options.h:115
18019 msgid "Emit common-like symbols as weak symbols"
18020 msgstr ""
18021
18022 #: cp/lang-options.h:118
18023 msgid "Emit cross referencing information"
18024 msgstr ""
18025
18026 #: cp/lang-options.h:122
18027 msgid "Warn about inconsistent return types"
18028 msgstr ""
18029
18030 #: cp/lang-options.h:125
18031 msgid "Warn about overloaded virtual function names"
18032 msgstr ""
18033
18034 #: cp/lang-options.h:129
18035 msgid "Don't warn when all ctors/dtors are private"
18036 msgstr ""
18037
18038 #: cp/lang-options.h:131
18039 msgid "Warn about non virtual destructors"
18040 msgstr ""
18041
18042 #: cp/lang-options.h:134
18043 msgid "Warn when a function is declared extern, then inline"
18044 msgstr ""
18045
18046 #: cp/lang-options.h:137
18047 msgid "Warn when the compiler reorders code"
18048 msgstr ""
18049
18050 #: cp/lang-options.h:140
18051 msgid "Warn when synthesis behavior differs from Cfront"
18052 msgstr ""
18053
18054 #: cp/lang-options.h:144
18055 msgid "Don't warn when type converting pointers to member functions"
18056 msgstr ""
18057
18058 #: cp/lang-options.h:146
18059 msgid "Warn about violations of Effective C++ style rules"
18060 msgstr ""
18061
18062 #: cp/lang-options.h:149
18063 msgid "Warn when overload promotes from unsigned to signed"
18064 msgstr ""
18065
18066 #: cp/lang-options.h:152
18067 msgid "Warn if a C style cast is used in a program"
18068 msgstr ""
18069
18070 #: cp/lang-options.h:156
18071 msgid "Don't warn when non-templatized friend functions are declared within a template"
18072 msgstr ""
18073
18074 #: cp/lang-options.h:159
18075 msgid "Don't announce deprecation of compiler features"
18076 msgstr ""
18077
18078 #: f/bad.c:387
18079 msgid "note:"
18080 msgstr ""
18081
18082 #: f/bad.c:391
18083 msgid "warning:"
18084 msgstr ""
18085
18086 #: f/bad.c:395
18087 msgid "fatal:"
18088 msgstr ""
18089
18090 #: f/bad.c:437
18091 msgid "(continued):"
18092 msgstr ""
18093
18094 #: f/bad.c:487 f/bad.c:505
18095 msgid "[REPORT BUG!!] %"
18096 msgstr ""
18097
18098 #: f/bad.c:494 f/bad.c:526
18099 msgid "[REPORT BUG!!]"
18100 msgstr ""
18101
18102 #: f/com.c:3132
18103 #, no-c-format
18104 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18105 msgstr ""
18106
18107 #: f/com.c:11623
18108 msgid "no INTEGER type can hold a pointer on this configuration"
18109 msgstr ""
18110
18111 #: f/com.c:11844
18112 #, c-format
18113 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18114 msgstr ""
18115
18116 #: f/com.c:11846
18117 #, c-format
18118 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18119 msgstr ""
18120
18121 #: f/com.c:11848
18122 msgid "properly unless they all are 32 bits wide"
18123 msgstr ""
18124
18125 #: f/com.c:11849
18126 msgid "Please keep this in mind before you report bugs."
18127 msgstr "Bitte bedenken Sie dies, wenn Sie einen Fehlerbericht einsenden."
18128
18129 #. I/O will probably crash.
18130 #: f/com.c:11857
18131 #, c-format
18132 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18133 msgstr ""
18134
18135 #. ASSIGN 10 TO I will crash.
18136 #: f/com.c:11866
18137 #, c-format
18138 msgid ""
18139 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18140 " ASSIGN statement might fail"
18141 msgstr ""
18142
18143 #: f/com.c:13681
18144 msgid "In statement function"
18145 msgstr ""
18146
18147 #: f/com.c:13691
18148 msgid "Outside of any program unit:\n"
18149 msgstr ""
18150
18151 #: f/com.c:15320
18152 #, no-c-format
18153 msgid "%A from %B at %0%C"
18154 msgstr ""
18155
18156 #: f/com.c:15497
18157 msgid "directory name must immediately follow -I"
18158 msgstr ""
18159
18160 #: f/com.c:15640
18161 #, no-c-format
18162 msgid "At %0, INCLUDE file %A exists, but is not readable"
18163 msgstr ""
18164
18165 #: f/com.c:15675
18166 #, no-c-format
18167 msgid "At %0, INCLUDE nesting too deep"
18168 msgstr ""
18169
18170 #: f/expr.c:9614
18171 #, no-c-format
18172 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18173 msgstr ""
18174
18175 #: f/expr.c:9664
18176 #, no-c-format
18177 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18178 msgstr ""
18179
18180 #: f/expr.c:10525
18181 #, no-c-format
18182 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18183 msgstr ""
18184
18185 #: f/expr.c:10896
18186 #, no-c-format
18187 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18188 msgstr ""
18189
18190 #: f/g77spec.c:234
18191 #, c-format
18192 msgid "overflowed output arg list for `%s'"
18193 msgstr ""
18194
18195 #: f/g77spec.c:373
18196 msgid "--driver no longer supported"
18197 msgstr ""
18198
18199 #: f/g77spec.c:386
18200 #, c-format
18201 msgid "argument to `%s' missing"
18202 msgstr ""
18203
18204 #: f/g77spec.c:390
18205 msgid "no input files; unwilling to write output files"
18206 msgstr ""
18207
18208 #: f/implic.c:203
18209 #, no-c-format
18210 msgid "Implicit declaration of `%A' at %0"
18211 msgstr ""
18212
18213 #: f/lex.c:326
18214 #, no-c-format
18215 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18216 msgstr ""
18217
18218 #: f/lex.c:345
18219 #, no-c-format
18220 msgid "Unknown escape sequence `\\%A' at %0"
18221 msgstr ""
18222
18223 #: f/lex.c:354
18224 #, no-c-format
18225 msgid "Unterminated escape sequence `\\' at %0"
18226 msgstr ""
18227
18228 #: f/lex.c:365
18229 #, no-c-format
18230 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18231 msgstr ""
18232
18233 #: f/lex.c:393
18234 #, no-c-format
18235 msgid "\\x used at %0 with no following hex digits"
18236 msgstr ""
18237
18238 #: f/lex.c:407
18239 #, no-c-format
18240 msgid "Hex escape at %0 out of range"
18241 msgstr ""
18242
18243 #: f/lex.c:441
18244 #, no-c-format
18245 msgid "Escape sequence at %0 out of range for character"
18246 msgstr ""
18247
18248 #: f/lex.c:595
18249 msgid "hex escape out of range"
18250 msgstr ""
18251
18252 #: f/lex.c:648
18253 #, c-format
18254 msgid "non-ANSI-standard escape sequence, `\\%c'"
18255 msgstr ""
18256
18257 #: f/lex.c:661
18258 #, c-format
18259 msgid "non-ISO escape sequence `\\%c'"
18260 msgstr ""
18261
18262 #: f/lex.c:665
18263 #, c-format
18264 msgid "unknown escape sequence `\\%c'"
18265 msgstr ""
18266
18267 #: f/lex.c:667
18268 #, c-format
18269 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18270 msgstr ""
18271
18272 #: f/lex.c:744
18273 msgid "badly formed directive -- no closing quote"
18274 msgstr ""
18275
18276 #: f/lex.c:802
18277 msgid "#-lines for entering and leaving files don't match"
18278 msgstr ""
18279
18280 #: f/lex.c:964
18281 msgid "bad directive -- missing close-quote"
18282 msgstr ""
18283
18284 #: f/lex.c:1078
18285 #, c-format
18286 msgid "ignoring pragma: %s"
18287 msgstr ""
18288
18289 #: f/lex.c:1156
18290 msgid "invalid #ident"
18291 msgstr ""
18292
18293 #: f/lex.c:1173
18294 msgid "undefined or invalid # directive"
18295 msgstr ""
18296
18297 #: f/lex.c:1229
18298 msgid "invalid #line"
18299 msgstr ""
18300
18301 #: f/lex.c:1285 f/lex.c:1329
18302 msgid "use `#line ...' instead of `# ...' in first line"
18303 msgstr ""
18304
18305 #: f/lex.c:1339
18306 msgid "invalid #-line"
18307 msgstr ""
18308
18309 #: f/lex.c:1432
18310 #, no-c-format
18311 msgid "Null character at %0 -- line ignored"
18312 msgstr ""
18313
18314 #: f/stb.c:12078
18315 #, no-c-format
18316 msgid "INCLUDE at %0 not the only statement on the source line"
18317 msgstr ""
18318
18319 #: f/ste.c:1400 f/ste.c:1747
18320 msgid "ASSIGNed FORMAT specifier is too small"
18321 msgstr ""
18322
18323 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18324 #: f/ste.c:2624
18325 #, no-c-format
18326 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18327 msgstr ""
18328
18329 #: f/ste.c:2729
18330 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18331 msgstr ""
18332
18333 #: f/ste.c:2959
18334 msgid "ASSIGN to variable that is too small"
18335 msgstr ""
18336
18337 #: f/ste.c:2987
18338 msgid "ASSIGNed GOTO target variable is too small"
18339 msgstr ""
18340
18341 #: f/stu.c:305
18342 #, no-c-format
18343 msgid "Local adjustable symbol `%A' at %0"
18344 msgstr ""
18345
18346 #: f/target.c:2550
18347 msgid "data initializer on host with different endianness"
18348 msgstr ""
18349
18350 #: f/top.c:237
18351 #, c-format
18352 msgid "%s no longer supported -- try -fvxt"
18353 msgstr ""
18354
18355 #: f/top.c:239
18356 #, c-format
18357 msgid "%s no longer supported -- try -fno-vxt -ff90"
18358 msgstr ""
18359
18360 #: f/top.c:307 f/top.c:309
18361 #, c-format
18362 msgid "%s disabled, use normal debugging flags"
18363 msgstr ""
18364
18365 #: f/lang-options.h:33
18366 msgid "Print g77-specific compiler version info, run internal tests"
18367 msgstr ""
18368
18369 #: f/lang-options.h:37
18370 msgid "Program is written in typical FORTRAN 66 dialect"
18371 msgstr ""
18372
18373 #: f/lang-options.h:40
18374 msgid "Program is written in typical Unix f77 dialect"
18375 msgstr ""
18376
18377 #: f/lang-options.h:42
18378 msgid "Program does not use Unix-f77 dialectal features"
18379 msgstr ""
18380
18381 #: f/lang-options.h:44
18382 msgid "Program is written in Fortran-90-ish dialect"
18383 msgstr ""
18384
18385 #: f/lang-options.h:48
18386 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18387 msgstr ""
18388
18389 #: f/lang-options.h:50
18390 msgid "Allow $ in symbol names"
18391 msgstr ""
18392
18393 #: f/lang-options.h:54
18394 msgid "f2c-compatible code need not be generated"
18395 msgstr ""
18396
18397 #: f/lang-options.h:57
18398 msgid "Unsupported; do not generate libf2c-calling code"
18399 msgstr ""
18400
18401 #: f/lang-options.h:59
18402 msgid "Unsupported; affects code-generation of arrays"
18403 msgstr ""
18404
18405 #: f/lang-options.h:62
18406 msgid "Program is written in Fortran-90-ish free form"
18407 msgstr ""
18408
18409 #: f/lang-options.h:67
18410 msgid "Warn about use of (only a few for now) Fortran extensions"
18411 msgstr ""
18412
18413 #: f/lang-options.h:70
18414 msgid "Program is written in VXT (Digital-like) FORTRAN"
18415 msgstr ""
18416
18417 #: f/lang-options.h:73
18418 msgid "Disallow all ugly features"
18419 msgstr ""
18420
18421 #: f/lang-options.h:76
18422 msgid "Hollerith and typeless constants not passed as arguments"
18423 msgstr ""
18424
18425 #: f/lang-options.h:78
18426 msgid "Allow ordinary copying of ASSIGN'ed vars"
18427 msgstr ""
18428
18429 #: f/lang-options.h:81
18430 msgid "Dummy array dimensioned to (1) is assumed-size"
18431 msgstr ""
18432
18433 #: f/lang-options.h:84
18434 msgid "Trailing comma in procedure call denotes null argument"
18435 msgstr ""
18436
18437 #: f/lang-options.h:87
18438 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18439 msgstr ""
18440
18441 #: f/lang-options.h:91
18442 msgid "Initialization via DATA and PARAMETER is type-compatible"
18443 msgstr ""
18444
18445 #: f/lang-options.h:93
18446 msgid "Allow INTEGER and LOGICAL interchangeability"
18447 msgstr ""
18448
18449 #: f/lang-options.h:96
18450 msgid "Print internal debugging-related info"
18451 msgstr ""
18452
18453 #: f/lang-options.h:99
18454 msgid "Initialize local vars and arrays to zero"
18455 msgstr ""
18456
18457 #: f/lang-options.h:103
18458 msgid "Backslashes in character/hollerith constants not special (C-style)"
18459 msgstr ""
18460
18461 #: f/lang-options.h:105
18462 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18463 msgstr ""
18464
18465 #: f/lang-options.h:109
18466 msgid "Disable the appending of underscores to externals"
18467 msgstr ""
18468
18469 #: f/lang-options.h:112
18470 msgid "Never append a second underscore to externals"
18471 msgstr ""
18472
18473 #: f/lang-options.h:114
18474 msgid "Intrinsics spelled as e.g. SqRt"
18475 msgstr ""
18476
18477 #: f/lang-options.h:116
18478 msgid "Intrinsics in uppercase"
18479 msgstr ""
18480
18481 #: f/lang-options.h:119
18482 msgid "Intrinsics letters in arbitrary cases"
18483 msgstr ""
18484
18485 #: f/lang-options.h:121
18486 msgid "Language keywords spelled as e.g. IOStat"
18487 msgstr ""
18488
18489 #: f/lang-options.h:123
18490 msgid "Language keywords in uppercase"
18491 msgstr ""
18492
18493 #: f/lang-options.h:126
18494 msgid "Language keyword letters in arbitrary cases"
18495 msgstr ""
18496
18497 #: f/lang-options.h:128
18498 msgid "Internally convert most source to uppercase"
18499 msgstr ""
18500
18501 #: f/lang-options.h:131
18502 msgid "Internally preserve source case"
18503 msgstr ""
18504
18505 #: f/lang-options.h:133
18506 msgid "Symbol names spelled in mixed case"
18507 msgstr ""
18508
18509 #: f/lang-options.h:135
18510 msgid "Symbol names in uppercase"
18511 msgstr ""
18512
18513 #: f/lang-options.h:137
18514 msgid "Symbol names in lowercase"
18515 msgstr ""
18516
18517 #: f/lang-options.h:140
18518 msgid "Program written in uppercase"
18519 msgstr ""
18520
18521 #: f/lang-options.h:142
18522 msgid "Program written in lowercase"
18523 msgstr ""
18524
18525 #: f/lang-options.h:144
18526 msgid "Program written in strict mixed-case"
18527 msgstr ""
18528
18529 #: f/lang-options.h:146
18530 msgid "Compile as if program written in uppercase"
18531 msgstr ""
18532
18533 #: f/lang-options.h:148
18534 msgid "Compile as if program written in lowercase"
18535 msgstr ""
18536
18537 #: f/lang-options.h:150
18538 msgid "Preserve all spelling (case) used in program"
18539 msgstr ""
18540
18541 #: f/lang-options.h:152
18542 msgid "Delete libU77 intrinsics with bad interfaces"
18543 msgstr ""
18544
18545 #: f/lang-options.h:154
18546 msgid "Disable libU77 intrinsics with bad interfaces"
18547 msgstr ""
18548
18549 #: f/lang-options.h:157
18550 msgid "Hide libU77 intrinsics with bad interfaces"
18551 msgstr ""
18552
18553 #: f/lang-options.h:159
18554 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18555 msgstr ""
18556
18557 #: f/lang-options.h:161
18558 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18559 msgstr ""
18560
18561 #: f/lang-options.h:164
18562 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18563 msgstr ""
18564
18565 #: f/lang-options.h:166
18566 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18567 msgstr ""
18568
18569 #: f/lang-options.h:168
18570 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18571 msgstr ""
18572
18573 #: f/lang-options.h:171
18574 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18575 msgstr ""
18576
18577 #: f/lang-options.h:173
18578 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18579 msgstr ""
18580
18581 #: f/lang-options.h:175
18582 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18583 msgstr ""
18584
18585 #: f/lang-options.h:178
18586 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18587 msgstr ""
18588
18589 #: f/lang-options.h:180
18590 msgid "Delete MIL-STD 1753 intrinsics"
18591 msgstr ""
18592
18593 #: f/lang-options.h:182
18594 msgid "Disable MIL-STD 1753 intrinsics"
18595 msgstr ""
18596
18597 #: f/lang-options.h:185
18598 msgid "Hide MIL-STD 1753 intrinsics"
18599 msgstr ""
18600
18601 #: f/lang-options.h:187
18602 msgid "Delete libU77 intrinsics"
18603 msgstr ""
18604
18605 #: f/lang-options.h:189
18606 msgid "Disable libU77 intrinsics"
18607 msgstr ""
18608
18609 #: f/lang-options.h:192
18610 msgid "Hide libU77 intrinsics"
18611 msgstr ""
18612
18613 #: f/lang-options.h:194
18614 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18615 msgstr ""
18616
18617 #: f/lang-options.h:196
18618 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18619 msgstr ""
18620
18621 #: f/lang-options.h:199
18622 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18623 msgstr ""
18624
18625 #: f/lang-options.h:201
18626 msgid "Treat initial values of 0 like non-zero values"
18627 msgstr ""
18628
18629 #: f/lang-options.h:204
18630 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18631 msgstr ""
18632
18633 #: f/lang-options.h:207
18634 msgid "Take at least one trip through each iterative DO loop"
18635 msgstr ""
18636
18637 #: f/lang-options.h:211
18638 msgid "Print names of program units as they are compiled"
18639 msgstr ""
18640
18641 #: f/lang-options.h:214
18642 msgid "Disable fatal diagnostics about inter-procedural problems"
18643 msgstr ""
18644
18645 #: f/lang-options.h:216
18646 msgid "Make prefix-radix non-decimal constants be typeless"
18647 msgstr ""
18648
18649 #: f/lang-options.h:219
18650 msgid "Generate code to check subscript and substring bounds"
18651 msgstr ""
18652
18653 #: f/lang-options.h:222
18654 msgid "Fortran-specific form of -fbounds-check"
18655 msgstr ""
18656
18657 #: f/lang-options.h:226
18658 msgid "Disable warnings about inter-procedural problems"
18659 msgstr ""
18660
18661 #: f/lang-options.h:230
18662 msgid "Warn about constructs with surprising meanings"
18663 msgstr ""
18664
18665 #: f/lang-options.h:235
18666 msgid "Add a directory for INCLUDE searching"
18667 msgstr ""
18668
18669 #: f/lang-options.h:237
18670 msgid "Set the maximum line length"
18671 msgstr ""
18672
18673 #: f/bad.def:39
18674 #, no-c-format
18675 msgid "Missing first operand for binary operator at %0"
18676 msgstr ""
18677
18678 #: f/bad.def:42
18679 #, no-c-format
18680 msgid "Zero-length character constant at %0"
18681 msgstr ""
18682
18683 #: f/bad.def:45
18684 #, no-c-format
18685 msgid "Invalid token at %0 in expression or subexpression at %1"
18686 msgstr ""
18687
18688 #: f/bad.def:48
18689 #, no-c-format
18690 msgid "Missing operand for operator at %1 at end of expression at %0"
18691 msgstr ""
18692
18693 #: f/bad.def:51
18694 #, no-c-format
18695 msgid "Label %A already defined at %1 when redefined at %0"
18696 msgstr ""
18697
18698 #: f/bad.def:54
18699 #, no-c-format
18700 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18701 msgstr ""
18702
18703 #: f/bad.def:57
18704 #, no-c-format
18705 msgid "Label definition %A at %0 on empty statement (as of %1)"
18706 msgstr ""
18707
18708 #: f/bad.def:65
18709 #, no-c-format
18710 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18711 msgstr ""
18712
18713 #: f/bad.def:68
18714 #, no-c-format
18715 msgid "Line too long as of %0 [info -f g77 M LEX]"
18716 msgstr ""
18717
18718 #: f/bad.def:71
18719 #, no-c-format
18720 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18721 msgstr ""
18722
18723 #: f/bad.def:74
18724 #, no-c-format
18725 msgid "Label number at %0 not in range 1-99999"
18726 msgstr ""
18727
18728 #: f/bad.def:77
18729 #, no-c-format
18730 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18731 msgstr ""
18732
18733 #: f/bad.def:80
18734 #, no-c-format
18735 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18736 msgstr ""
18737
18738 #: f/bad.def:83
18739 #, no-c-format
18740 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18741 msgstr ""
18742
18743 #: f/bad.def:91
18744 #, no-c-format
18745 msgid "Character constant at %0 has no closing apostrophe at %1"
18746 msgstr ""
18747
18748 #: f/bad.def:94
18749 #, no-c-format
18750 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18751 msgstr ""
18752
18753 #: f/bad.def:97
18754 #, no-c-format
18755 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18756 msgstr ""
18757
18758 #: f/bad.def:100
18759 #, no-c-format
18760 msgid "Integer at %0 too large"
18761 msgstr ""
18762
18763 #: f/bad.def:123
18764 #, no-c-format
18765 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18766 msgstr ""
18767
18768 #: f/bad.def:126
18769 #, no-c-format
18770 msgid "Missing close-period between `.%A' at %0 and %1"
18771 msgstr ""
18772
18773 #: f/bad.def:129
18774 #, no-c-format
18775 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18776 msgstr ""
18777
18778 #: f/bad.def:132
18779 #, no-c-format
18780 msgid "Missing value at %1 for real-number exponent at %0"
18781 msgstr ""
18782
18783 #: f/bad.def:135
18784 #, no-c-format
18785 msgid "Expected binary operator between expressions at %0 and at %1"
18786 msgstr ""
18787
18788 #: f/bad.def:253
18789 #, no-c-format
18790 msgid "Semicolon at %0 is an invalid token"
18791 msgstr ""
18792
18793 #: f/bad.def:271
18794 #, no-c-format
18795 msgid "Extraneous comma in FORMAT statement at %0"
18796 msgstr ""
18797
18798 #: f/bad.def:274
18799 #, no-c-format
18800 msgid "Missing comma in FORMAT statement at %0"
18801 msgstr ""
18802
18803 #: f/bad.def:277
18804 #, no-c-format
18805 msgid "Spurious sign in FORMAT statement at %0"
18806 msgstr ""
18807
18808 #: f/bad.def:280
18809 #, no-c-format
18810 msgid "Spurious number in FORMAT statement at %0"
18811 msgstr ""
18812
18813 #: f/bad.def:283
18814 #, no-c-format
18815 msgid "Spurious text trailing number in FORMAT statement at %0"
18816 msgstr ""
18817
18818 #: f/bad.def:291
18819 #, no-c-format
18820 msgid "Unrecognized FORMAT specifier at %0"
18821 msgstr ""
18822
18823 #: f/bad.def:419
18824 #, no-c-format
18825 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18826 msgstr ""
18827
18828 #: f/bad.def:422
18829 #, no-c-format
18830 msgid "Missing number following period in FORMAT statement at %0"
18831 msgstr ""
18832
18833 #: f/bad.def:425
18834 #, no-c-format
18835 msgid "Missing number following `E' in FORMAT statement at %0"
18836 msgstr ""
18837
18838 #: f/bad.def:433
18839 #, no-c-format
18840 msgid "Spurious trailing comma preceding terminator at %0"
18841 msgstr ""
18842
18843 #: f/bad.def:436
18844 #, no-c-format
18845 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
18846 msgstr ""
18847
18848 #: f/bad.def:439
18849 #, no-c-format
18850 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
18851 msgstr ""
18852
18853 #: f/bad.def:452
18854 #, no-c-format
18855 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
18856 msgstr ""
18857
18858 #: f/bad.def:455
18859 #, no-c-format
18860 msgid "Reference to label at %1 inconsistent with its definition at %0"
18861 msgstr ""
18862
18863 #: f/bad.def:458
18864 #, no-c-format
18865 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18866 msgstr ""
18867
18868 #: f/bad.def:461
18869 #, no-c-format
18870 msgid "DO-statement reference to label at %1 follows its definition at %0"
18871 msgstr ""
18872
18873 #: f/bad.def:464
18874 #, no-c-format
18875 msgid "Reference to label at %1 is outside block containing definition at %0"
18876 msgstr ""
18877
18878 #: f/bad.def:467
18879 #, no-c-format
18880 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
18881 msgstr ""
18882
18883 #: f/bad.def:470
18884 #, no-c-format
18885 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
18886 msgstr ""
18887
18888 #: f/bad.def:473
18889 #, no-c-format
18890 msgid "Label definition at %0 invalid on this kind of statement"
18891 msgstr ""
18892
18893 #: f/bad.def:476
18894 #, no-c-format
18895 msgid "Statement at %0 invalid in this context"
18896 msgstr ""
18897
18898 #: f/bad.def:479
18899 #, no-c-format
18900 msgid "Statement at %0 invalid in context established by statement at %1"
18901 msgstr ""
18902
18903 #: f/bad.def:482
18904 #, no-c-format
18905 msgid "Statement at %0 must specify construct name specified at %1"
18906 msgstr ""
18907
18908 #: f/bad.def:485
18909 #, no-c-format
18910 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18911 msgstr ""
18912
18913 #: f/bad.def:488
18914 #, no-c-format
18915 msgid "Construct name at %0 not the same as construct name at %1"
18916 msgstr ""
18917
18918 #: f/bad.def:491
18919 #, no-c-format
18920 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
18921 msgstr ""
18922
18923 #: f/bad.def:494
18924 #, no-c-format
18925 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18926 msgstr ""
18927
18928 #: f/bad.def:497
18929 #, no-c-format
18930 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18931 msgstr ""
18932
18933 #: f/bad.def:500
18934 #, no-c-format
18935 msgid "No label definition for FORMAT statement at %0"
18936 msgstr ""
18937
18938 #: f/bad.def:503
18939 #, no-c-format
18940 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18941 msgstr ""
18942
18943 #: f/bad.def:506
18944 #, no-c-format
18945 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
18946 msgstr ""
18947
18948 #: f/bad.def:509
18949 #, no-c-format
18950 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
18951 msgstr ""
18952
18953 #: f/bad.def:512
18954 #, no-c-format
18955 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18956 msgstr ""
18957
18958 #: f/bad.def:515
18959 #, no-c-format
18960 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18961 msgstr ""
18962
18963 #: f/bad.def:518
18964 #, no-c-format
18965 msgid "Program unit name at %0 not the same as name at %1"
18966 msgstr ""
18967
18968 #: f/bad.def:521
18969 #, no-c-format
18970 msgid "Type name at %0 not the same as name at %1"
18971 msgstr ""
18972
18973 #: f/bad.def:524
18974 #, no-c-format
18975 msgid "End of source file before end of block started at %0"
18976 msgstr ""
18977
18978 #: f/bad.def:527
18979 #, no-c-format
18980 msgid "Undefined label, first referenced at %0"
18981 msgstr ""
18982
18983 #: f/bad.def:530
18984 #, no-c-format
18985 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
18986 msgstr ""
18987
18988 #: f/bad.def:533
18989 #, no-c-format
18990 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
18991 msgstr ""
18992
18993 #: f/bad.def:536
18994 #, no-c-format
18995 msgid "RETURN statement at %0 invalid within a main program unit"
18996 msgstr ""
18997
18998 #: f/bad.def:539
18999 #, no-c-format
19000 msgid "Alternate return specifier at %0 invalid within a main program unit"
19001 msgstr ""
19002
19003 #: f/bad.def:542
19004 #, no-c-format
19005 msgid "Alternate return specifier at %0 invalid within a function"
19006 msgstr ""
19007
19008 #: f/bad.def:545
19009 #, no-c-format
19010 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
19011 msgstr ""
19012
19013 #: f/bad.def:548
19014 #, no-c-format
19015 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
19016 msgstr ""
19017
19018 #: f/bad.def:551
19019 #, no-c-format
19020 msgid "No components specified as of %0 for derived-type definition beginning at %1"
19021 msgstr ""
19022
19023 #: f/bad.def:554
19024 #, no-c-format
19025 msgid "No components specified as of %0 for structure definition beginning at %1"
19026 msgstr ""
19027
19028 #: f/bad.def:557
19029 #, no-c-format
19030 msgid "Missing structure name for outer structure definition at %0"
19031 msgstr ""
19032
19033 #: f/bad.def:560
19034 #, no-c-format
19035 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
19036 msgstr ""
19037
19038 #: f/bad.def:563
19039 #, no-c-format
19040 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
19041 msgstr ""
19042
19043 #: f/bad.def:566
19044 #, no-c-format
19045 msgid "No components specified as of %0 for map beginning at %1"
19046 msgstr ""
19047
19048 #: f/bad.def:569
19049 #, no-c-format
19050 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
19051 msgstr ""
19052
19053 #: f/bad.def:572
19054 #, no-c-format
19055 msgid "Missing %A specifier in statement at %0"
19056 msgstr ""
19057
19058 #: f/bad.def:575
19059 #, no-c-format
19060 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19061 msgstr ""
19062
19063 #: f/bad.def:578
19064 #, no-c-format
19065 msgid "Conflicting I/O control specifications at %0 and %1"
19066 msgstr ""
19067
19068 #: f/bad.def:581
19069 #, no-c-format
19070 msgid "No UNIT= specifier in I/O control list at %0"
19071 msgstr ""
19072
19073 #: f/bad.def:584
19074 #, no-c-format
19075 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
19076 msgstr ""
19077
19078 #: f/bad.def:587
19079 #, no-c-format
19080 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
19081 msgstr ""
19082
19083 #: f/bad.def:595
19084 #, no-c-format
19085 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19086 msgstr ""
19087
19088 #: f/bad.def:598
19089 #, no-c-format
19090 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19091 msgstr ""
19092
19093 #: f/bad.def:601
19094 #, no-c-format
19095 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
19096 msgstr ""
19097
19098 #: f/bad.def:604
19099 #, no-c-format
19100 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
19101 msgstr ""
19102
19103 #: f/bad.def:617
19104 #, no-c-format
19105 msgid "Fortran 90 feature at %0 unsupported"
19106 msgstr ""
19107
19108 #: f/bad.def:630
19109 #, no-c-format
19110 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
19111 msgstr ""
19112
19113 #: f/bad.def:638
19114 #, no-c-format
19115 msgid "Null element at %0 for array reference at %1"
19116 msgstr ""
19117
19118 #: f/bad.def:641
19119 #, no-c-format
19120 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19121 msgstr ""
19122
19123 #: f/bad.def:644
19124 #, no-c-format
19125 msgid "Too many elements as of %0 for array reference at %1"
19126 msgstr ""
19127
19128 #: f/bad.def:647
19129 #, no-c-format
19130 msgid "Missing colon as of %0 in substring reference for %1"
19131 msgstr ""
19132
19133 #: f/bad.def:650
19134 #, no-c-format
19135 msgid "Invalid use at %0 of substring operator on %1"
19136 msgstr ""
19137
19138 #: f/bad.def:653
19139 #, no-c-format
19140 msgid "Substring begin/end point at %0 out of defined range"
19141 msgstr ""
19142
19143 #: f/bad.def:656
19144 #, no-c-format
19145 msgid "Array element value at %0 out of defined range"
19146 msgstr ""
19147
19148 #: f/bad.def:659
19149 #, no-c-format
19150 msgid "Expression at %0 has incorrect data type or rank for its context"
19151 msgstr ""
19152
19153 #: f/bad.def:662
19154 #, no-c-format
19155 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19156 msgstr ""
19157
19158 #: f/bad.def:665
19159 #, no-c-format
19160 msgid "%A step count known to be 0 (zero) at %0"
19161 msgstr ""
19162
19163 #: f/bad.def:668
19164 #, no-c-format
19165 msgid "%A end value plus step count known to overflow at %0"
19166 msgstr ""
19167
19168 #: f/bad.def:671
19169 #, no-c-format
19170 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
19171 msgstr ""
19172
19173 #: f/bad.def:674
19174 #, no-c-format
19175 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
19176 msgstr ""
19177
19178 #: f/bad.def:677
19179 #, no-c-format
19180 msgid "Type disagreement between expressions at %0 and %1"
19181 msgstr ""
19182
19183 #: f/bad.def:690
19184 #, no-c-format
19185 msgid "No specification for implied-DO iterator `%A' at %0"
19186 msgstr ""
19187
19188 #: f/bad.def:693
19189 #, no-c-format
19190 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19191 msgstr ""
19192
19193 #: f/bad.def:696
19194 #, no-c-format
19195 msgid "Zero-size specification invalid at %0"
19196 msgstr ""
19197
19198 #: f/bad.def:699
19199 #, no-c-format
19200 msgid "Zero-size array at %0"
19201 msgstr ""
19202
19203 #: f/bad.def:702
19204 #, no-c-format
19205 msgid "Target machine does not support complex entity of kind specified at %0"
19206 msgstr ""
19207
19208 #: f/bad.def:705
19209 #, no-c-format
19210 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19211 msgstr ""
19212
19213 #: f/bad.def:708
19214 #, no-c-format
19215 msgid "Attempt to raise constant zero to a power at %0"
19216 msgstr ""
19217
19218 #: f/bad.def:806
19219 #, no-c-format
19220 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19221 msgstr ""
19222
19223 #: f/bad.def:809
19224 #, no-c-format
19225 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19226 msgstr ""
19227
19228 #: f/bad.def:812
19229 #, no-c-format
19230 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19231 msgstr ""
19232
19233 #: f/bad.def:815
19234 #, no-c-format
19235 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19236 msgstr ""
19237
19238 #: f/bad.def:818
19239 #, no-c-format
19240 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19241 msgstr ""
19242
19243 #: f/bad.def:821
19244 #, no-c-format
19245 msgid "Unable to open INCLUDE file `%A' at %0"
19246 msgstr ""
19247
19248 #: f/bad.def:839
19249 #, no-c-format
19250 msgid "Null argument at %0 for statement function reference at %1"
19251 msgstr ""
19252
19253 #: f/bad.def:842
19254 #, no-c-format
19255 msgid "Null argument at %0 for procedure invocation at %1"
19256 msgstr ""
19257
19258 #: f/bad.def:845
19259 #, no-c-format
19260 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
19261 msgstr ""
19262
19263 #: f/bad.def:848
19264 #, no-c-format
19265 msgid "%A too many arguments as of %0 for statement function reference at %1"
19266 msgstr ""
19267
19268 #: f/bad.def:851
19269 #, no-c-format
19270 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
19271 msgstr ""
19272
19273 #: f/bad.def:854
19274 #, no-c-format
19275 msgid "Unsupported FORMAT specifier at %0"
19276 msgstr ""
19277
19278 #: f/bad.def:857
19279 #, no-c-format
19280 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19281 msgstr ""
19282
19283 #: f/bad.def:880
19284 #, no-c-format
19285 msgid "Unsupported VXT statement at %0"
19286 msgstr ""
19287
19288 #: f/bad.def:883
19289 #, no-c-format
19290 msgid "Attempt to specify second initial value for `%A' at %0"
19291 msgstr ""
19292
19293 #: f/bad.def:886
19294 #, no-c-format
19295 msgid "Too few initial values in list of initializers for `%A' at %0"
19296 msgstr ""
19297
19298 #: f/bad.def:889
19299 #, no-c-format
19300 msgid "Too many initial values in list of initializers starting at %0"
19301 msgstr ""
19302
19303 #: f/bad.def:892
19304 #, no-c-format
19305 msgid "Array or substring specification for `%A' out of range in statement at %0"
19306 msgstr ""
19307
19308 #: f/bad.def:895
19309 #, no-c-format
19310 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19311 msgstr ""
19312
19313 #: f/bad.def:898
19314 #, no-c-format
19315 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19316 msgstr ""
19317
19318 #: f/bad.def:901
19319 #, no-c-format
19320 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19321 msgstr ""
19322
19323 #: f/bad.def:904
19324 #, no-c-format
19325 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19326 msgstr ""
19327
19328 #: f/bad.def:907
19329 #, no-c-format
19330 msgid "Attempt to specify second initial value for element of `%A' at %0"
19331 msgstr ""
19332
19333 #: f/bad.def:910
19334 #, no-c-format
19335 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19336 msgstr ""
19337
19338 #: f/bad.def:913
19339 #, no-c-format
19340 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19341 msgstr ""
19342
19343 #: f/bad.def:916
19344 #, no-c-format
19345 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19346 msgstr ""
19347
19348 #: f/bad.def:919
19349 #, no-c-format
19350 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19351 msgstr ""
19352
19353 #: f/bad.def:922
19354 #, no-c-format
19355 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19356 msgstr ""
19357
19358 #: f/bad.def:925
19359 #, no-c-format
19360 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19361 msgstr ""
19362
19363 #: f/bad.def:928
19364 #, no-c-format
19365 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19366 msgstr ""
19367
19368 #: f/bad.def:936
19369 #, no-c-format
19370 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19371 msgstr ""
19372
19373 #: f/bad.def:939
19374 #, no-c-format
19375 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19376 msgstr ""
19377
19378 #: f/bad.def:942
19379 #, no-c-format
19380 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19381 msgstr ""
19382
19383 #: f/bad.def:945
19384 #, no-c-format
19385 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19386 msgstr ""
19387
19388 #: f/bad.def:958
19389 #, no-c-format
19390 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19391 msgstr ""
19392
19393 #: f/bad.def:976
19394 #, no-c-format
19395 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19396 msgstr ""
19397
19398 #: f/bad.def:979
19399 #, no-c-format
19400 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19401 msgstr ""
19402
19403 #: f/bad.def:987
19404 #, no-c-format
19405 msgid "Blank common initialized at %0"
19406 msgstr ""
19407
19408 #: f/bad.def:990
19409 #, no-c-format
19410 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19411 msgstr ""
19412
19413 #: f/bad.def:993
19414 #, no-c-format
19415 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19416 msgstr ""
19417
19418 #: f/bad.def:996
19419 #, no-c-format
19420 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19421 msgstr ""
19422
19423 #: f/bad.def:999
19424 #, no-c-format
19425 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19426 msgstr ""
19427
19428 #: f/bad.def:1002
19429 #, no-c-format
19430 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19431 msgstr ""
19432
19433 #: f/bad.def:1005
19434 #, no-c-format
19435 msgid "Initial character `%A' is lower-case in symbol name at %0"
19436 msgstr ""
19437
19438 #: f/bad.def:1013
19439 #, no-c-format
19440 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19441 msgstr ""
19442
19443 #: f/bad.def:1016
19444 #, no-c-format
19445 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19446 msgstr ""
19447
19448 #: f/bad.def:1034
19449 #, no-c-format
19450 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19451 msgstr ""
19452
19453 #: f/bad.def:1037
19454 #, no-c-format
19455 msgid "Truncating characters on right side of character constant at %0"
19456 msgstr ""
19457
19458 #: f/bad.def:1040
19459 #, no-c-format
19460 msgid "Truncating characters on right side of hollerith constant at %0"
19461 msgstr ""
19462
19463 #: f/bad.def:1043
19464 #, no-c-format
19465 msgid "Truncating non-zero data on left side of numeric constant at %0"
19466 msgstr ""
19467
19468 #: f/bad.def:1046
19469 #, no-c-format
19470 msgid "Truncating non-zero data on left side of typeless constant at %0"
19471 msgstr ""
19472
19473 #: f/bad.def:1049
19474 #, no-c-format
19475 msgid "Typeless constant at %0 too large"
19476 msgstr ""
19477
19478 #: f/bad.def:1052
19479 #, no-c-format
19480 msgid "First-column ampersand continuation at %0"
19481 msgstr ""
19482
19483 #: f/bad.def:1055 f/bad.def:1058
19484 #, no-c-format
19485 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19486 msgstr ""
19487
19488 #: f/bad.def:1061 f/bad.def:1064
19489 #, no-c-format
19490 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19491 msgstr ""
19492
19493 #: f/bad.def:1067 f/bad.def:1070
19494 #, no-c-format
19495 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19496 msgstr ""
19497
19498 #: f/bad.def:1073
19499 #, no-c-format
19500 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19501 msgstr ""
19502
19503 #: f/bad.def:1076
19504 #, no-c-format
19505 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19506 msgstr ""
19507
19508 #: f/bad.def:1079 f/bad.def:1082
19509 #, no-c-format
19510 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19511 msgstr ""
19512
19513 #: f/bad.def:1085
19514 #, no-c-format
19515 msgid "Array `%A' at %0 is too large to handle"
19516 msgstr ""
19517
19518 #: f/bad.def:1088
19519 #, no-c-format
19520 msgid "Statement function `%A' defined at %0 is not used"
19521 msgstr ""
19522
19523 #: f/bad.def:1091
19524 #, no-c-format
19525 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19526 msgstr ""
19527
19528 #: f/bad.def:1094
19529 #, no-c-format
19530 msgid "Internal compiler error -- cannot perform operation"
19531 msgstr ""
19532
19533 #. Kind messages are used in diagnostic location reports of the
19534 #. form "<file>: In function `foo': <error message>".
19535 #: f/info-k.def:32
19536 msgid "In unknown kind"
19537 msgstr ""
19538
19539 #: f/info-k.def:33
19540 msgid "In entity"
19541 msgstr ""
19542
19543 #: f/info-k.def:34
19544 msgid "In function"
19545 msgstr ""
19546
19547 #: f/info-k.def:35
19548 msgid "In subroutine"
19549 msgstr ""
19550
19551 #: f/info-k.def:36
19552 msgid "In program"
19553 msgstr ""
19554
19555 #: f/info-k.def:37
19556 msgid "In block-data unit"
19557 msgstr ""
19558
19559 #: f/info-k.def:38
19560 msgid "In common block"
19561 msgstr ""
19562
19563 #: f/info-k.def:39
19564 msgid "In construct"
19565 msgstr ""
19566
19567 #: f/info-k.def:40
19568 msgid "In namelist"
19569 msgstr ""
19570
19571 #: f/info-k.def:41
19572 msgid "In anything"
19573 msgstr ""
19574
19575 #: java/check-init.c:917
19576 #, c-format
19577 msgid "internal error in check-init: tree code not implemented: %s"
19578 msgstr ""
19579
19580 #: java/check-init.c:990
19581 #, c-format
19582 msgid "final field '%s' may not have been initialized"
19583 msgstr ""
19584
19585 #: java/class.c:539 java/class.c:564
19586 msgid "internal error - too many interface type"
19587 msgstr ""
19588
19589 #: java/class.c:677
19590 msgid "bad method signature"
19591 msgstr ""
19592
19593 #: java/class.c:726
19594 msgid "misplaced ConstantValue attribute (not in any field)"
19595 msgstr ""
19596
19597 #: java/class.c:728
19598 #, c-format
19599 msgid "duplicate ConstantValue attribute for field '%s'"
19600 msgstr ""
19601
19602 #: java/class.c:739
19603 #, c-format
19604 msgid "ConstantValue attribute of field '%s' has wrong type"
19605 msgstr ""
19606
19607 #: java/class.c:1103
19608 #, c-format
19609 msgid "field '%s' not found in class"
19610 msgstr ""
19611
19612 #: java/class.c:1365
19613 msgid "abstract method in non-abstract class"
19614 msgstr ""
19615
19616 #: java/class.c:2078
19617 #, c-format
19618 msgid "non-static method '%s' overrides static method"
19619 msgstr ""
19620
19621 #: java/decl.c:1541
19622 #, c-format
19623 msgid "In %s: overlapped variable and exception ranges at %d"
19624 msgstr ""
19625
19626 #: java/decl.c:1622
19627 msgid "bad type in parameter debug info"
19628 msgstr ""
19629
19630 #: java/decl.c:1632
19631 #, c-format
19632 msgid "bad PC range for debug info for local `%s'"
19633 msgstr ""
19634
19635 #: java/expr.c:530
19636 msgid "stack underflow - dup* operation"
19637 msgstr ""
19638
19639 #: java/expr.c:1534
19640 #, c-format
19641 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19642 msgstr ""
19643
19644 #: java/expr.c:1563
19645 #, c-format
19646 msgid "field `%s' not found"
19647 msgstr ""
19648
19649 #: java/expr.c:1715
19650 msgid "ret instruction not implemented"
19651 msgstr ""
19652
19653 #: java/expr.c:1857
19654 #, c-format
19655 msgid "method '%s' not found in class"
19656 msgstr ""
19657
19658 #: java/expr.c:2060
19659 #, c-format
19660 msgid "failed to find class '%s'"
19661 msgstr ""
19662
19663 #: java/expr.c:2070
19664 #, c-format
19665 msgid "class '%s' has no method named '%s' matching signature '%s'"
19666 msgstr ""
19667
19668 #: java/expr.c:2080
19669 msgid "invokestatic on non static method"
19670 msgstr ""
19671
19672 #: java/expr.c:2085
19673 msgid "invokestatic on abstract method"
19674 msgstr ""
19675
19676 #: java/expr.c:2093
19677 msgid "invoke[non-static] on static method"
19678 msgstr ""
19679
19680 #: java/expr.c:2396
19681 #, c-format
19682 msgid "missing field '%s' in '%s'"
19683 msgstr ""
19684
19685 #: java/expr.c:2402
19686 #, c-format
19687 msgid "mismatching signature for field '%s' in '%s'"
19688 msgstr ""
19689
19690 #: java/expr.c:2425
19691 #, c-format
19692 msgid "assignment to final field `%s' not in field's class"
19693 msgstr ""
19694
19695 #: java/expr.c:2430
19696 #, c-format
19697 msgid "assignment to final static field `%s' not in class initializer"
19698 msgstr ""
19699
19700 #: java/expr.c:2437
19701 #, c-format
19702 msgid "assignment to final field `%s' not in constructor"
19703 msgstr ""
19704
19705 #: java/expr.c:2684
19706 #, c-format
19707 msgid "can't expand %s"
19708 msgstr ""
19709
19710 #: java/expr.c:2861
19711 msgid "invalid PC in line number table"
19712 msgstr ""
19713
19714 #. We've just reached the end of a region of dead code.
19715 #: java/expr.c:2906
19716 #, c-format
19717 msgid "unreachable bytecode from %d to before %d"
19718 msgstr ""
19719
19720 #. We've just reached the end of a region of dead code.
19721 #: java/expr.c:2943
19722 #, c-format
19723 msgid "unreachable bytecode from %d to the end of the method"
19724 msgstr ""
19725
19726 #. duplicate code from LOAD macro
19727 #: java/expr.c:3261
19728 msgid "unrecogized wide sub-instruction"
19729 msgstr ""
19730
19731 #: java/jcf-io.c:543
19732 #, c-format
19733 msgid "source file for class `%s' is newer than its matching class file.  Source file `%s' used instead"
19734 msgstr ""
19735
19736 #: java/jcf-parse.c:338
19737 msgid "bad string constant"
19738 msgstr ""
19739
19740 #: java/jcf-parse.c:356
19741 #, c-format
19742 msgid "bad value constant type %d, index %d"
19743 msgstr ""
19744
19745 #: java/jcf-parse.c:528
19746 #, c-format
19747 msgid "can't reopen %s"
19748 msgstr ""
19749
19750 #: java/jcf-parse.c:533
19751 #, c-format
19752 msgid "can't close %s"
19753 msgstr ""
19754
19755 #: java/jcf-parse.c:619
19756 #, c-format
19757 msgid "cannot find file for class %s"
19758 msgstr ""
19759
19760 #: java/jcf-parse.c:631
19761 msgid "not a valid Java .class file"
19762 msgstr ""
19763
19764 #: java/jcf-parse.c:634
19765 msgid "error while parsing constant pool"
19766 msgstr ""
19767
19768 #: java/jcf-parse.c:637
19769 #, c-format
19770 msgid "error in constant pool entry #%d\n"
19771 msgstr ""
19772
19773 #. FIXME - where was first time
19774 #: java/jcf-parse.c:649
19775 #, c-format
19776 msgid "reading class %s for the second time from %s"
19777 msgstr ""
19778
19779 #: java/jcf-parse.c:667
19780 msgid "error while parsing fields"
19781 msgstr ""
19782
19783 #: java/jcf-parse.c:670
19784 msgid "error while parsing methods"
19785 msgstr ""
19786
19787 #: java/jcf-parse.c:673
19788 msgid "error while parsing final attributes"
19789 msgstr ""
19790
19791 #: java/jcf-parse.c:687
19792 #, c-format
19793 msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute.  This generally means that your classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
19794 msgstr ""
19795
19796 #: java/jcf-parse.c:777
19797 msgid "missing Code attribute"
19798 msgstr ""
19799
19800 #: java/jcf-parse.c:1014
19801 msgid "source file seen twice on command line and will be compiled only once"
19802 msgstr ""
19803
19804 #: java/jcf-parse.c:1030
19805 msgid "no input file specified"
19806 msgstr ""
19807
19808 #: java/jcf-parse.c:1059
19809 #, c-format
19810 msgid "can't close input file %s"
19811 msgstr ""
19812
19813 #: java/jcf-parse.c:1096
19814 #, c-format
19815 msgid "bad zip/jar file %s"
19816 msgstr ""
19817
19818 #: java/jcf-write.c:2650
19819 #, c-format
19820 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19821 msgstr ""
19822
19823 #: java/jcf-write.c:2988
19824 msgid "field initializer type mismatch"
19825 msgstr ""
19826
19827 #: java/jcf-write.c:3419
19828 #, c-format
19829 msgid "can't create directory %s"
19830 msgstr ""
19831
19832 #: java/jcf-write.c:3473
19833 #, c-format
19834 msgid "can't create %s"
19835 msgstr "Es ist nicht möglich %s zu erzeugen"
19836
19837 #: java/jv-scan.c:187
19838 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19839 msgstr ""
19840
19841 #: java/jv-scan.c:190
19842 #, c-format
19843 msgid "can't open output file `%s'"
19844 msgstr ""
19845
19846 #: java/jv-scan.c:224
19847 #, c-format
19848 msgid "file not found `%s'"
19849 msgstr ""
19850
19851 #: java/jvspec.c:426
19852 msgid "can't specify `-D' without `--main'\n"
19853 msgstr ""
19854
19855 #: java/jvspec.c:429
19856 #, c-format
19857 msgid "`%s' is not a valid class name"
19858 msgstr "»%s« ist kein gültiger Klassenname"
19859
19860 #: java/jvspec.c:435
19861 msgid "--resource requires -o"
19862 msgstr "--resource erfordert -o"
19863
19864 #: java/jvspec.c:442
19865 msgid "warning: already-compiled .class files ignored with -C"
19866 msgstr ""
19867
19868 #: java/jvspec.c:449
19869 msgid "cannot specify both -C and -o"
19870 msgstr "-C und -o können nicht zusammen angegeben werden"
19871
19872 #: java/jvspec.c:461
19873 msgid "cannot create temporary file"
19874 msgstr "temporäre Datei konnte nicht angelegt werden"
19875
19876 #: java/jvspec.c:489
19877 msgid "using both @FILE with multiple files not implemented"
19878 msgstr ""
19879
19880 #: java/jvspec.c:538
19881 msgid "cannot specify `main' class when not linking"
19882 msgstr ""
19883
19884 #: java/lang.c:548
19885 msgid "can't do dependency tracking with input from stdin"
19886 msgstr ""
19887
19888 #: java/lang.c:564
19889 msgid "couldn't determine target name for dependency tracking"
19890 msgstr ""
19891
19892 #: java/lex.c:303
19893 #, c-format
19894 msgid ""
19895 "unknown encoding: `%s'\n"
19896 "This might mean that your locale's encoding is not supported\n"
19897 "by your system's iconv(3) implementation.  If you aren't trying\n"
19898 "to use a particular encoding for your input file, try the\n"
19899 "`--encoding=UTF-8' option"
19900 msgstr ""
19901
19902 #: java/mangle.c:85
19903 #, c-format
19904 msgid "can't mangle %s"
19905 msgstr ""
19906
19907 #: java/mangle_name.c:144 java/mangle_name.c:216
19908 msgid "internal error - invalid Utf8 name"
19909 msgstr ""
19910
19911 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:881
19912 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:962
19913 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1303
19914 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1364
19915 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1574
19916 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1796
19917 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1805
19918 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1816
19919 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1827
19920 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1839
19921 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1854
19922 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1871
19923 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1873
19924 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1945
19925 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2116
19926 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2178
19927 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2330
19928 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2342
19929 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2349
19930 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2356
19931 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2367
19932 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2369
19933 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2407
19934 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2409
19935 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2411
19936 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2432
19937 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2434
19938 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2436
19939 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2452
19940 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2454
19941 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2475
19942 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2477
19943 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2479
19944 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2507
19945 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2509
19946 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2511
19947 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2513
19948 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2531
19949 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2533
19950 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2544
19951 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2555
19952 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2566
19953 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2577
19954 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2588
19955 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2601
19956 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2605
19957 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2607
19958 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2620
19959 msgid "Missing term"
19960 msgstr ""
19961
19962 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:883
19963 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:734
19964 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:772
19965 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:797
19966 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:983
19967 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1338
19968 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1550
19969 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1552
19970 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1781
19971 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1807
19972 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1818
19973 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1829
19974 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1841
19975 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1856
19976 msgid "';' expected"
19977 msgstr ""
19978
19979 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:732
19980 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:770
19981 msgid "Missing name"
19982 msgstr ""
19983
19984 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:795
19985 msgid "'*' expected"
19986 msgstr ""
19987
19988 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:809
19989 msgid "Class or interface declaration expected"
19990 msgstr ""
19991
19992 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:846
19993 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:848
19994 msgid "Missing class name"
19995 msgstr ""
19996
19997 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:851
19998 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:855
19999 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:863
20000 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1023
20001 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1284
20002 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1286
20003 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1616
20004 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1867
20005 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1899
20006 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1952
20007 msgid "'{' expected"
20008 msgstr ""
20009
20010 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:865
20011 msgid "Missing super class name"
20012 msgstr ""
20013
20014 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:875
20015 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:891
20016 msgid "Missing interface name"
20017 msgstr ""
20018
20019 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:977
20020 msgid "Missing variable initializer"
20021 msgstr ""
20022
20023 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:994
20024 msgid "Invalid declaration"
20025 msgstr ""
20026
20027 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:997
20028 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1082
20029 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2153
20030 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2175
20031 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2179
20032 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2214
20033 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2291
20034 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2301
20035 msgid "']' expected"
20036 msgstr ""
20037
20038 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1001
20039 msgid "Unbalanced ']'"
20040 msgstr ""
20041
20042 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1037
20043 msgid "Invalid method declaration, method name required"
20044 msgstr ""
20045
20046 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1042
20047 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1047
20048 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1052
20049 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2036
20050 msgid "Identifier expected"
20051 msgstr ""
20052
20053 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1057
20054 msgid "Invalid method declaration, return type required"
20055 msgstr ""
20056
20057 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1080
20058 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1530
20059 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1537
20060 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1546
20061 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1548
20062 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1576
20063 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1684
20064 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1981
20065 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2034
20066 msgid "')' expected"
20067 msgstr ""
20068
20069 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1096
20070 msgid "Missing formal parameter term"
20071 msgstr ""
20072
20073 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1111
20074 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1116
20075 msgid "Missing identifier"
20076 msgstr ""
20077
20078 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1136
20079 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1145
20080 msgid "Missing class type term"
20081 msgstr ""
20082
20083 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1301
20084 msgid "Invalid interface type"
20085 msgstr ""
20086
20087 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1494
20088 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1663
20089 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1665
20090 msgid "':' expected"
20091 msgstr ""
20092
20093 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1516
20094 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1521
20095 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1526
20096 msgid "Invalid expression statement"
20097 msgstr ""
20098
20099 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1544
20100 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1572
20101 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1612
20102 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1680
20103 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1748
20104 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1869
20105 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1938
20106 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2028
20107 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2030
20108 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2038
20109 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2274
20110 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2276
20111 msgid "'(' expected"
20112 msgstr ""
20113
20114 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1614
20115 msgid "Missing term or ')'"
20116 msgstr ""
20117
20118 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1661
20119 msgid "Missing or invalid constant expression"
20120 msgstr ""
20121
20122 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1682
20123 msgid "Missing term and ')' expected"
20124 msgstr ""
20125
20126 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1721
20127 msgid "Invalid control expression"
20128 msgstr ""
20129
20130 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1723
20131 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1725
20132 msgid "Invalid update expression"
20133 msgstr ""
20134
20135 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1750
20136 msgid "Invalid init statement"
20137 msgstr ""
20138
20139 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1941
20140 msgid "Missing term or ')' expected"
20141 msgstr ""
20142
20143 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1983
20144 msgid "'class' or 'this' expected"
20145 msgstr ""
20146
20147 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1985
20148 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1987
20149 msgid "'class' expected"
20150 msgstr ""
20151
20152 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2032
20153 msgid "')' or term expected"
20154 msgstr ""
20155
20156 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2151
20157 msgid "'[' expected"
20158 msgstr ""
20159
20160 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2229
20161 msgid "Field expected"
20162 msgstr ""
20163
20164 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2286
20165 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2296
20166 msgid "Missing term and ']' expected"
20167 msgstr ""
20168
20169 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2400
20170 msgid "']' expected, invalid type expression"
20171 msgstr ""
20172
20173 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2403
20174 msgid "Invalid type expression"
20175 msgstr ""
20176
20177 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2515
20178 msgid "Invalid reference type"
20179 msgstr ""
20180
20181 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2993
20182 msgid "Constructor invocation must be first thing in a constructor"
20183 msgstr ""
20184
20185 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2995
20186 msgid "Only constructors can invoke constructors"
20187 msgstr ""
20188
20189 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3004
20190 #, c-format
20191 msgid ": `%s' JDK1.1(TM) feature"
20192 msgstr ""
20193
20194 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3064
20195 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3066
20196 #, c-format
20197 msgid ""
20198 "%s.\n"
20199 "%s"
20200 msgstr ""
20201
20202 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6879
20203 #, c-format
20204 msgid "malformed .zip archive in CLASSPATH: %s"
20205 msgstr ""
20206
20207 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6950
20208 #, c-format
20209 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
20210 msgstr ""
20211
20212 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12352
20213 #, c-format
20214 msgid "missing static field `%s'"
20215 msgstr ""
20216
20217 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12357
20218 #, c-format
20219 msgid "not a static field `%s'"
20220 msgstr ""
20221
20222 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12400
20223 #, c-format
20224 msgid "No case for %s"
20225 msgstr ""
20226
20227 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:13365
20228 #, c-format
20229 msgid "unregistered operator %s"
20230 msgstr ""
20231
20232 #: java/typeck.c:553
20233 msgid "junk at end of signature string"
20234 msgstr ""
20235
20236 #: java/verify.c:479
20237 msgid "bad pc in exception_table"
20238 msgstr ""
20239
20240 #: java/verify.c:485
20241 msgid "exception handler inside code that is being protected"
20242 msgstr ""
20243
20244 #: java/verify.c:1395
20245 #, c-format
20246 msgid "unknown opcode %d@pc=%d during verification"
20247 msgstr ""
20248
20249 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20250 #, c-format
20251 msgid "verification error at PC=%d"
20252 msgstr ""
20253
20254 #: java/lang-options.h:32
20255 msgid "Disable automatic array bounds checking"
20256 msgstr ""
20257
20258 #: java/lang-options.h:34
20259 msgid "Disable assignability checks for stores into object arrays"
20260 msgstr ""
20261
20262 #: java/lang-options.h:36
20263 msgid "Assume native functions are implemented using JNI"
20264 msgstr ""
20265
20266 #: java/lang-options.h:38
20267 msgid "Replace system path"
20268 msgstr ""
20269
20270 #: java/lang-options.h:40
20271 msgid "Set class path"
20272 msgstr ""
20273
20274 #: java/lang-options.h:42
20275 msgid "Set class path (deprecated: use --classpath instead)"
20276 msgstr ""
20277
20278 #: java/lang-options.h:44
20279 msgid "Choose class whose main method should be used"
20280 msgstr ""
20281
20282 #: java/lang-options.h:46
20283 msgid "Choose input encoding (default comes from locale)"
20284 msgstr ""
20285
20286 #: java/lang-options.h:48
20287 msgid "Add directory to class path"
20288 msgstr ""
20289
20290 #: java/lang-options.h:50
20291 msgid "Directory where class files should be written"
20292 msgstr ""
20293
20294 #: java/lang-options.h:52
20295 msgid "Warn if modifiers are specified when not necessary"
20296 msgstr ""
20297
20298 #: java/lang-options.h:54
20299 msgid "Warn if deprecated empty statements are found"
20300 msgstr ""
20301
20302 #: java/lang-options.h:56
20303 msgid "Warn if .class files are out of date"
20304 msgstr ""
20305
20306 #: java/lang-options.h:58
20307 msgid "Always check for non gcj generated classes archives"
20308 msgstr ""
20309
20310 #: java/lang-options.h:60
20311 msgid "Never optimize static class initialization code"
20312 msgstr ""
20313
20314 #: java/lang-options.h:62
20315 msgid "Use offset tables for virtual method calls"
20316 msgstr ""
20317
20318 #: objc/objc-act.c:651
20319 #, c-format
20320 msgid "object does not conform to the `%s' protocol"
20321 msgstr ""
20322
20323 #: objc/objc-act.c:737 objc/objc-act.c:810
20324 #, c-format
20325 msgid "class `%s' does not implement the `%s' protocol"
20326 msgstr ""
20327
20328 #: objc/objc-act.c:914
20329 #, c-format
20330 msgid "`%s' cannot be statically allocated"
20331 msgstr ""
20332
20333 #: objc/objc-act.c:963
20334 #, c-format
20335 msgid "unexpected type for `id' (%s)"
20336 msgstr ""
20337
20338 #: objc/objc-act.c:968
20339 msgid "undefined type `id', please import <objc/objc.h>"
20340 msgstr ""
20341
20342 #: objc/objc-act.c:1019
20343 #, c-format
20344 msgid "protocol `%s' has circular dependency"
20345 msgstr ""
20346
20347 #: objc/objc-act.c:1041 objc/objc-act.c:5301
20348 #, c-format
20349 msgid "cannot find protocol declaration for `%s'"
20350 msgstr ""
20351
20352 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
20353 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1799
20354 #, c-format
20355 msgid "cannot find interface declaration for `%s'"
20356 msgstr ""
20357
20358 #: objc/objc-act.c:1328
20359 #, c-format
20360 msgid "cannot find reference tag for class `%s'"
20361 msgstr ""
20362
20363 #: objc/objc-act.c:2050
20364 #, c-format
20365 msgid "creating selector for non existant method %s"
20366 msgstr ""
20367
20368 #: objc/objc-act.c:2364
20369 #, c-format
20370 msgid "cannot find class `%s'"
20371 msgstr ""
20372
20373 #: objc/objc-act.c:2366
20374 #, c-format
20375 msgid "class `%s' already exists"
20376 msgstr ""
20377
20378 #. fatal did not work with 2 args...should fix
20379 #: objc/objc-act.c:2473
20380 #, c-format
20381 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20382 msgstr ""
20383
20384 #: objc/objc-act.c:2480
20385 #, c-format
20386 msgid "circular inheritance in interface declaration for `%s'"
20387 msgstr ""
20388
20389 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20390 msgid "inconsistent instance variable specification"
20391 msgstr ""
20392
20393 #: objc/objc-act.c:4580
20394 msgid "can not use an object as parameter to a method\n"
20395 msgstr ""
20396
20397 #: objc/objc-act.c:4780
20398 #, c-format
20399 msgid "multiple declarations for method `%s'"
20400 msgstr ""
20401
20402 #: objc/objc-act.c:4946
20403 #, c-format
20404 msgid "invalid receiver type `%s'"
20405 msgstr ""
20406
20407 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20408 #, c-format
20409 msgid "`%s' does not respond to `%s'"
20410 msgstr ""
20411
20412 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20413 #, c-format
20414 msgid "no super class declared in interface for `%s'"
20415 msgstr ""
20416
20417 #: objc/objc-act.c:5081
20418 msgid "cannot find class (factory) method"
20419 msgstr ""
20420
20421 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20422 #, c-format
20423 msgid "return type for `%s' defaults to id"
20424 msgstr ""
20425
20426 #: objc/objc-act.c:5099
20427 #, c-format
20428 msgid "method `%s' not implemented by protocol"
20429 msgstr ""
20430
20431 #: objc/objc-act.c:5108
20432 msgid "return type defaults to id"
20433 msgstr ""
20434
20435 #: objc/objc-act.c:5125
20436 msgid "cannot find method"
20437 msgstr ""
20438
20439 #: objc/objc-act.c:5399
20440 #, c-format
20441 msgid "undeclared selector `%s'"
20442 msgstr ""
20443
20444 #. Historically, a class method that produced objects (factory
20445 #. method) would assign `self' to the instance that it
20446 #. allocated.  This would effectively turn the class method into
20447 #. an instance method.  Following this assignment, the instance
20448 #. variables could be accessed.  That practice, while safe,
20449 #. violates the simple rule that a class method should not refer
20450 #. to an instance variable.  It's better to catch the cases
20451 #. where this is done unknowingly than to support the above
20452 #. paradigm.
20453 #: objc/objc-act.c:5443
20454 #, c-format
20455 msgid "instance variable `%s' accessed in class method"
20456 msgstr ""
20457
20458 #: objc/objc-act.c:5678
20459 #, c-format
20460 msgid "duplicate definition of class method `%s'"
20461 msgstr ""
20462
20463 #: objc/objc-act.c:5684
20464 #, c-format
20465 msgid "duplicate declaration of class method `%s'"
20466 msgstr ""
20467
20468 #: objc/objc-act.c:5720
20469 #, c-format
20470 msgid "duplicate definition of instance method `%s'"
20471 msgstr ""
20472
20473 #: objc/objc-act.c:5726
20474 #, c-format
20475 msgid "duplicate declaration of instance method `%s'"
20476 msgstr ""
20477
20478 #: objc/objc-act.c:5766
20479 #, c-format
20480 msgid "duplicate interface declaration for category `%s(%s)'"
20481 msgstr ""
20482
20483 #: objc/objc-act.c:5852
20484 #, c-format
20485 msgid "instance variable `%s' is declared private"
20486 msgstr ""
20487
20488 #: objc/objc-act.c:5899
20489 #, c-format
20490 msgid "instance variable `%s' is declared %s"
20491 msgstr ""
20492
20493 #: objc/objc-act.c:5909
20494 msgid "static access to object of type `id'"
20495 msgstr ""
20496
20497 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20498 #, c-format
20499 msgid "incomplete implementation of class `%s'"
20500 msgstr ""
20501
20502 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20503 #, c-format
20504 msgid "incomplete implementation of category `%s'"
20505 msgstr ""
20506
20507 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20508 #, c-format
20509 msgid "method definition for `%c%s' not found"
20510 msgstr ""
20511
20512 #: objc/objc-act.c:6081
20513 #, c-format
20514 msgid "%s `%s' does not fully implement the `%s' protocol"
20515 msgstr "%s »%s« implementiert das »%s«-Protokoll nicht vollständig"
20516
20517 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20518 msgid "`@end' missing in implementation context"
20519 msgstr ""
20520
20521 #: objc/objc-act.c:6167
20522 #, c-format
20523 msgid "reimplementation of class `%s'"
20524 msgstr ""
20525
20526 #: objc/objc-act.c:6209
20527 #, c-format
20528 msgid "conflicting super class name `%s'"
20529 msgstr ""
20530
20531 #: objc/objc-act.c:6224
20532 #, c-format
20533 msgid "duplicate interface declaration for class `%s'"
20534 msgstr ""
20535
20536 #: objc/objc-act.c:6506
20537 #, c-format
20538 msgid "duplicate declaration for protocol `%s'"
20539 msgstr ""
20540
20541 #: objc/objc-act.c:7363
20542 msgid "[super ...] must appear in a method context"
20543 msgstr ""
20544
20545 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20546 #, c-format
20547 msgid "potential selector conflict for method `%s'"
20548 msgstr ""
20549
20550 #: objc-parse.y:2655
20551 msgid "`@end' must appear in an implementation context"
20552 msgstr ""
20553
20554 #: objc-parse.y:2931
20555 msgid "method definition not in class context"
20556 msgstr ""
20557
20558 #: objc/lang-options.h:27
20559 msgid "Dump decls to a .decl file"
20560 msgstr ""
20561
20562 #: objc/lang-options.h:29
20563 msgid "Generate code for GNU runtime environment"
20564 msgstr "Code für die GNU-Laufzeitumgebung erzeugen"
20565
20566 #: objc/lang-options.h:32
20567 msgid "Generate code for NeXT runtime environment"
20568 msgstr ""
20569
20570 #: objc/lang-options.h:35
20571 msgid "Warn if a selector has multiple methods"
20572 msgstr ""
20573
20574 #: objc/lang-options.h:39
20575 msgid "Do not warn if inherited methods are unimplemented"
20576 msgstr ""
20577
20578 #: objc/lang-options.h:41
20579 msgid "Generate C header of platform specific features"
20580 msgstr "C-Header mit Plattform-spezifischen Merkmalen erzeugen"
20581
20582 #: objc/lang-options.h:43
20583 msgid "Specify the name of the class for constant strings"
20584 msgstr ""
20585
20586 #. This is the contribution to the `lang_options' array in gcc.c for
20587 #. treelang.
20588 #: treelang/lang-options.h:26
20589 msgid "(debug) trace parsing process"
20590 msgstr ""
20591
20592 #: treelang/lang-options.h:27
20593 msgid "(debug) trace lexical analysis"
20594 msgstr ""
20595
20596 #: config/rs6000/darwin.h:62
20597 msgid " conflicting code gen style switches are used"
20598 msgstr ""
20599
20600 #: config/i386/mingw32.h:85 config/i386/cygwin.h:171
20601 msgid "shared and mdll are not compatible"
20602 msgstr ""
20603
20604 #: java/lang-specs.h:33
20605 msgid "-fjni and -femit-class-files are incompatible"
20606 msgstr ""
20607
20608 #: java/lang-specs.h:34
20609 msgid "-fjni and -femit-class-file are incompatible"
20610 msgstr ""
20611
20612 #: java/lang-specs.h:35 java/lang-specs.h:36
20613 msgid "-femit-class-file should used along with -fsyntax-only"
20614 msgstr ""
20615
20616 #: ada/lang-specs.h:38 java/jvspec.c:77 gcc.c:716
20617 msgid "-pg and -fomit-frame-pointer are incompatible"
20618 msgstr ""
20619
20620 #: ada/lang-specs.h:41
20621 msgid "-c or -S required for Ada"
20622 msgstr ""
20623
20624 #: config/darwin.h:212
20625 msgid "-current_version only allowed with -dynamiclib"
20626 msgstr ""
20627
20628 #: config/darwin.h:215
20629 msgid "-install_name only allowed with -dynamiclib"
20630 msgstr ""
20631
20632 #: config/darwin.h:220
20633 msgid "-bundle not allowed with -dynamiclib"
20634 msgstr ""
20635
20636 #: config/darwin.h:221
20637 msgid "-bundle_loader not allowed with -dynamiclib"
20638 msgstr ""
20639
20640 #: config/darwin.h:222
20641 msgid "-client_name not allowed with -dynamiclib"
20642 msgstr ""
20643
20644 #: config/darwin.h:225
20645 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20646 msgstr ""
20647
20648 #: config/darwin.h:226
20649 msgid "-force_flat_namespace not allowed with -dynamiclib"
20650 msgstr ""
20651
20652 #: config/darwin.h:228
20653 msgid "-keep_private_externs not allowed with -dynamiclib"
20654 msgstr "-keep_private_externs ist mit -dynamiclib nicht erlaubt"
20655
20656 #: config/darwin.h:229
20657 msgid "-private_bundle not allowed with -dynamiclib"
20658 msgstr "-private_bundle ist mit -dynamiclib nicht erlaubt"
20659
20660 #: config/sparc/freebsd.h:34 config/ia64/freebsd.h:23
20661 #: config/alpha/freebsd.h:44 config/rs6000/sysv4.h:1107
20662 #: config/i386/freebsd-aout.h:213
20663 msgid "`-p' not supported; use `-pg' and gprof(1)"
20664 msgstr "»-p« wird nicht unterstützt; verwenden Sie »-pg« und gprof(1)"
20665
20666 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20667 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20668 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20669 msgid "may not use both -m32 and -m64"
20670 msgstr "-m32 und -m64 können nicht zusammen angegeben werden"
20671
20672 #: config/arm/arm.h:178
20673 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20674 msgstr ""
20675
20676 #: config/arm/arm.h:180
20677 msgid "-msoft-float and -mhard_float may not be used together"
20678 msgstr ""
20679
20680 #: config/arm/arm.h:182
20681 msgid "-mbig-endian and -mlittle-endian may not be used together"
20682 msgstr ""
20683
20684 #: config/i386/sco5.h:195
20685 #, fuzzy
20686 msgid "-pg not supported on this platform"
20687 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20688
20689 #: config/i386/sco5.h:196
20690 msgid "-p and -pp specified - pick one"
20691 msgstr ""
20692
20693 #: config/i386/sco5.h:271
20694 msgid "-G and -static are mutually exclusive"
20695 msgstr ""
20696
20697 #: f/lang-specs.h:38 gcc.c:689
20698 msgid "GNU C does not support -C without using -E"
20699 msgstr "GNU C unterstützt nicht -C ohne -E"
20700
20701 #: f/lang-specs.h:39 gcc.c:690
20702 msgid "GNU C does not support -CC without using -E"
20703 msgstr "GNU C unterstützt nicht -CC ohne -E"
20704
20705 #: config/mcore/mcore.h:60
20706 msgid "choose either big or little endian, not both"
20707 msgstr ""
20708
20709 #: config/mcore/mcore.h:63
20710 msgid "choose either m340 or m210 not both"
20711 msgstr ""
20712
20713 #: config/mcore/mcore.h:64
20714 msgid "the m210 does not have little endian support"
20715 msgstr ""
20716
20717 #: config/i386/cygwin.h:115
20718 msgid "mno-cygwin and mno-win32 are not compatible"
20719 msgstr ""
20720
20721 #: config/vax/netbsd-elf.h:42
20722 msgid "The -shared option is not currently supported for VAX ELF."
20723 msgstr ""
20724
20725 #: treelang/lang-specs.h:52
20726 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20727 msgstr ""
20728
20729 #: gcc.c:847
20730 msgid "-E required when input is from standard input"
20731 msgstr ""
20732
20733 #: gcc.c:851
20734 msgid "compilation of header file requested"
20735 msgstr ""
20736
20737 #: config/vax/vax.h:50 config/vax/vax.h:51
20738 msgid "profiling not supported with -mg\n"
20739 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20740
20741 #: config/mips/mips.h:954
20742 msgid "-pipe is not supported"
20743 msgstr "-pipe wird nicht unterstützt"
20744
20745 #: config/mips/mips.h:1156 config/arc/arc.h:63
20746 msgid "may not use both -EB and -EL"
20747 msgstr ""
20748
20749 #: config/mips/r3900.h:35
20750 msgid "-mhard-float not supported"
20751 msgstr ""
20752
20753 #: config/mips/r3900.h:37
20754 msgid "-msingle-float and -msoft-float can not both be specified"
20755 msgstr ""
20756
20757 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
20758 #~ msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
20759
20760 #~ msgid "I/O error on output"
20761 #~ msgstr "Ein-/Ausgabefehler bei der Ausgabe"
20762
20763 #~ msgid ""
20764 #~ "internal error in %s, at tradcpp.c:%d\n"
20765 #~ "Please submit a full bug report.\n"
20766 #~ "See %s for instructions."
20767 #~ msgstr ""
20768 #~ "Interner Fehler in %s bei tradcpp.c:%d\n"
20769 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
20770 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
20771 #~ "sind an de@li.org zu melden.\n"
20772 #~ "Gehen Sie gemäß den Hinweisen in %s vor."