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.
7 # Wer möchte an dieser Übersetzung arbeiten? Bitte bei de@li.org melden!
11 "Project-Id-Version: gcc 3.3.2\n"
12 "POT-Creation-Date: 2003-10-24 13:20+0200\n"
13 "PO-Revision-Date: 2003-11-24 15:30+0100\n"
14 "Last-Translator: Roland Stigge <stigge@antcom.de>\n"
15 "Language-Team: German <de@li.org>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
22 msgid "`%s' attribute directive ignored"
23 msgstr "Attribut-Anweisung »%s« wird ignoriert"
27 msgid "wrong number of arguments specified for `%s' attribute"
28 msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
32 msgid "`%s' attribute does not apply to types"
33 msgstr "Attribut »%s« kann nicht auf Typen angewandt werden"
37 msgid "`%s' attribute only applies to function types"
38 msgstr "Attribut »%s« kann nur auf Funktionstypen angewandt werden"
40 #: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
41 #: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
42 #: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
43 #: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
44 #: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
45 #: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2101
46 #: config/arm/arm.c:2128 config/avr/avr.c:4774 config/h8300/h8300.c:3693
47 #: config/h8300/h8300.c:3718 config/i386/i386.c:1403 config/i386/winnt.c:78
48 #: config/ip2k/ip2k.c:3204
50 msgid "`%s' attribute ignored"
51 msgstr "Attribut »%s« wird ignoriert"
54 msgid "offset outside bounds of constant string"
55 msgstr "Adressabstand ist außerhalb der Grenzen der konstanten Zeichenkette"
58 msgid "second arg to `__builtin_prefetch' must be a constant"
59 msgstr "Zweites Argument für »__builtin_prefetch« muss eine Konstante sein"
62 msgid "invalid second arg to __builtin_prefetch; using zero"
63 msgstr "Ungültiges zweites Argument für »__builtin_prefetch«; benutze Null"
66 msgid "third arg to `__builtin_prefetch' must be a constant"
67 msgstr "Drittes Argument für »__builtin_prefetch« muss eine Konstante sein"
70 msgid "invalid third arg to __builtin_prefetch; using zero"
71 msgstr "Ungültiges drittes Argument für »__builtin_prefetch«; benutze Null"
73 #. ??? We used to try and build up a call to the out of line function,
74 #. guessing about what registers needed saving etc. This became much
75 #. harder with __builtin_va_start, since we don't have a tree for a
76 #. call to __builtin_saveregs to fall back on. There was exactly one
77 #. port (i860) that used this code, and I'm unconvinced it could actually
78 #. handle the general case. So we no longer try to handle anything
79 #. weird and make the backend absorb the evil.
81 msgid "__builtin_saveregs not supported by this target"
82 msgstr "__builtin_saveregs wird von diesem Ziel nicht unterstützt"
85 msgid "argument of `__builtin_args_info' must be constant"
86 msgstr "Argument von »__builtin_args_info« muss konstant sein"
89 msgid "argument of `__builtin_args_info' out of range"
90 msgstr "Argument von »__builtin_args_info« außerhalb des Wertebereichs"
93 msgid "missing argument in `__builtin_args_info'"
94 msgstr "Fehlendes Argument in »__builtin_args_info«"
97 msgid "`va_start' used in function with fixed args"
98 msgstr "»va_start« in Funktion mit fester Parameterzahl verwendet"
101 msgid "second parameter of `va_start' not last named argument"
102 msgstr "Zweiter Parameter von »va_start« ist nicht letztgenanntes Argument"
104 #. Evidently an out of date version of <stdarg.h>; can't validate
105 #. va_start's second argument, but can still work as intended.
107 msgid "`__builtin_next_arg' called without an argument"
108 msgstr "»__builtin_next_arg« ohne Argument gerufen"
111 msgid "too many arguments to function `va_start'"
112 msgstr "Zu viele Argumente für »va_start«"
115 msgid "first argument to `va_arg' not of type `va_list'"
116 msgstr "Erstes Argument für »va_arg« nicht vom Typ »va_list«"
118 #. Unfortunately, this is merely undefined, rather than a constraint
119 #. violation, so we cannot make this an error. If this call is never
120 #. executed, the program is still strictly conforming.
123 msgid "`%s' is promoted to `%s' when passed through `...'"
124 msgstr "»%s« auf »%s« gesetzt beim Durchlaufen von »...«"
128 msgid "(so you should pass `%s' not `%s' to `va_arg')"
129 msgstr "(Sie sollten also »%s« statt »%s« an »va_arg« übergeben)"
132 msgid "invalid arg to `__builtin_frame_address'"
133 msgstr "Ungültiges Argument für »__builtin_frame_address«"
136 msgid "invalid arg to `__builtin_return_address'"
137 msgstr "Ungültiges Argument für »__builtin_return_address«"
140 msgid "unsupported arg to `__builtin_frame_address'"
141 msgstr "Nicht unterstütztes Argument für »__builtin_frame_address«"
144 msgid "unsupported arg to `__builtin_return_address'"
145 msgstr "Nicht unterstütztes Argument für »__builtin_return_address«"
148 msgid "second arg to `__builtin_expect' must be a constant"
149 msgstr "Zweites Argument für »__builtin_expect« muss eine Konstante sein"
152 msgid "__builtin_longjmp second argument must be 1"
153 msgstr "Zweites Argument für __builtin_longjmp muss 1 sein"
155 #. just do library call, if unknown builtin
156 #: builtins.c:4092 c-common.c:4459
158 msgid "built-in function `%s' not currently supported"
159 msgstr "Eingebaute Funktion »%s« gegenwärtig nicht unterstützt"
162 msgid "target format does not support infinity"
163 msgstr "Zielformat unterstützt nicht »unendlich«"
167 msgid "`%s' is not defined outside of function scope"
168 msgstr "»%s« ist außerhalb des Funktionsgültigkeitsbereiches undefiniert"
172 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
173 msgstr "Zeichenkettenlänge »%d« ist größer als die Länge »%d«, die von ISO-C%d-Compilern unterstützt werden muss"
176 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
177 msgstr "Verkettung von Zeichenkettenliteralen mit __FUNCTION__ ist veraltet"
180 msgid "overflow in constant expression"
181 msgstr "Überlauf in Konstanten-Ausdruck"
184 msgid "integer overflow in expression"
185 msgstr "Ganzzahlüberlauf in Ausdruck"
188 msgid "floating point overflow in expression"
189 msgstr "Fließkommaüberlauf in Ausdruck"
192 msgid "vector overflow in expression"
193 msgstr "Vektorüberlauf in Ausdruck"
195 #. This detects cases like converting -129 or 256 to unsigned char.
197 msgid "large integer implicitly truncated to unsigned type"
198 msgstr "Große Ganzzahl implizit auf vorzeichenlosen Typen abgeschnitten"
201 msgid "negative integer implicitly converted to unsigned type"
202 msgstr "Negative Ganzzahl implizit in vorzeichenlosen Typen konvertiert"
205 msgid "overflow in implicit constant conversion"
206 msgstr "Überlauf in impliziter Konstantenkonvertierung"
210 msgid "operation on `%s' may be undefined"
211 msgstr "Operation auf »%s« könnte undefiniert sein"
214 msgid "expression statement has incomplete type"
215 msgstr "Ausdrucksanweisung hat unvollständigen Typ"
218 msgid "case label does not reduce to an integer constant"
219 msgstr "case-Marke reduziert nicht auf Ganzzahlkonstante"
222 msgid "invalid truth-value expression"
223 msgstr "Ungültiger Wahrheitswert-Ausdruck"
227 msgid "invalid operands to binary %s"
228 msgstr "Ungültige Operanden für binäres %s"
231 msgid "comparison is always false due to limited range of data type"
232 msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »unwahr«"
235 msgid "comparison is always true due to limited range of data type"
236 msgstr "Vergleich ist durch beschränkten Wertebereich des Datentyps stets »wahr«"
239 msgid "comparison of unsigned expression >= 0 is always true"
240 msgstr "Vergleich eines vorzeichenlosen Ausdrucks >= 0 ist stets »wahr«"
243 msgid "comparison of unsigned expression < 0 is always false"
244 msgstr "Vergleich eines vorzeichenlosen Ausdrucks < 0 ist stets »unwahr«"
247 msgid "pointer of type `void *' used in arithmetic"
248 msgstr "Zeiger auf Typen »void *« in Arithmetik verwendet"
251 msgid "pointer to a function used in arithmetic"
252 msgstr "Zeiger auf Funktion in Arithmetik verwendet"
255 msgid "pointer to member function used in arithmetic"
256 msgstr "Zeiger auf member-Funktion in Arithmetik verwendet"
259 msgid "pointer to a member used in arithmetic"
260 msgstr "Zeiger auf member in Arithmetik verwendet"
262 #: c-common.c:2746 f/com.c:14762
263 msgid "struct type value used where scalar is required"
264 msgstr "Wert eines struct-Typs anstelle des geforderten Skalars verwendet"
266 #: c-common.c:2750 f/com.c:14766
267 msgid "union type value used where scalar is required"
268 msgstr "Wert eines union-Typs anstelle des geforderten Skalars verwendet"
270 #: c-common.c:2754 f/com.c:14770
271 msgid "array type value used where scalar is required"
272 msgstr "Wert eines array-Typs anstelle des geforderten Skalars verwendet"
274 #: c-common.c:2874 f/com.c:14903
275 msgid "suggest parentheses around assignment used as truth value"
276 msgstr "Schlage Klammern um Zuweisung, die als Wahrheitswert verwendet wird, vor"
278 #: c-common.c:2918 c-common.c:2950
279 msgid "invalid use of `restrict'"
280 msgstr "Ungültige Verwendung von »restrict«"
283 msgid "invalid application of `sizeof' to a function type"
284 msgstr "Ungültige Anwendung von »sizeof« auf einen Funktionstypen"
288 msgid "invalid application of `%s' to a void type"
289 msgstr "Ungültige Anwendung von »%s« auf einen void-Typen"
293 msgid "invalid application of `%s' to an incomplete type"
294 msgstr "Ungültige Anwendung von »%s« auf einen unvollständigen Typen"
297 msgid "`__alignof' applied to a bit-field"
298 msgstr "»__alignof« auf Bitfeld angewandt"
302 msgid "cannot disable built-in function `%s'"
303 msgstr "Kann eingebaute Funktion »%s« nicht abschalten"
305 #: c-common.c:3787 c-typeck.c:1748
307 msgid "too few arguments to function `%s'"
308 msgstr "Zu wenig Argumente für Funktion »%s«"
310 #: c-common.c:3793 c-typeck.c:1601
312 msgid "too many arguments to function `%s'"
313 msgstr "Zu viele Argumente für Funktion »%s«"
317 msgid "non-floating-point argument to function `%s'"
318 msgstr "Nicht-Fließkomma-Argument für Funktion »%s«"
321 msgid "pointers are not permitted as case values"
322 msgstr "Zeiger sind nicht als case-Werte zugelassen"
325 msgid "ISO C++ forbids range expressions in switch statements"
326 msgstr "ISO C++ verbietet Wertebereichsausdrücke in switch-Anweisungen"
329 msgid "ISO C forbids range expressions in switch statements"
330 msgstr "ISO C verbietet Wertebereichsausdrücke in switch-Anweisungen"
333 msgid "empty range specified"
334 msgstr "Leerer Wertebereich angegeben"
337 msgid "duplicate (or overlapping) case value"
338 msgstr "Doppelte (oder sich überschneidende) case-Werte"
341 msgid "this is the first entry overlapping that value"
342 msgstr "Dies ist der erste Eintrag, der diesen Wert überschneidet"
345 msgid "duplicate case value"
346 msgstr "Doppelter case-Wert"
349 msgid "previously used here"
350 msgstr "bereits hier verwendet"
353 msgid "multiple default labels in one switch"
354 msgstr "Mehrere Standardmarken in einem »switch«"
357 msgid "this is the first default label"
358 msgstr "Dies ist die erste Standardmarke"
361 msgid "ISO C++ forbids taking the address of a label"
362 msgstr "ISO C++ verbietet die Adresse einer Marke"
365 msgid "ISO C forbids taking the address of a label"
366 msgstr "ISO C verbietet die Adresse einer Marke"
370 msgid "declaration of `%s' shadows %s"
371 msgstr "Deklaration von »%s« verdeckt %s"
375 msgid "unknown machine mode `%s'"
376 msgstr "Unbekannter Maschinenzustand »%s«"
380 msgid "no data type for mode `%s'"
381 msgstr "Kein Datentyp für Zustand »%s«"
383 #: c-common.c:5666 c-common.c:6316
385 msgid "unable to emulate '%s'"
386 msgstr "»%s« kann nicht emuliert werden"
389 msgid "section attribute cannot be specified for local variables"
390 msgstr "Abschnitts-Attribut kann nicht für lokale Variablen angegeben werden"
394 msgid "section of `%s' conflicts with previous declaration"
395 msgstr "Abschnitt von »%s« in Konflikt mit vorheriger Deklaration"
399 msgid "section attribute not allowed for `%s'"
400 msgstr "Abschnitts-Attribute nicht erlaubt für »%s«"
403 msgid "section attributes are not supported for this target"
404 msgstr "Abschnitts-Attribute werden für dieses Ziel nicht unterstützt"
407 msgid "requested alignment is not a constant"
408 msgstr "Verlangte Ausrichtung ist keine Konstante"
411 msgid "requested alignment is not a power of 2"
412 msgstr "Verlangte Ausrichtung ist keine Zweierpotenz"
415 msgid "requested alignment is too large"
416 msgstr "Verlangte Ausrichtung ist zu groß"
420 msgid "alignment may not be specified for `%s'"
421 msgstr "Für »%s« darf keine Ausrichtung angegeben werden"
425 msgid "`%s' defined both normally and as an alias"
426 msgstr "»%s« sowohl normal als auch als Alias definiert"
429 msgid "alias arg not a string"
430 msgstr "Alias-Argument ist keine Zeichenkette"
433 msgid "visibility arg not a string"
434 msgstr "Sichtbarkeitsargument ist keine Zeichenkette"
437 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
438 msgstr "Sichtbarkeitsargument muss »default«, »hidden«, »protected« oder »internal« sein"
441 msgid "tls_model arg not a string"
442 msgstr "Argument für tls_model ist keine Zeichenkette"
445 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
446 msgstr "Argument für tls_model muss »local-exec«, »initial-exec«, »local-dynamic« oder »global-dynamic« sein"
448 #: c-common.c:5987 c-common.c:6043
450 msgid "`%s' attribute applies only to functions"
451 msgstr "Attribut »%s« kann nur auf Funktionen angewandt werden"
453 #: c-common.c:5994 c-common.c:6050
455 msgid "can't set `%s' attribute after definition"
456 msgstr "Kann Attribut »%s« nicht nach der Definition setzen"
459 msgid "cleanup arg not an identifier"
460 msgstr "Argument für cleanup ist kein Bezeichner"
463 msgid "cleanup arg not a function"
464 msgstr "Argument für cleanup ist keine Funktion"
468 msgid "`%s' attribute ignored for `%s'"
469 msgstr "Attribut »%s« ignoriert für »%s«"
473 msgid "invalid vector type for attribute `%s'"
474 msgstr "Ungültiger Vektortyp für Attribut »%s«"
476 #: c-common.c:6272 c-common.c:6304
477 msgid "no vector mode with the size and type specified could be found"
478 msgstr "Vektorzustand mit der angegebenen Größe und dem angegebenen Typ konnte nicht gefunden werden"
481 msgid "nonnull attribute without arguments on a non-prototype"
482 msgstr "Nicht-Null-Attribut ohne Argumente für einen Nicht-Prototyp"
486 msgid "nonnull argument has invalid operand number (arg %lu)"
487 msgstr "Nicht-Null-Argument hat ungültige Operandenzahl (Argument %lu)"
491 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
492 msgstr "Nicht-Null-Argument mit Operandenzahl außerhalb des Wertebereiches (Argument %lu, Operand %lu)"
496 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
497 msgstr "Nicht-Null-Argument referenziert Nicht-Zeiger-Operanden (Argument %lu, Operand %lu)"
501 msgid "null argument where non-null required (arg %lu)"
502 msgstr "Null-Argument, wo Nicht-Null erwartet (Argument %lu)"
504 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
506 msgid "void value not ignored as it ought to be"
507 msgstr "void-Wert nicht ignoriert wie es sein sollte"
509 #: c-convert.c:112 java/typeck.c:150
510 msgid "conversion to non-scalar type requested"
511 msgstr "Konvertierung zu Nicht-Skalar-Typ verlangt"
515 msgid "array `%s' assumed to have one element"
516 msgstr "Feld »%s« als einelementig betrachtet"
520 msgid "`struct %s' incomplete in scope ending here"
521 msgstr "»struct %s« im Gültigkeitsbereich, der hier endet, unvollständig"
525 msgid "`union %s' incomplete in scope ending here"
526 msgstr "»union %s« im Gültigkeitsbereich, der hier endet, unvollständig"
530 msgid "`enum %s' incomplete in scope ending here"
531 msgstr "»enum %s« im Gültigkeitsbereich, der hier endet, unvollständig"
533 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
535 msgid "label `%s' used but not defined"
536 msgstr "Marke »%s« verwendet, aber nicht definiert"
538 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
540 msgid "label `%s' defined but not used"
541 msgstr "Marke »%s« definiert aber nicht verwendet"
543 #: c-decl.c:893 cp/decl.c:3335
545 msgid "function `%s' redeclared as inline"
546 msgstr "Funktion »%s« als inline redeklariert"
548 #: c-decl.c:895 cp/decl.c:3337
550 msgid "previous declaration of function `%s' with attribute noinline"
551 msgstr "Vorherige Deklaration der Funktion »%s« mit Attribut noinline"
553 #: c-decl.c:902 cp/decl.c:3344
555 msgid "function `%s' redeclared with attribute noinline"
556 msgstr "Funktion »%s« redeklariert mit Attribut noinline"
558 #: c-decl.c:904 cp/decl.c:3346
560 msgid "previous declaration of function `%s' was inline"
561 msgstr "Vorherige Deklaration der Funktion »%s« war inline"
563 #: c-decl.c:933 c-decl.c:979
565 msgid "shadowing built-in function `%s'"
566 msgstr "Eingebaute Funktion »%s« überdeckt"
570 msgid "shadowing library function `%s'"
571 msgstr "Bibliotheksfunktion »%s« überdeckt"
575 msgid "library function `%s' declared as non-function"
576 msgstr "Bibliotheksfunktion »%s« als Nicht-Funktion deklariert"
578 #: c-decl.c:945 c-decl.c:948
580 msgid "built-in function `%s' declared as non-function"
581 msgstr "Eingebaute Funktion »%s« als Nicht-Funktion deklariert"
583 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
585 msgid "`%s' redeclared as different kind of symbol"
586 msgstr "»%s« redeklariert als andere Symbolart"
588 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
589 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
591 msgid "previous declaration of `%s'"
592 msgstr "Vorherige Deklaration von »%s«"
594 #. If types don't match for a built-in, throw away the built-in.
597 msgid "conflicting types for built-in function `%s'"
598 msgstr "In Konflikt stehende Typen für eingebaute Funktion »%s«"
600 #: c-decl.c:1091 c-decl.c:1110
602 msgid "conflicting types for `%s'"
603 msgstr "In Konflikt stehende Typen für »%s«"
606 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
607 msgstr "Eine Parameterliste mit Auslassung passt nicht zu einer leeren Parameternamenslistendeklaration"
610 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
611 msgstr "Ein Argumenttyp mit Standard-promotion passt nicht zu leerer Parameternamenslistendeklaration"
615 msgid "thread-local declaration of `%s' follows non thread-local declaration"
616 msgstr "Thread-lokale Deklaration von »%s« folgt nicht-Thread-lokaler Deklaration"
620 msgid "non thread-local declaration of `%s' follows thread-local declaration"
621 msgstr "Nicht-Thread-lokale Deklaration von »%s« folgt Thread-lokaler Deklaration"
623 #: c-decl.c:1175 c-decl.c:1198
625 msgid "redefinition of `%s'"
626 msgstr "Redefinition von »%s«"
630 msgid "redeclaration of `%s'"
631 msgstr "Redeklaration von »%s«"
635 msgid "conflicting declarations of `%s'"
636 msgstr "In Konflikt stehende Deklarationen von »%s«"
640 msgid "prototype for `%s' follows"
641 msgstr "Prototyp für »%s« folgt"
643 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
644 msgid "non-prototype definition here"
645 msgstr "Nicht-Prototyp-Definition hier"
649 msgid "prototype for `%s' follows and number of arguments doesn't match"
650 msgstr "Prototyp für »%s« folgt und Anzahl der Argumente passt nicht"
654 msgid "prototype for `%s' follows and argument %d doesn't match"
655 msgstr "Prototyp für »%s« folgt und Argument %d passt nicht"
659 msgid "`%s' declared inline after being called"
660 msgstr "»%s« als inline deklariert nachdem es aufgerufen wurde"
664 msgid "`%s' declared inline after its definition"
665 msgstr "»%s« nach der Definition als inline deklariert"
669 msgid "static declaration for `%s' follows non-static"
670 msgstr "Statische Deklaration für »%s« folgt Nicht-static"
674 msgid "non-static declaration for `%s' follows static"
675 msgstr "Nicht-static-Deklaration für »%s« folgt static"
679 msgid "const declaration for `%s' follows non-const"
680 msgstr "const-Deklaration für »%s« folgt Nicht-const"
684 msgid "type qualifiers for `%s' conflict with previous decl"
685 msgstr "Typ-Kennzeichner für »%s« stehen in Konflikt mit vorheriger Deklaration"
689 msgid "redundant redeclaration of `%s' in same scope"
690 msgstr "Redundante Redeklaration von »%s« im selben Gültigkeitsbereich"
692 #: c-decl.c:1619 java/decl.c:1102
694 msgid "declaration of `%s' shadows a parameter"
695 msgstr "Deklaration von »%s« überdeckt einen Parameter"
697 #: c-decl.c:1622 java/decl.c:1105
699 msgid "declaration of `%s' shadows a symbol from the parameter list"
700 msgstr "Deklaration von »%s« überdeckt ein Symbol aus der Parameterliste"
702 #: c-decl.c:1643 cp/decl.c:4479
704 msgstr "Ein Parameter"
706 #: c-decl.c:1645 cp/decl.c:4496
707 msgid "a previous local"
708 msgstr "Ein vorheriges »local«"
710 #. XXX shadow warnings in outer-more namespaces
711 #: c-decl.c:1649 cp/decl.c:4500
712 msgid "a global declaration"
713 msgstr "Eine globale Deklaration"
717 msgid "nested extern declaration of `%s'"
718 msgstr "Geschachtelte extern-Deklaration von »%s«"
720 #: c-decl.c:1712 java/decl.c:1055
722 msgid "`%s' used prior to declaration"
723 msgstr "»%s« bereits vor Deklaration benutzt"
725 #: c-decl.c:1726 c-decl.c:1901
727 msgid "`%s' was declared implicitly `extern' and later `static'"
728 msgstr "»%s« wurde implizit als »extern« und später als »static« deklariert"
730 #: c-decl.c:1829 cp/decl.c:4336
731 msgid "type mismatch with previous external decl"
732 msgstr "Typen passen nicht zu vorheriger externer Deklaration"
736 msgid "previous external decl of `%s'"
737 msgstr "Vorherige externe Deklaration von »%s«"
740 msgid "type mismatch with previous implicit declaration"
741 msgstr "Typen passen nicht zu vorheriger impliziter Deklaration"
745 msgid "previous implicit declaration of `%s'"
746 msgstr "Vorherige implizite Deklaration von »%s«"
750 msgid "`%s' was previously implicitly declared to return `int'"
751 msgstr "»%s« wurde bereits implizit deklariert, »int« zurückzugeben"
755 msgid "`%s' was declared `extern' and later `static'"
756 msgstr "»%s« wurde »extern« deklariert und später »static«"
760 msgid "extern declaration of `%s' doesn't match global one"
761 msgstr "extern-Deklaration von »%s« passt nicht zu globaler Deklaration"
765 msgid "`%s' locally external but globally static"
766 msgstr "»%s« ist lokal extern, aber global »static«"
770 msgid "function `%s' was previously declared within a block"
771 msgstr "Funktion »%s« wurde bereits innerhalb eines Blockes deklariert"
773 #: c-decl.c:2115 c-decl.c:2117
775 msgid "implicit declaration of function `%s'"
776 msgstr "Implizite Deklaration der Funktion »%s«"
780 msgid "label %s referenced outside of any function"
781 msgstr "Marke %s außerhalb einer Funktion referenziert"
785 msgid "duplicate label declaration `%s'"
786 msgstr "Doppelte Markendeklaration »%s«"
789 msgid "this is a previous declaration"
790 msgstr "Dies ist eine vorherige Deklaration"
793 msgid "unnamed struct/union that defines no instances"
794 msgstr "Unbenannte struct/union, die keine Instanzen definiert"
797 msgid "useless keyword or type name in empty declaration"
798 msgstr "Nutzloses Schlüsselwort oder Typenname in leerer Deklaration"
801 msgid "two types specified in one empty declaration"
802 msgstr "Zwei Typen in einer leeren Deklaration angegeben"
804 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
805 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
806 msgid "empty declaration"
807 msgstr "leere Deklaration"
810 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
811 msgstr "ISO C90 unterstützt kein »static« oder Typkennzeichner in Parameterfelddeklaratoren"
814 msgid "ISO C90 does not support `[*]' array declarators"
815 msgstr "ISO C90 unterstützt nicht »[*]«-Felddeklaratoren"
818 msgid "GCC does not yet properly implement `[*]' array declarators"
819 msgstr "GCC implementiert nocht keine richtigen »[*]«-Felddeklaratoren"
822 msgid "static or type qualifiers in abstract declarator"
823 msgstr "static oder Typkennzeichner in abstraktem Deklarator"
827 msgid "`%s' is usually a function"
828 msgstr "»%s« ist üblicherweise eine Funktion"
832 msgid "typedef `%s' is initialized (use __typeof__ instead)"
833 msgstr "typedef »%s« ist initialisiert (benutzen Sie stattdessen __typeof__)"
837 msgid "function `%s' is initialized like a variable"
838 msgstr "Funktion »%s« ist wie eine Variable initialisiert"
840 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
843 msgid "parameter `%s' is initialized"
844 msgstr "Parameter »%s« ist initialisiert"
846 #: c-decl.c:2880 c-typeck.c:4895
847 msgid "variable-sized object may not be initialized"
848 msgstr "Objekt variabler Größe darf nicht initialisiert werden"
852 msgid "variable `%s' has initializer but incomplete type"
853 msgstr "Variable »%s« hat Initialisierung aber unvollständigen Typ"
857 msgid "elements of array `%s' have incomplete type"
858 msgstr "Elemente des Feldes »%s« haben unvollständigen Typ"
862 msgid "declaration of `%s' has `extern' and is initialized"
863 msgstr "Deklaration von »%s« hat »extern« und ist initialisiert"
865 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
867 msgid "inline function `%s' given attribute noinline"
868 msgstr "inline-Funktion »%s« wurde das Attribut »noinline« gegeben"
872 msgid "initializer fails to determine size of `%s'"
873 msgstr "Initialisierung scheitert an Größenbestimmung von »%s«"
877 msgid "array size missing in `%s'"
878 msgstr "Feldgröße in »%s« fehlt"
882 msgid "zero or negative size array `%s'"
883 msgstr "Feldgröße von »%s« ist null oder negativ"
887 msgid "storage size of `%s' isn't known"
888 msgstr "Speichergröße von »%s« unbekannt"
892 msgid "storage size of `%s' isn't constant"
893 msgstr "Speichergröße von »%s« unbekannt"
897 msgid "ignoring asm-specifier for non-static local variable `%s'"
898 msgstr "Ignoriere asm-Symbol für lokale Nicht-static Variable »%s«"
902 msgid "ISO C forbids parameter `%s' shadowing typedef"
903 msgstr "ISO C verbietet typedef verdeckenden Parameter »%s«"
905 #: c-decl.c:3592 cp/decl.c:10880
906 msgid "`long long long' is too long for GCC"
907 msgstr "»long long long« ist für GCC zu lang"
910 msgid "ISO C90 does not support `long long'"
911 msgstr "ISO C90 unterstützt nicht »long long«"
913 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
915 msgid "duplicate `%s'"
916 msgstr "Doppeltes »%s«"
918 #: c-decl.c:3619 cp/decl.c:10892
919 msgid "`__thread' before `extern'"
920 msgstr "»__thread« vor »extern«"
922 #: c-decl.c:3621 cp/decl.c:10894
923 msgid "`__thread' before `static'"
924 msgstr "»__thread« vor »static«"
926 #: c-decl.c:3629 cp/decl.c:10921
928 msgid "two or more data types in declaration of `%s'"
929 msgstr "Zwei oder mehr Datentypen in Deklaration von »%s«"
931 #: c-decl.c:3649 cp/decl.c:10926
933 msgid "`%s' fails to be a typedef or built in type"
934 msgstr "»%s« ist kein typedef oder eingebauter Typ"
938 msgid "type defaults to `int' in declaration of `%s'"
939 msgstr "»int« ist Standardtyp in Deklaration von »%s«"
943 msgid "both long and short specified for `%s'"
944 msgstr "Sowohl »long« als auch »short« für »%s« angegeben"
946 #: c-decl.c:3721 cp/decl.c:11041
948 msgid "long or short specified with char for `%s'"
949 msgstr "»long« oder »short« mit »char« für »%s« angegeben"
951 #: c-decl.c:3728 cp/decl.c:11045
953 msgid "long or short specified with floating type for `%s'"
954 msgstr "»long« oder »short« mit Fließkommatyp für »%s« angegeben"
957 msgid "the only valid combination is `long double'"
958 msgstr "Die einzig gültige Kombination ist »long double«"
962 msgid "both signed and unsigned specified for `%s'"
963 msgstr "Sowohl »signed« als auch »unsigned« für »%s« angegeben"
965 #: c-decl.c:3739 cp/decl.c:11034
967 msgid "long, short, signed or unsigned invalid for `%s'"
970 #: c-decl.c:3745 cp/decl.c:11054
972 msgid "long, short, signed or unsigned used invalidly for `%s'"
975 #: c-decl.c:3763 cp/decl.c:11075
977 msgid "complex invalid for `%s'"
981 msgid "ISO C90 does not support complex types"
982 msgstr "ISO C90 unterstützt nicht komplexe Typen"
985 msgid "ISO C does not support plain `complex' meaning `double complex'"
988 #: c-decl.c:3823 c-decl.c:3835
989 msgid "ISO C does not support complex integer types"
992 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
993 msgid "duplicate `const'"
996 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
997 msgid "duplicate `restrict'"
1000 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
1001 msgid "duplicate `volatile'"
1004 #: c-decl.c:3882 cp/decl.c:11238
1006 msgid "multiple storage classes in declaration of `%s'"
1010 msgid "function definition declared `auto'"
1014 msgid "function definition declared `register'"
1018 msgid "function definition declared `typedef'"
1022 msgid "function definition declared `__thread'"
1027 msgid "storage class specified for structure field `%s'"
1030 #: c-decl.c:3915 cp/decl.c:11285
1032 msgid "storage class specified for parameter `%s'"
1035 #: c-decl.c:3918 cp/decl.c:11287
1036 msgid "storage class specified for typename"
1039 #: c-decl.c:3930 cp/decl.c:11302
1041 msgid "`%s' initialized and declared `extern'"
1044 #: c-decl.c:3932 cp/decl.c:11305
1046 msgid "`%s' has both `extern' and initializer"
1049 #: c-decl.c:3937 cp/decl.c:11313
1051 msgid "top-level declaration of `%s' specifies `auto'"
1054 #: c-decl.c:3942 cp/decl.c:11309
1056 msgid "nested function `%s' declared `extern'"
1059 #: c-decl.c:3948 cp/decl.c:11319
1061 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1064 #. Only the innermost declarator (making a parameter be of
1065 #. array type which is converted to pointer type)
1066 #. may have static or type qualifiers.
1067 #: c-decl.c:3987 c-decl.c:4188
1068 msgid "static or type qualifiers in non-parameter array declarator"
1073 msgid "declaration of `%s' as array of voids"
1078 msgid "declaration of `%s' as array of functions"
1081 #: c-decl.c:4042 c-decl.c:5332
1082 msgid "invalid use of structure with flexible array member"
1087 msgid "size of array `%s' has non-integer type"
1092 msgid "ISO C forbids zero-size array `%s'"
1097 msgid "size of array `%s' is negative"
1102 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1107 msgid "ISO C90 forbids variable-size array `%s'"
1110 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1112 msgid "size of array `%s' is too large"
1117 msgid "ISO C90 does not support flexible array members"
1118 msgstr "ISO C90 unterstützt nicht komplexe Typen"
1121 msgid "array type has incomplete element type"
1124 #: c-decl.c:4162 c-decl.c:4392
1125 msgid "ISO C forbids const or volatile function types"
1128 #: c-decl.c:4208 cp/decl.c:11445
1130 msgid "`%s' declared as function returning a function"
1133 #: c-decl.c:4213 cp/decl.c:11450
1135 msgid "`%s' declared as function returning an array"
1139 msgid "ISO C forbids qualified void function return type"
1143 msgid "type qualifiers ignored on function return type"
1146 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1147 msgid "ISO C forbids qualified function types"
1150 #: c-decl.c:4314 cp/decl.c:11684
1151 msgid "invalid type modifier within pointer declarator"
1154 #: c-decl.c:4412 cp/decl.c:12182
1156 msgid "variable or field `%s' declared void"
1160 msgid "attributes in parameter array declarator ignored"
1164 msgid "invalid type modifier within array declarator"
1169 msgid "field `%s' declared as a function"
1174 msgid "field `%s' has incomplete type"
1177 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1179 msgid "invalid storage class for function `%s'"
1183 msgid "`noreturn' function returns non-void value"
1187 msgid "cannot inline function `main'"
1192 msgid "variable `%s' declared `inline'"
1195 #. A mere warning is sure to result in improper semantics
1196 #. at runtime. Don't bother to allow this to compile.
1197 #: c-decl.c:4677 cp/decl.c:9951
1198 msgid "thread-local storage not supported for this target"
1201 #: c-decl.c:4732 c-decl.c:5880
1202 msgid "function declaration isn't a prototype"
1206 msgid "parameter names (without types) in function declaration"
1209 #: c-decl.c:4770 c-decl.c:6250
1211 msgid "parameter `%s' has incomplete type"
1215 msgid "parameter has incomplete type"
1220 msgid "parameter `%s' points to incomplete type"
1224 msgid "parameter points to incomplete type"
1229 msgid "parameter `%s' has just a forward declaration"
1233 msgid "`void' in parameter list must be the entire list"
1238 msgid "`struct %s' declared inside parameter list"
1243 msgid "`union %s' declared inside parameter list"
1248 msgid "`enum %s' declared inside parameter list"
1252 msgid "anonymous struct declared inside parameter list"
1256 msgid "anonymous union declared inside parameter list"
1260 msgid "anonymous enum declared inside parameter list"
1264 msgid "its scope is only this definition or declaration, which is probably not what you want"
1269 msgid "redefinition of `union %s'"
1274 msgid "redefinition of `struct %s'"
1277 #: c-decl.c:5105 cp/decl.c:7532
1278 msgid "declaration does not declare anything"
1281 #: c-decl.c:5169 c-decl.c:5172
1283 msgid "%s defined inside parms"
1286 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1290 #: c-decl.c:5170 c-decl.c:5173
1296 msgid "%s has no %s"
1304 msgid "named members"
1313 msgid "nested redefinition of `%s'"
1318 msgid "bit-field `%s' width not an integer constant"
1323 msgid "bit-field `%s' has invalid type"
1328 msgid "bit-field `%s' type invalid in ISO C"
1333 msgid "negative width in bit-field `%s'"
1338 msgid "width of `%s' exceeds its type"
1343 msgid "zero width for bit-field `%s'"
1348 msgid "`%s' is narrower than values of its type"
1352 msgid "flexible array member in union"
1356 msgid "flexible array member not at end of struct"
1360 msgid "flexible array member in otherwise empty struct"
1365 msgid "duplicate member `%s'"
1369 msgid "union cannot be made transparent"
1372 #. This enum is a named one that has been declared already.
1375 msgid "redeclaration of `enum %s'"
1379 msgid "enum defined inside parms"
1383 msgid "enumeration values exceed range of largest integer"
1388 msgid "enumerator value for `%s' not integer constant"
1392 msgid "overflow in enumeration values"
1396 msgid "ISO C restricts enumerator values to range of `int'"
1400 msgid "return type is an incomplete type"
1404 msgid "return type defaults to `int'"
1409 msgid "no previous prototype for `%s'"
1414 msgid "`%s' was used with no prototype before its definition"
1419 msgid "no previous declaration for `%s'"
1424 msgid "`%s' was used with no declaration before its definition"
1427 #: c-decl.c:5933 c-decl.c:6486
1429 msgid "return type of `%s' is not `int'"
1434 msgid "first argument of `%s' should be `int'"
1439 msgid "second argument of `%s' should be `char **'"
1444 msgid "third argument of `%s' should probably be `char **'"
1449 msgid "`%s' takes only zero or two arguments"
1454 msgid "`%s' is normally a non-static function"
1458 msgid "parm types given both in parmlist and separately"
1462 msgid "parameter name omitted"
1465 #: c-decl.c:6102 c-decl.c:6204
1467 msgid "parameter `%s' declared void"
1471 msgid "parameter name missing from parameter list"
1476 msgid "multiple parameters named `%s'"
1479 #: c-decl.c:6219 c-decl.c:6221
1481 msgid "type of `%s' defaults to `int'"
1486 msgid "declaration for parameter `%s' but no such parameter"
1490 msgid "number of arguments doesn't match prototype"
1495 msgid "promoted argument `%s' doesn't match prototype"
1500 msgid "argument `%s' doesn't match prototype"
1503 #: c-decl.c:6518 cp/decl.c:15049
1504 msgid "no return statement in function returning non-void"
1508 msgid "this function may return with or without a value"
1513 msgid "size of return value of `%s' is %u bytes"
1518 msgid "size of return value of `%s' is larger than %d bytes"
1521 #. If we get here, declarations have been used in a for loop without
1522 #. the C99 for loop scope. This doesn't make much sense, so don't
1525 msgid "`for' loop initial declaration used outside C99 mode"
1530 msgid "`struct %s' declared in `for' loop initial declaration"
1535 msgid "`union %s' declared in `for' loop initial declaration"
1540 msgid "`enum %s' declared in `for' loop initial declaration"
1545 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1550 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1555 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1558 #: c-format.c:109 c-format.c:191
1559 msgid "format string arg not a string type"
1563 msgid "args to be formatted is not '...'"
1567 msgid "strftime formats cannot format arguments"
1570 #: c-format.c:168 c-format.c:270
1571 msgid "format string has invalid operand number"
1575 msgid "function does not return string type"
1579 msgid "unrecognized format specifier"
1584 msgid "`%s' is an unrecognized format function type"
1588 msgid "format string arg follows the args to be formatted"
1596 msgid "the ` ' printf flag"
1599 #: c-format.c:602 c-format.c:673
1604 msgid "the `+' printf flag"
1607 #: c-format.c:603 c-format.c:649
1612 msgid "the `#' printf flag"
1615 #: c-format.c:604 c-format.c:647
1620 msgid "the `0' printf flag"
1623 #: c-format.c:605 c-format.c:646 c-format.c:676
1628 msgid "the `-' printf flag"
1631 #: c-format.c:606 c-format.c:630
1636 msgid "the `'' printf flag"
1639 #: c-format.c:607 c-format.c:631
1644 msgid "the `I' printf flag"
1647 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1652 msgid "field width in printf format"
1660 msgid "precision in printf format"
1663 #: c-format.c:610 c-format.c:629 c-format.c:680
1664 msgid "length modifier"
1668 msgid "length modifier in printf format"
1672 msgid "assignment suppression"
1676 msgid "the assignment suppression scanf feature"
1684 msgid "the `a' scanf flag"
1688 msgid "field width in scanf format"
1692 msgid "length modifier in scanf format"
1696 msgid "the `'' scanf flag"
1700 msgid "the `I' scanf flag"
1708 msgid "the `_' strftime flag"
1712 msgid "the `-' strftime flag"
1716 msgid "the `0' strftime flag"
1719 #: c-format.c:648 c-format.c:672
1724 msgid "the `^' strftime flag"
1728 msgid "the `#' strftime flag"
1732 msgid "field width in strftime format"
1736 msgid "`E' modifier"
1740 msgid "the `E' strftime modifier"
1744 msgid "`O' modifier"
1748 msgid "the `O' strftime modifier"
1752 msgid "the `O' modifier"
1756 msgid "fill character"
1760 msgid "fill character in strfmon format"
1764 msgid "the `^' strfmon flag"
1768 msgid "the `+' strfmon flag"
1776 msgid "the `(' strfmon flag"
1784 msgid "the `!' strfmon flag"
1788 msgid "the `-' strfmon flag"
1792 msgid "field width in strfmon format"
1796 msgid "left precision"
1800 msgid "left precision in strfmon format"
1804 msgid "right precision"
1808 msgid "right precision in strfmon format"
1812 msgid "length modifier in strfmon format"
1817 msgid "function might be possible candidate for `%s' format attribute"
1820 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1821 msgid "missing $ operand number in format"
1826 msgid "%s does not support %%n$ operand number formats"
1830 msgid "operand number out of range in format"
1835 msgid "format argument %d used more than once in %s format"
1840 msgid "format argument %d unused before used argument %d in $-style format"
1844 msgid "format not a string literal, format string not checked"
1848 msgid "format not a string literal and no format arguments"
1852 msgid "format not a string literal, argument types not checked"
1856 msgid "too many arguments for format"
1860 msgid "unused arguments in $-style format"
1865 msgid "zero-length %s format string"
1869 msgid "format is a wide character string"
1873 msgid "unterminated format string"
1877 msgid "embedded `\\0' in format"
1882 msgid "spurious trailing `%%' in format"
1885 #: c-format.c:1635 c-format.c:1872
1887 msgid "repeated %s in format"
1891 msgid "missing fill character at end of strfmon format"
1894 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1895 msgid "too few arguments for format"
1900 msgid "zero width in %s format"
1905 msgid "empty left precision in %s format"
1909 msgid "field precision"
1914 msgid "empty precision in %s format"
1919 msgid "%s does not support the `%s' %s length modifier"
1923 msgid "conversion lacks type at end of format"
1928 msgid "unknown conversion type character `%c' in format"
1933 msgid "unknown conversion type character 0x%x in format"
1938 msgid "%s does not support the `%%%c' %s format"
1943 msgid "%s used with `%%%c' %s format"
1948 msgid "%s does not support %s"
1953 msgid "%s does not support %s with the `%%%c' %s format"
1958 msgid "%s ignored with %s and `%%%c' %s format"
1963 msgid "%s ignored with %s in %s format"
1968 msgid "use of %s and %s together with `%%%c' %s format"
1973 msgid "use of %s and %s together in %s format"
1978 msgid "`%%%c' yields only last 2 digits of year in some locales"
1983 msgid "`%%%c' yields only last 2 digits of year"
1986 #. The end of the format string was reached.
1989 msgid "no closing `]' for `%%[' format"
1994 msgid "use of `%s' length modifier with `%c' type character"
1999 msgid "%s does not support the `%%%s%c' %s format"
2003 msgid "operand number specified with suppressed assignment"
2007 msgid "operand number specified for format taking no argument"
2012 msgid "writing through null pointer (arg %d)"
2017 msgid "reading through null pointer (arg %d)"
2022 msgid "writing into constant object (arg %d)"
2027 msgid "extra type qualifiers in format argument (arg %d)"
2032 msgid "format argument is not a pointer (arg %d)"
2037 msgid "format argument is not a pointer to a pointer (arg %d)"
2045 msgid "different type"
2050 msgid "%s is not type %s (arg %d)"
2055 msgid "%s format, %s arg (arg %d)"
2059 msgid "YYDEBUG not defined"
2060 msgstr "YYDEBUG ist nicht definiert"
2063 msgid "badly nested C headers from preprocessor"
2068 msgid "ignoring #pragma %s %s"
2073 msgid "universal-character-name '\\U%08x' not valid in identifier"
2078 msgid "universal-character-name '\\u%04x' not valid in identifier"
2083 msgid "stray '%c' in program"
2088 msgid "stray '\\%o' in program"
2092 msgid "this decimal constant is unsigned only in ISO C90"
2096 msgid "this decimal constant would be unsigned in ISO C90"
2101 msgid "integer constant is too large for \"%s\" type"
2106 msgid "floating constant exceeds range of \"%s\""
2109 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2110 msgid "ignoring invalid multibyte character"
2111 msgstr "ungültiges Multibyte-Zeichen wird ignoriert"
2115 msgid "missing argument to \"-%s\""
2120 msgid "no class name specified with \"-%s\""
2125 msgid "missing filename after \"-%s\""
2130 msgid "missing target after \"-%s\""
2135 msgid "options array incorrectly sorted: %s is before %s"
2140 msgid "too many filenames given. Type %s --help for usage"
2144 msgid "-Wno-strict-prototypes is not supported in C++"
2149 msgid "switch \"%s\" is no longer supported"
2154 msgid "switch \"%s\" is deprecated, please see documentation for details"
2158 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2162 msgid "output filename specified twice"
2166 msgid "-Wformat-y2k ignored without -Wformat"
2170 msgid "-Wformat-extra-args ignored without -Wformat"
2174 msgid "-Wformat-zero-length ignored without -Wformat"
2178 msgid "-Wformat-nonliteral ignored without -Wformat"
2182 msgid "-Wformat-security ignored without -Wformat"
2186 msgid "-Wmissing-format-attribute ignored without -Wformat"
2191 msgid "opening output file %s"
2192 msgstr "Ausgabedatei »%s« wird geöffnet"
2196 msgid "opening dependency file %s"
2201 msgid "closing dependency file %s"
2206 msgid "when writing output to %s"
2210 msgid "to generate dependencies you must specify either -M or -MM"
2211 msgstr "Um Abhängigkeiten zu erzeugen müssen Sie entweder -M oder -MM angeben"
2215 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2218 #. To keep the lines from getting too long for some compilers, limit
2219 #. to about 500 characters (6 lines) per chunk.
2223 " -include <file> Include the contents of <file> before other files\n"
2224 " -imacros <file> Accept definition of macros in <file>\n"
2225 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2226 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2227 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2228 " -isystem <dir> Add <dir> to the start of the system include path\n"
2233 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2234 " -I <dir> Add <dir> to the end of the main include path\n"
2235 " -I- Fine-grained include path control; see info docs\n"
2236 " -nostdinc Do not search system include directories\n"
2237 " (dirs specified with -isystem will still be used)\n"
2238 " -nostdinc++ Do not search system include directories for C++\n"
2239 " -o <file> Put output into <file>\n"
2244 " -trigraphs Support ISO C trigraphs\n"
2245 " -std=<std name> Specify the conformance standard; one of:\n"
2246 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2247 " iso9899:199409, iso9899:1999, c++98\n"
2248 " -w Inhibit warning messages\n"
2249 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2250 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2255 " -W[no-]traditional Warn about features not present in traditional C\n"
2256 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2257 " -W[no-]import Warn about the use of the #import directive\n"
2262 " -W[no-]error Treat all warnings as errors\n"
2263 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2264 " -W[no-]all Enable most preprocessor warnings\n"
2269 " -M Generate make dependencies\n"
2270 " -MM As -M, but ignore system header files\n"
2271 " -MD Generate make dependencies and compile\n"
2272 " -MMD As -MD, but ignore system header files\n"
2273 " -MF <file> Write dependency output to the given file\n"
2274 " -MG Treat missing header file as generated files\n"
2279 " -MP\t\t\t Generate phony targets for all headers\n"
2280 " -MQ <target> Add a MAKE-quoted target\n"
2281 " -MT <target> Add an unquoted target\n"
2286 " -D<macro> Define a <macro> with string '1' as its value\n"
2287 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2288 " -A<question>=<answer> Assert the <answer> to <question>\n"
2289 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2290 " -U<macro> Undefine <macro> \n"
2291 " -v Display the version number\n"
2296 " -H Print the name of header files as they are used\n"
2297 " -C Do not discard comments\n"
2298 " -dM Display a list of macro definitions active at end\n"
2299 " -dD Preserve macro definitions in output\n"
2300 " -dN As -dD except that only the names are preserved\n"
2301 " -dI Include #include directives in the output\n"
2306 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2307 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2308 " -P Do not generate #line directives\n"
2309 " -remap Remap file names when including files\n"
2310 " --help Display this information\n"
2313 #. Like YYERROR but do call yyerror.
2314 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2315 msgid "syntax error"
2316 msgstr "Syntaxfehler"
2318 #: /usr/share/bison/bison.simple:179
2319 msgid "syntax error: cannot back up"
2322 #: c-parse.y:325 objc-parse.y:346
2323 msgid "ISO C forbids an empty source file"
2324 msgstr "ISO C erlaubt keine leeren Quelldateien"
2326 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2327 msgid "argument of `asm' is not a constant string"
2330 #: c-parse.y:374 objc-parse.y:396
2331 msgid "ISO C forbids data definition with no type or storage class"
2334 #: c-parse.y:376 objc-parse.y:398
2335 msgid "data definition has no type or storage class"
2338 #: c-parse.y:389 objc-parse.y:411
2339 msgid "ISO C does not allow extra `;' outside of a function"
2342 #: c-parse.y:449 cppexp.c:1312
2343 msgid "traditional C rejects the unary plus operator"
2346 #: c-parse.y:496 objc-parse.y:518
2347 msgid "`sizeof' applied to a bit-field"
2350 #: c-parse.y:583 objc-parse.y:605
2351 msgid "ISO C forbids omitting the middle term of a ?: expression"
2354 #: c-parse.y:632 objc-parse.y:654
2355 msgid "ISO C89 forbids compound literals"
2358 #: c-parse.y:646 objc-parse.y:668
2359 msgid "ISO C forbids braced-groups within expressions"
2362 #: c-parse.y:677 objc-parse.y:699
2363 msgid "first argument to __builtin_choose_expr not a constant"
2366 #: c-parse.y:721 objc-parse.y:767
2367 msgid "traditional C rejects ISO C style function definitions"
2370 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2371 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2372 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2373 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2374 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2375 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2376 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2377 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2379 msgid "`%s' is not at beginning of declaration"
2380 msgstr "»%s« ist nicht am Beginn einer Deklaration"
2382 #: c-parse.y:1441 objc-parse.y:1496
2383 msgid "ISO C forbids empty initializer braces"
2386 #: c-parse.y:1455 objc-parse.y:1510
2387 msgid "ISO C89 forbids specifying subobject to initialize"
2390 #: c-parse.y:1458 objc-parse.y:1513
2391 msgid "obsolete use of designated initializer without `='"
2394 #: c-parse.y:1462 objc-parse.y:1517
2395 msgid "obsolete use of designated initializer with `:'"
2398 #: c-parse.y:1489 objc-parse.y:1544
2399 msgid "ISO C forbids specifying range of elements to initialize"
2402 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2403 msgid "ISO C forbids nested functions"
2404 msgstr "ISO C verbietet verschachtelte Funktionen"
2406 #: c-parse.y:1703 objc-parse.y:1760
2407 msgid "ISO C forbids forward references to `enum' types"
2410 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2411 msgid "comma at end of enumerator list"
2414 #: c-parse.y:1723 objc-parse.y:1780
2415 msgid "no semicolon at end of struct or union"
2418 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2419 msgid "extra semicolon in struct or union specified"
2422 #: c-parse.y:1745 objc-parse.y:1816
2423 msgid "ISO C doesn't support unnamed structs/unions"
2426 #: c-parse.y:1754 objc-parse.y:1825
2427 msgid "ISO C forbids member declarations with no members"
2430 #: c-parse.y:1913 objc-parse.y:1984
2431 msgid "deprecated use of label at end of compound statement"
2434 #: c-parse.y:1930 objc-parse.y:2001
2435 msgid "ISO C89 forbids mixed declarations and code"
2438 #: c-parse.y:2005 objc-parse.y:2080
2439 msgid "ISO C forbids label declarations"
2442 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2443 msgid "braced-group within expression allowed only inside a function"
2446 #: c-parse.y:2182 objc-parse.y:2257
2447 msgid "empty body in an else-statement"
2450 #: c-parse.y:2303 objc-parse.y:2378
2451 msgid "ISO C forbids `goto *expr;'"
2452 msgstr "ISO C verbietet »goto *expr;«"
2454 #: c-parse.y:2403 objc-parse.y:2478
2455 msgid "ISO C forbids forward parameter declarations"
2458 #. Gcc used to allow this as an extension. However, it does
2459 #. not work for all targets, and thus has been disabled.
2460 #. Also, since func (...) and func () are indistinguishable,
2461 #. it caused problems with the code in expand_builtin which
2462 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2464 #: c-parse.y:2429 objc-parse.y:2504
2465 msgid "ISO C requires a named argument before `...'"
2468 #: c-parse.y:2526 objc-parse.y:2601
2469 msgid "`...' in old-style identifier list"
2472 #: /usr/share/bison/bison.simple:795
2473 msgid "parse error; also virtual memory exhausted"
2476 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2480 #: /usr/share/bison/bison.simple:924
2481 msgid "parser stack overflow"
2484 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2486 msgid "%s at end of input"
2487 msgstr "%s am Ende der Eingabe"
2489 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2491 msgid "%s before %s'%c'"
2492 msgstr "%s vor %s'%c'"
2494 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2496 msgid "%s before %s'\\x%x'"
2497 msgstr "%s vor %s'\\x%x'"
2499 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2501 msgid "%s before string constant"
2504 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2506 msgid "%s before numeric constant"
2509 #: c-parse.y:2854 objc-parse.y:3553
2511 msgid "%s before \"%s\""
2512 msgstr "%s vor \"%s\""
2514 #: c-parse.y:2856 objc-parse.y:3555
2516 msgid "%s before '%s' token"
2520 msgid "traditional C rejects string concatenation"
2523 #: c-parse.y:3047 objc-parse.y:3779
2525 msgid "syntax error at '%s' token"
2529 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2534 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2538 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2542 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2546 msgid "missing '(' after '#pragma pack' - ignored"
2549 #: c-pragma.c:180 c-pragma.c:230
2550 msgid "malformed '#pragma pack' - ignored"
2554 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2558 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2563 msgid "unknown action '%s' for '#pragma pack' - ignored"
2567 msgid "junk at end of '#pragma pack'"
2572 msgid "alignment must be a small power of two, not %d"
2577 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2580 #: c-pragma.c:328 c-pragma.c:333
2581 msgid "malformed #pragma weak, ignored"
2585 msgid "junk at end of #pragma weak"
2588 #: c-pragma.c:372 c-pragma.c:377
2589 msgid "malformed #pragma redefine_extname, ignored"
2593 msgid "junk at end of #pragma redefine_extname"
2596 #: c-pragma.c:389 c-pragma.c:470
2597 msgid "#pragma redefine_extname conflicts with declaration"
2601 msgid "malformed #pragma extern_prefix, ignored"
2605 msgid "junk at end of #pragma extern_prefix"
2609 msgid "asm declaration conflicts with previous rename"
2612 #: c-semantics.c:565
2613 msgid "break statement not within loop or switch"
2616 #: c-semantics.c:583
2617 msgid "continue statement not within a loop"
2620 #: c-semantics.c:678
2621 msgid "destructor needed for `%#D'"
2624 #: c-semantics.c:679
2625 msgid "where case label appears here"
2628 #: c-semantics.c:682
2629 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2632 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2634 msgid "%s qualifier ignored on asm"
2639 msgid "`%s' has an incomplete type"
2642 #: c-typeck.c:145 cp/call.c:2865
2643 msgid "invalid use of void expression"
2647 msgid "invalid use of flexible array member"
2651 msgid "invalid use of array with unspecified bounds"
2656 msgid "invalid use of undefined type `%s %s'"
2659 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2662 msgid "invalid use of incomplete typedef `%s'"
2665 #: c-typeck.c:424 c-typeck.c:438
2666 msgid "function types not truly compatible in ISO C"
2670 msgid "types are not quite compatible"
2673 #: c-typeck.c:757 c-typeck.c:2687
2674 msgid "arithmetic on pointer to an incomplete type"
2679 msgid "%s has no member named `%s'"
2684 msgid "request for member `%s' in something not a structure or union"
2688 msgid "dereferencing pointer to incomplete type"
2692 msgid "dereferencing `void *' pointer"
2695 #: c-typeck.c:1225 cp/typeck.c:2369
2697 msgid "invalid type argument of `%s'"
2700 #: c-typeck.c:1244 cp/typeck.c:2395
2701 msgid "subscript missing in array reference"
2704 #: c-typeck.c:1265 cp/typeck.c:2437
2705 msgid "array subscript has type `char'"
2708 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2709 msgid "array subscript is not an integer"
2713 msgid "ISO C forbids subscripting `register' array"
2717 msgid "ISO C90 forbids subscripting non-lvalue array"
2721 msgid "subscript has type `char'"
2724 #: c-typeck.c:1357 cp/typeck.c:2518
2725 msgid "subscripted value is neither array nor pointer"
2730 msgid "`%s' undeclared here (not in a function)"
2735 msgid "`%s' undeclared (first use in this function)"
2739 msgid "(Each undeclared identifier is reported only once"
2743 msgid "for each function it appears in.)"
2748 msgid "local declaration of `%s' hides instance variable"
2752 msgid "called object is not a function"
2755 #: c-typeck.c:1604 cp/typeck.c:2829
2756 msgid "too many arguments to function"
2761 msgid "type of formal parameter %d is incomplete"
2766 msgid "%s as integer rather than floating due to prototype"
2771 msgid "%s as integer rather than complex due to prototype"
2776 msgid "%s as complex rather than floating due to prototype"
2781 msgid "%s as floating rather than integer due to prototype"
2786 msgid "%s as complex rather than integer due to prototype"
2791 msgid "%s as floating rather than complex due to prototype"
2796 msgid "%s as `float' rather than `double' due to prototype"
2801 msgid "%s with different width due to prototype"
2806 msgid "%s as unsigned due to prototype"
2811 msgid "%s as signed due to prototype"
2814 #: c-typeck.c:1751 cp/typeck.c:2933
2815 msgid "too few arguments to function"
2819 msgid "suggest parentheses around + or - inside shift"
2823 msgid "suggest parentheses around && within ||"
2827 msgid "suggest parentheses around arithmetic in operand of |"
2831 msgid "suggest parentheses around comparison in operand of |"
2835 msgid "suggest parentheses around arithmetic in operand of ^"
2839 msgid "suggest parentheses around comparison in operand of ^"
2843 msgid "suggest parentheses around + or - in operand of &"
2847 msgid "suggest parentheses around comparison in operand of &"
2851 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2854 #: c-typeck.c:2001 c-typeck.c:2036
2855 msgid "division by zero"
2856 msgstr "Teilung durch Null"
2858 #: c-typeck.c:2081 cp/typeck.c:3194
2859 msgid "right shift count is negative"
2862 #: c-typeck.c:2088 cp/typeck.c:3200
2863 msgid "right shift count >= width of type"
2866 #: c-typeck.c:2109 cp/typeck.c:3219
2867 msgid "left shift count is negative"
2870 #: c-typeck.c:2112 cp/typeck.c:3221
2871 msgid "left shift count >= width of type"
2875 msgid "shift count is negative"
2879 msgid "shift count >= width of type"
2882 #: c-typeck.c:2152 cp/typeck.c:3256
2883 msgid "comparing floating point with == or != is unsafe"
2886 #: c-typeck.c:2178 c-typeck.c:2184
2887 msgid "ISO C forbids comparison of `void *' with function pointer"
2890 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
2891 msgid "comparison of distinct pointer types lacks a cast"
2894 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
2895 msgid "comparison between pointer and integer"
2898 #: c-typeck.c:2222 c-typeck.c:2250
2899 msgid "ISO C forbids ordered comparisons of pointers to functions"
2903 msgid "comparison of complete and incomplete pointers"
2906 #: c-typeck.c:2263 c-typeck.c:2270
2907 msgid "ordered comparison of pointer with integer zero"
2910 #: c-typeck.c:2294 cp/typeck.c:3389
2911 msgid "unordered comparison on non-floating point argument"
2915 msgid "comparison between signed and unsigned"
2918 #: c-typeck.c:2551 cp/typeck.c:3633
2919 msgid "comparison of promoted ~unsigned with constant"
2922 #: c-typeck.c:2559 cp/typeck.c:3641
2923 msgid "comparison of promoted ~unsigned with unsigned"
2927 msgid "pointer of type `void *' used in subtraction"
2931 msgid "pointer to a function used in subtraction"
2935 msgid "wrong type argument to unary plus"
2939 msgid "wrong type argument to unary minus"
2943 msgid "ISO C does not support `~' for complex conjugation"
2947 msgid "wrong type argument to bit-complement"
2951 msgid "wrong type argument to abs"
2955 msgid "wrong type argument to conjugation"
2959 msgid "wrong type argument to unary exclamation mark"
2963 msgid "ISO C does not support `++' and `--' on complex types"
2966 #: c-typeck.c:2867 c-typeck.c:2899
2967 msgid "wrong type argument to increment"
2970 #: c-typeck.c:2869 c-typeck.c:2901
2971 msgid "wrong type argument to decrement"
2975 msgid "increment of pointer to unknown structure"
2979 msgid "decrement of pointer to unknown structure"
2983 msgid "ISO C forbids the address of a cast expression"
2987 msgid "invalid lvalue in unary `&'"
2992 msgid "attempt to take address of bit-field structure member `%s'"
2995 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
2996 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
2997 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
2998 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3004 msgid "ISO C forbids use of conditional expressions as lvalues"
3008 msgid "ISO C forbids use of compound expressions as lvalues"
3012 msgid "ISO C forbids use of cast expressions as lvalues"
3017 msgid "%s of read-only member `%s'"
3022 msgid "%s of read-only variable `%s'"
3027 msgid "%s of read-only location"
3032 msgid "cannot take address of bit-field `%s'"
3037 msgid "global register variable `%s' used in nested function"
3042 msgid "register variable `%s' used in nested function"
3047 msgid "address of global register variable `%s' requested"
3051 msgid "cannot put object with volatile field into register"
3056 msgid "address of register variable `%s' requested"
3060 msgid "signed and unsigned type in conditional expression"
3064 msgid "ISO C forbids conditional expr with only one void side"
3067 #: c-typeck.c:3476 c-typeck.c:3483
3068 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3072 msgid "pointer type mismatch in conditional expression"
3075 #: c-typeck.c:3496 c-typeck.c:3506
3076 msgid "pointer/integer type mismatch in conditional expression"
3080 msgid "type mismatch in conditional expression"
3083 #: c-typeck.c:3591 cp/typeck.c:4623
3084 msgid "left-hand operand of comma expression has no effect"
3088 msgid "cast specifies array type"
3092 msgid "cast specifies function type"
3096 msgid "ISO C forbids casting nonscalar to the same type"
3100 msgid "ISO C forbids casts to union type"
3104 msgid "cast to union type from type not present in union"
3108 msgid "cast adds new qualifiers to function type"
3111 #. There are qualifiers present in IN_OTYPE that are not
3112 #. present in IN_TYPE.
3114 msgid "cast discards qualifiers from pointer target type"
3118 msgid "cast increases required alignment of target type"
3121 #: c-typeck.c:3762 cp/typeck.c:5144
3122 msgid "cast from pointer to integer of different size"
3126 msgid "cast does not match function type"
3129 #: c-typeck.c:3774 cp/typeck.c:5151
3130 msgid "cast to pointer from integer of different size"
3134 msgid "type-punning to incomplete type might break strict-aliasing rules"
3138 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3141 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3142 #. Reject anything strange now.
3144 msgid "invalid lvalue in assignment"
3147 #. Convert new value to destination type.
3148 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3154 msgid "cannot pass rvalue to reference parameter"
3157 #: c-typeck.c:4174 c-typeck.c:4241
3159 msgid "%s makes qualified function pointer from unqualified"
3162 #: c-typeck.c:4178 c-typeck.c:4221
3164 msgid "%s discards qualifiers from pointer target type"
3168 msgid "ISO C prohibits argument conversion to union type"
3173 msgid "ISO C forbids %s between function pointer and `void *'"
3178 msgid "pointer targets in %s differ in signedness"
3183 msgid "%s from incompatible pointer type"
3186 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3187 msgid "invalid use of non-lvalue array"
3192 msgid "%s makes pointer from integer without a cast"
3197 msgid "%s makes integer from pointer without a cast"
3200 #: c-typeck.c:4289 c-typeck.c:4292
3202 msgid "incompatible type for argument %d of `%s'"
3207 msgid "incompatible type for argument %d of indirect function call"
3212 msgid "incompatible types in %s"
3215 #. Function name is known; supply it.
3218 msgid "passing arg of `%s'"
3221 #. Function name unknown (call through ptr).
3223 msgid "passing arg of pointer to function"
3226 #. Function name is known; supply it.
3229 msgid "passing arg %d of `%s'"
3232 #. Function name unknown (call through ptr); just give arg number.
3235 msgid "passing arg %d of pointer to function"
3239 msgid "initializer for static variable is not constant"
3243 msgid "initializer for static variable uses complicated arithmetic"
3247 msgid "aggregate initializer is not constant"
3251 msgid "aggregate initializer uses complicated arithmetic"
3255 msgid "traditional C rejects automatic aggregate initialization"
3258 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3260 msgid "(near initialization for `%s')"
3263 #: c-typeck.c:4737 cp/typeck2.c:488
3264 msgid "char-array initialized from wide string"
3267 #: c-typeck.c:4744 cp/typeck2.c:495
3268 msgid "int-array initialized from non-wide string"
3271 #: c-typeck.c:4762 cp/typeck2.c:511
3272 msgid "initializer-string for array of chars is too long"
3276 msgid "array initialized from non-constant array expression"
3279 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3281 msgid "initializer element is not constant"
3285 msgid "initialization"
3288 #: c-typeck.c:4884 c-typeck.c:6286
3289 msgid "initializer element is not computable at load time"
3292 #: c-typeck.c:4899 cp/typeck2.c:588
3293 msgid "invalid initializer"
3297 msgid "extra brace group at end of initializer"
3301 msgid "missing braces around initializer"
3305 msgid "braces around scalar initializer"
3309 msgid "initialization of flexible array member in a nested context"
3313 msgid "initialization of a flexible array member"
3317 msgid "missing initializer"
3321 msgid "empty scalar initializer"
3325 msgid "extra elements in scalar initializer"
3329 msgid "initialization designators may not nest"
3332 #: c-typeck.c:5692 c-typeck.c:5763
3333 msgid "array index in non-array initializer"
3336 #: c-typeck.c:5697 c-typeck.c:5817
3337 msgid "field name not in record or union initializer"
3340 #: c-typeck.c:5759 c-typeck.c:5761
3341 msgid "nonconstant array index in initializer"
3344 #: c-typeck.c:5765 c-typeck.c:5768
3345 msgid "array index in initializer exceeds array bounds"
3349 msgid "empty index range in initializer"
3353 msgid "array index range in initializer exceeds array bounds"
3358 msgid "unknown field `%s' specified in initializer"
3361 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3362 msgid "initialized field with side-effects overwritten"
3366 msgid "excess elements in char array initializer"
3369 #: c-typeck.c:6565 c-typeck.c:6611
3370 msgid "excess elements in struct initializer"
3374 msgid "non-static initialization of a flexible array member"
3378 msgid "excess elements in union initializer"
3382 msgid "traditional C rejects initialization of unions"
3386 msgid "excess elements in array initializer"
3390 msgid "excess elements in vector initializer"
3394 msgid "excess elements in scalar initializer"
3398 msgid "asm template is not a string constant"
3402 msgid "invalid lvalue in asm statement"
3406 msgid "modification by `asm'"
3409 #: c-typeck.c:7061 cp/typeck.c:6237
3410 msgid "function declared `noreturn' has a `return' statement"
3414 msgid "`return' with no value, in function returning non-void"
3418 msgid "`return' with a value, in function returning void"
3426 msgid "function returns address of local variable"
3429 #: c-typeck.c:7186 cp/semantics.c:555
3430 msgid "switch quantity not an integer"
3434 msgid "`long' switch expression not converted to `int' in ISO C"
3437 #: c-typeck.c:7231 cp/decl.c:5523
3438 msgid "case label not within a switch statement"
3441 #: c-typeck.c:7233 cp/decl.c:5528
3442 msgid "`default' label not within a switch statement"
3445 #: calls.c:1934 tree-inline.c:1177
3447 msgid "inlining failed in call to `%s'"
3450 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3451 msgid "called from here"
3456 msgid "can't inline call to `%s'"
3460 msgid "function call has aggregate value"
3465 msgid "Size of loop %d should be %d, not %d."
3470 msgid "Bb %d do not belong to loop %d."
3475 msgid "Loop %d's header does not have exactly 2 entries."
3480 msgid "Loop %d's latch does not have exactly 1 successor."
3485 msgid "Loop %d's latch does not have header as successor."
3490 msgid "Loop %d's latch does not belong directly to it."
3495 msgid "Loop %d's header does not belong directly to it."
3500 msgid "bb %d on wrong place"
3505 msgid "prev_bb of %d should be %d, not %d"
3510 msgid "end insn %d for block %d not found in the insn stream"
3515 msgid "insn %d is in multiple basic blocks (%d and %d)"
3520 msgid "head insn %d for block %d not found in the insn stream"
3525 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3530 msgid "verify_flow_info: Wrong count of block %i %i"
3535 msgid "verify_flow_info: Wrong frequency of block %i %i"
3540 msgid "verify_flow_info: Duplicate edge %i->%i"
3545 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3550 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3555 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3560 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3564 msgid "wrong insn in the fallthru edge"
3569 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3574 msgid "Missing REG_EH_REGION note in the end of bb %i"
3579 msgid "Too many outgoing branch edges from bb %i"
3584 msgid "Fallthru edge after unconditional jump %i"
3589 msgid "Wrong amount of branch edges after unconditional jump %i"
3594 msgid "Wrong amount of branch edges after conditional jump %i"
3599 msgid "Call edges for non-call insn in bb %i"
3604 msgid "Abnormal edges for no purpose in bb %i"
3609 msgid "missing barrier after block %i"
3614 msgid "basic block %d pred edge is corrupted"
3619 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3624 msgid "insn %d inside basic block %d but block_for_insn is %i"
3627 #: cfgrtl.c:2049 cfgrtl.c:2059
3629 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3634 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3639 msgid "in basic block %d:"
3643 msgid "flow control insn inside a basic block"
3648 msgid "basic block %i edge lists are corrupted"
3652 msgid "basic blocks not numbered consecutively"
3656 msgid "insn outside basic block"
3660 msgid "return not followed by barrier"
3665 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3669 msgid "verify_flow_info failed"
3673 msgid "internal error"
3677 msgid "no arguments"
3680 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3685 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3692 msgid "collect2 version %s"
3697 msgid "%d constructor(s) found\n"
3702 msgid "%d destructor(s) found\n"
3707 msgid "%d frame table(s) found\n"
3712 msgid "%s terminated with signal %d [%s]%s"
3717 msgid "%s returned %d exit status"
3722 msgid "[cannot find %s]"
3727 msgid "cannot find `%s'"
3730 #: collect2.c:1581 collect2.c:1584
3732 msgid "redirecting stdout: %s"
3737 msgid "[Leaving %s]\n"
3744 "write_c_file - output name is %s, prefix is %s\n"
3748 msgid "cannot find `nm'"
3751 #: collect2.c:2092 collect2.c:2533
3755 #: collect2.c:2096 collect2.c:2537
3759 #: collect2.c:2122 collect2.c:2563
3764 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3765 #: collect2.c:2569 collect2.c:2582
3770 #: collect2.c:2131 collect2.c:2572
3777 msgid "init function found in object %s"
3782 msgid "fini function found in object %s"
3785 #: collect2.c:2216 collect2.c:2621
3791 msgid "unable to open file '%s'"
3796 msgid "unable to stat file '%s'"
3801 msgid "unable to mmap file '%s'"
3808 #: collect2.c:2424 collect2.c:2600
3810 msgid "dynamic dependency %s not found"
3815 msgid "bad magic number in file '%s'"
3819 msgid "dynamic dependencies.\n"
3823 msgid "cannot find `ldd'"
3829 "ldd output with constructors/destructors.\n"
3834 msgid "unable to open dynamic dependency '%s'"
3839 msgid "%s: not a COFF file"
3844 msgid "%s: cannot open as COFF file"
3849 msgid "library lib%s not found"
3858 msgid "incompatibilities between object file & expected values"
3865 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3869 msgid "string section missing"
3873 msgid "section pointer missing"
3877 msgid "no symbol table found"
3881 msgid "no cmd_strings found"
3887 "Updating header and load commands.\n"
3893 msgid "load command map, %d cmds, new size %ld.\n"
3898 "writing load commands.\n"
3908 msgid "could not convert 0x%l.8x into a region"
3913 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3917 msgid "bad magic number"
3921 msgid "bad header version"
3925 msgid "bad raw header version"
3929 msgid "raw header buffer too small"
3933 msgid "old raw header file"
3937 msgid "unsupported version"
3942 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3950 #: collect2.c:3536 collect2.c:3584
3962 msgid "read %ld bytes, expected %ld, from %s"
3982 msgid "wrote %ld bytes, expected %ld, to %s"
3988 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3989 ";; %d successes.\n"
3997 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3998 ";; %d successes.\n"
4002 msgid "cannot convert to a pointer type"
4006 msgid "pointer value used where a floating point value was expected"
4010 msgid "aggregate value used where a float was expected"
4014 msgid "conversion to incomplete type"
4017 #: convert.c:414 convert.c:494
4018 msgid "can't convert between vector values of different size"
4022 msgid "aggregate value used where an integer was expected"
4025 #: convert.c:472 f/com.c:1100
4026 msgid "pointer value used where a complex was expected"
4029 #: convert.c:476 f/com.c:1102
4030 msgid "aggregate value used where a complex was expected"
4034 msgid "can't convert value to a vector"
4042 msgid "internal error: "
4043 msgstr "interner Fehler: "